439 lines
25 KiB
C#
439 lines
25 KiB
C#
|
namespace DeiNiu.wms.win
|
|||
|
{
|
|||
|
partial class LightSeviceHostForm
|
|||
|
{
|
|||
|
/// <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.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|||
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|||
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.lbreturn = new System.Windows.Forms.Label();
|
|||
|
this.lbUrl = new System.Windows.Forms.Label();
|
|||
|
this.lbStatus = new System.Windows.Forms.Label();
|
|||
|
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
this.layoutControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// ribbonControl1
|
|||
|
//
|
|||
|
this.ribbonControl1.ExpandCollapseItem.Id = 0;
|
|||
|
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|||
|
this.ribbonControl1.ExpandCollapseItem});
|
|||
|
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.ribbonControl1.MaxItemId = 1;
|
|||
|
this.ribbonControl1.Name = "ribbonControl1";
|
|||
|
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|||
|
this.ribbonPage1});
|
|||
|
this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
|
|||
|
this.ribbonControl1.Size = new System.Drawing.Size(1096, 147);
|
|||
|
//
|
|||
|
// ribbonPage1
|
|||
|
//
|
|||
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|||
|
this.ribbonPageGroup1});
|
|||
|
this.ribbonPage1.Name = "ribbonPage1";
|
|||
|
this.ribbonPage1.Text = "ribbonPage1";
|
|||
|
//
|
|||
|
// ribbonPageGroup1
|
|||
|
//
|
|||
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
|||
|
this.ribbonPageGroup1.Text = "ribbonPageGroup1";
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
|||
|
this.layoutControl1.Controls.Add(this.textEdit3);
|
|||
|
this.layoutControl1.Controls.Add(this.textEdit2);
|
|||
|
this.layoutControl1.Controls.Add(this.textEdit1);
|
|||
|
this.layoutControl1.Controls.Add(this.lbreturn);
|
|||
|
this.layoutControl1.Controls.Add(this.lbUrl);
|
|||
|
this.layoutControl1.Controls.Add(this.lbStatus);
|
|||
|
this.layoutControl1.Controls.Add(this.textEdit4);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 147);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(1096, 628);
|
|||
|
this.layoutControl1.TabIndex = 1;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// gridControl1
|
|||
|
//
|
|||
|
this.gridControl1.Font = new System.Drawing.Font("Tahoma", 9F);
|
|||
|
this.gridControl1.Location = new System.Drawing.Point(24, 379);
|
|||
|
this.gridControl1.MainView = this.gridView1;
|
|||
|
this.gridControl1.Name = "gridControl1";
|
|||
|
this.gridControl1.Size = new System.Drawing.Size(1048, 225);
|
|||
|
this.gridControl1.TabIndex = 55;
|
|||
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView1});
|
|||
|
//
|
|||
|
// gridView1
|
|||
|
//
|
|||
|
this.gridView1.GridControl = this.gridControl1;
|
|||
|
this.gridView1.Name = "gridView1";
|
|||
|
//
|
|||
|
// textEdit3
|
|||
|
//
|
|||
|
this.textEdit3.Location = new System.Drawing.Point(818, 224);
|
|||
|
this.textEdit3.Name = "textEdit3";
|
|||
|
this.textEdit3.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
this.textEdit3.Properties.Appearance.Options.UseFont = true;
|
|||
|
this.textEdit3.Size = new System.Drawing.Size(237, 26);
|
|||
|
this.textEdit3.StyleController = this.layoutControl1;
|
|||
|
this.textEdit3.TabIndex = 54;
|
|||
|
//
|
|||
|
// textEdit2
|
|||
|
//
|
|||
|
this.textEdit2.Location = new System.Drawing.Point(119, 306);
|
|||
|
this.textEdit2.Name = "textEdit2";
|
|||
|
this.textEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 30F, System.Drawing.FontStyle.Bold);
|
|||
|
this.textEdit2.Properties.Appearance.Options.UseFont = true;
|
|||
|
this.textEdit2.Size = new System.Drawing.Size(493, 54);
|
|||
|
this.textEdit2.StyleController = this.layoutControl1;
|
|||
|
this.textEdit2.TabIndex = 53;
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(488, 224);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
this.textEdit1.Properties.Appearance.Options.UseFont = true;
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(238, 26);
|
|||
|
this.textEdit1.StyleController = this.layoutControl1;
|
|||
|
this.textEdit1.TabIndex = 52;
|
|||
|
//
|
|||
|
// lbreturn
|
|||
|
//
|
|||
|
this.lbreturn.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lbreturn.Location = new System.Drawing.Point(36, 133);
|
|||
|
this.lbreturn.Name = "lbreturn";
|
|||
|
this.lbreturn.Size = new System.Drawing.Size(488, 44);
|
|||
|
this.lbreturn.TabIndex = 51;
|
|||
|
this.lbreturn.Text = " 无返回";
|
|||
|
this.lbreturn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lbUrl
|
|||
|
//
|
|||
|
this.lbUrl.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lbUrl.Location = new System.Drawing.Point(528, 133);
|
|||
|
this.lbUrl.Name = "lbUrl";
|
|||
|
this.lbUrl.Size = new System.Drawing.Size(522, 44);
|
|||
|
this.lbUrl.TabIndex = 49;
|
|||
|
this.lbUrl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lbStatus
|
|||
|
//
|
|||
|
this.lbStatus.Font = new System.Drawing.Font("华文仿宋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lbStatus.Location = new System.Drawing.Point(36, 91);
|
|||
|
this.lbStatus.Name = "lbStatus";
|
|||
|
this.lbStatus.Size = new System.Drawing.Size(1024, 38);
|
|||
|
this.lbStatus.TabIndex = 46;
|
|||
|
this.lbStatus.Text = "正在启动服务";
|
|||
|
this.lbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// textEdit4
|
|||
|
//
|
|||
|
this.textEdit4.Location = new System.Drawing.Point(119, 224);
|
|||
|
this.textEdit4.Name = "textEdit4";
|
|||
|
this.textEdit4.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
this.textEdit4.Properties.Appearance.Options.UseFont = true;
|
|||
|
this.textEdit4.Size = new System.Drawing.Size(277, 26);
|
|||
|
this.textEdit4.StyleController = this.layoutControl1;
|
|||
|
this.textEdit4.TabIndex = 52;
|
|||
|
//
|
|||
|
// layoutControlGroup1
|
|||
|
//
|
|||
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup2});
|
|||
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup1.Name = "Root";
|
|||
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1096, 628);
|
|||
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup2
|
|||
|
//
|
|||
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem5,
|
|||
|
this.layoutControlGroup4,
|
|||
|
this.layoutControlGroup3});
|
|||
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|||
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1076, 608);
|
|||
|
this.layoutControlGroup2.Text = "服务监控";
|
|||
|
//
|
|||
|
// layoutControlItem5
|
|||
|
//
|
|||
|
this.layoutControlItem5.Control = this.gridControl1;
|
|||
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 336);
|
|||
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|||
|
this.layoutControlItem5.Size = new System.Drawing.Size(1052, 229);
|
|||
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem5.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup4
|
|||
|
//
|
|||
|
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.emptySpaceItem2,
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem3,
|
|||
|
this.layoutControlItem4});
|
|||
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
|||
|
this.layoutControlGroup4.Size = new System.Drawing.Size(1052, 150);
|
|||
|
//
|
|||
|
// emptySpaceItem2
|
|||
|
//
|
|||
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem2.Location = new System.Drawing.Point(1018, 59);
|
|||
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|||
|
this.emptySpaceItem2.Size = new System.Drawing.Size(10, 48);
|
|||
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.lbStatus;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 59);
|
|||
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(52, 59);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(1028, 59);
|
|||
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem1.Text = "服务状态";
|
|||
|
this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
|
|||
|
//
|
|||
|
// layoutControlItem3
|
|||
|
//
|
|||
|
this.layoutControlItem3.Control = this.lbreturn;
|
|||
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 59);
|
|||
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(24, 24);
|
|||
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|||
|
this.layoutControlItem3.Size = new System.Drawing.Size(492, 48);
|
|||
|
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem3.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlItem4
|
|||
|
//
|
|||
|
this.layoutControlItem4.Control = this.lbUrl;
|
|||
|
this.layoutControlItem4.Location = new System.Drawing.Point(492, 59);
|
|||
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(526, 48);
|
|||
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(526, 48);
|
|||
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|||
|
this.layoutControlItem4.Size = new System.Drawing.Size(526, 48);
|
|||
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem4.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup3
|
|||
|
//
|
|||
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.emptySpaceItem1,
|
|||
|
this.layoutControlItem2,
|
|||
|
this.layoutControlItem6,
|
|||
|
this.layoutControlItem8,
|
|||
|
this.layoutControlItem7});
|
|||
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 150);
|
|||
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|||
|
this.layoutControlGroup3.Size = new System.Drawing.Size(1052, 186);
|
|||
|
//
|
|||
|
// emptySpaceItem1
|
|||
|
//
|
|||
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 30);
|
|||
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|||
|
this.emptySpaceItem1.Size = new System.Drawing.Size(1028, 52);
|
|||
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.textEdit4;
|
|||
|
this.layoutControlItem2.CustomizationFormText = "操作员";
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(369, 30);
|
|||
|
this.layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(20, 5, 0, 0);
|
|||
|
this.layoutControlItem2.Text = "分播台编号";
|
|||
|
this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
|
|||
|
//
|
|||
|
// layoutControlItem6
|
|||
|
//
|
|||
|
this.layoutControlItem6.Control = this.textEdit1;
|
|||
|
this.layoutControlItem6.Location = new System.Drawing.Point(369, 0);
|
|||
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|||
|
this.layoutControlItem6.Size = new System.Drawing.Size(330, 30);
|
|||
|
this.layoutControlItem6.Spacing = new DevExpress.XtraLayout.Utils.Padding(20, 5, 0, 0);
|
|||
|
this.layoutControlItem6.Text = "操作员编号";
|
|||
|
this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 14);
|
|||
|
//
|
|||
|
// layoutControlItem8
|
|||
|
//
|
|||
|
this.layoutControlItem8.Control = this.textEdit3;
|
|||
|
this.layoutControlItem8.Location = new System.Drawing.Point(699, 0);
|
|||
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|||
|
this.layoutControlItem8.Size = new System.Drawing.Size(329, 30);
|
|||
|
this.layoutControlItem8.Spacing = new DevExpress.XtraLayout.Utils.Padding(20, 5, 0, 0);
|
|||
|
this.layoutControlItem8.Text = "分播单编号";
|
|||
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14);
|
|||
|
//
|
|||
|
// layoutControlItem7
|
|||
|
//
|
|||
|
this.layoutControlItem7.Control = this.textEdit2;
|
|||
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 82);
|
|||
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(585, 61);
|
|||
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(585, 61);
|
|||
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|||
|
this.layoutControlItem7.Size = new System.Drawing.Size(1028, 61);
|
|||
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem7.Spacing = new DevExpress.XtraLayout.Utils.Padding(20, 5, 0, 0);
|
|||
|
this.layoutControlItem7.Text = "商品条码";
|
|||
|
this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
|
|||
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 14);
|
|||
|
//
|
|||
|
// LightSeviceHostForm
|
|||
|
//
|
|||
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1096, 775);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Controls.Add(this.ribbonControl1);
|
|||
|
this.Name = "LightSeviceHostForm";
|
|||
|
this.Ribbon = this.ribbonControl1;
|
|||
|
this.Text = "Form1";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LightSeviceHostForm_FormClosing);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
|||
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|||
|
private System.Windows.Forms.Label lbStatus;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private System.Windows.Forms.Label lbUrl;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|||
|
private System.Windows.Forms.Label lbreturn;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit4;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
|||
|
}
|
|||
|
}
|
|||
|
|