fqc
lu
2025-04-15 49e7d052cc72a98b10ba9c06268c8a1d79e94a5b
DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintInfo.Designer.cs
@@ -29,6 +29,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -48,18 +49,19 @@
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
            this.txt_printNo = new DevExpress.XtraEditors.TextEdit();
            this.txt_port = new DevExpress.XtraEditors.TextEdit();
            this.txt_ip = new DevExpress.XtraEditors.TextEdit();
            this.txt_printNo = new DevExpress.XtraEditors.TextEdit();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -76,18 +78,18 @@
            this.splitMx1.Panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).BeginInit();
            this.splitMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
            this.layoutMx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            this.SuspendLayout();
            // 
            // toolBarMenu1
@@ -148,7 +150,6 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -159,7 +160,6 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_printNo,
@@ -175,7 +175,6 @@
            // 
            // gv_printNo
            // 
            this.gv_printNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_printNo.AppearanceCell.Options.UseFont = true;
            this.gv_printNo.Caption = "打印机编号 ";
            this.gv_printNo.FieldName = "printNo";
@@ -189,7 +188,6 @@
            // 
            // gv_ip
            // 
            this.gv_ip.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_ip.AppearanceCell.Options.UseFont = true;
            this.gv_ip.Caption = "打印机IP ";
            this.gv_ip.FieldName = "ip";
@@ -203,7 +201,6 @@
            // 
            // gv_port
            // 
            this.gv_port.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_port.AppearanceCell.Options.UseFont = true;
            this.gv_port.Caption = "打印机端口 ";
            this.gv_port.FieldName = "port";
@@ -217,7 +214,6 @@
            // 
            // gv_remark
            // 
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注 ";
            this.gv_remark.FieldName = "remark";
@@ -267,58 +263,6 @@
            this.splitMx1.SplitterPosition = 96;
            this.splitMx1.TabIndex = 0;
            // 
            // lbGuid
            //
            this.lbGuid.Location = new System.Drawing.Point(564, 93);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(272, 78);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            //
            // txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(375, 50);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(185, 28);
            this.txt_remark.StyleController = this.layoutMx1;
            this.txt_remark.TabIndex = 217;
            //
            // txt_port
            //
            this.txt_port.Location = new System.Drawing.Point(99, 50);
            this.txt_port.Name = "txt_port";
            this.txt_port.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_port.Properties.Appearance.Options.UseFont = true;
            this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
            this.txt_port.Properties.MaskSettings.Set("mask", "\\d+");
            this.txt_port.Size = new System.Drawing.Size(185, 28);
            this.txt_port.StyleController = this.layoutMx1;
            this.txt_port.TabIndex = 216;
            this.txt_port.Tag = "moren.9100";
            //
            // txt_ip
            //
            this.txt_ip.Location = new System.Drawing.Point(375, 12);
            this.txt_ip.Name = "txt_ip";
            this.txt_ip.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_ip.Properties.Appearance.Options.UseFont = true;
            this.txt_ip.Size = new System.Drawing.Size(185, 28);
            this.txt_ip.StyleController = this.layoutMx1;
            this.txt_ip.TabIndex = 213;
            //
            // txt_printNo
            //
            this.txt_printNo.Location = new System.Drawing.Point(99, 12);
            this.txt_printNo.Name = "txt_printNo";
            this.txt_printNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_printNo.Properties.Appearance.Options.UseFont = true;
            this.txt_printNo.Size = new System.Drawing.Size(185, 28);
            this.txt_printNo.StyleController = this.layoutMx1;
            this.txt_printNo.TabIndex = 211;
            //
            // layoutMx1
            // 
            this.layoutMx1.Controls.Add(this.lbGuid);
@@ -336,6 +280,66 @@
            this.layoutMx1.Size = new System.Drawing.Size(1126, 96);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            //
            // lbGuid
            //
            this.lbGuid.Location = new System.Drawing.Point(564, 93);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(272, 78);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            //
            // txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(375, 50);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(185, 24);
            this.txt_remark.StyleController = this.layoutMx1;
            this.txt_remark.TabIndex = 217;
            //
            // txt_printNo
            //
            this.txt_printNo.Location = new System.Drawing.Point(99, 12);
            this.txt_printNo.Name = "txt_printNo";
            this.txt_printNo.Properties.Appearance.Options.UseFont = true;
            this.txt_printNo.Size = new System.Drawing.Size(185, 24);
            this.txt_printNo.StyleController = this.layoutMx1;
            this.txt_printNo.TabIndex = 211;
            //
            // txt_port
            //
            this.txt_port.Location = new System.Drawing.Point(99, 50);
            this.txt_port.Name = "txt_port";
            this.txt_port.Properties.Appearance.Options.UseFont = true;
            this.txt_port.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager));
            this.txt_port.Properties.MaskSettings.Set("mask", "\\d+");
            this.txt_port.Size = new System.Drawing.Size(185, 24);
            this.txt_port.StyleController = this.layoutMx1;
            this.txt_port.TabIndex = 216;
            this.txt_port.Tag = "moren.9100";
            //
            // txt_ip
            //
            this.txt_ip.Location = new System.Drawing.Point(375, 12);
            this.txt_ip.Name = "txt_ip";
            this.txt_ip.Properties.Appearance.Options.UseFont = true;
            this.txt_ip.Size = new System.Drawing.Size(185, 24);
            this.txt_ip.StyleController = this.layoutMx1;
            this.txt_ip.TabIndex = 213;
            //
            // layoutControlItem5
            //
            this.layoutControlItem5.Control = this.lbGuid;
            this.layoutControlItem5.Location = new System.Drawing.Point(552, 81);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(276, 82);
            this.layoutControlItem5.Text = "主键Guid";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextVisible = false;
            // 
            // Root
            // 
@@ -411,18 +415,6 @@
            this.layoutControlItem4.Text = "备注";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem5
            //
            this.layoutControlItem5.Control = this.lbGuid;
            this.layoutControlItem5.Location = new System.Drawing.Point(552, 81);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(276, 82);
            this.layoutControlItem5.Text = "主键Guid";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextVisible = false;
            //
            // Frm_PrintInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -448,18 +440,18 @@
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).EndInit();
            this.splitMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
            this.layoutMx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_printNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_port.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ip.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            this.ResumeLayout(false);
        }
@@ -489,5 +481,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.Utils.ToolTipController tips;
    }
}