lu
2025-04-07 e19ea4337fa65725e6e22073a7b600dcc9887d4b
DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs
@@ -29,6 +29,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
            this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_remark1 = new DevExpress.XtraEditors.LabelControl();
@@ -52,6 +53,7 @@
            this.txt_userId = new Gs.DevApp.UserControl.UcLookUser();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
@@ -65,17 +67,15 @@
            // 
            // lb_isStatus
            // 
            this.lb_isStatus.Appearance.Options.UseFont = true;
            this.lb_isStatus.Location = new System.Drawing.Point(44, 125);
            this.lb_isStatus.Name = "lb_isStatus";
            this.lb_isStatus.Size = new System.Drawing.Size(74, 21);
            this.lb_isStatus.Size = new System.Drawing.Size(65, 18);
            this.lb_isStatus.TabIndex = 222;
            this.lb_isStatus.Text = "是否启用:";
            // 
            // gv_isStatus
            // 
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "是否启用 ";
            this.gv_isStatus.FieldName = "isStatus";
@@ -89,11 +89,10 @@
            // 
            // lb_remark1
            // 
            this.lb_remark1.Appearance.Options.UseFont = true;
            this.lb_remark1.Location = new System.Drawing.Point(78, 91);
            this.lb_remark1.Name = "lb_remark1";
            this.lb_remark1.Size = new System.Drawing.Size(40, 21);
            this.lb_remark1.Size = new System.Drawing.Size(35, 18);
            this.lb_remark1.TabIndex = 216;
            this.lb_remark1.Text = "备注:";
            // 
@@ -101,14 +100,12 @@
            // 
            this.txt_remark1.Location = new System.Drawing.Point(126, 91);
            this.txt_remark1.Name = "txt_remark1";
            this.txt_remark1.Properties.Appearance.Options.UseFont = true;
            this.txt_remark1.Size = new System.Drawing.Size(194, 28);
            this.txt_remark1.Size = new System.Drawing.Size(194, 24);
            this.txt_remark1.TabIndex = 216;
            // 
            // gv_remark1
            // 
            this.gv_remark1.AppearanceCell.Options.UseFont = true;
            this.gv_remark1.Caption = "备注";
            this.gv_remark1.FieldName = "remark1";
@@ -122,17 +119,15 @@
            // 
            // lb_printId
            // 
            this.lb_printId.Appearance.Options.UseFont = true;
            this.lb_printId.Location = new System.Drawing.Point(44, 61);
            this.lb_printId.Name = "lb_printId";
            this.lb_printId.Size = new System.Drawing.Size(74, 21);
            this.lb_printId.Size = new System.Drawing.Size(65, 18);
            this.lb_printId.TabIndex = 213;
            this.lb_printId.Text = "选打印机:";
            // 
            // gv_printId
            // 
            this.gv_printId.AppearanceCell.Options.UseFont = true;
            this.gv_printId.Caption = "打印机编号";
            this.gv_printId.FieldName = "printNo";
@@ -146,17 +141,15 @@
            // 
            // lb_userId
            // 
            this.lb_userId.Appearance.Options.UseFont = true;
            this.lb_userId.Location = new System.Drawing.Point(44, 20);
            this.lb_userId.Name = "lb_userId";
            this.lb_userId.Size = new System.Drawing.Size(74, 21);
            this.lb_userId.Size = new System.Drawing.Size(65, 18);
            this.lb_userId.TabIndex = 211;
            this.lb_userId.Text = "选择用户:";
            // 
            // gv_userId
            // 
            this.gv_userId.AppearanceCell.Options.UseFont = true;
            this.gv_userId.Caption = "用户账号";
            this.gv_userId.FieldName = "account";
@@ -172,6 +165,7 @@
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.defaultActions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -186,7 +180,6 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -197,7 +190,6 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_userId,
@@ -274,7 +266,6 @@
            this.panel1.Controls.Add(this.txt_remark1);
            this.panel1.Controls.Add(this.lb_printId);
            this.panel1.Controls.Add(this.lb_userId);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(664, 264);
@@ -320,7 +311,7 @@
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(454, 30);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.Size = new System.Drawing.Size(0, 18);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            // 
@@ -374,5 +365,6 @@
        private UserControl.UcLookPrint txt_printId;
        private DevExpress.XtraEditors.CheckEdit txt_isStatus;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.Utils.ToolTipController tips;
    }
}