当前位置: 首页>>代码示例>>C#>>正文


C# System.Windows.Forms.TabPage.SuspendLayout方法代码示例

本文整理汇总了C#中System.Windows.Forms.TabPage.SuspendLayout方法的典型用法代码示例。如果您正苦于以下问题:C# System.Windows.Forms.TabPage.SuspendLayout方法的具体用法?C# System.Windows.Forms.TabPage.SuspendLayout怎么用?C# System.Windows.Forms.TabPage.SuspendLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在System.Windows.Forms.TabPage的用法示例。


在下文中一共展示了System.Windows.Forms.TabPage.SuspendLayout方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: InitializeComponent

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TabControl tabControl1;
            System.Windows.Forms.TabPage tabPage2;
            this.treeView1 = new System.Windows.Forms.TreeView();
            tabControl1 = new System.Windows.Forms.TabControl();
            tabPage2 = new System.Windows.Forms.TabPage();
            tabControl1.SuspendLayout();
            tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(tabPage2);
            tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControl1.Location = new System.Drawing.Point(0, 0);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new System.Drawing.Size(208, 356);
            tabControl1.TabIndex = 1;
            // 
            // tabPage2
            // 
            tabPage2.BackColor = System.Drawing.SystemColors.Control;
            tabPage2.Controls.Add(this.treeView1);
            tabPage2.Location = new System.Drawing.Point(4, 22);
            tabPage2.Name = "tabPage2";
            tabPage2.Padding = new System.Windows.Forms.Padding(3);
            tabPage2.Size = new System.Drawing.Size(200, 330);
            tabPage2.TabIndex = 1;
            tabPage2.Text = "World";
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.Location = new System.Drawing.Point(3, 3);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(194, 324);
            this.treeView1.TabIndex = 0;
            // 
            // WorldPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tabControl1);
            this.Name = "WorldPage";
            this.Size = new System.Drawing.Size(208, 356);
            tabControl1.ResumeLayout(false);
            tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:bcsanches,项目名称:phobos3d,代码行数:56,代码来源:WorldPage.Designer.cs

示例2: InitializeComponent

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TabControl tabControl1;
            System.Windows.Forms.TabPage tabPage2;
            this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
            tabControl1 = new System.Windows.Forms.TabControl();
            tabPage2 = new System.Windows.Forms.TabPage();
            tabControl1.SuspendLayout();
            tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(tabPage2);
            tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControl1.Location = new System.Drawing.Point(0, 0);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new System.Drawing.Size(150, 348);
            tabControl1.TabIndex = 0;
            // 
            // tabPage2
            // 
            tabPage2.BackColor = System.Drawing.SystemColors.Control;
            tabPage2.Controls.Add(this.propertyGrid1);
            tabPage2.Location = new System.Drawing.Point(4, 22);
            tabPage2.Name = "tabPage2";
            tabPage2.Padding = new System.Windows.Forms.Padding(3);
            tabPage2.Size = new System.Drawing.Size(142, 322);
            tabPage2.TabIndex = 1;
            tabPage2.Text = "Properties";
            // 
            // propertyGrid1
            // 
            this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
            this.propertyGrid1.Name = "propertyGrid1";
            this.propertyGrid1.Size = new System.Drawing.Size(136, 316);
            this.propertyGrid1.TabIndex = 0;
            // 
            // PropertyPage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(tabControl1);
            this.Name = "PropertyPage";
            this.Size = new System.Drawing.Size(150, 348);
            tabControl1.ResumeLayout(false);
            tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:bcsanches,项目名称:phobos3d,代码行数:56,代码来源:PropertyPage.Designer.cs

示例3: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            _MenuStripMain = new System.Windows.Forms.MenuStrip();
            _StatusStripMain = new System.Windows.Forms.StatusStrip();
            _SplitContainerMain = new System.Windows.Forms.SplitContainer();
            _DataGridViewDevicesList = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDevicesList = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDevice = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDevice = new System.Windows.Forms.ToolStripMenuItem();
            _TabControlDevice = new System.Windows.Forms.TabControl();
            _TabPageHoldingRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewHoldingRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripHoldingRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageInputRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewInputRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripInputRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageCoils = new System.Windows.Forms.TabPage();
            _DataGridViewCoils = new System.Windows.Forms.DataGridView();
            _ContextMenuStripCoils = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddCoil = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveCoil = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageDiscretesInputs = new System.Windows.Forms.TabPage();
            _DataGridViewDiscretesInputs = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDiscretesInputs = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageFiles = new System.Windows.Forms.TabPage();
            _SplitContainerFiles = new System.Windows.Forms.SplitContainer();
            _DataGridViewFiles = new System.Windows.Forms.DataGridView();
            _ContextMenuStripFiles = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddFile = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem();
            _DataGridViewRecords = new System.Windows.Forms.DataGridView();
            _ContextMenuStripRecords = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddRecord = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveRecord = new System.Windows.Forms.ToolStripMenuItem();
            _SplitContainerMain.Panel1.SuspendLayout();
            _SplitContainerMain.Panel2.SuspendLayout();
            _SplitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit();
            _ContextMenuStripDevicesList.SuspendLayout();
            _TabControlDevice.SuspendLayout();
            _TabPageHoldingRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit();
            _ContextMenuStripHoldingRegisters.SuspendLayout();
            _TabPageInputRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit();
            _ContextMenuStripInputRegisters.SuspendLayout();
            _TabPageCoils.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit();
            _ContextMenuStripCoils.SuspendLayout();
            _TabPageDiscretesInputs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit();
            _ContextMenuStripDiscretesInputs.SuspendLayout();
            _TabPageFiles.SuspendLayout();
            _SplitContainerFiles.Panel1.SuspendLayout();
            _SplitContainerFiles.Panel2.SuspendLayout();
            _SplitContainerFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit();
            _ContextMenuStripFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit();
            _ContextMenuStripRecords.SuspendLayout();
            SuspendLayout();
            // 
            // _MenuStripMain
            // 
            _MenuStripMain.Location = new System.Drawing.Point(0, 0);
            _MenuStripMain.Name = "_MenuStripMain";
            _MenuStripMain.Size = new System.Drawing.Size(880, 24);
            _MenuStripMain.TabIndex = 0;
            _MenuStripMain.Text = "menuStrip1";
            // 
            // _StatusStripMain
            // 
            _StatusStripMain.Location = new System.Drawing.Point(0, 434);
            _StatusStripMain.Name = "_StatusStripMain";
            _StatusStripMain.Size = new System.Drawing.Size(880, 22);
            _StatusStripMain.TabIndex = 1;
            _StatusStripMain.Text = "statusStrip1";
            // 
            // _SplitContainerMain
            // 
            _SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            _SplitContainerMain.Location = new System.Drawing.Point(0, 24);
            _SplitContainerMain.Name = "_SplitContainerMain";
            // 
            // _SplitContainerMain.Panel1
            // 
            _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList);
            // 
            // _SplitContainerMain.Panel2
//.........这里部分代码省略.........
开发者ID:serialbus,项目名称:NGK,代码行数:101,代码来源:FormEditNetworkController.Designer.cs

示例4: InitializeComponent

		/// <summary>
		/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
		/// le contenu de cette méthode avec l'éditeur de code.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.GroupBox backgroundMapGroupBox;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewerForm));
			System.Windows.Forms.GroupBox windowMapGroupBox;
			System.Windows.Forms.GroupBox customMapGroupBox;
			System.Windows.Forms.TabPage autoMapsTabPage;
			System.Windows.Forms.Label label13;
			System.Windows.Forms.Label label11;
			System.Windows.Forms.Label label9;
			System.Windows.Forms.Label label4;
			System.Windows.Forms.Label label3;
			System.Windows.Forms.Label label2;
			System.Windows.Forms.Label label1;
			this.backgroundMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.windowMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.customMapPanel = new CrystalBoy.Emulator.BitmapPanel();
			this.refreshButton = new System.Windows.Forms.Button();
			this.closeButton = new System.Windows.Forms.Button();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.customMapsTabPage = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.pauseUpdateCheckBox = new System.Windows.Forms.CheckBox();
			this.frameUpdateCheckBox = new System.Windows.Forms.CheckBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.informationGroupBox = new System.Windows.Forms.GroupBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.mapDataGroupBox = new System.Windows.Forms.GroupBox();
			this.mapData1RadioButton = new System.Windows.Forms.RadioButton();
			this.mapData0RadioButton = new System.Windows.Forms.RadioButton();
			this.tileDataGroupBox = new System.Windows.Forms.GroupBox();
			this.tileData1RadioButton = new System.Windows.Forms.RadioButton();
			this.tileData0RadioButton = new System.Windows.Forms.RadioButton();
			backgroundMapGroupBox = new System.Windows.Forms.GroupBox();
			windowMapGroupBox = new System.Windows.Forms.GroupBox();
			customMapGroupBox = new System.Windows.Forms.GroupBox();
			autoMapsTabPage = new System.Windows.Forms.TabPage();
			label13 = new System.Windows.Forms.Label();
			label11 = new System.Windows.Forms.Label();
			label9 = new System.Windows.Forms.Label();
			label4 = new System.Windows.Forms.Label();
			label3 = new System.Windows.Forms.Label();
			label2 = new System.Windows.Forms.Label();
			label1 = new System.Windows.Forms.Label();
			backgroundMapGroupBox.SuspendLayout();
			windowMapGroupBox.SuspendLayout();
			customMapGroupBox.SuspendLayout();
			autoMapsTabPage.SuspendLayout();
			this.tabControl.SuspendLayout();
			this.customMapsTabPage.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.informationGroupBox.SuspendLayout();
			this.mapDataGroupBox.SuspendLayout();
			this.tileDataGroupBox.SuspendLayout();
			this.SuspendLayout();
			// 
			// backgroundMapGroupBox
			// 
			backgroundMapGroupBox.Controls.Add(this.backgroundMapPanel);
			resources.ApplyResources(backgroundMapGroupBox, "backgroundMapGroupBox");
			backgroundMapGroupBox.Name = "backgroundMapGroupBox";
			backgroundMapGroupBox.TabStop = false;
			// 
			// backgroundMapPanel
			// 
			this.backgroundMapPanel.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.backgroundMapPanel, "backgroundMapPanel");
			this.backgroundMapPanel.Name = "backgroundMapPanel";
			// 
			// windowMapGroupBox
			// 
			windowMapGroupBox.Controls.Add(this.windowMapPanel);
			resources.ApplyResources(windowMapGroupBox, "windowMapGroupBox");
			windowMapGroupBox.Name = "windowMapGroupBox";
			windowMapGroupBox.TabStop = false;
			// 
			// windowMapPanel
			// 
			this.windowMapPanel.BackColor = System.Drawing.Color.White;
			resources.ApplyResources(this.windowMapPanel, "windowMapPanel");
			this.windowMapPanel.Name = "windowMapPanel";
			// 
			// customMapGroupBox
			// 
			customMapGroupBox.Controls.Add(this.customMapPanel);
			resources.ApplyResources(customMapGroupBox, "customMapGroupBox");
			customMapGroupBox.Name = "customMapGroupBox";
			customMapGroupBox.TabStop = false;
//.........这里部分代码省略.........
开发者ID:cros107,项目名称:CrystalBoy,代码行数:101,代码来源:MapViewerForm.Designer.cs

示例5: InitializeComponent


//.........这里部分代码省略.........
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.nombreProyectoTextBox = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.monedaLabel = new System.Windows.Forms.Label();
			this.clienteFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ClienteFKBox();
			this.monedaFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.MonedaFKBox();
			this.proyectoOTFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ProyectoOTFKBox();
			this.proyectoPadreFKBox = new Kenwin.PPP.Cliente.Comun.Controles.FKBoxes.ProyectoPadreFKBox();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.asignacionSemanal1 = new Kenwin.PPP.Cliente.Proyectos.AsignacionSemanal();
			this.panel2 = new System.Windows.Forms.Panel();
			this.crearProyectoButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.OkButton();
			this.guardarButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.OkButton();
			this.cerrarButton = new Vemn.Fwk.ClientServer.Windows.Controls.Buttons.CancelButton();
			this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.eliminarActividadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			actividadesTabPage = new System.Windows.Forms.TabPage();
			estadoVersionActualLabel = new System.Windows.Forms.Label();
			probabilidadVersionActualLabel = new System.Windows.Forms.Label();
			fechaInicioProyectoVersionActualLabel = new System.Windows.Forms.Label();
			fechaVersionV1Label = new System.Windows.Forms.Label();
			estadoVersionAnteriorLabel = new System.Windows.Forms.Label();
			label20 = new System.Windows.Forms.Label();
			label21 = new System.Windows.Forms.Label();
			fechaVersionV2Label = new System.Windows.Forms.Label();
			datosGeneralesTabPage = new System.Windows.Forms.TabPage();
			actividadesTabPage.SuspendLayout();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.versionesSplitContainer)).BeginInit();
			this.versionesSplitContainer.Panel1.SuspendLayout();
			this.versionesSplitContainer.Panel2.SuspendLayout();
			this.versionesSplitContainer.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.version1C1FlexGrid)).BeginInit();
			this.menuVersionActualTableLayoutPanel.SuspendLayout();
			this.menuVersionActualAbajoTableLayoutPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.fechaInicioProyectoVersionActualC1DateEdit)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.probabilidadVersion1C1NumericEdit)).BeginInit();
			this.menuVersionActualArribaTableLayoutPanel.SuspendLayout();
			this.sumatoriasVersionActualTableLayoutPanel.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.version2C1FlexGrid)).BeginInit();
			this.menuVersionAnteriorTableLayoutPanel.SuspendLayout();
			this.menuVersionAnteriorAbajoTableLayoutPanel.SuspendLayout();
			this.menuVersionAnteriorArribaTableLayoutPanel.SuspendLayout();
			this.sumatoriasVersionAnteriorTableLayoutPanel.SuspendLayout();
			datosGeneralesTabPage.SuspendLayout();
			this.asignacionGroupBox.SuspendLayout();
			this.datosProyectoGroupBox.SuspendLayout();
			this.tableLayoutPanel4.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.tabControl1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.contextMenuStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// actividadesTabPage
			// 
开发者ID:kopatekopete,项目名称:MSF50_Test,代码行数:67,代码来源:Editor.Designer.cs

示例6: InitializeComponent


//.........这里部分代码省略.........
            labelVideoCrfHint = new System.Windows.Forms.Label();
            labelVideoCrfTolerance = new System.Windows.Forms.Label();
            labelVideoCrfToleranceHint = new System.Windows.Forms.Label();
            labelVideoHQHint = new System.Windows.Forms.Label();
            groupEncodingAudio = new System.Windows.Forms.GroupBox();
            tableEncodingAudio = new System.Windows.Forms.TableLayoutPanel();
            labelAudioHint = new System.Windows.Forms.Label();
            panelEncodingModeSwapperTwo = new System.Windows.Forms.Panel();
            labelAudioBitrate = new System.Windows.Forms.Label();
            labelAudioBitrateUnit = new System.Windows.Forms.Label();
            labelAudioBitrateHint = new System.Windows.Forms.Label();
            labelAudioQuality = new System.Windows.Forms.Label();
            labelAudioQualityHint = new System.Windows.Forms.Label();
            tabAdvanced = new System.Windows.Forms.TabPage();
            tableAdvanced = new System.Windows.Forms.TableLayoutPanel();
            labelAdvancedWarning = new System.Windows.Forms.Label();
            groupAdvancedProcessing = new System.Windows.Forms.GroupBox();
            tableAdvancedProcessing = new System.Windows.Forms.TableLayoutPanel();
            labelProcessingLevels = new System.Windows.Forms.Label();
            labelProcessingLevelsHint = new System.Windows.Forms.Label();
            labelProcessingDeinterlaceHint = new System.Windows.Forms.Label();
            labelProcessingDenoiseHint = new System.Windows.Forms.Label();
            groupAdvancedEncoding = new System.Windows.Forms.GroupBox();
            tableAdvancedEncoding = new System.Windows.Forms.TableLayoutPanel();
            labelEncodingFrameRateHint = new System.Windows.Forms.Label();
            labelEncodingFrameRate = new System.Windows.Forms.Label();
            labelEncodingNGOVHint = new System.Windows.Forms.Label();
            labelEncodingThreads = new System.Windows.Forms.Label();
            labelEncodingThreadsHint = new System.Windows.Forms.Label();
            labelEncodingSlices = new System.Windows.Forms.Label();
            labelEncodingSlicesHint = new System.Windows.Forms.Label();
            labelEncodingArguments = new System.Windows.Forms.Label();
            statusStrip = new System.Windows.Forms.StatusStrip();
            tableMainForm.SuspendLayout();
            groupMain.SuspendLayout();
            tableMain.SuspendLayout();
            tabControlOptions.SuspendLayout();
            tabProcessing.SuspendLayout();
            tableProcessing.SuspendLayout();
            toolStripProcessing.SuspendLayout();
            panelProcessingInput.SuspendLayout();
            tabEncoding.SuspendLayout();
            tableEncoding.SuspendLayout();
            groupEncodingGeneral.SuspendLayout();
            tableEncodingGeneral.SuspendLayout();
            groupEncodingVideo.SuspendLayout();
            this.tableLayoutPanelEncodingVideo.SuspendLayout();
            panelEncodingModeSwapper.SuspendLayout();
            this.tableVideoConstantOptions.SuspendLayout();
            this.tableVideoVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrf)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericCrfTolerance)).BeginInit();
            groupEncodingAudio.SuspendLayout();
            tableEncodingAudio.SuspendLayout();
            panelEncodingModeSwapperTwo.SuspendLayout();
            this.tableAudioConstantOptions.SuspendLayout();
            this.tableAudioVariableOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericAudioQuality)).BeginInit();
            tabAdvanced.SuspendLayout();
            tableAdvanced.SuspendLayout();
            groupAdvancedProcessing.SuspendLayout();
            tableAdvancedProcessing.SuspendLayout();
            groupAdvancedEncoding.SuspendLayout();
            tableAdvancedEncoding.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackThreads)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackSlices)).BeginInit();
开发者ID:CaptSpify,项目名称:WebMConverter,代码行数:67,代码来源:MainForm.Designer.cs

示例7: InitializeComponent

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.TabControl tabControl1;
            System.Windows.Forms.TabPage tabPage1;
            System.Windows.Forms.TabPage tabPage2;
            System.Windows.Forms.Label label1;
            this.splitContainer = new System.Windows.Forms.SplitContainer();
            this.txtSourceCode = new System.Windows.Forms.TextBox();
            this.descriptionControlCopy = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
            this.txtMethodHeader = new System.Windows.Forms.TextBox();
            this.descriptionControl = new IronSmalltalk.Tools.ClassLibraryBrowser.Controls.DescriptionControl();
            this.txtNativeName = new System.Windows.Forms.TextBox();
            tabControl1 = new System.Windows.Forms.TabControl();
            tabPage1 = new System.Windows.Forms.TabPage();
            tabPage2 = new System.Windows.Forms.TabPage();
            label1 = new System.Windows.Forms.Label();
            tabControl1.SuspendLayout();
            tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
            this.splitContainer.Panel1.SuspendLayout();
            this.splitContainer.Panel2.SuspendLayout();
            this.splitContainer.SuspendLayout();
            tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            tabControl1.Controls.Add(tabPage1);
            tabControl1.Controls.Add(tabPage2);
            tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            tabControl1.Location = new System.Drawing.Point(0, 0);
            tabControl1.Name = "tabControl1";
            tabControl1.SelectedIndex = 0;
            tabControl1.Size = new System.Drawing.Size(384, 223);
            tabControl1.TabIndex = 1;
            // 
            // tabPage1
            // 
            tabPage1.Controls.Add(this.splitContainer);
            tabPage1.Controls.Add(this.txtMethodHeader);
            tabPage1.ImageKey = "source";
            tabPage1.Location = new System.Drawing.Point(4, 22);
            tabPage1.Name = "tabPage1";
            tabPage1.Padding = new System.Windows.Forms.Padding(3);
            tabPage1.Size = new System.Drawing.Size(376, 197);
            tabPage1.TabIndex = 0;
            tabPage1.Text = "Source";
            tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer
            // 
            this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer.Location = new System.Drawing.Point(6, 29);
            this.splitContainer.Name = "splitContainer";
            // 
            // splitContainer.Panel1
            // 
            this.splitContainer.Panel1.Controls.Add(this.txtSourceCode);
            // 
            // splitContainer.Panel2
            // 
            this.splitContainer.Panel2.Controls.Add(this.descriptionControlCopy);
            this.splitContainer.Size = new System.Drawing.Size(364, 162);
            this.splitContainer.SplitterDistance = 253;
            this.splitContainer.TabIndex = 7;
            // 
            // txtSourceCode
            // 
            this.txtSourceCode.AcceptsTab = true;
            this.txtSourceCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtSourceCode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtSourceCode.Location = new System.Drawing.Point(0, 0);
            this.txtSourceCode.Multiline = true;
            this.txtSourceCode.Name = "txtSourceCode";
            this.txtSourceCode.Size = new System.Drawing.Size(253, 162);
            this.txtSourceCode.TabIndex = 7;
            this.txtSourceCode.TextChanged += new System.EventHandler(this.txtSourceCode_TextChanged);
            this.txtSourceCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSourceCode_KeyDown);
            // 
            // descriptionControlCopy
            // 
            this.descriptionControlCopy.Dock = System.Windows.Forms.DockStyle.Fill;
            this.descriptionControlCopy.Enabled = false;
            this.descriptionControlCopy.Location = new System.Drawing.Point(0, 0);
            this.descriptionControlCopy.Margin = new System.Windows.Forms.Padding(0);
            this.descriptionControlCopy.Name = "descriptionControlCopy";
            this.descriptionControlCopy.ShowLabel = false;
            this.descriptionControlCopy.Size = new System.Drawing.Size(107, 162);
            this.descriptionControlCopy.TabIndex = 8;
            // 
            // txtMethodHeader
            // 
            this.txtMethodHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
//.........这里部分代码省略.........
开发者ID:erlis,项目名称:IronSmalltalk,代码行数:101,代码来源:MethodDefinitionControl.Designer.cs

示例8: InitializeComponent

        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WizardPageDbGenSummary));
            System.Windows.Forms.TabPage CreateDatabaseTabDDL;
            System.Windows.Forms.Label lblSaveDdlAs;
            this.txtDDL = new System.Windows.Forms.TextBox();
            this.SummaryTabs = new System.Windows.Forms.TabControl();
            this.txtSaveDdlAs = new System.Windows.Forms.TextBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            CreateDatabaseTabDDL = new System.Windows.Forms.TabPage();
            lblSaveDdlAs = new System.Windows.Forms.Label();
            CreateDatabaseTabDDL.SuspendLayout();
            this.SummaryTabs.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // infoPanel
            // 
            resources.ApplyResources(this.infoPanel, "infoPanel");
            // 
            // CreateDatabaseTabDDL
            // 
            CreateDatabaseTabDDL.Controls.Add(this.txtDDL);
            resources.ApplyResources(CreateDatabaseTabDDL, "CreateDatabaseTabDDL");
            CreateDatabaseTabDDL.Name = "CreateDatabaseTabDDL";
            CreateDatabaseTabDDL.UseVisualStyleBackColor = true;
            // 
            // txtDDL
            // 
            resources.ApplyResources(this.txtDDL, "txtDDL");
            this.txtDDL.BackColor = System.Drawing.SystemColors.Window;
            this.txtDDL.Name = "txtDDL";
            this.txtDDL.ReadOnly = true;
            // 
            // lblSaveDdlAs
            // 
            resources.ApplyResources(lblSaveDdlAs, "lblSaveDdlAs");
            lblSaveDdlAs.Name = "lblSaveDdlAs";
            // 
            // SummaryTabs
            // 
            resources.ApplyResources(this.SummaryTabs, "SummaryTabs");
            this.SummaryTabs.Controls.Add(CreateDatabaseTabDDL);
            this.SummaryTabs.Name = "SummaryTabs";
            this.SummaryTabs.SelectedIndex = 0;
            // 
            // txtSaveDdlAs
            // 
            resources.ApplyResources(this.txtSaveDdlAs, "txtSaveDdlAs");
            this.txtSaveDdlAs.Name = "txtSaveDdlAs";
            this.txtSaveDdlAs.TextChanged += new System.EventHandler(this.txtSaveDdlAs_TextChanged);
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(lblSaveDdlAs, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.txtSaveDdlAs, 1, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // WizardPageDbGenSummary
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.SummaryTabs);
            this.Name = "WizardPageDbGenSummary";
            this.Controls.SetChildIndex(this.infoPanel, 0);
            this.Controls.SetChildIndex(this.SummaryTabs, 0);
            this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
            CreateDatabaseTabDDL.ResumeLayout(false);
            CreateDatabaseTabDDL.PerformLayout();
            this.SummaryTabs.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
开发者ID:Cireson,项目名称:EntityFramework6,代码行数:78,代码来源:WizardPageDbGenSummary.Designer.cs

示例9: InitializeComponent


//.........这里部分代码省略.........
            label13 = new System.Windows.Forms.Label();
            label14 = new System.Windows.Forms.Label();
            label48 = new System.Windows.Forms.Label();
            label49 = new System.Windows.Forms.Label();
            label50 = new System.Windows.Forms.Label();
            label51 = new System.Windows.Forms.Label();
            label52 = new System.Windows.Forms.Label();
            label53 = new System.Windows.Forms.Label();
            label54 = new System.Windows.Forms.Label();
            label55 = new System.Windows.Forms.Label();
            label56 = new System.Windows.Forms.Label();
            label57 = new System.Windows.Forms.Label();
            label58 = new System.Windows.Forms.Label();
            label59 = new System.Windows.Forms.Label();
            label60 = new System.Windows.Forms.Label();
            label61 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label19 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            tabActiveSkills = new System.Windows.Forms.TabPage();
            groupBox12 = new System.Windows.Forms.GroupBox();
            groupBox11 = new System.Windows.Forms.GroupBox();
            tacControl1 = new System.Windows.Forms.TabControl();
            groupBox14 = new System.Windows.Forms.GroupBox();
            groupBox13 = new System.Windows.Forms.GroupBox();
            label72 = new System.Windows.Forms.Label();
            label71 = new System.Windows.Forms.Label();
            label70 = new System.Windows.Forms.Label();
            tabPassiveSkills.SuspendLayout();
            groupBox9.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            groupBox5.SuspendLayout();
            groupBox4.SuspendLayout();
            groupBoxBarbarianActiveSkills.SuspendLayout();
            groupBoxMonkActiveSkills.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox10.SuspendLayout();
            groupBox1.SuspendLayout();
            tabActiveSkills.SuspendLayout();
            groupBox12.SuspendLayout();
            groupBox11.SuspendLayout();
            tacControl1.SuspendLayout();
            this.tabResults.SuspendLayout();
            groupBox14.SuspendLayout();
            groupBox13.SuspendLayout();
            this.tabItemEditor.SuspendLayout();
            this.tabSetBonus.SuspendLayout();
            this.SuspendLayout();
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Location = new System.Drawing.Point(19, 152);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(90, 13);
            label6.TabIndex = 10;
            label6.Text = "+ % Critic Chance";
            // 
开发者ID:djtms,项目名称:D3-API-by-ZTn,代码行数:67,代码来源:D3CalculatorForm.Designer.cs

示例10: InitializeComponent

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.MenuStrip menuStrip1;
			System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
			System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
			System.Windows.Forms.ToolStripMenuItem editToolStripMenu;
			System.Windows.Forms.TabControl tabControl1;
			System.Windows.Forms.TabPage tabPage1;
			System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
			System.Windows.Forms.TabPage tabPage2;
			System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrowserForm));
			this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.openLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveLevelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.deselectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.listLoadedModels = new System.Windows.Forms.ListBox();
			this.btnLoadModel = new System.Windows.Forms.Button();
			this.btnCreateActor = new System.Windows.Forms.Button();
			this.listActors = new System.Windows.Forms.ListBox();
			this.btnDeleteActor = new System.Windows.Forms.Button();
			menuStrip1 = new System.Windows.Forms.MenuStrip();
			fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			editToolStripMenu = new System.Windows.Forms.ToolStripMenuItem();
			tabControl1 = new System.Windows.Forms.TabControl();
			tabPage1 = new System.Windows.Forms.TabPage();
			flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
			tabPage2 = new System.Windows.Forms.TabPage();
			flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
			menuStrip1.SuspendLayout();
			tabControl1.SuspendLayout();
			tabPage1.SuspendLayout();
			flowLayoutPanel1.SuspendLayout();
			tabPage2.SuspendLayout();
			flowLayoutPanel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// menuStrip1
			// 
			menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            fileToolStripMenuItem,
            editToolStripMenu});
			menuStrip1.Location = new System.Drawing.Point(0, 0);
			menuStrip1.Name = "menuStrip1";
			menuStrip1.Size = new System.Drawing.Size(533, 24);
			menuStrip1.TabIndex = 1;
			menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openLevelToolStripMenuItem,
            this.saveLevelToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            toolStripSeparator1,
            this.exitToolStripMenuItem});
			fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			fileToolStripMenuItem.Text = "&File";
			// 
			// newToolStripMenuItem
			// 
			this.newToolStripMenuItem.Name = "newToolStripMenuItem";
			this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
			this.newToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
			this.newToolStripMenuItem.Text = "&New";
			this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
			// 
			// openLevelToolStripMenuItem
			// 
			this.openLevelToolStripMenuItem.Name = "openLevelToolStripMenuItem";
			this.openLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
			this.openLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
			this.openLevelToolStripMenuItem.Text = "&Open";
			this.openLevelToolStripMenuItem.Click += new System.EventHandler(this.openLevelToolStripMenuItem_Click);
			// 
			// saveLevelToolStripMenuItem
			// 
			this.saveLevelToolStripMenuItem.Name = "saveLevelToolStripMenuItem";
			this.saveLevelToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
			this.saveLevelToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
			this.saveLevelToolStripMenuItem.Text = "&Save";
			this.saveLevelToolStripMenuItem.Click += new System.EventHandler(this.saveLevelToolStripMenuItem_Click);
			// 
			// saveAsToolStripMenuItem
			// 
			this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
			this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt) 
            | System.Windows.Forms.Keys.S)));
			this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
			this.saveAsToolStripMenuItem.Text = "Save &As";
			this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//.........这里部分代码省略.........
开发者ID:gamma09,项目名称:Game-Engine,代码行数:101,代码来源:BrowserForm.Designer.cs

示例11: InitializeComponent

      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent() {
         System.Windows.Forms.TabPage tabPage1;
         this.label6 = new System.Windows.Forms.Label();
         this.listBox2 = new System.Windows.Forms.ListBox();
         this.textBox4 = new System.Windows.Forms.TextBox();
         this.textBox3 = new System.Windows.Forms.TextBox();
         this.textBox2 = new System.Windows.Forms.TextBox();
         this.textBox1 = new System.Windows.Forms.TextBox();
         this.label5 = new System.Windows.Forms.Label();
         this.label4 = new System.Windows.Forms.Label();
         this.label3 = new System.Windows.Forms.Label();
         this.label2 = new System.Windows.Forms.Label();
         this.pictureBox1 = new System.Windows.Forms.PictureBox();
         this.listBox1 = new System.Windows.Forms.ListBox();
         this.label1 = new System.Windows.Forms.Label();
         this.button1 = new System.Windows.Forms.Button();
         this.button2 = new System.Windows.Forms.Button();
         this.button3 = new System.Windows.Forms.Button();
         this.button4 = new System.Windows.Forms.Button();
         this.tabControl1 = new System.Windows.Forms.TabControl();
         this.tabPage2 = new System.Windows.Forms.TabPage();
         this.button10 = new System.Windows.Forms.Button();
         this.comboBox1 = new System.Windows.Forms.ComboBox();
         this.textBox10 = new System.Windows.Forms.TextBox();
         this.label12 = new System.Windows.Forms.Label();
         this.button9 = new System.Windows.Forms.Button();
         this.button8 = new System.Windows.Forms.Button();
         this.button7 = new System.Windows.Forms.Button();
         this.button6 = new System.Windows.Forms.Button();
         this.textBox9 = new System.Windows.Forms.TextBox();
         this.label11 = new System.Windows.Forms.Label();
         this.button5 = new System.Windows.Forms.Button();
         this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
         this.textBox5 = new System.Windows.Forms.TextBox();
         this.textBox6 = new System.Windows.Forms.TextBox();
         this.textBox8 = new System.Windows.Forms.TextBox();
         this.label7 = new System.Windows.Forms.Label();
         this.label8 = new System.Windows.Forms.Label();
         this.label9 = new System.Windows.Forms.Label();
         this.label10 = new System.Windows.Forms.Label();
         tabPage1 = new System.Windows.Forms.TabPage();
         tabPage1.SuspendLayout();
         ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
         this.tabControl1.SuspendLayout();
         this.tabPage2.SuspendLayout();
         this.SuspendLayout();
         // 
         // tabPage1
         // 
         tabPage1.Controls.Add(this.label6);
         tabPage1.Controls.Add(this.listBox2);
         tabPage1.Controls.Add(this.textBox4);
         tabPage1.Controls.Add(this.textBox3);
         tabPage1.Controls.Add(this.textBox2);
         tabPage1.Controls.Add(this.textBox1);
         tabPage1.Controls.Add(this.label5);
         tabPage1.Controls.Add(this.label4);
         tabPage1.Controls.Add(this.label3);
         tabPage1.Controls.Add(this.label2);
         tabPage1.Controls.Add(this.pictureBox1);
         tabPage1.Location = new System.Drawing.Point(4, 22);
         tabPage1.Name = "tabPage1";
         tabPage1.Padding = new System.Windows.Forms.Padding(3);
         tabPage1.Size = new System.Drawing.Size(386, 585);
         tabPage1.TabIndex = 0;
         tabPage1.Text = "Информация о телефоне";
         tabPage1.UseVisualStyleBackColor = true;
         // 
         // label6
         // 
         this.label6.AutoSize = true;
         this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
         this.label6.Location = new System.Drawing.Point(12, 436);
         this.label6.Name = "label6";
         this.label6.Size = new System.Drawing.Size(50, 16);
         this.label6.TabIndex = 10;
         this.label6.Text = "Опции";
         // 
         // listBox2
         // 
         this.listBox2.FormattingEnabled = true;
         this.listBox2.Location = new System.Drawing.Point(9, 459);
         this.listBox2.Name = "listBox2";
         this.listBox2.Size = new System.Drawing.Size(360, 121);
         this.listBox2.TabIndex = 9;
         // 
         // textBox4
         // 
         this.textBox4.Location = new System.Drawing.Point(237, 401);
         this.textBox4.Name = "textBox4";
         this.textBox4.ReadOnly = true;
         this.textBox4.Size = new System.Drawing.Size(132, 20);
         this.textBox4.TabIndex = 8;
         // 
         // textBox3
         // 
//.........这里部分代码省略.........
开发者ID:Feliasfogg,项目名称:HomeWorks,代码行数:101,代码来源:Form1.Designer.cs

示例12: InitializeComponent

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.TableLayoutPanel tblTreeAndDimension;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DidjImpApp));
			System.Windows.Forms.TabPage tabPageImpedance;
			System.Windows.Forms.Panel pnlImpedancePlot;
			DidjImp.ImpedancePlot.ImpedancePlotContextMenu impedancePlotContextMenu1 = new DidjImp.ImpedancePlot.ImpedancePlotContextMenu();
			System.Windows.Forms.FlowLayoutPanel pnlImpedanceTools;
			System.Windows.Forms.Panel pnlImpedanceShowHarmonics;
			System.Windows.Forms.Label lblShowHarmonics;
			System.Windows.Forms.Panel pnlImpedanceGraphType;
			System.Windows.Forms.Label lblGraphType;
			System.Windows.Forms.TabPage tabBore;
			System.Windows.Forms.Panel pnlBoreTools;
			System.Windows.Forms.MenuStrip menuMain;
			System.Windows.Forms.ToolStripMenuItem mnuFile;
			System.Windows.Forms.ToolStripMenuItem mnuHelp;
			System.Windows.Forms.Label lblName;
			System.Windows.Forms.Label lblComments;
			this.btnCalculate = new System.Windows.Forms.Button();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.treeDidgeHistory = new System.Windows.Forms.TreeView();
			this.treeViewImageList = new System.Windows.Forms.ImageList(this.components);
			this.didgePropertyEditor = new DidjImp.DidgePropertyEditor();
			this.impedancePlot = new DidjImp.ImpedancePlot();
			this.comboHarmonics = new CustomComboBox.CustomComboBox();
			this.comboImpedanceGraphType = new System.Windows.Forms.ComboBox();
			this.borePlot = new DidjImp.BorePlot();
			this.comboWaveformSelect = new CustomComboBox.CustomComboBox();
			this.chkWaveform = new System.Windows.Forms.CheckBox();
			this.waveformPlot = new NPlot.Windows.PlotSurface2D();
			this.saveDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.loadDimensionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuOptions = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuInterpolate = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuScaleBoreByFactor = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuScaleToFundamental = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuCalculateSurfaceAreaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
			this.splitMain = new System.Windows.Forms.SplitContainer();
			this.tabPlots = new System.Windows.Forms.TabControl();
			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.tblDidgeComments = new System.Windows.Forms.TableLayoutPanel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			tblTreeAndDimension = new System.Windows.Forms.TableLayoutPanel();
			tabPageImpedance = new System.Windows.Forms.TabPage();
			pnlImpedancePlot = new System.Windows.Forms.Panel();
			pnlImpedanceTools = new System.Windows.Forms.FlowLayoutPanel();
			pnlImpedanceShowHarmonics = new System.Windows.Forms.Panel();
			lblShowHarmonics = new System.Windows.Forms.Label();
			pnlImpedanceGraphType = new System.Windows.Forms.Panel();
			lblGraphType = new System.Windows.Forms.Label();
			tabBore = new System.Windows.Forms.TabPage();
			pnlBoreTools = new System.Windows.Forms.Panel();
			menuMain = new System.Windows.Forms.MenuStrip();
			mnuFile = new System.Windows.Forms.ToolStripMenuItem();
			mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
			lblName = new System.Windows.Forms.Label();
			lblComments = new System.Windows.Forms.Label();
			tblTreeAndDimension.SuspendLayout();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			tabPageImpedance.SuspendLayout();
			pnlImpedancePlot.SuspendLayout();
			pnlImpedanceTools.SuspendLayout();
			pnlImpedanceShowHarmonics.SuspendLayout();
			pnlImpedanceGraphType.SuspendLayout();
			tabBore.SuspendLayout();
			pnlBoreTools.SuspendLayout();
			menuMain.SuspendLayout();
			this.splitMain.Panel1.SuspendLayout();
			this.splitMain.Panel2.SuspendLayout();
			this.splitMain.SuspendLayout();
			this.tabPlots.SuspendLayout();
			this.tableLayoutPanel2.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.tblDidgeComments.SuspendLayout();
			this.SuspendLayout();
			// 
			// tblTreeAndDimension
			// 
			tblTreeAndDimension.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			tblTreeAndDimension.ColumnCount = 1;
			tblTreeAndDimension.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			tblTreeAndDimension.Controls.Add(this.btnCalculate, 0, 1);
			tblTreeAndDimension.Controls.Add(this.splitContainer1, 0, 0);
			tblTreeAndDimension.Dock = System.Windows.Forms.DockStyle.Fill;
			tblTreeAndDimension.Location = new System.Drawing.Point(0, 0);
			tblTreeAndDimension.Margin = new System.Windows.Forms.Padding(0);
			tblTreeAndDimension.Name = "tblTreeAndDimension";
			tblTreeAndDimension.RowCount = 2;
			tblTreeAndDimension.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
//.........这里部分代码省略.........
开发者ID:JesusFreke,项目名称:didjimp,代码行数:101,代码来源:DidjImp.Designer.cs

示例13: InitializeComponent

        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabPage perModelSimulationParametersPage;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimulationConfigurationDialog));
            System.Windows.Forms.Label label6;
            System.Windows.Forms.Label label5;
            System.Windows.Forms.Label label3;
            System.Windows.Forms.Label label4;
            this.initialParameters = new System.Windows.Forms.DataGridView();
            this.keyDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.valueDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.initialContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.initialConditionsBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.modelCombo = new System.Windows.Forms.ComboBox();
            this.perModelSimulationParameterBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.m_simParamSets = new System.Windows.Forms.BindingSource(this.components);
            this.propertiesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.propertiesBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.steppersBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.SSCreateButton = new System.Windows.Forms.Button();
            this.paramCombo = new System.Windows.Forms.ComboBox();
            this.SSDeleteButton = new System.Windows.Forms.Button();
            this.SSApplyButton = new System.Windows.Forms.Button();
            this.SSCloseButton = new System.Windows.Forms.Button();
            this.configurationLabel = new System.Windows.Forms.Label();
            this.loggingPage = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.overrideRadio = new System.Windows.Forms.RadioButton();
            this.exceptionRadio = new System.Windows.Forms.RadioButton();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.noLimitRadio = new System.Windows.Forms.RadioButton();
            this.maxKbTextBox = new System.Windows.Forms.TextBox();
            this.maxSizeRadio = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.freqBySecRadio = new System.Windows.Forms.RadioButton();
            this.freqBySecTextBox = new System.Windows.Forms.TextBox();
            this.freqByStepRadio = new System.Windows.Forms.RadioButton();
            this.freqByStepTextBox = new System.Windows.Forms.TextBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.simSettingToolTip = new System.Windows.Forms.ToolTip(this.components);
            this.SSImportButton = new System.Windows.Forms.Button();
            this.SSExportButton = new System.Windows.Forms.Button();
            this.SSSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.SSOpenFileDialog = new System.Windows.Forms.OpenFileDialog();
            perModelSimulationParametersPage = new System.Windows.Forms.TabPage();
            label6 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            perModelSimulationParametersPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.initialParameters)).BeginInit();
            this.initialContextMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.initialConditionsBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.perModelSimulationParameterBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_simParamSets)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertiesBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.steppersBindingSource)).BeginInit();
            this.loggingPage.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // perModelSimulationParametersPage
            // 
            perModelSimulationParametersPage.Controls.Add(this.initialParameters);
            perModelSimulationParametersPage.Controls.Add(label6);
            perModelSimulationParametersPage.Controls.Add(this.modelCombo);
            resources.ApplyResources(perModelSimulationParametersPage, "perModelSimulationParametersPage");
            perModelSimulationParametersPage.Name = "perModelSimulationParametersPage";
            perModelSimulationParametersPage.UseVisualStyleBackColor = true;
            // 
            // initialParameters
            // 
            this.initialParameters.AllowUserToAddRows = false;
            this.initialParameters.AllowUserToResizeRows = false;
            this.initialParameters.AutoGenerateColumns = false;
            this.initialParameters.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.initialParameters.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.initialParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.initialParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.keyDataGridViewTextBoxColumn1,
            this.valueDataGridViewTextBoxColumn1});
            this.initialParameters.ContextMenuStrip = this.initialContextMenuStrip;
//.........这里部分代码省略.........
开发者ID:ecell,项目名称:ecell3-ide,代码行数:101,代码来源:SimulationConfigurationDialog.Designer.cs

示例14: InitializeComponent

		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TabControl m_tabs;
            System.Windows.Forms.TabPage calculatorTab;
            System.Windows.Forms.TabPage symbolsTab;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
            System.Windows.Forms.ContextMenuStrip m_currenciesContextMenu;
            System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem4;
            System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem4;
            System.Windows.Forms.ToolStripMenuItem addMajorCurrenciesToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem moveUpToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem moveDownToolStripMenuItem;
            System.Windows.Forms.TabPage accountsAndTradesTab;
            System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
            System.Windows.Forms.MenuStrip mainMenu;
            System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem serverToolStripMenuItem;
            System.Windows.Forms.ToolStripMenuItem getSymbolsAndQuotesToolStripMenuItem;
            System.Windows.Forms.Label label1;
            this.m_calculatorTabPropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.m_symbols = new System.Windows.Forms.ListBox();
            this.m_symbolsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.m_symbolsTabPropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.currenciesTab = new System.Windows.Forms.TabPage();
            this.m_currencies = new System.Windows.Forms.ListBox();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.quotesTab = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.m_quotes = new System.Windows.Forms.ListBox();
            this.m_quotesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.m_quotesTabPropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.m_accounts = new System.Windows.Forms.ListBox();
            this.m_acccountsContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_trades = new System.Windows.Forms.ListBox();
            this.m_tradesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.removeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.m_accountsTabPropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.m_calculate = new System.Windows.Forms.Button();
            this.m_clear = new System.Windows.Forms.Button();
            this.m_openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.m_saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.m_calculationTime = new System.Windows.Forms.TextBox();
            m_tabs = new System.Windows.Forms.TabControl();
            calculatorTab = new System.Windows.Forms.TabPage();
            symbolsTab = new System.Windows.Forms.TabPage();
            tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            m_currenciesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            addToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            removeToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            addMajorCurrenciesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            moveUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            moveDownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            accountsAndTradesTab = new System.Windows.Forms.TabPage();
            tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            mainMenu = new System.Windows.Forms.MenuStrip();
            openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            serverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            getSymbolsAndQuotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            label1 = new System.Windows.Forms.Label();
            m_tabs.SuspendLayout();
            calculatorTab.SuspendLayout();
            symbolsTab.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            this.m_symbolsContextMenu.SuspendLayout();
            this.currenciesTab.SuspendLayout();
            m_currenciesContextMenu.SuspendLayout();
            this.quotesTab.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.m_quotesContextMenu.SuspendLayout();
            accountsAndTradesTab.SuspendLayout();
            tableLayoutPanel1.SuspendLayout();
            this.m_acccountsContextMenu.SuspendLayout();
            this.m_tradesContextMenu.SuspendLayout();
            mainMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_tabs
            // 
            m_tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            m_tabs.Controls.Add(calculatorTab);
//.........这里部分代码省略.........
开发者ID:ifzz,项目名称:FDK,代码行数:101,代码来源:MainForm.Designer.cs

示例15: InitializeComponent


//.........这里部分代码省略.........
            label15 = new System.Windows.Forms.Label();
            label12 = new System.Windows.Forms.Label();
            label35 = new System.Windows.Forms.Label();
            label26 = new System.Windows.Forms.Label();
            label25 = new System.Windows.Forms.Label();
            label24 = new System.Windows.Forms.Label();
            label23 = new System.Windows.Forms.Label();
            label22 = new System.Windows.Forms.Label();
            label21 = new System.Windows.Forms.Label();
            groupBox10 = new System.Windows.Forms.GroupBox();
            label8 = new System.Windows.Forms.Label();
            label10 = new System.Windows.Forms.Label();
            label13 = new System.Windows.Forms.Label();
            label14 = new System.Windows.Forms.Label();
            groupBox1 = new System.Windows.Forms.GroupBox();
            label47 = new System.Windows.Forms.Label();
            label11 = new System.Windows.Forms.Label();
            label28 = new System.Windows.Forms.Label();
            label9 = new System.Windows.Forms.Label();
            label29 = new System.Windows.Forms.Label();
            label30 = new System.Windows.Forms.Label();
            label31 = new System.Windows.Forms.Label();
            label32 = new System.Windows.Forms.Label();
            label33 = new System.Windows.Forms.Label();
            label34 = new System.Windows.Forms.Label();
            label19 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            label7 = new System.Windows.Forms.Label();
            label2 = new System.Windows.Forms.Label();
            label3 = new System.Windows.Forms.Label();
            label5 = new System.Windows.Forms.Label();
            label4 = new System.Windows.Forms.Label();
            tabActiveSkills = new System.Windows.Forms.TabPage();
            tabPassiveSkills.SuspendLayout();
            groupBox9.SuspendLayout();
            groupBox8.SuspendLayout();
            groupBox7.SuspendLayout();
            groupBox3.SuspendLayout();
            this.groupBox6.SuspendLayout();
            groupBox5.SuspendLayout();
            groupBox4.SuspendLayout();
            groupBoxBarbarianActiveSkills.SuspendLayout();
            groupBoxMonkActiveSkills.SuspendLayout();
            this.tabSetBonus.SuspendLayout();
            tabMainHand.SuspendLayout();
            tabOffHand.SuspendLayout();
            tabLeftFinger.SuspendLayout();
            tabRightFinger.SuspendLayout();
            tabNeck.SuspendLayout();
            this.tabHead.SuspendLayout();
            this.tabShoulders.SuspendLayout();
            this.tabBracers.SuspendLayout();
            this.tabHands.SuspendLayout();
            this.tabTorso.SuspendLayout();
            this.tabWaist.SuspendLayout();
            this.tabLegs.SuspendLayout();
            this.tabFeet.SuspendLayout();
            tabResults.SuspendLayout();
            groupBox2.SuspendLayout();
            groupBox10.SuspendLayout();
            groupBox1.SuspendLayout();
            this.tacControl1.SuspendLayout();
            tabActiveSkills.SuspendLayout();
            this.tabSpecial.SuspendLayout();
            this.SuspendLayout();
            // 
开发者ID:rangeryu,项目名称:D3-API-by-ZTn,代码行数:67,代码来源:D3CalculatorForm.Designer.cs


注:本文中的System.Windows.Forms.TabPage.SuspendLayout方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。