//.........这里部分代码省略.........
this.Menu_Options = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Options_Settings = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Options_Hotkeys = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Options_ShowPlugins = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Remote = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_Connect = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_Launch = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_Animate = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_PlayTheGame = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_Stop = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_XBOX360_Seperator = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Remote_PS3_Connect = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_PS3_Animate = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_PS3_PlayTheGame = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_PS3_Stop = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_PS3_Seperator = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Remote_ExportAndRun = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_Restart = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Remote_ReloadResources = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Help = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Help_iHelp = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Help_VisionDoc = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripSeparator();
this.Menu_Help_About = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Tests = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Tests_RunTests = new System.Windows.Forms.ToolStripMenuItem();
this.Menu_Tests_VideoSize = new System.Windows.Forms.ToolStripMenuItem();
this.mainToolBar = new System.Windows.Forms.ToolStrip();
this.ToolBar_Preferences = new System.Windows.Forms.ToolStripButton();
this.ToolBar_Hotkeys = new System.Windows.Forms.ToolStripButton();
this.ToolBar_Sep1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolBar_New = new System.Windows.Forms.ToolStripSplitButton();
this.ToolBar_NewProject = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_NewScene = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_Open = new System.Windows.Forms.ToolStripSplitButton();
this.ToolBar_OpenProject = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_OpenScene = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
this.ToolBar_Save = new System.Windows.Forms.ToolStripSplitButton();
this.ToolBar_SaveScene = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_SaveAll = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_SaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_Export = new System.Windows.Forms.ToolStripSplitButton();
this.ToolBar_ExportSettings = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_ExportQuick = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_Sep2 = new System.Windows.Forms.ToolStripSeparator();
this.Toolbar_Cut = new System.Windows.Forms.ToolStripButton();
this.Toolbar_Copy = new System.Windows.Forms.ToolStripButton();
this.Toolbar_Paste = new System.Windows.Forms.ToolStripButton();
this.Toolbar_Delete = new System.Windows.Forms.ToolStripButton();
this.ToolBar_Sep3 = new System.Windows.Forms.ToolStripSeparator();
this.Toolbar_Undo = new System.Windows.Forms.ToolStripButton();
this.Toolbar_Redo = new System.Windows.Forms.ToolStripButton();
this.ToolBar_Sep4 = new System.Windows.Forms.ToolStripSeparator();
this.ToolBar_Panels = new System.Windows.Forms.ToolStripDropDownButton();
this.ToolBar_OpenAssetBrowser = new System.Windows.Forms.ToolStripButton();
this.ToolBar_Tools = new System.Windows.Forms.ToolStripDropDownButton();
this.ToolBar_SkyEditor = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_TimeOfDayEditor = new System.Windows.Forms.ToolStripMenuItem();
this.editFogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_PostProcessor = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
this.ToolBar_FindShapes = new System.Windows.Forms.ToolStripMenuItem();
this.ToolBar_FindDuplicates = new System.Windows.Forms.ToolStripMenuItem();
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EnginePanel));
this.Profiling = new System.Windows.Forms.MenuItem();
this.Profiling_Previous = new System.Windows.Forms.MenuItem();
this.Profiling_Next = new System.Windows.Forms.MenuItem();
this.panel_VisionView = new System.Windows.Forms.Panel();
this.transformStrip_EnginePanel = new System.Windows.Forms.ToolStrip();
this.transformStrip_toggleTransformMode = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton_Translation = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripMenuItem_CopyTranslation = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_PasteTranslation = new System.Windows.Forms.ToolStripMenuItem();
this.labelX = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_TranslateX = new System.Windows.Forms.ToolStripTextBox();
this.labelY = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_TranslateY = new System.Windows.Forms.ToolStripTextBox();
this.labelZ = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_TranslateZ = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton_Rotation = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripMenuItem_CopyRotation = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_PasteRotation = new System.Windows.Forms.ToolStripMenuItem();
this.labelYaw = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_Yaw = new System.Windows.Forms.ToolStripTextBox();
this.labelPitch = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_Pitch = new System.Windows.Forms.ToolStripTextBox();
this.labelRoll = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_Roll = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton_Scale = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripMenuItem_CopyScale = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem_PasteScale = new System.Windows.Forms.ToolStripMenuItem();
this.labelXScale = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_ScaleX = new System.Windows.Forms.ToolStripTextBox();
this.labelYScale = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_ScaleY = new System.Windows.Forms.ToolStripTextBox();
this.labelZScale = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_ScaleZ = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.transformStrip_ScaleXYZ = new System.Windows.Forms.ToolStripTextBox();
this.toolStrip_EnginePanel = new System.Windows.Forms.ToolStrip();
this.ToolStripButton_Select = new System.Windows.Forms.ToolStripSplitButton();
this.ToolStripButton_Move = new CSharpFramework.Controls.ToolStripSplitButtonCheckable();
this.toolStripButton_EnableMoveSnap = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_StickToGround = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_localPos = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripButton_Rotate = new CSharpFramework.Controls.ToolStripSplitButtonCheckable();
this.toolStripButton_EnableAngleSnap = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_localOri = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripButton_Link = new CSharpFramework.Controls.ToolStripSplitButtonCheckable();
this.toolStripButton_Link_ShowNone = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_Link_ShowAll = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_Link_ShowSelected = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_Link_ShowActiveLayer = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButton_PlayMode = new System.Windows.Forms.ToolStripSplitButton();
this.animateToolStripMenuItem_Animate = new System.Windows.Forms.ToolStripMenuItem();
this.runInEditorToolStripMenuItem_RunInEditor = new System.Windows.Forms.ToolStripMenuItem();
this.playTheGameToolStripMenuItem_PlayTheGame = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_Camera = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripButton_MoveContext = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton_MoveCameraWithKeys = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraSep1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripSplitButton_CameraStyle_Pan = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraStyle_PanHoriz = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraStyle_Orbit = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraStyle_Max = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraStyle_Maya = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_CameraSep2 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripSplitButton_Camera_MoveOrigin = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_Camera_MoveShapeOrigin = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_Camera_MoveSelection = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_MoveSensitivity = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripSplitButton_ViewIcons = new System.Windows.Forms.ToolStripSplitButton();
this.showViewIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showHiddenShapesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewIconActionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_None = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_Select = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_IconAction_Delete = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_ToggleFreeze = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_Drop = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_Drop_BB = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_IconAction_Drop_BC = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripButton_ZoomFit = new CSharpFramework.Controls.ToolStripSplitButtonCheckable();
this.ToolStripButton_IsolateSelection = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripButton_AutomaticZoomFit = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_SelectionFilter = new System.Windows.Forms.ToolStripSplitButton();
this.ToolStripSplitButton_SelectionFilterUse = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripSplitButton_SelectionFilterOtherShapes = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripSplitButton_Rendering = new System.Windows.Forms.ToolStripSplitButton();
this.ToolStrip_Rendering_Solid = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStrip_Rendering_Wireframe = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStrip_Rendering_Sep1 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStrip_Rendering_Sep2 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStrip_Rendering_AffectsScene = new System.Windows.Forms.ToolStripMenuItem();
//.........这里部分代码省略.........
//.........这里部分代码省略.........
this.priceValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.normDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tariffDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.usePerYearDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.formulaUiDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsCalcServiceMaterials = new System.Windows.Forms.BindingSource(this.components);
this.dgvCalcServiceWages = new System.Windows.Forms.DataGridView();
this.nameDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.rankDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wageValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.normDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tariffDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.normChelChasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.normNeVihodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.formulaUiDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsCalcServiceWages = new System.Windows.Forms.BindingSource(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.btnShowErrors = new System.Windows.Forms.Button();
this.labelError = new System.Windows.Forms.Label();
this.btnCalcStart = new System.Windows.Forms.Button();
this.datePeriod = new DatePeriod();
this.Inspection = new System.Windows.Forms.TabPage();
this.dgvInspections = new System.Windows.Forms.DataGridView();
this.inspectionDateTimeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Inspector = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsHouseInspection = new System.Windows.Forms.BindingSource(this.components);
this.tsInspection = new System.Windows.Forms.ToolStrip();
this.tsBtnAddInspection = new System.Windows.Forms.ToolStripButton();
this.tsBtnChangeInspection = new System.Windows.Forms.ToolStripButton();
this.tsBtnDeleteInstepction = new System.Windows.Forms.ToolStripButton();
this.tsBtnApartmentHousePartElement = new System.Windows.Forms.ToolStripButton();
this.tssBtnActs = new System.Windows.Forms.ToolStripSplitButton();
this.tsmiInspectionAct = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInspectionAct_Pystograf = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiInspectionAct_PystografMin = new System.Windows.Forms.ToolStripMenuItem();
this.tssReports = new System.Windows.Forms.ToolStripSplitButton();
this.tsmiDefectsCoordinationWorkByInspection = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDefectsDelayWorkByInspecion = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiListExpiredAndCurrentDefects = new System.Windows.Forms.ToolStripMenuItem();
this.Vote = new System.Windows.Forms.TabPage();
this.dgwMeeting = new System.Windows.Forms.DataGridView();
this.dateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.endVotingDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.publishVotingDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.votingKindNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.votingAcceptAdressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.meetingInitiatorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.noticeDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.protocolDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.protocolNumberDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bsUjfMeetings = new System.Windows.Forms.BindingSource(this.components);
this.tsVote = new System.Windows.Forms.ToolStrip();
this.tsbAddMeeting = new System.Windows.Forms.ToolStripButton();
this.tsbChangeMeeting = new System.Windows.Forms.ToolStripButton();
this.tsbDeleteMeeting = new System.Windows.Forms.ToolStripButton();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.addressTreeView = new HouseTree();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
请发表评论