ab56a9bcf7
SVN-Revision: r240
224 lines
12 KiB
C#
224 lines
12 KiB
C#
namespace Lskj.ProductBarCode
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.splitRightControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.moduleGridEx = new Lskj.Control.ModuleGridEx();
|
|
this.gcBottom = new Lskj.Control.GridControlEx();
|
|
this.pl_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_top_main = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_top_right = new DevExpress.XtraEditors.PanelControl();
|
|
this.but_CreatBarCode = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gcLeft = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit();
|
|
this.splitMainControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).BeginInit();
|
|
this.splitRightControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).BeginInit();
|
|
this.pl_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_main)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).BeginInit();
|
|
this.pl_top_right.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMainControl
|
|
//
|
|
this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMainControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMainControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.splitMainControl.Name = "splitMainControl";
|
|
this.splitMainControl.Panel1.Controls.Add(this.gcLeft);
|
|
this.splitMainControl.Panel1.Controls.Add(this.pl_left_top);
|
|
this.splitMainControl.Panel1.Text = "Panel1";
|
|
this.splitMainControl.Panel2.Controls.Add(this.splitRightControl);
|
|
this.splitMainControl.Panel2.Controls.Add(this.pl_top);
|
|
this.splitMainControl.Panel2.Text = "Panel2";
|
|
this.splitMainControl.Size = new System.Drawing.Size(1025, 598);
|
|
this.splitMainControl.SplitterPosition = 290;
|
|
this.splitMainControl.TabIndex = 0;
|
|
this.splitMainControl.Text = "splitContainerControl1";
|
|
//
|
|
// pl_left_top
|
|
//
|
|
this.pl_left_top.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_left_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_left_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left_top.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_left_top.Name = "pl_left_top";
|
|
this.pl_left_top.Size = new System.Drawing.Size(290, 36);
|
|
this.pl_left_top.TabIndex = 9;
|
|
//
|
|
// splitRightControl
|
|
//
|
|
this.splitRightControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitRightControl.Horizontal = false;
|
|
this.splitRightControl.Location = new System.Drawing.Point(0, 42);
|
|
this.splitRightControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.splitRightControl.Name = "splitRightControl";
|
|
this.splitRightControl.Panel1.Controls.Add(this.moduleGridEx);
|
|
this.splitRightControl.Panel1.Text = "Panel1";
|
|
this.splitRightControl.Panel2.Controls.Add(this.gcBottom);
|
|
this.splitRightControl.Panel2.Text = "Panel2";
|
|
this.splitRightControl.Size = new System.Drawing.Size(730, 556);
|
|
this.splitRightControl.SplitterPosition = 275;
|
|
this.splitRightControl.TabIndex = 6;
|
|
this.splitRightControl.Text = "splitContainerControl2";
|
|
//
|
|
// moduleGridEx
|
|
//
|
|
this.moduleGridEx.BackColor = System.Drawing.Color.Transparent;
|
|
this.moduleGridEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moduleGridEx.Location = new System.Drawing.Point(0, 0);
|
|
this.moduleGridEx.Name = "moduleGridEx";
|
|
this.moduleGridEx.OperShortMode = true;
|
|
this.moduleGridEx.Size = new System.Drawing.Size(730, 275);
|
|
this.moduleGridEx.TabIndex = 0;
|
|
this.moduleGridEx.VisibleMrpSearchPanel = false;
|
|
this.moduleGridEx.VisibleOperPanel = true;
|
|
this.moduleGridEx.VisibleSearchPanel = true;
|
|
//
|
|
// gcBottom
|
|
//
|
|
this.gcBottom.AdapterObj = null;
|
|
this.gcBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcBottom.Location = new System.Drawing.Point(0, 0);
|
|
this.gcBottom.Name = "gcBottom";
|
|
this.gcBottom.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcBottom.Size = new System.Drawing.Size(730, 276);
|
|
this.gcBottom.TabIndex = 4;
|
|
//
|
|
// pl_top
|
|
//
|
|
this.pl_top.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pl_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top.Controls.Add(this.pl_top_main);
|
|
this.pl_top.Controls.Add(this.pl_top_right);
|
|
this.pl_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pl_top.Name = "pl_top";
|
|
this.pl_top.Size = new System.Drawing.Size(730, 42);
|
|
this.pl_top.TabIndex = 5;
|
|
//
|
|
// pl_top_main
|
|
//
|
|
this.pl_top_main.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pl_top_main.Appearance.Options.UseBackColor = true;
|
|
this.pl_top_main.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_top_main.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top_main.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
|
|
this.pl_top_main.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_top_main.Name = "pl_top_main";
|
|
this.pl_top_main.Size = new System.Drawing.Size(644, 42);
|
|
this.pl_top_main.TabIndex = 4;
|
|
//
|
|
// pl_top_right
|
|
//
|
|
this.pl_top_right.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.pl_top_right.Appearance.Options.UseBackColor = true;
|
|
this.pl_top_right.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top_right.Controls.Add(this.but_CreatBarCode);
|
|
this.pl_top_right.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.pl_top_right.Location = new System.Drawing.Point(644, 0);
|
|
this.pl_top_right.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pl_top_right.Name = "pl_top_right";
|
|
this.pl_top_right.Size = new System.Drawing.Size(86, 42);
|
|
this.pl_top_right.TabIndex = 0;
|
|
//
|
|
// but_CreatBarCode
|
|
//
|
|
this.but_CreatBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.but_CreatBarCode.Location = new System.Drawing.Point(12, 6);
|
|
this.but_CreatBarCode.Margin = new System.Windows.Forms.Padding(2);
|
|
this.but_CreatBarCode.Name = "but_CreatBarCode";
|
|
this.but_CreatBarCode.Size = new System.Drawing.Size(65, 27);
|
|
this.but_CreatBarCode.TabIndex = 0;
|
|
this.but_CreatBarCode.Text = "生成条码";
|
|
this.but_CreatBarCode.Click += new System.EventHandler(this.but_CreatBarCode_Click);
|
|
//
|
|
// gcLeft
|
|
//
|
|
this.gcLeft.AdapterObj = null;
|
|
this.gcLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcLeft.Location = new System.Drawing.Point(0, 36);
|
|
this.gcLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.gcLeft.Name = "gcLeft";
|
|
this.gcLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcLeft.Size = new System.Drawing.Size(290, 562);
|
|
this.gcLeft.TabIndex = 10;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1025, 598);
|
|
this.Controls.Add(this.splitMainControl);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "FrmMain";
|
|
this.Text = "Form1";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
|
|
this.splitMainControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).EndInit();
|
|
this.splitRightControl.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
|
|
this.pl_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_main)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_right)).EndInit();
|
|
this.pl_top_right.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMainControl;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitRightControl;
|
|
private Control.GridControlEx gcBottom;
|
|
private Control.ModuleGridEx moduleGridEx;
|
|
private DevExpress.XtraEditors.PanelControl pl_top;
|
|
private DevExpress.XtraEditors.PanelControl pl_top_main;
|
|
private DevExpress.XtraEditors.PanelControl pl_top_right;
|
|
private DevExpress.XtraEditors.SimpleButton but_CreatBarCode;
|
|
private DevExpress.XtraEditors.PanelControl pl_left_top;
|
|
private Control.GridControlEx gcLeft;
|
|
}
|
|
}
|
|
|