개정판 881c3398
issue #0000
프로젝트 셋팅 수정
유저 등록 진행중
Change-Id: Id18d6443a6dec83f543075530dcc806314cdc67d
ID2.Manager/ID2.Manager.Common/Informations.cs | ||
---|---|---|
60 | 60 |
{ |
61 | 61 |
get { return _JobStatus; } |
62 | 62 |
} |
63 |
|
|
64 |
private readonly List<string> _UserRole = new List<string>() { "Admin", "Manager", "User" }; |
|
65 |
public List<string> UserRole |
|
66 |
{ |
|
67 |
get { return _UserRole; } |
|
68 |
} |
|
63 | 69 |
} |
64 | 70 |
} |
ID2.Manager/ID2.Manager/Forms/SetupProject.Designer.cs | ||
---|---|---|
29 | 29 |
/// </summary> |
30 | 30 |
private void InitializeComponent() |
31 | 31 |
{ |
32 |
Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
|
|
33 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
34 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
35 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
36 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
32 |
Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn2 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
|
|
33 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
34 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
35 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
36 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
37 | 37 |
this.tableLayoutPanelWrap = new System.Windows.Forms.TableLayoutPanel(); |
38 | 38 |
this.radLabelProjectCode = new Telerik.WinControls.UI.RadLabel(); |
39 | 39 |
this.radLabelProjectName = new Telerik.WinControls.UI.RadLabel(); |
... | ... | |
65 | 65 |
this.tableLayoutPanelWrap.ColumnCount = 5; |
66 | 66 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
67 | 67 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
68 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
|
68 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
|
|
69 | 69 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
70 | 70 |
this.tableLayoutPanelWrap.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
71 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelProjectCode, 1, 2);
|
|
72 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelProjectName, 1, 3);
|
|
73 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxProjectCode, 2, 2);
|
|
74 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxProjectName, 2, 3);
|
|
75 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelDescription, 1, 4);
|
|
76 |
this.tableLayoutPanelWrap.Controls.Add(this.radGroupBoxID2, 3, 2);
|
|
77 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxDescription, 2, 4);
|
|
78 |
this.tableLayoutPanelWrap.Controls.Add(this.radButtonSave, 3, 1);
|
|
71 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelProjectCode, 1, 1);
|
|
72 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelProjectName, 1, 2);
|
|
73 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxProjectCode, 2, 1);
|
|
74 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxProjectName, 2, 2);
|
|
75 |
this.tableLayoutPanelWrap.Controls.Add(this.radLabelDescription, 1, 3);
|
|
76 |
this.tableLayoutPanelWrap.Controls.Add(this.radGroupBoxID2, 3, 1);
|
|
77 |
this.tableLayoutPanelWrap.Controls.Add(this.radTextBoxDescription, 2, 3);
|
|
78 |
this.tableLayoutPanelWrap.Controls.Add(this.radButtonSave, 3, 0);
|
|
79 | 79 |
this.tableLayoutPanelWrap.Dock = System.Windows.Forms.DockStyle.Fill; |
80 | 80 |
this.tableLayoutPanelWrap.Location = new System.Drawing.Point(0, 0); |
81 | 81 |
this.tableLayoutPanelWrap.Name = "tableLayoutPanelWrap"; |
82 |
this.tableLayoutPanelWrap.RowCount = 7; |
|
83 |
this.tableLayoutPanelWrap.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
82 |
this.tableLayoutPanelWrap.RowCount = 6; |
|
84 | 83 |
this.tableLayoutPanelWrap.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); |
85 | 84 |
this.tableLayoutPanelWrap.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); |
86 | 85 |
this.tableLayoutPanelWrap.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F)); |
... | ... | |
93 | 92 |
// radLabelProjectCode |
94 | 93 |
// |
95 | 94 |
this.radLabelProjectCode.Anchor = System.Windows.Forms.AnchorStyles.Left; |
96 |
this.radLabelProjectCode.Location = new System.Drawing.Point(23, 63);
|
|
95 |
this.radLabelProjectCode.Location = new System.Drawing.Point(23, 43);
|
|
97 | 96 |
this.radLabelProjectCode.Name = "radLabelProjectCode"; |
98 | 97 |
this.radLabelProjectCode.Size = new System.Drawing.Size(70, 18); |
99 | 98 |
this.radLabelProjectCode.TabIndex = 0; |
... | ... | |
102 | 101 |
// radLabelProjectName |
103 | 102 |
// |
104 | 103 |
this.radLabelProjectName.Anchor = System.Windows.Forms.AnchorStyles.Left; |
105 |
this.radLabelProjectName.Location = new System.Drawing.Point(23, 98);
|
|
104 |
this.radLabelProjectName.Location = new System.Drawing.Point(23, 78);
|
|
106 | 105 |
this.radLabelProjectName.Name = "radLabelProjectName"; |
107 | 106 |
this.radLabelProjectName.Size = new System.Drawing.Size(74, 18); |
108 | 107 |
this.radLabelProjectName.TabIndex = 1; |
... | ... | |
111 | 110 |
// radTextBoxProjectCode |
112 | 111 |
// |
113 | 112 |
this.radTextBoxProjectCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
114 |
this.radTextBoxProjectCode.Location = new System.Drawing.Point(103, 62);
|
|
113 |
this.radTextBoxProjectCode.Location = new System.Drawing.Point(103, 42);
|
|
115 | 114 |
this.radTextBoxProjectCode.Name = "radTextBoxProjectCode"; |
116 |
this.radTextBoxProjectCode.Size = new System.Drawing.Size(194, 20);
|
|
115 |
this.radTextBoxProjectCode.Size = new System.Drawing.Size(174, 20);
|
|
117 | 116 |
this.radTextBoxProjectCode.TabIndex = 2; |
118 | 117 |
// |
119 | 118 |
// radTextBoxProjectName |
120 | 119 |
// |
121 | 120 |
this.radTextBoxProjectName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
122 |
this.radTextBoxProjectName.Location = new System.Drawing.Point(103, 97);
|
|
121 |
this.radTextBoxProjectName.Location = new System.Drawing.Point(103, 77);
|
|
123 | 122 |
this.radTextBoxProjectName.Name = "radTextBoxProjectName"; |
124 |
this.radTextBoxProjectName.Size = new System.Drawing.Size(194, 20);
|
|
123 |
this.radTextBoxProjectName.Size = new System.Drawing.Size(174, 20);
|
|
125 | 124 |
this.radTextBoxProjectName.TabIndex = 3; |
126 | 125 |
// |
127 | 126 |
// radLabelDescription |
128 | 127 |
// |
129 | 128 |
this.radLabelDescription.Anchor = System.Windows.Forms.AnchorStyles.Left; |
130 |
this.radLabelDescription.Location = new System.Drawing.Point(23, 133);
|
|
129 |
this.radLabelDescription.Location = new System.Drawing.Point(23, 113);
|
|
131 | 130 |
this.radLabelDescription.Name = "radLabelDescription"; |
132 | 131 |
this.radLabelDescription.Size = new System.Drawing.Size(63, 18); |
133 | 132 |
this.radLabelDescription.TabIndex = 6; |
... | ... | |
139 | 138 |
this.radGroupBoxID2.Controls.Add(this.radGridViewID2Project); |
140 | 139 |
this.radGroupBoxID2.Dock = System.Windows.Forms.DockStyle.Fill; |
141 | 140 |
this.radGroupBoxID2.HeaderText = "ID2 List"; |
142 |
this.radGroupBoxID2.Location = new System.Drawing.Point(303, 58);
|
|
141 |
this.radGroupBoxID2.Location = new System.Drawing.Point(283, 38);
|
|
143 | 142 |
this.radGroupBoxID2.Name = "radGroupBoxID2"; |
144 | 143 |
this.tableLayoutPanelWrap.SetRowSpan(this.radGroupBoxID2, 4); |
145 |
this.radGroupBoxID2.Size = new System.Drawing.Size(474, 369);
|
|
144 |
this.radGroupBoxID2.Size = new System.Drawing.Size(494, 389);
|
|
146 | 145 |
this.radGroupBoxID2.TabIndex = 7; |
147 | 146 |
this.radGroupBoxID2.Text = "ID2 List"; |
148 | 147 |
// |
149 | 148 |
// radGridViewID2Project |
150 | 149 |
// |
151 |
this.radGridViewID2Project.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
152 |
| System.Windows.Forms.AnchorStyles.Left))); |
|
150 |
this.radGridViewID2Project.Dock = System.Windows.Forms.DockStyle.Fill; |
|
153 | 151 |
this.radGridViewID2Project.Location = new System.Drawing.Point(2, 18); |
154 | 152 |
// |
155 | 153 |
// |
156 | 154 |
// |
157 | 155 |
this.radGridViewID2Project.MasterTemplate.AllowAddNewRow = false; |
158 | 156 |
this.radGridViewID2Project.MasterTemplate.AllowDeleteRow = false; |
159 |
gridViewCheckBoxColumn1.FieldName = "Checked";
|
|
160 |
gridViewCheckBoxColumn1.HeaderText = "√";
|
|
161 |
gridViewCheckBoxColumn1.Name = "Checked";
|
|
162 |
gridViewCheckBoxColumn1.Width = 30;
|
|
163 |
gridViewTextBoxColumn1.FieldName = "ProjectNo";
|
|
164 |
gridViewTextBoxColumn1.HeaderText = "Project No";
|
|
165 |
gridViewTextBoxColumn1.Name = "ProjectNo";
|
|
166 |
gridViewTextBoxColumn1.ReadOnly = true;
|
|
167 |
gridViewTextBoxColumn1.Width = 80;
|
|
168 |
gridViewTextBoxColumn2.FieldName = "Name";
|
|
169 |
gridViewTextBoxColumn2.HeaderText = "Name";
|
|
170 |
gridViewTextBoxColumn2.Name = "Name";
|
|
171 |
gridViewTextBoxColumn2.ReadOnly = true;
|
|
172 |
gridViewTextBoxColumn2.Width = 80;
|
|
173 |
gridViewTextBoxColumn3.FieldName = "Path";
|
|
174 |
gridViewTextBoxColumn3.HeaderText = "Path";
|
|
175 |
gridViewTextBoxColumn3.Name = "Path";
|
|
176 |
gridViewTextBoxColumn3.ReadOnly = true;
|
|
177 |
gridViewTextBoxColumn3.Width = 260;
|
|
157 |
gridViewCheckBoxColumn2.FieldName = "Checked";
|
|
158 |
gridViewCheckBoxColumn2.HeaderText = "√";
|
|
159 |
gridViewCheckBoxColumn2.Name = "Checked";
|
|
160 |
gridViewCheckBoxColumn2.Width = 30;
|
|
161 |
gridViewTextBoxColumn4.FieldName = "ProjectNo";
|
|
162 |
gridViewTextBoxColumn4.HeaderText = "Project No";
|
|
163 |
gridViewTextBoxColumn4.Name = "ProjectNo";
|
|
164 |
gridViewTextBoxColumn4.ReadOnly = true;
|
|
165 |
gridViewTextBoxColumn4.Width = 80;
|
|
166 |
gridViewTextBoxColumn5.FieldName = "Name";
|
|
167 |
gridViewTextBoxColumn5.HeaderText = "Name";
|
|
168 |
gridViewTextBoxColumn5.Name = "Name";
|
|
169 |
gridViewTextBoxColumn5.ReadOnly = true;
|
|
170 |
gridViewTextBoxColumn5.Width = 80;
|
|
171 |
gridViewTextBoxColumn6.FieldName = "Path";
|
|
172 |
gridViewTextBoxColumn6.HeaderText = "Path";
|
|
173 |
gridViewTextBoxColumn6.Name = "Path";
|
|
174 |
gridViewTextBoxColumn6.ReadOnly = true;
|
|
175 |
gridViewTextBoxColumn6.Width = 260;
|
|
178 | 176 |
this.radGridViewID2Project.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
179 |
gridViewCheckBoxColumn1,
|
|
180 |
gridViewTextBoxColumn1,
|
|
181 |
gridViewTextBoxColumn2,
|
|
182 |
gridViewTextBoxColumn3});
|
|
183 |
this.radGridViewID2Project.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
|
177 |
gridViewCheckBoxColumn2,
|
|
178 |
gridViewTextBoxColumn4,
|
|
179 |
gridViewTextBoxColumn5,
|
|
180 |
gridViewTextBoxColumn6});
|
|
181 |
this.radGridViewID2Project.MasterTemplate.ViewDefinition = tableViewDefinition2;
|
|
184 | 182 |
this.radGridViewID2Project.Name = "radGridViewID2Project"; |
185 |
this.radGridViewID2Project.Size = new System.Drawing.Size(450, 349);
|
|
183 |
this.radGridViewID2Project.Size = new System.Drawing.Size(490, 369);
|
|
186 | 184 |
this.radGridViewID2Project.TabIndex = 4; |
187 | 185 |
// |
188 | 186 |
// radTextBoxDescription |
189 | 187 |
// |
190 | 188 |
this.radTextBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; |
191 |
this.radTextBoxDescription.Location = new System.Drawing.Point(103, 128);
|
|
189 |
this.radTextBoxDescription.Location = new System.Drawing.Point(103, 108);
|
|
192 | 190 |
this.radTextBoxDescription.Multiline = true; |
193 | 191 |
this.radTextBoxDescription.Name = "radTextBoxDescription"; |
194 | 192 |
// |
... | ... | |
196 | 194 |
// |
197 | 195 |
this.radTextBoxDescription.RootElement.StretchVertically = true; |
198 | 196 |
this.tableLayoutPanelWrap.SetRowSpan(this.radTextBoxDescription, 2); |
199 |
this.radTextBoxDescription.Size = new System.Drawing.Size(194, 299);
|
|
197 |
this.radTextBoxDescription.Size = new System.Drawing.Size(174, 319);
|
|
200 | 198 |
this.radTextBoxDescription.TabIndex = 8; |
201 | 199 |
// |
202 | 200 |
// radButtonSave |
203 | 201 |
// |
204 |
this.radButtonSave.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
205 |
this.radButtonSave.Location = new System.Drawing.Point(703, 26);
|
|
202 |
this.radButtonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
203 |
this.radButtonSave.Location = new System.Drawing.Point(703, 9);
|
|
206 | 204 |
this.radButtonSave.Name = "radButtonSave"; |
207 | 205 |
this.radButtonSave.Size = new System.Drawing.Size(74, 23); |
208 | 206 |
this.radButtonSave.TabIndex = 9; |
ID2.Manager/ID2.Manager/Forms/SetupProject.cs | ||
---|---|---|
21 | 21 |
List<ProjectInfo> Projects = null; |
22 | 22 |
ProjectInfo ProjectInfo = null; |
23 | 23 |
|
24 |
//public SetupProject() |
|
25 |
//{ |
|
26 |
// InitializeComponent(); |
|
27 |
|
|
28 |
// this.Load += SetupProject_Load; |
|
29 |
// this.radButtonSave.Click += RadButtonSave_Click; |
|
30 |
//} |
|
31 |
|
|
32 | 24 |
public SetupProject(List<ProjectInfo> allProjs) |
33 | 25 |
{ |
34 | 26 |
InitializeComponent(); |
35 | 27 |
|
36 |
this.Projects = allProjs;
|
|
28 |
this.Initialize();
|
|
37 | 29 |
|
38 |
this.Load += SetupProject_Load; |
|
39 |
this.radButtonSave.Click += RadButtonSave_Click; |
|
30 |
this.Projects = allProjs; |
|
40 | 31 |
} |
41 | 32 |
|
42 | 33 |
public SetupProject(List<ProjectInfo> allProjs, ProjectInfo projectInfo) |
43 | 34 |
{ |
44 | 35 |
InitializeComponent(); |
45 | 36 |
|
37 |
this.Initialize(); |
|
38 |
|
|
46 | 39 |
this.Projects = allProjs; |
47 | 40 |
this.ProjectInfo = projectInfo; |
41 |
} |
|
48 | 42 |
|
43 |
private void Initialize() |
|
44 |
{ |
|
49 | 45 |
this.Load += SetupProject_Load; |
50 | 46 |
this.radButtonSave.Click += RadButtonSave_Click; |
51 | 47 |
} |
... | ... | |
77 | 73 |
string ID2Name = id2NameCol.Value == null ? string.Empty : id2NameCol.Value.ToString(); |
78 | 74 |
if (string.IsNullOrEmpty(ID2Name)) |
79 | 75 |
{ |
76 |
id2ChkCol.Value = false; |
|
80 | 77 |
id2ChkCol.ReadOnly = true; |
81 | 78 |
} |
82 | 79 |
else |
... | ... | |
91 | 88 |
else |
92 | 89 |
{ |
93 | 90 |
id2ChkCol.Value = false; |
91 |
id2ChkCol.ReadOnly = false; |
|
94 | 92 |
} |
95 | 93 |
} |
96 | 94 |
else |
... | ... | |
98 | 96 |
if (prjs.Any(x => x.GroupID.Equals(this.ProjectInfo.ProjectID) && x.Code.Equals(ID2Name))) |
99 | 97 |
{ |
100 | 98 |
id2ChkCol.Value = true; |
99 |
id2ChkCol.ReadOnly = false; |
|
101 | 100 |
} |
102 | 101 |
else |
103 | 102 |
{ |
... | ... | |
110 | 109 |
} |
111 | 110 |
} |
112 | 111 |
} |
113 |
|
|
114 |
//foreach (var row in this.radGridViewID2Project.Rows) |
|
115 |
//{ |
|
116 |
// var id2NameCol = row.Cells["Name"]; |
|
117 |
// var id2ChkCol = row.Cells["Checked"]; |
|
118 |
|
|
119 |
// string ID2Name = id2NameCol.Value == null ? string.Empty : id2NameCol.Value.ToString(); |
|
120 |
|
|
121 |
// if (string.IsNullOrEmpty(ID2Name)) |
|
122 |
// { |
|
123 |
// id2ChkCol.Value = false; |
|
124 |
// id2ChkCol.ReadOnly = true; |
|
125 |
// } |
|
126 |
// else |
|
127 |
// { |
|
128 |
// this.Projects |
|
129 |
|
|
130 |
// if (this.Projects.Any(p => p.Level.Equals(2) && p.Code.Equals(ID2Name))) |
|
131 |
// { |
|
132 |
// id2ChkCol.Value = true; |
|
133 |
// } |
|
134 |
// else |
|
135 |
// { |
|
136 |
// id2ChkCol.Value = false; |
|
137 |
// id2ChkCol.ReadOnly = true; |
|
138 |
// } |
|
139 |
// } |
|
140 |
//} |
|
141 |
|
|
142 |
|
|
143 |
//if (this.ProjectInfo != null) |
|
144 |
//{ |
|
145 |
// //var test = new ProjectController().GetProjectInfo(this.ProjectInfo.ProjectID); |
|
146 |
// this.radTextBoxProjectCode.Text = this.ProjectInfo.Code; |
|
147 |
// this.radTextBoxProjectName.Text = this.ProjectInfo.Name; |
|
148 |
// this.radTextBoxDescription.Text = this.ProjectInfo.Description; |
|
149 |
|
|
150 |
// //projectList = new ProjectController().GetProjectList(this.ProjectInfo.ProjectID, false).ToList(); |
|
151 |
//} |
|
152 |
//if (!string.IsNullOrEmpty(this.ProjectID)) |
|
153 |
//{ |
|
154 |
// var test = new ProjectController().GetProjectInfo(this.ProjectID); |
|
155 |
//} |
|
156 |
|
|
157 |
//var id2Project = new ID2Controller().GetID2ProjectList().ToList(); |
|
158 |
//var regPrjs = this.Projects.Where(x => x.GroupID.Equals(this.ProjectInfo.ProjectID)); |
|
159 |
//var notprjs = this.Projects.Where(x => !x.GroupID.Equals(this.ProjectInfo.ProjectID)); |
|
160 |
|
|
161 |
//id2Project.ForEach(x => regPrjs.Any(y => y.Code.Equals(x.Name)) |
|
162 |
|
|
163 |
//this.radGridViewID2Project.DataSource = id2Project; |
|
164 |
|
|
165 |
//foreach(var row in this.radGridViewID2Project.Rows) |
|
166 |
//{ |
|
167 |
// var id2NameCol = row.Cells["Name"]; |
|
168 |
// var id2ChkCol = row.Cells["Checked"]; |
|
169 |
|
|
170 |
// string ID2Name = id2NameCol.Value == null ? string.Empty : id2NameCol.Value.ToString(); |
|
171 |
|
|
172 |
// if (string.IsNullOrEmpty(ID2Name)) |
|
173 |
// { |
|
174 |
// id2ChkCol.Value = false; |
|
175 |
// id2ChkCol.ReadOnly = true; |
|
176 |
// } |
|
177 |
// else |
|
178 |
// { |
|
179 |
// this.Projects |
|
180 |
|
|
181 |
// if (this.Projects.Any(p => p.Level.Equals(2) && p.Code.Equals(ID2Name))) |
|
182 |
// { |
|
183 |
// id2ChkCol.Value = true; |
|
184 |
// } |
|
185 |
// else |
|
186 |
// { |
|
187 |
// id2ChkCol.Value = false; |
|
188 |
// id2ChkCol.ReadOnly = true; |
|
189 |
// } |
|
190 |
// } |
|
191 |
//} |
|
192 |
|
|
193 |
//this.radGridViewID2Project.Rows.Where(row => |
|
194 |
//{ |
|
195 |
// var id2NameCol = row.Cells["Name"]; |
|
196 |
// string ID2Name = id2NameCol.Value == null ? string.Empty : id2NameCol.Value.ToString(); |
|
197 |
|
|
198 |
|
|
199 |
// return this.Projects.Any(x => x.Level.Equals(2) && x.Code.Equals(ID2Name)); |
|
200 |
//}); |
|
201 |
|
|
202 |
//foreach(var row in this.radGridViewID2Project.Rows) |
|
203 |
//{ |
|
204 |
// string ID2Name = row.Cells["Name"].Value == null ? string.Empty : row.Cells["Name"].Value.ToString(); |
|
205 |
|
|
206 |
// if (projectList.Any(x => x.Name.Equals(ID2Name))) |
|
207 |
// { |
|
208 |
// row.Cells["Checked"].Value = true; |
|
209 |
// } |
|
210 |
// else |
|
211 |
// { |
|
212 |
// row.Cells["Checked"].Value = false; |
|
213 |
// } |
|
214 |
//} |
|
215 | 112 |
} |
216 | 113 |
|
217 | 114 |
private void RadButtonSave_Click(object sender, EventArgs e) |
ID2.Manager/ID2.Manager/Forms/SetupProject.resx | ||
---|---|---|
120 | 120 |
<metadata name="radThemeManager1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
121 | 121 |
<value>17, 17</value> |
122 | 122 |
</metadata> |
123 |
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
|
124 |
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
125 |
<value> |
|
126 |
AAABAAEAQEAAAAEAIAAoQgAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAEAAABILAAASCwAAAAAAAAAA |
|
127 |
AAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
128 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
129 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
130 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
131 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
132 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
133 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
134 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
135 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
136 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
137 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
138 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
139 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
140 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
141 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
142 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
143 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
144 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
145 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
146 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
147 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
148 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
149 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
150 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
151 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
152 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
153 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
154 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
155 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
156 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
157 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
158 |
/wD///8A////IP////D///////////////////////////////////////////////////////////// |
|
159 |
//////////////////////////////////////+Q////AP///wD///8A////AP///wD///8A////AP// |
|
160 |
/yD///9Q+fn5l/j4+Nz/////////QP///wD///8A////AP///wD///8Q////AP///wD///8A////AP// |
|
161 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
162 |
/wD///8A////AP///wD///8A////AP///xD///+Q//////////////////////////////////////// |
|
163 |
///////////////////////////////////////////////////////g////QP///wD///8A////AP// |
|
164 |
/wD///8A////AP///wD//////////+Hh4f/CwsL/6Ojo//X19dD///8A////AP///wDy8vKy/Pz89v// |
|
165 |
/3D///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
166 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///zD////A//////// |
|
167 |
//////////////////////////////////////////////////////////////////D///+A////AP// |
|
168 |
/wD///8A////AP///wD///8A////AP///wD///8A/////6Ojo/+EhIT/hISE/6Ojo///////9vb2rP// |
|
169 |
/4Dy8vKy+Pj4/tHR0f//////+Pj4zP///yD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
170 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
171 |
/wD///8A////QP////////////////////////////////////////////////////////////////// |
|
172 |
///////A////AP///wD///8A////AP///wD///8A////AP///wD///8A////EP////+jo6P/hISE/4SE |
|
173 |
hP+EhIT/urq6/9nZ2f/o6Oj/+Pj4/pubm/+EhIT/m5ub/+jo6P//////////QP///wD///8A////AP// |
|
174 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
175 |
/wD///8A////AP///wD///8A////AP///0D///////////////////////////////////////////// |
|
176 |
////////////////////////////wP///wD///8A////AP///wD///8A/Pz8tfj4+Lr///9g////UPz8 |
|
177 |
/Pfx8fH9k5OT/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+jo6P///////// |
|
178 |
/yD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
179 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///9A//////////////////////// |
|
180 |
/////////////////////////////////////////////////8D///8A////AP///wD///8A////UP// |
|
181 |
///h4eH////////////R0dH/jIyM/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
182 |
hP+EhIT/0dHR//f399////8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
183 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////QP// |
|
184 |
///////////////////////////////////////////////////////////////////////A////AP// |
|
185 |
/wD///8A////EPr6+urZ2dn/hISE/4yMjP+bm5v/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
186 |
hP+EhIT/hISE/4SEhP+EhIT/hISE/9nZ2f/6+vrq////EP///wD///8A////AP///wD///9Q////gP// |
|
187 |
/4D///+A////gP///4D///+A////gP///4D///+A////gP///4D///+A////gP///4D///+A////gP// |
|
188 |
/4D///+A////gP///6D///////////////////////////////////////////////////////////// |
|
189 |
////////////4P///4D///+A////gPv7+8v4+Pj/jIyM/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
190 |
hP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+MjIz/+Pj4/vv7+6b///9A////QP// |
|
191 |
/yD///+A//////////////////////////////////////////////////////////////////////// |
|
192 |
//////////////////////////////////////////////////////////////////////////////// |
|
193 |
///////////////////////////////////////////////////9/f3/8PDw/4yMjP+EhIT/hISE/4SE |
|
194 |
hP+EhIT/hISE/4SEhP+Tk5P/ycnJ/+Li4v//////8fHx/9HR0f+Tk5P/hISE/4SEhP+EhIT/hISE/6ur |
|
195 |
q//////////////////4+Pi6//////////////////////////////////////////////////////// |
|
196 |
//////////////////////////////////////////////////////////////////////////////// |
|
197 |
//////////////////////////////////////////////////////////////////////////////z8 |
|
198 |
/P/o6Oj/jIyM/4SEhP+EhIT/hISE/4SEhP+bm5v/+Pj4//n5+f/////////////////5+fn/+Pj4/5ub |
|
199 |
m/+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+6urr/+fn57P////////////////////////////////// |
|
200 |
//////////////////////////////////////////////////////////////////////////////// |
|
201 |
//////////////////////////////////////////////////////////////////////////////// |
|
202 |
/////////////////////////////4yMjP+EhIT/hISE/4SEhP+EhIT/8fHx//v7+/////////////// |
|
203 |
//////////////v7+//x8fH/jIyM/4SEhP+EhIT/hISE/4SEhP+EhIT/o6Oj//////////////////Xw |
|
204 |
7PPq3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd |
|
205 |
0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd |
|
206 |
0O/q3dDv6t3Q7+rd0O/q3dDv6t3Q7+rd0O/q3dDv8uri9fj4+P+EhIT/hISE/4SEhP+EhIT/srKy//// |
|
207 |
///+8eXk/u/h4P7v4eD+7+Hg/u/h4P7v4eD+8OPi/////7Kysv+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
208 |
hP////////////////+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
209 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
210 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/c0sk/9vQxv/h4eH/hISE/4SE |
|
211 |
hP+EhIT/hISE/8LCwv/249D/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//f39//CwsL/hISE/4SE |
|
212 |
hP+EhIT/hISE/5OTk//R0dH/////////////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
213 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
214 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/2M3D//// |
|
215 |
///w8PD/q6ur/4SEhP+EhIT/hISE/4SEhP/CwsL/9uPQ//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
216 |
Kf/39/f/ycnJ/4SEhP+EhIT/hISE/4SEhP//////+fn57P///2D//////////6+Ygv9fMQX/XzEF/18x |
|
217 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
218 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
219 |
Bf9fMQX/XzEF/9rRyf/R0dH/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/urq6//z49P/5kCn/+ZAp//mQ |
|
220 |
Kf/5kCn/+ZAp//mQKf/5kCn/+fn5/7q6uv+EhIT/hISE/4SEhP+bm5v//////////yD///8A//////// |
|
221 |
//+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
222 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
223 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf/StZj/4eHh/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/5OT |
|
224 |
k//5+Pf/+ceX//mQKf/5kCn/+ZAp//mQKf/5kCn/+ceX//////+Tk5P/hISE/4SEhP+EhIT/srKy//// |
|
225 |
//////8A////AP//////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/kXJT/2k+Ff9fMQX/XzEF/18x |
|
226 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
227 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf+PThD/+7Ns//////+EhIT/hISE/4SE |
|
228 |
hP+EhIT/hISE/4SEhP+EhIT/srKy///////73L//+p5E//mQKf/7rF//+tWy//////+ysrL/hISE/4SE |
|
229 |
hP+EhIT/hISE/7q6uv//////////YP///wD//////////6+Ygv9fMQX/XzEF/18xBf9fMQX/XzEF/9fM |
|
230 |
wf/s5uH/h2VE/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf+RclP/18zB/4dl |
|
231 |
RP9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf97Qwz/74on//mX |
|
232 |
Nv//////6Ojo/+Hh4f/R0dH/hISE/4SEhP+EhIT/hISE/4SEhP+rq6v/8fDv//////////////////Hw |
|
233 |
7/+rq6v/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/0dHR//////////9g//////////+vmIL/XzEF/18x |
|
234 |
Bf9fMQX/XzEF/18xBf/XzMH/0MO3//bz8P/Ux7z/pYtz/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/4dl |
|
235 |
RP/XzMH/zb+y/+LZ0f9pPhX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
236 |
Bf9oNwf/5oQk//mQKf/5kCn//MiU//zIlP/8z6L//////7q6uv+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
237 |
hP+bm5v/o6Oj/4yMjP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/5OTk///////////cP// |
|
238 |
////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/18zB/9TIvf+znon/mHte/+zm4f/i2dH/aT4V/18x |
|
239 |
Bf9fMQX/m39j/+LZ0f/DsqL/fVg0/18xBf/XzMH/fVg0/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
240 |
Bf9fMQX/XzEF/18xBf9oNwf/3H4i//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//nOpP/5+Pf/m5ub/4SE |
|
241 |
hP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
242 |
hP/h4eH/+Pj43P///wD//////////6+Ygv9fMQX/XzEF/18xBf9fMQX/XzEF/82/sv/Gtab/lHZY/2k+ |
|
243 |
Ff9zSyT/w7Kh//bz8P/az8X/5+Da/6+Ygv9pPhX/XzEF/18xBf9fMQX/18zB/18xBf9fMQX/XzEF/18x |
|
244 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/v2wb//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
245 |
Kf/5lzb//////7Kysv+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
246 |
hP/CwsL/8PDw/8nJyf/CwsL//////////zD///8A///////////XzMH/r5iC/6+Ygv+vmIL/r5iC/6+Y |
|
247 |
gv/Nv7H/2s/F/5yAZf9fMQX/aT4V/6iPd//w6+j/1Mi9//b08f+fhGn/c0sk/18xBf9zSyT/r5iC//Hs |
|
248 |
6P+vmIL/r5iC/6+Ygv+vmIL/r5iC/6+Ygv+vmIL/r5iC/6+Ygv+vmIL/sWom//mQKf/5kCn/+ZAp//mQ |
|
249 |
Kf/5kCn/+ZAp//mQKf/5kCn/+7p6//////+MjIz/hISE/4SEhP+EhIT/hISE/4SEhP+EhIT/hISE/4SE |
|
250 |
hP+EhIT/hISE/5OTk//h4eH//////////5D6+vrq//////n5+Zf///8A////AP//////////r5iC/18x |
|
251 |
Bf9fMQX/XzEF/18xBf9fMQX/r5iC/9fMwf+Udlj/h2VE/+LZ0f/DsqL/aT4V/2k+Ff+kinH/xram/9PH |
|
252 |
vP9zSyT/XzEF/18xBf//////XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/mFQS//mQ |
|
253 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//jcwP/w8PD/o6Oj/4SEhP+EhIT/m5ub/9HR |
|
254 |
0f+6urr/o6Oj/5OTk/+EhIT/hISE/4SEhP/CwsL/+fn5/////5j///8A////AP///zD///8Q////AP// |
|
255 |
/wD//////////6+Ygv9fMQX/XzEF/18xBf9fMQX/XzEF/5t/Y//XzMH/wrCg/+LZ0f+HZUT/XzEF/18x |
|
256 |
Bf9fMQX/XzEF/4ViP/+Pb1D/4tnR/5FyU/9fMQX/7Obh/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
257 |
Bf9fMQX/e0MM/++KJ//5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/6nkT/+OPO//// |
|
258 |
///Jycn/o6Oj//j49//68en/+fHp///////h4eH/hISE/4SEhP+EhIT/wsLC//f39/////+A////AP// |
|
259 |
/wD///8A////AP///wD///8A//////////+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9zSyT/+Pb0/7ml |
|
260 |
kv9pPhX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/aT4V/4ViP//i2dH/yrut//////9fMQX/XzEF/18x |
|
261 |
Bf9fMQX/XzEF/18xBf9fMQX/cj0J/++KJ//5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
262 |
Kf/5kCn/+ZAp//mQKf/7unr//Pj1///////66tv/+Zc2//mQKf/7rF///////5ubm/+jo6P/wsLC/+jo |
|
263 |
6P/39/f/////gP///wD///8A////AP///wD///8A////AP//////////r5iC/18xBf9fMQX/XzEF/18x |
|
264 |
Bf9fMQX/XzEF/6aNc/9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/5t/ |
|
265 |
Y//s5uH/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/aDcH/9x+Iv/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
266 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mXNv/8yJT/+Zc2//mQKf/5kCn/+ZAp//nq |
|
267 |
3P////////////nx6f/5+fn//////////4D///8A////AP///wD///8A////AP///wD//////////6+Y |
|
268 |
gv9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
269 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/8lyHv/5kCn/+7p6//zB |
|
270 |
h//5lzb/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
271 |
Kf/5kCn/+7p6//zIlP/7rF//+7Ns//qeRP/5kCn///////////////+A////AP///wD///8A////AP// |
|
272 |
/wD///8A//////////+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
273 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/79s |
|
274 |
G//5kCn/+ZAp/////////////vLl//u6ev/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
275 |
Kf/5kCn/+ZAp//mQKf/7rF///uTK////////////+6xf//mQKf/5kCn/+ZAp////////////////gP// |
|
276 |
/wD///8A////AP///wD///8A////AP//////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
277 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
278 |
Bf9fMQX/XzEF/5hUEv/5kCn/+ZAp//mQKf////////jy/////////////uvY//usX//5kCn/+ZAp//mQ |
|
279 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//qeRP/+5Mr/////////////+PL///////usX//5kCn/+ZAp//mQ |
|
280 |
Kf///////////////4D///8A////AP///wD///8A////AP///wD//////////6+Ygv9fMQX/XzEF/18x |
|
281 |
Bf9fMQX/hkoR/7lsIP+tYxz/rWMc/61jHP+tYxz/rWMc/61jHP+tYxz/rWMc/5lXF/+gWxj/oFsY/5NT |
|
282 |
Ff+gWxj/rWMc/61jHP+tYxz/rWMc/7BlHf/5kCn/+ZAp//mQKf/5kCn///////7kyv/6pVH//uTK//// |
|
283 |
/////////uTK//qlUf/5kCn/+ZAp//mQKf/5kCn/+Zc2//3Wr/////////////7y5f/7rF///MiU//// |
|
284 |
///7rF//+ZAp//mQKf/5kCn///////////////+A////AP///wD///8A////AP///wD///8A//////// |
|
285 |
//+vmIL/XzEF/18xBf9fMQX/XzEF/4xOE/+gWxj/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
286 |
Bf9fMQX/XzEF/18xBf9yPgv/eUIN/3lCDf95Qg3/ZTUH/3tDDP/viif/+ZAp//mQKf/5kCn/+ZAp//// |
|
287 |
///+5Mr/+ZAp//mQKf/7rF///uvY/////////////dav//qeRP/5lzb//MiU///48v////////jy//u6 |
|
288 |
ev/5kCn/+ZAp//zIlP//////+6xf//mQKf/5kCn/+ZAp////////////////gP///wD///8A////AP// |
|
289 |
/wD///8A////AP//////////yamK/39GD/95Qg3/eUIN/3lCDf+QUBT/jE4T/18xBf9fMQX/XzEF/18x |
|
290 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/2g8Ef/qzrH//uTK//7k |
|
291 |
yv/+5Mr//uTK//7kyv///////uTK//mQKf/5kCn/+ZAp//mQKf/7unr//vLl////////+PL///jy//// |
|
292 |
////+PL//MiU//mXNv/5kCn/+ZAp//mQKf/8yJT///////3Wr//8yJT//MiU//zIlP////////////// |
|
293 |
/4D///8A////AP///wD///8A////AP///wD//////////8mpiv+tYxz/rWMc/61jHP+tYxz/xnQk/4xP |
|
294 |
E/9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
295 |
Bf/h2ND///////////////////////////////////////7kyv/5kCn/+ZAp//mQKf/5kCn/+ZAp//uz |
|
296 |
bP///////////////////////MiU//mQKf/5kCn/+ZAp//mQKf/5kCn//MiU//////////////////// |
|
297 |
//////////////////////+A////AP///wD///8A////AP///wD///8A//////////+vmIL/XzEF/18x |
|
298 |
Bf9fMQX/XzEF/61jHP95Qg3/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
299 |
Bf9fMQX/XzEF/18xBf/Afj3/+6xf//usX//7rF//+6xf//usX//7rF//+6xf///////+5Mr/+ZAp//mQ |
|
300 |
Kf/5kCn/+6xf//7kyv////////////7kyv/8z6L////////////+8uX/+7Ns//mQKf/5kCn/+ZAp//zI |
|
301 |
lP///////MGH//usX//7rF//+6xf////////////////gP///wD///8A////AP///wD///8A////AP// |
|
302 |
////////r5iC/18xBf9fMQX/XzEF/18xBf+gWxj/eUIN/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
303 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf+iWhX/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
304 |
Kf///////uTK//mQKf/6nkT//dav/////////////uTK//usX//5kCn/+ZAp//qeRP/93b3///////// |
|
305 |
///+5Mr/+6xf//mQKf/8yJT///////usX//5kCn/+ZAp//mQKf///////////////4D///8A////AP// |
|
306 |
/wD///8A////AP///wD//////////6+Ygv9fMQX/XzEF/18xBf9fMQX/rWMc/3lCDf9fMQX/XzEF/18x |
|
307 |
Bf9yPgv/XzEF/2U1B/9lNQf/cj0L/18xBf9fMQX/bDkJ/18xBf+dWBT/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
308 |
Kf/5kCn/+ZAp//mQKf/5kCn///////7r2P/8yJT////////////+8uX/+7p6//mQKf/5kCn/+ZAp//mQ |
|
309 |
Kf/5kCn/+ZAp//usX//+5Mr////////////93b3//dav///////7rF//+ZAp//mQKf/5kCn///////// |
|
310 |
//////+A////AP///wD///8A////AP///wD///8A//////////+vmIL/XzEF/18xBf9fMQX/XzEF/5lX |
|
311 |
F/+5bCD/p2Ab/8BwIv+gWxj/qmIb/5lXF/+TUxX/llQW/5xZGP+WVRb/jk8T/5dVFv+eWRj/7okn//mQ |
|
312 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp///////////////////48v/8yJT/+ZAp//mQ |
|
313 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//uzbP/+8uX/////////////////+6xf//mQ |
|
314 |
Kf/5kCn/+ZAp////////////////gP///wD///8A////AP///wD///8A////AP//////////r5iC/18x |
|
315 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/2U1B/9yPgv/hkoR/31FDv+MThP/k1MV/5NT |
|
316 |
Ff+UVBX/7oon//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf//+PL///////zI |
|
317 |
lP/5lzb/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//zB |
|
318 |
h///+PL///////qlUf/5kCn/+ZAp//mQKf///////////////4D///8A////AP///wD///8A////AP// |
|
319 |
/wD//////////6+Ygv9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
320 |
Bf9fMQX/XzEF/18xBf9oNwf/3H4i//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
321 |
Kf/5kCn/+qVR//qeRP/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
322 |
Kf/5kCn/+ZAp//mQKf/5kCn/+Zc2//usX//5kCn/+ZAp//mQKf/5kCn///////////////+A////AP// |
|
323 |
/wD///8A////AP///wD///8A//////////+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
324 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/yXIe//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
325 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
326 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//// |
|
327 |
////////////gP///wD///8A////AP///wD///8A////AP//////////r5iC/18xBf9fMQX/XzEF/18x |
|
328 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/tWYZ//mQKf/5kCn/+ZAp//mQ |
|
329 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
330 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
331 |
Kf/5kCn/+ZAp//mQKf///////////////4D///8A////AP///wD///8A////AP///wD//////////6+Y |
|
332 |
gv9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/mFQS//mQ |
|
333 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
334 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
335 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn///////////////+A////AP///wD///8A////AP// |
|
336 |
/wD///8A//////////+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
337 |
Bf9fMQX/hUgO//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
338 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
339 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp////////////////gP// |
|
340 |
/wD///8A////AP///wD///8A////AP//////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18x |
|
341 |
Bf9fMQX/XzEF/18xBf9fMQX/e0MM/++KJ//5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
342 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
343 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
344 |
Kf///////////////4D///8A////AP///wD///8A////AP///wD//////////6+Ygv9fMQX/XzEF/18x |
|
345 |
Bf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/aDcH/9x+Iv/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
346 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
347 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
348 |
Kf/5kCn/+ZAp//mQKf/5kCn///////////////+A////AP///wD///8A////AP///wD///8A//////// |
|
349 |
//+vmIL/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/9J4IP/5kCn/+ZAp//mQ |
|
350 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
351 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
352 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp////////////////gP///wD///8A////AP// |
|
353 |
/wD///8A////AP//////////r5iC/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/18xBf9fMQX/XzEF/79s |
|
354 |
G//5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
355 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQ |
|
356 |
Kf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf/5kCn/+ZAp//mQKf////////////// |
|
357 |
/4D///8A////AP///wD///8A////AP///wD///////////////////////////////////////////// |
|
358 |
//////////////////////////////////////////////////////////////////////////////// |
|
359 |
//////////////////////////////////////////////////////////////////////////////// |
|
360 |
//////////////////////////////////////////////////////////////////////////////// |
|
361 |
//////////////////////+A////AP///wD///8A////AP///wD///8A////oP////////////////// |
|
362 |
//////////////////////////////////////////////////////////////////////////////// |
|
363 |
//////////////////////////////////////////////////////////////////////////////// |
|
364 |
//////////////////////////////////////////////////////////////////////////////// |
|
365 |
////////////////////////////////////////////UP///wD///8A////AP///wD///8A////AP// |
|
366 |
/wD///+g//////////////////////////////////////////////////////////////////////// |
|
367 |
//////////////////////////////////////////////////////////////////////////////// |
|
368 |
//////////////////////////////////////////////////////////////////////////////// |
|
369 |
////////////////////////////////////////////////////////////YP///wD///8A////AP// |
|
370 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
371 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
372 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
373 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
374 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
375 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
376 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
377 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
378 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
379 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
380 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
381 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
382 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
383 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
384 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
385 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
386 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
387 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
388 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
389 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
390 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
391 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
392 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
393 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
394 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
395 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
396 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
397 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
398 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
399 |
/wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP// |
|
400 |
/wD///8A//////////////////////////////////////////////////////////////////////// |
|
401 |
/////8AAAfwPf///wAAB/A4////wAAf8AA////gAD/gAB///+AAPgAAH///4AA8AAA////gADgAAB4AA |
|
402 |
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |
|
403 |
AAEAAAAAAAAAAwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAwAA |
|
404 |
AAAAAAAzAAAAAAAAAD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAAAD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAA |
|
405 |
AD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAAAD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAAAD8AAAAAAAAAPwAA |
|
406 |
AAAAAAA/AAAAAAAAAD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAAAD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAA |
|
407 |
AD8AAAAAAAAAPwAAAAAAAAA/AAAAAAAAAD8AAAAAAAAAP4AAAAAAAAB///////////////////////// |
|
408 |
//////////////////////////////////////////////////8= |
|
409 |
</value> |
|
410 |
</data> |
|
411 | 123 |
</root> |
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
108 | 108 |
<Compile Include="Forms\SetupProject.Designer.cs"> |
109 | 109 |
<DependentUpon>SetupProject.cs</DependentUpon> |
110 | 110 |
</Compile> |
111 |
<Compile Include="Forms\SetupUser.cs"> |
|
112 |
<SubType>Form</SubType> |
|
113 |
</Compile> |
|
114 |
<Compile Include="Forms\SetupUser.Designer.cs"> |
|
115 |
<DependentUpon>SetupUser.cs</DependentUpon> |
|
116 |
</Compile> |
|
111 | 117 |
<Compile Include="Main.cs"> |
112 | 118 |
<SubType>Form</SubType> |
113 | 119 |
</Compile> |
... | ... | |
138 | 144 |
<EmbeddedResource Include="Forms\SetupProject.resx"> |
139 | 145 |
<DependentUpon>SetupProject.cs</DependentUpon> |
140 | 146 |
</EmbeddedResource> |
147 |
<EmbeddedResource Include="Forms\SetupUser.resx"> |
|
148 |
<DependentUpon>SetupUser.cs</DependentUpon> |
|
149 |
</EmbeddedResource> |
|
141 | 150 |
<EmbeddedResource Include="Main.resx"> |
142 | 151 |
<DependentUpon>Main.cs</DependentUpon> |
143 | 152 |
</EmbeddedResource> |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
101 | 101 |
} |
102 | 102 |
else |
103 | 103 |
{ |
104 |
this.backstageViewPageOpenProject.Controls[0].Visible = false; |
|
104 |
foreach(Control ctrl in this.backstageViewPageOpenProject.Controls) |
|
105 |
{ |
|
106 |
ctrl.Visible = false; |
|
107 |
} |
|
105 | 108 |
this.backstageTabItemOpenProject.Visibility = ElementVisibility.Collapsed; |
106 | 109 |
this.backstageButtonItemUserRegistration.Visibility = ElementVisibility.Collapsed; |
107 | 110 |
} |
... | ... | |
404 | 407 |
|
405 | 408 |
private void BackstageButtonItemUserRegistration_Click(object sender, EventArgs e) |
406 | 409 |
{ |
410 |
using (var frm = new SetupUser()) |
|
411 |
{ |
|
412 |
if (frm.ShowDialog(this) == DialogResult.OK) |
|
413 |
{ |
|
414 |
|
|
415 |
} |
|
416 |
} |
|
407 | 417 |
} |
408 | 418 |
|
409 | 419 |
private void BackstageButtonItemExit_Click(object sender, EventArgs e) |
내보내기 Unified diff