Files
lserp_cs_6.0/插件库/mes_BgManage/UnionControl.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

127 lines
5.7 KiB
C#

namespace mes_BgManage
{
partial class UnionControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainPanel = new DevExpress.XtraEditors.PanelControl();
this.rightPanel = new DevExpress.XtraEditors.PanelControl();
this.rightGcEX = new Lskj.Control.GridControlEx();
this.leftPanel = new DevExpress.XtraEditors.PanelControl();
this.leftGcEX = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).BeginInit();
this.mainPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rightPanel)).BeginInit();
this.rightPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.leftPanel)).BeginInit();
this.leftPanel.SuspendLayout();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.Controls.Add(this.rightPanel);
this.mainPanel.Controls.Add(this.leftPanel);
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(1042, 589);
this.mainPanel.TabIndex = 0;
//
// rightPanel
//
this.rightPanel.Controls.Add(this.rightGcEX);
this.rightPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightPanel.Location = new System.Drawing.Point(504, 2);
this.rightPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rightPanel.Name = "rightPanel";
this.rightPanel.Size = new System.Drawing.Size(536, 585);
this.rightPanel.TabIndex = 1;
//
// rightGcEX
//
this.rightGcEX.AdapterObj = null;
this.rightGcEX.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightGcEX.Location = new System.Drawing.Point(2, 2);
this.rightGcEX.Margin = new System.Windows.Forms.Padding(4, 8, 4, 8);
this.rightGcEX.Name = "rightGcEX";
this.rightGcEX.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.rightGcEX.Size = new System.Drawing.Size(532, 581);
this.rightGcEX.TabIndex = 2;
//
// leftPanel
//
this.leftPanel.Controls.Add(this.leftGcEX);
this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
this.leftPanel.Location = new System.Drawing.Point(2, 2);
this.leftPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.leftPanel.Name = "leftPanel";
this.leftPanel.Size = new System.Drawing.Size(502, 585);
this.leftPanel.TabIndex = 0;
//
// leftGcEX
//
this.leftGcEX.AdapterObj = null;
this.leftGcEX.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftGcEX.Location = new System.Drawing.Point(2, 2);
this.leftGcEX.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.leftGcEX.Name = "leftGcEX";
this.leftGcEX.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.leftGcEX.Size = new System.Drawing.Size(498, 581);
this.leftGcEX.TabIndex = 1;
//
// UnionControl
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1042, 589);
this.Controls.Add(this.mainPanel);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "UnionControl";
this.Text = "双击添加对应版辊";
((System.ComponentModel.ISupportInitialize)(this.mainPanel)).EndInit();
this.mainPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rightPanel)).EndInit();
this.rightPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.leftPanel)).EndInit();
this.leftPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl mainPanel;
private DevExpress.XtraEditors.PanelControl rightPanel;
private DevExpress.XtraEditors.PanelControl leftPanel;
private Lskj.Control.GridControlEx rightGcEX;
private Lskj.Control.GridControlEx leftGcEX;
}
}