lu
2025-03-31 236874a930147c27e46c673d8c1a607f1260e8aa
DevApp/Gs.DevApp/DevFrm/Sys/Frm_PrintUser.Designer.cs
@@ -65,9 +65,9 @@
            // 
            // lb_isStatus
            // 
            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_isStatus.Appearance.Options.UseFont = true;
            this.lb_isStatus.Location = new System.Drawing.Point(32, 97);
            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.TabIndex = 222;
@@ -75,7 +75,7 @@
            // 
            // gv_isStatus
            // 
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "是否启用 ";
            this.gv_isStatus.FieldName = "isStatus";
@@ -89,9 +89,9 @@
            // 
            // lb_remark1
            // 
            this.lb_remark1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_remark1.Appearance.Options.UseFont = true;
            this.lb_remark1.Location = new System.Drawing.Point(66, 131);
            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.TabIndex = 216;
@@ -99,78 +99,79 @@
            // 
            // txt_remark1
            // 
            this.txt_remark1.Location = new System.Drawing.Point(126, 131);
            this.txt_remark1.Location = new System.Drawing.Point(126, 91);
            this.txt_remark1.Name = "txt_remark1";
            this.txt_remark1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark1.Properties.Appearance.Options.UseFont = true;
            this.txt_remark1.Size = new System.Drawing.Size(194, 28);
            this.txt_remark1.TabIndex = 216;
            // 
            // gv_remark1
            // 
            this.gv_remark1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark1.AppearanceCell.Options.UseFont = true;
            this.gv_remark1.Caption = "备注1 ";
            this.gv_remark1.Caption = "备注";
            this.gv_remark1.FieldName = "remark1";
            this.gv_remark1.MinWidth = 50;
            this.gv_remark1.MinWidth = 120;
            this.gv_remark1.Name = "gv_remark1";
            this.gv_remark1.OptionsColumn.AllowEdit = false;
            this.gv_remark1.Tag = "query_a.remark1";
            this.gv_remark1.Visible = true;
            this.gv_remark1.VisibleIndex = 3;
            this.gv_remark1.Width = 94;
            this.gv_remark1.Width = 120;
            // 
            // lb_printId
            // 
            this.lb_printId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_printId.Appearance.Options.UseFont = true;
            this.lb_printId.Location = new System.Drawing.Point(49, 61);
            this.lb_printId.Location = new System.Drawing.Point(44, 61);
            this.lb_printId.Name = "lb_printId";
            this.lb_printId.Size = new System.Drawing.Size(57, 21);
            this.lb_printId.Size = new System.Drawing.Size(74, 21);
            this.lb_printId.TabIndex = 213;
            this.lb_printId.Text = "打印机:";
            this.lb_printId.Text = "选打印机:";
            // 
            // gv_printId
            // 
            this.gv_printId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_printId.AppearanceCell.Options.UseFont = true;
            this.gv_printId.Caption = "打印机编号";
            this.gv_printId.FieldName = "printNo";
            this.gv_printId.MinWidth = 50;
            this.gv_printId.MinWidth = 120;
            this.gv_printId.Name = "gv_printId";
            this.gv_printId.OptionsColumn.AllowEdit = false;
            this.gv_printId.Tag = "query_a.print_id";
            this.gv_printId.Visible = true;
            this.gv_printId.VisibleIndex = 2;
            this.gv_printId.Width = 94;
            this.gv_printId.Width = 120;
            // 
            // lb_userId
            // 
            this.lb_userId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_userId.Appearance.Options.UseFont = true;
            this.lb_userId.Location = new System.Drawing.Point(66, 20);
            this.lb_userId.Location = new System.Drawing.Point(44, 20);
            this.lb_userId.Name = "lb_userId";
            this.lb_userId.Size = new System.Drawing.Size(40, 21);
            this.lb_userId.Size = new System.Drawing.Size(74, 21);
            this.lb_userId.TabIndex = 211;
            this.lb_userId.Text = "用户:";
            this.lb_userId.Text = "选择用户:";
            // 
            // gv_userId
            // 
            this.gv_userId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_userId.AppearanceCell.Options.UseFont = true;
            this.gv_userId.Caption = "用户账号";
            this.gv_userId.FieldName = "account";
            this.gv_userId.MinWidth = 50;
            this.gv_userId.MinWidth = 100;
            this.gv_userId.Name = "gv_userId";
            this.gv_userId.OptionsColumn.AllowEdit = false;
            this.gv_userId.Tag = "query_a.user_id";
            this.gv_userId.Visible = true;
            this.gv_userId.VisibleIndex = 0;
            this.gv_userId.Width = 94;
            this.gv_userId.Width = 100;
            // 
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = null;
            this.toolBarMenu1.currentAction = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
@@ -185,7 +186,7 @@
            // gcMain
            // 
            this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain.Location = new System.Drawing.Point(0, 0);
            this.gcMain.MainView = this.gridView1;
            this.gcMain.Name = "gcMain";
@@ -196,7 +197,7 @@
            // 
            // 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_userId,
@@ -215,11 +216,11 @@
            // 
            this.gridColumn1.Caption = "用户名称";
            this.gridColumn1.FieldName = "userName";
            this.gridColumn1.MinWidth = 25;
            this.gridColumn1.MinWidth = 100;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 1;
            this.gridColumn1.Width = 94;
            this.gridColumn1.Width = 100;
            // 
            // xtraTabControl1
            // 
@@ -257,7 +258,6 @@
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage2.Text = "数据编辑";
            // 
@@ -274,7 +274,7 @@
            this.panel1.Controls.Add(this.txt_remark1);
            this.panel1.Controls.Add(this.lb_printId);
            this.panel1.Controls.Add(this.lb_userId);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(664, 264);
@@ -282,12 +282,12 @@
            // 
            // txt_isStatus
            // 
            this.txt_isStatus.Location = new System.Drawing.Point(126, 95);
            this.txt_isStatus.Location = new System.Drawing.Point(126, 123);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Caption = "";
            this.txt_isStatus.Size = new System.Drawing.Size(94, 24);
            this.txt_isStatus.TabIndex = 225;
            this.txt_isStatus.Tag = "";
            this.txt_isStatus.Tag = "moren.true";
            // 
            // txt_printId
            // 
@@ -332,6 +332,7 @@
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "Frm_PrintUser";
            this.Text = "打印机绑定";
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();