リビジョン 87
メニュー画面表示不具合修正
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmLedgerTest.Designer.cs | ||
---|---|---|
40 | 40 |
this.lblDsp01 = new System.Windows.Forms.Label(); |
41 | 41 |
this.lblDsp02 = new System.Windows.Forms.Label(); |
42 | 42 |
this.textBox2 = new System.Windows.Forms.TextBox(); |
43 |
this.label6 = new System.Windows.Forms.Label(); |
|
43 | 44 |
this.SuspendLayout(); |
44 | 45 |
// |
45 | 46 |
// btnExec |
... | ... | |
118 | 119 |
// label4 |
119 | 120 |
// |
120 | 121 |
this.label4.AutoSize = true; |
121 |
this.label4.Location = new System.Drawing.Point(136, 85);
|
|
122 |
this.label4.Location = new System.Drawing.Point(147, 62);
|
|
122 | 123 |
this.label4.Name = "label4"; |
123 | 124 |
this.label4.Size = new System.Drawing.Size(25, 16); |
124 | 125 |
this.label4.TabIndex = 6; |
... | ... | |
127 | 128 |
// label5 |
128 | 129 |
// |
129 | 130 |
this.label5.AutoSize = true; |
130 |
this.label5.Location = new System.Drawing.Point(217, 85);
|
|
131 |
this.label5.Location = new System.Drawing.Point(170, 62);
|
|
131 | 132 |
this.label5.Name = "label5"; |
132 | 133 |
this.label5.Size = new System.Drawing.Size(59, 16); |
133 | 134 |
this.label5.TabIndex = 6; |
... | ... | |
137 | 138 |
// |
138 | 139 |
this.lblDsp01.BackColor = System.Drawing.Color.White; |
139 | 140 |
this.lblDsp01.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
140 |
this.lblDsp01.Location = new System.Drawing.Point(169, 78);
|
|
141 |
this.lblDsp01.Location = new System.Drawing.Point(139, 78);
|
|
141 | 142 |
this.lblDsp01.Name = "lblDsp01"; |
142 | 143 |
this.lblDsp01.Size = new System.Drawing.Size(40, 30); |
143 | 144 |
this.lblDsp01.TabIndex = 6; |
... | ... | |
147 | 148 |
// |
148 | 149 |
this.lblDsp02.BackColor = System.Drawing.Color.White; |
149 | 150 |
this.lblDsp02.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
150 |
this.lblDsp02.Location = new System.Drawing.Point(284, 78);
|
|
151 |
this.lblDsp02.Location = new System.Drawing.Point(179, 78);
|
|
151 | 152 |
this.lblDsp02.Name = "lblDsp02"; |
152 | 153 |
this.lblDsp02.Size = new System.Drawing.Size(40, 30); |
153 | 154 |
this.lblDsp02.TabIndex = 6; |
... | ... | |
160 | 161 |
this.textBox2.Size = new System.Drawing.Size(151, 23); |
161 | 162 |
this.textBox2.TabIndex = 5; |
162 | 163 |
// |
164 |
// label6 |
|
165 |
// |
|
166 |
this.label6.AutoSize = true; |
|
167 |
this.label6.ForeColor = System.Drawing.Color.Red; |
|
168 |
this.label6.Location = new System.Drawing.Point(219, 85); |
|
169 |
this.label6.Name = "label6"; |
|
170 |
this.label6.Size = new System.Drawing.Size(195, 16); |
|
171 |
this.label6.TabIndex = 6; |
|
172 |
this.label6.Text = "※台帳ダブルクリック時"; |
|
173 |
// |
|
163 | 174 |
// FrmLedgerTest |
164 | 175 |
// |
165 | 176 |
this.AcceptButton = this.btnExec; |
... | ... | |
167 | 178 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
168 | 179 |
this.BackColor = System.Drawing.Color.WhiteSmoke; |
169 | 180 |
this.ClientSize = new System.Drawing.Size(490, 244); |
181 |
this.Controls.Add(this.label6); |
|
170 | 182 |
this.Controls.Add(this.label5); |
171 | 183 |
this.Controls.Add(this.lblDsp02); |
172 | 184 |
this.Controls.Add(this.lblDsp01); |
... | ... | |
210 | 222 |
private System.Windows.Forms.Label lblDsp01; |
211 | 223 |
private System.Windows.Forms.Label lblDsp02; |
212 | 224 |
private System.Windows.Forms.TextBox textBox2; |
225 |
private System.Windows.Forms.Label label6; |
|
213 | 226 |
} |
214 | 227 |
} |
branches/src/ProcessManagement/ProcessManagement/Forms/ZMenu/FrmMenu.Designer.cs | ||
---|---|---|
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 | 31 |
this.components = new System.ComponentModel.Container(); |
32 |
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); |
|
33 |
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); |
|
34 |
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
35 |
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
36 |
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
37 |
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
38 | 32 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
39 | 33 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
40 | 34 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
... | ... | |
223 | 217 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle185 = new System.Windows.Forms.DataGridViewCellStyle(); |
224 | 218 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle186 = new System.Windows.Forms.DataGridViewCellStyle(); |
225 | 219 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle187 = new System.Windows.Forms.DataGridViewCellStyle(); |
220 |
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); |
|
221 |
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); |
|
222 |
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
223 |
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
224 |
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
225 |
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); |
|
226 | 226 |
this.lblTitle = new System.Windows.Forms.Label(); |
227 | 227 |
this.btnEnd = new System.Windows.Forms.Button(); |
228 | 228 |
this.tabMenu = new System.Windows.Forms.TabControl(); |
229 | 229 |
this.tabPage1 = new System.Windows.Forms.TabPage(); |
230 | 230 |
this.BusinessProgress = new System.Windows.Forms.ProgressBar(); |
231 | 231 |
this.btnReLoadBusinessMsg = new System.Windows.Forms.Button(); |
232 |
this.dgvBusinessMessage = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
233 |
this.dataGridViewTextBoxColumn79 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
234 |
this.dataGridViewTextBoxColumn80 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
235 |
this.dataGridViewTextBoxColumn81 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
236 |
this.dataGridViewTextBoxColumn82 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
237 |
this.dataGridViewTextBoxColumn83 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
238 |
this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
239 |
this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
240 |
this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
232 | 241 |
this.tabPage2 = new System.Windows.Forms.TabPage(); |
233 | 242 |
this.btnMessageEntry = new System.Windows.Forms.Button(); |
234 | 243 |
this.UpDateProgress = new System.Windows.Forms.ProgressBar(); |
235 | 244 |
this.btnReLoadMessage = new System.Windows.Forms.Button(); |
245 |
this.dgvMessageBoard = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
246 |
this.Column05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
247 |
this.Column06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
248 |
this.Column03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
249 |
this.Column01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
250 |
this.Column02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
251 |
this.Column04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
252 |
this.Column07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
236 | 253 |
this.tabPage3 = new System.Windows.Forms.TabPage(); |
237 | 254 |
this.label31 = new System.Windows.Forms.Label(); |
238 | 255 |
this.label27 = new System.Windows.Forms.Label(); |
... | ... | |
241 | 258 |
this.label25 = new System.Windows.Forms.Label(); |
242 | 259 |
this.btnReLoadConstrApp = new System.Windows.Forms.Button(); |
243 | 260 |
this.ProgressConstrApp = new System.Windows.Forms.ProgressBar(); |
261 |
this.dgvApproval = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
262 |
this.ApprovalColumn02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
263 |
this.ApprovalColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
264 |
this.Column32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
265 |
this.ApprovalColumn01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
266 |
this.ApprovalColumn03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
267 |
this.ApprovalColumn04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
268 |
this.ApprovalColumn05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
269 |
this.ApprovalColumn06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
270 |
this.ApprovalColumn07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
271 |
this.ApprovalColumn08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
272 |
this.ApprovalColumn09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
273 |
this.ApprovalColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
274 |
this.ApprovalColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
244 | 275 |
this.tabPage4 = new System.Windows.Forms.TabPage(); |
245 | 276 |
this.label5 = new System.Windows.Forms.Label(); |
246 | 277 |
this.label6 = new System.Windows.Forms.Label(); |
... | ... | |
248 | 279 |
this.label8 = new System.Windows.Forms.Label(); |
249 | 280 |
this.btnReLoadPersonApp = new System.Windows.Forms.Button(); |
250 | 281 |
this.ProgressPersonApp = new System.Windows.Forms.ProgressBar(); |
282 |
this.dgvPersonApp = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
283 |
this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
284 |
this.Column42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
285 |
this.Column43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
286 |
this.Column45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
287 |
this.Column46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
288 |
this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
289 |
this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
290 |
this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
291 |
this.Column44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
292 |
this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
293 |
this.Column41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
294 |
this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
295 |
this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
296 |
this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
297 |
this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
251 | 298 |
this.label4 = new System.Windows.Forms.Label(); |
252 | 299 |
this.tabPage5 = new System.Windows.Forms.TabPage(); |
300 |
this.dgvSalesInProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
301 |
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
302 |
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
303 |
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
304 |
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
305 |
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
306 |
this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
307 |
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
308 |
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
309 |
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
310 |
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
311 |
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
312 |
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
313 |
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
253 | 314 |
this.btnDataCopyA = new System.Windows.Forms.Button(); |
254 | 315 |
this.btnDataEntry = new System.Windows.Forms.Button(); |
255 | 316 |
this.ProgressSalesProjects = new System.Windows.Forms.ProgressBar(); |
... | ... | |
260 | 321 |
this.btnReLoadTenders = new System.Windows.Forms.Button(); |
261 | 322 |
this.ProgressTenders = new System.Windows.Forms.ProgressBar(); |
262 | 323 |
this.label21 = new System.Windows.Forms.Label(); |
324 |
this.dgvTenders = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
325 |
this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
326 |
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
327 |
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
328 |
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
329 |
this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
330 |
this.Column30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
331 |
this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
332 |
this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
333 |
this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
334 |
this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
335 |
this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
336 |
this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
337 |
this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
263 | 338 |
this.tabPage7 = new System.Windows.Forms.TabPage(); |
264 | 339 |
this.btnDataCopyC = new System.Windows.Forms.Button(); |
265 | 340 |
this.btnReLoadBudgetUp = new System.Windows.Forms.Button(); |
266 | 341 |
this.ProgressBudgetUp = new System.Windows.Forms.ProgressBar(); |
267 | 342 |
this.label22 = new System.Windows.Forms.Label(); |
343 |
this.dgvBudgetUp = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
344 |
this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
345 |
this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
346 |
this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
347 |
this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
348 |
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
349 |
this.Column31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
350 |
this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
351 |
this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
352 |
this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
353 |
this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
354 |
this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
355 |
this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
356 |
this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
268 | 357 |
this.tabPage8 = new System.Windows.Forms.TabPage(); |
358 |
this.dgvOrderTotal = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
359 |
this.Column33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
360 |
this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
361 |
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
362 |
this.Column36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
363 |
this.Column37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
364 |
this.Column38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
365 |
this.Column39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
366 |
this.Column40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
269 | 367 |
this.numUDConstPro = new System.Windows.Forms.NumericUpDown(); |
270 | 368 |
this.lblTotal03 = new System.Windows.Forms.Label(); |
271 | 369 |
this.lblTotal02 = new System.Windows.Forms.Label(); |
... | ... | |
277 | 375 |
this.ProgressConstructionProjects = new System.Windows.Forms.ProgressBar(); |
278 | 376 |
this.btnReloadConstructionProjects = new System.Windows.Forms.Button(); |
279 | 377 |
this.label12 = new System.Windows.Forms.Label(); |
378 |
this.dgvConstructionProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
379 |
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
380 |
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
381 |
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
382 |
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
383 |
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
384 |
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
385 |
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
386 |
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
387 |
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
388 |
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
389 |
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
390 |
this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
391 |
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
392 |
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
393 |
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
280 | 394 |
this.tabPage9 = new System.Windows.Forms.TabPage(); |
281 | 395 |
this.btnDataCopyF = new System.Windows.Forms.Button(); |
282 | 396 |
this.btnReloadFluctuationProjects = new System.Windows.Forms.Button(); |
283 | 397 |
this.ProgressFluctuationProjects = new System.Windows.Forms.ProgressBar(); |
284 | 398 |
this.label59 = new System.Windows.Forms.Label(); |
399 |
this.dgvFluctuationProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
400 |
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
401 |
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
402 |
this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
403 |
this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
404 |
this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
405 |
this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
406 |
this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
407 |
this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
408 |
this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
409 |
this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
410 |
this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
411 |
this.Column28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
412 |
this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
413 |
this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
414 |
this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
285 | 415 |
this.tabPage10 = new System.Windows.Forms.TabPage(); |
286 | 416 |
this.label39 = new System.Windows.Forms.Label(); |
287 | 417 |
this.numUDNonOrder = new System.Windows.Forms.NumericUpDown(); |
... | ... | |
291 | 421 |
this.ProgressNonOrders = new System.Windows.Forms.ProgressBar(); |
292 | 422 |
this.btnReloadNonOrders = new System.Windows.Forms.Button(); |
293 | 423 |
this.label13 = new System.Windows.Forms.Label(); |
424 |
this.dgvNonOrders = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
425 |
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
426 |
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
427 |
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
428 |
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
429 |
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
430 |
this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
431 |
this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
294 | 432 |
this.tabPage11 = new System.Windows.Forms.TabPage(); |
295 | 433 |
this.lblCompTotal04 = new System.Windows.Forms.Label(); |
296 | 434 |
this.lblCompTitle04 = new System.Windows.Forms.Label(); |
... | ... | |
307 | 445 |
this.ProgressCompletionOfConstruction = new System.Windows.Forms.ProgressBar(); |
308 | 446 |
this.btnReloadCompletionOfConstruction = new System.Windows.Forms.Button(); |
309 | 447 |
this.label14 = new System.Windows.Forms.Label(); |
448 |
this.dgvCompletionOfConstruction = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
449 |
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
450 |
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
451 |
this.dataGridViewTextBoxActionColDays13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
452 |
this.dataGridViewTextBoxActionColDays14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
453 |
this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
454 |
this.dataGridViewTextBoxActionColDays15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
455 |
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
456 |
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
457 |
this.dataGridViewTextBoxActionColDays16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
458 |
this.dataGridViewTextBoxActionColDays17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
459 |
this.dataGridViewTextBoxActionColDays18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
460 |
this.dataGridViewTextBoxActionColDays19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
310 | 461 |
this.tabPage12 = new System.Windows.Forms.TabPage(); |
462 |
this.dgvActionSchedule = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
463 |
this.ActionCol00 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
464 |
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
465 |
this.ActionCol01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
466 |
this.ActionCol03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
467 |
this.ActionCol02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
468 |
this.ActionCol04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
469 |
this.ActionColDays01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
470 |
this.ActionColDays02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
471 |
this.ActionColDays03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
472 |
this.ActionColDays04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
473 |
this.ActionColDays05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
474 |
this.ActionColDays06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
475 |
this.ActionColDays07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
476 |
this.ActionColDays08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
477 |
this.ActionColDays09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
478 |
this.ActionColDays10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
479 |
this.ActionColDays11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
480 |
this.ActionColDays12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
481 |
this.ActionColDays13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
482 |
this.ActionColDays14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
483 |
this.ActionColDays15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
484 |
this.ActionColDays16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
485 |
this.ActionColDays17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
486 |
this.ActionColDays18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
487 |
this.ActionColDays19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
488 |
this.ActionColDays20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
489 |
this.ActionColDays21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
490 |
this.ActionColDays22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
491 |
this.ActionColDays23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
492 |
this.ActionColDays24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
493 |
this.ActionColDays25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
494 |
this.ActionColDays26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
495 |
this.ActionColDays27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
496 |
this.ActionColDays28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
497 |
this.ActionColDays29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
498 |
this.ActionColDays30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
499 |
this.ActionColDays31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
311 | 500 |
this.btnDispRight = new System.Windows.Forms.Button(); |
312 | 501 |
this.btnDispLeft = new System.Windows.Forms.Button(); |
313 | 502 |
this.btnVehicleSchdule = new System.Windows.Forms.Button(); |
... | ... | |
318 | 507 |
this.progBarStaffAssignment = new System.Windows.Forms.ProgressBar(); |
319 | 508 |
this.btnReLoadStaffAssignment = new System.Windows.Forms.Button(); |
320 | 509 |
this.label15 = new System.Windows.Forms.Label(); |
510 |
this.dgvStaffAssignment = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
511 |
this.StaffFixColumn00 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
512 |
this.StaffFixColumn01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
513 |
this.StaffFixColumn02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
514 |
this.StaffFixColumn03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
515 |
this.StaffFixColumn04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
516 |
this.StaffFixColumn05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
517 |
this.StaffFixColumn06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
321 | 518 |
this.tabPage14 = new System.Windows.Forms.TabPage(); |
322 | 519 |
this.label36 = new System.Windows.Forms.Label(); |
323 | 520 |
this.SalseGraphNum = new System.Windows.Forms.NumericUpDown(); |
... | ... | |
521 | 718 |
this.timer_StaffAssign = new System.Windows.Forms.Timer(this.components); |
522 | 719 |
this.btnDataCopyE = new System.Windows.Forms.Button(); |
523 | 720 |
this.button1 = new System.Windows.Forms.Button(); |
524 |
this.dgvBusinessMessage = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
525 |
this.dataGridViewTextBoxColumn79 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
526 |
this.dataGridViewTextBoxColumn80 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
527 |
this.dataGridViewTextBoxColumn81 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
528 |
this.dataGridViewTextBoxColumn82 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
529 |
this.dataGridViewTextBoxColumn83 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
530 |
this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
531 |
this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
532 |
this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
533 |
this.dgvMessageBoard = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
534 |
this.Column05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
535 |
this.Column06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
536 |
this.Column03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
537 |
this.Column01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
538 |
this.Column02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
539 |
this.Column04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
540 |
this.Column07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
541 |
this.dgvApproval = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
542 |
this.ApprovalColumn02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
543 |
this.ApprovalColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
544 |
this.Column32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
545 |
this.ApprovalColumn01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
546 |
this.ApprovalColumn03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
547 |
this.ApprovalColumn04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
548 |
this.ApprovalColumn05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
549 |
this.ApprovalColumn06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
550 |
this.ApprovalColumn07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
551 |
this.ApprovalColumn08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
552 |
this.ApprovalColumn09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
553 |
this.ApprovalColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
554 |
this.ApprovalColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
555 |
this.dgvPersonApp = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
556 |
this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
557 |
this.Column42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
558 |
this.Column43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
559 |
this.Column45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
560 |
this.Column46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
561 |
this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
562 |
this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
563 |
this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
564 |
this.Column44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
565 |
this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
566 |
this.Column41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
567 |
this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
568 |
this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
569 |
this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
570 |
this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
571 |
this.dgvSalesInProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
572 |
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
573 |
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
574 |
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
575 |
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
576 |
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
577 |
this.Column29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
578 |
this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
579 |
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
580 |
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
581 |
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
582 |
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
583 |
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
584 |
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
585 |
this.dgvTenders = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
586 |
this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
587 |
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
588 |
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
589 |
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
590 |
this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
591 |
this.Column30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
592 |
this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
593 |
this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
594 |
this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
595 |
this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
596 |
this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
597 |
this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
598 |
this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
599 |
this.dgvBudgetUp = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
600 |
this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
601 |
this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
602 |
this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
603 |
this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
604 |
this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
605 |
this.Column31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
606 |
this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
607 |
this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
608 |
this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
609 |
this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
610 |
this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
611 |
this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
612 |
this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
613 |
this.dgvOrderTotal = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
614 |
this.Column33 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
615 |
this.Column34 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
616 |
this.Column35 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
617 |
this.Column36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
618 |
this.Column37 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
619 |
this.Column38 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
620 |
this.Column39 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
621 |
this.Column40 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
622 |
this.dgvConstructionProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
623 |
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
624 |
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
625 |
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
626 |
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
627 |
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
628 |
this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
629 |
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
630 |
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
631 |
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
632 |
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
633 |
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
634 |
this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
635 |
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
636 |
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
637 |
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
638 |
this.dgvFluctuationProjects = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
639 |
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
640 |
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
641 |
this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
642 |
this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
643 |
this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
644 |
this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
645 |
this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
646 |
this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
647 |
this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
648 |
this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
649 |
this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
650 |
this.Column28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
651 |
this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
652 |
this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
653 |
this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
654 |
this.dgvNonOrders = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
655 |
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
656 |
this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
657 |
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
658 |
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
659 |
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
660 |
this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
661 |
this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
662 |
this.dgvCompletionOfConstruction = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
663 |
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
664 |
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
665 |
this.dataGridViewTextBoxActionColDays13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
666 |
this.dataGridViewTextBoxActionColDays14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
667 |
this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
668 |
this.dataGridViewTextBoxActionColDays15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
669 |
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
670 |
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
671 |
this.dataGridViewTextBoxActionColDays16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
672 |
this.dataGridViewTextBoxActionColDays17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
673 |
this.dataGridViewTextBoxActionColDays18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
674 |
this.dataGridViewTextBoxActionColDays19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
675 |
this.dgvActionSchedule = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
676 |
this.ActionCol00 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
677 |
this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
678 |
this.ActionCol01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
679 |
this.ActionCol03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
680 |
this.ActionCol02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
681 |
this.ActionCol04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
682 |
this.ActionColDays01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
683 |
this.ActionColDays02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
684 |
this.ActionColDays03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
685 |
this.ActionColDays04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
686 |
this.ActionColDays05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
687 |
this.ActionColDays06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
688 |
this.ActionColDays07 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
689 |
this.ActionColDays08 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
690 |
this.ActionColDays09 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
691 |
this.ActionColDays10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
692 |
this.ActionColDays11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
693 |
this.ActionColDays12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
694 |
this.ActionColDays13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
695 |
this.ActionColDays14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
696 |
this.ActionColDays15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
697 |
this.ActionColDays16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
698 |
this.ActionColDays17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
699 |
this.ActionColDays18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
700 |
this.ActionColDays19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
701 |
this.ActionColDays20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
702 |
this.ActionColDays21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
703 |
this.ActionColDays22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
704 |
this.ActionColDays23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
705 |
this.ActionColDays24 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
706 |
this.ActionColDays25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
707 |
this.ActionColDays26 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
708 |
this.ActionColDays27 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
709 |
this.ActionColDays28 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
710 |
this.ActionColDays29 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
711 |
this.ActionColDays30 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
712 |
this.ActionColDays31 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
713 |
this.dgvStaffAssignment = new ProcessManagement.Forms.CustomControls.DataGridViewEX(); |
|
714 |
this.StaffFixColumn00 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
715 |
this.StaffFixColumn01 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
716 |
this.StaffFixColumn02 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
717 |
this.StaffFixColumn03 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
718 |
this.StaffFixColumn04 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
719 |
this.StaffFixColumn05 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
720 |
this.StaffFixColumn06 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
721 | 721 |
this.tabMenu.SuspendLayout(); |
722 | 722 |
this.tabPage1.SuspendLayout(); |
723 |
((System.ComponentModel.ISupportInitialize)(this.dgvBusinessMessage)).BeginInit(); |
|
723 | 724 |
this.tabPage2.SuspendLayout(); |
725 |
((System.ComponentModel.ISupportInitialize)(this.dgvMessageBoard)).BeginInit(); |
|
724 | 726 |
this.tabPage3.SuspendLayout(); |
727 |
((System.ComponentModel.ISupportInitialize)(this.dgvApproval)).BeginInit(); |
|
725 | 728 |
this.tabPage4.SuspendLayout(); |
729 |
((System.ComponentModel.ISupportInitialize)(this.dgvPersonApp)).BeginInit(); |
|
726 | 730 |
this.tabPage5.SuspendLayout(); |
731 |
((System.ComponentModel.ISupportInitialize)(this.dgvSalesInProjects)).BeginInit(); |
|
727 | 732 |
this.tabPage6.SuspendLayout(); |
733 |
((System.ComponentModel.ISupportInitialize)(this.dgvTenders)).BeginInit(); |
|
728 | 734 |
this.tabPage7.SuspendLayout(); |
735 |
((System.ComponentModel.ISupportInitialize)(this.dgvBudgetUp)).BeginInit(); |
|
729 | 736 |
this.tabPage8.SuspendLayout(); |
737 |
((System.ComponentModel.ISupportInitialize)(this.dgvOrderTotal)).BeginInit(); |
|
730 | 738 |
((System.ComponentModel.ISupportInitialize)(this.numUDConstPro)).BeginInit(); |
739 |
((System.ComponentModel.ISupportInitialize)(this.dgvConstructionProjects)).BeginInit(); |
|
731 | 740 |
this.tabPage9.SuspendLayout(); |
741 |
((System.ComponentModel.ISupportInitialize)(this.dgvFluctuationProjects)).BeginInit(); |
|
732 | 742 |
this.tabPage10.SuspendLayout(); |
733 | 743 |
((System.ComponentModel.ISupportInitialize)(this.numUDNonOrder)).BeginInit(); |
744 |
((System.ComponentModel.ISupportInitialize)(this.dgvNonOrders)).BeginInit(); |
|
734 | 745 |
this.tabPage11.SuspendLayout(); |
735 | 746 |
((System.ComponentModel.ISupportInitialize)(this.numUDCompletion)).BeginInit(); |
747 |
((System.ComponentModel.ISupportInitialize)(this.dgvCompletionOfConstruction)).BeginInit(); |
|
736 | 748 |
this.tabPage12.SuspendLayout(); |
749 |
((System.ComponentModel.ISupportInitialize)(this.dgvActionSchedule)).BeginInit(); |
|
737 | 750 |
this.tabPage13.SuspendLayout(); |
751 |
((System.ComponentModel.ISupportInitialize)(this.dgvStaffAssignment)).BeginInit(); |
|
738 | 752 |
this.tabPage14.SuspendLayout(); |
739 | 753 |
((System.ComponentModel.ISupportInitialize)(this.SalseGraphNum)).BeginInit(); |
740 | 754 |
((System.ComponentModel.ISupportInitialize)(this.chartSalesGraph)).BeginInit(); |
... | ... | |
750 | 764 |
this.tableLayoutDocuments.SuspendLayout(); |
751 | 765 |
this.tabPage19.SuspendLayout(); |
752 | 766 |
this.pnlMaster01.SuspendLayout(); |
753 |
((System.ComponentModel.ISupportInitialize)(this.dgvBusinessMessage)).BeginInit(); |
|
754 |
((System.ComponentModel.ISupportInitialize)(this.dgvMessageBoard)).BeginInit(); |
|
755 |
((System.ComponentModel.ISupportInitialize)(this.dgvApproval)).BeginInit(); |
|
756 |
((System.ComponentModel.ISupportInitialize)(this.dgvPersonApp)).BeginInit(); |
|
757 |
((System.ComponentModel.ISupportInitialize)(this.dgvSalesInProjects)).BeginInit(); |
|
758 |
((System.ComponentModel.ISupportInitialize)(this.dgvTenders)).BeginInit(); |
|
759 |
((System.ComponentModel.ISupportInitialize)(this.dgvBudgetUp)).BeginInit(); |
|
760 |
((System.ComponentModel.ISupportInitialize)(this.dgvOrderTotal)).BeginInit(); |
|
761 |
((System.ComponentModel.ISupportInitialize)(this.dgvConstructionProjects)).BeginInit(); |
|
762 |
((System.ComponentModel.ISupportInitialize)(this.dgvFluctuationProjects)).BeginInit(); |
|
763 |
((System.ComponentModel.ISupportInitialize)(this.dgvNonOrders)).BeginInit(); |
|
764 |
((System.ComponentModel.ISupportInitialize)(this.dgvCompletionOfConstruction)).BeginInit(); |
|
765 |
((System.ComponentModel.ISupportInitialize)(this.dgvActionSchedule)).BeginInit(); |
|
766 |
((System.ComponentModel.ISupportInitialize)(this.dgvStaffAssignment)).BeginInit(); |
|
767 | 767 |
this.SuspendLayout(); |
768 | 768 |
// |
769 | 769 |
// lblTitle |
... | ... | |
869 | 869 |
this.btnReLoadBusinessMsg.UseVisualStyleBackColor = false; |
870 | 870 |
this.btnReLoadBusinessMsg.Click += new System.EventHandler(this.btnReLoad_Click); |
871 | 871 |
// |
872 |
// dgvBusinessMessage |
|
873 |
// |
|
874 |
this.dgvBusinessMessage.AllowUserToAddRows = false; |
|
875 |
this.dgvBusinessMessage.AllowUserToDeleteRows = false; |
|
876 |
this.dgvBusinessMessage.AllowUserToResizeColumns = false; |
|
877 |
this.dgvBusinessMessage.AllowUserToResizeRows = false; |
|
878 |
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
879 |
this.dgvBusinessMessage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
880 |
this.dgvBusinessMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
881 |
| System.Windows.Forms.AnchorStyles.Left) |
|
882 |
| System.Windows.Forms.AnchorStyles.Right))); |
|
883 |
this.dgvBusinessMessage.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
884 |
this.dgvBusinessMessage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
885 |
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
886 |
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; |
|
887 |
dataGridViewCellStyle2.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
888 |
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; |
|
889 |
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
890 |
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
891 |
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
892 |
this.dgvBusinessMessage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
893 |
this.dgvBusinessMessage.ColumnHeadersHeight = 20; |
|
894 |
this.dgvBusinessMessage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
895 |
this.dgvBusinessMessage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
896 |
this.dataGridViewTextBoxColumn79, |
|
897 |
this.dataGridViewTextBoxColumn80, |
|
898 |
this.dataGridViewTextBoxColumn81, |
|
899 |
this.dataGridViewTextBoxColumn82, |
|
900 |
this.dataGridViewTextBoxColumn83, |
|
901 |
this.Column24, |
|
902 |
this.dataGridViewTextBoxColumn84, |
|
903 |
this.dataGridViewTextBoxColumn85}); |
|
904 |
this.dgvBusinessMessage.Location = new System.Drawing.Point(6, 3); |
|
905 |
this.dgvBusinessMessage.MultiSelect = false; |
|
906 |
this.dgvBusinessMessage.Name = "dgvBusinessMessage"; |
|
907 |
this.dgvBusinessMessage.RowHeadersVisible = false; |
|
908 |
this.dgvBusinessMessage.RowHeadersWidth = 20; |
|
909 |
this.dgvBusinessMessage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
|
910 |
this.dgvBusinessMessage.RowTemplate.Height = 20; |
|
911 |
this.dgvBusinessMessage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; |
|
912 |
this.dgvBusinessMessage.Size = new System.Drawing.Size(1190, 470); |
|
913 |
this.dgvBusinessMessage.TabIndex = 28; |
|
914 |
this.dgvBusinessMessage.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMessageBoard_CellDoubleClick); |
|
915 |
// |
|
916 |
// dataGridViewTextBoxColumn79 |
|
917 |
// |
|
918 |
this.dataGridViewTextBoxColumn79.Frozen = true; |
|
919 |
this.dataGridViewTextBoxColumn79.HeaderText = "レコード番号"; |
|
920 |
this.dataGridViewTextBoxColumn79.Name = "dataGridViewTextBoxColumn79"; |
|
921 |
this.dataGridViewTextBoxColumn79.ReadOnly = true; |
|
922 |
this.dataGridViewTextBoxColumn79.Visible = false; |
|
923 |
this.dataGridViewTextBoxColumn79.Width = 5; |
|
924 |
// |
|
925 |
// dataGridViewTextBoxColumn80 |
|
926 |
// |
|
927 |
this.dataGridViewTextBoxColumn80.Frozen = true; |
|
928 |
this.dataGridViewTextBoxColumn80.HeaderText = "レコード枝番"; |
|
929 |
this.dataGridViewTextBoxColumn80.Name = "dataGridViewTextBoxColumn80"; |
|
930 |
this.dataGridViewTextBoxColumn80.ReadOnly = true; |
|
931 |
this.dataGridViewTextBoxColumn80.Visible = false; |
|
932 |
this.dataGridViewTextBoxColumn80.Width = 5; |
|
933 |
// |
|
934 |
// dataGridViewTextBoxColumn81 |
|
935 |
// |
|
936 |
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
937 |
this.dataGridViewTextBoxColumn81.DefaultCellStyle = dataGridViewCellStyle3; |
|
938 |
this.dataGridViewTextBoxColumn81.Frozen = true; |
|
939 |
this.dataGridViewTextBoxColumn81.HeaderText = "書込み者"; |
|
940 |
this.dataGridViewTextBoxColumn81.Name = "dataGridViewTextBoxColumn81"; |
|
941 |
this.dataGridViewTextBoxColumn81.ReadOnly = true; |
|
942 |
this.dataGridViewTextBoxColumn81.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
943 |
this.dataGridViewTextBoxColumn81.Width = 150; |
|
944 |
// |
|
945 |
// dataGridViewTextBoxColumn82 |
|
946 |
// |
|
947 |
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
948 |
this.dataGridViewTextBoxColumn82.DefaultCellStyle = dataGridViewCellStyle4; |
|
949 |
this.dataGridViewTextBoxColumn82.Frozen = true; |
|
950 |
this.dataGridViewTextBoxColumn82.HeaderText = "対象者"; |
|
951 |
this.dataGridViewTextBoxColumn82.Name = "dataGridViewTextBoxColumn82"; |
|
952 |
this.dataGridViewTextBoxColumn82.ReadOnly = true; |
|
953 |
this.dataGridViewTextBoxColumn82.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
954 |
// |
|
955 |
// dataGridViewTextBoxColumn83 |
|
956 |
// |
|
957 |
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
958 |
this.dataGridViewTextBoxColumn83.DefaultCellStyle = dataGridViewCellStyle5; |
|
959 |
this.dataGridViewTextBoxColumn83.Frozen = true; |
|
960 |
this.dataGridViewTextBoxColumn83.HeaderText = "伝言タイトル"; |
|
961 |
this.dataGridViewTextBoxColumn83.Name = "dataGridViewTextBoxColumn83"; |
|
962 |
this.dataGridViewTextBoxColumn83.ReadOnly = true; |
|
963 |
this.dataGridViewTextBoxColumn83.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
964 |
this.dataGridViewTextBoxColumn83.Width = 200; |
|
965 |
// |
|
966 |
// Column24 |
|
967 |
// |
|
968 |
this.Column24.Frozen = true; |
|
969 |
this.Column24.HeaderText = "連絡内容"; |
|
970 |
this.Column24.Name = "Column24"; |
|
971 |
this.Column24.ReadOnly = true; |
|
972 |
this.Column24.Width = 570; |
|
973 |
// |
|
974 |
// dataGridViewTextBoxColumn84 |
|
975 |
// |
|
976 |
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
977 |
this.dataGridViewTextBoxColumn84.DefaultCellStyle = dataGridViewCellStyle6; |
|
978 |
this.dataGridViewTextBoxColumn84.Frozen = true; |
|
979 |
this.dataGridViewTextBoxColumn84.HeaderText = "書 込 日 付"; |
|
980 |
this.dataGridViewTextBoxColumn84.Name = "dataGridViewTextBoxColumn84"; |
|
981 |
this.dataGridViewTextBoxColumn84.ReadOnly = true; |
|
982 |
this.dataGridViewTextBoxColumn84.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
983 |
this.dataGridViewTextBoxColumn84.Width = 150; |
|
984 |
// |
|
985 |
// dataGridViewTextBoxColumn85 |
|
986 |
// |
|
987 |
this.dataGridViewTextBoxColumn85.Frozen = true; |
|
988 |
this.dataGridViewTextBoxColumn85.HeaderText = "書込み者"; |
|
989 |
this.dataGridViewTextBoxColumn85.Name = "dataGridViewTextBoxColumn85"; |
|
990 |
this.dataGridViewTextBoxColumn85.ReadOnly = true; |
|
991 |
this.dataGridViewTextBoxColumn85.Visible = false; |
|
992 |
this.dataGridViewTextBoxColumn85.Width = 5; |
|
993 |
// |
|
872 | 994 |
// tabPage2 |
873 | 995 |
// |
874 | 996 |
this.tabPage2.BackColor = System.Drawing.Color.Black; |
... | ... | |
890 | 1012 |
this.btnMessageEntry.BackColor = System.Drawing.Color.Green; |
891 | 1013 |
this.btnMessageEntry.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
892 | 1014 |
this.btnMessageEntry.ForeColor = System.Drawing.Color.White; |
893 |
this.btnMessageEntry.Location = new System.Drawing.Point(396, 503);
|
|
1015 |
this.btnMessageEntry.Location = new System.Drawing.Point(396, 477);
|
|
894 | 1016 |
this.btnMessageEntry.Name = "btnMessageEntry"; |
895 | 1017 |
this.btnMessageEntry.Size = new System.Drawing.Size(410, 30); |
896 | 1018 |
this.btnMessageEntry.TabIndex = 28; |
... | ... | |
902 | 1024 |
// UpDateProgress |
903 | 1025 |
// |
904 | 1026 |
this.UpDateProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
905 |
this.UpDateProgress.Location = new System.Drawing.Point(6, 503);
|
|
1027 |
this.UpDateProgress.Location = new System.Drawing.Point(6, 477);
|
|
906 | 1028 |
this.UpDateProgress.Name = "UpDateProgress"; |
907 | 1029 |
this.UpDateProgress.Size = new System.Drawing.Size(388, 30); |
908 | 1030 |
this.UpDateProgress.TabIndex = 27; |
... | ... | |
913 | 1035 |
this.btnReLoadMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
914 | 1036 |
this.btnReLoadMessage.BackColor = System.Drawing.Color.SpringGreen; |
915 | 1037 |
this.btnReLoadMessage.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
916 |
this.btnReLoadMessage.Location = new System.Drawing.Point(1076, 503);
|
|
1038 |
this.btnReLoadMessage.Location = new System.Drawing.Point(1076, 477);
|
|
917 | 1039 |
this.btnReLoadMessage.Name = "btnReLoadMessage"; |
918 | 1040 |
this.btnReLoadMessage.Size = new System.Drawing.Size(120, 30); |
919 | 1041 |
this.btnReLoadMessage.TabIndex = 26; |
... | ... | |
922 | 1044 |
this.btnReLoadMessage.UseVisualStyleBackColor = false; |
923 | 1045 |
this.btnReLoadMessage.Click += new System.EventHandler(this.btnReLoad_Click); |
924 | 1046 |
// |
1047 |
// dgvMessageBoard |
|
1048 |
// |
|
1049 |
this.dgvMessageBoard.AllowUserToAddRows = false; |
|
1050 |
this.dgvMessageBoard.AllowUserToDeleteRows = false; |
|
1051 |
this.dgvMessageBoard.AllowUserToResizeColumns = false; |
|
1052 |
this.dgvMessageBoard.AllowUserToResizeRows = false; |
|
1053 |
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |
|
1054 |
this.dgvMessageBoard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; |
|
1055 |
this.dgvMessageBoard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
1056 |
| System.Windows.Forms.AnchorStyles.Left) |
|
1057 |
| System.Windows.Forms.AnchorStyles.Right))); |
|
1058 |
this.dgvMessageBoard.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
1059 |
this.dgvMessageBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
1060 |
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1061 |
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; |
|
1062 |
dataGridViewCellStyle8.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
1063 |
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; |
|
1064 |
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
1065 |
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
1066 |
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
1067 |
this.dgvMessageBoard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; |
|
1068 |
this.dgvMessageBoard.ColumnHeadersHeight = 20; |
|
1069 |
this.dgvMessageBoard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
1070 |
this.dgvMessageBoard.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
1071 |
this.Column05, |
|
1072 |
this.Column06, |
|
1073 |
this.Column03, |
|
1074 |
this.Column01, |
|
1075 |
this.Column02, |
|
1076 |
this.Column04, |
|
1077 |
this.Column07}); |
|
1078 |
this.dgvMessageBoard.Location = new System.Drawing.Point(6, 3); |
|
1079 |
this.dgvMessageBoard.MultiSelect = false; |
|
1080 |
this.dgvMessageBoard.Name = "dgvMessageBoard"; |
|
1081 |
this.dgvMessageBoard.RowHeadersVisible = false; |
|
1082 |
this.dgvMessageBoard.RowHeadersWidth = 20; |
|
1083 |
this.dgvMessageBoard.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
|
1084 |
this.dgvMessageBoard.RowTemplate.Height = 20; |
|
1085 |
this.dgvMessageBoard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; |
|
1086 |
this.dgvMessageBoard.Size = new System.Drawing.Size(1190, 470); |
|
1087 |
this.dgvMessageBoard.TabIndex = 9; |
|
1088 |
this.dgvMessageBoard.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMessageBoard_CellDoubleClick); |
|
1089 |
// |
|
1090 |
// Column05 |
|
1091 |
// |
|
1092 |
this.Column05.Frozen = true; |
|
1093 |
this.Column05.HeaderText = "レコード番号"; |
|
1094 |
this.Column05.Name = "Column05"; |
|
1095 |
this.Column05.ReadOnly = true; |
|
1096 |
this.Column05.Visible = false; |
|
1097 |
this.Column05.Width = 5; |
|
1098 |
// |
|
1099 |
// Column06 |
|
1100 |
// |
|
1101 |
this.Column06.Frozen = true; |
|
1102 |
this.Column06.HeaderText = "レコード枝番"; |
|
1103 |
this.Column06.Name = "Column06"; |
|
1104 |
this.Column06.ReadOnly = true; |
|
1105 |
this.Column06.Visible = false; |
|
1106 |
this.Column06.Width = 5; |
|
1107 |
// |
|
1108 |
// Column03 |
|
1109 |
// |
|
1110 |
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1111 |
this.Column03.DefaultCellStyle = dataGridViewCellStyle9; |
|
1112 |
this.Column03.Frozen = true; |
|
1113 |
this.Column03.HeaderText = "書込み者"; |
|
1114 |
this.Column03.Name = "Column03"; |
|
1115 |
this.Column03.ReadOnly = true; |
|
1116 |
this.Column03.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1117 |
this.Column03.Width = 150; |
|
1118 |
// |
|
1119 |
// Column01 |
|
1120 |
// |
|
1121 |
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1122 |
this.Column01.DefaultCellStyle = dataGridViewCellStyle10; |
|
1123 |
this.Column01.Frozen = true; |
|
1124 |
this.Column01.HeaderText = "対象者"; |
|
1125 |
this.Column01.Name = "Column01"; |
|
1126 |
this.Column01.ReadOnly = true; |
|
1127 |
this.Column01.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1128 |
this.Column01.Width = 300; |
|
1129 |
// |
|
1130 |
// Column02 |
|
1131 |
// |
|
1132 |
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
1133 |
this.Column02.DefaultCellStyle = dataGridViewCellStyle11; |
|
1134 |
this.Column02.Frozen = true; |
|
1135 |
this.Column02.HeaderText = "伝 言 タ イ ト ル"; |
|
1136 |
this.Column02.Name = "Column02"; |
|
1137 |
this.Column02.ReadOnly = true; |
|
1138 |
this.Column02.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1139 |
this.Column02.Width = 570; |
|
1140 |
// |
|
1141 |
// Column04 |
|
1142 |
// |
|
1143 |
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1144 |
this.Column04.DefaultCellStyle = dataGridViewCellStyle12; |
|
1145 |
this.Column04.Frozen = true; |
|
1146 |
this.Column04.HeaderText = "書 込 日 付"; |
|
1147 |
this.Column04.Name = "Column04"; |
|
1148 |
this.Column04.ReadOnly = true; |
|
1149 |
this.Column04.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1150 |
this.Column04.Width = 150; |
|
1151 |
// |
|
1152 |
// Column07 |
|
1153 |
// |
|
1154 |
this.Column07.Frozen = true; |
|
1155 |
this.Column07.HeaderText = "書込み者"; |
|
1156 |
this.Column07.Name = "Column07"; |
|
1157 |
this.Column07.ReadOnly = true; |
|
1158 |
this.Column07.Visible = false; |
|
1159 |
this.Column07.Width = 5; |
|
1160 |
// |
|
925 | 1161 |
// tabPage3 |
926 | 1162 |
// |
927 | 1163 |
this.tabPage3.BackColor = System.Drawing.Color.Black; |
... | ... | |
958 | 1194 |
this.label27.BackColor = System.Drawing.Color.Red; |
959 | 1195 |
this.label27.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
960 | 1196 |
this.label27.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
961 |
this.label27.Location = new System.Drawing.Point(930, 503);
|
|
1197 |
this.label27.Location = new System.Drawing.Point(930, 477);
|
|
962 | 1198 |
this.label27.Name = "label27"; |
963 | 1199 |
this.label27.Size = new System.Drawing.Size(80, 30); |
964 | 1200 |
this.label27.TabIndex = 35; |
... | ... | |
971 | 1207 |
this.label26.BackColor = System.Drawing.Color.Yellow; |
972 | 1208 |
this.label26.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
973 | 1209 |
this.label26.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
974 |
this.label26.Location = new System.Drawing.Point(842, 503);
|
|
1210 |
this.label26.Location = new System.Drawing.Point(842, 477);
|
|
975 | 1211 |
this.label26.Name = "label26"; |
976 | 1212 |
this.label26.Size = new System.Drawing.Size(80, 30); |
977 | 1213 |
this.label26.TabIndex = 35; |
... | ... | |
984 | 1220 |
this.label29.BackColor = System.Drawing.Color.LightSkyBlue; |
985 | 1221 |
this.label29.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
986 | 1222 |
this.label29.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
987 |
this.label29.Location = new System.Drawing.Point(666, 503);
|
|
1223 |
this.label29.Location = new System.Drawing.Point(666, 477);
|
|
988 | 1224 |
this.label29.Name = "label29"; |
989 | 1225 |
this.label29.Size = new System.Drawing.Size(80, 30); |
990 | 1226 |
this.label29.TabIndex = 35; |
... | ... | |
997 | 1233 |
this.label25.BackColor = System.Drawing.Color.MediumSpringGreen; |
998 | 1234 |
this.label25.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
999 | 1235 |
this.label25.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1000 |
this.label25.Location = new System.Drawing.Point(754, 503);
|
|
1236 |
this.label25.Location = new System.Drawing.Point(754, 477);
|
|
1001 | 1237 |
this.label25.Name = "label25"; |
1002 | 1238 |
this.label25.Size = new System.Drawing.Size(80, 30); |
1003 | 1239 |
this.label25.TabIndex = 35; |
... | ... | |
1009 | 1245 |
this.btnReLoadConstrApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
1010 | 1246 |
this.btnReLoadConstrApp.BackColor = System.Drawing.Color.SpringGreen; |
1011 | 1247 |
this.btnReLoadConstrApp.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1012 |
this.btnReLoadConstrApp.Location = new System.Drawing.Point(1076, 503);
|
|
1248 |
this.btnReLoadConstrApp.Location = new System.Drawing.Point(1076, 477);
|
|
1013 | 1249 |
this.btnReLoadConstrApp.Name = "btnReLoadConstrApp"; |
1014 | 1250 |
this.btnReLoadConstrApp.Size = new System.Drawing.Size(120, 30); |
1015 | 1251 |
this.btnReLoadConstrApp.TabIndex = 34; |
... | ... | |
1021 | 1257 |
// ProgressConstrApp |
1022 | 1258 |
// |
1023 | 1259 |
this.ProgressConstrApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
1024 |
this.ProgressConstrApp.Location = new System.Drawing.Point(6, 503);
|
|
1260 |
this.ProgressConstrApp.Location = new System.Drawing.Point(6, 477);
|
|
1025 | 1261 |
this.ProgressConstrApp.Name = "ProgressConstrApp"; |
1026 | 1262 |
this.ProgressConstrApp.Size = new System.Drawing.Size(388, 30); |
1027 | 1263 |
this.ProgressConstrApp.TabIndex = 33; |
1028 | 1264 |
this.ProgressConstrApp.Visible = false; |
1029 | 1265 |
// |
1266 |
// dgvApproval |
|
1267 |
// |
|
1268 |
this.dgvApproval.AllowUserToAddRows = false; |
|
1269 |
this.dgvApproval.AllowUserToDeleteRows = false; |
|
1270 |
this.dgvApproval.AllowUserToResizeColumns = false; |
|
1271 |
this.dgvApproval.AllowUserToResizeRows = false; |
|
1272 |
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |
|
1273 |
this.dgvApproval.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; |
|
1274 |
this.dgvApproval.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
1275 |
| System.Windows.Forms.AnchorStyles.Left) |
|
1276 |
| System.Windows.Forms.AnchorStyles.Right))); |
|
1277 |
this.dgvApproval.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
1278 |
this.dgvApproval.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
1279 |
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1280 |
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; |
|
1281 |
dataGridViewCellStyle14.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
1282 |
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; |
|
1283 |
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
1284 |
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
1285 |
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
1286 |
this.dgvApproval.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; |
|
1287 |
this.dgvApproval.ColumnHeadersHeight = 20; |
|
1288 |
this.dgvApproval.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
1289 |
this.dgvApproval.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
1290 |
this.ApprovalColumn02, |
|
1291 |
this.ApprovalColumn12, |
|
1292 |
this.Column32, |
|
1293 |
this.ApprovalColumn01, |
|
1294 |
this.ApprovalColumn03, |
|
1295 |
this.ApprovalColumn04, |
|
1296 |
this.ApprovalColumn05, |
|
1297 |
this.ApprovalColumn06, |
|
1298 |
this.ApprovalColumn07, |
|
1299 |
this.ApprovalColumn08, |
|
1300 |
this.ApprovalColumn09, |
|
1301 |
this.ApprovalColumn10, |
|
1302 |
this.ApprovalColumn11}); |
|
1303 |
this.dgvApproval.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; |
|
1304 |
this.dgvApproval.Location = new System.Drawing.Point(6, 29); |
|
1305 |
this.dgvApproval.MultiSelect = false; |
|
1306 |
this.dgvApproval.Name = "dgvApproval"; |
|
1307 |
this.dgvApproval.ReadOnly = true; |
|
1308 |
this.dgvApproval.RowHeadersVisible = false; |
|
1309 |
this.dgvApproval.RowHeadersWidth = 20; |
|
1310 |
this.dgvApproval.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
|
1311 |
this.dgvApproval.RowTemplate.Height = 20; |
|
1312 |
this.dgvApproval.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; |
|
1313 |
this.dgvApproval.Size = new System.Drawing.Size(1190, 444); |
|
1314 |
this.dgvApproval.TabIndex = 6; |
|
1315 |
this.dgvApproval.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvApproval_CellDoubleClick); |
|
1316 |
// |
|
1317 |
// ApprovalColumn02 |
|
1318 |
// |
|
1319 |
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; |
|
1320 |
dataGridViewCellStyle15.BackColor = System.Drawing.Color.White; |
|
1321 |
dataGridViewCellStyle15.ForeColor = System.Drawing.Color.Black; |
|
1322 |
this.ApprovalColumn02.DefaultCellStyle = dataGridViewCellStyle15; |
|
1323 |
this.ApprovalColumn02.Frozen = true; |
|
1324 |
this.ApprovalColumn02.HeaderText = "工事コード"; |
|
1325 |
this.ApprovalColumn02.Name = "ApprovalColumn02"; |
|
1326 |
this.ApprovalColumn02.ReadOnly = true; |
|
1327 |
this.ApprovalColumn02.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1328 |
this.ApprovalColumn02.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1329 |
this.ApprovalColumn02.Visible = false; |
|
1330 |
this.ApprovalColumn02.Width = 5; |
|
1331 |
// |
|
1332 |
// ApprovalColumn12 |
|
1333 |
// |
|
1334 |
this.ApprovalColumn12.Frozen = true; |
|
1335 |
this.ApprovalColumn12.HeaderText = "承認機能番号"; |
|
1336 |
this.ApprovalColumn12.Name = "ApprovalColumn12"; |
|
1337 |
this.ApprovalColumn12.ReadOnly = true; |
|
1338 |
this.ApprovalColumn12.Visible = false; |
|
1339 |
this.ApprovalColumn12.Width = 5; |
|
1340 |
// |
|
1341 |
// Column32 |
|
1342 |
// |
|
1343 |
this.Column32.Frozen = true; |
|
1344 |
this.Column32.HeaderText = "受付番号"; |
|
1345 |
this.Column32.Name = "Column32"; |
|
1346 |
this.Column32.ReadOnly = true; |
|
1347 |
this.Column32.Visible = false; |
|
1348 |
this.Column32.Width = 5; |
|
1349 |
// |
|
1350 |
// ApprovalColumn01 |
|
1351 |
// |
|
1352 |
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1353 |
dataGridViewCellStyle16.BackColor = System.Drawing.Color.White; |
|
1354 |
dataGridViewCellStyle16.ForeColor = System.Drawing.Color.Black; |
|
1355 |
this.ApprovalColumn01.DefaultCellStyle = dataGridViewCellStyle16; |
|
1356 |
this.ApprovalColumn01.Frozen = true; |
|
1357 |
this.ApprovalColumn01.HeaderText = "№"; |
|
1358 |
this.ApprovalColumn01.Name = "ApprovalColumn01"; |
|
1359 |
this.ApprovalColumn01.ReadOnly = true; |
|
1360 |
this.ApprovalColumn01.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1361 |
this.ApprovalColumn01.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1362 |
this.ApprovalColumn01.Width = 40; |
|
1363 |
// |
|
1364 |
// ApprovalColumn03 |
|
1365 |
// |
|
1366 |
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
1367 |
dataGridViewCellStyle17.BackColor = System.Drawing.Color.White; |
|
1368 |
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.Black; |
|
1369 |
this.ApprovalColumn03.DefaultCellStyle = dataGridViewCellStyle17; |
|
1370 |
this.ApprovalColumn03.Frozen = true; |
|
1371 |
this.ApprovalColumn03.HeaderText = "工 事 名 称"; |
|
1372 |
this.ApprovalColumn03.Name = "ApprovalColumn03"; |
|
1373 |
this.ApprovalColumn03.ReadOnly = true; |
|
1374 |
this.ApprovalColumn03.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1375 |
this.ApprovalColumn03.Width = 300; |
|
1376 |
// |
|
1377 |
// ApprovalColumn04 |
|
1378 |
// |
|
1379 |
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1380 |
dataGridViewCellStyle18.BackColor = System.Drawing.Color.White; |
|
1381 |
dataGridViewCellStyle18.ForeColor = System.Drawing.Color.Black; |
|
1382 |
this.ApprovalColumn04.DefaultCellStyle = dataGridViewCellStyle18; |
|
1383 |
this.ApprovalColumn04.HeaderText = "申請項目"; |
|
1384 |
this.ApprovalColumn04.Name = "ApprovalColumn04"; |
|
1385 |
this.ApprovalColumn04.ReadOnly = true; |
|
1386 |
this.ApprovalColumn04.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1387 |
this.ApprovalColumn04.Width = 130; |
|
1388 |
// |
|
1389 |
// ApprovalColumn05 |
|
1390 |
// |
|
1391 |
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1392 |
dataGridViewCellStyle19.BackColor = System.Drawing.Color.White; |
|
1393 |
dataGridViewCellStyle19.ForeColor = System.Drawing.Color.Black; |
|
1394 |
this.ApprovalColumn05.DefaultCellStyle = dataGridViewCellStyle19; |
|
1395 |
this.ApprovalColumn05.HeaderText = "申 請 者"; |
|
1396 |
this.ApprovalColumn05.Name = "ApprovalColumn05"; |
|
1397 |
this.ApprovalColumn05.ReadOnly = true; |
|
1398 |
this.ApprovalColumn05.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1399 |
// |
|
1400 |
// ApprovalColumn06 |
|
1401 |
// |
|
1402 |
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1403 |
dataGridViewCellStyle20.BackColor = System.Drawing.Color.White; |
|
1404 |
dataGridViewCellStyle20.ForeColor = System.Drawing.Color.Black; |
|
1405 |
this.ApprovalColumn06.DefaultCellStyle = dataGridViewCellStyle20; |
|
1406 |
this.ApprovalColumn06.HeaderText = "申 請 日"; |
|
1407 |
this.ApprovalColumn06.Name = "ApprovalColumn06"; |
|
1408 |
this.ApprovalColumn06.ReadOnly = true; |
|
1409 |
this.ApprovalColumn06.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1410 |
// |
|
1411 |
// ApprovalColumn07 |
|
1412 |
// |
|
1413 |
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1414 |
dataGridViewCellStyle21.BackColor = System.Drawing.Color.White; |
|
1415 |
dataGridViewCellStyle21.ForeColor = System.Drawing.Color.Black; |
|
1416 |
this.ApprovalColumn07.DefaultCellStyle = dataGridViewCellStyle21; |
|
1417 |
this.ApprovalColumn07.HeaderText = "承認希望日"; |
|
1418 |
this.ApprovalColumn07.Name = "ApprovalColumn07"; |
|
1419 |
this.ApprovalColumn07.ReadOnly = true; |
|
1420 |
this.ApprovalColumn07.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1421 |
// |
|
1422 |
// ApprovalColumn08 |
|
1423 |
// |
|
1424 |
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1425 |
dataGridViewCellStyle22.BackColor = System.Drawing.Color.White; |
|
1426 |
dataGridViewCellStyle22.ForeColor = System.Drawing.Color.Black; |
|
1427 |
this.ApprovalColumn08.DefaultCellStyle = dataGridViewCellStyle22; |
|
1428 |
this.ApprovalColumn08.HeaderText = "承認者1"; |
|
1429 |
this.ApprovalColumn08.Name = "ApprovalColumn08"; |
|
1430 |
this.ApprovalColumn08.ReadOnly = true; |
|
1431 |
this.ApprovalColumn08.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1432 |
// |
|
1433 |
// ApprovalColumn09 |
|
1434 |
// |
|
1435 |
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1436 |
dataGridViewCellStyle23.BackColor = System.Drawing.Color.White; |
|
1437 |
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.Black; |
|
1438 |
this.ApprovalColumn09.DefaultCellStyle = dataGridViewCellStyle23; |
|
1439 |
this.ApprovalColumn09.HeaderText = "承認者2"; |
|
1440 |
this.ApprovalColumn09.Name = "ApprovalColumn09"; |
|
1441 |
this.ApprovalColumn09.ReadOnly = true; |
|
1442 |
this.ApprovalColumn09.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1443 |
// |
|
1444 |
// ApprovalColumn10 |
|
1445 |
// |
|
1446 |
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1447 |
dataGridViewCellStyle24.BackColor = System.Drawing.Color.White; |
|
1448 |
dataGridViewCellStyle24.ForeColor = System.Drawing.Color.Black; |
|
1449 |
this.ApprovalColumn10.DefaultCellStyle = dataGridViewCellStyle24; |
|
1450 |
this.ApprovalColumn10.HeaderText = "承認者3"; |
|
1451 |
this.ApprovalColumn10.Name = "ApprovalColumn10"; |
|
1452 |
this.ApprovalColumn10.ReadOnly = true; |
|
1453 |
this.ApprovalColumn10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1454 |
// |
|
1455 |
// ApprovalColumn11 |
|
1456 |
// |
|
1457 |
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1458 |
dataGridViewCellStyle25.BackColor = System.Drawing.Color.White; |
|
1459 |
dataGridViewCellStyle25.ForeColor = System.Drawing.Color.Black; |
|
1460 |
this.ApprovalColumn11.DefaultCellStyle = dataGridViewCellStyle25; |
|
1461 |
this.ApprovalColumn11.HeaderText = "承認者4"; |
|
1462 |
this.ApprovalColumn11.Name = "ApprovalColumn11"; |
|
1463 |
this.ApprovalColumn11.ReadOnly = true; |
|
1464 |
this.ApprovalColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1465 |
// |
|
1030 | 1466 |
// tabPage4 |
1031 | 1467 |
// |
1032 | 1468 |
this.tabPage4.BackColor = System.Drawing.Color.Black; |
... | ... | |
1050 | 1486 |
this.label5.BackColor = System.Drawing.Color.Red; |
1051 | 1487 |
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
1052 | 1488 |
this.label5.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1053 |
this.label5.Location = new System.Drawing.Point(930, 503);
|
|
1489 |
this.label5.Location = new System.Drawing.Point(930, 477);
|
|
1054 | 1490 |
this.label5.Name = "label5"; |
1055 | 1491 |
this.label5.Size = new System.Drawing.Size(80, 30); |
1056 | 1492 |
this.label5.TabIndex = 109; |
... | ... | |
1063 | 1499 |
this.label6.BackColor = System.Drawing.Color.Yellow; |
1064 | 1500 |
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
1065 | 1501 |
this.label6.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1066 |
this.label6.Location = new System.Drawing.Point(842, 503);
|
|
1502 |
this.label6.Location = new System.Drawing.Point(842, 477);
|
|
1067 | 1503 |
this.label6.Name = "label6"; |
1068 | 1504 |
this.label6.Size = new System.Drawing.Size(80, 30); |
1069 | 1505 |
this.label6.TabIndex = 110; |
... | ... | |
1076 | 1512 |
this.label7.BackColor = System.Drawing.Color.LightSkyBlue; |
1077 | 1513 |
this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
1078 | 1514 |
this.label7.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1079 |
this.label7.Location = new System.Drawing.Point(666, 503);
|
|
1515 |
this.label7.Location = new System.Drawing.Point(666, 477);
|
|
1080 | 1516 |
this.label7.Name = "label7"; |
1081 | 1517 |
this.label7.Size = new System.Drawing.Size(80, 30); |
1082 | 1518 |
this.label7.TabIndex = 111; |
... | ... | |
1089 | 1525 |
this.label8.BackColor = System.Drawing.Color.MediumSpringGreen; |
1090 | 1526 |
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
1091 | 1527 |
this.label8.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1092 |
this.label8.Location = new System.Drawing.Point(754, 503);
|
|
1528 |
this.label8.Location = new System.Drawing.Point(754, 477);
|
|
1093 | 1529 |
this.label8.Name = "label8"; |
1094 | 1530 |
this.label8.Size = new System.Drawing.Size(80, 30); |
1095 | 1531 |
this.label8.TabIndex = 112; |
... | ... | |
1101 | 1537 |
this.btnReLoadPersonApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
1102 | 1538 |
this.btnReLoadPersonApp.BackColor = System.Drawing.Color.SpringGreen; |
1103 | 1539 |
this.btnReLoadPersonApp.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
1104 |
this.btnReLoadPersonApp.Location = new System.Drawing.Point(1076, 503);
|
|
1540 |
this.btnReLoadPersonApp.Location = new System.Drawing.Point(1076, 477);
|
|
1105 | 1541 |
this.btnReLoadPersonApp.Name = "btnReLoadPersonApp"; |
1106 | 1542 |
this.btnReLoadPersonApp.Size = new System.Drawing.Size(120, 30); |
1107 | 1543 |
this.btnReLoadPersonApp.TabIndex = 108; |
... | ... | |
1113 | 1549 |
// ProgressPersonApp |
1114 | 1550 |
// |
1115 | 1551 |
this.ProgressPersonApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
1116 |
this.ProgressPersonApp.Location = new System.Drawing.Point(6, 503);
|
|
1552 |
this.ProgressPersonApp.Location = new System.Drawing.Point(6, 477);
|
|
1117 | 1553 |
this.ProgressPersonApp.Name = "ProgressPersonApp"; |
1118 | 1554 |
this.ProgressPersonApp.Size = new System.Drawing.Size(388, 30); |
1119 | 1555 |
this.ProgressPersonApp.TabIndex = 107; |
1120 | 1556 |
this.ProgressPersonApp.Visible = false; |
1121 | 1557 |
// |
1558 |
// dgvPersonApp |
|
1559 |
// |
|
1560 |
this.dgvPersonApp.AllowUserToAddRows = false; |
|
1561 |
this.dgvPersonApp.AllowUserToDeleteRows = false; |
|
1562 |
this.dgvPersonApp.AllowUserToResizeColumns = false; |
|
1563 |
this.dgvPersonApp.AllowUserToResizeRows = false; |
|
1564 |
dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |
|
1565 |
this.dgvPersonApp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26; |
|
1566 |
this.dgvPersonApp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
1567 |
| System.Windows.Forms.AnchorStyles.Left) |
|
1568 |
| System.Windows.Forms.AnchorStyles.Right))); |
|
1569 |
this.dgvPersonApp.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
1570 |
this.dgvPersonApp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
1571 |
dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1572 |
dataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Control; |
|
1573 |
dataGridViewCellStyle27.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
1574 |
dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.WindowText; |
|
1575 |
dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
1576 |
dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
1577 |
dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
1578 |
this.dgvPersonApp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27; |
|
1579 |
this.dgvPersonApp.ColumnHeadersHeight = 20; |
|
1580 |
this.dgvPersonApp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
1581 |
this.dgvPersonApp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
1582 |
this.dataGridViewTextBoxColumn53, |
|
1583 |
this.Column42, |
|
1584 |
this.Column43, |
|
1585 |
this.Column45, |
|
1586 |
this.Column46, |
|
1587 |
this.dataGridViewTextBoxColumn54, |
|
1588 |
this.dataGridViewTextBoxColumn55, |
|
1589 |
this.dataGridViewTextBoxColumn57, |
|
1590 |
this.Column44, |
|
1591 |
this.dataGridViewTextBoxColumn58, |
|
1592 |
this.Column41, |
|
1593 |
this.dataGridViewTextBoxColumn59, |
|
1594 |
this.dataGridViewTextBoxColumn60, |
|
1595 |
this.dataGridViewTextBoxColumn61, |
|
1596 |
this.dataGridViewTextBoxColumn62}); |
|
1597 |
this.dgvPersonApp.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; |
|
1598 |
this.dgvPersonApp.Location = new System.Drawing.Point(6, 29); |
|
1599 |
this.dgvPersonApp.MultiSelect = false; |
|
1600 |
this.dgvPersonApp.Name = "dgvPersonApp"; |
|
1601 |
this.dgvPersonApp.ReadOnly = true; |
|
1602 |
this.dgvPersonApp.RowHeadersVisible = false; |
|
1603 |
this.dgvPersonApp.RowHeadersWidth = 20; |
|
1604 |
this.dgvPersonApp.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
|
1605 |
this.dgvPersonApp.RowTemplate.Height = 20; |
|
1606 |
this.dgvPersonApp.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; |
|
1607 |
this.dgvPersonApp.Size = new System.Drawing.Size(1190, 444); |
|
1608 |
this.dgvPersonApp.TabIndex = 106; |
|
1609 |
this.dgvPersonApp.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPersonApp_CellDoubleClick); |
|
1610 |
// |
|
1611 |
// dataGridViewTextBoxColumn53 |
|
1612 |
// |
|
1613 |
dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; |
|
1614 |
dataGridViewCellStyle28.BackColor = System.Drawing.Color.White; |
|
1615 |
dataGridViewCellStyle28.ForeColor = System.Drawing.Color.Black; |
|
1616 |
this.dataGridViewTextBoxColumn53.DefaultCellStyle = dataGridViewCellStyle28; |
|
1617 |
this.dataGridViewTextBoxColumn53.Frozen = true; |
|
1618 |
this.dataGridViewTextBoxColumn53.HeaderText = "担当者コード"; |
|
1619 |
this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53"; |
|
1620 |
this.dataGridViewTextBoxColumn53.ReadOnly = true; |
|
1621 |
this.dataGridViewTextBoxColumn53.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1622 |
this.dataGridViewTextBoxColumn53.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1623 |
this.dataGridViewTextBoxColumn53.Visible = false; |
|
1624 |
this.dataGridViewTextBoxColumn53.Width = 5; |
|
1625 |
// |
|
1626 |
// Column42 |
|
1627 |
// |
|
1628 |
this.Column42.Frozen = true; |
|
1629 |
this.Column42.HeaderText = "承認機能番号"; |
|
1630 |
this.Column42.Name = "Column42"; |
|
1631 |
this.Column42.ReadOnly = true; |
|
1632 |
this.Column42.Visible = false; |
|
1633 |
// |
|
1634 |
// Column43 |
|
1635 |
// |
|
1636 |
this.Column43.Frozen = true; |
|
1637 |
this.Column43.HeaderText = "受付番号"; |
|
1638 |
this.Column43.Name = "Column43"; |
|
1639 |
this.Column43.ReadOnly = true; |
|
1640 |
this.Column43.Visible = false; |
|
1641 |
// |
|
1642 |
// Column45 |
|
1643 |
// |
|
1644 |
this.Column45.Frozen = true; |
|
1645 |
this.Column45.HeaderText = "データ検索キー1"; |
|
1646 |
this.Column45.Name = "Column45"; |
|
1647 |
this.Column45.ReadOnly = true; |
|
1648 |
this.Column45.Visible = false; |
|
1649 |
// |
|
1650 |
// Column46 |
|
1651 |
// |
|
1652 |
this.Column46.Frozen = true; |
|
1653 |
this.Column46.HeaderText = "データ検索キー2"; |
|
1654 |
this.Column46.Name = "Column46"; |
|
1655 |
this.Column46.ReadOnly = true; |
|
1656 |
this.Column46.Visible = false; |
|
1657 |
// |
|
1658 |
// dataGridViewTextBoxColumn54 |
|
1659 |
// |
|
1660 |
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1661 |
dataGridViewCellStyle29.BackColor = System.Drawing.Color.White; |
|
1662 |
dataGridViewCellStyle29.ForeColor = System.Drawing.Color.Black; |
|
1663 |
this.dataGridViewTextBoxColumn54.DefaultCellStyle = dataGridViewCellStyle29; |
|
1664 |
this.dataGridViewTextBoxColumn54.Frozen = true; |
|
1665 |
this.dataGridViewTextBoxColumn54.HeaderText = "№"; |
|
1666 |
this.dataGridViewTextBoxColumn54.Name = "dataGridViewTextBoxColumn54"; |
|
1667 |
this.dataGridViewTextBoxColumn54.ReadOnly = true; |
|
1668 |
this.dataGridViewTextBoxColumn54.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1669 |
this.dataGridViewTextBoxColumn54.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1670 |
this.dataGridViewTextBoxColumn54.Width = 40; |
|
1671 |
// |
|
1672 |
// dataGridViewTextBoxColumn55 |
|
1673 |
// |
|
1674 |
this.dataGridViewTextBoxColumn55.Frozen = true; |
|
1675 |
this.dataGridViewTextBoxColumn55.HeaderText = "申 請 内 容"; |
|
1676 |
this.dataGridViewTextBoxColumn55.Name = "dataGridViewTextBoxColumn55"; |
|
1677 |
this.dataGridViewTextBoxColumn55.ReadOnly = true; |
|
1678 |
this.dataGridViewTextBoxColumn55.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1679 |
this.dataGridViewTextBoxColumn55.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1680 |
this.dataGridViewTextBoxColumn55.Width = 300; |
|
1681 |
// |
|
1682 |
// dataGridViewTextBoxColumn57 |
|
1683 |
// |
|
1684 |
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1685 |
dataGridViewCellStyle30.BackColor = System.Drawing.Color.White; |
|
1686 |
dataGridViewCellStyle30.ForeColor = System.Drawing.Color.Black; |
|
1687 |
this.dataGridViewTextBoxColumn57.DefaultCellStyle = dataGridViewCellStyle30; |
|
1688 |
this.dataGridViewTextBoxColumn57.HeaderText = "申請項目"; |
|
1689 |
this.dataGridViewTextBoxColumn57.Name = "dataGridViewTextBoxColumn57"; |
|
1690 |
this.dataGridViewTextBoxColumn57.ReadOnly = true; |
|
1691 |
this.dataGridViewTextBoxColumn57.Resizable = System.Windows.Forms.DataGridViewTriState.False; |
|
1692 |
this.dataGridViewTextBoxColumn57.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1693 |
this.dataGridViewTextBoxColumn57.Width = 130; |
|
1694 |
// |
|
1695 |
// Column44 |
|
1696 |
// |
|
1697 |
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1698 |
this.Column44.DefaultCellStyle = dataGridViewCellStyle31; |
|
1699 |
this.Column44.HeaderText = "申 請 者"; |
|
1700 |
this.Column44.Name = "Column44"; |
|
1701 |
this.Column44.ReadOnly = true; |
|
1702 |
this.Column44.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1703 |
// |
|
1704 |
// dataGridViewTextBoxColumn58 |
|
1705 |
// |
|
1706 |
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1707 |
dataGridViewCellStyle32.BackColor = System.Drawing.Color.White; |
|
1708 |
dataGridViewCellStyle32.ForeColor = System.Drawing.Color.Black; |
|
1709 |
this.dataGridViewTextBoxColumn58.DefaultCellStyle = dataGridViewCellStyle32; |
|
1710 |
this.dataGridViewTextBoxColumn58.HeaderText = "申 請 日"; |
|
1711 |
this.dataGridViewTextBoxColumn58.Name = "dataGridViewTextBoxColumn58"; |
|
1712 |
this.dataGridViewTextBoxColumn58.ReadOnly = true; |
|
1713 |
this.dataGridViewTextBoxColumn58.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1714 |
// |
|
1715 |
// Column41 |
|
1716 |
// |
|
1717 |
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1718 |
dataGridViewCellStyle33.BackColor = System.Drawing.Color.White; |
|
1719 |
dataGridViewCellStyle33.ForeColor = System.Drawing.Color.Black; |
|
1720 |
this.Column41.DefaultCellStyle = dataGridViewCellStyle33; |
|
1721 |
this.Column41.HeaderText = "承認希望日"; |
|
1722 |
this.Column41.Name = "Column41"; |
|
1723 |
this.Column41.ReadOnly = true; |
|
1724 |
this.Column41.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1725 |
// |
|
1726 |
// dataGridViewTextBoxColumn59 |
|
1727 |
// |
|
1728 |
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1729 |
dataGridViewCellStyle34.BackColor = System.Drawing.Color.White; |
|
1730 |
dataGridViewCellStyle34.ForeColor = System.Drawing.Color.Black; |
|
1731 |
this.dataGridViewTextBoxColumn59.DefaultCellStyle = dataGridViewCellStyle34; |
|
1732 |
this.dataGridViewTextBoxColumn59.HeaderText = "承認者1"; |
|
1733 |
this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59"; |
|
1734 |
this.dataGridViewTextBoxColumn59.ReadOnly = true; |
|
1735 |
this.dataGridViewTextBoxColumn59.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1736 |
// |
|
1737 |
// dataGridViewTextBoxColumn60 |
|
1738 |
// |
|
1739 |
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1740 |
dataGridViewCellStyle35.BackColor = System.Drawing.Color.White; |
|
1741 |
dataGridViewCellStyle35.ForeColor = System.Drawing.Color.Black; |
|
1742 |
this.dataGridViewTextBoxColumn60.DefaultCellStyle = dataGridViewCellStyle35; |
|
1743 |
this.dataGridViewTextBoxColumn60.HeaderText = "承認者2"; |
|
1744 |
this.dataGridViewTextBoxColumn60.Name = "dataGridViewTextBoxColumn60"; |
|
1745 |
this.dataGridViewTextBoxColumn60.ReadOnly = true; |
|
1746 |
this.dataGridViewTextBoxColumn60.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1747 |
// |
|
1748 |
// dataGridViewTextBoxColumn61 |
|
1749 |
// |
|
1750 |
dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1751 |
dataGridViewCellStyle36.BackColor = System.Drawing.Color.White; |
|
1752 |
dataGridViewCellStyle36.ForeColor = System.Drawing.Color.Black; |
|
1753 |
this.dataGridViewTextBoxColumn61.DefaultCellStyle = dataGridViewCellStyle36; |
|
1754 |
this.dataGridViewTextBoxColumn61.HeaderText = "承認者3"; |
|
1755 |
this.dataGridViewTextBoxColumn61.Name = "dataGridViewTextBoxColumn61"; |
|
1756 |
this.dataGridViewTextBoxColumn61.ReadOnly = true; |
|
1757 |
this.dataGridViewTextBoxColumn61.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1758 |
// |
|
1759 |
// dataGridViewTextBoxColumn62 |
|
1760 |
// |
|
1761 |
dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1762 |
dataGridViewCellStyle37.BackColor = System.Drawing.Color.White; |
|
1763 |
dataGridViewCellStyle37.ForeColor = System.Drawing.Color.Black; |
|
1764 |
this.dataGridViewTextBoxColumn62.DefaultCellStyle = dataGridViewCellStyle37; |
|
1765 |
this.dataGridViewTextBoxColumn62.HeaderText = "承認者4"; |
|
1766 |
this.dataGridViewTextBoxColumn62.Name = "dataGridViewTextBoxColumn62"; |
|
1767 |
this.dataGridViewTextBoxColumn62.ReadOnly = true; |
|
1768 |
this.dataGridViewTextBoxColumn62.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
|
1769 |
// |
|
1122 | 1770 |
// label4 |
1123 | 1771 |
// |
1124 | 1772 |
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top; |
... | ... | |
1147 | 1795 |
this.tabPage5.TabIndex = 6; |
1148 | 1796 |
this.tabPage5.Text = "工事案件"; |
1149 | 1797 |
// |
1798 |
// dgvSalesInProjects |
|
1799 |
// |
|
1800 |
this.dgvSalesInProjects.AllowUserToAddRows = false; |
|
1801 |
this.dgvSalesInProjects.AllowUserToDeleteRows = false; |
|
1802 |
this.dgvSalesInProjects.AllowUserToResizeColumns = false; |
|
1803 |
this.dgvSalesInProjects.AllowUserToResizeRows = false; |
|
1804 |
dataGridViewCellStyle38.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |
|
1805 |
this.dgvSalesInProjects.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle38; |
|
1806 |
this.dgvSalesInProjects.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|
1807 |
| System.Windows.Forms.AnchorStyles.Left) |
|
1808 |
| System.Windows.Forms.AnchorStyles.Right))); |
|
1809 |
this.dgvSalesInProjects.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |
|
1810 |
this.dgvSalesInProjects.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
|
1811 |
dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
1812 |
dataGridViewCellStyle39.BackColor = System.Drawing.SystemColors.Control; |
|
1813 |
dataGridViewCellStyle39.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
|
1814 |
dataGridViewCellStyle39.ForeColor = System.Drawing.SystemColors.WindowText; |
|
1815 |
dataGridViewCellStyle39.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
1816 |
dataGridViewCellStyle39.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
1817 |
dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
1818 |
this.dgvSalesInProjects.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle39; |
|
1819 |
this.dgvSalesInProjects.ColumnHeadersHeight = 20; |
|
1820 |
this.dgvSalesInProjects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
1821 |
this.dgvSalesInProjects.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
1822 |
this.Column1, |
|
1823 |
this.Column15, |
|
1824 |
this.Column10, |
|
1825 |
this.Column2, |
|
1826 |
this.Column9, |
|
1827 |
this.Column29, |
|
1828 |
this.Column19, |
|
1829 |
this.Column3, |
|
1830 |
this.Column4, |
|
1831 |
this.Column5, |
|
1832 |
this.Column6, |
|
1833 |
this.Column7, |
|
1834 |
this.Column8}); |
|
1835 |
this.dgvSalesInProjects.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; |
|
1836 |
this.dgvSalesInProjects.Location = new System.Drawing.Point(6, 29); |
|
1837 |
this.dgvSalesInProjects.MultiSelect = false; |
|
1838 |
this.dgvSalesInProjects.Name = "dgvSalesInProjects"; |
|
1839 |
this.dgvSalesInProjects.RowHeadersVisible = false; |
|
1840 |
this.dgvSalesInProjects.RowHeadersWidth = 20; |
|
1841 |
this.dgvSalesInProjects.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; |
|
1842 |
this.dgvSalesInProjects.RowTemplate.Height = 20; |
|
1843 |
this.dgvSalesInProjects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
1844 |
this.dgvSalesInProjects.Size = new System.Drawing.Size(1190, 444); |
|
1845 |
this.dgvSalesInProjects.TabIndex = 6; |
|
1846 |
this.dgvSalesInProjects.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSalesInProjects_CellDoubleClick); |
|
1847 |
// |
|
1848 |
// Column1 |
|
1849 |
// |
他の形式にエクスポート: Unified diff