プロジェクト

全般

プロフィール

リビジョン 456

堀内約6年前に追加

工事台帳一覧:給与所得SQLバグ修正
工事詳細台帳:新規時人員の構成コードセット忘れバグ修正
メニュー:オリジナル版・掲示板選択機能追加

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/DataModel/MessageBoardData.cs
34 34
            /// </summary>
35 35
            ProcessApproval,
36 36
            /// <summary>
37
            /// 入金入力
37
            ///  4:入金入力
38 38
            /// </summary>
39 39
            PaymentEntry,
40 40
        }
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedgerAuxiliary.cs
2385 2385
                RowData[(int)GridColumn.No] = string.Format("{0}-{1}", BlockNo, DataNo);        // ここでの番号は見えないのでおかしくてもよい
2386 2386
                RowData[(int)GridColumn.FixFlg] = "*";
2387 2387
                RowData[(int)GridColumn.GroupCount] = GroupNo;
2388
                RowData[(int)GridColumn.ComponentCode] = DetailRec.ComponentCode;
2388 2389
                RowData[(int)GridColumn.ItemName] = DetailRec.FirstString;
2389 2390
                RowData[(int)GridColumn.TextName] = DetailRec.SecondString;
2390 2391

  
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedgerList/CommonLedgerData.cs
397 397
                    strSQL.AppendFormat("   A.GroupCount = {0}", (int)FrmConstructionLedger.DataGroup.Payroll);
398 398

  
399 399
                    if (DepartmentCode > 0)
400
                        strSQL.AppendFormat(" AND B.ConstrDepCode = {0}", DepartmentCode);
400
                        strSQL.AppendFormat(" AND B.ComponentCode = {0}", DepartmentCode);
401 401
                    if (PersonCode > 0)
402 402
                        strSQL.AppendFormat(" AND B.CompanyCode = {0}", PersonCode);
403 403
                }
......
420 420
                    strSQL.AppendFormat(" A.GroupCount = {0}", (int)FrmConstructionLedger.DataGroup.Payroll);
421 421

  
422 422
                    if (DepartmentCode > 0)
423
                        strSQL.AppendFormat(" AND B.ConstrDepCode = {0}", DepartmentCode);
423
                        strSQL.AppendFormat(" AND A.ComponentCode = {0}", DepartmentCode);
424 424
                    if (PersonCode > 0)
425 425
                        strSQL.AppendFormat(" AND A.CompanyCode = {0}", PersonCode);
426 426
                }
......
707 707
                strSQL.AppendFormat(" B.GROUPCOUNT IN ({0}, {1})"
708 708
                                    , (int)FrmConstructionLedger.DataGroup.Instructor
709 709
                                    , (int)FrmConstructionLedger.DataGroup.Assistant);
710

  
710 711
                if (CommonMotions.BasePeriodYear())
711 712
                    strSQL.AppendFormat(" AND A.ConstructionPeriod = {0}", TargetYear);
712 713
                else
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/Request/SelectPayment/FrmSelectPayment.cs
444 444
                // 直接月の指定がある場合
445 445
                if (DirectMonth > 0)
446 446
                {
447
                    this.cbTargetMonth.SelectedIndexChanged -= new System.EventHandler(this.cbTargetMonth_SelectedIndexChanged);
447
                    cbTargetMonth.SelectedIndexChanged -= new EventHandler(cbTargetMonth_SelectedIndexChanged);
448 448
                    cbTargetMonth.SelectedValue = DirectMonth;
449
                    this.cbTargetMonth.SelectedIndexChanged += new System.EventHandler(this.cbTargetMonth_SelectedIndexChanged);
449
                    cbTargetMonth.SelectedIndexChanged += new EventHandler(cbTargetMonth_SelectedIndexChanged);
450 450
                }
451 451

  
452 452
                // ユーザ権限設定
......
495 495
        {
496 496
            // 対象月コンボBOX設定
497 497
            IORequestHead IoDd = new IORequestHead();
498

  
498
            cbTargetMonth.SelectedIndexChanged -= new EventHandler(cbTargetMonth_SelectedIndexChanged);
499 499
            try
500 500
            {
501 501
                string strNow = DateTime.Now.ToString("yyyy/MM");
......
540 540
            finally
541 541
            {
542 542
                IoDd.close(); IoDd = null;
543
                cbTargetMonth.SelectedIndexChanged += new EventHandler(cbTargetMonth_SelectedIndexChanged);
543 544
            }
544 545
        }
545 546
        #endregion
......
3014 3015
                if (drRet == DialogResult.Cancel) return false;
3015 3016

  
3016 3017
                // プロセス起動
3017
                this.cbTargetMonth.SelectedIndexChanged -= new System.EventHandler(this.cbTargetMonth_SelectedIndexChanged);
3018
                cbTargetMonth.SelectedIndexChanged -= new EventHandler(cbTargetMonth_SelectedIndexChanged);
3018 3019
                cbTargetMonth.SelectedValue = frm.RequestMonth;
3019
                this.cbTargetMonth.SelectedIndexChanged += new System.EventHandler(this.cbTargetMonth_SelectedIndexChanged);
3020
                cbTargetMonth.SelectedIndexChanged += new EventHandler(cbTargetMonth_SelectedIndexChanged);
3020 3021
                // グリッド表示
3021 3022
                DisplayData();
3022 3023

  
trunk/src/ProcessManagement/ProcessManagement/Forms/ZMenu/FrmMenu.Designer.cs
243 243
            this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn();
244 244
            this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn();
245 245
            this.tabPage2 = new System.Windows.Forms.TabPage();
246
            this.cmbMessaeSelect = new System.Windows.Forms.ComboBox();
246 247
            this.btnMessageEntry = new System.Windows.Forms.Button();
247 248
            this.dgvMessageBoard = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
248 249
            this.Column05 = new System.Windows.Forms.DataGridViewTextBoxColumn();
......
1031 1032
            // tabPage2
1032 1033
            // 
1033 1034
            this.tabPage2.BackColor = System.Drawing.Color.Black;
1035
            this.tabPage2.Controls.Add(this.cmbMessaeSelect);
1034 1036
            this.tabPage2.Controls.Add(this.btnMessageEntry);
1035 1037
            this.tabPage2.Controls.Add(this.dgvMessageBoard);
1036 1038
            this.tabPage2.ForeColor = System.Drawing.Color.Black;
......
1040 1042
            this.tabPage2.TabIndex = 5;
1041 1043
            this.tabPage2.Text = "社内掲示板";
1042 1044
            // 
1045
            // cmbMessaeSelect
1046
            // 
1047
            this.cmbMessaeSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
1048
            this.cmbMessaeSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1049
            this.cmbMessaeSelect.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1050
            this.cmbMessaeSelect.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1051
            this.cmbMessaeSelect.FormattingEnabled = true;
1052
            this.cmbMessaeSelect.Location = new System.Drawing.Point(6, 479);
1053
            this.cmbMessaeSelect.Name = "cmbMessaeSelect";
1054
            this.cmbMessaeSelect.Size = new System.Drawing.Size(330, 24);
1055
            this.cmbMessaeSelect.TabIndex = 29;
1056
            this.cmbMessaeSelect.SelectedIndexChanged += new System.EventHandler(this.cmbMessaeSelect_SelectedIndexChanged);
1057
            // 
1043 1058
            // btnMessageEntry
1044 1059
            // 
1045 1060
            this.btnMessageEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
......
5150 5165
            this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
5151 5166
            this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
5152 5167
            this.tblLayoutConstruction.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
5153
            this.tblLayoutConstruction.Size = new System.Drawing.Size(1034, 1224);
5168
            this.tblLayoutConstruction.Size = new System.Drawing.Size(1170, 1224);
5154 5169
            this.tblLayoutConstruction.TabIndex = 15;
5155 5170
            // 
5156 5171
            // lblConstrLine01
......
5160 5175
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstrLine01, 10);
5161 5176
            this.lblConstrLine01.Location = new System.Drawing.Point(3, 267);
5162 5177
            this.lblConstrLine01.Name = "lblConstrLine01";
5163
            this.lblConstrLine01.Size = new System.Drawing.Size(1028, 6);
5178
            this.lblConstrLine01.Size = new System.Drawing.Size(1164, 6);
5164 5179
            this.lblConstrLine01.TabIndex = 15;
5165 5180
            // 
5166 5181
            // btnConstruction0000
5167 5182
            // 
5168 5183
            this.btnConstruction0000.Dock = System.Windows.Forms.DockStyle.Fill;
5169
            this.btnConstruction0000.Location = new System.Drawing.Point(95, 39);
5184
            this.btnConstruction0000.Location = new System.Drawing.Point(107, 39);
5170 5185
            this.btnConstruction0000.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5171 5186
            this.btnConstruction0000.Name = "btnConstruction0000";
5172
            this.btnConstruction0000.Size = new System.Drawing.Size(167, 30);
5187
            this.btnConstruction0000.Size = new System.Drawing.Size(190, 30);
5173 5188
            this.btnConstruction0000.TabIndex = 15;
5174 5189
            this.btnConstruction0000.Text = "各工事詳細台帳閲覧";
5175 5190
            this.btnConstruction0000.UseVisualStyleBackColor = true;
......
5182 5197
            | System.Windows.Forms.AnchorStyles.Right)));
5183 5198
            this.lblConstrTitle01.AutoSize = true;
5184 5199
            this.lblConstrTitle01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5185
            this.lblConstrTitle01.Location = new System.Drawing.Point(94, 0);
5200
            this.lblConstrTitle01.Location = new System.Drawing.Point(106, 0);
5186 5201
            this.lblConstrTitle01.Name = "lblConstrTitle01";
5187
            this.lblConstrTitle01.Size = new System.Drawing.Size(169, 36);
5202
            this.lblConstrTitle01.Size = new System.Drawing.Size(192, 36);
5188 5203
            this.lblConstrTitle01.TabIndex = 15;
5189 5204
            this.lblConstrTitle01.Text = "日次(施工)管理";
5190 5205
            this.lblConstrTitle01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5198 5213
            this.lblConstr00.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5199 5214
            this.lblConstr00.Location = new System.Drawing.Point(3, 36);
5200 5215
            this.lblConstr00.Name = "lblConstr00";
5201
            this.lblConstr00.Size = new System.Drawing.Size(85, 36);
5216
            this.lblConstr00.Size = new System.Drawing.Size(97, 36);
5202 5217
            this.lblConstr00.TabIndex = 15;
5203 5218
            this.lblConstr00.Text = "毎日";
5204 5219
            this.lblConstr00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5206 5221
            // btnConstruction0001
5207 5222
            // 
5208 5223
            this.btnConstruction0001.Dock = System.Windows.Forms.DockStyle.Fill;
5209
            this.btnConstruction0001.Location = new System.Drawing.Point(286, 39);
5224
            this.btnConstruction0001.Location = new System.Drawing.Point(323, 39);
5210 5225
            this.btnConstruction0001.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5211 5226
            this.btnConstruction0001.Name = "btnConstruction0001";
5212
            this.btnConstruction0001.Size = new System.Drawing.Size(167, 30);
5227
            this.btnConstruction0001.Size = new System.Drawing.Size(190, 30);
5213 5228
            this.btnConstruction0001.TabIndex = 15;
5214 5229
            this.btnConstruction0001.Text = "各工事日報";
5215 5230
            this.btnConstruction0001.UseVisualStyleBackColor = true;
......
5218 5233
            // btnConstruction0002
5219 5234
            // 
5220 5235
            this.btnConstruction0002.Dock = System.Windows.Forms.DockStyle.Fill;
5221
            this.btnConstruction0002.Location = new System.Drawing.Point(477, 39);
5236
            this.btnConstruction0002.Location = new System.Drawing.Point(539, 39);
5222 5237
            this.btnConstruction0002.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5223 5238
            this.btnConstruction0002.Name = "btnConstruction0002";
5224
            this.btnConstruction0002.Size = new System.Drawing.Size(167, 30);
5239
            this.btnConstruction0002.Size = new System.Drawing.Size(190, 30);
5225 5240
            this.btnConstruction0002.TabIndex = 15;
5226 5241
            this.btnConstruction0002.Text = "各工事打合わせ議事録";
5227 5242
            this.btnConstruction0002.UseVisualStyleBackColor = true;
......
5230 5245
            // btnConstruction0003
5231 5246
            // 
5232 5247
            this.btnConstruction0003.Dock = System.Windows.Forms.DockStyle.Fill;
5233
            this.btnConstruction0003.Location = new System.Drawing.Point(668, 39);
5248
            this.btnConstruction0003.Location = new System.Drawing.Point(755, 39);
5234 5249
            this.btnConstruction0003.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5235 5250
            this.btnConstruction0003.Name = "btnConstruction0003";
5236
            this.btnConstruction0003.Size = new System.Drawing.Size(167, 30);
5251
            this.btnConstruction0003.Size = new System.Drawing.Size(190, 30);
5237 5252
            this.btnConstruction0003.TabIndex = 15;
5238 5253
            this.btnConstruction0003.Text = "各工事交通費・購入品入力";
5239 5254
            this.btnConstruction0003.UseVisualStyleBackColor = true;
......
5242 5257
            // btnConstruction0004
5243 5258
            // 
5244 5259
            this.btnConstruction0004.Dock = System.Windows.Forms.DockStyle.Fill;
5245
            this.btnConstruction0004.Location = new System.Drawing.Point(859, 39);
5260
            this.btnConstruction0004.Location = new System.Drawing.Point(971, 39);
5246 5261
            this.btnConstruction0004.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5247 5262
            this.btnConstruction0004.Name = "btnConstruction0004";
5248
            this.btnConstruction0004.Size = new System.Drawing.Size(171, 30);
5263
            this.btnConstruction0004.Size = new System.Drawing.Size(195, 30);
5249 5264
            this.btnConstruction0004.TabIndex = 15;
5250 5265
            this.btnConstruction0004.Text = "出勤管理";
5251 5266
            this.btnConstruction0004.UseVisualStyleBackColor = true;
......
5254 5269
            // btnConstruction0100
5255 5270
            // 
5256 5271
            this.btnConstruction0100.Dock = System.Windows.Forms.DockStyle.Fill;
5257
            this.btnConstruction0100.Location = new System.Drawing.Point(95, 111);
5272
            this.btnConstruction0100.Location = new System.Drawing.Point(107, 111);
5258 5273
            this.btnConstruction0100.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5259 5274
            this.btnConstruction0100.Name = "btnConstruction0100";
5260
            this.btnConstruction0100.Size = new System.Drawing.Size(167, 30);
5275
            this.btnConstruction0100.Size = new System.Drawing.Size(190, 30);
5261 5276
            this.btnConstruction0100.TabIndex = 15;
5262 5277
            this.btnConstruction0100.Text = "行動予定入力";
5263 5278
            this.btnConstruction0100.UseVisualStyleBackColor = true;
......
5266 5281
            // btnConstruction0101
5267 5282
            // 
5268 5283
            this.btnConstruction0101.Dock = System.Windows.Forms.DockStyle.Fill;
5269
            this.btnConstruction0101.Location = new System.Drawing.Point(286, 111);
5284
            this.btnConstruction0101.Location = new System.Drawing.Point(323, 111);
5270 5285
            this.btnConstruction0101.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5271 5286
            this.btnConstruction0101.Name = "btnConstruction0101";
5272
            this.btnConstruction0101.Size = new System.Drawing.Size(167, 30);
5287
            this.btnConstruction0101.Size = new System.Drawing.Size(190, 30);
5273 5288
            this.btnConstruction0101.TabIndex = 15;
5274 5289
            this.btnConstruction0101.Text = "車両予約";
5275 5290
            this.btnConstruction0101.UseVisualStyleBackColor = true;
......
5284 5299
            this.lblConstr01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5285 5300
            this.lblConstr01.Location = new System.Drawing.Point(3, 108);
5286 5301
            this.lblConstr01.Name = "lblConstr01";
5287
            this.lblConstr01.Size = new System.Drawing.Size(85, 36);
5302
            this.lblConstr01.Size = new System.Drawing.Size(97, 36);
5288 5303
            this.lblConstr01.TabIndex = 15;
5289 5304
            this.lblConstr01.Text = "毎日";
5290 5305
            this.lblConstr01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5292 5307
            // btnConstruction0102
5293 5308
            // 
5294 5309
            this.btnConstruction0102.Dock = System.Windows.Forms.DockStyle.Fill;
5295
            this.btnConstruction0102.Location = new System.Drawing.Point(477, 111);
5310
            this.btnConstruction0102.Location = new System.Drawing.Point(539, 111);
5296 5311
            this.btnConstruction0102.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5297 5312
            this.btnConstruction0102.Name = "btnConstruction0102";
5298
            this.btnConstruction0102.Size = new System.Drawing.Size(167, 30);
5313
            this.btnConstruction0102.Size = new System.Drawing.Size(190, 30);
5299 5314
            this.btnConstruction0102.TabIndex = 15;
5300 5315
            this.btnConstruction0102.UseVisualStyleBackColor = true;
5301 5316
            this.btnConstruction0102.Click += new System.EventHandler(this.btnConstruction_Click);
......
5303 5318
            // btnConstruction0103
5304 5319
            // 
5305 5320
            this.btnConstruction0103.Dock = System.Windows.Forms.DockStyle.Fill;
5306
            this.btnConstruction0103.Location = new System.Drawing.Point(668, 111);
5321
            this.btnConstruction0103.Location = new System.Drawing.Point(755, 111);
5307 5322
            this.btnConstruction0103.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5308 5323
            this.btnConstruction0103.Name = "btnConstruction0103";
5309
            this.btnConstruction0103.Size = new System.Drawing.Size(167, 30);
5324
            this.btnConstruction0103.Size = new System.Drawing.Size(190, 30);
5310 5325
            this.btnConstruction0103.TabIndex = 15;
5311 5326
            this.btnConstruction0103.UseVisualStyleBackColor = true;
5312 5327
            this.btnConstruction0103.Click += new System.EventHandler(this.btnConstruction_Click);
......
5314 5329
            // btnConstruction0104
5315 5330
            // 
5316 5331
            this.btnConstruction0104.Dock = System.Windows.Forms.DockStyle.Fill;
5317
            this.btnConstruction0104.Location = new System.Drawing.Point(859, 111);
5332
            this.btnConstruction0104.Location = new System.Drawing.Point(971, 111);
5318 5333
            this.btnConstruction0104.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5319 5334
            this.btnConstruction0104.Name = "btnConstruction0104";
5320
            this.btnConstruction0104.Size = new System.Drawing.Size(171, 30);
5335
            this.btnConstruction0104.Size = new System.Drawing.Size(195, 30);
5321 5336
            this.btnConstruction0104.TabIndex = 15;
5322 5337
            this.btnConstruction0104.UseVisualStyleBackColor = true;
5323 5338
            this.btnConstruction0104.Click += new System.EventHandler(this.btnConstruction_Click);
......
5331 5346
            this.lblConstr02.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5332 5347
            this.lblConstr02.Location = new System.Drawing.Point(3, 180);
5333 5348
            this.lblConstr02.Name = "lblConstr02";
5334
            this.lblConstr02.Size = new System.Drawing.Size(85, 36);
5349
            this.lblConstr02.Size = new System.Drawing.Size(97, 36);
5335 5350
            this.lblConstr02.TabIndex = 15;
5336 5351
            this.lblConstr02.Text = "毎回";
5337 5352
            this.lblConstr02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5339 5354
            // btnConstruction0200
5340 5355
            // 
5341 5356
            this.btnConstruction0200.Dock = System.Windows.Forms.DockStyle.Fill;
5342
            this.btnConstruction0200.Location = new System.Drawing.Point(95, 183);
5357
            this.btnConstruction0200.Location = new System.Drawing.Point(107, 183);
5343 5358
            this.btnConstruction0200.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5344 5359
            this.btnConstruction0200.Name = "btnConstruction0200";
5345
            this.btnConstruction0200.Size = new System.Drawing.Size(167, 30);
5360
            this.btnConstruction0200.Size = new System.Drawing.Size(190, 30);
5346 5361
            this.btnConstruction0200.TabIndex = 15;
5347 5362
            this.btnConstruction0200.Text = "資材一覧";
5348 5363
            this.btnConstruction0200.UseVisualStyleBackColor = true;
......
5351 5366
            // btnConstruction0201
5352 5367
            // 
5353 5368
            this.btnConstruction0201.Dock = System.Windows.Forms.DockStyle.Fill;
5354
            this.btnConstruction0201.Location = new System.Drawing.Point(286, 183);
5369
            this.btnConstruction0201.Location = new System.Drawing.Point(323, 183);
5355 5370
            this.btnConstruction0201.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5356 5371
            this.btnConstruction0201.Name = "btnConstruction0201";
5357
            this.btnConstruction0201.Size = new System.Drawing.Size(167, 30);
5372
            this.btnConstruction0201.Size = new System.Drawing.Size(190, 30);
5358 5373
            this.btnConstruction0201.TabIndex = 15;
5359 5374
            this.btnConstruction0201.Text = "資材貸出";
5360 5375
            this.btnConstruction0201.UseVisualStyleBackColor = true;
......
5363 5378
            // btnConstruction0202
5364 5379
            // 
5365 5380
            this.btnConstruction0202.Dock = System.Windows.Forms.DockStyle.Fill;
5366
            this.btnConstruction0202.Location = new System.Drawing.Point(477, 183);
5381
            this.btnConstruction0202.Location = new System.Drawing.Point(539, 183);
5367 5382
            this.btnConstruction0202.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5368 5383
            this.btnConstruction0202.Name = "btnConstruction0202";
5369
            this.btnConstruction0202.Size = new System.Drawing.Size(167, 30);
5384
            this.btnConstruction0202.Size = new System.Drawing.Size(190, 30);
5370 5385
            this.btnConstruction0202.TabIndex = 15;
5371 5386
            this.btnConstruction0202.Text = "資材返却";
5372 5387
            this.btnConstruction0202.UseVisualStyleBackColor = true;
......
5375 5390
            // btnConstruction0203
5376 5391
            // 
5377 5392
            this.btnConstruction0203.Dock = System.Windows.Forms.DockStyle.Fill;
5378
            this.btnConstruction0203.Location = new System.Drawing.Point(668, 183);
5393
            this.btnConstruction0203.Location = new System.Drawing.Point(755, 183);
5379 5394
            this.btnConstruction0203.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5380 5395
            this.btnConstruction0203.Name = "btnConstruction0203";
5381
            this.btnConstruction0203.Size = new System.Drawing.Size(167, 30);
5396
            this.btnConstruction0203.Size = new System.Drawing.Size(190, 30);
5382 5397
            this.btnConstruction0203.TabIndex = 15;
5383 5398
            this.btnConstruction0203.UseVisualStyleBackColor = true;
5384 5399
            this.btnConstruction0203.Click += new System.EventHandler(this.btnConstruction_Click);
......
5386 5401
            // btnConstruction0204
5387 5402
            // 
5388 5403
            this.btnConstruction0204.Dock = System.Windows.Forms.DockStyle.Fill;
5389
            this.btnConstruction0204.Location = new System.Drawing.Point(859, 183);
5404
            this.btnConstruction0204.Location = new System.Drawing.Point(971, 183);
5390 5405
            this.btnConstruction0204.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5391 5406
            this.btnConstruction0204.Name = "btnConstruction0204";
5392
            this.btnConstruction0204.Size = new System.Drawing.Size(171, 30);
5407
            this.btnConstruction0204.Size = new System.Drawing.Size(195, 30);
5393 5408
            this.btnConstruction0204.TabIndex = 15;
5394 5409
            this.btnConstruction0204.UseVisualStyleBackColor = true;
5395 5410
            this.btnConstruction0204.Click += new System.EventHandler(this.btnConstruction_Click);
......
5403 5418
            this.lblConstr03.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5404 5419
            this.lblConstr03.Location = new System.Drawing.Point(3, 324);
5405 5420
            this.lblConstr03.Name = "lblConstr03";
5406
            this.lblConstr03.Size = new System.Drawing.Size(85, 36);
5421
            this.lblConstr03.Size = new System.Drawing.Size(97, 36);
5407 5422
            this.lblConstr03.TabIndex = 15;
5408 5423
            this.lblConstr03.Text = "着工前";
5409 5424
            this.lblConstr03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5415 5430
            | System.Windows.Forms.AnchorStyles.Right)));
5416 5431
            this.lblConstrTitle02.AutoSize = true;
5417 5432
            this.lblConstrTitle02.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5418
            this.lblConstrTitle02.Location = new System.Drawing.Point(94, 288);
5433
            this.lblConstrTitle02.Location = new System.Drawing.Point(106, 288);
5419 5434
            this.lblConstrTitle02.Name = "lblConstrTitle02";
5420
            this.lblConstrTitle02.Size = new System.Drawing.Size(169, 36);
5435
            this.lblConstrTitle02.Size = new System.Drawing.Size(192, 36);
5421 5436
            this.lblConstrTitle02.TabIndex = 15;
5422 5437
            this.lblConstrTitle02.Text = "書類管理";
5423 5438
            this.lblConstrTitle02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5425 5440
            // btnConstruction0300
5426 5441
            // 
5427 5442
            this.btnConstruction0300.Dock = System.Windows.Forms.DockStyle.Fill;
5428
            this.btnConstruction0300.Location = new System.Drawing.Point(95, 327);
5443
            this.btnConstruction0300.Location = new System.Drawing.Point(107, 327);
5429 5444
            this.btnConstruction0300.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5430 5445
            this.btnConstruction0300.Name = "btnConstruction0300";
5431
            this.btnConstruction0300.Size = new System.Drawing.Size(167, 30);
5446
            this.btnConstruction0300.Size = new System.Drawing.Size(190, 30);
5432 5447
            this.btnConstruction0300.TabIndex = 15;
5433 5448
            this.btnConstruction0300.Text = "工事予算書作成";
5434 5449
            this.btnConstruction0300.UseVisualStyleBackColor = true;
......
5437 5452
            // btnConstruction0301
5438 5453
            // 
5439 5454
            this.btnConstruction0301.Dock = System.Windows.Forms.DockStyle.Fill;
5440
            this.btnConstruction0301.Location = new System.Drawing.Point(286, 327);
5455
            this.btnConstruction0301.Location = new System.Drawing.Point(323, 327);
5441 5456
            this.btnConstruction0301.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5442 5457
            this.btnConstruction0301.Name = "btnConstruction0301";
5443
            this.btnConstruction0301.Size = new System.Drawing.Size(167, 30);
5458
            this.btnConstruction0301.Size = new System.Drawing.Size(190, 30);
5444 5459
            this.btnConstruction0301.TabIndex = 15;
5445 5460
            this.btnConstruction0301.Text = "工事予算書承認";
5446 5461
            this.btnConstruction0301.UseVisualStyleBackColor = true;
......
5449 5464
            // btnConstruction0302
5450 5465
            // 
5451 5466
            this.btnConstruction0302.Dock = System.Windows.Forms.DockStyle.Fill;
5452
            this.btnConstruction0302.Location = new System.Drawing.Point(477, 327);
5467
            this.btnConstruction0302.Location = new System.Drawing.Point(539, 327);
5453 5468
            this.btnConstruction0302.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5454 5469
            this.btnConstruction0302.Name = "btnConstruction0302";
5455
            this.btnConstruction0302.Size = new System.Drawing.Size(167, 30);
5470
            this.btnConstruction0302.Size = new System.Drawing.Size(190, 30);
5456 5471
            this.btnConstruction0302.TabIndex = 15;
5457 5472
            this.btnConstruction0302.UseVisualStyleBackColor = true;
5458 5473
            this.btnConstruction0302.Click += new System.EventHandler(this.btnConstruction_Click);
......
5460 5475
            // btnConstruction0303
5461 5476
            // 
5462 5477
            this.btnConstruction0303.Dock = System.Windows.Forms.DockStyle.Fill;
5463
            this.btnConstruction0303.Location = new System.Drawing.Point(668, 327);
5478
            this.btnConstruction0303.Location = new System.Drawing.Point(755, 327);
5464 5479
            this.btnConstruction0303.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5465 5480
            this.btnConstruction0303.Name = "btnConstruction0303";
5466
            this.btnConstruction0303.Size = new System.Drawing.Size(167, 30);
5481
            this.btnConstruction0303.Size = new System.Drawing.Size(190, 30);
5467 5482
            this.btnConstruction0303.TabIndex = 15;
5468 5483
            this.btnConstruction0303.UseVisualStyleBackColor = true;
5469 5484
            this.btnConstruction0303.Click += new System.EventHandler(this.btnConstruction_Click);
......
5471 5486
            // btnConstruction0304
5472 5487
            // 
5473 5488
            this.btnConstruction0304.Dock = System.Windows.Forms.DockStyle.Fill;
5474
            this.btnConstruction0304.Location = new System.Drawing.Point(859, 327);
5489
            this.btnConstruction0304.Location = new System.Drawing.Point(971, 327);
5475 5490
            this.btnConstruction0304.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5476 5491
            this.btnConstruction0304.Name = "btnConstruction0304";
5477
            this.btnConstruction0304.Size = new System.Drawing.Size(171, 30);
5492
            this.btnConstruction0304.Size = new System.Drawing.Size(195, 30);
5478 5493
            this.btnConstruction0304.TabIndex = 15;
5479 5494
            this.btnConstruction0304.UseVisualStyleBackColor = true;
5480 5495
            this.btnConstruction0304.Click += new System.EventHandler(this.btnConstruction_Click);
......
5488 5503
            this.lblConstr04.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5489 5504
            this.lblConstr04.Location = new System.Drawing.Point(3, 396);
5490 5505
            this.lblConstr04.Name = "lblConstr04";
5491
            this.lblConstr04.Size = new System.Drawing.Size(85, 36);
5506
            this.lblConstr04.Size = new System.Drawing.Size(97, 36);
5492 5507
            this.lblConstr04.TabIndex = 15;
5493 5508
            this.lblConstr04.Text = "着工前";
5494 5509
            this.lblConstr04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5496 5511
            // btnConstruction0400
5497 5512
            // 
5498 5513
            this.btnConstruction0400.Dock = System.Windows.Forms.DockStyle.Fill;
5499
            this.btnConstruction0400.Location = new System.Drawing.Point(95, 399);
5514
            this.btnConstruction0400.Location = new System.Drawing.Point(107, 399);
5500 5515
            this.btnConstruction0400.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5501 5516
            this.btnConstruction0400.Name = "btnConstruction0400";
5502
            this.btnConstruction0400.Size = new System.Drawing.Size(167, 30);
5517
            this.btnConstruction0400.Size = new System.Drawing.Size(190, 30);
5503 5518
            this.btnConstruction0400.TabIndex = 15;
5504 5519
            this.btnConstruction0400.Text = "注文書作成";
5505 5520
            this.btnConstruction0400.UseVisualStyleBackColor = true;
......
5508 5523
            // btnConstruction0401
5509 5524
            // 
5510 5525
            this.btnConstruction0401.Dock = System.Windows.Forms.DockStyle.Fill;
5511
            this.btnConstruction0401.Location = new System.Drawing.Point(286, 399);
5526
            this.btnConstruction0401.Location = new System.Drawing.Point(323, 399);
5512 5527
            this.btnConstruction0401.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5513 5528
            this.btnConstruction0401.Name = "btnConstruction0401";
5514
            this.btnConstruction0401.Size = new System.Drawing.Size(167, 30);
5529
            this.btnConstruction0401.Size = new System.Drawing.Size(190, 30);
5515 5530
            this.btnConstruction0401.TabIndex = 15;
5516 5531
            this.btnConstruction0401.Text = "注文書承認";
5517 5532
            this.btnConstruction0401.UseVisualStyleBackColor = true;
......
5520 5535
            // btnConstruction0402
5521 5536
            // 
5522 5537
            this.btnConstruction0402.Dock = System.Windows.Forms.DockStyle.Fill;
5523
            this.btnConstruction0402.Location = new System.Drawing.Point(477, 399);
5538
            this.btnConstruction0402.Location = new System.Drawing.Point(539, 399);
5524 5539
            this.btnConstruction0402.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5525 5540
            this.btnConstruction0402.Name = "btnConstruction0402";
5526
            this.btnConstruction0402.Size = new System.Drawing.Size(167, 30);
5541
            this.btnConstruction0402.Size = new System.Drawing.Size(190, 30);
5527 5542
            this.btnConstruction0402.TabIndex = 15;
5528 5543
            this.btnConstruction0402.Text = "注文書状況確認";
5529 5544
            this.btnConstruction0402.UseVisualStyleBackColor = true;
......
5532 5547
            // btnConstruction0403
5533 5548
            // 
5534 5549
            this.btnConstruction0403.Dock = System.Windows.Forms.DockStyle.Fill;
5535
            this.btnConstruction0403.Location = new System.Drawing.Point(668, 399);
5550
            this.btnConstruction0403.Location = new System.Drawing.Point(755, 399);
5536 5551
            this.btnConstruction0403.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5537 5552
            this.btnConstruction0403.Name = "btnConstruction0403";
5538
            this.btnConstruction0403.Size = new System.Drawing.Size(167, 30);
5553
            this.btnConstruction0403.Size = new System.Drawing.Size(190, 30);
5539 5554
            this.btnConstruction0403.TabIndex = 15;
5540 5555
            this.btnConstruction0403.UseVisualStyleBackColor = true;
5541 5556
            this.btnConstruction0403.Click += new System.EventHandler(this.btnConstruction_Click);
......
5543 5558
            // btnConstruction0404
5544 5559
            // 
5545 5560
            this.btnConstruction0404.Dock = System.Windows.Forms.DockStyle.Fill;
5546
            this.btnConstruction0404.Location = new System.Drawing.Point(859, 399);
5561
            this.btnConstruction0404.Location = new System.Drawing.Point(971, 399);
5547 5562
            this.btnConstruction0404.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5548 5563
            this.btnConstruction0404.Name = "btnConstruction0404";
5549
            this.btnConstruction0404.Size = new System.Drawing.Size(171, 30);
5564
            this.btnConstruction0404.Size = new System.Drawing.Size(195, 30);
5550 5565
            this.btnConstruction0404.TabIndex = 15;
5551 5566
            this.btnConstruction0404.UseVisualStyleBackColor = true;
5552 5567
            this.btnConstruction0404.Click += new System.EventHandler(this.btnConstruction_Click);
......
5560 5575
            this.lblConstr05.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5561 5576
            this.lblConstr05.Location = new System.Drawing.Point(3, 468);
5562 5577
            this.lblConstr05.Name = "lblConstr05";
5563
            this.lblConstr05.Size = new System.Drawing.Size(85, 36);
5578
            this.lblConstr05.Size = new System.Drawing.Size(97, 36);
5564 5579
            this.lblConstr05.TabIndex = 15;
5565 5580
            this.lblConstr05.Text = "着工前";
5566 5581
            this.lblConstr05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5568 5583
            // btnConstruction0500
5569 5584
            // 
5570 5585
            this.btnConstruction0500.Dock = System.Windows.Forms.DockStyle.Fill;
5571
            this.btnConstruction0500.Location = new System.Drawing.Point(95, 471);
5586
            this.btnConstruction0500.Location = new System.Drawing.Point(107, 471);
5572 5587
            this.btnConstruction0500.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5573 5588
            this.btnConstruction0500.Name = "btnConstruction0500";
5574
            this.btnConstruction0500.Size = new System.Drawing.Size(167, 30);
5589
            this.btnConstruction0500.Size = new System.Drawing.Size(190, 30);
5575 5590
            this.btnConstruction0500.TabIndex = 15;
5576 5591
            this.btnConstruction0500.Text = "工程表作成・印刷";
5577 5592
            this.btnConstruction0500.UseVisualStyleBackColor = true;
......
5580 5595
            // btnConstruction0501
5581 5596
            // 
5582 5597
            this.btnConstruction0501.Dock = System.Windows.Forms.DockStyle.Fill;
5583
            this.btnConstruction0501.Location = new System.Drawing.Point(286, 471);
5598
            this.btnConstruction0501.Location = new System.Drawing.Point(323, 471);
5584 5599
            this.btnConstruction0501.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5585 5600
            this.btnConstruction0501.Name = "btnConstruction0501";
5586
            this.btnConstruction0501.Size = new System.Drawing.Size(167, 30);
5601
            this.btnConstruction0501.Size = new System.Drawing.Size(190, 30);
5587 5602
            this.btnConstruction0501.TabIndex = 15;
5588 5603
            this.btnConstruction0501.Text = "施工計画書作成・印刷";
5589 5604
            this.btnConstruction0501.UseVisualStyleBackColor = true;
......
5592 5607
            // btnConstruction0502
5593 5608
            // 
5594 5609
            this.btnConstruction0502.Dock = System.Windows.Forms.DockStyle.Fill;
5595
            this.btnConstruction0502.Location = new System.Drawing.Point(477, 471);
5610
            this.btnConstruction0502.Location = new System.Drawing.Point(539, 471);
5596 5611
            this.btnConstruction0502.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5597 5612
            this.btnConstruction0502.Name = "btnConstruction0502";
5598
            this.btnConstruction0502.Size = new System.Drawing.Size(167, 30);
5613
            this.btnConstruction0502.Size = new System.Drawing.Size(190, 30);
5599 5614
            this.btnConstruction0502.TabIndex = 15;
5600 5615
            this.btnConstruction0502.Text = "施工体制台帳作成・印刷";
5601 5616
            this.btnConstruction0502.UseVisualStyleBackColor = true;
......
5604 5619
            // btnConstruction0503
5605 5620
            // 
5606 5621
            this.btnConstruction0503.Dock = System.Windows.Forms.DockStyle.Fill;
5607
            this.btnConstruction0503.Location = new System.Drawing.Point(668, 471);
5622
            this.btnConstruction0503.Location = new System.Drawing.Point(755, 471);
5608 5623
            this.btnConstruction0503.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5609 5624
            this.btnConstruction0503.Name = "btnConstruction0503";
5610
            this.btnConstruction0503.Size = new System.Drawing.Size(167, 30);
5625
            this.btnConstruction0503.Size = new System.Drawing.Size(190, 30);
5611 5626
            this.btnConstruction0503.TabIndex = 15;
5612 5627
            this.btnConstruction0503.UseVisualStyleBackColor = true;
5613 5628
            this.btnConstruction0503.Click += new System.EventHandler(this.btnConstruction_Click);
......
5615 5630
            // btnConstruction0504
5616 5631
            // 
5617 5632
            this.btnConstruction0504.Dock = System.Windows.Forms.DockStyle.Fill;
5618
            this.btnConstruction0504.Location = new System.Drawing.Point(859, 471);
5633
            this.btnConstruction0504.Location = new System.Drawing.Point(971, 471);
5619 5634
            this.btnConstruction0504.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5620 5635
            this.btnConstruction0504.Name = "btnConstruction0504";
5621
            this.btnConstruction0504.Size = new System.Drawing.Size(171, 30);
5636
            this.btnConstruction0504.Size = new System.Drawing.Size(195, 30);
5622 5637
            this.btnConstruction0504.TabIndex = 15;
5623 5638
            this.btnConstruction0504.UseVisualStyleBackColor = true;
5624 5639
            this.btnConstruction0504.Click += new System.EventHandler(this.btnConstruction_Click);
......
5632 5647
            this.lblConstr06.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5633 5648
            this.lblConstr06.Location = new System.Drawing.Point(3, 540);
5634 5649
            this.lblConstr06.Name = "lblConstr06";
5635
            this.lblConstr06.Size = new System.Drawing.Size(85, 36);
5650
            this.lblConstr06.Size = new System.Drawing.Size(97, 36);
5636 5651
            this.lblConstr06.TabIndex = 15;
5637 5652
            this.lblConstr06.Text = "着工前・中";
5638 5653
            this.lblConstr06.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5640 5655
            // btnConstruction0600
5641 5656
            // 
5642 5657
            this.btnConstruction0600.Dock = System.Windows.Forms.DockStyle.Fill;
5643
            this.btnConstruction0600.Location = new System.Drawing.Point(95, 543);
5658
            this.btnConstruction0600.Location = new System.Drawing.Point(107, 543);
5644 5659
            this.btnConstruction0600.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5645 5660
            this.btnConstruction0600.Name = "btnConstruction0600";
5646
            this.btnConstruction0600.Size = new System.Drawing.Size(167, 30);
5661
            this.btnConstruction0600.Size = new System.Drawing.Size(190, 30);
5647 5662
            this.btnConstruction0600.TabIndex = 15;
5648 5663
            this.btnConstruction0600.Text = "工事施工図承諾願い";
5649 5664
            this.btnConstruction0600.UseVisualStyleBackColor = true;
......
5652 5667
            // btnConstruction0601
5653 5668
            // 
5654 5669
            this.btnConstruction0601.Dock = System.Windows.Forms.DockStyle.Fill;
5655
            this.btnConstruction0601.Location = new System.Drawing.Point(286, 543);
5670
            this.btnConstruction0601.Location = new System.Drawing.Point(323, 543);
5656 5671
            this.btnConstruction0601.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5657 5672
            this.btnConstruction0601.Name = "btnConstruction0601";
5658
            this.btnConstruction0601.Size = new System.Drawing.Size(167, 30);
5673
            this.btnConstruction0601.Size = new System.Drawing.Size(190, 30);
5659 5674
            this.btnConstruction0601.TabIndex = 15;
5660 5675
            this.btnConstruction0601.Text = "工事使用材料承諾願い";
5661 5676
            this.btnConstruction0601.UseVisualStyleBackColor = true;
......
5664 5679
            // btnConstruction0602
5665 5680
            // 
5666 5681
            this.btnConstruction0602.Dock = System.Windows.Forms.DockStyle.Fill;
5667
            this.btnConstruction0602.Location = new System.Drawing.Point(477, 543);
5682
            this.btnConstruction0602.Location = new System.Drawing.Point(539, 543);
5668 5683
            this.btnConstruction0602.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5669 5684
            this.btnConstruction0602.Name = "btnConstruction0602";
5670
            this.btnConstruction0602.Size = new System.Drawing.Size(167, 30);
5685
            this.btnConstruction0602.Size = new System.Drawing.Size(190, 30);
5671 5686
            this.btnConstruction0602.TabIndex = 15;
5672 5687
            this.btnConstruction0602.Text = "安全パトロール申請";
5673 5688
            this.btnConstruction0602.UseVisualStyleBackColor = true;
......
5676 5691
            // btnConstruction0603
5677 5692
            // 
5678 5693
            this.btnConstruction0603.Dock = System.Windows.Forms.DockStyle.Fill;
5679
            this.btnConstruction0603.Location = new System.Drawing.Point(668, 543);
5694
            this.btnConstruction0603.Location = new System.Drawing.Point(755, 543);
5680 5695
            this.btnConstruction0603.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5681 5696
            this.btnConstruction0603.Name = "btnConstruction0603";
5682
            this.btnConstruction0603.Size = new System.Drawing.Size(167, 30);
5697
            this.btnConstruction0603.Size = new System.Drawing.Size(190, 30);
5683 5698
            this.btnConstruction0603.TabIndex = 15;
5684 5699
            this.btnConstruction0603.Text = "社内検査申請";
5685 5700
            this.btnConstruction0603.UseVisualStyleBackColor = true;
......
5688 5703
            // btnConstruction0604
5689 5704
            // 
5690 5705
            this.btnConstruction0604.Dock = System.Windows.Forms.DockStyle.Fill;
5691
            this.btnConstruction0604.Location = new System.Drawing.Point(859, 543);
5706
            this.btnConstruction0604.Location = new System.Drawing.Point(971, 543);
5692 5707
            this.btnConstruction0604.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5693 5708
            this.btnConstruction0604.Name = "btnConstruction0604";
5694
            this.btnConstruction0604.Size = new System.Drawing.Size(171, 30);
5709
            this.btnConstruction0604.Size = new System.Drawing.Size(195, 30);
5695 5710
            this.btnConstruction0604.TabIndex = 15;
5696 5711
            this.btnConstruction0604.UseVisualStyleBackColor = true;
5697 5712
            this.btnConstruction0604.Click += new System.EventHandler(this.btnConstruction_Click);
......
5699 5714
            // btnConstruction0700
5700 5715
            // 
5701 5716
            this.btnConstruction0700.Dock = System.Windows.Forms.DockStyle.Fill;
5702
            this.btnConstruction0700.Location = new System.Drawing.Point(95, 615);
5717
            this.btnConstruction0700.Location = new System.Drawing.Point(107, 615);
5703 5718
            this.btnConstruction0700.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5704 5719
            this.btnConstruction0700.Name = "btnConstruction0700";
5705
            this.btnConstruction0700.Size = new System.Drawing.Size(167, 30);
5720
            this.btnConstruction0700.Size = new System.Drawing.Size(190, 30);
5706 5721
            this.btnConstruction0700.TabIndex = 15;
5707 5722
            this.btnConstruction0700.UseVisualStyleBackColor = true;
5708 5723
            this.btnConstruction0700.Click += new System.EventHandler(this.btnConstruction_Click);
......
5710 5725
            // btnConstruction0701
5711 5726
            // 
5712 5727
            this.btnConstruction0701.Dock = System.Windows.Forms.DockStyle.Fill;
5713
            this.btnConstruction0701.Location = new System.Drawing.Point(286, 615);
5728
            this.btnConstruction0701.Location = new System.Drawing.Point(323, 615);
5714 5729
            this.btnConstruction0701.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5715 5730
            this.btnConstruction0701.Name = "btnConstruction0701";
5716
            this.btnConstruction0701.Size = new System.Drawing.Size(167, 30);
5731
            this.btnConstruction0701.Size = new System.Drawing.Size(190, 30);
5717 5732
            this.btnConstruction0701.TabIndex = 15;
5718 5733
            this.btnConstruction0701.UseVisualStyleBackColor = true;
5719 5734
            this.btnConstruction0701.Click += new System.EventHandler(this.btnConstruction_Click);
......
5721 5736
            // btnConstruction0702
5722 5737
            // 
5723 5738
            this.btnConstruction0702.Dock = System.Windows.Forms.DockStyle.Fill;
5724
            this.btnConstruction0702.Location = new System.Drawing.Point(477, 615);
5739
            this.btnConstruction0702.Location = new System.Drawing.Point(539, 615);
5725 5740
            this.btnConstruction0702.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5726 5741
            this.btnConstruction0702.Name = "btnConstruction0702";
5727
            this.btnConstruction0702.Size = new System.Drawing.Size(167, 30);
5742
            this.btnConstruction0702.Size = new System.Drawing.Size(190, 30);
5728 5743
            this.btnConstruction0702.TabIndex = 15;
5729 5744
            this.btnConstruction0702.UseVisualStyleBackColor = true;
5730 5745
            this.btnConstruction0702.Click += new System.EventHandler(this.btnConstruction_Click);
......
5732 5747
            // btnConstruction0703
5733 5748
            // 
5734 5749
            this.btnConstruction0703.Dock = System.Windows.Forms.DockStyle.Fill;
5735
            this.btnConstruction0703.Location = new System.Drawing.Point(668, 615);
5750
            this.btnConstruction0703.Location = new System.Drawing.Point(755, 615);
5736 5751
            this.btnConstruction0703.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5737 5752
            this.btnConstruction0703.Name = "btnConstruction0703";
5738
            this.btnConstruction0703.Size = new System.Drawing.Size(167, 30);
5753
            this.btnConstruction0703.Size = new System.Drawing.Size(190, 30);
5739 5754
            this.btnConstruction0703.TabIndex = 15;
5740 5755
            this.btnConstruction0703.UseVisualStyleBackColor = true;
5741 5756
            this.btnConstruction0703.Click += new System.EventHandler(this.btnConstruction_Click);
......
5743 5758
            // btnConstruction0704
5744 5759
            // 
5745 5760
            this.btnConstruction0704.Dock = System.Windows.Forms.DockStyle.Fill;
5746
            this.btnConstruction0704.Location = new System.Drawing.Point(859, 615);
5761
            this.btnConstruction0704.Location = new System.Drawing.Point(971, 615);
5747 5762
            this.btnConstruction0704.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5748 5763
            this.btnConstruction0704.Name = "btnConstruction0704";
5749
            this.btnConstruction0704.Size = new System.Drawing.Size(171, 30);
5764
            this.btnConstruction0704.Size = new System.Drawing.Size(195, 30);
5750 5765
            this.btnConstruction0704.TabIndex = 15;
5751 5766
            this.btnConstruction0704.UseVisualStyleBackColor = true;
5752 5767
            this.btnConstruction0704.Click += new System.EventHandler(this.btnConstruction_Click);
......
5760 5775
            this.lblConstr08.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5761 5776
            this.lblConstr08.Location = new System.Drawing.Point(3, 684);
5762 5777
            this.lblConstr08.Name = "lblConstr08";
5763
            this.lblConstr08.Size = new System.Drawing.Size(85, 36);
5778
            this.lblConstr08.Size = new System.Drawing.Size(97, 36);
5764 5779
            this.lblConstr08.TabIndex = 15;
5765 5780
            this.lblConstr08.Text = "着工中\r\n・完了後";
5766 5781
            this.lblConstr08.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5768 5783
            // btnConstruction0800
5769 5784
            // 
5770 5785
            this.btnConstruction0800.Dock = System.Windows.Forms.DockStyle.Fill;
5771
            this.btnConstruction0800.Location = new System.Drawing.Point(95, 687);
5786
            this.btnConstruction0800.Location = new System.Drawing.Point(107, 687);
5772 5787
            this.btnConstruction0800.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5773 5788
            this.btnConstruction0800.Name = "btnConstruction0800";
5774
            this.btnConstruction0800.Size = new System.Drawing.Size(167, 30);
5789
            this.btnConstruction0800.Size = new System.Drawing.Size(190, 30);
5775 5790
            this.btnConstruction0800.TabIndex = 15;
5776 5791
            this.btnConstruction0800.Text = "完成図書作成・印刷";
5777 5792
            this.btnConstruction0800.UseVisualStyleBackColor = true;
......
5780 5795
            // btnConstruction0801
5781 5796
            // 
5782 5797
            this.btnConstruction0801.Dock = System.Windows.Forms.DockStyle.Fill;
5783
            this.btnConstruction0801.Location = new System.Drawing.Point(286, 687);
5798
            this.btnConstruction0801.Location = new System.Drawing.Point(323, 687);
5784 5799
            this.btnConstruction0801.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5785 5800
            this.btnConstruction0801.Name = "btnConstruction0801";
5786
            this.btnConstruction0801.Size = new System.Drawing.Size(167, 30);
5801
            this.btnConstruction0801.Size = new System.Drawing.Size(190, 30);
5787 5802
            this.btnConstruction0801.TabIndex = 15;
5788 5803
            this.btnConstruction0801.UseVisualStyleBackColor = true;
5789 5804
            this.btnConstruction0801.Click += new System.EventHandler(this.btnConstruction_Click);
......
5791 5806
            // btnConstruction0802
5792 5807
            // 
5793 5808
            this.btnConstruction0802.Dock = System.Windows.Forms.DockStyle.Fill;
5794
            this.btnConstruction0802.Location = new System.Drawing.Point(477, 687);
5809
            this.btnConstruction0802.Location = new System.Drawing.Point(539, 687);
5795 5810
            this.btnConstruction0802.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5796 5811
            this.btnConstruction0802.Name = "btnConstruction0802";
5797
            this.btnConstruction0802.Size = new System.Drawing.Size(167, 30);
5812
            this.btnConstruction0802.Size = new System.Drawing.Size(190, 30);
5798 5813
            this.btnConstruction0802.TabIndex = 15;
5799 5814
            this.btnConstruction0802.UseVisualStyleBackColor = true;
5800 5815
            this.btnConstruction0802.Click += new System.EventHandler(this.btnConstruction_Click);
......
5802 5817
            // btnConstruction0803
5803 5818
            // 
5804 5819
            this.btnConstruction0803.Dock = System.Windows.Forms.DockStyle.Fill;
5805
            this.btnConstruction0803.Location = new System.Drawing.Point(668, 687);
5820
            this.btnConstruction0803.Location = new System.Drawing.Point(755, 687);
5806 5821
            this.btnConstruction0803.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5807 5822
            this.btnConstruction0803.Name = "btnConstruction0803";
5808
            this.btnConstruction0803.Size = new System.Drawing.Size(167, 30);
5823
            this.btnConstruction0803.Size = new System.Drawing.Size(190, 30);
5809 5824
            this.btnConstruction0803.TabIndex = 15;
5810 5825
            this.btnConstruction0803.UseVisualStyleBackColor = true;
5811 5826
            this.btnConstruction0803.Click += new System.EventHandler(this.btnConstruction_Click);
......
5813 5828
            // btnConstruction0804
5814 5829
            // 
5815 5830
            this.btnConstruction0804.Dock = System.Windows.Forms.DockStyle.Fill;
5816
            this.btnConstruction0804.Location = new System.Drawing.Point(859, 687);
5831
            this.btnConstruction0804.Location = new System.Drawing.Point(971, 687);
5817 5832
            this.btnConstruction0804.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5818 5833
            this.btnConstruction0804.Name = "btnConstruction0804";
5819
            this.btnConstruction0804.Size = new System.Drawing.Size(171, 30);
5834
            this.btnConstruction0804.Size = new System.Drawing.Size(195, 30);
5820 5835
            this.btnConstruction0804.TabIndex = 15;
5821 5836
            this.btnConstruction0804.UseVisualStyleBackColor = true;
5822 5837
            this.btnConstruction0804.Click += new System.EventHandler(this.btnConstruction_Click);
......
5828 5843
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstrLine02, 10);
5829 5844
            this.lblConstrLine02.Location = new System.Drawing.Point(3, 771);
5830 5845
            this.lblConstrLine02.Name = "lblConstrLine02";
5831
            this.lblConstrLine02.Size = new System.Drawing.Size(1028, 6);
5846
            this.lblConstrLine02.Size = new System.Drawing.Size(1164, 6);
5832 5847
            this.lblConstrLine02.TabIndex = 15;
5833 5848
            // 
5834 5849
            // lblConstrTitle03
......
5838 5853
            | System.Windows.Forms.AnchorStyles.Right)));
5839 5854
            this.lblConstrTitle03.AutoSize = true;
5840 5855
            this.lblConstrTitle03.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5841
            this.lblConstrTitle03.Location = new System.Drawing.Point(94, 792);
5856
            this.lblConstrTitle03.Location = new System.Drawing.Point(106, 792);
5842 5857
            this.lblConstrTitle03.Name = "lblConstrTitle03";
5843
            this.lblConstrTitle03.Size = new System.Drawing.Size(169, 36);
5858
            this.lblConstrTitle03.Size = new System.Drawing.Size(192, 36);
5844 5859
            this.lblConstrTitle03.TabIndex = 15;
5845 5860
            this.lblConstrTitle03.Text = "取引先請求管理";
5846 5861
            this.lblConstrTitle03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5854 5869
            this.lblConstr09.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5855 5870
            this.lblConstr09.Location = new System.Drawing.Point(3, 828);
5856 5871
            this.lblConstr09.Name = "lblConstr09";
5857
            this.lblConstr09.Size = new System.Drawing.Size(85, 36);
5872
            this.lblConstr09.Size = new System.Drawing.Size(97, 36);
5858 5873
            this.lblConstr09.TabIndex = 15;
5859 5874
            this.lblConstr09.Text = "出来高";
5860 5875
            this.lblConstr09.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
5862 5877
            // btnConstruction0900
5863 5878
            // 
5864 5879
            this.btnConstruction0900.Dock = System.Windows.Forms.DockStyle.Fill;
5865
            this.btnConstruction0900.Location = new System.Drawing.Point(95, 831);
5880
            this.btnConstruction0900.Location = new System.Drawing.Point(107, 831);
5866 5881
            this.btnConstruction0900.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5867 5882
            this.btnConstruction0900.Name = "btnConstruction0900";
5868
            this.btnConstruction0900.Size = new System.Drawing.Size(167, 30);
5883
            this.btnConstruction0900.Size = new System.Drawing.Size(190, 30);
5869 5884
            this.btnConstruction0900.TabIndex = 15;
5870 5885
            this.btnConstruction0900.Text = "請求データ作成";
5871 5886
            this.btnConstruction0900.UseVisualStyleBackColor = true;
......
5874 5889
            // btnConstruction0901
5875 5890
            // 
5876 5891
            this.btnConstruction0901.Dock = System.Windows.Forms.DockStyle.Fill;
5877
            this.btnConstruction0901.Location = new System.Drawing.Point(286, 831);
5892
            this.btnConstruction0901.Location = new System.Drawing.Point(323, 831);
5878 5893
            this.btnConstruction0901.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5879 5894
            this.btnConstruction0901.Name = "btnConstruction0901";
5880
            this.btnConstruction0901.Size = new System.Drawing.Size(167, 30);
5895
            this.btnConstruction0901.Size = new System.Drawing.Size(190, 30);
5881 5896
            this.btnConstruction0901.TabIndex = 15;
5882 5897
            this.btnConstruction0901.Text = "請求承認";
5883 5898
            this.btnConstruction0901.UseVisualStyleBackColor = true;
......
5886 5901
            // btnConstruction0902
5887 5902
            // 
5888 5903
            this.btnConstruction0902.Dock = System.Windows.Forms.DockStyle.Fill;
5889
            this.btnConstruction0902.Location = new System.Drawing.Point(477, 831);
5904
            this.btnConstruction0902.Location = new System.Drawing.Point(539, 831);
5890 5905
            this.btnConstruction0902.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5891 5906
            this.btnConstruction0902.Name = "btnConstruction0902";
5892
            this.btnConstruction0902.Size = new System.Drawing.Size(167, 30);
5907
            this.btnConstruction0902.Size = new System.Drawing.Size(190, 30);
5893 5908
            this.btnConstruction0902.TabIndex = 15;
5894 5909
            this.btnConstruction0902.Text = "請求書印刷";
5895 5910
            this.btnConstruction0902.UseVisualStyleBackColor = true;
......
5898 5913
            // btnConstruction0903
5899 5914
            // 
5900 5915
            this.btnConstruction0903.Dock = System.Windows.Forms.DockStyle.Fill;
5901
            this.btnConstruction0903.Location = new System.Drawing.Point(668, 831);
5916
            this.btnConstruction0903.Location = new System.Drawing.Point(755, 831);
5902 5917
            this.btnConstruction0903.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5903 5918
            this.btnConstruction0903.Name = "btnConstruction0903";
5904
            this.btnConstruction0903.Size = new System.Drawing.Size(167, 30);
5919
            this.btnConstruction0903.Size = new System.Drawing.Size(190, 30);
5905 5920
            this.btnConstruction0903.TabIndex = 15;
5906 5921
            this.btnConstruction0903.Text = "請求書郵送・手渡し確認";
5907 5922
            this.btnConstruction0903.UseVisualStyleBackColor = true;
......
5910 5925
            // btnConstruction0904
5911 5926
            // 
5912 5927
            this.btnConstruction0904.Dock = System.Windows.Forms.DockStyle.Fill;
5913
            this.btnConstruction0904.Location = new System.Drawing.Point(859, 831);
5928
            this.btnConstruction0904.Location = new System.Drawing.Point(971, 831);
5914 5929
            this.btnConstruction0904.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5915 5930
            this.btnConstruction0904.Name = "btnConstruction0904";
5916
            this.btnConstruction0904.Size = new System.Drawing.Size(171, 30);
5931
            this.btnConstruction0904.Size = new System.Drawing.Size(195, 30);
5917 5932
            this.btnConstruction0904.TabIndex = 15;
5918 5933
            this.btnConstruction0904.Text = "取引先入金確認";
5919 5934
            this.btnConstruction0904.UseVisualStyleBackColor = true;
......
5922 5937
            // btnConstruction1000
5923 5938
            // 
5924 5939
            this.btnConstruction1000.Dock = System.Windows.Forms.DockStyle.Fill;
5925
            this.btnConstruction1000.Location = new System.Drawing.Point(95, 903);
5940
            this.btnConstruction1000.Location = new System.Drawing.Point(107, 903);
5926 5941
            this.btnConstruction1000.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5927 5942
            this.btnConstruction1000.Name = "btnConstruction1000";
5928
            this.btnConstruction1000.Size = new System.Drawing.Size(167, 30);
5943
            this.btnConstruction1000.Size = new System.Drawing.Size(190, 30);
5929 5944
            this.btnConstruction1000.TabIndex = 15;
5930 5945
            this.btnConstruction1000.Text = "請求データ作成";
5931 5946
            this.btnConstruction1000.UseVisualStyleBackColor = true;
......
5934 5949
            // btnConstruction1001
5935 5950
            // 
5936 5951
            this.btnConstruction1001.Dock = System.Windows.Forms.DockStyle.Fill;
5937
            this.btnConstruction1001.Location = new System.Drawing.Point(286, 903);
5952
            this.btnConstruction1001.Location = new System.Drawing.Point(323, 903);
5938 5953
            this.btnConstruction1001.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5939 5954
            this.btnConstruction1001.Name = "btnConstruction1001";
5940
            this.btnConstruction1001.Size = new System.Drawing.Size(167, 30);
5955
            this.btnConstruction1001.Size = new System.Drawing.Size(190, 30);
5941 5956
            this.btnConstruction1001.TabIndex = 15;
5942 5957
            this.btnConstruction1001.Text = "請求承認";
5943 5958
            this.btnConstruction1001.UseVisualStyleBackColor = true;
......
5946 5961
            // btnConstruction1002
5947 5962
            // 
5948 5963
            this.btnConstruction1002.Dock = System.Windows.Forms.DockStyle.Fill;
5949
            this.btnConstruction1002.Location = new System.Drawing.Point(477, 903);
5964
            this.btnConstruction1002.Location = new System.Drawing.Point(539, 903);
5950 5965
            this.btnConstruction1002.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5951 5966
            this.btnConstruction1002.Name = "btnConstruction1002";
5952
            this.btnConstruction1002.Size = new System.Drawing.Size(167, 30);
5967
            this.btnConstruction1002.Size = new System.Drawing.Size(190, 30);
5953 5968
            this.btnConstruction1002.TabIndex = 15;
5954 5969
            this.btnConstruction1002.Text = "請求書印刷";
5955 5970
            this.btnConstruction1002.UseVisualStyleBackColor = true;
......
5958 5973
            // btnConstruction1003
5959 5974
            // 
5960 5975
            this.btnConstruction1003.Dock = System.Windows.Forms.DockStyle.Fill;
5961
            this.btnConstruction1003.Location = new System.Drawing.Point(668, 903);
5976
            this.btnConstruction1003.Location = new System.Drawing.Point(755, 903);
5962 5977
            this.btnConstruction1003.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5963 5978
            this.btnConstruction1003.Name = "btnConstruction1003";
5964
            this.btnConstruction1003.Size = new System.Drawing.Size(167, 30);
5979
            this.btnConstruction1003.Size = new System.Drawing.Size(190, 30);
5965 5980
            this.btnConstruction1003.TabIndex = 15;
5966 5981
            this.btnConstruction1003.Text = "請求書郵送・手渡し確認";
5967 5982
            this.btnConstruction1003.UseVisualStyleBackColor = true;
......
5970 5985
            // btnConstruction1004
5971 5986
            // 
5972 5987
            this.btnConstruction1004.Dock = System.Windows.Forms.DockStyle.Fill;
5973
            this.btnConstruction1004.Location = new System.Drawing.Point(859, 903);
5988
            this.btnConstruction1004.Location = new System.Drawing.Point(971, 903);
5974 5989
            this.btnConstruction1004.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
5975 5990
            this.btnConstruction1004.Name = "btnConstruction1004";
5976
            this.btnConstruction1004.Size = new System.Drawing.Size(171, 30);
5991
            this.btnConstruction1004.Size = new System.Drawing.Size(195, 30);
5977 5992
            this.btnConstruction1004.TabIndex = 15;
5978 5993
            this.btnConstruction1004.Text = "取引先入金確認";
5979 5994
            this.btnConstruction1004.UseVisualStyleBackColor = true;
......
5986 6001
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstrLine03, 10);
5987 6002
            this.lblConstrLine03.Location = new System.Drawing.Point(3, 987);
5988 6003
            this.lblConstrLine03.Name = "lblConstrLine03";
5989
            this.lblConstrLine03.Size = new System.Drawing.Size(1028, 6);
6004
            this.lblConstrLine03.Size = new System.Drawing.Size(1164, 6);
5990 6005
            this.lblConstrLine03.TabIndex = 15;
5991 6006
            // 
5992 6007
            // lblConstrTitle04
......
5996 6011
            | System.Windows.Forms.AnchorStyles.Right)));
5997 6012
            this.lblConstrTitle04.AutoSize = true;
5998 6013
            this.lblConstrTitle04.Font = new System.Drawing.Font("MS 明朝", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
5999
            this.lblConstrTitle04.Location = new System.Drawing.Point(94, 1008);
6014
            this.lblConstrTitle04.Location = new System.Drawing.Point(106, 1008);
6000 6015
            this.lblConstrTitle04.Name = "lblConstrTitle04";
6001
            this.lblConstrTitle04.Size = new System.Drawing.Size(169, 36);
6016
            this.lblConstrTitle04.Size = new System.Drawing.Size(192, 36);
6002 6017
            this.lblConstrTitle04.TabIndex = 15;
6003 6018
            this.lblConstrTitle04.Text = "各業者・職人支払い管理";
6004 6019
            this.lblConstrTitle04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6012 6027
            this.lblConstr11.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6013 6028
            this.lblConstr11.Location = new System.Drawing.Point(3, 1044);
6014 6029
            this.lblConstr11.Name = "lblConstr11";
6015
            this.lblConstr11.Size = new System.Drawing.Size(85, 36);
6030
            this.lblConstr11.Size = new System.Drawing.Size(97, 36);
6016 6031
            this.lblConstr11.TabIndex = 15;
6017 6032
            this.lblConstr11.Text = "毎月";
6018 6033
            this.lblConstr11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6020 6035
            // btnConstruction1100
6021 6036
            // 
6022 6037
            this.btnConstruction1100.Dock = System.Windows.Forms.DockStyle.Fill;
6023
            this.btnConstruction1100.Location = new System.Drawing.Point(95, 1047);
6038
            this.btnConstruction1100.Location = new System.Drawing.Point(107, 1047);
6024 6039
            this.btnConstruction1100.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6025 6040
            this.btnConstruction1100.Name = "btnConstruction1100";
6026
            this.btnConstruction1100.Size = new System.Drawing.Size(167, 30);
6041
            this.btnConstruction1100.Size = new System.Drawing.Size(190, 30);
6027 6042
            this.btnConstruction1100.TabIndex = 15;
6028 6043
            this.btnConstruction1100.Text = "手間支払確認";
6029 6044
            this.btnConstruction1100.UseVisualStyleBackColor = true;
......
6032 6047
            // btnConstruction1101
6033 6048
            // 
6034 6049
            this.btnConstruction1101.Dock = System.Windows.Forms.DockStyle.Fill;
6035
            this.btnConstruction1101.Location = new System.Drawing.Point(286, 1047);
6050
            this.btnConstruction1101.Location = new System.Drawing.Point(323, 1047);
6036 6051
            this.btnConstruction1101.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6037 6052
            this.btnConstruction1101.Name = "btnConstruction1101";
6038
            this.btnConstruction1101.Size = new System.Drawing.Size(167, 30);
6053
            this.btnConstruction1101.Size = new System.Drawing.Size(190, 30);
6039 6054
            this.btnConstruction1101.TabIndex = 15;
6040 6055
            this.btnConstruction1101.Text = "業者支払確認";
6041 6056
            this.btnConstruction1101.UseVisualStyleBackColor = true;
......
6044 6059
            // btnConstruction1102
6045 6060
            // 
6046 6061
            this.btnConstruction1102.Dock = System.Windows.Forms.DockStyle.Fill;
6047
            this.btnConstruction1102.Location = new System.Drawing.Point(477, 1047);
6062
            this.btnConstruction1102.Location = new System.Drawing.Point(539, 1047);
6048 6063
            this.btnConstruction1102.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6049 6064
            this.btnConstruction1102.Name = "btnConstruction1102";
6050
            this.btnConstruction1102.Size = new System.Drawing.Size(167, 30);
6065
            this.btnConstruction1102.Size = new System.Drawing.Size(190, 30);
6051 6066
            this.btnConstruction1102.TabIndex = 15;
6052 6067
            this.btnConstruction1102.UseVisualStyleBackColor = true;
6053 6068
            this.btnConstruction1102.Click += new System.EventHandler(this.btnConstruction_Click);
......
6055 6070
            // btnConstruction1103
6056 6071
            // 
6057 6072
            this.btnConstruction1103.Dock = System.Windows.Forms.DockStyle.Fill;
6058
            this.btnConstruction1103.Location = new System.Drawing.Point(668, 1047);
6073
            this.btnConstruction1103.Location = new System.Drawing.Point(755, 1047);
6059 6074
            this.btnConstruction1103.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6060 6075
            this.btnConstruction1103.Name = "btnConstruction1103";
6061
            this.btnConstruction1103.Size = new System.Drawing.Size(167, 30);
6076
            this.btnConstruction1103.Size = new System.Drawing.Size(190, 30);
6062 6077
            this.btnConstruction1103.TabIndex = 15;
6063 6078
            this.btnConstruction1103.UseVisualStyleBackColor = true;
6064 6079
            this.btnConstruction1103.Click += new System.EventHandler(this.btnConstruction_Click);
......
6066 6081
            // btnConstruction1104
6067 6082
            // 
6068 6083
            this.btnConstruction1104.Dock = System.Windows.Forms.DockStyle.Fill;
6069
            this.btnConstruction1104.Location = new System.Drawing.Point(859, 1047);
6084
            this.btnConstruction1104.Location = new System.Drawing.Point(971, 1047);
6070 6085
            this.btnConstruction1104.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6071 6086
            this.btnConstruction1104.Name = "btnConstruction1104";
6072
            this.btnConstruction1104.Size = new System.Drawing.Size(171, 30);
6087
            this.btnConstruction1104.Size = new System.Drawing.Size(195, 30);
6073 6088
            this.btnConstruction1104.TabIndex = 15;
6074 6089
            this.btnConstruction1104.UseVisualStyleBackColor = true;
6075 6090
            this.btnConstruction1104.Click += new System.EventHandler(this.btnConstruction_Click);
......
6082 6097
            this.lblConstr1102.AutoSize = true;
6083 6098
            this.lblConstr1102.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6084 6099
            this.lblConstr1102.ForeColor = System.Drawing.Color.Brown;
6085
            this.lblConstr1102.Location = new System.Drawing.Point(94, 1080);
6100
            this.lblConstr1102.Location = new System.Drawing.Point(106, 1080);
6086 6101
            this.lblConstr1102.Name = "lblConstr1102";
6087
            this.lblConstr1102.Size = new System.Drawing.Size(169, 36);
6102
            this.lblConstr1102.Size = new System.Drawing.Size(192, 36);
6088 6103
            this.lblConstr1102.TabIndex = 15;
6089 6104
            this.lblConstr1102.Text = "※毎月5日必着\r\n確認は8日まで";
6090 6105
            this.lblConstr1102.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6097 6112
            this.lblConstr1103.AutoSize = true;
6098 6113
            this.lblConstr1103.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6099 6114
            this.lblConstr1103.ForeColor = System.Drawing.Color.Brown;
6100
            this.lblConstr1103.Location = new System.Drawing.Point(285, 1080);
6115
            this.lblConstr1103.Location = new System.Drawing.Point(322, 1080);
6101 6116
            this.lblConstr1103.Name = "lblConstr1103";
6102
            this.lblConstr1103.Size = new System.Drawing.Size(169, 36);
6117
            this.lblConstr1103.Size = new System.Drawing.Size(192, 36);
6103 6118
            this.lblConstr1103.TabIndex = 15;
6104 6119
            this.lblConstr1103.Text = "※毎月5日必着\r\n確認は15日まで";
6105 6120
            this.lblConstr1103.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6111 6126
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstrLine04, 10);
6112 6127
            this.lblConstrLine04.Location = new System.Drawing.Point(3, 1131);
6113 6128
            this.lblConstrLine04.Name = "lblConstrLine04";
6114
            this.lblConstrLine04.Size = new System.Drawing.Size(1028, 6);
6129
            this.lblConstrLine04.Size = new System.Drawing.Size(1164, 6);
6115 6130
            this.lblConstrLine04.TabIndex = 15;
6116 6131
            // 
6117 6132
            // lblConstrTitle05
......
6121 6136
            | System.Windows.Forms.AnchorStyles.Right)));
6122 6137
            this.lblConstrTitle05.AutoSize = true;
6123 6138
            this.lblConstrTitle05.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6124
            this.lblConstrTitle05.Location = new System.Drawing.Point(94, 1152);
6139
            this.lblConstrTitle05.Location = new System.Drawing.Point(106, 1152);
6125 6140
            this.lblConstrTitle05.Name = "lblConstrTitle05";
6126
            this.lblConstrTitle05.Size = new System.Drawing.Size(169, 36);
6141
            this.lblConstrTitle05.Size = new System.Drawing.Size(192, 36);
6127 6142
            this.lblConstrTitle05.TabIndex = 15;
6128 6143
            this.lblConstrTitle05.Text = "その他管理";
6129 6144
            this.lblConstrTitle05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6137 6152
            this.lblConstr12.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6138 6153
            this.lblConstr12.Location = new System.Drawing.Point(3, 1188);
6139 6154
            this.lblConstr12.Name = "lblConstr12";
6140
            this.lblConstr12.Size = new System.Drawing.Size(85, 36);
6155
            this.lblConstr12.Size = new System.Drawing.Size(97, 36);
6141 6156
            this.lblConstr12.TabIndex = 15;
6142 6157
            this.lblConstr12.Text = "適時";
6143 6158
            this.lblConstr12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6145 6160
            // btnConstruction1200
6146 6161
            // 
6147 6162
            this.btnConstruction1200.Dock = System.Windows.Forms.DockStyle.Fill;
6148
            this.btnConstruction1200.Location = new System.Drawing.Point(95, 1191);
6163
            this.btnConstruction1200.Location = new System.Drawing.Point(107, 1191);
6149 6164
            this.btnConstruction1200.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6150 6165
            this.btnConstruction1200.Name = "btnConstruction1200";
6151
            this.btnConstruction1200.Size = new System.Drawing.Size(167, 30);
6166
            this.btnConstruction1200.Size = new System.Drawing.Size(190, 30);
6152 6167
            this.btnConstruction1200.TabIndex = 15;
6153 6168
            this.btnConstruction1200.Text = "出納帳入力";
6154 6169
            this.btnConstruction1200.UseVisualStyleBackColor = true;
......
6157 6172
            // btnConstruction1201
6158 6173
            // 
6159 6174
            this.btnConstruction1201.Dock = System.Windows.Forms.DockStyle.Fill;
6160
            this.btnConstruction1201.Location = new System.Drawing.Point(286, 1191);
6175
            this.btnConstruction1201.Location = new System.Drawing.Point(323, 1191);
6161 6176
            this.btnConstruction1201.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6162 6177
            this.btnConstruction1201.Name = "btnConstruction1201";
6163
            this.btnConstruction1201.Size = new System.Drawing.Size(167, 30);
6178
            this.btnConstruction1201.Size = new System.Drawing.Size(190, 30);
6164 6179
            this.btnConstruction1201.TabIndex = 15;
6165 6180
            this.btnConstruction1201.UseVisualStyleBackColor = true;
6166 6181
            this.btnConstruction1201.Click += new System.EventHandler(this.btnConstruction_Click);
......
6168 6183
            // btnConstruction1202
6169 6184
            // 
6170 6185
            this.btnConstruction1202.Dock = System.Windows.Forms.DockStyle.Fill;
6171
            this.btnConstruction1202.Location = new System.Drawing.Point(477, 1191);
6186
            this.btnConstruction1202.Location = new System.Drawing.Point(539, 1191);
6172 6187
            this.btnConstruction1202.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6173 6188
            this.btnConstruction1202.Name = "btnConstruction1202";
6174
            this.btnConstruction1202.Size = new System.Drawing.Size(167, 30);
6189
            this.btnConstruction1202.Size = new System.Drawing.Size(190, 30);
6175 6190
            this.btnConstruction1202.TabIndex = 15;
6176 6191
            this.btnConstruction1202.UseVisualStyleBackColor = true;
6177 6192
            this.btnConstruction1202.Click += new System.EventHandler(this.btnConstruction_Click);
......
6179 6194
            // btnConstruction1203
6180 6195
            // 
6181 6196
            this.btnConstruction1203.Dock = System.Windows.Forms.DockStyle.Fill;
6182
            this.btnConstruction1203.Location = new System.Drawing.Point(668, 1191);
6197
            this.btnConstruction1203.Location = new System.Drawing.Point(755, 1191);
6183 6198
            this.btnConstruction1203.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6184 6199
            this.btnConstruction1203.Name = "btnConstruction1203";
6185
            this.btnConstruction1203.Size = new System.Drawing.Size(167, 30);
6200
            this.btnConstruction1203.Size = new System.Drawing.Size(190, 30);
6186 6201
            this.btnConstruction1203.TabIndex = 15;
6187 6202
            this.btnConstruction1203.UseVisualStyleBackColor = true;
6188 6203
            this.btnConstruction1203.Click += new System.EventHandler(this.btnConstruction_Click);
......
6190 6205
            // btnConstruction1204
6191 6206
            // 
6192 6207
            this.btnConstruction1204.Dock = System.Windows.Forms.DockStyle.Fill;
6193
            this.btnConstruction1204.Location = new System.Drawing.Point(859, 1191);
6208
            this.btnConstruction1204.Location = new System.Drawing.Point(971, 1191);
6194 6209
            this.btnConstruction1204.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6195 6210
            this.btnConstruction1204.Name = "btnConstruction1204";
6196
            this.btnConstruction1204.Size = new System.Drawing.Size(171, 30);
6211
            this.btnConstruction1204.Size = new System.Drawing.Size(195, 30);
6197 6212
            this.btnConstruction1204.TabIndex = 15;
6198 6213
            this.btnConstruction1204.UseVisualStyleBackColor = true;
6199 6214
            this.btnConstruction1204.Click += new System.EventHandler(this.btnConstruction_Click);
......
6207 6222
            this.lblConstr10.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6208 6223
            this.lblConstr10.Location = new System.Drawing.Point(3, 900);
6209 6224
            this.lblConstr10.Name = "lblConstr10";
6210
            this.lblConstr10.Size = new System.Drawing.Size(85, 36);
6225
            this.lblConstr10.Size = new System.Drawing.Size(97, 36);
6211 6226
            this.lblConstr10.TabIndex = 15;
6212 6227
            this.lblConstr10.Text = "完了後";
6213 6228
            this.lblConstr10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6221 6236
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstr0102, 5);
6222 6237
            this.lblConstr0102.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6223 6238
            this.lblConstr0102.ForeColor = System.Drawing.Color.Brown;
6224
            this.lblConstr0102.Location = new System.Drawing.Point(476, 144);
6239
            this.lblConstr0102.Location = new System.Drawing.Point(538, 144);
6225 6240
            this.lblConstr0102.Name = "lblConstr0102";
6226
            this.lblConstr0102.Size = new System.Drawing.Size(555, 36);
6241
            this.lblConstr0102.Size = new System.Drawing.Size(629, 36);
6227 6242
            this.lblConstr0102.TabIndex = 15;
6228 6243
            this.lblConstr0102.Text = "※該当項目は毎日記入すること。";
6229 6244
            this.lblConstr0102.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......
6237 6252
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstr0202, 5);
6238 6253
            this.lblConstr0202.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6239 6254
            this.lblConstr0202.ForeColor = System.Drawing.Color.Brown;
6240
            this.lblConstr0202.Location = new System.Drawing.Point(476, 216);
6255
            this.lblConstr0202.Location = new System.Drawing.Point(538, 216);
6241 6256
            this.lblConstr0202.Name = "lblConstr0202";
6242
            this.lblConstr0202.Size = new System.Drawing.Size(555, 36);
6257
            this.lblConstr0202.Size = new System.Drawing.Size(629, 36);
6243 6258
            this.lblConstr0202.TabIndex = 15;
6244 6259
            this.lblConstr0202.Text = "※資材項目は貸出・返却時に毎回記入すること。";
6245 6260
            this.lblConstr0202.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......
6253 6268
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstr0502, 5);
6254 6269
            this.lblConstr0502.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6255 6270
            this.lblConstr0502.ForeColor = System.Drawing.Color.Brown;
6256
            this.lblConstr0502.Location = new System.Drawing.Point(476, 504);
6271
            this.lblConstr0502.Location = new System.Drawing.Point(538, 504);
6257 6272
            this.lblConstr0502.Name = "lblConstr0502";
6258
            this.lblConstr0502.Size = new System.Drawing.Size(555, 36);
6273
            this.lblConstr0502.Size = new System.Drawing.Size(629, 36);
6259 6274
            this.lblConstr0502.TabIndex = 15;
6260 6275
            this.lblConstr0502.Text = "※上記項目は施工開始までに作成すること。";
6261 6276
            this.lblConstr0502.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......
6269 6284
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstr0602, 5);
6270 6285
            this.lblConstr0602.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6271 6286
            this.lblConstr0602.ForeColor = System.Drawing.Color.Brown;
6272
            this.lblConstr0602.Location = new System.Drawing.Point(476, 576);
6287
            this.lblConstr0602.Location = new System.Drawing.Point(538, 576);
6273 6288
            this.lblConstr0602.Name = "lblConstr0602";
6274
            this.lblConstr0602.Size = new System.Drawing.Size(555, 36);
6289
            this.lblConstr0602.Size = new System.Drawing.Size(629, 36);
6275 6290
            this.lblConstr0602.TabIndex = 15;
6276 6291
            this.lblConstr0602.Text = "※上記項目は各工種の全体施工中の施工前までに作成・提出すること。";
6277 6292
            this.lblConstr0602.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......
6285 6300
            this.tblLayoutConstruction.SetColumnSpan(this.lblConstr0802, 5);
6286 6301
            this.lblConstr0802.Font = new System.Drawing.Font("MS 明朝", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6287 6302
            this.lblConstr0802.ForeColor = System.Drawing.Color.Brown;
6288
            this.lblConstr0802.Location = new System.Drawing.Point(476, 720);
6303
            this.lblConstr0802.Location = new System.Drawing.Point(538, 720);
6289 6304
            this.lblConstr0802.Name = "lblConstr0802";
6290
            this.lblConstr0802.Size = new System.Drawing.Size(555, 36);
6305
            this.lblConstr0802.Size = new System.Drawing.Size(629, 36);
6291 6306
            this.lblConstr0802.TabIndex = 15;
6292 6307
            this.lblConstr0802.Text = "※完成図書は契約工期内に再提出も含めて完了すること。";
6293 6308
            this.lblConstr0802.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
......
6390 6405
            this.tblLayoutAffairs.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
6391 6406
            this.tblLayoutAffairs.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
6392 6407
            this.tblLayoutAffairs.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
6393
            this.tblLayoutAffairs.Size = new System.Drawing.Size(1034, 648);
6408
            this.tblLayoutAffairs.Size = new System.Drawing.Size(1170, 648);
6394 6409
            this.tblLayoutAffairs.TabIndex = 13;
6395 6410
            // 
6396 6411
            // btnAffairs0000
......
6398 6413
            this.btnAffairs0000.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6399 6414
            | System.Windows.Forms.AnchorStyles.Left) 
6400 6415
            | System.Windows.Forms.AnchorStyles.Right)));
6401
            this.btnAffairs0000.Location = new System.Drawing.Point(95, 39);
6416
            this.btnAffairs0000.Location = new System.Drawing.Point(107, 39);
6402 6417
            this.btnAffairs0000.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6403 6418
            this.btnAffairs0000.Name = "btnAffairs0000";
6404
            this.btnAffairs0000.Size = new System.Drawing.Size(167, 30);
6419
            this.btnAffairs0000.Size = new System.Drawing.Size(190, 30);
6405 6420
            this.btnAffairs0000.TabIndex = 0;
6406 6421
            this.btnAffairs0000.Text = "行動予定入力";
6407 6422
            this.btnAffairs0000.UseVisualStyleBackColor = true;
......
6412 6427
            this.btnAffairs0001.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6413 6428
            | System.Windows.Forms.AnchorStyles.Left) 
6414 6429
            | System.Windows.Forms.AnchorStyles.Right)));
6415
            this.btnAffairs0001.Location = new System.Drawing.Point(286, 39);
6430
            this.btnAffairs0001.Location = new System.Drawing.Point(323, 39);
6416 6431
            this.btnAffairs0001.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6417 6432
            this.btnAffairs0001.Name = "btnAffairs0001";
6418
            this.btnAffairs0001.Size = new System.Drawing.Size(167, 30);
6433
            this.btnAffairs0001.Size = new System.Drawing.Size(190, 30);
6419 6434
            this.btnAffairs0001.TabIndex = 0;
6420 6435
            this.btnAffairs0001.Text = "車両予約";
6421 6436
            this.btnAffairs0001.UseVisualStyleBackColor = true;
......
6428 6443
            | System.Windows.Forms.AnchorStyles.Right)));
6429 6444
            this.lblAffairsTitle01.AutoSize = true;
6430 6445
            this.lblAffairsTitle01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6431
            this.lblAffairsTitle01.Location = new System.Drawing.Point(94, 0);
6446
            this.lblAffairsTitle01.Location = new System.Drawing.Point(106, 0);
6432 6447
            this.lblAffairsTitle01.Name = "lblAffairsTitle01";
6433
            this.lblAffairsTitle01.Size = new System.Drawing.Size(169, 36);
6448
            this.lblAffairsTitle01.Size = new System.Drawing.Size(192, 36);
6434 6449
            this.lblAffairsTitle01.TabIndex = 18;
6435 6450
            this.lblAffairsTitle01.Text = "日次管理";
6436 6451
            this.lblAffairsTitle01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6440 6455
            this.btnAffairs0002.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6441 6456
            | System.Windows.Forms.AnchorStyles.Left) 
6442 6457
            | System.Windows.Forms.AnchorStyles.Right)));
6443
            this.btnAffairs0002.Location = new System.Drawing.Point(477, 39);
6458
            this.btnAffairs0002.Location = new System.Drawing.Point(539, 39);
6444 6459
            this.btnAffairs0002.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6445 6460
            this.btnAffairs0002.Name = "btnAffairs0002";
6446
            this.btnAffairs0002.Size = new System.Drawing.Size(167, 30);
6461
            this.btnAffairs0002.Size = new System.Drawing.Size(190, 30);
6447 6462
            this.btnAffairs0002.TabIndex = 0;
6448 6463
            this.btnAffairs0002.UseVisualStyleBackColor = true;
6449 6464
            this.btnAffairs0002.Click += new System.EventHandler(this.btnAffairs_Click);
......
6453 6468
            this.btnAffairs0003.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6454 6469
            | System.Windows.Forms.AnchorStyles.Left) 
6455 6470
            | System.Windows.Forms.AnchorStyles.Right)));
6456
            this.btnAffairs0003.Location = new System.Drawing.Point(668, 39);
6471
            this.btnAffairs0003.Location = new System.Drawing.Point(755, 39);
6457 6472
            this.btnAffairs0003.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6458 6473
            this.btnAffairs0003.Name = "btnAffairs0003";
6459
            this.btnAffairs0003.Size = new System.Drawing.Size(167, 30);
6474
            this.btnAffairs0003.Size = new System.Drawing.Size(190, 30);
6460 6475
            this.btnAffairs0003.TabIndex = 0;
6461 6476
            this.btnAffairs0003.UseVisualStyleBackColor = true;
6462 6477
            this.btnAffairs0003.Click += new System.EventHandler(this.btnAffairs_Click);
......
6466 6481
            this.btnAffairs0004.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6467 6482
            | System.Windows.Forms.AnchorStyles.Left) 
6468 6483
            | System.Windows.Forms.AnchorStyles.Right)));
6469
            this.btnAffairs0004.Location = new System.Drawing.Point(859, 39);
6484
            this.btnAffairs0004.Location = new System.Drawing.Point(971, 39);
6470 6485
            this.btnAffairs0004.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6471 6486
            this.btnAffairs0004.Name = "btnAffairs0004";
6472
            this.btnAffairs0004.Size = new System.Drawing.Size(171, 30);
6487
            this.btnAffairs0004.Size = new System.Drawing.Size(195, 30);
6473 6488
            this.btnAffairs0004.TabIndex = 0;
6474 6489
            this.btnAffairs0004.UseVisualStyleBackColor = true;
6475 6490
            this.btnAffairs0004.Click += new System.EventHandler(this.btnAffairs_Click);
......
6479 6494
            this.btnAffairs0100.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6480 6495
            | System.Windows.Forms.AnchorStyles.Left) 
6481 6496
            | System.Windows.Forms.AnchorStyles.Right)));
6482
            this.btnAffairs0100.Location = new System.Drawing.Point(95, 111);
6497
            this.btnAffairs0100.Location = new System.Drawing.Point(107, 111);
6483 6498
            this.btnAffairs0100.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6484 6499
            this.btnAffairs0100.Name = "btnAffairs0100";
6485
            this.btnAffairs0100.Size = new System.Drawing.Size(167, 30);
6500
            this.btnAffairs0100.Size = new System.Drawing.Size(190, 30);
6486 6501
            this.btnAffairs0100.TabIndex = 0;
6487 6502
            this.btnAffairs0100.Text = "出勤管理";
6488 6503
            this.btnAffairs0100.UseVisualStyleBackColor = true;
......
6493 6508
            this.btnAffairs0101.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6494 6509
            | System.Windows.Forms.AnchorStyles.Left) 
6495 6510
            | System.Windows.Forms.AnchorStyles.Right)));
6496
            this.btnAffairs0101.Location = new System.Drawing.Point(286, 111);
6511
            this.btnAffairs0101.Location = new System.Drawing.Point(323, 111);
6497 6512
            this.btnAffairs0101.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6498 6513
            this.btnAffairs0101.Name = "btnAffairs0101";
6499
            this.btnAffairs0101.Size = new System.Drawing.Size(167, 30);
6514
            this.btnAffairs0101.Size = new System.Drawing.Size(190, 30);
6500 6515
            this.btnAffairs0101.TabIndex = 0;
6501 6516
            this.btnAffairs0101.UseVisualStyleBackColor = true;
6502 6517
            this.btnAffairs0101.Click += new System.EventHandler(this.btnAffairs_Click);
......
6506 6521
            this.btnAffairs0102.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6507 6522
            | System.Windows.Forms.AnchorStyles.Left) 
6508 6523
            | System.Windows.Forms.AnchorStyles.Right)));
6509
            this.btnAffairs0102.Location = new System.Drawing.Point(477, 111);
6524
            this.btnAffairs0102.Location = new System.Drawing.Point(539, 111);
6510 6525
            this.btnAffairs0102.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6511 6526
            this.btnAffairs0102.Name = "btnAffairs0102";
6512
            this.btnAffairs0102.Size = new System.Drawing.Size(167, 30);
6527
            this.btnAffairs0102.Size = new System.Drawing.Size(190, 30);
6513 6528
            this.btnAffairs0102.TabIndex = 0;
6514 6529
            this.btnAffairs0102.UseVisualStyleBackColor = true;
6515 6530
            this.btnAffairs0102.Click += new System.EventHandler(this.btnAffairs_Click);
......
6519 6534
            this.btnAffairs0103.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6520 6535
            | System.Windows.Forms.AnchorStyles.Left) 
6521 6536
            | System.Windows.Forms.AnchorStyles.Right)));
6522
            this.btnAffairs0103.Location = new System.Drawing.Point(668, 111);
6537
            this.btnAffairs0103.Location = new System.Drawing.Point(755, 111);
6523 6538
            this.btnAffairs0103.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6524 6539
            this.btnAffairs0103.Name = "btnAffairs0103";
6525
            this.btnAffairs0103.Size = new System.Drawing.Size(167, 30);
6540
            this.btnAffairs0103.Size = new System.Drawing.Size(190, 30);
6526 6541
            this.btnAffairs0103.TabIndex = 0;
6527 6542
            this.btnAffairs0103.UseVisualStyleBackColor = true;
6528 6543
            this.btnAffairs0103.Click += new System.EventHandler(this.btnAffairs_Click);
......
6532 6547
            this.btnAffairs0104.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6533 6548
            | System.Windows.Forms.AnchorStyles.Left) 
6534 6549
            | System.Windows.Forms.AnchorStyles.Right)));
6535
            this.btnAffairs0104.Location = new System.Drawing.Point(859, 111);
6550
            this.btnAffairs0104.Location = new System.Drawing.Point(971, 111);
6536 6551
            this.btnAffairs0104.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6537 6552
            this.btnAffairs0104.Name = "btnAffairs0104";
6538
            this.btnAffairs0104.Size = new System.Drawing.Size(171, 30);
6553
            this.btnAffairs0104.Size = new System.Drawing.Size(195, 30);
6539 6554
            this.btnAffairs0104.TabIndex = 0;
6540 6555
            this.btnAffairs0104.UseVisualStyleBackColor = true;
6541 6556
            this.btnAffairs0104.Click += new System.EventHandler(this.btnAffairs_Click);
......
6549 6564
            this.lblAffairs00.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6550 6565
            this.lblAffairs00.Location = new System.Drawing.Point(3, 36);
6551 6566
            this.lblAffairs00.Name = "lblAffairs00";
6552
            this.lblAffairs00.Size = new System.Drawing.Size(85, 36);
6567
            this.lblAffairs00.Size = new System.Drawing.Size(97, 36);
6553 6568
            this.lblAffairs00.TabIndex = 19;
6554 6569
            this.lblAffairs00.Text = "毎日";
6555 6570
            this.lblAffairs00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6563 6578
            this.lblAffairs01.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
6564 6579
            this.lblAffairs01.Location = new System.Drawing.Point(3, 108);
6565 6580
            this.lblAffairs01.Name = "lblAffairs01";
6566
            this.lblAffairs01.Size = new System.Drawing.Size(85, 36);
6581
            this.lblAffairs01.Size = new System.Drawing.Size(97, 36);
6567 6582
            this.lblAffairs01.TabIndex = 19;
6568 6583
            this.lblAffairs01.Text = "毎日";
6569 6584
            this.lblAffairs01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
......
6575 6590
            this.tblLayoutAffairs.SetColumnSpan(this.lblAffairsLine01, 10);
6576 6591
            this.lblAffairsLine01.Location = new System.Drawing.Point(3, 195);
6577 6592
            this.lblAffairsLine01.Name = "lblAffairsLine01";
6578
            this.lblAffairsLine01.Size = new System.Drawing.Size(1028, 6);
6593
            this.lblAffairsLine01.Size = new System.Drawing.Size(1164, 6);
6579 6594
            this.lblAffairsLine01.TabIndex = 20;
6580 6595
            // 
6581 6596
            // btnAffairs0302
......
6583 6598
            this.btnAffairs0302.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6584 6599
            | System.Windows.Forms.AnchorStyles.Left) 
6585 6600
            | System.Windows.Forms.AnchorStyles.Right)));
6586
            this.btnAffairs0302.Location = new System.Drawing.Point(477, 327);
6601
            this.btnAffairs0302.Location = new System.Drawing.Point(539, 327);
6587 6602
            this.btnAffairs0302.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6588 6603
            this.btnAffairs0302.Name = "btnAffairs0302";
6589
            this.btnAffairs0302.Size = new System.Drawing.Size(167, 30);
6604
            this.btnAffairs0302.Size = new System.Drawing.Size(190, 30);
6590 6605
            this.btnAffairs0302.TabIndex = 0;
6591 6606
            this.btnAffairs0302.Text = "請求書発送状況入力";
6592 6607
            this.btnAffairs0302.UseVisualStyleBackColor = true;
......
6597 6612
            this.btnAffairs0300.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6598 6613
            | System.Windows.Forms.AnchorStyles.Left) 
6599 6614
            | System.Windows.Forms.AnchorStyles.Right)));
6600
            this.btnAffairs0300.Location = new System.Drawing.Point(95, 327);
6615
            this.btnAffairs0300.Location = new System.Drawing.Point(107, 327);
6601 6616
            this.btnAffairs0300.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6602 6617
            this.btnAffairs0300.Name = "btnAffairs0300";
6603
            this.btnAffairs0300.Size = new System.Drawing.Size(167, 30);
6618
            this.btnAffairs0300.Size = new System.Drawing.Size(190, 30);
6604 6619
            this.btnAffairs0300.TabIndex = 0;
6605 6620
            this.btnAffairs0300.Text = "注文書印刷";
6606 6621
            this.btnAffairs0300.UseVisualStyleBackColor = true;
......
6611 6626
            this.btnAffairs0301.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6612 6627
            | System.Windows.Forms.AnchorStyles.Left) 
6613 6628
            | System.Windows.Forms.AnchorStyles.Right)));
6614
            this.btnAffairs0301.Location = new System.Drawing.Point(286, 327);
6629
            this.btnAffairs0301.Location = new System.Drawing.Point(323, 327);
6615 6630
            this.btnAffairs0301.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
6616 6631
            this.btnAffairs0301.Name = "btnAffairs0301";
6617
            this.btnAffairs0301.Size = new System.Drawing.Size(167, 30);
6632
            this.btnAffairs0301.Size = new System.Drawing.Size(190, 30);
6618 6633
            this.btnAffairs0301.TabIndex = 0;
6619 6634
            this.btnAffairs0301.Text = "注文書発給状況入力";
6620 6635
            this.btnAffairs0301.UseVisualStyleBackColor = true;
......
6625 6640
            this.btnAffairs0201.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
6626 6641
            | System.Windows.Forms.AnchorStyles.Left) 
6627 6642
            | System.Windows.Forms.AnchorStyles.Right)));
... 差分の行数が表示可能な上限を超えました。超過分は表示しません。

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