개정판 ef398487
issue #000: change icon
Change-Id: I152ba19d87a7b0b8cb72e6763ddf65b652984238
DTI_PID/POSCO_Report/TemplateForm.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateForm));
|
|
32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
34 |
this.treeListCase = new DevExpress.XtraTreeList.TreeList();
|
|
35 |
this.gridControlCustomAttrBefore = new DevExpress.XtraGrid.GridControl();
|
|
36 |
this.gridViewCustomAttrBefore = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
37 |
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
38 |
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
39 |
this.gridControlCustomAttrAfter = new DevExpress.XtraGrid.GridControl();
|
|
40 |
this.gridViewCustomAttrAfter = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
41 |
this.gridControlGroupItem = new DevExpress.XtraGrid.GridControl();
|
|
42 |
this.gridViewGroupItem = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
43 |
this.listBoxControlGroup = new DevExpress.XtraEditors.ListBoxControl();
|
|
44 |
this.buttonEditAddGroup = new DevExpress.XtraEditors.ButtonEdit();
|
|
45 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
46 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
47 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
48 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
49 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
50 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
51 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
52 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
53 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
54 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
55 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
56 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
57 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
58 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
59 |
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
60 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
61 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
|
|
62 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
63 |
this.layoutControl1.SuspendLayout();
|
|
64 |
((System.ComponentModel.ISupportInitialize)(this.treeListCase)).BeginInit();
|
|
65 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrBefore)).BeginInit();
|
|
66 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrBefore)).BeginInit();
|
|
67 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrAfter)).BeginInit();
|
|
68 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrAfter)).BeginInit();
|
|
69 |
((System.ComponentModel.ISupportInitialize)(this.gridControlGroupItem)).BeginInit();
|
|
70 |
((System.ComponentModel.ISupportInitialize)(this.gridViewGroupItem)).BeginInit();
|
|
71 |
((System.ComponentModel.ISupportInitialize)(this.listBoxControlGroup)).BeginInit();
|
|
72 |
((System.ComponentModel.ISupportInitialize)(this.buttonEditAddGroup.Properties)).BeginInit();
|
|
73 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
75 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
76 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
77 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
78 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
79 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
80 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
81 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
82 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|
83 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
84 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
85 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|
86 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
87 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|
88 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
89 |
this.SuspendLayout();
|
|
90 |
//
|
|
91 |
// ribbonControl
|
|
92 |
//
|
|
93 |
this.ribbonControl.ExpandCollapseItem.Id = 0;
|
|
94 |
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TemplateForm));
|
|
32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
34 |
this.treeListCase = new DevExpress.XtraTreeList.TreeList();
|
|
35 |
this.gridControlCustomAttrBefore = new DevExpress.XtraGrid.GridControl();
|
|
36 |
this.gridViewCustomAttrBefore = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
37 |
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
38 |
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
39 |
this.gridControlCustomAttrAfter = new DevExpress.XtraGrid.GridControl();
|
|
40 |
this.gridViewCustomAttrAfter = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
41 |
this.gridControlGroupItem = new DevExpress.XtraGrid.GridControl();
|
|
42 |
this.gridViewGroupItem = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
43 |
this.listBoxControlGroup = new DevExpress.XtraEditors.ListBoxControl();
|
|
44 |
this.buttonEditAddGroup = new DevExpress.XtraEditors.ButtonEdit();
|
|
45 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
46 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
47 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
48 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
49 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
50 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
51 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
52 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
53 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
54 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
55 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
56 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
57 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
58 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
59 |
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
60 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
61 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
|
|
62 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
63 |
this.layoutControl1.SuspendLayout();
|
|
64 |
((System.ComponentModel.ISupportInitialize)(this.treeListCase)).BeginInit();
|
|
65 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrBefore)).BeginInit();
|
|
66 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrBefore)).BeginInit();
|
|
67 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrAfter)).BeginInit();
|
|
68 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrAfter)).BeginInit();
|
|
69 |
((System.ComponentModel.ISupportInitialize)(this.gridControlGroupItem)).BeginInit();
|
|
70 |
((System.ComponentModel.ISupportInitialize)(this.gridViewGroupItem)).BeginInit();
|
|
71 |
((System.ComponentModel.ISupportInitialize)(this.listBoxControlGroup)).BeginInit();
|
|
72 |
((System.ComponentModel.ISupportInitialize)(this.buttonEditAddGroup.Properties)).BeginInit();
|
|
73 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
75 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
76 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
77 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
78 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
79 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
80 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
81 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
82 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|
83 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
84 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
85 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|
86 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
87 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|
88 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
89 |
this.SuspendLayout();
|
|
90 |
//
|
|
91 |
// ribbonControl
|
|
92 |
//
|
|
93 |
this.ribbonControl.ExpandCollapseItem.Id = 0;
|
|
94 |
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
95 | 95 |
this.ribbonControl.ExpandCollapseItem}); |
96 |
this.ribbonControl.Location = new System.Drawing.Point(0, 0);
|
|
97 |
this.ribbonControl.MaxItemId = 1;
|
|
98 |
this.ribbonControl.Name = "ribbonControl";
|
|
99 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
|
100 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
|
101 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
|
|
102 |
this.ribbonControl.ShowToolbarCustomizeItem = false;
|
|
103 |
this.ribbonControl.Size = new System.Drawing.Size(1339, 32);
|
|
104 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false;
|
|
105 |
//
|
|
106 |
// layoutControl1
|
|
107 |
//
|
|
108 |
this.layoutControl1.Controls.Add(this.treeListCase);
|
|
109 |
this.layoutControl1.Controls.Add(this.gridControlCustomAttrBefore);
|
|
110 |
this.layoutControl1.Controls.Add(this.btnClose);
|
|
111 |
this.layoutControl1.Controls.Add(this.btnSave);
|
|
112 |
this.layoutControl1.Controls.Add(this.gridControlCustomAttrAfter);
|
|
113 |
this.layoutControl1.Controls.Add(this.gridControlGroupItem);
|
|
114 |
this.layoutControl1.Controls.Add(this.listBoxControlGroup);
|
|
115 |
this.layoutControl1.Controls.Add(this.buttonEditAddGroup);
|
|
116 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
117 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32);
|
|
118 |
this.layoutControl1.Name = "layoutControl1";
|
|
119 |
this.layoutControl1.Root = this.Root;
|
|
120 |
this.layoutControl1.Size = new System.Drawing.Size(1339, 890);
|
|
121 |
this.layoutControl1.TabIndex = 1;
|
|
122 |
this.layoutControl1.Text = "layoutControl1";
|
|
123 |
//
|
|
124 |
// treeListCase
|
|
125 |
//
|
|
126 |
this.treeListCase.Location = new System.Drawing.Point(684, 43);
|
|
127 |
this.treeListCase.Name = "treeListCase";
|
|
128 |
this.treeListCase.Size = new System.Drawing.Size(301, 783);
|
|
129 |
this.treeListCase.TabIndex = 12;
|
|
130 |
//
|
|
131 |
// gridControlCustomAttrBefore
|
|
132 |
//
|
|
133 |
this.gridControlCustomAttrBefore.Location = new System.Drawing.Point(354, 43);
|
|
134 |
this.gridControlCustomAttrBefore.MainView = this.gridViewCustomAttrBefore;
|
|
135 |
this.gridControlCustomAttrBefore.MenuManager = this.ribbonControl;
|
|
136 |
this.gridControlCustomAttrBefore.Name = "gridControlCustomAttrBefore";
|
|
137 |
this.gridControlCustomAttrBefore.Size = new System.Drawing.Size(302, 783);
|
|
138 |
this.gridControlCustomAttrBefore.TabIndex = 11;
|
|
139 |
this.gridControlCustomAttrBefore.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
96 |
this.ribbonControl.Location = new System.Drawing.Point(0, 0);
|
|
97 |
this.ribbonControl.MaxItemId = 1;
|
|
98 |
this.ribbonControl.Name = "ribbonControl";
|
|
99 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
|
100 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
|
101 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
|
|
102 |
this.ribbonControl.ShowToolbarCustomizeItem = false;
|
|
103 |
this.ribbonControl.Size = new System.Drawing.Size(1339, 32);
|
|
104 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false;
|
|
105 |
//
|
|
106 |
// layoutControl1
|
|
107 |
//
|
|
108 |
this.layoutControl1.Controls.Add(this.treeListCase);
|
|
109 |
this.layoutControl1.Controls.Add(this.gridControlCustomAttrBefore);
|
|
110 |
this.layoutControl1.Controls.Add(this.btnClose);
|
|
111 |
this.layoutControl1.Controls.Add(this.btnSave);
|
|
112 |
this.layoutControl1.Controls.Add(this.gridControlCustomAttrAfter);
|
|
113 |
this.layoutControl1.Controls.Add(this.gridControlGroupItem);
|
|
114 |
this.layoutControl1.Controls.Add(this.listBoxControlGroup);
|
|
115 |
this.layoutControl1.Controls.Add(this.buttonEditAddGroup);
|
|
116 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
117 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32);
|
|
118 |
this.layoutControl1.Name = "layoutControl1";
|
|
119 |
this.layoutControl1.Root = this.Root;
|
|
120 |
this.layoutControl1.Size = new System.Drawing.Size(1339, 890);
|
|
121 |
this.layoutControl1.TabIndex = 1;
|
|
122 |
this.layoutControl1.Text = "layoutControl1";
|
|
123 |
//
|
|
124 |
// treeListCase
|
|
125 |
//
|
|
126 |
this.treeListCase.Location = new System.Drawing.Point(684, 43);
|
|
127 |
this.treeListCase.Name = "treeListCase";
|
|
128 |
this.treeListCase.Size = new System.Drawing.Size(301, 783);
|
|
129 |
this.treeListCase.TabIndex = 12;
|
|
130 |
//
|
|
131 |
// gridControlCustomAttrBefore
|
|
132 |
//
|
|
133 |
this.gridControlCustomAttrBefore.Location = new System.Drawing.Point(354, 43);
|
|
134 |
this.gridControlCustomAttrBefore.MainView = this.gridViewCustomAttrBefore;
|
|
135 |
this.gridControlCustomAttrBefore.MenuManager = this.ribbonControl;
|
|
136 |
this.gridControlCustomAttrBefore.Name = "gridControlCustomAttrBefore";
|
|
137 |
this.gridControlCustomAttrBefore.Size = new System.Drawing.Size(302, 783);
|
|
138 |
this.gridControlCustomAttrBefore.TabIndex = 11;
|
|
139 |
this.gridControlCustomAttrBefore.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
140 | 140 |
this.gridViewCustomAttrBefore}); |
141 |
//
|
|
142 |
// gridViewCustomAttrBefore
|
|
143 |
//
|
|
144 |
this.gridViewCustomAttrBefore.GridControl = this.gridControlCustomAttrBefore;
|
|
145 |
this.gridViewCustomAttrBefore.Name = "gridViewCustomAttrBefore";
|
|
146 |
this.gridViewCustomAttrBefore.OptionsView.ShowGroupPanel = false;
|
|
147 |
//
|
|
148 |
// btnClose
|
|
149 |
//
|
|
150 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
|
|
151 |
this.btnClose.Location = new System.Drawing.Point(1257, 842);
|
|
152 |
this.btnClose.Name = "btnClose";
|
|
153 |
this.btnClose.Size = new System.Drawing.Size(70, 36);
|
|
154 |
this.btnClose.StyleController = this.layoutControl1;
|
|
155 |
this.btnClose.TabIndex = 10;
|
|
156 |
this.btnClose.Text = "Close";
|
|
157 |
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
158 |
//
|
|
159 |
// btnSave
|
|
160 |
//
|
|
161 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
|
|
162 |
this.btnSave.Location = new System.Drawing.Point(1160, 842);
|
|
163 |
this.btnSave.Name = "btnSave";
|
|
164 |
this.btnSave.Size = new System.Drawing.Size(68, 36);
|
|
165 |
this.btnSave.StyleController = this.layoutControl1;
|
|
166 |
this.btnSave.TabIndex = 9;
|
|
167 |
this.btnSave.Text = "Save";
|
|
168 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
169 |
//
|
|
170 |
// gridControlCustomAttrAfter
|
|
171 |
//
|
|
172 |
this.gridControlCustomAttrAfter.Location = new System.Drawing.Point(1013, 43);
|
|
173 |
this.gridControlCustomAttrAfter.MainView = this.gridViewCustomAttrAfter;
|
|
174 |
this.gridControlCustomAttrAfter.MenuManager = this.ribbonControl;
|
|
175 |
this.gridControlCustomAttrAfter.Name = "gridControlCustomAttrAfter";
|
|
176 |
this.gridControlCustomAttrAfter.Size = new System.Drawing.Size(302, 783);
|
|
177 |
this.gridControlCustomAttrAfter.TabIndex = 7;
|
|
178 |
this.gridControlCustomAttrAfter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
141 |
//
|
|
142 |
// gridViewCustomAttrBefore
|
|
143 |
//
|
|
144 |
this.gridViewCustomAttrBefore.GridControl = this.gridControlCustomAttrBefore;
|
|
145 |
this.gridViewCustomAttrBefore.Name = "gridViewCustomAttrBefore";
|
|
146 |
this.gridViewCustomAttrBefore.OptionsView.ShowGroupPanel = false;
|
|
147 |
//
|
|
148 |
// btnClose
|
|
149 |
//
|
|
150 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
|
|
151 |
this.btnClose.Location = new System.Drawing.Point(1257, 842);
|
|
152 |
this.btnClose.Name = "btnClose";
|
|
153 |
this.btnClose.Size = new System.Drawing.Size(70, 36);
|
|
154 |
this.btnClose.StyleController = this.layoutControl1;
|
|
155 |
this.btnClose.TabIndex = 10;
|
|
156 |
this.btnClose.Text = "Close";
|
|
157 |
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
158 |
//
|
|
159 |
// btnSave
|
|
160 |
//
|
|
161 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
|
|
162 |
this.btnSave.Location = new System.Drawing.Point(1160, 842);
|
|
163 |
this.btnSave.Name = "btnSave";
|
|
164 |
this.btnSave.Size = new System.Drawing.Size(68, 36);
|
|
165 |
this.btnSave.StyleController = this.layoutControl1;
|
|
166 |
this.btnSave.TabIndex = 9;
|
|
167 |
this.btnSave.Text = "Save";
|
|
168 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
169 |
//
|
|
170 |
// gridControlCustomAttrAfter
|
|
171 |
//
|
|
172 |
this.gridControlCustomAttrAfter.Location = new System.Drawing.Point(1013, 43);
|
|
173 |
this.gridControlCustomAttrAfter.MainView = this.gridViewCustomAttrAfter;
|
|
174 |
this.gridControlCustomAttrAfter.MenuManager = this.ribbonControl;
|
|
175 |
this.gridControlCustomAttrAfter.Name = "gridControlCustomAttrAfter";
|
|
176 |
this.gridControlCustomAttrAfter.Size = new System.Drawing.Size(302, 783);
|
|
177 |
this.gridControlCustomAttrAfter.TabIndex = 7;
|
|
178 |
this.gridControlCustomAttrAfter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
179 | 179 |
this.gridViewCustomAttrAfter}); |
180 |
//
|
|
181 |
// gridViewCustomAttrAfter
|
|
182 |
//
|
|
183 |
this.gridViewCustomAttrAfter.GridControl = this.gridControlCustomAttrAfter;
|
|
184 |
this.gridViewCustomAttrAfter.Name = "gridViewCustomAttrAfter";
|
|
185 |
this.gridViewCustomAttrAfter.OptionsView.ShowGroupPanel = false;
|
|
186 |
//
|
|
187 |
// gridControlGroupItem
|
|
188 |
//
|
|
189 |
this.gridControlGroupItem.Location = new System.Drawing.Point(24, 459);
|
|
190 |
this.gridControlGroupItem.MainView = this.gridViewGroupItem;
|
|
191 |
this.gridControlGroupItem.MenuManager = this.ribbonControl;
|
|
192 |
this.gridControlGroupItem.Name = "gridControlGroupItem";
|
|
193 |
this.gridControlGroupItem.Size = new System.Drawing.Size(302, 367);
|
|
194 |
this.gridControlGroupItem.TabIndex = 6;
|
|
195 |
this.gridControlGroupItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
180 |
//
|
|
181 |
// gridViewCustomAttrAfter
|
|
182 |
//
|
|
183 |
this.gridViewCustomAttrAfter.GridControl = this.gridControlCustomAttrAfter;
|
|
184 |
this.gridViewCustomAttrAfter.Name = "gridViewCustomAttrAfter";
|
|
185 |
this.gridViewCustomAttrAfter.OptionsView.ShowGroupPanel = false;
|
|
186 |
//
|
|
187 |
// gridControlGroupItem
|
|
188 |
//
|
|
189 |
this.gridControlGroupItem.Location = new System.Drawing.Point(24, 459);
|
|
190 |
this.gridControlGroupItem.MainView = this.gridViewGroupItem;
|
|
191 |
this.gridControlGroupItem.MenuManager = this.ribbonControl;
|
|
192 |
this.gridControlGroupItem.Name = "gridControlGroupItem";
|
|
193 |
this.gridControlGroupItem.Size = new System.Drawing.Size(302, 367);
|
|
194 |
this.gridControlGroupItem.TabIndex = 6;
|
|
195 |
this.gridControlGroupItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
196 | 196 |
this.gridViewGroupItem}); |
197 |
//
|
|
198 |
// gridViewGroupItem
|
|
199 |
//
|
|
200 |
this.gridViewGroupItem.GridControl = this.gridControlGroupItem;
|
|
201 |
this.gridViewGroupItem.Name = "gridViewGroupItem";
|
|
202 |
this.gridViewGroupItem.OptionsView.ShowGroupPanel = false;
|
|
203 |
//
|
|
204 |
// listBoxControlGroup
|
|
205 |
//
|
|
206 |
this.listBoxControlGroup.Location = new System.Drawing.Point(24, 67);
|
|
207 |
this.listBoxControlGroup.Name = "listBoxControlGroup";
|
|
208 |
this.listBoxControlGroup.Size = new System.Drawing.Size(302, 376);
|
|
209 |
this.listBoxControlGroup.StyleController = this.layoutControl1;
|
|
210 |
this.listBoxControlGroup.TabIndex = 5;
|
|
211 |
this.listBoxControlGroup.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxControlGroup_KeyDown);
|
|
212 |
//
|
|
213 |
// buttonEditAddGroup
|
|
214 |
//
|
|
215 |
this.buttonEditAddGroup.Location = new System.Drawing.Point(114, 43);
|
|
216 |
this.buttonEditAddGroup.MenuManager = this.ribbonControl;
|
|
217 |
this.buttonEditAddGroup.Name = "buttonEditAddGroup";
|
|
218 |
this.buttonEditAddGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
197 |
//
|
|
198 |
// gridViewGroupItem
|
|
199 |
//
|
|
200 |
this.gridViewGroupItem.GridControl = this.gridControlGroupItem;
|
|
201 |
this.gridViewGroupItem.Name = "gridViewGroupItem";
|
|
202 |
this.gridViewGroupItem.OptionsView.ShowGroupPanel = false;
|
|
203 |
//
|
|
204 |
// listBoxControlGroup
|
|
205 |
//
|
|
206 |
this.listBoxControlGroup.Location = new System.Drawing.Point(24, 67);
|
|
207 |
this.listBoxControlGroup.Name = "listBoxControlGroup";
|
|
208 |
this.listBoxControlGroup.Size = new System.Drawing.Size(302, 376);
|
|
209 |
this.listBoxControlGroup.StyleController = this.layoutControl1;
|
|
210 |
this.listBoxControlGroup.TabIndex = 5;
|
|
211 |
this.listBoxControlGroup.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listBoxControlGroup_KeyDown);
|
|
212 |
//
|
|
213 |
// buttonEditAddGroup
|
|
214 |
//
|
|
215 |
this.buttonEditAddGroup.Location = new System.Drawing.Point(114, 43);
|
|
216 |
this.buttonEditAddGroup.MenuManager = this.ribbonControl;
|
|
217 |
this.buttonEditAddGroup.Name = "buttonEditAddGroup";
|
|
218 |
this.buttonEditAddGroup.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
219 | 219 |
new DevExpress.XtraEditors.Controls.EditorButton()}); |
220 |
this.buttonEditAddGroup.Size = new System.Drawing.Size(212, 20);
|
|
221 |
this.buttonEditAddGroup.StyleController = this.layoutControl1;
|
|
222 |
this.buttonEditAddGroup.TabIndex = 4;
|
|
223 |
this.buttonEditAddGroup.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditAddGroup_ButtonClick);
|
|
224 |
//
|
|
225 |
// Root
|
|
226 |
//
|
|
227 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
228 |
this.Root.GroupBordersVisible = false;
|
|
229 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
220 |
this.buttonEditAddGroup.Size = new System.Drawing.Size(212, 20);
|
|
221 |
this.buttonEditAddGroup.StyleController = this.layoutControl1;
|
|
222 |
this.buttonEditAddGroup.TabIndex = 4;
|
|
223 |
this.buttonEditAddGroup.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditAddGroup_ButtonClick);
|
|
224 |
//
|
|
225 |
// Root
|
|
226 |
//
|
|
227 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
228 |
this.Root.GroupBordersVisible = false;
|
|
229 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
230 | 230 |
this.layoutControlItem6, |
231 | 231 |
this.layoutControlItem7, |
232 | 232 |
this.emptySpaceItem1, |
... | ... | |
235 | 235 |
this.layoutControlGroup2, |
236 | 236 |
this.layoutControlGroup3, |
237 | 237 |
this.layoutControlGroup4}); |
238 |
this.Root.Name = "Root";
|
|
239 |
this.Root.Size = new System.Drawing.Size(1339, 890);
|
|
240 |
this.Root.TextVisible = false;
|
|
241 |
//
|
|
242 |
// layoutControlItem6
|
|
243 |
//
|
|
244 |
this.layoutControlItem6.Control = this.btnSave;
|
|
245 |
this.layoutControlItem6.Location = new System.Drawing.Point(1148, 830);
|
|
246 |
this.layoutControlItem6.MaxSize = new System.Drawing.Size(72, 40);
|
|
247 |
this.layoutControlItem6.MinSize = new System.Drawing.Size(72, 40);
|
|
248 |
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
249 |
this.layoutControlItem6.Size = new System.Drawing.Size(72, 40);
|
|
250 |
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
251 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
252 |
this.layoutControlItem6.TextVisible = false;
|
|
253 |
//
|
|
254 |
// layoutControlItem7
|
|
255 |
//
|
|
256 |
this.layoutControlItem7.Control = this.btnClose;
|
|
257 |
this.layoutControlItem7.Location = new System.Drawing.Point(1245, 830);
|
|
258 |
this.layoutControlItem7.MaxSize = new System.Drawing.Size(74, 40);
|
|
259 |
this.layoutControlItem7.MinSize = new System.Drawing.Size(74, 40);
|
|
260 |
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
261 |
this.layoutControlItem7.Size = new System.Drawing.Size(74, 40);
|
|
262 |
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
263 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
264 |
this.layoutControlItem7.TextVisible = false;
|
|
265 |
//
|
|
266 |
// emptySpaceItem1
|
|
267 |
//
|
|
268 |
this.emptySpaceItem1.AllowHotTrack = false;
|
|
269 |
this.emptySpaceItem1.Location = new System.Drawing.Point(1220, 830);
|
|
270 |
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(25, 40);
|
|
271 |
this.emptySpaceItem1.MinSize = new System.Drawing.Size(25, 40);
|
|
272 |
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
273 |
this.emptySpaceItem1.Size = new System.Drawing.Size(25, 40);
|
|
274 |
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
275 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
276 |
//
|
|
277 |
// emptySpaceItem2
|
|
278 |
//
|
|
279 |
this.emptySpaceItem2.AllowHotTrack = false;
|
|
280 |
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 830);
|
|
281 |
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
282 |
this.emptySpaceItem2.Size = new System.Drawing.Size(1148, 40);
|
|
283 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
284 |
//
|
|
285 |
// layoutControlGroup1
|
|
286 |
//
|
|
287 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
238 |
this.Root.Name = "Root";
|
|
239 |
this.Root.Size = new System.Drawing.Size(1339, 890);
|
|
240 |
this.Root.TextVisible = false;
|
|
241 |
//
|
|
242 |
// layoutControlItem6
|
|
243 |
//
|
|
244 |
this.layoutControlItem6.Control = this.btnSave;
|
|
245 |
this.layoutControlItem6.Location = new System.Drawing.Point(1148, 830);
|
|
246 |
this.layoutControlItem6.MaxSize = new System.Drawing.Size(72, 40);
|
|
247 |
this.layoutControlItem6.MinSize = new System.Drawing.Size(72, 40);
|
|
248 |
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
249 |
this.layoutControlItem6.Size = new System.Drawing.Size(72, 40);
|
|
250 |
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
251 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
252 |
this.layoutControlItem6.TextVisible = false;
|
|
253 |
//
|
|
254 |
// layoutControlItem7
|
|
255 |
//
|
|
256 |
this.layoutControlItem7.Control = this.btnClose;
|
|
257 |
this.layoutControlItem7.Location = new System.Drawing.Point(1245, 830);
|
|
258 |
this.layoutControlItem7.MaxSize = new System.Drawing.Size(74, 40);
|
|
259 |
this.layoutControlItem7.MinSize = new System.Drawing.Size(74, 40);
|
|
260 |
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
261 |
this.layoutControlItem7.Size = new System.Drawing.Size(74, 40);
|
|
262 |
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
263 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
264 |
this.layoutControlItem7.TextVisible = false;
|
|
265 |
//
|
|
266 |
// emptySpaceItem1
|
|
267 |
//
|
|
268 |
this.emptySpaceItem1.AllowHotTrack = false;
|
|
269 |
this.emptySpaceItem1.Location = new System.Drawing.Point(1220, 830);
|
|
270 |
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(25, 40);
|
|
271 |
this.emptySpaceItem1.MinSize = new System.Drawing.Size(25, 40);
|
|
272 |
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
273 |
this.emptySpaceItem1.Size = new System.Drawing.Size(25, 40);
|
|
274 |
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
275 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
276 |
//
|
|
277 |
// emptySpaceItem2
|
|
278 |
//
|
|
279 |
this.emptySpaceItem2.AllowHotTrack = false;
|
|
280 |
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 830);
|
|
281 |
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
282 |
this.emptySpaceItem2.Size = new System.Drawing.Size(1148, 40);
|
|
283 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
284 |
//
|
|
285 |
// layoutControlGroup1
|
|
286 |
//
|
|
287 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
288 | 288 |
this.layoutControlItem1, |
289 | 289 |
this.layoutControlItem2, |
290 | 290 |
this.layoutControlItem3, |
291 | 291 |
this.splitterItem1}); |
292 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
293 |
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
294 |
this.layoutControlGroup1.Size = new System.Drawing.Size(330, 830);
|
|
295 |
this.layoutControlGroup1.Text = "Template && Item Setting";
|
|
296 |
//
|
|
297 |
// layoutControlItem1
|
|
298 |
//
|
|
299 |
this.layoutControlItem1.Control = this.buttonEditAddGroup;
|
|
300 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
301 |
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
302 |
this.layoutControlItem1.Size = new System.Drawing.Size(306, 24);
|
|
303 |
this.layoutControlItem1.Text = "Template Name";
|
|
304 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(87, 14);
|
|
305 |
//
|
|
306 |
// layoutControlItem2
|
|
307 |
//
|
|
308 |
this.layoutControlItem2.Control = this.listBoxControlGroup;
|
|
309 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
310 |
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
311 |
this.layoutControlItem2.Size = new System.Drawing.Size(306, 380);
|
|
312 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
313 |
this.layoutControlItem2.TextVisible = false;
|
|
314 |
//
|
|
315 |
// layoutControlItem3
|
|
316 |
//
|
|
317 |
this.layoutControlItem3.Control = this.gridControlGroupItem;
|
|
318 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 416);
|
|
319 |
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
320 |
this.layoutControlItem3.Size = new System.Drawing.Size(306, 371);
|
|
321 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
322 |
this.layoutControlItem3.TextVisible = false;
|
|
323 |
//
|
|
324 |
// splitterItem1
|
|
325 |
//
|
|
326 |
this.splitterItem1.AllowHotTrack = true;
|
|
327 |
this.splitterItem1.Location = new System.Drawing.Point(0, 404);
|
|
328 |
this.splitterItem1.Name = "splitterItem1";
|
|
329 |
this.splitterItem1.Size = new System.Drawing.Size(306, 12);
|
|
330 |
//
|
|
331 |
// layoutControlGroup2
|
|
332 |
//
|
|
333 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
292 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
293 |
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
294 |
this.layoutControlGroup1.Size = new System.Drawing.Size(330, 830);
|
|
295 |
this.layoutControlGroup1.Text = "Template && Item Setting";
|
|
296 |
//
|
|
297 |
// layoutControlItem1
|
|
298 |
//
|
|
299 |
this.layoutControlItem1.Control = this.buttonEditAddGroup;
|
|
300 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
301 |
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
302 |
this.layoutControlItem1.Size = new System.Drawing.Size(306, 24);
|
|
303 |
this.layoutControlItem1.Text = "Template Name";
|
|
304 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(87, 14);
|
|
305 |
//
|
|
306 |
// layoutControlItem2
|
|
307 |
//
|
|
308 |
this.layoutControlItem2.Control = this.listBoxControlGroup;
|
|
309 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
|
|
310 |
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
311 |
this.layoutControlItem2.Size = new System.Drawing.Size(306, 380);
|
|
312 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
313 |
this.layoutControlItem2.TextVisible = false;
|
|
314 |
//
|
|
315 |
// layoutControlItem3
|
|
316 |
//
|
|
317 |
this.layoutControlItem3.Control = this.gridControlGroupItem;
|
|
318 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 416);
|
|
319 |
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
320 |
this.layoutControlItem3.Size = new System.Drawing.Size(306, 371);
|
|
321 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
322 |
this.layoutControlItem3.TextVisible = false;
|
|
323 |
//
|
|
324 |
// splitterItem1
|
|
325 |
//
|
|
326 |
this.splitterItem1.AllowHotTrack = true;
|
|
327 |
this.splitterItem1.Location = new System.Drawing.Point(0, 404);
|
|
328 |
this.splitterItem1.Name = "splitterItem1";
|
|
329 |
this.splitterItem1.Size = new System.Drawing.Size(306, 12);
|
|
330 |
//
|
|
331 |
// layoutControlGroup2
|
|
332 |
//
|
|
333 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
334 | 334 |
this.layoutControlItem5}); |
335 |
this.layoutControlGroup2.Location = new System.Drawing.Point(330, 0);
|
|
336 |
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
337 |
this.layoutControlGroup2.Size = new System.Drawing.Size(330, 830);
|
|
338 |
this.layoutControlGroup2.Text = "First Attribute Setting";
|
|
339 |
//
|
|
340 |
// layoutControlItem5
|
|
341 |
//
|
|
342 |
this.layoutControlItem5.Control = this.gridControlCustomAttrBefore;
|
|
343 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
|
344 |
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
345 |
this.layoutControlItem5.Size = new System.Drawing.Size(306, 787);
|
|
346 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
347 |
this.layoutControlItem5.TextVisible = false;
|
|
348 |
//
|
|
349 |
// layoutControlGroup3
|
|
350 |
//
|
|
351 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
335 |
this.layoutControlGroup2.Location = new System.Drawing.Point(330, 0);
|
|
336 |
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
337 |
this.layoutControlGroup2.Size = new System.Drawing.Size(330, 830);
|
|
338 |
this.layoutControlGroup2.Text = "First Attribute Setting";
|
|
339 |
//
|
|
340 |
// layoutControlItem5
|
|
341 |
//
|
|
342 |
this.layoutControlItem5.Control = this.gridControlCustomAttrBefore;
|
|
343 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
|
344 |
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
345 |
this.layoutControlItem5.Size = new System.Drawing.Size(306, 787);
|
|
346 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
347 |
this.layoutControlItem5.TextVisible = false;
|
|
348 |
//
|
|
349 |
// layoutControlGroup3
|
|
350 |
//
|
|
351 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
352 | 352 |
this.layoutControlItem4}); |
353 |
this.layoutControlGroup3.Location = new System.Drawing.Point(989, 0);
|
|
354 |
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|
355 |
this.layoutControlGroup3.Size = new System.Drawing.Size(330, 830);
|
|
356 |
this.layoutControlGroup3.Text = "Last Attribute Setting";
|
|
357 |
//
|
|
358 |
// layoutControlItem4
|
|
359 |
//
|
|
360 |
this.layoutControlItem4.Control = this.gridControlCustomAttrAfter;
|
|
361 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
|
362 |
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
363 |
this.layoutControlItem4.Size = new System.Drawing.Size(306, 787);
|
|
364 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
365 |
this.layoutControlItem4.TextVisible = false;
|
|
366 |
//
|
|
367 |
// layoutControlGroup4
|
|
368 |
//
|
|
369 |
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
353 |
this.layoutControlGroup3.Location = new System.Drawing.Point(989, 0);
|
|
354 |
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|
355 |
this.layoutControlGroup3.Size = new System.Drawing.Size(330, 830);
|
|
356 |
this.layoutControlGroup3.Text = "Last Attribute Setting";
|
|
357 |
//
|
|
358 |
// layoutControlItem4
|
|
359 |
//
|
|
360 |
this.layoutControlItem4.Control = this.gridControlCustomAttrAfter;
|
|
361 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
|
362 |
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
363 |
this.layoutControlItem4.Size = new System.Drawing.Size(306, 787);
|
|
364 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
365 |
this.layoutControlItem4.TextVisible = false;
|
|
366 |
//
|
|
367 |
// layoutControlGroup4
|
|
368 |
//
|
|
369 |
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
370 | 370 |
this.layoutControlItem8}); |
371 |
this.layoutControlGroup4.Location = new System.Drawing.Point(660, 0);
|
|
372 |
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
|
373 |
this.layoutControlGroup4.Size = new System.Drawing.Size(329, 830);
|
|
374 |
this.layoutControlGroup4.Text = "Case Setting";
|
|
375 |
//
|
|
376 |
// layoutControlItem8
|
|
377 |
//
|
|
378 |
this.layoutControlItem8.Control = this.treeListCase;
|
|
379 |
this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
|
|
380 |
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
381 |
this.layoutControlItem8.Size = new System.Drawing.Size(305, 787);
|
|
382 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
383 |
this.layoutControlItem8.TextVisible = false;
|
|
384 |
//
|
|
385 |
// TemplateForm
|
|
386 |
//
|
|
387 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
388 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
389 |
this.ClientSize = new System.Drawing.Size(1339, 922);
|
|
390 |
this.Controls.Add(this.layoutControl1);
|
|
391 |
this.Controls.Add(this.ribbonControl);
|
|
392 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
393 |
this.Name = "TemplateForm";
|
|
394 |
this.Ribbon = this.ribbonControl;
|
|
395 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
396 |
this.Text = "Template Setting";
|
|
397 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
|
|
398 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
399 |
this.layoutControl1.ResumeLayout(false);
|
|
400 |
((System.ComponentModel.ISupportInitialize)(this.treeListCase)).EndInit();
|
|
401 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrBefore)).EndInit();
|
|
402 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrBefore)).EndInit();
|
|
403 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrAfter)).EndInit();
|
|
404 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrAfter)).EndInit();
|
|
405 |
((System.ComponentModel.ISupportInitialize)(this.gridControlGroupItem)).EndInit();
|
|
406 |
((System.ComponentModel.ISupportInitialize)(this.gridViewGroupItem)).EndInit();
|
|
407 |
((System.ComponentModel.ISupportInitialize)(this.listBoxControlGroup)).EndInit();
|
|
408 |
((System.ComponentModel.ISupportInitialize)(this.buttonEditAddGroup.Properties)).EndInit();
|
|
409 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
410 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
411 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
412 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
413 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
414 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
415 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
416 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
417 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
418 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|
419 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
420 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
421 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|
422 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
423 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|
424 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
425 |
this.ResumeLayout(false);
|
|
426 |
this.PerformLayout();
|
|
371 |
this.layoutControlGroup4.Location = new System.Drawing.Point(660, 0);
|
|
372 |
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
|
373 |
this.layoutControlGroup4.Size = new System.Drawing.Size(329, 830);
|
|
374 |
this.layoutControlGroup4.Text = "Case Setting";
|
|
375 |
//
|
|
376 |
// layoutControlItem8
|
|
377 |
//
|
|
378 |
this.layoutControlItem8.Control = this.treeListCase;
|
|
379 |
this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
|
|
380 |
this.layoutControlItem8.Name = "layoutControlItem8";
|
|
381 |
this.layoutControlItem8.Size = new System.Drawing.Size(305, 787);
|
|
382 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
383 |
this.layoutControlItem8.TextVisible = false;
|
|
384 |
//
|
|
385 |
// TemplateForm
|
|
386 |
//
|
|
387 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
388 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
389 |
this.ClientSize = new System.Drawing.Size(1339, 922);
|
|
390 |
this.Controls.Add(this.layoutControl1);
|
|
391 |
this.Controls.Add(this.ribbonControl);
|
|
392 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
393 |
this.Name = "TemplateForm";
|
|
394 |
this.Ribbon = this.ribbonControl;
|
|
395 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
396 |
this.Text = "Template Setting";
|
|
397 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
|
|
398 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
399 |
this.layoutControl1.ResumeLayout(false);
|
|
400 |
((System.ComponentModel.ISupportInitialize)(this.treeListCase)).EndInit();
|
|
401 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrBefore)).EndInit();
|
|
402 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrBefore)).EndInit();
|
|
403 |
((System.ComponentModel.ISupportInitialize)(this.gridControlCustomAttrAfter)).EndInit();
|
|
404 |
((System.ComponentModel.ISupportInitialize)(this.gridViewCustomAttrAfter)).EndInit();
|
|
405 |
((System.ComponentModel.ISupportInitialize)(this.gridControlGroupItem)).EndInit();
|
|
406 |
((System.ComponentModel.ISupportInitialize)(this.gridViewGroupItem)).EndInit();
|
|
407 |
((System.ComponentModel.ISupportInitialize)(this.listBoxControlGroup)).EndInit();
|
|
408 |
((System.ComponentModel.ISupportInitialize)(this.buttonEditAddGroup.Properties)).EndInit();
|
|
409 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
410 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
411 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
412 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
413 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
414 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
415 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
416 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
417 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
418 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|
419 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
420 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
421 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|
422 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
423 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|
424 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
425 |
this.ResumeLayout(false);
|
|
426 |
this.PerformLayout();
|
|
427 | 427 |
|
428 | 428 |
} |
429 | 429 |
|
DTI_PID/POSCO_Report/TemplateForm.cs | ||
---|---|---|
34 | 34 |
gridViewCustomAttrBefore.KeyDown += new System.Windows.Forms.KeyEventHandler(gridView_KeyDown); |
35 | 35 |
listBoxControlGroup.SelectedIndexChanged += new System.EventHandler(listBoxControlGroup_SelectedIndexChanged); |
36 | 36 |
|
37 |
this.buttonEditAddGroup.Properties.Buttons[0].Kind = DevExpress.XtraEditors.Controls.ButtonPredefines.Plus; |
|
38 |
|
|
37 | 39 |
GetGroupData(); |
38 | 40 |
} |
39 | 41 |
|
내보내기 Unified diff