• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

C# Forms.GroupBox类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了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类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的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


示例16: InitializeComponent

 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.RemotGroup = new System.Windows.Forms.GroupBox();
     this.dbGrid = new System.Windows.Forms.DataGridView();
     this.RemotGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbGrid)).BeginInit();
     this.SuspendLayout();
     //
     // RemotGroup
     //
     this.RemotGroup.Controls.Add(this.dbGrid);
     this.RemotGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RemotGroup.Location = new System.Drawing.Point(0, 0);
     this.RemotGroup.Name = "RemotGroup";
     this.RemotGroup.Size = new System.Drawing.Size(803, 653);
     this.RemotGroup.TabIndex = 0;
     this.RemotGroup.TabStop = false;
     this.RemotGroup.Text = "远程控制";
     //
     // dbGrid
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dbGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dbGrid.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dbGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dbGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbGrid.Location = new System.Drawing.Point(3, 17);
     this.dbGrid.Name = "dbGrid";
     this.dbGrid.RowTemplate.Height = 23;
     this.dbGrid.Size = new System.Drawing.Size(797, 633);
     this.dbGrid.TabIndex = 0;
     //
     // FrmRemotGate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(803, 653);
     this.Controls.Add(this.RemotGroup);
     this.Name = "FrmRemotGate";
     this.Text = "FrmRemotGate";
     this.Load += new System.EventHandler(this.FrmRemotGate_Load);
     this.RemotGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbGrid)).EndInit();
     this.ResumeLayout(false);
 }
开发者ID:BillyWu,项目名称:Granitypark,代码行数:50,代码来源:FrmRemotGate.designer.cs


示例17: InitializeComponent

 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.MachineName = new System.Windows.Forms.TextBox();
     this.MachineNamePrompt = new System.Windows.Forms.Label();
     this.ComputerInfo = new System.Windows.Forms.GroupBox();
     this.ComputerInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // MachineName
     //
     this.MachineName.Location = new System.Drawing.Point(113, 24);
     this.MachineName.Name = "MachineName";
     this.MachineName.Size = new System.Drawing.Size(136, 20);
     this.MachineName.TabIndex = 6;
     this.MachineName.TextChanged += new System.EventHandler(this.MachineName_TextChanged);
     //
     // MachineNamePrompt
     //
     this.MachineNamePrompt.Location = new System.Drawing.Point(41, 41);
     this.MachineNamePrompt.Name = "MachineNamePrompt";
     this.MachineNamePrompt.Size = new System.Drawing.Size(80, 23);
     this.MachineNamePrompt.TabIndex = 5;
     this.MachineNamePrompt.Text = "Machine Name";
     //
     // ComputerInfo
     //
     this.ComputerInfo.Controls.Add(this.MachineName);
     this.ComputerInfo.Location = new System.Drawing.Point(14, 17);
     this.ComputerInfo.Name = "ComputerInfo";
     this.ComputerInfo.Size = new System.Drawing.Size(264, 100);
     this.ComputerInfo.TabIndex = 9;
     this.ComputerInfo.TabStop = false;
     this.ComputerInfo.Text = "Computer Info";
     //
     // MachinePropertiesControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.MachineNamePrompt);
     this.Controls.Add(this.ComputerInfo);
     this.Name = "MachinePropertiesControl";
     this.Size = new System.Drawing.Size(302, 132);
     this.ComputerInfo.ResumeLayout(false);
     this.ComputerInfo.PerformLayout();
     this.ResumeLayout(false);
 }
开发者ID:dgrapp1,项目名称:WindowsSDK7-Samples,代码行数:50,代码来源:machinepropertiescontrol.designer.cs


示例18: 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 groupBoxDifferencesFoundInSourceBranch;
            this.m_differences = new CWDev.SLNTools.UIKit.DifferencesControl();
            groupBoxDifferencesFoundInSourceBranch = new System.Windows.Forms.GroupBox();
            groupBoxDifferencesFoundInSourceBranch.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBoxDifferencesFoundInSourceBranch
            // 
            groupBoxDifferencesFoundInSourceBranch.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)));
            groupBoxDifferencesFoundInSourceBranch.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            groupBoxDifferencesFoundInSourceBranch.Controls.Add(this.m_differences);
            groupBoxDifferencesFoundInSourceBranch.Location = new System.Drawing.Point(12, 12);
            groupBoxDifferencesFoundInSourceBranch.Name = "groupBoxDifferencesFoundInSourceBranch";
            groupBoxDifferencesFoundInSourceBranch.Size = new System.Drawing.Size(448, 617);
            groupBoxDifferencesFoundInSourceBranch.TabIndex = 0;
            groupBoxDifferencesFoundInSourceBranch.TabStop = false;
            groupBoxDifferencesFoundInSourceBranch.Text = "Differences found";
            // 
            // m_differences
            // 
            this.m_differences.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.m_differences.Location = new System.Drawing.Point(6, 19);
            this.m_differences.Name = "m_differences";
            this.m_differences.Size = new System.Drawing.Size(436, 592);
            this.m_differences.TabIndex = 0;
            // 
            // CompareSolutionsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(472, 641);
            this.Controls.Add(groupBoxDifferencesFoundInSourceBranch);
            this.Name = "CompareSolutionsForm";
            this.Text = "Solution Comparer";
            groupBoxDifferencesFoundInSourceBranch.ResumeLayout(false);
            this.ResumeLayout(false);

        }
开发者ID:m3zercat,项目名称:slntools,代码行数:48,代码来源:CompareSolutionsForm.Designer.cs


示例19: 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(AboutDialog));
			lblNameAndVersion = new System.Windows.Forms.Label();
			lblAuthor = new System.Windows.Forms.Label();
			pictureBox1 = new System.Windows.Forms.PictureBox();
			groupBox1 = new System.Windows.Forms.GroupBox();
			((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
			groupBox1.SuspendLayout();
			base.SuspendLayout();
			resources.ApplyResources(lblNameAndVersion, "lblNameAndVersion");
			lblNameAndVersion.BackColor = System.Drawing.Color.Transparent;
			lblNameAndVersion.ForeColor = System.Drawing.Color.Black;
			lblNameAndVersion.Name = "lblNameAndVersion";
			resources.ApplyResources(lblAuthor, "lblAuthor");
			lblAuthor.BackColor = System.Drawing.Color.Transparent;
			lblAuthor.ForeColor = System.Drawing.Color.Black;
			lblAuthor.Name = "lblAuthor";
			resources.ApplyResources(pictureBox1, "pictureBox1");
			pictureBox1.Name = "pictureBox1";
			pictureBox1.TabStop = false;
			groupBox1.Controls.Add(pictureBox1);
			groupBox1.Controls.Add(lblNameAndVersion);
			groupBox1.Controls.Add(lblAuthor);
			resources.ApplyResources(groupBox1, "groupBox1");
			groupBox1.Name = "groupBox1";
			groupBox1.TabStop = false;
			resources.ApplyResources(this, "$this");
			base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
			BackColor = System.Drawing.SystemColors.Control;
			base.Controls.Add(groupBox1);
			base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			base.KeyPreview = true;
			base.Name = "AboutDialog";
			base.ShowInTaskbar = false;
			base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			base.Click += AboutDialog_Click;
			base.KeyDown += AboutDialog_KeyDown;
			((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
			groupBox1.ResumeLayout(false);
			groupBox1.PerformLayout();
			base.ResumeLayout(false);
		}
开发者ID:tgmayfield,项目名称:svn-monitor,代码行数:47,代码来源:AboutDialog.Designer.cs


示例20: InitializeComponent


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
C# Forms.ImageList类代码示例发布时间:2022-05-24
下一篇:
C# Forms.Form类代码示例发布时间:2022-05-24
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap