1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
 
/*===================================================================
 *   程序说明: AdvancedFormConfig的数据管理窗体
 *   作者资料: 孙中吕
 *   创建日期: 2017/02/12 04:35:26
 *   最后修改: 2017/02/12 04:35:26
 *   
 *   注: 本代码由代码生成器(Code Generator)自动生成
 *   版权所有 copyright 2006~2017, C/S框架网(www.cscode.net)
 *===================================================================*/
 
namespace CSFrameworkV5.SystemModule
{
    ///<summary>
    /// AdvancedFormConfig的资料管理窗体
    /// </summary>
    public partial class frmAdvancedFormConfig
    {
        /// <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 生成本窗体所有组件成员清单
 
        private DevExpress.XtraGrid.GridControl gcSummary;
        private DevExpress.XtraGrid.Views.Grid.GridView gvSummary;
        private DevExpress.XtraEditors.PanelControl pcDetailEditor;
        private DevExpress.XtraGrid.Columns.GridColumn colSystemID;
        private DevExpress.XtraGrid.Columns.GridColumn colSystemName;
        private DevExpress.XtraGrid.Columns.GridColumn colProgramID;
        private DevExpress.XtraGrid.Columns.GridColumn colProgramName;
        private DevExpress.XtraGrid.Columns.GridColumn colStyleID;
        private DevExpress.XtraGrid.Columns.GridColumn colApplyType;
        private DevExpress.XtraGrid.Columns.GridColumn colGroupsOrUsers;
        private DevExpress.XtraGrid.Columns.GridColumn colRemark;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private DevExpress.XtraEditors.PanelControl pnlSearch;
        private DevExpress.XtraEditors.LabelControl lbl_SystemName;
        private DevExpress.XtraEditors.LabelControl lbl_ProgramName;
        private DevExpress.XtraEditors.LabelControl lbl_StyleID;
        private DevExpress.XtraEditors.TextEdit txt_StyleID;
        private DevExpress.XtraEditors.SimpleButton btnEmpty;
        private DevExpress.XtraEditors.SimpleButton btnQuery;
 
        #endregion
 
        #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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAdvancedFormConfig));
            this.gcSummary = new DevExpress.XtraGrid.GridControl();
            this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colSystemID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colSystemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lueSystemID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colProgramID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colProgramName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lueProgramID = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.colStyleID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colApplyType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colGroupsOrUsers = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
            this.btnSelectUserAndGroup = new DevExpress.XtraEditors.SimpleButton();
            this.btnDesign = new DevExpress.XtraEditors.SimpleButton();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.txtApplyType = new DevExpress.XtraEditors.RadioGroup();
            this.txtGroupsOrUsers = new DevExpress.XtraEditors.TextEdit();
            this.txtStyleID = new DevExpress.XtraEditors.TextEdit();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
            this.txtSystemID = new DevExpress.XtraEditors.LookUpEdit();
            this.txtProgramID = new DevExpress.XtraEditors.LookUpEdit();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.pnlSearch = new DevExpress.XtraEditors.PanelControl();
            this.btnEmpty = new DevExpress.XtraEditors.SimpleButton();
            this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
            this.lbl_SystemName = new DevExpress.XtraEditors.LabelControl();
            this.lbl_ProgramName = new DevExpress.XtraEditors.LabelControl();
            this.lbl_StyleID = new DevExpress.XtraEditors.LabelControl();
            this.txt_StyleID = new DevExpress.XtraEditors.TextEdit();
            this.txt_SystemName = new DevExpress.XtraEditors.LookUpEdit();
            this.txt_ProgramName = new DevExpress.XtraEditors.LookUpEdit();
            this.tpSummary.SuspendLayout();
            this.pnlSummary.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
            this.tcBusiness.SuspendLayout();
            this.tpDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
            this.gcNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueSystemID)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueProgramID)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
            this.pcDetailEditor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupsOrUsers.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtStyleID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSystemID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProgramID.Properties)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit();
            this.pnlSearch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_StyleID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ProgramName.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // tpSummary
            // 
            this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
            this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
            this.tpSummary.Controls.Add(this.tableLayoutPanel1);
            this.tpSummary.Size = new System.Drawing.Size(878, 447);
            // 
            // pnlSummary
            // 
            this.pnlSummary.Location = new System.Drawing.Point(2, 2);
            this.pnlSummary.Size = new System.Drawing.Size(884, 476);
            // 
            // tcBusiness
            // 
            this.tcBusiness.Size = new System.Drawing.Size(884, 476);
            // 
            // tpDetail
            // 
            this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
            this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
            this.tpDetail.Controls.Add(this.pcDetailEditor);
            this.tpDetail.Size = new System.Drawing.Size(878, 447);
            // 
            // gcNavigator
            // 
            this.gcNavigator.Size = new System.Drawing.Size(833, 26);
            // 
            // controlNavigatorSummary
            // 
            this.controlNavigatorSummary.Buttons.Append.Visible = false;
            this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
            this.controlNavigatorSummary.Buttons.Edit.Visible = false;
            this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
            this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
            this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
            this.controlNavigatorSummary.Buttons.Remove.Visible = false;
            this.controlNavigatorSummary.Location = new System.Drawing.Point(655, 2);
            // 
            // lblAboutInfo
            // 
            this.lblAboutInfo.Location = new System.Drawing.Point(458, 2);
            // 
            // gcSummary
            // 
            this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
            this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false;
            this.gcSummary.Location = new System.Drawing.Point(3, 63);
            this.gcSummary.MainView = this.gvSummary;
            this.gcSummary.Name = "gcSummary";
            this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.lueSystemID,
            this.lueProgramID});
            this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.gcSummary.Size = new System.Drawing.Size(872, 381);
            this.gcSummary.TabIndex = 10;
            this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvSummary});
            // 
            // gvSummary
            // 
            this.gvSummary.ColumnPanelRowHeight = 25;
            this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colSystemID,
            this.colSystemName,
            this.colProgramID,
            this.colProgramName,
            this.colStyleID,
            this.colApplyType,
            this.colGroupsOrUsers,
            this.colRemark});
            this.gvSummary.GridControl = this.gcSummary;
            this.gvSummary.Name = "gvSummary";
            this.gvSummary.OptionsView.ColumnAutoWidth = false;
            this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gvSummary.OptionsView.ShowFooter = true;
            this.gvSummary.OptionsView.ShowGroupPanel = false;
            this.gvSummary.RowHeight = 25;
            // 
            // colSystemID
            // 
            this.colSystemID.Caption = "系统编号";
            this.colSystemID.FieldName = "SystemID";
            this.colSystemID.Name = "colSystemID";
            this.colSystemID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "SystemID", "{0}")});
            this.colSystemID.Visible = true;
            this.colSystemID.VisibleIndex = 0;
            this.colSystemID.Width = 152;
            // 
            // colSystemName
            // 
            this.colSystemName.Caption = "系统名称";
            this.colSystemName.ColumnEdit = this.lueSystemID;
            this.colSystemName.FieldName = "SystemID";
            this.colSystemName.Name = "colSystemName";
            this.colSystemName.Visible = true;
            this.colSystemName.VisibleIndex = 1;
            this.colSystemName.Width = 136;
            // 
            // lueSystemID
            // 
            this.lueSystemID.AutoHeight = false;
            this.lueSystemID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lueSystemID.Name = "lueSystemID";
            this.lueSystemID.NullText = "";
            // 
            // colProgramID
            // 
            this.colProgramID.Caption = "程序编号";
            this.colProgramID.FieldName = "ProgramID";
            this.colProgramID.Name = "colProgramID";
            this.colProgramID.Visible = true;
            this.colProgramID.VisibleIndex = 2;
            this.colProgramID.Width = 120;
            // 
            // colProgramName
            // 
            this.colProgramName.Caption = "程序名称";
            this.colProgramName.ColumnEdit = this.lueProgramID;
            this.colProgramName.FieldName = "ProgramID";
            this.colProgramName.Name = "colProgramName";
            this.colProgramName.Visible = true;
            this.colProgramName.VisibleIndex = 3;
            this.colProgramName.Width = 135;
            // 
            // lueProgramID
            // 
            this.lueProgramID.AutoHeight = false;
            this.lueProgramID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lueProgramID.Name = "lueProgramID";
            this.lueProgramID.NullText = "";
            // 
            // colStyleID
            // 
            this.colStyleID.Caption = "方案编号";
            this.colStyleID.FieldName = "StyleID";
            this.colStyleID.Name = "colStyleID";
            this.colStyleID.Visible = true;
            this.colStyleID.VisibleIndex = 4;
            this.colStyleID.Width = 89;
            // 
            // colApplyType
            // 
            this.colApplyType.Caption = "应用人群";
            this.colApplyType.FieldName = "ApplyType";
            this.colApplyType.Name = "colApplyType";
            this.colApplyType.Visible = true;
            this.colApplyType.VisibleIndex = 5;
            this.colApplyType.Width = 80;
            // 
            // colGroupsOrUsers
            // 
            this.colGroupsOrUsers.Caption = "组或用户";
            this.colGroupsOrUsers.FieldName = "GroupsOrUsers";
            this.colGroupsOrUsers.Name = "colGroupsOrUsers";
            this.colGroupsOrUsers.Visible = true;
            this.colGroupsOrUsers.VisibleIndex = 6;
            this.colGroupsOrUsers.Width = 210;
            // 
            // colRemark
            // 
            this.colRemark.Caption = "备注";
            this.colRemark.FieldName = "Remark";
            this.colRemark.Name = "colRemark";
            this.colRemark.Visible = true;
            this.colRemark.VisibleIndex = 7;
            this.colRemark.Width = 185;
            // 
            // pcDetailEditor
            // 
            this.pcDetailEditor.Controls.Add(this.btnSelectUserAndGroup);
            this.pcDetailEditor.Controls.Add(this.btnDesign);
            this.pcDetailEditor.Controls.Add(this.groupControl1);
            this.pcDetailEditor.Controls.Add(this.txtGroupsOrUsers);
            this.pcDetailEditor.Controls.Add(this.txtStyleID);
            this.pcDetailEditor.Controls.Add(this.labelControl5);
            this.pcDetailEditor.Controls.Add(this.labelControl4);
            this.pcDetailEditor.Controls.Add(this.labelControl3);
            this.pcDetailEditor.Controls.Add(this.labelControl2);
            this.pcDetailEditor.Controls.Add(this.labelControl1);
            this.pcDetailEditor.Controls.Add(this.txtRemark);
            this.pcDetailEditor.Controls.Add(this.txtSystemID);
            this.pcDetailEditor.Controls.Add(this.txtProgramID);
            this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
            this.pcDetailEditor.Name = "pcDetailEditor";
            this.pcDetailEditor.Size = new System.Drawing.Size(516, 375);
            this.pcDetailEditor.TabIndex = 0;
            // 
            // btnSelectUserAndGroup
            // 
            this.btnSelectUserAndGroup.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnSelectUserAndGroup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectUserAndGroup.ImageOptions.Image")));
            this.btnSelectUserAndGroup.Location = new System.Drawing.Point(379, 221);
            this.btnSelectUserAndGroup.Name = "btnSelectUserAndGroup";
            this.btnSelectUserAndGroup.Size = new System.Drawing.Size(25, 23);
            this.btnSelectUserAndGroup.TabIndex = 29;
            this.btnSelectUserAndGroup.Click += new System.EventHandler(this.btnSelectUserAndGroup_Click);
            // 
            // btnDesign
            // 
            this.btnDesign.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnDesign.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnDesign.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDesign.ImageOptions.Image")));
            this.btnDesign.Location = new System.Drawing.Point(100, 298);
            this.btnDesign.Name = "btnDesign";
            this.btnDesign.Size = new System.Drawing.Size(128, 41);
            this.btnDesign.TabIndex = 28;
            this.btnDesign.Text = "开始设计";
            this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
            // 
            // groupControl1
            // 
            this.groupControl1.CaptionImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImageOptions.Image")));
            this.groupControl1.Controls.Add(this.txtApplyType);
            this.groupControl1.Location = new System.Drawing.Point(100, 103);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(236, 111);
            this.groupControl1.TabIndex = 27;
            this.groupControl1.Text = "该方案将应用到以下人群";
            // 
            // txtApplyType
            // 
            this.txtApplyType.Location = new System.Drawing.Point(15, 24);
            this.txtApplyType.Name = "txtApplyType";
            this.txtApplyType.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.txtApplyType.Properties.Appearance.Options.UseBackColor = true;
            this.txtApplyType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.txtApplyType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("AllUser", "所有用户"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Groups", "以下组"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Users", "以下用户")});
            this.txtApplyType.Size = new System.Drawing.Size(164, 78);
            this.txtApplyType.TabIndex = 0;
            this.txtApplyType.EditValueChanged += new System.EventHandler(this.txtApplyType_EditValueChanged);
            // 
            // txtGroupsOrUsers
            // 
            this.txtGroupsOrUsers.Location = new System.Drawing.Point(100, 222);
            this.txtGroupsOrUsers.Name = "txtGroupsOrUsers";
            this.txtGroupsOrUsers.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtGroupsOrUsers.Properties.Appearance.Options.UseFont = true;
            this.txtGroupsOrUsers.Properties.ReadOnly = true;
            this.txtGroupsOrUsers.Size = new System.Drawing.Size(276, 22);
            this.txtGroupsOrUsers.TabIndex = 25;
            // 
            // txtStyleID
            // 
            this.txtStyleID.EditValue = "001";
            this.txtStyleID.Location = new System.Drawing.Point(100, 73);
            this.txtStyleID.Name = "txtStyleID";
            this.txtStyleID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtStyleID.Properties.Appearance.Options.UseFont = true;
            this.txtStyleID.Size = new System.Drawing.Size(84, 22);
            this.txtStyleID.TabIndex = 24;
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(60, 254);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(36, 14);
            this.labelControl5.TabIndex = 21;
            this.labelControl5.Text = "备注:";
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(19, 224);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(77, 14);
            this.labelControl4.TabIndex = 20;
            this.labelControl4.Text = "组/用户列表:";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(36, 76);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(60, 14);
            this.labelControl3.TabIndex = 19;
            this.labelControl3.Text = "方案编号:";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(36, 47);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(60, 14);
            this.labelControl2.TabIndex = 18;
            this.labelControl2.Text = "程序编号:";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(36, 19);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(60, 14);
            this.labelControl1.TabIndex = 17;
            this.labelControl1.Text = "系统编号:";
            // 
            // txtRemark
            // 
            this.txtRemark.Location = new System.Drawing.Point(100, 252);
            this.txtRemark.Name = "txtRemark";
            this.txtRemark.Size = new System.Drawing.Size(276, 40);
            this.txtRemark.TabIndex = 26;
            // 
            // txtSystemID
            // 
            this.txtSystemID.EditValue = "ERP";
            this.txtSystemID.Location = new System.Drawing.Point(100, 17);
            this.txtSystemID.Name = "txtSystemID";
            this.txtSystemID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtSystemID.Properties.Appearance.Options.UseFont = true;
            this.txtSystemID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtSystemID.Properties.NullText = "";
            this.txtSystemID.Properties.ReadOnly = true;
            this.txtSystemID.Size = new System.Drawing.Size(236, 22);
            this.txtSystemID.TabIndex = 22;
            // 
            // txtProgramID
            // 
            this.txtProgramID.EditValue = "SO";
            this.txtProgramID.Location = new System.Drawing.Point(100, 45);
            this.txtProgramID.Name = "txtProgramID";
            this.txtProgramID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtProgramID.Properties.Appearance.Options.UseFont = true;
            this.txtProgramID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtProgramID.Properties.NullText = "";
            this.txtProgramID.Properties.ReadOnly = true;
            this.txtProgramID.Size = new System.Drawing.Size(236, 22);
            this.txtProgramID.TabIndex = 23;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.Size = new System.Drawing.Size(878, 447);
            this.tableLayoutPanel1.TabIndex = 11;
            // 
            // pnlSearch
            // 
            this.pnlSearch.Controls.Add(this.btnEmpty);
            this.pnlSearch.Controls.Add(this.btnQuery);
            this.pnlSearch.Controls.Add(this.lbl_SystemName);
            this.pnlSearch.Controls.Add(this.lbl_ProgramName);
            this.pnlSearch.Controls.Add(this.lbl_StyleID);
            this.pnlSearch.Controls.Add(this.txt_StyleID);
            this.pnlSearch.Controls.Add(this.txt_SystemName);
            this.pnlSearch.Controls.Add(this.txt_ProgramName);
            this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlSearch.Location = new System.Drawing.Point(3, 3);
            this.pnlSearch.Name = "pnlSearch";
            this.pnlSearch.Size = new System.Drawing.Size(872, 54);
            this.pnlSearch.TabIndex = 11;
            // 
            // btnEmpty
            // 
            this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image")));
            this.btnEmpty.Location = new System.Drawing.Point(764, 6);
            this.btnEmpty.Name = "btnEmpty";
            this.btnEmpty.Size = new System.Drawing.Size(88, 42);
            this.btnEmpty.TabIndex = 21;
            this.btnEmpty.Text = "清空(&E)";
            this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click);
            // 
            // btnQuery
            // 
            this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image")));
            this.btnQuery.Location = new System.Drawing.Point(673, 6);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(85, 42);
            this.btnQuery.TabIndex = 20;
            this.btnQuery.Text = "查询(&S)";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // lbl_SystemName
            // 
            this.lbl_SystemName.Location = new System.Drawing.Point(18, 19);
            this.lbl_SystemName.Name = "lbl_SystemName";
            this.lbl_SystemName.Size = new System.Drawing.Size(60, 14);
            this.lbl_SystemName.TabIndex = 0;
            this.lbl_SystemName.Text = "系统名称:";
            // 
            // lbl_ProgramName
            // 
            this.lbl_ProgramName.Location = new System.Drawing.Point(236, 19);
            this.lbl_ProgramName.Name = "lbl_ProgramName";
            this.lbl_ProgramName.Size = new System.Drawing.Size(60, 14);
            this.lbl_ProgramName.TabIndex = 0;
            this.lbl_ProgramName.Text = "程序名称:";
            // 
            // lbl_StyleID
            // 
            this.lbl_StyleID.Location = new System.Drawing.Point(466, 18);
            this.lbl_StyleID.Name = "lbl_StyleID";
            this.lbl_StyleID.Size = new System.Drawing.Size(60, 14);
            this.lbl_StyleID.TabIndex = 0;
            this.lbl_StyleID.Text = "方案编号:";
            // 
            // txt_StyleID
            // 
            this.txt_StyleID.Location = new System.Drawing.Point(529, 15);
            this.txt_StyleID.Name = "txt_StyleID";
            this.txt_StyleID.Size = new System.Drawing.Size(90, 20);
            this.txt_StyleID.TabIndex = 0;
            // 
            // txt_SystemName
            // 
            this.txt_SystemName.Location = new System.Drawing.Point(80, 16);
            this.txt_SystemName.Name = "txt_SystemName";
            this.txt_SystemName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_SystemName.Properties.NullText = "";
            this.txt_SystemName.Size = new System.Drawing.Size(150, 20);
            this.txt_SystemName.TabIndex = 0;
            // 
            // txt_ProgramName
            // 
            this.txt_ProgramName.Location = new System.Drawing.Point(299, 16);
            this.txt_ProgramName.Name = "txt_ProgramName";
            this.txt_ProgramName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_ProgramName.Properties.NullText = "";
            this.txt_ProgramName.Size = new System.Drawing.Size(161, 20);
            this.txt_ProgramName.TabIndex = 0;
            // 
            // frmAdvancedFormConfig
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.ClientSize = new System.Drawing.Size(888, 480);
            this.Name = "frmAdvancedFormConfig";
            this.Text = "界面配置";
            this.Load += new System.EventHandler(this.frmAdvancedFormConfig_Load);
            this.tpSummary.ResumeLayout(false);
            this.pnlSummary.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
            this.tcBusiness.ResumeLayout(false);
            this.tpDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
            this.gcNavigator.ResumeLayout(false);
            this.gcNavigator.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueSystemID)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lueProgramID)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
            this.pcDetailEditor.ResumeLayout(false);
            this.pcDetailEditor.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtGroupsOrUsers.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtStyleID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSystemID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProgramID.Properties)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit();
            this.pnlSearch.ResumeLayout(false);
            this.pnlSearch.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txt_StyleID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_SystemName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_ProgramName.Properties)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
        private DevExpress.XtraEditors.SimpleButton btnSelectUserAndGroup;
        private DevExpress.XtraEditors.SimpleButton btnDesign;
        private DevExpress.XtraEditors.GroupControl groupControl1;
        private DevExpress.XtraEditors.RadioGroup txtApplyType;
        private DevExpress.XtraEditors.TextEdit txtGroupsOrUsers;
        private DevExpress.XtraEditors.TextEdit txtStyleID;
        private DevExpress.XtraEditors.LabelControl labelControl5;
        private DevExpress.XtraEditors.LabelControl labelControl4;
        private DevExpress.XtraEditors.LabelControl labelControl3;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.MemoEdit txtRemark;
        private DevExpress.XtraEditors.LookUpEdit txtSystemID;
        private DevExpress.XtraEditors.LookUpEdit txtProgramID;
        private DevExpress.XtraEditors.LookUpEdit txt_SystemName;
        private DevExpress.XtraEditors.LookUpEdit txt_ProgramName;
        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueSystemID;
        private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit lueProgramID;
    }//public partial class
}//namespace