lu
2024-12-19 1210460a95ba58f219d38e545dcaf9e21383d18f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
    partial class Frm_PrintUser 
    {
        /// <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()
        {
            this.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
            this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_remark1 = new DevExpress.XtraEditors.LabelControl();
            this.txt_remark1 = new DevExpress.XtraEditors.TextEdit();
            this.gv_remark1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_printId = new DevExpress.XtraEditors.LabelControl();
            this.gv_printId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_userId = new DevExpress.XtraEditors.LabelControl();
            this.gv_userId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txt_isStatus = new DevExpress.XtraEditors.CheckEdit();
            this.txt_printId = new Gs.DevApp.UserControl.UcLookPrint();
            this.txt_userId = new Gs.DevApp.UserControl.UcLookUser();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.Name = "lb_isStatus";
            this.lb_isStatus.Size = new System.Drawing.Size(74, 21);
            this.lb_isStatus.TabIndex = 222;
            this.lb_isStatus.Text = "是否启用:";
            // 
            // 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";
            this.gv_isStatus.MinWidth = 50;
            this.gv_isStatus.Name = "gv_isStatus";
            this.gv_isStatus.OptionsColumn.AllowEdit = false;
            this.gv_isStatus.Tag = "query_a.is_status";
            this.gv_isStatus.Visible = true;
            this.gv_isStatus.VisibleIndex = 4;
            this.gv_isStatus.Width = 94;
            // 
            // 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.Name = "lb_remark1";
            this.lb_remark1.Size = new System.Drawing.Size(40, 21);
            this.lb_remark1.TabIndex = 216;
            this.lb_remark1.Text = "备注:";
            // 
            // txt_remark1
            // 
            this.txt_remark1.Location = new System.Drawing.Point(126, 131);
            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.FieldName = "remark1";
            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 = 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.Name = "lb_printId";
            this.lb_printId.Size = new System.Drawing.Size(57, 21);
            this.lb_printId.TabIndex = 213;
            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 = 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 = 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.Name = "lb_userId";
            this.lb_userId.Size = new System.Drawing.Size(40, 21);
            this.lb_userId.TabIndex = 211;
            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 = 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 = 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;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
            // 
            // 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";
            this.gcMain.Size = new System.Drawing.Size(1126, 531);
            this.gcMain.TabIndex = 1;
            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // 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,
            this.gridColumn1,
            this.gv_printId,
            this.gv_remark1,
            this.gv_isStatus});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "用户名称";
            this.gridColumn1.FieldName = "userName";
            this.gridColumn1.MinWidth = 100;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 1;
            this.gridColumn1.Width = 100;
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.gcMain);
            this.xtraTabPage1.Controls.Add(this.pageBar1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage1.Text = "数据查询";
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 531);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.Size = new System.Drawing.Size(1126, 39);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage2.Text = "数据编辑";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Controls.Add(this.txt_printId);
            this.panel1.Controls.Add(this.txt_userId);
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.lb_isStatus);
            this.panel1.Controls.Add(this.lb_remark1);
            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);
            this.panel1.TabIndex = 1;
            // 
            // txt_isStatus
            // 
            this.txt_isStatus.Location = new System.Drawing.Point(126, 95);
            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 = "";
            // 
            // txt_printId
            // 
            this.txt_printId.IsReadly = false;
            this.txt_printId.Location = new System.Drawing.Point(126, 55);
            this.txt_printId.Name = "txt_printId";
            this.txt_printId.Size = new System.Drawing.Size(194, 30);
            this.txt_printId.TabIndex = 224;
            // 
            // txt_userId
            // 
            this.txt_userId.IsReadly = false;
            this.txt_userId.Location = new System.Drawing.Point(126, 20);
            this.txt_userId.Name = "txt_userId";
            this.txt_userId.Size = new System.Drawing.Size(194, 30);
            this.txt_userId.TabIndex = 223;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(403, 30);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
            this.labelControl11.TabIndex = 130;
            this.labelControl11.Text = "主键:";
            this.labelControl11.Visible = false;
            // 
            // lbGuid
            // 
            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.TabIndex = 1;
            this.lbGuid.Visible = false;
            // 
            // Frm_PrintUser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1128, 682);
            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();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            this.ResumeLayout(false);
 
        }
        #endregion
      private UserControl.UcToolBarMenu toolBarMenu1;
        private DevExpress.XtraGrid.GridControl gcMain;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
        private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
        private UserControls.Data.UcPageBar pageBar1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lbGuid;
        private DevExpress.XtraEditors.LabelControl labelControl11;
       //BQCreateConrolObejct
private DevExpress.XtraEditors.LabelControl lb_isStatus;
 private DevExpress.XtraGrid.Columns.GridColumn gv_isStatus;
 
private DevExpress.XtraEditors.LabelControl lb_remark1;
private DevExpress.XtraEditors.TextEdit txt_remark1;
 private DevExpress.XtraGrid.Columns.GridColumn gv_remark1;
 
private DevExpress.XtraEditors.LabelControl lb_printId;
 private DevExpress.XtraGrid.Columns.GridColumn gv_printId;
 
private DevExpress.XtraEditors.LabelControl lb_userId;
 private DevExpress.XtraGrid.Columns.GridColumn gv_userId;
        private UserControl.UcLookUser txt_userId;
        private UserControl.UcLookPrint txt_printId;
        private DevExpress.XtraEditors.CheckEdit txt_isStatus;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
    }
}