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

186 lines
9.3 KiB
C#

namespace Lskj.ProductBarCode
{
partial class FrmMainModule
{
/// <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.pl_bottom = new DevExpress.XtraEditors.PanelControl();
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.splitRightControl = new DevExpress.XtraEditors.SplitContainerControl();
this.moduleGridEx = new Lskj.Control.ModuleGridEx();
this.gcBottom = new Lskj.Control.GridControlEx();
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
this.pl_bottom.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();
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).BeginInit();
this.splitRightControl.SuspendLayout();
this.SuspendLayout();
//
// pl_bottom
//
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pl_bottom.Appearance.Options.UseBackColor = true;
this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_bottom.Controls.Add(this.splitRightControl);
this.pl_bottom.Controls.Add(this.pl_top);
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_bottom.Location = new System.Drawing.Point(0, 0);
this.pl_bottom.LookAndFeel.UseDefaultLookAndFeel = false;
this.pl_bottom.Name = "pl_bottom";
this.pl_bottom.Size = new System.Drawing.Size(747, 619);
this.pl_bottom.TabIndex = 10;
//
// 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(747, 42);
this.pl_top.TabIndex = 6;
//
// 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(661, 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(661, 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 = "生成条码";
//
// 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(747, 577);
this.splitRightControl.SplitterPosition = 275;
this.splitRightControl.TabIndex = 7;
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(747, 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(747, 297);
this.gcBottom.TabIndex = 4;
//
// FrmMainModule
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.pl_bottom);
this.Name = "FrmMainModule";
this.Size = new System.Drawing.Size(747, 619);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
this.pl_bottom.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);
((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).EndInit();
this.splitRightControl.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_bottom;
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.SplitContainerControl splitRightControl;
private Control.ModuleGridEx moduleGridEx;
private Control.GridControlEx gcBottom;
}
}