プロジェクト

全般

プロフィール

リビジョン 408

堀内6年以上前に追加

請求書承認状況確認:請求入力リンク・画面上に請求区分表示追加
製品版メニュー:バグ修正

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ReqApprovalStatus/FrmReqApprovalStatus.cs
40 40
        private enum DispColumn
41 41
        {
42 42
            No = 0,
43
            ConstructionDepartment,
44
            ConstructionPerson,
45
            OrdersName,
46
            RequestValue,
47
            ConstructionName,
48
            ConstructionCode,
49
            ApprovalDate,
50
            PrintOutDate,
51
            MailingDate,
52
            OrderNo,
53
            InvoiceNo,
43
            ConstrPersonName,
44
            ConstrName,
45
            BillingSplit,
46
            TotalAmount,
47
            RequestAmount,
48
            UnpaidAmount,
49
            RequestCnt,
50
            ConstrCode,
51
            BillingSplitFlg,
54 52
        }
55 53
        #endregion
56 54

  
......
265 263
            DataGridViewRow CurRow = dgv.CurrentRow;
266 264

  
267 265
            // ?s?I??F????????
268
            if (m_BeforeGridRow >= 0) DefaultRowChangeColor(m_BeforeGridRow);
266
            if (m_BeforeGridRow >= 0)
267
            {
268
                DefaultRowChangeColor(m_BeforeGridRow);
269
            }
269 270

  
270 271
            // ?I???s??????
271 272
            m_BeforeGridRow = dgv.CurrentRow.Index;
273

  
272 274
            // ?s?I??F????
273 275
            SelectRowChangeColor(m_BeforeGridRow);
274 276
        }
......
441 443
        }
442 444
        #endregion
443 445

  
446
        #region ?O???b?h?Z???_?u???N???b?N
447
        /// <summary>
448
        /// ?O???b?h?Z???_?u???N???b?N
449
        /// </summary>
450
        /// <param name="sender"></param>
451
        /// <param name="e"></param>
452
        private void dgvMaster_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
453
        {
454
            if (e.RowIndex < 0) return;
455
            // ?f?[?^??????????????
456
            if (dgvMaster.RowCount == 0) return;
457
            if (CommonMotions.chkCellBlank(dgvMaster.CurrentRow.Cells[(int)DispColumn.ConstrName].Value)) return;
458

  
459
            // ?e?????N??
460
            int ConstrCode = CommonMotions.cnvInt(dgvMaster.CurrentRow.Cells[(int)DispColumn.ConstrCode].Value);
461
            SubProcessExecute(ConstrCode);
462
        }
463
        #endregion
444 464
    }
445 465
}
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ReqApprovalStatus/FrmReqApprovalStatus.designer.cs
30 30
        {
31 31
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32 32
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
34 34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
35 35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
36 36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
37 37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
38 38
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
39 39
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
40
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
40 41
            this.btnEnd = new System.Windows.Forms.Button();
41 42
            this.label1 = new System.Windows.Forms.Label();
42 43
            this.btnDataUpDate = new System.Windows.Forms.Button();
......
56 57
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
57 58
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
58 59
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
60
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
59 61
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
60 62
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
61 63
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
62 64
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
65
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
66
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
63 67
            this.groupBox1.SuspendLayout();
64 68
            ((System.ComponentModel.ISupportInitialize)(this.numUDConstPro)).BeginInit();
65 69
            ((System.ComponentModel.ISupportInitialize)(this.dgvMaster)).BeginInit();
......
292 296
            this.Column1,
293 297
            this.Column4,
294 298
            this.Column7,
299
            this.Column6,
295 300
            this.Column3,
296 301
            this.Column9,
297 302
            this.Column8,
298
            this.Column5});
299
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
300
            dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
301
            dataGridViewCellStyle9.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
302
            dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
303
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.LightSeaGreen;
304
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
305
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
306
            this.dgvMaster.DefaultCellStyle = dataGridViewCellStyle9;
303
            this.Column5,
304
            this.Column2,
305
            this.Column10});
306
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
307
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
308
            dataGridViewCellStyle10.Font = new System.Drawing.Font("MS 明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
309
            dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
310
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.LightSeaGreen;
311
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
312
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
313
            this.dgvMaster.DefaultCellStyle = dataGridViewCellStyle10;
307 314
            this.dgvMaster.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
308 315
            this.dgvMaster.EnableHeadersVisualStyles = false;
309 316
            this.dgvMaster.Location = new System.Drawing.Point(10, 103);
......
315 322
            this.dgvMaster.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
316 323
            this.dgvMaster.Size = new System.Drawing.Size(1260, 506);
317 324
            this.dgvMaster.TabIndex = 5;
325
            this.dgvMaster.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMaster_CellDoubleClick);
318 326
            this.dgvMaster.SelectionChanged += new System.EventHandler(this.dgvMaster_SelectionChanged);
319 327
            this.dgvMaster.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgvMaster_MouseUp);
320 328
            // 
......
349 357
            this.Column7.Name = "Column7";
350 358
            this.Column7.ReadOnly = true;
351 359
            this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
352
            this.Column7.Width = 500;
360
            this.Column7.Width = 430;
353 361
            // 
362
            // Column6
363
            // 
364
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
365
            this.Column6.DefaultCellStyle = dataGridViewCellStyle5;
366
            this.Column6.HeaderText = "請求区分";
367
            this.Column6.Name = "Column6";
368
            this.Column6.ReadOnly = true;
369
            this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
370
            this.Column6.Width = 130;
371
            // 
354 372
            // Column3
355 373
            // 
356
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
357
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
358
            this.Column3.DefaultCellStyle = dataGridViewCellStyle5;
374
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
375
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
376
            this.Column3.DefaultCellStyle = dataGridViewCellStyle6;
359 377
            this.Column3.HeaderText = "受注金額";
360 378
            this.Column3.Name = "Column3";
361 379
            this.Column3.ReadOnly = true;
362 380
            this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
363 381
            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
364
            this.Column3.Width = 150;
382
            this.Column3.Width = 130;
365 383
            // 
366 384
            // Column9
367 385
            // 
368
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
369
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
370
            this.Column9.DefaultCellStyle = dataGridViewCellStyle6;
386
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
387
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
388
            this.Column9.DefaultCellStyle = dataGridViewCellStyle7;
371 389
            this.Column9.HeaderText = "請求金額";
372 390
            this.Column9.Name = "Column9";
373 391
            this.Column9.ReadOnly = true;
374 392
            this.Column9.Resizable = System.Windows.Forms.DataGridViewTriState.False;
375 393
            this.Column9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
376
            this.Column9.Width = 150;
394
            this.Column9.Width = 130;
377 395
            // 
378 396
            // Column8
379 397
            // 
380
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
381
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
382
            this.Column8.DefaultCellStyle = dataGridViewCellStyle7;
398
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
399
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
400
            this.Column8.DefaultCellStyle = dataGridViewCellStyle8;
383 401
            this.Column8.HeaderText = "未請求金額";
384 402
            this.Column8.Name = "Column8";
385 403
            this.Column8.ReadOnly = true;
386 404
            this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.False;
387 405
            this.Column8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
388
            this.Column8.Width = 150;
406
            this.Column8.Width = 130;
389 407
            // 
390 408
            // Column5
391 409
            // 
392
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
393
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
394
            this.Column5.DefaultCellStyle = dataGridViewCellStyle8;
410
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
411
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
412
            this.Column5.DefaultCellStyle = dataGridViewCellStyle9;
395 413
            this.Column5.HeaderText = "請求回数";
396 414
            this.Column5.Name = "Column5";
397 415
            this.Column5.ReadOnly = true;
398 416
            this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
399 417
            this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
400 418
            // 
419
            // Column2
420
            // 
421
            this.Column2.HeaderText = "工事番号";
422
            this.Column2.Name = "Column2";
423
            this.Column2.Visible = false;
424
            // 
425
            // Column10
426
            // 
427
            this.Column10.HeaderText = "請求分割フラグ";
428
            this.Column10.Name = "Column10";
429
            this.Column10.ReadOnly = true;
430
            this.Column10.Visible = false;
431
            // 
401 432
            // FrmReqApprovalStatus
402 433
            // 
403 434
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
......
452 483
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
453 484
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
454 485
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
486
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
455 487
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
456 488
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
457 489
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
458 490
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
491
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
492
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
459 493
    }
460 494
}
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ReqApprovalStatus/FrmReqApprovalStatus.resx
126 126
  <metadata name="Column7.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
127 127
    <value>True</value>
128 128
  </metadata>
129
  <metadata name="Column6.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
130
    <value>True</value>
131
  </metadata>
129 132
  <metadata name="Column3.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
130 133
    <value>True</value>
131 134
  </metadata>
......
138 141
  <metadata name="Column5.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
139 142
    <value>True</value>
140 143
  </metadata>
144
  <metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
145
    <value>True</value>
146
  </metadata>
147
  <metadata name="Column10.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
148
    <value>True</value>
149
  </metadata>
141 150
</root>
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ReqApprovalStatus/FrmReqApprovalStatusAuxiliary.cs
37 37
        #region ?v???p?e?B
38 38
        #endregion
39 39

  
40
        #region ?R???g???[???C?x???g???????
41
        /// <summary>
42
        /// ?R???g???[???C?x???g???????
43
        /// </summary>
44
        /// <param name="EventCon"></param>
45
        private void SetControlEvent()
46
        {
47
            try
48
            {
49
                numUDConstPro.ValueChanged += new EventHandler(numUDConstPro_ValueChanged);
50
                cmbDepartment.SelectedIndexChanged += new EventHandler(cmbDepartment_SelectedIndexChanged);
51
                radioButton1.CheckedChanged += new EventHandler(radioButton_CheckedChanged);
52
                cmbConstructionPerson.SelectedIndexChanged += new EventHandler(cmbConstructionPerson_SelectedIndexChanged);
53
            }
54
            catch (Exception ex)
55
            {
56
                logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message);
57
            }
58
        }
59
        #endregion
60

  
61
        #region ?R???g???[???C?x???g??????
62
        /// <summary>
63
        /// ?R???g???[???C?x???g??????
64
        /// </summary>
65
        /// <param name="EventCon"></param>
66
        private void SubControlEvent()
67
        {
68
            try
69
            {
70
                numUDConstPro.ValueChanged -= new EventHandler(numUDConstPro_ValueChanged);
71
                cmbDepartment.SelectedIndexChanged -= new EventHandler(cmbDepartment_SelectedIndexChanged);
72
                radioButton1.CheckedChanged -= new EventHandler(radioButton_CheckedChanged);
73
                cmbConstructionPerson.SelectedIndexChanged -= new EventHandler(cmbConstructionPerson_SelectedIndexChanged);
74
            }
75
            catch (Exception ex)
76
            {
77
                logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message);
78
            }
79
        }
80
        #endregion
81

  
82 40
        #region ???v???Z?X?N??
83 41
        /// <summary>
84
        /// ?????N??????v???Z?X?I??????
42
        /// ?H???????N??????v???Z?X?I??????
85 43
        /// </summary>
86 44
        /// <param name="para_ConstructionCode"></param>
87
        private void SubProcessExecute(int InvoiceNo = 0)
45
        private void SubProcessExecute(int para_ConstructionCode = 0)
88 46
        {
89
            IOConstructionBaseInfo cbiDB = new IOConstructionBaseInfo();
90 47
            try
91 48
            {
92
                if (InvoiceNo == 0) return;
93

  
94 49
                DataGridViewEX dgv = dgvMaster;
95 50

  
96 51
                int NowPoint = ClsExcute.GetNowProcessPoint();
97 52
                // ??????l?N???A
98 53
                ClsExcute.ClearSaveParameter(NowPoint);
54

  
99 55
                // ----- ???????
100 56
                // ?????N
101 57
                ClsExcute.ProcControlPara[NowPoint].StringSaveParameter.Add(numUDConstPro.Value.ToString());
......
109 65
                // ?\?????s
110 66
                ClsExcute.ProcControlPara[NowPoint].IntSaveParameter.Add(dgv.FirstDisplayedScrollingRowIndex);
111 67

  
112
                // ????I???s
113
                int CurrentIndex = dgv.CurrentRow.Index;
114
                ClsExcute.ProcControlPara[NowPoint].IntSaveParameter.Add(CurrentIndex);
68
                // ??????s
69
                ClsExcute.ProcControlPara[NowPoint].IntSaveParameter.Add(dgv.CurrentRow.Index);
115 70

  
116 71
                // ?\?[?g???
117 72
                if (dgv.SortedColumn != null)
......
120 75
                    ClsExcute.ProcControlPara[NowPoint].IntSaveParameter.Add((int)dgv.SortOrder);
121 76
                }
122 77

  
78
                // ----- ?N???p?????[?^?Z?b?g
123 79
                // ???N???v???Z?X?Z?b?g
124
                NowPoint = ClsExcute.NextProcess(m_ExecuteFlg);
80
                NowPoint = ClsExcute.NextProcess((int)ClsExcute.ProcessExecuteNo.RequestInput);
125 81
                // ?I???H??????Z?b?g
126
                ClsExcute.ProcControlPara[NowPoint].IntExecParameter.Add(InvoiceNo);
127
                // ????t???O
128
                ClsExcute.ProcControlPara[NowPoint].BoolExecParameter.Add(true);
129

  
82
                ClsExcute.ProcControlPara[NowPoint].IntExecParameter.Add(para_ConstructionCode);
130 83
            }
131 84
            catch (Exception ex)
132 85
            {
......
134 87
            }
135 88
            finally
136 89
            {
137
                cbiDB.close(); cbiDB = null;
138 90
                // ?N???[?Y??????OFF?????B
139 91
                m_CloseingProcessOff = true;
140 92
                // ???N???[?Y
......
143 95
        }
144 96
        #endregion
145 97

  
98
        #region ?R???g???[???C?x???g???????
99
        /// <summary>
100
        /// ?R???g???[???C?x???g???????
101
        /// </summary>
102
        /// <param name="EventCon"></param>
103
        private void SetControlEvent()
104
        {
105
            try
106
            {
107
                numUDConstPro.ValueChanged += new EventHandler(numUDConstPro_ValueChanged);
108
                cmbDepartment.SelectedIndexChanged += new EventHandler(cmbDepartment_SelectedIndexChanged);
109
                radioButton1.CheckedChanged += new EventHandler(radioButton_CheckedChanged);
110
                cmbConstructionPerson.SelectedIndexChanged += new EventHandler(cmbConstructionPerson_SelectedIndexChanged);
111
            }
112
            catch (Exception ex)
113
            {
114
                logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message);
115
            }
116
        }
117
        #endregion
118

  
119
        #region ?R???g???[???C?x???g??????
120
        /// <summary>
121
        /// ?R???g???[???C?x???g??????
122
        /// </summary>
123
        /// <param name="EventCon"></param>
124
        private void SubControlEvent()
125
        {
126
            try
127
            {
128
                numUDConstPro.ValueChanged -= new EventHandler(numUDConstPro_ValueChanged);
129
                cmbDepartment.SelectedIndexChanged -= new EventHandler(cmbDepartment_SelectedIndexChanged);
130
                radioButton1.CheckedChanged -= new EventHandler(radioButton_CheckedChanged);
131
                cmbConstructionPerson.SelectedIndexChanged -= new EventHandler(cmbConstructionPerson_SelectedIndexChanged);
132
            }
133
            catch (Exception ex)
134
            {
135
                logger.ErrorFormat("?V?X?e???G???[?F{0}?F{1}", CommonMotions.GetMethodName(), ex.Message);
136
            }
137
        }
138
        #endregion
139

  
146 140
        #region ????SQL??Z?L?????e?B??????????????
147 141
        /// <summary>
148 142
        /// ????SQL??Z?L?????e?B??????????????
......
318 312
            UNPAIDAMOUNT,
319 313
            REQUESTCNT,
320 314
            MAINCONSTRUCTIONCODE,
315
            BILLINGSPLITFLG,
321 316
        }
322 317
        #endregion
323 318

  
......
351 346
                strSQL.Append(", (B.OrdersDecisionPrice - ifnull(A.REQUESTAMOUNT,0))");
352 347
                strSQL.Append(", A.REQUESTCNT");
353 348
                strSQL.Append(", A.MAINCONSTRUCTIONCODE");
349
                strSQL.Append(", D.BillingSplitFlg");
354 350
                strSQL.Append(" From");
355 351

  
356 352
                strSQL.Append(" (SELECT");
......
403 399
                strSQL.Append(", ifnull(CD.DetailString, '') As DEPARTMENTNAME");
404 400
                strSQL.Append(", ifnull(CB.DISPLAYORDER, 99999) As MANDISPORDER");
405 401
                strSQL.Append(", ifnull(CC.DISPLAYORDER, 99999) As DEPDISPORDER");
402
                strSQL.Append(", CA.BillingSplitFlg");
406 403
                strSQL.Append(" FROM");
407 404
                strSQL.Append(" CONSTRUCTIONBASEINFO CA");
408 405
                strSQL.Append(" LEFT JOIN PERSONINCHARGEMASTER CB");
......
473 470

  
474 471
                // ?f?[?^?\??
475 472
                int ino = 1;
473
                int nBreakKey = -1;
476 474
                string strConstrName = string.Empty;
477 475
                string strDspNo = string.Empty;
476
                string strBillingSplit = string.Empty;
478 477
                string[] DspDate = new string[3];
479 478
                object[] objwrk;
480 479
                for (int iy = 0; iy < arData.Count; iy++)
......
488 487
                    strConstrName = string.Empty;
489 488
                    strConstrName = CommonMotions.cnvString(objwrk[(int)GetData.CONSTRUCTIONNAME]);
490 489

  
490
                    // ???????Z?b?g
491
                    strBillingSplit = string.Empty;
492
                    int nBillingSplit = CommonMotions.cnvInt(objwrk[(int)GetData.BILLINGSPLITFLG]);
493
                    switch (nBillingSplit) {
494
                        case (int)ConstructionBaseInfo.BillingSplitFlgDef.AllOnBilling:
495
                            strBillingSplit = "???????";
496
                            break;
497
                        case (int)ConstructionBaseInfo.BillingSplitFlgDef.SplitBilling:
498
                            strBillingSplit = "?o ?? ??";
499
                            break;
500
                    }
501

  
502
                    int nPersonCode = CommonMotions.cnvInt(objwrk[(int)GetData.PERSONCODE]);
503
                    // ?S???????1?s?J????
504
                    if (nBreakKey > 0 && nBreakKey != nPersonCode)
505
                    {
506
                        dgv.Rows.Add(1);
507
                    }
508
                    nBreakKey = nPersonCode;
509

  
491 510
                    // ?s?f?[?^?Z?b?g
492
                    dgv.Rows.Add(strDspNo
511
                    int nRowCnt = dgv.Rows.Add(strDspNo
493 512
                                        , CommonMotions.cnvString(objwrk[(int)GetData.PERSONNAME])
494 513
                                        , strConstrName
514
                                        , strBillingSplit
495 515
                                        , CommonMotions.cnvInt(objwrk[(int)GetData.TOTALAMOUNT]).ToString("#,0")
496 516
                                        , CommonMotions.cnvInt(objwrk[(int)GetData.REQUESTAMOUNT]).ToString("#,0")
497 517
                                        , CommonMotions.cnvInt(objwrk[(int)GetData.UNPAIDAMOUNT]).ToString("#,0")
498 518
                                        , CommonMotions.cnvInt(objwrk[(int)GetData.REQUESTCNT]).ToString("#,0")
519
                                        , CommonMotions.cnvInt(objwrk[(int)GetData.CONSTRUCTIONCODE])
520
                                        , nBillingSplit
499 521
                                        );
500 522
                }
501 523
            }
......
1110 1132
                    SetForeColor = dgv.RowsDefaultCellStyle.ForeColor;
1111 1133
                }
1112 1134
                // ?s??F??????
1113
                // ?s??F??????
1114 1135
                SetRowColor(CurRow, SetBackColor, SetForeColor);
1115 1136
            }
1116 1137
            catch (System.Exception ex)
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ReqbillingStatus/FrmReqBillingStatus.designer.cs
99 99
            this.label1.Name = "label1";
100 100
            this.label1.Size = new System.Drawing.Size(400, 20);
101 101
            this.label1.TabIndex = 6;
102
            this.label1.Text = "請 求 書 状 況 確 認";
102
            this.label1.Text = "請 求 書 発 送 状 況 確 認";
103 103
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
104 104
            // 
105 105
            // btnDataUpDate
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/RequestInput/FrmRequestInputAuxiliary.cs
2529 2529
        private void BillingLabel()
2530 2530
        {
2531 2531
            // 分割払いの場合
2532
            if (m_BaseConstructionBaseInfo.BillingSplitFlg == 1)
2532
            if (m_BaseConstructionBaseInfo.BillingSplitFlg == (int)ConstructionBaseInfo.BillingSplitFlgDef.SplitBilling)
2533 2533
            {
2534 2534
                SeparateBillingLabel.Visible = true;
2535 2535
                CombinedOrderLabel.Visible = false;
trunk/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.DataGridViewCellStyle dataGridViewCellStyle192 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle193 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle194 = new System.Windows.Forms.DataGridViewCellStyle();
35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle195 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle196 = new System.Windows.Forms.DataGridViewCellStyle();
37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle197 = new System.Windows.Forms.DataGridViewCellStyle();
38
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle198 = new System.Windows.Forms.DataGridViewCellStyle();
39
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle199 = new System.Windows.Forms.DataGridViewCellStyle();
40
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle200 = new System.Windows.Forms.DataGridViewCellStyle();
41
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle201 = new System.Windows.Forms.DataGridViewCellStyle();
42
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle202 = new System.Windows.Forms.DataGridViewCellStyle();
43
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle203 = new System.Windows.Forms.DataGridViewCellStyle();
44
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle204 = new System.Windows.Forms.DataGridViewCellStyle();
45
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle205 = new System.Windows.Forms.DataGridViewCellStyle();
46
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle206 = new System.Windows.Forms.DataGridViewCellStyle();
47
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle207 = new System.Windows.Forms.DataGridViewCellStyle();
48
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle208 = new System.Windows.Forms.DataGridViewCellStyle();
49
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle209 = new System.Windows.Forms.DataGridViewCellStyle();
50
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle210 = new System.Windows.Forms.DataGridViewCellStyle();
51
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle211 = new System.Windows.Forms.DataGridViewCellStyle();
52
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle212 = new System.Windows.Forms.DataGridViewCellStyle();
53
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle213 = new System.Windows.Forms.DataGridViewCellStyle();
54
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle214 = new System.Windows.Forms.DataGridViewCellStyle();
55
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle215 = new System.Windows.Forms.DataGridViewCellStyle();
56
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle216 = new System.Windows.Forms.DataGridViewCellStyle();
57
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle217 = new System.Windows.Forms.DataGridViewCellStyle();
58
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle218 = new System.Windows.Forms.DataGridViewCellStyle();
59
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle219 = new System.Windows.Forms.DataGridViewCellStyle();
60
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle220 = new System.Windows.Forms.DataGridViewCellStyle();
61
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle221 = new System.Windows.Forms.DataGridViewCellStyle();
62
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle222 = new System.Windows.Forms.DataGridViewCellStyle();
63
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle223 = new System.Windows.Forms.DataGridViewCellStyle();
64
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle224 = new System.Windows.Forms.DataGridViewCellStyle();
65
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle225 = new System.Windows.Forms.DataGridViewCellStyle();
66
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle226 = new System.Windows.Forms.DataGridViewCellStyle();
67
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle227 = new System.Windows.Forms.DataGridViewCellStyle();
68
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle228 = new System.Windows.Forms.DataGridViewCellStyle();
69
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle229 = new System.Windows.Forms.DataGridViewCellStyle();
70
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle230 = new System.Windows.Forms.DataGridViewCellStyle();
71
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle231 = new System.Windows.Forms.DataGridViewCellStyle();
72
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle232 = new System.Windows.Forms.DataGridViewCellStyle();
73
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle233 = new System.Windows.Forms.DataGridViewCellStyle();
74
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle234 = new System.Windows.Forms.DataGridViewCellStyle();
75
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle235 = new System.Windows.Forms.DataGridViewCellStyle();
76
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle236 = new System.Windows.Forms.DataGridViewCellStyle();
77
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle237 = new System.Windows.Forms.DataGridViewCellStyle();
78
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle238 = new System.Windows.Forms.DataGridViewCellStyle();
79
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle239 = new System.Windows.Forms.DataGridViewCellStyle();
80
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle240 = new System.Windows.Forms.DataGridViewCellStyle();
81
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle241 = new System.Windows.Forms.DataGridViewCellStyle();
82
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle242 = new System.Windows.Forms.DataGridViewCellStyle();
83
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle243 = new System.Windows.Forms.DataGridViewCellStyle();
84
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle244 = new System.Windows.Forms.DataGridViewCellStyle();
85
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle245 = new System.Windows.Forms.DataGridViewCellStyle();
86
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle246 = new System.Windows.Forms.DataGridViewCellStyle();
87
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle247 = new System.Windows.Forms.DataGridViewCellStyle();
88
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle248 = new System.Windows.Forms.DataGridViewCellStyle();
89
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle249 = new System.Windows.Forms.DataGridViewCellStyle();
90
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle250 = new System.Windows.Forms.DataGridViewCellStyle();
91
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle251 = new System.Windows.Forms.DataGridViewCellStyle();
92
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle252 = new System.Windows.Forms.DataGridViewCellStyle();
93
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle253 = new System.Windows.Forms.DataGridViewCellStyle();
94
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle254 = new System.Windows.Forms.DataGridViewCellStyle();
95
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle255 = new System.Windows.Forms.DataGridViewCellStyle();
96
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle256 = new System.Windows.Forms.DataGridViewCellStyle();
97
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle257 = new System.Windows.Forms.DataGridViewCellStyle();
98
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle258 = new System.Windows.Forms.DataGridViewCellStyle();
99
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle259 = new System.Windows.Forms.DataGridViewCellStyle();
100
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle260 = new System.Windows.Forms.DataGridViewCellStyle();
101
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle261 = new System.Windows.Forms.DataGridViewCellStyle();
102
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle262 = new System.Windows.Forms.DataGridViewCellStyle();
103
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle263 = new System.Windows.Forms.DataGridViewCellStyle();
104
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle264 = new System.Windows.Forms.DataGridViewCellStyle();
105
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle265 = new System.Windows.Forms.DataGridViewCellStyle();
106
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle266 = new System.Windows.Forms.DataGridViewCellStyle();
107
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle267 = new System.Windows.Forms.DataGridViewCellStyle();
108
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle268 = new System.Windows.Forms.DataGridViewCellStyle();
109
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle269 = new System.Windows.Forms.DataGridViewCellStyle();
110
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle270 = new System.Windows.Forms.DataGridViewCellStyle();
111
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle271 = new System.Windows.Forms.DataGridViewCellStyle();
112
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle272 = new System.Windows.Forms.DataGridViewCellStyle();
113
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle273 = new System.Windows.Forms.DataGridViewCellStyle();
114
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle274 = new System.Windows.Forms.DataGridViewCellStyle();
115
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle275 = new System.Windows.Forms.DataGridViewCellStyle();
116
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle284 = new System.Windows.Forms.DataGridViewCellStyle();
117
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle276 = new System.Windows.Forms.DataGridViewCellStyle();
118
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle277 = new System.Windows.Forms.DataGridViewCellStyle();
119
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle278 = new System.Windows.Forms.DataGridViewCellStyle();
120
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle279 = new System.Windows.Forms.DataGridViewCellStyle();
121
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle280 = new System.Windows.Forms.DataGridViewCellStyle();
122
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle281 = new System.Windows.Forms.DataGridViewCellStyle();
123
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle282 = new System.Windows.Forms.DataGridViewCellStyle();
124
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle283 = new System.Windows.Forms.DataGridViewCellStyle();
125
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle285 = new System.Windows.Forms.DataGridViewCellStyle();
126
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle286 = new System.Windows.Forms.DataGridViewCellStyle();
127
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle287 = new System.Windows.Forms.DataGridViewCellStyle();
128
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle288 = new System.Windows.Forms.DataGridViewCellStyle();
129
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle289 = new System.Windows.Forms.DataGridViewCellStyle();
130
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle290 = new System.Windows.Forms.DataGridViewCellStyle();
131
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle291 = new System.Windows.Forms.DataGridViewCellStyle();
132
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle292 = new System.Windows.Forms.DataGridViewCellStyle();
133
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle293 = new System.Windows.Forms.DataGridViewCellStyle();
134
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle294 = new System.Windows.Forms.DataGridViewCellStyle();
135
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle295 = new System.Windows.Forms.DataGridViewCellStyle();
136
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle296 = new System.Windows.Forms.DataGridViewCellStyle();
137
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle297 = new System.Windows.Forms.DataGridViewCellStyle();
138
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle298 = new System.Windows.Forms.DataGridViewCellStyle();
139
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle299 = new System.Windows.Forms.DataGridViewCellStyle();
140
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle300 = new System.Windows.Forms.DataGridViewCellStyle();
141
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle301 = new System.Windows.Forms.DataGridViewCellStyle();
142
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle302 = new System.Windows.Forms.DataGridViewCellStyle();
143
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle303 = new System.Windows.Forms.DataGridViewCellStyle();
144
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle304 = new System.Windows.Forms.DataGridViewCellStyle();
145
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle305 = new System.Windows.Forms.DataGridViewCellStyle();
146
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle306 = new System.Windows.Forms.DataGridViewCellStyle();
147
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle307 = new System.Windows.Forms.DataGridViewCellStyle();
148
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle308 = new System.Windows.Forms.DataGridViewCellStyle();
149
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle309 = new System.Windows.Forms.DataGridViewCellStyle();
150
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle310 = new System.Windows.Forms.DataGridViewCellStyle();
151
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle311 = new System.Windows.Forms.DataGridViewCellStyle();
152
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle312 = new System.Windows.Forms.DataGridViewCellStyle();
153
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle313 = new System.Windows.Forms.DataGridViewCellStyle();
154
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle314 = new System.Windows.Forms.DataGridViewCellStyle();
155
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle315 = new System.Windows.Forms.DataGridViewCellStyle();
156
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle316 = new System.Windows.Forms.DataGridViewCellStyle();
157
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle317 = new System.Windows.Forms.DataGridViewCellStyle();
158
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle318 = new System.Windows.Forms.DataGridViewCellStyle();
159
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle319 = new System.Windows.Forms.DataGridViewCellStyle();
160
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle320 = new System.Windows.Forms.DataGridViewCellStyle();
161
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle321 = new System.Windows.Forms.DataGridViewCellStyle();
162
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle322 = new System.Windows.Forms.DataGridViewCellStyle();
163
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle323 = new System.Windows.Forms.DataGridViewCellStyle();
164
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle324 = new System.Windows.Forms.DataGridViewCellStyle();
165
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle325 = new System.Windows.Forms.DataGridViewCellStyle();
166
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle326 = new System.Windows.Forms.DataGridViewCellStyle();
167
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle327 = new System.Windows.Forms.DataGridViewCellStyle();
168
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle328 = new System.Windows.Forms.DataGridViewCellStyle();
169
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle329 = new System.Windows.Forms.DataGridViewCellStyle();
170
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle330 = new System.Windows.Forms.DataGridViewCellStyle();
171
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle331 = new System.Windows.Forms.DataGridViewCellStyle();
172
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle332 = new System.Windows.Forms.DataGridViewCellStyle();
173
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle333 = new System.Windows.Forms.DataGridViewCellStyle();
174
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle334 = new System.Windows.Forms.DataGridViewCellStyle();
175
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle335 = new System.Windows.Forms.DataGridViewCellStyle();
176
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle336 = new System.Windows.Forms.DataGridViewCellStyle();
177
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle337 = new System.Windows.Forms.DataGridViewCellStyle();
178
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle338 = new System.Windows.Forms.DataGridViewCellStyle();
179
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle339 = new System.Windows.Forms.DataGridViewCellStyle();
180
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle340 = new System.Windows.Forms.DataGridViewCellStyle();
181
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle341 = new System.Windows.Forms.DataGridViewCellStyle();
182
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle342 = new System.Windows.Forms.DataGridViewCellStyle();
183
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle343 = new System.Windows.Forms.DataGridViewCellStyle();
184
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle344 = new System.Windows.Forms.DataGridViewCellStyle();
185
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle345 = new System.Windows.Forms.DataGridViewCellStyle();
186
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle346 = new System.Windows.Forms.DataGridViewCellStyle();
187
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle347 = new System.Windows.Forms.DataGridViewCellStyle();
188
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle348 = new System.Windows.Forms.DataGridViewCellStyle();
189
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle349 = new System.Windows.Forms.DataGridViewCellStyle();
190
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle350 = new System.Windows.Forms.DataGridViewCellStyle();
191
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle351 = new System.Windows.Forms.DataGridViewCellStyle();
192
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle352 = new System.Windows.Forms.DataGridViewCellStyle();
193
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle353 = new System.Windows.Forms.DataGridViewCellStyle();
194
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle354 = new System.Windows.Forms.DataGridViewCellStyle();
195
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle355 = new System.Windows.Forms.DataGridViewCellStyle();
196
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle356 = new System.Windows.Forms.DataGridViewCellStyle();
197
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle357 = new System.Windows.Forms.DataGridViewCellStyle();
198
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle358 = new System.Windows.Forms.DataGridViewCellStyle();
199
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle359 = new System.Windows.Forms.DataGridViewCellStyle();
200
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle360 = new System.Windows.Forms.DataGridViewCellStyle();
201
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle361 = new System.Windows.Forms.DataGridViewCellStyle();
202
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle362 = new System.Windows.Forms.DataGridViewCellStyle();
203
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle363 = new System.Windows.Forms.DataGridViewCellStyle();
204
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle364 = new System.Windows.Forms.DataGridViewCellStyle();
205
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle365 = new System.Windows.Forms.DataGridViewCellStyle();
206
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle366 = new System.Windows.Forms.DataGridViewCellStyle();
207
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle367 = new System.Windows.Forms.DataGridViewCellStyle();
208
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle368 = new System.Windows.Forms.DataGridViewCellStyle();
209
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle369 = new System.Windows.Forms.DataGridViewCellStyle();
210
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle370 = new System.Windows.Forms.DataGridViewCellStyle();
211
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle371 = new System.Windows.Forms.DataGridViewCellStyle();
212
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle372 = new System.Windows.Forms.DataGridViewCellStyle();
213
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle373 = new System.Windows.Forms.DataGridViewCellStyle();
214
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle374 = new System.Windows.Forms.DataGridViewCellStyle();
215
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle375 = new System.Windows.Forms.DataGridViewCellStyle();
216
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle376 = new System.Windows.Forms.DataGridViewCellStyle();
217
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle377 = new System.Windows.Forms.DataGridViewCellStyle();
218
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle378 = new System.Windows.Forms.DataGridViewCellStyle();
219
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle382 = new System.Windows.Forms.DataGridViewCellStyle();
220
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle379 = new System.Windows.Forms.DataGridViewCellStyle();
221
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle380 = new System.Windows.Forms.DataGridViewCellStyle();
222
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle381 = new System.Windows.Forms.DataGridViewCellStyle();
223
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
224
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
225
            System.Windows.Forms.DataVisualization.Charting.Series series8 = new System.Windows.Forms.DataVisualization.Charting.Series();
226
            System.Windows.Forms.DataVisualization.Charting.Series series9 = new System.Windows.Forms.DataVisualization.Charting.Series();
227
            System.Windows.Forms.DataVisualization.Charting.Series series10 = new System.Windows.Forms.DataVisualization.Charting.Series();
228
            System.Windows.Forms.DataVisualization.Charting.Series series11 = new System.Windows.Forms.DataVisualization.Charting.Series();
229
            System.Windows.Forms.DataVisualization.Charting.Series series12 = new System.Windows.Forms.DataVisualization.Charting.Series();
230
            System.Windows.Forms.DataVisualization.Charting.Series series13 = new System.Windows.Forms.DataVisualization.Charting.Series();
231
            System.Windows.Forms.DataVisualization.Charting.Series series14 = new System.Windows.Forms.DataVisualization.Charting.Series();
32
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
38
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
39
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
40
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
41
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
42
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
43
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
44
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
45
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
46
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
47
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
48
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
49
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
50
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
51
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
52
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
53
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
54
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
55
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
56
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
57
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
58
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
59
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
60
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
61
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
62
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
63
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
64
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
65
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
66
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
67
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
68
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
69
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
70
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
71
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
72
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
73
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
74
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
75
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle();
76
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle();
77
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle46 = new System.Windows.Forms.DataGridViewCellStyle();
78
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle47 = new System.Windows.Forms.DataGridViewCellStyle();
79
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle48 = new System.Windows.Forms.DataGridViewCellStyle();
80
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle();
81
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle();
82
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle();
83
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle();
84
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle();
85
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle();
86
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle();
87
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle();
88
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle();
89
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle();
90
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle();
91
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle();
92
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle61 = new System.Windows.Forms.DataGridViewCellStyle();
93
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle62 = new System.Windows.Forms.DataGridViewCellStyle();
94
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle63 = new System.Windows.Forms.DataGridViewCellStyle();
95
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle64 = new System.Windows.Forms.DataGridViewCellStyle();
96
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle65 = new System.Windows.Forms.DataGridViewCellStyle();
97
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle66 = new System.Windows.Forms.DataGridViewCellStyle();
98
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle67 = new System.Windows.Forms.DataGridViewCellStyle();
99
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle68 = new System.Windows.Forms.DataGridViewCellStyle();
100
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle69 = new System.Windows.Forms.DataGridViewCellStyle();
101
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle70 = new System.Windows.Forms.DataGridViewCellStyle();
102
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle();
103
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle();
104
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle();
105
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle();
106
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle();
107
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle();
108
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle();
109
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle();
110
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle();
111
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle();
112
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle81 = new System.Windows.Forms.DataGridViewCellStyle();
113
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle82 = new System.Windows.Forms.DataGridViewCellStyle();
114
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle83 = new System.Windows.Forms.DataGridViewCellStyle();
115
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle84 = new System.Windows.Forms.DataGridViewCellStyle();
116
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle93 = new System.Windows.Forms.DataGridViewCellStyle();
117
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle85 = new System.Windows.Forms.DataGridViewCellStyle();
118
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle86 = new System.Windows.Forms.DataGridViewCellStyle();
119
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle87 = new System.Windows.Forms.DataGridViewCellStyle();
120
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle88 = new System.Windows.Forms.DataGridViewCellStyle();
121
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle89 = new System.Windows.Forms.DataGridViewCellStyle();
122
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle90 = new System.Windows.Forms.DataGridViewCellStyle();
123
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle91 = new System.Windows.Forms.DataGridViewCellStyle();
124
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle92 = new System.Windows.Forms.DataGridViewCellStyle();
125
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle94 = new System.Windows.Forms.DataGridViewCellStyle();
126
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle95 = new System.Windows.Forms.DataGridViewCellStyle();
127
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle96 = new System.Windows.Forms.DataGridViewCellStyle();
128
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle97 = new System.Windows.Forms.DataGridViewCellStyle();
129
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle98 = new System.Windows.Forms.DataGridViewCellStyle();
130
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle99 = new System.Windows.Forms.DataGridViewCellStyle();
131
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle100 = new System.Windows.Forms.DataGridViewCellStyle();
132
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle101 = new System.Windows.Forms.DataGridViewCellStyle();
133
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle102 = new System.Windows.Forms.DataGridViewCellStyle();
134
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle103 = new System.Windows.Forms.DataGridViewCellStyle();
135
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle104 = new System.Windows.Forms.DataGridViewCellStyle();
136
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle105 = new System.Windows.Forms.DataGridViewCellStyle();
137
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle106 = new System.Windows.Forms.DataGridViewCellStyle();
138
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle107 = new System.Windows.Forms.DataGridViewCellStyle();
139
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle108 = new System.Windows.Forms.DataGridViewCellStyle();
140
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle109 = new System.Windows.Forms.DataGridViewCellStyle();
141
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle110 = new System.Windows.Forms.DataGridViewCellStyle();
142
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle111 = new System.Windows.Forms.DataGridViewCellStyle();
143
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle112 = new System.Windows.Forms.DataGridViewCellStyle();
144
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle113 = new System.Windows.Forms.DataGridViewCellStyle();
145
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle114 = new System.Windows.Forms.DataGridViewCellStyle();
146
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle115 = new System.Windows.Forms.DataGridViewCellStyle();
147
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle116 = new System.Windows.Forms.DataGridViewCellStyle();
148
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle117 = new System.Windows.Forms.DataGridViewCellStyle();
149
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle118 = new System.Windows.Forms.DataGridViewCellStyle();
150
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle119 = new System.Windows.Forms.DataGridViewCellStyle();
151
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle120 = new System.Windows.Forms.DataGridViewCellStyle();
152
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle121 = new System.Windows.Forms.DataGridViewCellStyle();
153
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle122 = new System.Windows.Forms.DataGridViewCellStyle();
154
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle123 = new System.Windows.Forms.DataGridViewCellStyle();
155
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle124 = new System.Windows.Forms.DataGridViewCellStyle();
156
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle125 = new System.Windows.Forms.DataGridViewCellStyle();
157
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle126 = new System.Windows.Forms.DataGridViewCellStyle();
158
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle127 = new System.Windows.Forms.DataGridViewCellStyle();
159
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle128 = new System.Windows.Forms.DataGridViewCellStyle();
160
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle129 = new System.Windows.Forms.DataGridViewCellStyle();
161
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle130 = new System.Windows.Forms.DataGridViewCellStyle();
162
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle131 = new System.Windows.Forms.DataGridViewCellStyle();
163
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle132 = new System.Windows.Forms.DataGridViewCellStyle();
164
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle133 = new System.Windows.Forms.DataGridViewCellStyle();
165
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle134 = new System.Windows.Forms.DataGridViewCellStyle();
166
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle135 = new System.Windows.Forms.DataGridViewCellStyle();
167
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle136 = new System.Windows.Forms.DataGridViewCellStyle();
168
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle137 = new System.Windows.Forms.DataGridViewCellStyle();
169
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle138 = new System.Windows.Forms.DataGridViewCellStyle();
170
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle139 = new System.Windows.Forms.DataGridViewCellStyle();
171
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle140 = new System.Windows.Forms.DataGridViewCellStyle();
172
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle141 = new System.Windows.Forms.DataGridViewCellStyle();
173
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle142 = new System.Windows.Forms.DataGridViewCellStyle();
174
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle143 = new System.Windows.Forms.DataGridViewCellStyle();
175
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle144 = new System.Windows.Forms.DataGridViewCellStyle();
176
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle145 = new System.Windows.Forms.DataGridViewCellStyle();
177
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle146 = new System.Windows.Forms.DataGridViewCellStyle();
178
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle147 = new System.Windows.Forms.DataGridViewCellStyle();
179
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle148 = new System.Windows.Forms.DataGridViewCellStyle();
180
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle149 = new System.Windows.Forms.DataGridViewCellStyle();
181
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle150 = new System.Windows.Forms.DataGridViewCellStyle();
182
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle151 = new System.Windows.Forms.DataGridViewCellStyle();
183
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle152 = new System.Windows.Forms.DataGridViewCellStyle();
184
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle153 = new System.Windows.Forms.DataGridViewCellStyle();
185
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle154 = new System.Windows.Forms.DataGridViewCellStyle();
186
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle155 = new System.Windows.Forms.DataGridViewCellStyle();
187
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle156 = new System.Windows.Forms.DataGridViewCellStyle();
188
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle157 = new System.Windows.Forms.DataGridViewCellStyle();
189
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle158 = new System.Windows.Forms.DataGridViewCellStyle();
190
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle159 = new System.Windows.Forms.DataGridViewCellStyle();
191
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle160 = new System.Windows.Forms.DataGridViewCellStyle();
192
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle161 = new System.Windows.Forms.DataGridViewCellStyle();
193
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle162 = new System.Windows.Forms.DataGridViewCellStyle();
194
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle163 = new System.Windows.Forms.DataGridViewCellStyle();
195
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle164 = new System.Windows.Forms.DataGridViewCellStyle();
196
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle165 = new System.Windows.Forms.DataGridViewCellStyle();
197
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle166 = new System.Windows.Forms.DataGridViewCellStyle();
198
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle167 = new System.Windows.Forms.DataGridViewCellStyle();
199
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle168 = new System.Windows.Forms.DataGridViewCellStyle();
200
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle169 = new System.Windows.Forms.DataGridViewCellStyle();
201
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle170 = new System.Windows.Forms.DataGridViewCellStyle();
202
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle171 = new System.Windows.Forms.DataGridViewCellStyle();
203
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle172 = new System.Windows.Forms.DataGridViewCellStyle();
204
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle173 = new System.Windows.Forms.DataGridViewCellStyle();
205
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle174 = new System.Windows.Forms.DataGridViewCellStyle();
206
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle175 = new System.Windows.Forms.DataGridViewCellStyle();
207
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle176 = new System.Windows.Forms.DataGridViewCellStyle();
208
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle177 = new System.Windows.Forms.DataGridViewCellStyle();
209
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle178 = new System.Windows.Forms.DataGridViewCellStyle();
210
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle179 = new System.Windows.Forms.DataGridViewCellStyle();
211
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle180 = new System.Windows.Forms.DataGridViewCellStyle();
212
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle181 = new System.Windows.Forms.DataGridViewCellStyle();
213
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle182 = new System.Windows.Forms.DataGridViewCellStyle();
214
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle183 = new System.Windows.Forms.DataGridViewCellStyle();
215
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle184 = new System.Windows.Forms.DataGridViewCellStyle();
216
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle185 = new System.Windows.Forms.DataGridViewCellStyle();
217
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle186 = new System.Windows.Forms.DataGridViewCellStyle();
218
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle187 = new System.Windows.Forms.DataGridViewCellStyle();
219
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle191 = new System.Windows.Forms.DataGridViewCellStyle();
220
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle188 = new System.Windows.Forms.DataGridViewCellStyle();
221
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle189 = new System.Windows.Forms.DataGridViewCellStyle();
222
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle190 = new System.Windows.Forms.DataGridViewCellStyle();
223
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
224
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
225
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
226
            System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
227
            System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
228
            System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
229
            System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
230
            System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
231
            System.Windows.Forms.DataVisualization.Charting.Series series7 = new System.Windows.Forms.DataVisualization.Charting.Series();
232 232
            this.lblTitle = new System.Windows.Forms.Label();
233 233
            this.btnEnd = new System.Windows.Forms.Button();
234 234
            this.tabMenu = new System.Windows.Forms.TabControl();
......
698 698
            this.label47 = new System.Windows.Forms.Label();
699 699
            this.label45 = new System.Windows.Forms.Label();
700 700
            this.label52 = new System.Windows.Forms.Label();
701
            this.label61 = new System.Windows.Forms.Label();
702 701
            this.label53 = new System.Windows.Forms.Label();
703 702
            this.label58 = new System.Windows.Forms.Label();
704 703
            this.btnType1_24 = new System.Windows.Forms.Button();
......
773 772
            this.btnDataCopy = new System.Windows.Forms.Button();
774 773
            this.btnConstrSearch = new System.Windows.Forms.Button();
775 774
            this.lblUpdateNotice = new System.Windows.Forms.Label();
775
            this.btnType1_36 = new System.Windows.Forms.Button();
776 776
            this.tabMenu.SuspendLayout();
777 777
            this.tabPage1.SuspendLayout();
778 778
            ((System.ComponentModel.ISupportInitialize)(this.dgvBusinessMessage)).BeginInit();
......
911 911
            this.dgvBusinessMessage.AllowUserToDeleteRows = false;
912 912
            this.dgvBusinessMessage.AllowUserToResizeColumns = false;
913 913
            this.dgvBusinessMessage.AllowUserToResizeRows = false;
914
            dataGridViewCellStyle192.BackColor = System.Drawing.Color.SeaShell;
915
            this.dgvBusinessMessage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle192;
914
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.SeaShell;
915
            this.dgvBusinessMessage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
916 916
            this.dgvBusinessMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
917 917
            | System.Windows.Forms.AnchorStyles.Left) 
918 918
            | System.Windows.Forms.AnchorStyles.Right)));
919 919
            this.dgvBusinessMessage.BackgroundColor = System.Drawing.Color.White;
920 920
            this.dgvBusinessMessage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
921
            dataGridViewCellStyle193.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
922
            dataGridViewCellStyle193.BackColor = System.Drawing.SystemColors.Control;
923
            dataGridViewCellStyle193.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
924
            dataGridViewCellStyle193.ForeColor = System.Drawing.SystemColors.WindowText;
925
            dataGridViewCellStyle193.SelectionBackColor = System.Drawing.SystemColors.Highlight;
926
            dataGridViewCellStyle193.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
927
            dataGridViewCellStyle193.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
928
            this.dgvBusinessMessage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle193;
921
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
922
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
923
            dataGridViewCellStyle2.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
924
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
925
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
926
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
927
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
928
            this.dgvBusinessMessage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
929 929
            this.dgvBusinessMessage.ColumnHeadersHeight = 20;
930 930
            this.dgvBusinessMessage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
931 931
            this.dgvBusinessMessage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
......
970 970
            // 
971 971
            // dataGridViewTextBoxColumn81
972 972
            // 
973
            dataGridViewCellStyle194.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
974
            this.dataGridViewTextBoxColumn81.DefaultCellStyle = dataGridViewCellStyle194;
973
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
974
            this.dataGridViewTextBoxColumn81.DefaultCellStyle = dataGridViewCellStyle3;
975 975
            this.dataGridViewTextBoxColumn81.Frozen = true;
976 976
            this.dataGridViewTextBoxColumn81.HeaderText = "書込み者";
977 977
            this.dataGridViewTextBoxColumn81.Name = "dataGridViewTextBoxColumn81";
......
981 981
            // 
982 982
            // dataGridViewTextBoxColumn82
983 983
            // 
984
            dataGridViewCellStyle195.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
985
            this.dataGridViewTextBoxColumn82.DefaultCellStyle = dataGridViewCellStyle195;
984
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
985
            this.dataGridViewTextBoxColumn82.DefaultCellStyle = dataGridViewCellStyle4;
986 986
            this.dataGridViewTextBoxColumn82.Frozen = true;
987 987
            this.dataGridViewTextBoxColumn82.HeaderText = "対象者";
988 988
            this.dataGridViewTextBoxColumn82.Name = "dataGridViewTextBoxColumn82";
......
991 991
            // 
992 992
            // dataGridViewTextBoxColumn83
993 993
            // 
994
            dataGridViewCellStyle196.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
995
            this.dataGridViewTextBoxColumn83.DefaultCellStyle = dataGridViewCellStyle196;
994
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
995
            this.dataGridViewTextBoxColumn83.DefaultCellStyle = dataGridViewCellStyle5;
996 996
            this.dataGridViewTextBoxColumn83.Frozen = true;
997 997
            this.dataGridViewTextBoxColumn83.HeaderText = "伝言タイトル";
998 998
            this.dataGridViewTextBoxColumn83.Name = "dataGridViewTextBoxColumn83";
......
1010 1010
            // 
1011 1011
            // dataGridViewTextBoxColumn84
1012 1012
            // 
1013
            dataGridViewCellStyle197.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1014
            this.dataGridViewTextBoxColumn84.DefaultCellStyle = dataGridViewCellStyle197;
1013
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1014
            this.dataGridViewTextBoxColumn84.DefaultCellStyle = dataGridViewCellStyle6;
1015 1015
            this.dataGridViewTextBoxColumn84.Frozen = true;
1016 1016
            this.dataGridViewTextBoxColumn84.HeaderText = "書 込 日 付";
1017 1017
            this.dataGridViewTextBoxColumn84.Name = "dataGridViewTextBoxColumn84";
......
1062 1062
            this.dgvMessageBoard.AllowUserToDeleteRows = false;
1063 1063
            this.dgvMessageBoard.AllowUserToResizeColumns = false;
1064 1064
            this.dgvMessageBoard.AllowUserToResizeRows = false;
1065
            dataGridViewCellStyle198.BackColor = System.Drawing.Color.GhostWhite;
1066
            this.dgvMessageBoard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle198;
1065
            dataGridViewCellStyle7.BackColor = System.Drawing.Color.GhostWhite;
1066
            this.dgvMessageBoard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
1067 1067
            this.dgvMessageBoard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1068 1068
            | System.Windows.Forms.AnchorStyles.Left) 
1069 1069
            | System.Windows.Forms.AnchorStyles.Right)));
1070 1070
            this.dgvMessageBoard.BackgroundColor = System.Drawing.Color.White;
1071 1071
            this.dgvMessageBoard.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1072
            dataGridViewCellStyle199.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1073
            dataGridViewCellStyle199.BackColor = System.Drawing.SystemColors.Control;
1074
            dataGridViewCellStyle199.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1075
            dataGridViewCellStyle199.ForeColor = System.Drawing.SystemColors.WindowText;
1076
            dataGridViewCellStyle199.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1077
            dataGridViewCellStyle199.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1078
            dataGridViewCellStyle199.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1079
            this.dgvMessageBoard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle199;
1072
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1073
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
1074
            dataGridViewCellStyle8.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1075
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
1076
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1077
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1078
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1079
            this.dgvMessageBoard.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
1080 1080
            this.dgvMessageBoard.ColumnHeadersHeight = 20;
1081 1081
            this.dgvMessageBoard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1082 1082
            this.dgvMessageBoard.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
......
1120 1120
            // 
1121 1121
            // Column03
1122 1122
            // 
1123
            dataGridViewCellStyle200.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1124
            this.Column03.DefaultCellStyle = dataGridViewCellStyle200;
1123
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1124
            this.Column03.DefaultCellStyle = dataGridViewCellStyle9;
1125 1125
            this.Column03.Frozen = true;
1126 1126
            this.Column03.HeaderText = "書込み者";
1127 1127
            this.Column03.Name = "Column03";
......
1131 1131
            // 
1132 1132
            // Column01
1133 1133
            // 
1134
            dataGridViewCellStyle201.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1135
            this.Column01.DefaultCellStyle = dataGridViewCellStyle201;
1134
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1135
            this.Column01.DefaultCellStyle = dataGridViewCellStyle10;
1136 1136
            this.Column01.Frozen = true;
1137 1137
            this.Column01.HeaderText = "対象者";
1138 1138
            this.Column01.Name = "Column01";
......
1142 1142
            // 
1143 1143
            // Column02
1144 1144
            // 
1145
            dataGridViewCellStyle202.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1146
            this.Column02.DefaultCellStyle = dataGridViewCellStyle202;
1145
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1146
            this.Column02.DefaultCellStyle = dataGridViewCellStyle11;
1147 1147
            this.Column02.Frozen = true;
1148 1148
            this.Column02.HeaderText = "伝  言  タ イ ト ル";
1149 1149
            this.Column02.Name = "Column02";
......
1153 1153
            // 
1154 1154
            // Column04
1155 1155
            // 
1156
            dataGridViewCellStyle203.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1157
            this.Column04.DefaultCellStyle = dataGridViewCellStyle203;
1156
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1157
            this.Column04.DefaultCellStyle = dataGridViewCellStyle12;
1158 1158
            this.Column04.Frozen = true;
1159 1159
            this.Column04.HeaderText = "書 込 日 付";
1160 1160
            this.Column04.Name = "Column04";
......
1257 1257
            this.dgvApproval.AllowUserToDeleteRows = false;
1258 1258
            this.dgvApproval.AllowUserToResizeColumns = false;
1259 1259
            this.dgvApproval.AllowUserToResizeRows = false;
1260
            dataGridViewCellStyle204.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
1261
            this.dgvApproval.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle204;
1260
            dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
1261
            this.dgvApproval.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
1262 1262
            this.dgvApproval.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1263 1263
            | System.Windows.Forms.AnchorStyles.Left) 
1264 1264
            | System.Windows.Forms.AnchorStyles.Right)));
1265 1265
            this.dgvApproval.BackgroundColor = System.Drawing.Color.White;
1266 1266
            this.dgvApproval.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1267
            dataGridViewCellStyle205.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1268
            dataGridViewCellStyle205.BackColor = System.Drawing.SystemColors.Control;
1269
            dataGridViewCellStyle205.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1270
            dataGridViewCellStyle205.ForeColor = System.Drawing.SystemColors.WindowText;
1271
            dataGridViewCellStyle205.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1272
            dataGridViewCellStyle205.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1273
            dataGridViewCellStyle205.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1274
            this.dgvApproval.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle205;
1267
            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1268
            dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
1269
            dataGridViewCellStyle14.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1270
            dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
1271
            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1272
            dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1273
            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1274
            this.dgvApproval.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
1275 1275
            this.dgvApproval.ColumnHeadersHeight = 20;
1276 1276
            this.dgvApproval.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1277 1277
            this.dgvApproval.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
......
1307 1307
            // 
1308 1308
            // ApprovalColumn02
1309 1309
            // 
1310
            dataGridViewCellStyle206.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1311
            dataGridViewCellStyle206.BackColor = System.Drawing.Color.White;
1312
            dataGridViewCellStyle206.ForeColor = System.Drawing.Color.Black;
1313
            this.ApprovalColumn02.DefaultCellStyle = dataGridViewCellStyle206;
1310
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1311
            dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
1312
            dataGridViewCellStyle15.ForeColor = System.Drawing.Color.Black;
1313
            this.ApprovalColumn02.DefaultCellStyle = dataGridViewCellStyle15;
1314 1314
            this.ApprovalColumn02.Frozen = true;
1315 1315
            this.ApprovalColumn02.HeaderText = "工事コード";
1316 1316
            this.ApprovalColumn02.Name = "ApprovalColumn02";
......
1340 1340
            // 
1341 1341
            // ApprovalColumn01
1342 1342
            // 
1343
            dataGridViewCellStyle207.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1344
            dataGridViewCellStyle207.BackColor = System.Drawing.Color.White;
1345
            dataGridViewCellStyle207.ForeColor = System.Drawing.Color.Black;
1346
            this.ApprovalColumn01.DefaultCellStyle = dataGridViewCellStyle207;
1343
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1344
            dataGridViewCellStyle16.BackColor = System.Drawing.Color.White;
1345
            dataGridViewCellStyle16.ForeColor = System.Drawing.Color.Black;
1346
            this.ApprovalColumn01.DefaultCellStyle = dataGridViewCellStyle16;
1347 1347
            this.ApprovalColumn01.Frozen = true;
1348 1348
            this.ApprovalColumn01.HeaderText = "№";
1349 1349
            this.ApprovalColumn01.Name = "ApprovalColumn01";
......
1354 1354
            // 
1355 1355
            // ApprovalColumn03
1356 1356
            // 
1357
            dataGridViewCellStyle208.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1358
            dataGridViewCellStyle208.BackColor = System.Drawing.Color.White;
1359
            dataGridViewCellStyle208.ForeColor = System.Drawing.Color.Black;
1360
            this.ApprovalColumn03.DefaultCellStyle = dataGridViewCellStyle208;
1357
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
1358
            dataGridViewCellStyle17.BackColor = System.Drawing.Color.White;
1359
            dataGridViewCellStyle17.ForeColor = System.Drawing.Color.Black;
1360
            this.ApprovalColumn03.DefaultCellStyle = dataGridViewCellStyle17;
1361 1361
            this.ApprovalColumn03.Frozen = true;
1362 1362
            this.ApprovalColumn03.HeaderText = "工 事 名 称";
1363 1363
            this.ApprovalColumn03.Name = "ApprovalColumn03";
......
1367 1367
            // 
1368 1368
            // ApprovalColumn04
1369 1369
            // 
1370
            dataGridViewCellStyle209.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1371
            dataGridViewCellStyle209.BackColor = System.Drawing.Color.White;
1372
            dataGridViewCellStyle209.ForeColor = System.Drawing.Color.Black;
1373
            this.ApprovalColumn04.DefaultCellStyle = dataGridViewCellStyle209;
1370
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1371
            dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
1372
            dataGridViewCellStyle18.ForeColor = System.Drawing.Color.Black;
1373
            this.ApprovalColumn04.DefaultCellStyle = dataGridViewCellStyle18;
1374 1374
            this.ApprovalColumn04.Frozen = true;
1375 1375
            this.ApprovalColumn04.HeaderText = "申請項目";
1376 1376
            this.ApprovalColumn04.Name = "ApprovalColumn04";
......
1380 1380
            // 
1381 1381
            // ApprovalColumn05
1382 1382
            // 
1383
            dataGridViewCellStyle210.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1384
            dataGridViewCellStyle210.BackColor = System.Drawing.Color.White;
1385
            dataGridViewCellStyle210.ForeColor = System.Drawing.Color.Black;
1386
            this.ApprovalColumn05.DefaultCellStyle = dataGridViewCellStyle210;
1383
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1384
            dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
1385
            dataGridViewCellStyle19.ForeColor = System.Drawing.Color.Black;
1386
            this.ApprovalColumn05.DefaultCellStyle = dataGridViewCellStyle19;
1387 1387
            this.ApprovalColumn05.Frozen = true;
1388 1388
            this.ApprovalColumn05.HeaderText = "申 請 者";
1389 1389
            this.ApprovalColumn05.Name = "ApprovalColumn05";
......
1393 1393
            // 
1394 1394
            // ApprovalColumn06
1395 1395
            // 
1396
            dataGridViewCellStyle211.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1397
            dataGridViewCellStyle211.BackColor = System.Drawing.Color.White;
1398
            dataGridViewCellStyle211.ForeColor = System.Drawing.Color.Black;
1399
            this.ApprovalColumn06.DefaultCellStyle = dataGridViewCellStyle211;
1396
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1397
            dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
1398
            dataGridViewCellStyle20.ForeColor = System.Drawing.Color.Black;
1399
            this.ApprovalColumn06.DefaultCellStyle = dataGridViewCellStyle20;
1400 1400
            this.ApprovalColumn06.Frozen = true;
1401 1401
            this.ApprovalColumn06.HeaderText = "申 請 日";
1402 1402
            this.ApprovalColumn06.Name = "ApprovalColumn06";
......
1405 1405
            // 
1406 1406
            // ApprovalColumn07
1407 1407
            // 
1408
            dataGridViewCellStyle212.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1409
            dataGridViewCellStyle212.BackColor = System.Drawing.Color.White;
1410
            dataGridViewCellStyle212.ForeColor = System.Drawing.Color.Black;
1411
            this.ApprovalColumn07.DefaultCellStyle = dataGridViewCellStyle212;
1408
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1409
            dataGridViewCellStyle21.BackColor = System.Drawing.Color.White;
1410
            dataGridViewCellStyle21.ForeColor = System.Drawing.Color.Black;
1411
            this.ApprovalColumn07.DefaultCellStyle = dataGridViewCellStyle21;
1412 1412
            this.ApprovalColumn07.Frozen = true;
1413 1413
            this.ApprovalColumn07.HeaderText = "承認希望日";
1414 1414
            this.ApprovalColumn07.Name = "ApprovalColumn07";
......
1417 1417
            // 
1418 1418
            // ApprovalColumn08
1419 1419
            // 
1420
            dataGridViewCellStyle213.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1421
            dataGridViewCellStyle213.BackColor = System.Drawing.Color.White;
1422
            dataGridViewCellStyle213.ForeColor = System.Drawing.Color.Black;
1423
            this.ApprovalColumn08.DefaultCellStyle = dataGridViewCellStyle213;
1420
            dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1421
            dataGridViewCellStyle22.BackColor = System.Drawing.Color.White;
1422
            dataGridViewCellStyle22.ForeColor = System.Drawing.Color.Black;
1423
            this.ApprovalColumn08.DefaultCellStyle = dataGridViewCellStyle22;
1424 1424
            this.ApprovalColumn08.Frozen = true;
1425 1425
            this.ApprovalColumn08.HeaderText = "承認者1";
1426 1426
            this.ApprovalColumn08.Name = "ApprovalColumn08";
......
1430 1430
            // 
1431 1431
            // ApprovalColumn09
1432 1432
            // 
1433
            dataGridViewCellStyle214.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1434
            dataGridViewCellStyle214.BackColor = System.Drawing.Color.White;
1435
            dataGridViewCellStyle214.ForeColor = System.Drawing.Color.Black;
1436
            this.ApprovalColumn09.DefaultCellStyle = dataGridViewCellStyle214;
1433
            dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1434
            dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
1435
            dataGridViewCellStyle23.ForeColor = System.Drawing.Color.Black;
1436
            this.ApprovalColumn09.DefaultCellStyle = dataGridViewCellStyle23;
1437 1437
            this.ApprovalColumn09.Frozen = true;
1438 1438
            this.ApprovalColumn09.HeaderText = "承認者2";
1439 1439
            this.ApprovalColumn09.Name = "ApprovalColumn09";
......
1443 1443
            // 
1444 1444
            // ApprovalColumn10
1445 1445
            // 
1446
            dataGridViewCellStyle215.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1447
            dataGridViewCellStyle215.BackColor = System.Drawing.Color.White;
1448
            dataGridViewCellStyle215.ForeColor = System.Drawing.Color.Black;
1449
            this.ApprovalColumn10.DefaultCellStyle = dataGridViewCellStyle215;
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 1450
            this.ApprovalColumn10.Frozen = true;
1451 1451
            this.ApprovalColumn10.HeaderText = "承認者3";
1452 1452
            this.ApprovalColumn10.Name = "ApprovalColumn10";
......
1456 1456
            // 
1457 1457
            // ApprovalColumn11
1458 1458
            // 
1459
            dataGridViewCellStyle216.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1460
            dataGridViewCellStyle216.BackColor = System.Drawing.Color.White;
1461
            dataGridViewCellStyle216.ForeColor = System.Drawing.Color.Black;
1462
            this.ApprovalColumn11.DefaultCellStyle = dataGridViewCellStyle216;
1459
            dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1460
            dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
1461
            dataGridViewCellStyle25.ForeColor = System.Drawing.Color.Black;
1462
            this.ApprovalColumn11.DefaultCellStyle = dataGridViewCellStyle25;
1463 1463
            this.ApprovalColumn11.Frozen = true;
1464 1464
            this.ApprovalColumn11.HeaderText = "承認者4";
1465 1465
            this.ApprovalColumn11.Name = "ApprovalColumn11";
......
1469 1469
            // 
1470 1470
            // Column47
1471 1471
            // 
1472
            dataGridViewCellStyle217.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1473
            dataGridViewCellStyle217.BackColor = System.Drawing.Color.White;
1474
            dataGridViewCellStyle217.ForeColor = System.Drawing.Color.Black;
1475
            this.Column47.DefaultCellStyle = dataGridViewCellStyle217;
1472
            dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1473
            dataGridViewCellStyle26.BackColor = System.Drawing.Color.White;
1474
            dataGridViewCellStyle26.ForeColor = System.Drawing.Color.Black;
1475
            this.Column47.DefaultCellStyle = dataGridViewCellStyle26;
1476 1476
            this.Column47.Frozen = true;
1477 1477
            this.Column47.HeaderText = "承認者5";
1478 1478
            this.Column47.Name = "Column47";
......
1553 1553
            this.dgvPersonApp.AllowUserToDeleteRows = false;
1554 1554
            this.dgvPersonApp.AllowUserToResizeColumns = false;
1555 1555
            this.dgvPersonApp.AllowUserToResizeRows = false;
1556
            dataGridViewCellStyle218.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
1557
            this.dgvPersonApp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle218;
1556
            dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
1557
            this.dgvPersonApp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle27;
1558 1558
            this.dgvPersonApp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
1559 1559
            | System.Windows.Forms.AnchorStyles.Left) 
1560 1560
            | System.Windows.Forms.AnchorStyles.Right)));
1561 1561
            this.dgvPersonApp.BackgroundColor = System.Drawing.Color.White;
1562 1562
            this.dgvPersonApp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1563
            dataGridViewCellStyle219.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1564
            dataGridViewCellStyle219.BackColor = System.Drawing.SystemColors.Control;
1565
            dataGridViewCellStyle219.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1566
            dataGridViewCellStyle219.ForeColor = System.Drawing.SystemColors.WindowText;
1567
            dataGridViewCellStyle219.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1568
            dataGridViewCellStyle219.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1569
            dataGridViewCellStyle219.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1570
            this.dgvPersonApp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle219;
1563
            dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1564
            dataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Control;
1565
            dataGridViewCellStyle28.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1566
            dataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.WindowText;
1567
            dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
1568
            dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
1569
            dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
1570
            this.dgvPersonApp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle28;
1571 1571
            this.dgvPersonApp.ColumnHeadersHeight = 20;
1572 1572
            this.dgvPersonApp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
1573 1573
            this.dgvPersonApp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
......
1606 1606
            // 
1607 1607
            // dataGridViewTextBoxColumn53
1608 1608
            // 
1609
            dataGridViewCellStyle220.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1610
            dataGridViewCellStyle220.BackColor = System.Drawing.Color.White;
1611
            dataGridViewCellStyle220.ForeColor = System.Drawing.Color.Black;
1612
            this.dataGridViewTextBoxColumn53.DefaultCellStyle = dataGridViewCellStyle220;
1609
            dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
1610
            dataGridViewCellStyle29.BackColor = System.Drawing.Color.White;
1611
            dataGridViewCellStyle29.ForeColor = System.Drawing.Color.Black;
1612
            this.dataGridViewTextBoxColumn53.DefaultCellStyle = dataGridViewCellStyle29;
1613 1613
            this.dataGridViewTextBoxColumn53.Frozen = true;
1614 1614
            this.dataGridViewTextBoxColumn53.HeaderText = "担当者コード";
1615 1615
            this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53";
......
1661 1661
            // 
1662 1662
            // dataGridViewTextBoxColumn54
1663 1663
            // 
1664
            dataGridViewCellStyle221.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1665
            dataGridViewCellStyle221.BackColor = System.Drawing.Color.White;
1666
            dataGridViewCellStyle221.ForeColor = System.Drawing.Color.Black;
1667
            this.dataGridViewTextBoxColumn54.DefaultCellStyle = dataGridViewCellStyle221;
1664
            dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1665
            dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
1666
            dataGridViewCellStyle30.ForeColor = System.Drawing.Color.Black;
1667
            this.dataGridViewTextBoxColumn54.DefaultCellStyle = dataGridViewCellStyle30;
1668 1668
            this.dataGridViewTextBoxColumn54.Frozen = true;
1669 1669
            this.dataGridViewTextBoxColumn54.HeaderText = "№";
1670 1670
            this.dataGridViewTextBoxColumn54.Name = "dataGridViewTextBoxColumn54";
......
1685 1685
            // 
1686 1686
            // dataGridViewTextBoxColumn57
1687 1687
            // 
1688
            dataGridViewCellStyle222.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1689
            dataGridViewCellStyle222.BackColor = System.Drawing.Color.White;
1690
            dataGridViewCellStyle222.ForeColor = System.Drawing.Color.Black;
1691
            this.dataGridViewTextBoxColumn57.DefaultCellStyle = dataGridViewCellStyle222;
1688
            dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1689
            dataGridViewCellStyle31.BackColor = System.Drawing.Color.White;
1690
            dataGridViewCellStyle31.ForeColor = System.Drawing.Color.Black;
1691
            this.dataGridViewTextBoxColumn57.DefaultCellStyle = dataGridViewCellStyle31;
1692 1692
            this.dataGridViewTextBoxColumn57.Frozen = true;
1693 1693
            this.dataGridViewTextBoxColumn57.HeaderText = "申請項目";
1694 1694
            this.dataGridViewTextBoxColumn57.Name = "dataGridViewTextBoxColumn57";
......
1699 1699
            // 
1700 1700
            // Column44
1701 1701
            // 
1702
            dataGridViewCellStyle223.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1703
            this.Column44.DefaultCellStyle = dataGridViewCellStyle223;
1702
            dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1703
            this.Column44.DefaultCellStyle = dataGridViewCellStyle32;
1704 1704
            this.Column44.Frozen = true;
1705 1705
            this.Column44.HeaderText = "申 請 者";
1706 1706
            this.Column44.Name = "Column44";
......
1710 1710
            // 
1711 1711
            // dataGridViewTextBoxColumn58
1712 1712
            // 
1713
            dataGridViewCellStyle224.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1714
            dataGridViewCellStyle224.BackColor = System.Drawing.Color.White;
1715
            dataGridViewCellStyle224.ForeColor = System.Drawing.Color.Black;
1716
            this.dataGridViewTextBoxColumn58.DefaultCellStyle = dataGridViewCellStyle224;
1713
            dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1714
            dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
1715
            dataGridViewCellStyle33.ForeColor = System.Drawing.Color.Black;
1716
            this.dataGridViewTextBoxColumn58.DefaultCellStyle = dataGridViewCellStyle33;
1717 1717
            this.dataGridViewTextBoxColumn58.Frozen = true;
1718 1718
            this.dataGridViewTextBoxColumn58.HeaderText = "申 請 日";
1719 1719
            this.dataGridViewTextBoxColumn58.Name = "dataGridViewTextBoxColumn58";
......
1722 1722
            // 
1723 1723
            // Column41
1724 1724
            // 
1725
            dataGridViewCellStyle225.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1726
            dataGridViewCellStyle225.BackColor = System.Drawing.Color.White;
1727
            dataGridViewCellStyle225.ForeColor = System.Drawing.Color.Black;
1728
            this.Column41.DefaultCellStyle = dataGridViewCellStyle225;
1725
            dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1726
            dataGridViewCellStyle34.BackColor = System.Drawing.Color.White;
1727
            dataGridViewCellStyle34.ForeColor = System.Drawing.Color.Black;
1728
            this.Column41.DefaultCellStyle = dataGridViewCellStyle34;
1729 1729
            this.Column41.Frozen = true;
1730 1730
            this.Column41.HeaderText = "承認希望日";
1731 1731
            this.Column41.Name = "Column41";
......
1734 1734
            // 
1735 1735
            // dataGridViewTextBoxColumn59
1736 1736
            // 
1737
            dataGridViewCellStyle226.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1738
            dataGridViewCellStyle226.BackColor = System.Drawing.Color.White;
1739
            dataGridViewCellStyle226.ForeColor = System.Drawing.Color.Black;
1740
            this.dataGridViewTextBoxColumn59.DefaultCellStyle = dataGridViewCellStyle226;
1737
            dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1738
            dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
1739
            dataGridViewCellStyle35.ForeColor = System.Drawing.Color.Black;
1740
            this.dataGridViewTextBoxColumn59.DefaultCellStyle = dataGridViewCellStyle35;
1741 1741
            this.dataGridViewTextBoxColumn59.Frozen = true;
1742 1742
            this.dataGridViewTextBoxColumn59.HeaderText = "承認者1";
1743 1743
            this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59";
......
1747 1747
            // 
1748 1748
            // dataGridViewTextBoxColumn60
1749 1749
            // 
1750
            dataGridViewCellStyle227.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1751
            dataGridViewCellStyle227.BackColor = System.Drawing.Color.White;
1752
            dataGridViewCellStyle227.ForeColor = System.Drawing.Color.Black;
1753
            this.dataGridViewTextBoxColumn60.DefaultCellStyle = dataGridViewCellStyle227;
1750
            dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1751
            dataGridViewCellStyle36.BackColor = System.Drawing.Color.White;
1752
            dataGridViewCellStyle36.ForeColor = System.Drawing.Color.Black;
1753
            this.dataGridViewTextBoxColumn60.DefaultCellStyle = dataGridViewCellStyle36;
1754 1754
            this.dataGridViewTextBoxColumn60.Frozen = true;
1755 1755
            this.dataGridViewTextBoxColumn60.HeaderText = "承認者2";
1756 1756
            this.dataGridViewTextBoxColumn60.Name = "dataGridViewTextBoxColumn60";
......
1760 1760
            // 
1761 1761
            // dataGridViewTextBoxColumn61
1762 1762
            // 
1763
            dataGridViewCellStyle228.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1764
            dataGridViewCellStyle228.BackColor = System.Drawing.Color.White;
1765
            dataGridViewCellStyle228.ForeColor = System.Drawing.Color.Black;
1766
            this.dataGridViewTextBoxColumn61.DefaultCellStyle = dataGridViewCellStyle228;
1763
            dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
1764
            dataGridViewCellStyle37.BackColor = System.Drawing.Color.White;
1765
            dataGridViewCellStyle37.ForeColor = System.Drawing.Color.Black;
1766
            this.dataGridViewTextBoxColumn61.DefaultCellStyle = dataGridViewCellStyle37;
1767 1767
            this.dataGridViewTextBoxColumn61.Frozen = true;
... 差分の行数が表示可能な上限を超えました。超過分は表示しません。

他の形式にエクスポート: Unified diff