개정판 a23d0a0c
issue #000
프로젝트셍업 수정
Change-Id: Ib85afb675a90c8bb490512837500dd7407e9debb
ID2.Manager/ID2.Manager/Controls/OpenProjectView.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
32 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
33 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
34 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
35 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
36 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
31 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
32 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
33 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
34 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
35 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
36 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition4 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
37 | 37 |
this.tableLayoutPanelProject = new System.Windows.Forms.TableLayoutPanel(); |
38 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
39 |
this.radButtonNew = new Telerik.WinControls.UI.RadButton(); |
|
38 | 40 |
this.radGridViewProjects = new Telerik.WinControls.UI.RadGridView(); |
39 | 41 |
this.radGridViewGroup = new Telerik.WinControls.UI.RadGridView(); |
40 | 42 |
this.tableLayoutPanelButton = new System.Windows.Forms.TableLayoutPanel(); |
41 | 43 |
this.radButtonOpen = new Telerik.WinControls.UI.RadButton(); |
42 | 44 |
this.radButtonClose = new Telerik.WinControls.UI.RadButton(); |
43 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
44 |
this.radButtonNew = new Telerik.WinControls.UI.RadButton(); |
|
45 |
this.radButtonDelete = new Telerik.WinControls.UI.RadButton(); |
|
45 | 46 |
this.tableLayoutPanelProject.SuspendLayout(); |
47 |
this.tableLayoutPanel1.SuspendLayout(); |
|
48 |
((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).BeginInit(); |
|
46 | 49 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewProjects)).BeginInit(); |
47 | 50 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewProjects.MasterTemplate)).BeginInit(); |
48 | 51 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewGroup)).BeginInit(); |
... | ... | |
50 | 53 |
this.tableLayoutPanelButton.SuspendLayout(); |
51 | 54 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOpen)).BeginInit(); |
52 | 55 |
((System.ComponentModel.ISupportInitialize)(this.radButtonClose)).BeginInit(); |
53 |
this.tableLayoutPanel1.SuspendLayout(); |
|
54 |
((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).BeginInit(); |
|
56 |
((System.ComponentModel.ISupportInitialize)(this.radButtonDelete)).BeginInit(); |
|
55 | 57 |
this.SuspendLayout(); |
56 | 58 |
// |
57 | 59 |
// tableLayoutPanelProject |
... | ... | |
76 | 78 |
this.tableLayoutPanelProject.Size = new System.Drawing.Size(997, 549); |
77 | 79 |
this.tableLayoutPanelProject.TabIndex = 0; |
78 | 80 |
// |
81 |
// tableLayoutPanel1 |
|
82 |
// |
|
83 |
this.tableLayoutPanel1.ColumnCount = 3; |
|
84 |
this.tableLayoutPanelProject.SetColumnSpan(this.tableLayoutPanel1, 2); |
|
85 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
|
86 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
|
87 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
88 |
this.tableLayoutPanel1.Controls.Add(this.radButtonDelete, 1, 0); |
|
89 |
this.tableLayoutPanel1.Controls.Add(this.radButtonNew, 0, 0); |
|
90 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
91 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(23, 23); |
|
92 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
93 |
this.tableLayoutPanel1.RowCount = 1; |
|
94 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
95 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(951, 29); |
|
96 |
this.tableLayoutPanel1.TabIndex = 9; |
|
97 |
// |
|
98 |
// radButtonNew |
|
99 |
// |
|
100 |
this.radButtonNew.Location = new System.Drawing.Point(3, 3); |
|
101 |
this.radButtonNew.Name = "radButtonNew"; |
|
102 |
this.radButtonNew.Size = new System.Drawing.Size(74, 23); |
|
103 |
this.radButtonNew.TabIndex = 0; |
|
104 |
this.radButtonNew.Text = "New"; |
|
105 |
// |
|
79 | 106 |
// radGridViewProjects |
80 | 107 |
// |
81 | 108 |
this.radGridViewProjects.Dock = System.Windows.Forms.DockStyle.Fill; |
... | ... | |
86 | 113 |
this.radGridViewProjects.MasterTemplate.AllowAddNewRow = false; |
87 | 114 |
this.radGridViewProjects.MasterTemplate.AllowDeleteRow = false; |
88 | 115 |
this.radGridViewProjects.MasterTemplate.AllowEditRow = false; |
89 |
gridViewTextBoxColumn1.FieldName = "Name";
|
|
90 |
gridViewTextBoxColumn1.HeaderText = "Area";
|
|
91 |
gridViewTextBoxColumn1.Name = "Name";
|
|
92 |
gridViewTextBoxColumn1.Width = 150;
|
|
93 |
gridViewTextBoxColumn2.FieldName = "ID2Path";
|
|
94 |
gridViewTextBoxColumn2.HeaderText = "Path";
|
|
95 |
gridViewTextBoxColumn2.Name = "ID2Path";
|
|
96 |
gridViewTextBoxColumn2.Width = 250;
|
|
116 |
gridViewTextBoxColumn5.FieldName = "Name";
|
|
117 |
gridViewTextBoxColumn5.HeaderText = "Area";
|
|
118 |
gridViewTextBoxColumn5.Name = "Name";
|
|
119 |
gridViewTextBoxColumn5.Width = 150;
|
|
120 |
gridViewTextBoxColumn6.FieldName = "ID2Path";
|
|
121 |
gridViewTextBoxColumn6.HeaderText = "Path";
|
|
122 |
gridViewTextBoxColumn6.Name = "ID2Path";
|
|
123 |
gridViewTextBoxColumn6.Width = 250;
|
|
97 | 124 |
this.radGridViewProjects.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
98 |
gridViewTextBoxColumn1,
|
|
99 |
gridViewTextBoxColumn2});
|
|
125 |
gridViewTextBoxColumn5,
|
|
126 |
gridViewTextBoxColumn6});
|
|
100 | 127 |
this.radGridViewProjects.MasterTemplate.EnableGrouping = false; |
101 |
this.radGridViewProjects.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
|
128 |
this.radGridViewProjects.MasterTemplate.ViewDefinition = tableViewDefinition3;
|
|
102 | 129 |
this.radGridViewProjects.Name = "radGridViewProjects"; |
103 | 130 |
this.radGridViewProjects.Size = new System.Drawing.Size(601, 433); |
104 | 131 |
this.radGridViewProjects.TabIndex = 7; |
... | ... | |
113 | 140 |
this.radGridViewGroup.MasterTemplate.AllowAddNewRow = false; |
114 | 141 |
this.radGridViewGroup.MasterTemplate.AllowDeleteRow = false; |
115 | 142 |
this.radGridViewGroup.MasterTemplate.AllowEditRow = false; |
116 |
gridViewTextBoxColumn3.FieldName = "Code";
|
|
117 |
gridViewTextBoxColumn3.HeaderText = "Code";
|
|
118 |
gridViewTextBoxColumn3.Name = "Code";
|
|
119 |
gridViewTextBoxColumn3.Width = 100;
|
|
120 |
gridViewTextBoxColumn4.FieldName = "Name";
|
|
121 |
gridViewTextBoxColumn4.HeaderText = "Name";
|
|
122 |
gridViewTextBoxColumn4.Name = "Name";
|
|
123 |
gridViewTextBoxColumn4.Width = 200;
|
|
143 |
gridViewTextBoxColumn7.FieldName = "Code";
|
|
144 |
gridViewTextBoxColumn7.HeaderText = "Code";
|
|
145 |
gridViewTextBoxColumn7.Name = "Code";
|
|
146 |
gridViewTextBoxColumn7.Width = 100;
|
|
147 |
gridViewTextBoxColumn8.FieldName = "Name";
|
|
148 |
gridViewTextBoxColumn8.HeaderText = "Name";
|
|
149 |
gridViewTextBoxColumn8.Name = "Name";
|
|
150 |
gridViewTextBoxColumn8.Width = 200;
|
|
124 | 151 |
this.radGridViewGroup.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
125 |
gridViewTextBoxColumn3,
|
|
126 |
gridViewTextBoxColumn4});
|
|
152 |
gridViewTextBoxColumn7,
|
|
153 |
gridViewTextBoxColumn8});
|
|
127 | 154 |
this.radGridViewGroup.MasterTemplate.EnableGrouping = false; |
128 |
this.radGridViewGroup.MasterTemplate.ViewDefinition = tableViewDefinition2;
|
|
155 |
this.radGridViewGroup.MasterTemplate.ViewDefinition = tableViewDefinition4;
|
|
129 | 156 |
this.radGridViewGroup.Name = "radGridViewGroup"; |
130 | 157 |
this.radGridViewGroup.Size = new System.Drawing.Size(344, 433); |
131 | 158 |
this.radGridViewGroup.TabIndex = 0; |
... | ... | |
164 | 191 |
this.radButtonClose.TabIndex = 1; |
165 | 192 |
this.radButtonClose.Text = "Close"; |
166 | 193 |
// |
167 |
// tableLayoutPanel1
|
|
194 |
// radButtonDelete
|
|
168 | 195 |
// |
169 |
this.tableLayoutPanel1.ColumnCount = 3; |
|
170 |
this.tableLayoutPanelProject.SetColumnSpan(this.tableLayoutPanel1, 2); |
|
171 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
|
172 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
|
173 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
174 |
this.tableLayoutPanel1.Controls.Add(this.radButtonNew, 0, 0); |
|
175 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
176 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(23, 23); |
|
177 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
178 |
this.tableLayoutPanel1.RowCount = 1; |
|
179 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
180 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(951, 29); |
|
181 |
this.tableLayoutPanel1.TabIndex = 9; |
|
182 |
// |
|
183 |
// radButtonNew |
|
184 |
// |
|
185 |
this.radButtonNew.Location = new System.Drawing.Point(3, 3); |
|
186 |
this.radButtonNew.Name = "radButtonNew"; |
|
187 |
this.radButtonNew.Size = new System.Drawing.Size(74, 23); |
|
188 |
this.radButtonNew.TabIndex = 0; |
|
189 |
this.radButtonNew.Text = "New"; |
|
196 |
this.radButtonDelete.Location = new System.Drawing.Point(83, 3); |
|
197 |
this.radButtonDelete.Name = "radButtonDelete"; |
|
198 |
this.radButtonDelete.Size = new System.Drawing.Size(74, 23); |
|
199 |
this.radButtonDelete.TabIndex = 1; |
|
200 |
this.radButtonDelete.Text = "Delete"; |
|
190 | 201 |
// |
191 | 202 |
// OpenProjectView |
192 | 203 |
// |
... | ... | |
196 | 207 |
this.Name = "OpenProjectView"; |
197 | 208 |
this.Size = new System.Drawing.Size(1000, 550); |
198 | 209 |
this.tableLayoutPanelProject.ResumeLayout(false); |
210 |
this.tableLayoutPanel1.ResumeLayout(false); |
|
211 |
((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).EndInit(); |
|
199 | 212 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewProjects.MasterTemplate)).EndInit(); |
200 | 213 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewProjects)).EndInit(); |
201 | 214 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewGroup.MasterTemplate)).EndInit(); |
... | ... | |
203 | 216 |
this.tableLayoutPanelButton.ResumeLayout(false); |
204 | 217 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOpen)).EndInit(); |
205 | 218 |
((System.ComponentModel.ISupportInitialize)(this.radButtonClose)).EndInit(); |
206 |
this.tableLayoutPanel1.ResumeLayout(false); |
|
207 |
((System.ComponentModel.ISupportInitialize)(this.radButtonNew)).EndInit(); |
|
219 |
((System.ComponentModel.ISupportInitialize)(this.radButtonDelete)).EndInit(); |
|
208 | 220 |
this.ResumeLayout(false); |
209 | 221 |
|
210 | 222 |
} |
... | ... | |
219 | 231 |
private Telerik.WinControls.UI.RadButton radButtonClose; |
220 | 232 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
221 | 233 |
private Telerik.WinControls.UI.RadButton radButtonNew; |
234 |
private Telerik.WinControls.UI.RadButton radButtonDelete; |
|
222 | 235 |
} |
223 | 236 |
} |
내보내기 Unified diff