ldj/winform/service/PrintServiceForm.designer.cs

295 lines
16 KiB
C#
Raw Permalink Normal View History

2023-05-23 16:13:17 +08:00
namespace DeiNiu.wms.win
{
partial class PrintServiceForm
{
/// <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(PrintServiceForm));
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);
2023-11-21 19:18:23 +08:00
this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.ribbon.MaxItemId = 5;
this.ribbon.Name = "ribbon";
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
2023-11-21 19:18:23 +08:00
this.ribbon.Size = new System.Drawing.Size(1101, 225);
2023-05-23 16:13:17 +08:00
this.ribbon.StatusBar = this.ribbonStatusBar;
//
// ribbonPage1
//
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "编辑";
//
// ribbonStatusBar
//
2023-11-21 19:18:23 +08:00
this.ribbonStatusBar.Location = new System.Drawing.Point(0, 1033);
this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.ribbonStatusBar.Name = "ribbonStatusBar";
this.ribbonStatusBar.Ribbon = this.ribbon;
2023-11-21 19:18:23 +08:00
this.ribbonStatusBar.Size = new System.Drawing.Size(1101, 48);
2023-05-23 16:13:17 +08:00
//
// 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;
2023-11-21 19:18:23 +08:00
this.layoutControl1.Location = new System.Drawing.Point(0, 225);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1611, 125, 450, 400);
this.layoutControl1.Root = this.layoutControlGroup1;
2023-11-21 19:18:23 +08:00
this.layoutControl1.Size = new System.Drawing.Size(1101, 808);
2023-05-23 16:13:17 +08:00
this.layoutControl1.TabIndex = 2;
this.layoutControl1.Text = "layoutControl1";
//
// btnQuery
//
2023-11-21 19:18:23 +08:00
this.btnQuery.Location = new System.Drawing.Point(18, 18);
this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
2023-05-23 16:13:17 +08:00
this.btnQuery.Name = "btnQuery";
2023-11-21 19:18:23 +08:00
this.btnQuery.Size = new System.Drawing.Size(55, 20);
2023-05-23 16:13:17 +08:00
this.btnQuery.StyleController = this.layoutControl1;
this.btnQuery.TabIndex = 23;
this.btnQuery.Text = "查询";
//
// lbLightsInfo
//
this.lbLightsInfo.Font = new System.Drawing.Font("Tahoma", 10F);
2023-11-21 19:18:23 +08:00
this.lbLightsInfo.Location = new System.Drawing.Point(563, 434);
this.lbLightsInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
2023-05-23 16:13:17 +08:00
this.lbLightsInfo.Name = "lbLightsInfo";
2023-11-21 19:18:23 +08:00
this.lbLightsInfo.Size = new System.Drawing.Size(501, 337);
2023-05-23 16:13:17 +08:00
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);
2023-11-21 19:18:23 +08:00
this.lbUrl.Location = new System.Drawing.Point(37, 93);
this.lbUrl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
2023-05-23 16:13:17 +08:00
this.lbUrl.Name = "lbUrl";
2023-11-21 19:18:23 +08:00
this.lbUrl.Size = new System.Drawing.Size(1027, 335);
2023-05-23 16:13:17 +08:00
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);
2023-11-21 19:18:23 +08:00
this.lbStatus.Location = new System.Drawing.Point(37, 434);
this.lbStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
2023-05-23 16:13:17 +08:00
this.lbStatus.Name = "lbStatus";
2023-11-21 19:18:23 +08:00
this.lbStatus.Size = new System.Drawing.Size(520, 337);
2023-05-23 16:13:17 +08:00
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";
2023-11-21 19:18:23 +08:00
this.layoutControlGroup1.Size = new System.Drawing.Size(1101, 808);
2023-05-23 16:13:17 +08:00
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";
2023-11-21 19:18:23 +08:00
this.layoutControlItem7.Size = new System.Drawing.Size(1071, 26);
2023-05-23 16:13:17 +08:00
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";
2023-11-21 19:18:23 +08:00
this.layoutControlGroup3.Size = new System.Drawing.Size(1071, 752);
2023-05-23 16:13:17 +08:00
this.layoutControlGroup3.Text = "打印服务";
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.lbLightsInfo;
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
2023-11-21 19:18:23 +08:00
this.layoutControlItem2.Location = new System.Drawing.Point(526, 341);
2023-05-23 16:13:17 +08:00
this.layoutControlItem2.Name = "layoutControlItem2";
2023-11-21 19:18:23 +08:00
this.layoutControlItem2.Size = new System.Drawing.Size(507, 343);
2023-05-23 16:13:17 +08:00
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";
2023-11-21 19:18:23 +08:00
this.layoutControlItem1.Size = new System.Drawing.Size(1033, 341);
2023-05-23 16:13:17 +08:00
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.lbStatus;
this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
2023-11-21 19:18:23 +08:00
this.layoutControlItem4.Location = new System.Drawing.Point(0, 341);
2023-05-23 16:13:17 +08:00
this.layoutControlItem4.Name = "layoutControlItem4";
2023-11-21 19:18:23 +08:00
this.layoutControlItem4.Size = new System.Drawing.Size(526, 343);
2023-05-23 16:13:17 +08:00
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";
//
// PrintServiceForm
//
2023-11-21 19:18:23 +08:00
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
2023-05-23 16:13:17 +08:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2023-11-21 19:18:23 +08:00
this.ClientSize = new System.Drawing.Size(1101, 1081);
2023-05-23 16:13:17 +08:00
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.ribbonStatusBar);
this.Controls.Add(this.ribbon);
2023-11-21 19:18:23 +08:00
this.Margin = new System.Windows.Forms.Padding(10, 14, 10, 14);
2023-05-23 16:13:17 +08:00
this.Name = "PrintServiceForm";
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;
}
}