1
lu
2024-12-06 4fcc278c745fe6801c82622e34b2ce2cb150a44c
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
    partial class Frm_MesPosition 
    {
        /// <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_fforbidstatus = new DevExpress.XtraEditors.LabelControl();
            this.txt_fforbidstatus = new DevExpress.XtraEditors.TextEdit();
            this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_disabledDate = new DevExpress.XtraEditors.LabelControl();
            this.txt_disabledDate = new DevExpress.XtraEditors.TextEdit();
            this.gv_disabledDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_disabledBy = new DevExpress.XtraEditors.LabelControl();
            this.txt_disabledBy = new DevExpress.XtraEditors.TextEdit();
            this.gv_disabledBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_creationDate = new DevExpress.XtraEditors.LabelControl();
            this.txt_creationDate = new DevExpress.XtraEditors.TextEdit();
            this.gv_creationDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_department = new DevExpress.XtraEditors.LabelControl();
            this.txt_department = new DevExpress.XtraEditors.TextEdit();
            this.gv_department = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_positionDescription = new DevExpress.XtraEditors.LabelControl();
            this.txt_positionDescription = new DevExpress.XtraEditors.TextEdit();
            this.gv_positionDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_positionName = new DevExpress.XtraEditors.LabelControl();
            this.txt_positionName = new DevExpress.XtraEditors.TextEdit();
            this.gv_positionName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_positionId = new DevExpress.XtraEditors.LabelControl();
            this.txt_positionId = new DevExpress.XtraEditors.TextEdit();
            this.gv_positionId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_id = 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.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.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_disabledDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_disabledBy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_creationDate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_department.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionDescription.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionId.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();
            this.SuspendLayout();
            // 
            // lb_fforbidstatus
            // 
            this.lb_fforbidstatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_fforbidstatus.Appearance.Options.UseFont = true;
            this.lb_fforbidstatus.Location = new System.Drawing.Point(276, 92);
            this.lb_fforbidstatus.Name = "lb_fforbidstatus";
            this.lb_fforbidstatus.Size = new System.Drawing.Size(73, 21);
            this.lb_fforbidstatus.TabIndex = 252;
            this.lb_fforbidstatus.Text = "禁用状态 ";
            // 
            // txt_fforbidstatus
            // 
            this.txt_fforbidstatus.Location = new System.Drawing.Point(351, 88);
            this.txt_fforbidstatus.Name = "txt_fforbidstatus";
            this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true;
            this.txt_fforbidstatus.Size = new System.Drawing.Size(150, 28);
            this.txt_fforbidstatus.TabIndex = 252;
            // 
            // gv_fforbidstatus
            // 
            this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true;
            this.gv_fforbidstatus.Caption = "禁用状态 ";
            this.gv_fforbidstatus.FieldName = "fforbidstatus";
            this.gv_fforbidstatus.MinWidth = 50;
            this.gv_fforbidstatus.Name = "gv_fforbidstatus";
            this.gv_fforbidstatus.OptionsColumn.AllowEdit = false;
            this.gv_fforbidstatus.Tag = "query_a.fforbidstatus";
            this.gv_fforbidstatus.Visible = true;
            this.gv_fforbidstatus.VisibleIndex = 8;
            this.gv_fforbidstatus.Width = 94;
            // 
            // lb_disabledDate
            // 
            this.lb_disabledDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_disabledDate.Appearance.Options.UseFont = true;
            this.lb_disabledDate.Location = new System.Drawing.Point(276, 54);
            this.lb_disabledDate.Name = "lb_disabledDate";
            this.lb_disabledDate.Size = new System.Drawing.Size(73, 21);
            this.lb_disabledDate.TabIndex = 228;
            this.lb_disabledDate.Text = "禁用日期 ";
            // 
            // txt_disabledDate
            // 
            this.txt_disabledDate.Location = new System.Drawing.Point(351, 50);
            this.txt_disabledDate.Name = "txt_disabledDate";
            this.txt_disabledDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_disabledDate.Properties.Appearance.Options.UseFont = true;
            this.txt_disabledDate.Size = new System.Drawing.Size(150, 28);
            this.txt_disabledDate.TabIndex = 228;
            // 
            // gv_disabledDate
            // 
            this.gv_disabledDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_disabledDate.AppearanceCell.Options.UseFont = true;
            this.gv_disabledDate.Caption = "禁用日期 ";
            this.gv_disabledDate.FieldName = "disabledDate";
            this.gv_disabledDate.MinWidth = 50;
            this.gv_disabledDate.Name = "gv_disabledDate";
            this.gv_disabledDate.OptionsColumn.AllowEdit = false;
            this.gv_disabledDate.Tag = "query_a.disabled_date";
            this.gv_disabledDate.Visible = true;
            this.gv_disabledDate.VisibleIndex = 7;
            this.gv_disabledDate.Width = 94;
            // 
            // lb_disabledBy
            // 
            this.lb_disabledBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_disabledBy.Appearance.Options.UseFont = true;
            this.lb_disabledBy.Location = new System.Drawing.Point(276, 129);
            this.lb_disabledBy.Name = "lb_disabledBy";
            this.lb_disabledBy.Size = new System.Drawing.Size(56, 21);
            this.lb_disabledBy.TabIndex = 226;
            this.lb_disabledBy.Text = "禁用人 ";
            // 
            // txt_disabledBy
            // 
            this.txt_disabledBy.Location = new System.Drawing.Point(351, 125);
            this.txt_disabledBy.Name = "txt_disabledBy";
            this.txt_disabledBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_disabledBy.Properties.Appearance.Options.UseFont = true;
            this.txt_disabledBy.Size = new System.Drawing.Size(150, 28);
            this.txt_disabledBy.TabIndex = 226;
            // 
            // gv_disabledBy
            // 
            this.gv_disabledBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_disabledBy.AppearanceCell.Options.UseFont = true;
            this.gv_disabledBy.Caption = "禁用人 ";
            this.gv_disabledBy.FieldName = "disabledBy";
            this.gv_disabledBy.MinWidth = 50;
            this.gv_disabledBy.Name = "gv_disabledBy";
            this.gv_disabledBy.OptionsColumn.AllowEdit = false;
            this.gv_disabledBy.Tag = "query_a.disabled_by";
            this.gv_disabledBy.Visible = true;
            this.gv_disabledBy.VisibleIndex = 6;
            this.gv_disabledBy.Width = 94;
            // 
            // lb_creationDate
            // 
            this.lb_creationDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_creationDate.Appearance.Options.UseFont = true;
            this.lb_creationDate.Location = new System.Drawing.Point(276, 14);
            this.lb_creationDate.Name = "lb_creationDate";
            this.lb_creationDate.Size = new System.Drawing.Size(73, 21);
            this.lb_creationDate.TabIndex = 222;
            this.lb_creationDate.Text = "建立日期 ";
            // 
            // txt_creationDate
            // 
            this.txt_creationDate.Location = new System.Drawing.Point(351, 10);
            this.txt_creationDate.Name = "txt_creationDate";
            this.txt_creationDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_creationDate.Properties.Appearance.Options.UseFont = true;
            this.txt_creationDate.Size = new System.Drawing.Size(150, 28);
            this.txt_creationDate.TabIndex = 222;
            // 
            // gv_creationDate
            // 
            this.gv_creationDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_creationDate.AppearanceCell.Options.UseFont = true;
            this.gv_creationDate.Caption = "建立日期 ";
            this.gv_creationDate.FieldName = "creationDate";
            this.gv_creationDate.MinWidth = 50;
            this.gv_creationDate.Name = "gv_creationDate";
            this.gv_creationDate.OptionsColumn.AllowEdit = false;
            this.gv_creationDate.Tag = "query_a.creation_date";
            this.gv_creationDate.Visible = true;
            this.gv_creationDate.VisibleIndex = 5;
            this.gv_creationDate.Width = 94;
            // 
            // lb_department
            // 
            this.lb_department.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_department.Appearance.Options.UseFont = true;
            this.lb_department.Location = new System.Drawing.Point(4, 129);
            this.lb_department.Name = "lb_department";
            this.lb_department.Size = new System.Drawing.Size(73, 21);
            this.lb_department.TabIndex = 219;
            this.lb_department.Text = "所属部门 ";
            // 
            // txt_department
            // 
            this.txt_department.Location = new System.Drawing.Point(86, 125);
            this.txt_department.Name = "txt_department";
            this.txt_department.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_department.Properties.Appearance.Options.UseFont = true;
            this.txt_department.Size = new System.Drawing.Size(150, 28);
            this.txt_department.TabIndex = 219;
            // 
            // gv_department
            // 
            this.gv_department.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_department.AppearanceCell.Options.UseFont = true;
            this.gv_department.Caption = "所属部门 ";
            this.gv_department.FieldName = "department";
            this.gv_department.MinWidth = 50;
            this.gv_department.Name = "gv_department";
            this.gv_department.OptionsColumn.AllowEdit = false;
            this.gv_department.Tag = "query_a.department";
            this.gv_department.Visible = true;
            this.gv_department.VisibleIndex = 4;
            this.gv_department.Width = 94;
            // 
            // lb_positionDescription
            // 
            this.lb_positionDescription.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_positionDescription.Appearance.Options.UseFont = true;
            this.lb_positionDescription.Location = new System.Drawing.Point(4, 92);
            this.lb_positionDescription.Name = "lb_positionDescription";
            this.lb_positionDescription.Size = new System.Drawing.Size(73, 21);
            this.lb_positionDescription.TabIndex = 217;
            this.lb_positionDescription.Text = "岗位描述 ";
            // 
            // txt_positionDescription
            // 
            this.txt_positionDescription.Location = new System.Drawing.Point(86, 88);
            this.txt_positionDescription.Name = "txt_positionDescription";
            this.txt_positionDescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_positionDescription.Properties.Appearance.Options.UseFont = true;
            this.txt_positionDescription.Size = new System.Drawing.Size(150, 28);
            this.txt_positionDescription.TabIndex = 217;
            // 
            // gv_positionDescription
            // 
            this.gv_positionDescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_positionDescription.AppearanceCell.Options.UseFont = true;
            this.gv_positionDescription.Caption = "岗位描述 ";
            this.gv_positionDescription.FieldName = "positionDescription";
            this.gv_positionDescription.MinWidth = 50;
            this.gv_positionDescription.Name = "gv_positionDescription";
            this.gv_positionDescription.OptionsColumn.AllowEdit = false;
            this.gv_positionDescription.Tag = "query_a.position_description";
            this.gv_positionDescription.Visible = true;
            this.gv_positionDescription.VisibleIndex = 3;
            this.gv_positionDescription.Width = 94;
            // 
            // lb_positionName
            // 
            this.lb_positionName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_positionName.Appearance.Options.UseFont = true;
            this.lb_positionName.Location = new System.Drawing.Point(4, 54);
            this.lb_positionName.Name = "lb_positionName";
            this.lb_positionName.Size = new System.Drawing.Size(73, 21);
            this.lb_positionName.TabIndex = 216;
            this.lb_positionName.Text = "岗位名称 ";
            // 
            // txt_positionName
            // 
            this.txt_positionName.Location = new System.Drawing.Point(86, 50);
            this.txt_positionName.Name = "txt_positionName";
            this.txt_positionName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_positionName.Properties.Appearance.Options.UseFont = true;
            this.txt_positionName.Size = new System.Drawing.Size(150, 28);
            this.txt_positionName.TabIndex = 216;
            // 
            // gv_positionName
            // 
            this.gv_positionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_positionName.AppearanceCell.Options.UseFont = true;
            this.gv_positionName.Caption = "岗位名称 ";
            this.gv_positionName.FieldName = "positionName";
            this.gv_positionName.MinWidth = 50;
            this.gv_positionName.Name = "gv_positionName";
            this.gv_positionName.OptionsColumn.AllowEdit = false;
            this.gv_positionName.Tag = "query_a.position_name";
            this.gv_positionName.Visible = true;
            this.gv_positionName.VisibleIndex = 2;
            this.gv_positionName.Width = 94;
            // 
            // lb_positionId
            // 
            this.lb_positionId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_positionId.Appearance.Options.UseFont = true;
            this.lb_positionId.Location = new System.Drawing.Point(4, 14);
            this.lb_positionId.Name = "lb_positionId";
            this.lb_positionId.Size = new System.Drawing.Size(73, 21);
            this.lb_positionId.TabIndex = 213;
            this.lb_positionId.Text = "岗位编号 ";
            // 
            // txt_positionId
            // 
            this.txt_positionId.Location = new System.Drawing.Point(86, 10);
            this.txt_positionId.Name = "txt_positionId";
            this.txt_positionId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_positionId.Properties.Appearance.Options.UseFont = true;
            this.txt_positionId.Size = new System.Drawing.Size(150, 28);
            this.txt_positionId.TabIndex = 213;
            // 
            // gv_positionId
            // 
            this.gv_positionId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_positionId.AppearanceCell.Options.UseFont = true;
            this.gv_positionId.Caption = "岗位编号 ";
            this.gv_positionId.FieldName = "positionId";
            this.gv_positionId.MinWidth = 50;
            this.gv_positionId.Name = "gv_positionId";
            this.gv_positionId.OptionsColumn.AllowEdit = false;
            this.gv_positionId.Tag = "query_a.position_id";
            this.gv_positionId.Visible = true;
            this.gv_positionId.VisibleIndex = 1;
            this.gv_positionId.Width = 94;
            // 
            // gv_id
            // 
            this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_id.AppearanceCell.Options.UseFont = true;
            this.gv_id.Caption = "岗位ID";
            this.gv_id.FieldName = "id";
            this.gv_id.MinWidth = 50;
            this.gv_id.Name = "gv_id";
            this.gv_id.OptionsColumn.AllowEdit = false;
            this.gv_id.Tag = "query_a.id";
            this.gv_id.Visible = true;
            this.gv_id.VisibleIndex = 0;
            this.gv_id.Width = 94;
            // 
            // toolBarMenu1
            // 
            this.toolBarMenu1.chkParameter = 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(914, 80);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = "xlsOut_position{}";
            // 
            // 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(912, 318);
            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_id,
            this.gv_positionId,
            this.gv_positionName,
            this.gv_positionDescription,
            this.gv_department,
            this.gv_creationDate,
            this.gv_disabledBy,
            this.gv_disabledDate,
            this.gv_fforbidstatus});
            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;
            // 
            // 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(914, 389);
            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(912, 357);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 318);
            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(912, 39);
            this.pageBar1.TabIndex = 3;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(912, 357);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.lb_fforbidstatus);
            this.panel1.Controls.Add(this.txt_fforbidstatus);
            this.panel1.Controls.Add(this.lb_disabledDate);
            this.panel1.Controls.Add(this.txt_disabledDate);
            this.panel1.Controls.Add(this.lb_disabledBy);
            this.panel1.Controls.Add(this.txt_disabledBy);
            this.panel1.Controls.Add(this.lb_creationDate);
            this.panel1.Controls.Add(this.txt_creationDate);
            this.panel1.Controls.Add(this.lb_department);
            this.panel1.Controls.Add(this.txt_department);
            this.panel1.Controls.Add(this.lb_positionDescription);
            this.panel1.Controls.Add(this.txt_positionDescription);
            this.panel1.Controls.Add(this.lb_positionName);
            this.panel1.Controls.Add(this.txt_positionName);
            this.panel1.Controls.Add(this.lb_positionId);
            this.panel1.Controls.Add(this.txt_positionId);
            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(566, 215);
            this.panel1.TabIndex = 1;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(45, 181);
            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(96, 181);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Visible = false;
            // 
            // Frm_MesPosition
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(914, 469);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "Frm_MesPosition";
            ((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_disabledDate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_disabledBy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_creationDate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_department.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionDescription.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_positionId.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();
            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_fforbidstatus;
private DevExpress.XtraEditors.TextEdit txt_fforbidstatus;
 private DevExpress.XtraGrid.Columns.GridColumn gv_fforbidstatus;
 
private DevExpress.XtraEditors.LabelControl lb_disabledDate;
private DevExpress.XtraEditors.TextEdit txt_disabledDate;
 private DevExpress.XtraGrid.Columns.GridColumn gv_disabledDate;
 
private DevExpress.XtraEditors.LabelControl lb_disabledBy;
private DevExpress.XtraEditors.TextEdit txt_disabledBy;
 private DevExpress.XtraGrid.Columns.GridColumn gv_disabledBy;
 
private DevExpress.XtraEditors.LabelControl lb_creationDate;
private DevExpress.XtraEditors.TextEdit txt_creationDate;
 private DevExpress.XtraGrid.Columns.GridColumn gv_creationDate;
 
private DevExpress.XtraEditors.LabelControl lb_department;
private DevExpress.XtraEditors.TextEdit txt_department;
 private DevExpress.XtraGrid.Columns.GridColumn gv_department;
 
private DevExpress.XtraEditors.LabelControl lb_positionDescription;
private DevExpress.XtraEditors.TextEdit txt_positionDescription;
 private DevExpress.XtraGrid.Columns.GridColumn gv_positionDescription;
 
private DevExpress.XtraEditors.LabelControl lb_positionName;
private DevExpress.XtraEditors.TextEdit txt_positionName;
 private DevExpress.XtraGrid.Columns.GridColumn gv_positionName;
 
private DevExpress.XtraEditors.LabelControl lb_positionId;
private DevExpress.XtraEditors.TextEdit txt_positionId;
 private DevExpress.XtraGrid.Columns.GridColumn gv_positionId;
 private DevExpress.XtraGrid.Columns.GridColumn gv_id;
 
    }
}