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


C# Forms.GroupBox类代码示例

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


System.Windows.Forms.GroupBox类属于命名空间,在下文中一共展示了System.Windows.Forms.GroupBox类的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()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(602, 589);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Chart Information";
     //
     // frmViewChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(626, 613);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.Name = "frmViewChart";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmViewChart";
     this.Load += new System.EventHandler(this.frmViewChart_Load);
     this.ResumeLayout(false);
 }
开发者ID:ahmadmujtaba,项目名称:BMC,代码行数:32,代码来源:frmViewChart.designer.cs

示例2: GroupBox

 public GroupBox()
 {
     mPoint = new Point2I();
     mSize = new Size2I();
     mGroupBox = null;
     mText = null;
 }
开发者ID:zyouhua,项目名称:weilai,代码行数:7,代码来源:GroupBox.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()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.treeViewClassficationList = new System.Windows.Forms.TreeView();
     this.btnOutput = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.treeViewClassficationList);
     this.groupBox1.Location = new System.Drawing.Point(5, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(277, 264);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "重量分类列表";
     //
     // treeViewClassficationList
     //
     this.treeViewClassficationList.Location = new System.Drawing.Point(7, 16);
     this.treeViewClassficationList.Name = "treeViewClassficationList";
     this.treeViewClassficationList.Size = new System.Drawing.Size(264, 242);
     this.treeViewClassficationList.TabIndex = 0;
     //
     // btnOutput
     //
     this.btnOutput.Location = new System.Drawing.Point(120, 273);
     this.btnOutput.Name = "btnOutput";
     this.btnOutput.Size = new System.Drawing.Size(75, 23);
     this.btnOutput.TabIndex = 1;
     this.btnOutput.Text = "导出";
     this.btnOutput.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(201, 273);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // OutputWeightClassficationFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(288, 302);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOutput);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "OutputWeightClassficationFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "重量分类选择对话框";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
开发者ID:algz,项目名称:DesignAndEstimateSoft,代码行数:64,代码来源:OutputWeightClassficationFrm.designer.cs

示例4: 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();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listView1 = new System.Windows.Forms.ListView();
     this.button1 = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Location = new System.Drawing.Point(30, 26);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(406, 199);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "双击选择服务";
     //
     // listView1
     //
     this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Location = new System.Drawing.Point(3, 21);
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(400, 175);
     this.listView1.TabIndex = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.List;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(358, 241);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "取消";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // toolTip1
     //
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // ServiceSelector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(472, 306);
     this.ControlBox = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "ServiceSelector";
     this.Text = "ServiceSelector";
     this.Load += new System.EventHandler(this.ServiceSelector_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
开发者ID:zhiyix,项目名称:stockmarket,代码行数:64,代码来源:ServiceSelector.designer.cs

示例5: InitializeComponent

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.envInfo = new System.Windows.Forms.GroupBox();
            this.SuspendLayout();
            // 
            // envInfo
            // 
            this.envInfo.Location = new System.Drawing.Point(827, 10);
            this.envInfo.Name = "envInfo";
            this.envInfo.Size = new System.Drawing.Size(245, 705);
            this.envInfo.TabIndex = 0;
            this.envInfo.TabStop = false;
            this.envInfo.Text = "Environment Info";
            // 
            // BayesForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1084, 737);
            this.Controls.Add(this.envInfo);
            this.Name = "BayesForm";
            this.Text = "BayesForm";
            this.ResumeLayout(false);

        }
开发者ID:funkjunky,项目名称:Dynamic-Environment-and-Adapting-Agents,代码行数:29,代码来源:BayesForm.Designer.cs

示例6: InitializeComponent

 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.grupa = new System.Windows.Forms.GroupBox();
     this.SuspendLayout();
     //
     // grupa
     //
     this.grupa.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grupa.Location = new System.Drawing.Point(0, 25);
     this.grupa.Name = "grupa";
     this.grupa.Size = new System.Drawing.Size(1208, 624);
     this.grupa.TabIndex = 2;
     this.grupa.TabStop = false;
     this.grupa.Text = "TODO";
     //
     // FormBarkodiranje
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(1208, 671);
     this.Controls.Add(this.grupa);
     this.Name = "FormBarkodiranje";
     this.Controls.SetChildIndex(this.grupa, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:Brumiko,项目名称:MobTrenisIS,代码行数:29,代码来源:FormBarkodiranje.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()
 {
     this.components = new System.ComponentModel.Container();
     this.group_box = new System.Windows.Forms.GroupBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // group_box
     //
     this.group_box.AutoSize = true;
     this.group_box.Dock = System.Windows.Forms.DockStyle.Fill;
     this.group_box.Location = new System.Drawing.Point(0, 0);
     this.group_box.Name = "group_box";
     this.group_box.Size = new System.Drawing.Size(513, 338);
     this.group_box.TabIndex = 143;
     this.group_box.TabStop = false;
     //
     // ConfigControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.group_box);
     this.Name = "ConfigControl";
     this.Size = new System.Drawing.Size(513, 338);
     this.Load += new System.EventHandler(this.ConfigControl_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
开发者ID:sergeystoyan,项目名称:FhrCliverHost,代码行数:32,代码来源:ConfigControl.designer.cs

示例8: 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.GroupBox groupBox1;
			System.Windows.Forms.Panel panel1;
			this.xenFormsHost = new Xen.WinFormsHostControl();
			groupBox1 = new System.Windows.Forms.GroupBox();
			panel1 = new System.Windows.Forms.Panel();
			groupBox1.SuspendLayout();
			panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			groupBox1.Controls.Add(this.xenFormsHost);
			groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
			groupBox1.Location = new System.Drawing.Point(8, 8);
			groupBox1.Name = "groupBox1";
			groupBox1.Padding = new System.Windows.Forms.Padding(9, 3, 9, 9);
			groupBox1.Size = new System.Drawing.Size(968, 488);
			groupBox1.TabIndex = 0;
			groupBox1.TabStop = false;
			groupBox1.Text = "Xen WinFormsHost";
			// 
			// xenFormsHost
			// 
			this.xenFormsHost.Dock = System.Windows.Forms.DockStyle.Fill;
			this.xenFormsHost.Location = new System.Drawing.Point(9, 16);
			this.xenFormsHost.Name = "xenFormsHost";
			this.xenFormsHost.Size = new System.Drawing.Size(950, 463);
			this.xenFormsHost.TabIndex = 0;
			this.xenFormsHost.Text = "XenHost";
			// 
			// panel1
			// 
			panel1.Controls.Add(groupBox1);
			panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			panel1.Location = new System.Drawing.Point(0, 0);
			panel1.Name = "panel1";
			panel1.Padding = new System.Windows.Forms.Padding(8);
			panel1.Size = new System.Drawing.Size(984, 504);
			panel1.TabIndex = 1;
			// 
			// WinFormsExample
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(984, 504);
			this.Controls.Add(panel1);
			this.Name = "WinFormsExample";
			this.Text = "WinFormsExample";
			groupBox1.ResumeLayout(false);
			panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
开发者ID:shadarath,项目名称:Wirtualna-rzeczywistosc,代码行数:59,代码来源:WinFormsExample.Designer.cs

示例9: InitializeComponent

 /// <summary> 
 /// 设计器支持所需的方法 - 请勿 
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleControl));
     this._coffeePicture = new System.Windows.Forms.PictureBox();
     this._coffeeList = new System.Windows.Forms.ListBox();
     this._coffeeGroup = new System.Windows.Forms.GroupBox();
     this._closeCoffeeList = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._coffeePicture)).BeginInit();
     this._coffeeGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // _coffeePicture
     //
     this._coffeePicture.Image = global::UiManagerOutlookAddIn.Properties.Resources.espressoCup_tall;
     resources.ApplyResources(this._coffeePicture, "_coffeePicture");
     this._coffeePicture.Name = "_coffeePicture";
     this._coffeePicture.TabStop = false;
     //
     // _coffeeList
     //
     resources.ApplyResources(this._coffeeList, "_coffeeList");
     this._coffeeList.FormattingEnabled = true;
     this._coffeeList.Name = "_coffeeList";
     //
     // _coffeeGroup
     //
     this._coffeeGroup.Controls.Add(this._closeCoffeeList);
     this._coffeeGroup.Controls.Add(this._coffeeList);
     this._coffeeGroup.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     resources.ApplyResources(this._coffeeGroup, "_coffeeGroup");
     this._coffeeGroup.Name = "_coffeeGroup";
     this._coffeeGroup.TabStop = false;
     //
     // _closeCoffeeList
     //
     this._closeCoffeeList.ForeColor = System.Drawing.SystemColors.ControlText;
     resources.ApplyResources(this._closeCoffeeList, "_closeCoffeeList");
     this._closeCoffeeList.Name = "_closeCoffeeList";
     this._closeCoffeeList.UseVisualStyleBackColor = true;
     this._closeCoffeeList.Click += new System.EventHandler(this.closeCoffeeList_Click);
     //
     // SimpleControl
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ControlText;
     this.Controls.Add(this._coffeeGroup);
     this.Controls.Add(this._coffeePicture);
     this.Name = "SimpleControl";
     ((System.ComponentModel.ISupportInitialize)(this._coffeePicture)).EndInit();
     this._coffeeGroup.ResumeLayout(false);
     this.ResumeLayout(false);
 }
开发者ID:jetlive,项目名称:skiaming,代码行数:57,代码来源:simplecontrol.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()
 {
     this.display = new System.Windows.Forms.Button();
     this.close = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // display
     //
     this.display.Location = new System.Drawing.Point(16, 42);
     this.display.Name = "display";
     this.display.Size = new System.Drawing.Size(75, 23);
     this.display.TabIndex = 0;
     this.display.Text = "显示";
     this.display.UseVisualStyleBackColor = true;
     this.display.Click += new System.EventHandler(this.display_Click);
     //
     // close
     //
     this.close.Location = new System.Drawing.Point(107, 42);
     this.close.Name = "close";
     this.close.Size = new System.Drawing.Size(75, 23);
     this.close.TabIndex = 1;
     this.close.Text = "隐藏";
     this.close.UseVisualStyleBackColor = true;
     this.close.Click += new System.EventHandler(this.close_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.close);
     this.groupBox1.Controls.Add(this.display);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 100);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "操作类型";
     //
     // Frm_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(220, 122);
     this.Controls.Add(this.groupBox1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "从桌面右下角显示的Popup窗口提醒";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
开发者ID:TGHGH,项目名称:C-1200,代码行数:57,代码来源:Frm_Main.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()
        {
            this.groupBoxCells = new System.Windows.Forms.GroupBox();
            this.verticalAlignmentControl = new OpenLiveWriter.PostEditor.Tables.VerticalAlignmentControl();
            this.horizontalAlignmentControl = new OpenLiveWriter.PostEditor.Tables.HorizontalAlignmentControl();
            this.groupBoxCells.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBoxCells
            // 
            this.groupBoxCells.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.groupBoxCells.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxCells.Controls.Add(this.verticalAlignmentControl);
            this.groupBoxCells.Controls.Add(this.horizontalAlignmentControl);
            this.groupBoxCells.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupBoxCells.Location = new System.Drawing.Point(0, 0);
            this.groupBoxCells.Name = "groupBoxCells";
            this.groupBoxCells.Size = new System.Drawing.Size(233, 108);
            this.groupBoxCells.TabIndex = 2;
            this.groupBoxCells.TabStop = false;
            this.groupBoxCells.Text = "Cells";
            // 
            // verticalAlignmentControl
            // 
            this.verticalAlignmentControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.verticalAlignmentControl.Location = new System.Drawing.Point(15, 60);
            this.verticalAlignmentControl.Name = "verticalAlignmentControl";
            this.verticalAlignmentControl.Size = new System.Drawing.Size(212, 28);
            this.verticalAlignmentControl.TabIndex = 1;
            this.verticalAlignmentControl.VerticalAlignment = OpenLiveWriter.PostEditor.Tables.VerticalAlignment.Middle;
            // 
            // horizontalAlignmentControl
            // 
            this.horizontalAlignmentControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.horizontalAlignmentControl.HorizontalAlignment = OpenLiveWriter.PostEditor.Tables.HorizontalAlignment.Left;
            this.horizontalAlignmentControl.Location = new System.Drawing.Point(15, 25);
            this.horizontalAlignmentControl.Name = "horizontalAlignmentControl";
            this.horizontalAlignmentControl.Size = new System.Drawing.Size(212, 31);
            this.horizontalAlignmentControl.TabIndex = 0;
            // 
            // CellPropertiesControl
            // 
            this.Controls.Add(this.groupBoxCells);
            this.Name = "CellPropertiesControl";
            this.Size = new System.Drawing.Size(239, 108);
            this.groupBoxCells.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:dbremner,项目名称:OpenLiveWriter,代码行数:57,代码来源:CellPropertiesControl.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuAdmin));
     this.button1 = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(25, 39);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(133, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Import CSV";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.btnImportCSV_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Location = new System.Drawing.Point(17, 15);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(189, 112);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Administration";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(25, 68);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(133, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "Savegarde de la base de données";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // MenuAdmin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(217, 139);
     this.Controls.Add(this.groupBox1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MenuAdmin";
     this.Text = "Administration";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
开发者ID:charlesduprey,项目名称:GestInfirmerie,代码行数:56,代码来源:MenuAdmin.designer.cs

示例13: InitializeComponent

		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.groupBox6 = new System.Windows.Forms.GroupBox();
			this.label8 = new System.Windows.Forms.Label();
			this.logingApi = new System.Windows.Forms.ComboBox();
			this.groupBox6.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox6
			// 
			this.groupBox6.Controls.Add(this.logingApi);
			this.groupBox6.Controls.Add(this.label8);
			this.groupBox6.Location = new System.Drawing.Point(-8, 8);
			this.groupBox6.Name = "groupBox6";
			this.groupBox6.Size = new System.Drawing.Size(480, 320);
			this.groupBox6.TabIndex = 46;
			this.groupBox6.TabStop = false;
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label8.Location = new System.Drawing.Point(40, 16);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(349, 16);
			this.label8.TabIndex = 44;
			this.label8.Text = "Logging type:";
			// 
			// logingApi
			// 
			this.logingApi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.logingApi.Items.AddRange(new object[] {
														   "Log4net",
														   "NLog",
														   "Console",
														   "Null"});
			this.logingApi.Location = new System.Drawing.Point(120, 150);
			this.logingApi.Name = "logingApi";
			this.logingApi.Size = new System.Drawing.Size(240, 21);
			this.logingApi.TabIndex = 49;
			// 
			// LoggingPanel
			// 
			this.Controls.Add(this.groupBox6);
			this.Name = "LoggingPanel";
			this.Size = new System.Drawing.Size(464, 336);
			this.groupBox6.ResumeLayout(false);
			this.ResumeLayout(false);

		}
开发者ID:ralescano,项目名称:castle,代码行数:53,代码来源:LoggingPanel.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.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label3 = new System.Windows.Forms.Label();
			this.checkBoxTest = new System.Windows.Forms.CheckBox();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label3);
			this.groupBox3.Controls.Add(this.checkBoxTest);
			this.groupBox3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.groupBox3.Location = new System.Drawing.Point(-8, 10);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(480, 104);
			this.groupBox3.TabIndex = 48;
			this.groupBox3.TabStop = false;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label3.Location = new System.Drawing.Point(48, 16);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(416, 16);
			this.label3.TabIndex = 16;
			this.label3.Text = "Would you like to create a test project?";
			// 
			// checkBoxTest
			// 
			this.checkBoxTest.Checked = true;
			this.checkBoxTest.CheckState = System.Windows.Forms.CheckState.Checked;
			this.checkBoxTest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.checkBoxTest.Location = new System.Drawing.Point(64, 56);
			this.checkBoxTest.Name = "checkBoxTest";
			this.checkBoxTest.Size = new System.Drawing.Size(232, 24);
			this.checkBoxTest.TabIndex = 6;
			this.checkBoxTest.Text = "Yes, I\'m a &TDD enthusiast!";
			// 
			// MRTestPanel
			// 
			this.Controls.Add(this.groupBox3);
			this.Name = "MRTestPanel";
			this.Size = new System.Drawing.Size(464, 336);
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
开发者ID:ralescano,项目名称:castle,代码行数:52,代码来源:MRTestPanel.cs

示例15: _initControl

 public override void _initControl()
 {
     if (null == mGroupBox || mGroupBox.IsDisposed)
     {
         mGroupBox = new System.Windows.Forms.GroupBox();
         mGroupBox.Text = mText;
         int x_ = mPoint._getX();
         int y_ = mPoint._getY();
         mGroupBox.Location = new Point(x_, y_);
         if (null != mSize)
         {
             mGroupBox.Size = new Size(mSize._getWidth(), mSize._getHeight());
         }
     }
     base._initControl();
 }
开发者ID:zyouhua,项目名称:weilai,代码行数:16,代码来源:GroupBox.cs


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