287 lines
15 KiB
C#
287 lines
15 KiB
C#
namespace DeiNiu.wms.win
|
|
{
|
|
partial class blankForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(blankForm));
|
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|
this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
|
this.lbLightsInfo = new System.Windows.Forms.Label();
|
|
this.lbUrl = new System.Windows.Forms.Label();
|
|
this.lbStatus = new System.Windows.Forms.Label();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
|
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
|
|
this.bbQuery = new DevExpress.XtraBars.BarButtonItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbon
|
|
//
|
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.ribbon.ExpandCollapseItem});
|
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon.MaxItemId = 5;
|
|
this.ribbon.Name = "ribbon";
|
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
this.ribbonPage1});
|
|
this.ribbon.Size = new System.Drawing.Size(771, 147);
|
|
this.ribbon.StatusBar = this.ribbonStatusBar;
|
|
//
|
|
// ribbonPage1
|
|
//
|
|
this.ribbonPage1.Name = "ribbonPage1";
|
|
this.ribbonPage1.Text = "编辑";
|
|
//
|
|
// ribbonStatusBar
|
|
//
|
|
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 657);
|
|
this.ribbonStatusBar.Name = "ribbonStatusBar";
|
|
this.ribbonStatusBar.Ribbon = this.ribbon;
|
|
this.ribbonStatusBar.Size = new System.Drawing.Size(771, 31);
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.btnQuery);
|
|
this.layoutControl1.Controls.Add(this.lbLightsInfo);
|
|
this.layoutControl1.Controls.Add(this.lbUrl);
|
|
this.layoutControl1.Controls.Add(this.lbStatus);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 147);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1611, 125, 450, 400);
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(771, 510);
|
|
this.layoutControl1.TabIndex = 2;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// btnQuery
|
|
//
|
|
this.btnQuery.Location = new System.Drawing.Point(12, 12);
|
|
this.btnQuery.Name = "btnQuery";
|
|
this.btnQuery.Size = new System.Drawing.Size(57, 22);
|
|
this.btnQuery.StyleController = this.layoutControl1;
|
|
this.btnQuery.TabIndex = 23;
|
|
this.btnQuery.Text = "查询";
|
|
//
|
|
// lbLightsInfo
|
|
//
|
|
this.lbLightsInfo.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.lbLightsInfo.Location = new System.Drawing.Point(394, 279);
|
|
this.lbLightsInfo.Name = "lbLightsInfo";
|
|
this.lbLightsInfo.Size = new System.Drawing.Size(353, 207);
|
|
this.lbLightsInfo.TabIndex = 72;
|
|
this.lbLightsInfo.Text = "printer info";
|
|
this.lbLightsInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbUrl
|
|
//
|
|
this.lbUrl.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.lbUrl.Location = new System.Drawing.Point(24, 69);
|
|
this.lbUrl.Name = "lbUrl";
|
|
this.lbUrl.Size = new System.Drawing.Size(723, 206);
|
|
this.lbUrl.TabIndex = 76;
|
|
this.lbUrl.Text = "print servic url";
|
|
this.lbUrl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbStatus
|
|
//
|
|
this.lbStatus.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.lbStatus.Location = new System.Drawing.Point(24, 279);
|
|
this.lbStatus.Name = "lbStatus";
|
|
this.lbStatus.Size = new System.Drawing.Size(366, 207);
|
|
this.lbStatus.TabIndex = 75;
|
|
this.lbStatus.Text = "host status";
|
|
this.lbStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|
this.layoutControlGroup1.AppearanceGroup.Options.UseFont = true;
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem7,
|
|
this.layoutControlGroup3});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "Root";
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(771, 510);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.Control = this.btnQuery;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(61, 26);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(61, 26);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(751, 26);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem7.TextVisible = false;
|
|
//
|
|
// layoutControlGroup3
|
|
//
|
|
this.layoutControlGroup3.CustomizationFormText = "打印设备";
|
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem4});
|
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 26);
|
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|
this.layoutControlGroup3.Size = new System.Drawing.Size(751, 464);
|
|
this.layoutControlGroup3.Text = "打印服务";
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.lbLightsInfo;
|
|
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(370, 210);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(357, 211);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.lbUrl;
|
|
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(727, 210);
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.lbStatus;
|
|
this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 210);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(370, 211);
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// barButtonItem1
|
|
//
|
|
this.barButtonItem1.Caption = "查询";
|
|
this.barButtonItem1.Id = 1;
|
|
this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
|
|
this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
|
|
this.barButtonItem1.Name = "barButtonItem1";
|
|
//
|
|
// ribbonPageGroup1
|
|
//
|
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
|
this.ribbonPageGroup1.Text = "编辑";
|
|
//
|
|
// bbiExport
|
|
//
|
|
this.bbiExport.Caption = "导出";
|
|
this.bbiExport.Id = 4;
|
|
this.bbiExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.Image")));
|
|
this.bbiExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExport.ImageOptions.LargeImage")));
|
|
this.bbiExport.Name = "bbiExport";
|
|
//
|
|
// bbQuery
|
|
//
|
|
this.bbQuery.Caption = "查询";
|
|
this.bbQuery.Id = 3;
|
|
this.bbQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.Image")));
|
|
this.bbQuery.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.LargeImage")));
|
|
this.bbQuery.Name = "bbQuery";
|
|
//
|
|
// blankForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(771, 688);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Controls.Add(this.ribbonStatusBar);
|
|
this.Controls.Add(this.ribbon);
|
|
this.Name = "blankForm";
|
|
this.Ribbon = this.ribbon;
|
|
this.StatusBar = this.ribbonStatusBar;
|
|
this.Text = "print service";
|
|
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
|
private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|
|
|
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
private System.Windows.Forms.Label lbLightsInfo;
|
|
private System.Windows.Forms.Label lbUrl;
|
|
private System.Windows.Forms.Label lbStatus;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
|
private DevExpress.XtraBars.BarButtonItem bbiExport;
|
|
private DevExpress.XtraBars.BarButtonItem bbQuery;
|
|
}
|
|
} |