You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ProductionSystem/ProductionSystem_UserControl/CompositeControls/MyGroupControl.Designer.cs

95 lines
4.3 KiB
C#

12 months ago
namespace ProductionSystem_UserControl.CompositeControls
{
partial class MyGroupControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.lblGroupTitle = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.Controls.Add(this.lblGroupTitle);
this.panelControl2.Controls.Add(this.panelControl3);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(754, 435);
this.panelControl2.TabIndex = 5;
//
// lblGroupTitle
//
this.lblGroupTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblGroupTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lblGroupTitle.LineLocation = DevExpress.XtraEditors.LineLocation.Center;
this.lblGroupTitle.LineVisible = true;
this.lblGroupTitle.Location = new System.Drawing.Point(2, 2);
this.lblGroupTitle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lblGroupTitle.Name = "lblGroupTitle";
this.lblGroupTitle.Size = new System.Drawing.Size(750, 30);
this.lblGroupTitle.TabIndex = 1;
this.lblGroupTitle.Text = "mygroupcontrol1";
//
// panelControl3
//
this.panelControl3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.panelControl3.Appearance.Options.UseBackColor = true;
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(2, 2);
this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(750, 431);
this.panelControl3.TabIndex = 0;
//
// MyGroupControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl2);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "MyGroupControl";
this.Size = new System.Drawing.Size(754, 435);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl lblGroupTitle;
private DevExpress.XtraEditors.PanelControl panelControl3;
}
}