プロジェクト

全般

プロフィール

リビジョン 8

堀内8年以上前に追加

サブウィンドウハンドルセットミス修正
増減工事データ作成・表示機能追加
メニュー一覧への承認状況追加

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/Common/CommonDefine.cs
524 524
                                                                                {10, "請求完了"},           // 工事基本情報ラジオボタン:10
525 525
                                                                                {11, "非 受 注"},           // 工事基本情報ラジオボタン:3
526 526
                                                                                {12, "総務入金確認"},       // 工事基本情報ラジオボタン:12
527
                                                                                {13, "担当者入金確認完了"}, // 工事基本情報ラジオボタン:13
527
                                                                                {13, "担当者入金確認完了"},      // 工事基本情報ラジオボタン:13
528
                                                                                //{14, ""},                       // 工事基本情報ラジオボタン:14
529
                                                                                //{15, ""},                       // 工事基本情報ラジオボタン:15
530
                                                                                //{16, "空家補修工事"},        // 工事基本情報ラジオボタン:16
531
                                                                                //{17, "Hit'sV工事"},           // 工事基本情報ラジオボタン:17
528 532
                                                                                };
529 533
        #endregion
530 534

  
trunk/src/ProcessManagement/ProcessManagement/Common/Process/ClsExcute.cs
1018 1018
            FrmTAndPCosts frm = new FrmTAndPCosts();
1019 1019
            try
1020 1020
            {
1021
                // 自分のハンドルをリストへセットする
1022
                int ProcessNo = (int)ClsExcute.ProcessExecuteNo.TAndPCosts;
1023
                ClsExcute.SubFormHandleList[ProcessNo].ProcessNo = ProcessNo;
1024
                ClsExcute.SubFormHandleList[ProcessNo].SubFormHandle = (Form)frm;
1025

  
1026
                // パラメータセット
1027
                frm.ConstructionCode = CurrentPara.IntExecParameter[0];
1028

  
1021 1029
                // フォーム表示
1022 1030
                frm.ShowDialog();
1023 1031
            }
trunk/src/ProcessManagement/ProcessManagement/DB/IOAccess/IOConstructionLink.cs
307 307
        /// <param name="ComponentCode"></param>
308 308
        /// <param name="DetailNo"></param>
309 309
        /// <returns></returns>
310
        public string CreatePrimarykeyString(int ConstructionCode, int FluctuationCode)
310
        public string CreatePrimarykeyString(int ConstructionCode, int FluctuationCode = 0)
311 311
        {
312 312
            string strWork = "";
313 313
            try
314 314
            {
315 315
                strWork = string.Format(" Where ConstructionCode = {0}", ConstructionCode);
316
                strWork += string.Format(" And FluctuationCode = {0}", FluctuationCode);
316
                if (FluctuationCode != 0)
317
                    strWork += string.Format(" And FluctuationCode = {0}", FluctuationCode);
317 318
            }
318 319
            catch (Exception ex)
319 320
            {
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstractionList/FrmConstructionListAuxiliary.cs
1303 1303
            }
1304 1304
        }
1305 1305
        #endregion
1306

  
1307 1306
    }
1308 1307
}
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBaseInfo/FrmConstructionBaseInfo.cs
1854 1854
            }
1855 1855
        }
1856 1856
        #endregion
1857

  
1858
        #region ?????H???I?????W?I?{?^??
1859
        /// <summary>
1860
        /// ?????H???I?????W?I?{?^??
1861
        /// </summary>
1862
        /// <param name="sender"></param>
1863
        /// <param name="e"></param>
1864
        private void rdbFluctuation_CheckedChanged(object sender, EventArgs e)
1865
        {
1866
            // ?????H???J?n
1867
            ReleaseFluctuation();
1868
        }
1869
        #endregion
1857 1870
    }
1858 1871
}
trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBaseInfo/FrmConstructionBaseInfo.designer.cs
33 33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
34 34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
35 35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
36 38
            this.label1 = new System.Windows.Forms.Label();
37 39
            this.btnDataDelete = new System.Windows.Forms.Button();
38 40
            this.btnDataEntry = new System.Windows.Forms.Button();
......
50 52
            this.txtInput07 = new System.Windows.Forms.TextBox();
51 53
            this.label6 = new System.Windows.Forms.Label();
52 54
            this.label8 = new System.Windows.Forms.Label();
55
            this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
56
            this.cmbDisplayPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
53 57
            this.label4 = new System.Windows.Forms.Label();
54 58
            this.panel2 = new System.Windows.Forms.Panel();
55 59
            this.rdbEstimateType2 = new System.Windows.Forms.RadioButton();
56 60
            this.rdbEstimateType3 = new System.Windows.Forms.RadioButton();
57 61
            this.rdbEstimateType1 = new System.Windows.Forms.RadioButton();
62
            this.cmbConstructionType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
58 63
            this.txtInput08 = new System.Windows.Forms.TextBox();
59 64
            this.btnSerchZip = new System.Windows.Forms.Button();
60 65
            this.label20 = new System.Windows.Forms.Label();
......
87 92
            this.label44 = new System.Windows.Forms.Label();
88 93
            this.label14 = new System.Windows.Forms.Label();
89 94
            this.label5 = new System.Windows.Forms.Label();
95
            this.cmbOrdersDivision = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
90 96
            this.btnOrderer = new System.Windows.Forms.Button();
97
            this.cmbDisplayOrderers = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
91 98
            this.txtInput05 = new System.Windows.Forms.TextBox();
92 99
            this.panel4 = new System.Windows.Forms.Panel();
93 100
            this.label101 = new System.Windows.Forms.Label();
......
96 103
            this.label97 = new System.Windows.Forms.Label();
97 104
            this.label39 = new System.Windows.Forms.Label();
98 105
            this.label30 = new System.Windows.Forms.Label();
106
            this.txtInput28 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
99 107
            this.label27 = new System.Windows.Forms.Label();
108
            this.txtInput25 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
100 109
            this.lblTransferDate = new System.Windows.Forms.Label();
101 110
            this.label36 = new System.Windows.Forms.Label();
111
            this.cmbTransferConstruction = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
102 112
            this.txtInput26 = new System.Windows.Forms.TextBox();
103 113
            this.label10 = new System.Windows.Forms.Label();
104 114
            this.txtInput01 = new System.Windows.Forms.TextBox();
105 115
            this.label33 = new System.Windows.Forms.Label();
116
            this.txtInput27 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
117
            this.txtInput02 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
106 118
            this.label24 = new System.Windows.Forms.Label();
119
            this.txtInput06 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
107 120
            this.label22 = new System.Windows.Forms.Label();
121
            this.txtInput12 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
108 122
            this.label12 = new System.Windows.Forms.Label();
123
            this.txtInput13 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
109 124
            this.label15 = new System.Windows.Forms.Label();
110 125
            this.label38 = new System.Windows.Forms.Label();
111 126
            this.label68 = new System.Windows.Forms.Label();
......
116 131
            this.label23 = new System.Windows.Forms.Label();
117 132
            this.label70 = new System.Windows.Forms.Label();
118 133
            this.label71 = new System.Windows.Forms.Label();
134
            this.textBoxEX2 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
135
            this.textBoxEX1 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
136
            this.txtInput03 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
119 137
            this.label62 = new System.Windows.Forms.Label();
120 138
            this.label72 = new System.Windows.Forms.Label();
121 139
            this.label73 = new System.Windows.Forms.Label();
122 140
            this.label61 = new System.Windows.Forms.Label();
123 141
            this.label55 = new System.Windows.Forms.Label();
142
            this.txtInput38 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
124 143
            this.label54 = new System.Windows.Forms.Label();
144
            this.txtInput34 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
125 145
            this.label66 = new System.Windows.Forms.Label();
126 146
            this.label56 = new System.Windows.Forms.Label();
127 147
            this.label75 = new System.Windows.Forms.Label();
......
135 155
            this.rdBConsumptionTaxOff = new System.Windows.Forms.RadioButton();
136 156
            this.rdBConsumptionTaxOn = new System.Windows.Forms.RadioButton();
137 157
            this.panel7 = new System.Windows.Forms.Panel();
158
            this.lblFluctuationText = new System.Windows.Forms.Label();
159
            this.pnlFluctuation = new System.Windows.Forms.Panel();
138 160
            this.btnFluctuation = new System.Windows.Forms.Button();
161
            this.rdbExistsFluctuation = new System.Windows.Forms.RadioButton();
162
            this.rdbNotFluctuation = new System.Windows.Forms.RadioButton();
163
            this.comboBoxEX4 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
164
            this.comboBoxEX3 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
165
            this.cmbDisplayConstrSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
139 166
            this.label46 = new System.Windows.Forms.Label();
140 167
            this.txtInput32 = new System.Windows.Forms.TextBox();
141 168
            this.label47 = new System.Windows.Forms.Label();
......
143 170
            this.txtInput31 = new System.Windows.Forms.TextBox();
144 171
            this.label41 = new System.Windows.Forms.Label();
145 172
            this.label50 = new System.Windows.Forms.Label();
173
            this.textBoxEX3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
174
            this.txtInput35 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
146 175
            this.label25 = new System.Windows.Forms.Label();
176
            this.txtInput04 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
147 177
            this.label42 = new System.Windows.Forms.Label();
178
            this.textBoxEX5 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
179
            this.textBoxEX4 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
180
            this.txtInput29 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
181
            this.txtInput30 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
148 182
            this.label81 = new System.Windows.Forms.Label();
149 183
            this.label82 = new System.Windows.Forms.Label();
150 184
            this.label77 = new System.Windows.Forms.Label();
......
153 187
            this.label67 = new System.Windows.Forms.Label();
154 188
            this.label79 = new System.Windows.Forms.Label();
155 189
            this.label31 = new System.Windows.Forms.Label();
190
            this.cmbConstructionInstructor = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
191
            this.comboBoxEX2 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
192
            this.cmbDisplayConstructionPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
156 193
            this.label113 = new System.Windows.Forms.Label();
157 194
            this.label76 = new System.Windows.Forms.Label();
158 195
            this.label112 = new System.Windows.Forms.Label();
159 196
            this.label21 = new System.Windows.Forms.Label();
160 197
            this.label40 = new System.Windows.Forms.Label();
161 198
            this.panel8 = new System.Windows.Forms.Panel();
199
            this.lblLinkTotal4 = new System.Windows.Forms.Label();
200
            this.lblLinkTotal3 = new System.Windows.Forms.Label();
201
            this.lblLinkTotal2 = new System.Windows.Forms.Label();
202
            this.lblLinkTotal1 = new System.Windows.Forms.Label();
203
            this.label116 = new System.Windows.Forms.Label();
162 204
            this.btnLink = new System.Windows.Forms.Button();
163 205
            this.label74 = new System.Windows.Forms.Label();
164 206
            this.dgvLink = new System.Windows.Forms.DataGridView();
165 207
            this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
166 208
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
167 209
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
210
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
168 211
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
212
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
169 213
            this.label85 = new System.Windows.Forms.Label();
170 214
            this.label84 = new System.Windows.Forms.Label();
171 215
            this.label83 = new System.Windows.Forms.Label();
......
179 223
            this.label109 = new System.Windows.Forms.Label();
180 224
            this.label43 = new System.Windows.Forms.Label();
181 225
            this.label45 = new System.Windows.Forms.Label();
226
            this.textBoxEX10 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
227
            this.textBoxEX9 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
228
            this.textBoxEX8 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
182 229
            this.label59 = new System.Windows.Forms.Label();
183 230
            this.panel9 = new System.Windows.Forms.Panel();
184 231
            this.label98 = new System.Windows.Forms.Label();
......
198 245
            this.label87 = new System.Windows.Forms.Label();
199 246
            this.label60 = new System.Windows.Forms.Label();
200 247
            this.label86 = new System.Windows.Forms.Label();
248
            this.textBoxEX6 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
249
            this.txtInput36 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
250
            this.txtInput37 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
201 251
            this.label2 = new System.Windows.Forms.Label();
202 252
            this.rdbStatusHikitugiFlg = new System.Windows.Forms.RadioButton();
203 253
            this.lblConstructionCodelabel = new System.Windows.Forms.Label();
......
227 277
            this.label29 = new System.Windows.Forms.Label();
228 278
            this.lblLastUpdate = new System.Windows.Forms.Label();
229 279
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
280
            this.cmbConstructionPeriod = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
281
            this.cmbConstructionYear = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
230 282
            this.btnApprovalList = new System.Windows.Forms.Button();
231 283
            this.btnDataSelect = new System.Windows.Forms.Button();
232 284
            this.btnOtherProc = new System.Windows.Forms.Button();
233
            this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
234
            this.cmbDisplayPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
235
            this.cmbConstructionType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
236
            this.cmbOrdersDivision = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
237
            this.cmbDisplayOrderers = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
238
            this.txtInput28 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
239
            this.txtInput25 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
240
            this.cmbTransferConstruction = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
241
            this.txtInput27 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
242
            this.txtInput02 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
243
            this.txtInput06 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
244
            this.txtInput12 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
245
            this.txtInput13 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
246
            this.textBoxEX2 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
247
            this.textBoxEX1 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
248
            this.txtInput03 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
249
            this.txtInput38 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
250
            this.txtInput34 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
251
            this.comboBoxEX4 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
252
            this.comboBoxEX3 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
253
            this.cmbDisplayConstrSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
254
            this.textBoxEX3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
255
            this.txtInput35 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
256
            this.txtInput04 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
257
            this.textBoxEX5 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
258
            this.textBoxEX4 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
259
            this.txtInput29 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
260
            this.txtInput30 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
261
            this.cmbConstructionInstructor = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
262
            this.comboBoxEX2 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
263
            this.cmbDisplayConstructionPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
264
            this.textBoxEX10 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
265
            this.textBoxEX9 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
266
            this.textBoxEX8 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
267
            this.textBoxEX6 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
268
            this.txtInput36 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
269
            this.txtInput37 = new ProcessManagement.Forms.CustomControls.TextBoxEX();
270
            this.cmbConstructionPeriod = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
271
            this.cmbConstructionYear = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
272 285
            this.BasePanel.SuspendLayout();
273 286
            this.tableLayoutPanel2.SuspendLayout();
274 287
            this.panel1.SuspendLayout();
......
277 290
            this.panel4.SuspendLayout();
278 291
            this.panel6.SuspendLayout();
279 292
            this.panel7.SuspendLayout();
293
            this.pnlFluctuation.SuspendLayout();
280 294
            this.panel8.SuspendLayout();
281 295
            ((System.ComponentModel.ISupportInitialize)(this.dgvLink)).BeginInit();
282 296
            this.panel9.SuspendLayout();
......
569 583
            this.label8.Text = "工事場所";
570 584
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
571 585
            // 
586
            // comboBoxEX1
587
            // 
588
            this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
589
            this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
590
            this.comboBoxEX1.FormattingEnabled = true;
591
            this.comboBoxEX1.Location = new System.Drawing.Point(129, 724);
592
            this.comboBoxEX1.Name = "comboBoxEX1";
593
            this.comboBoxEX1.Size = new System.Drawing.Size(250, 27);
594
            this.comboBoxEX1.TabIndex = 22;
595
            this.comboBoxEX1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
596
            this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
597
            // 
598
            // cmbDisplayPerson
599
            // 
600
            this.cmbDisplayPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
601
            this.cmbDisplayPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
602
            this.cmbDisplayPerson.FormattingEnabled = true;
603
            this.cmbDisplayPerson.Location = new System.Drawing.Point(379, 724);
604
            this.cmbDisplayPerson.Name = "cmbDisplayPerson";
605
            this.cmbDisplayPerson.Size = new System.Drawing.Size(250, 27);
606
            this.cmbDisplayPerson.TabIndex = 23;
607
            this.cmbDisplayPerson.TextChanged += new System.EventHandler(this.valueChange);
608
            // 
572 609
            // label4
573 610
            // 
574 611
            this.label4.BackColor = System.Drawing.Color.CornflowerBlue;
......
634 671
            this.rdbEstimateType1.UseVisualStyleBackColor = false;
635 672
            this.rdbEstimateType1.CheckedChanged += new System.EventHandler(this.valueChange);
636 673
            // 
674
            // cmbConstructionType
675
            // 
676
            this.cmbConstructionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
677
            this.cmbConstructionType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
678
            this.cmbConstructionType.FormattingEnabled = true;
679
            this.cmbConstructionType.Location = new System.Drawing.Point(129, 602);
680
            this.cmbConstructionType.Name = "cmbConstructionType";
681
            this.cmbConstructionType.Size = new System.Drawing.Size(300, 27);
682
            this.cmbConstructionType.TabIndex = 21;
683
            this.cmbConstructionType.TextChanged += new System.EventHandler(this.valueChange);
684
            // 
637 685
            // txtInput08
638 686
            // 
639 687
            this.txtInput08.ImeMode = System.Windows.Forms.ImeMode.Disable;
......
1020 1068
            this.label5.Text = "発 注 者";
1021 1069
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1022 1070
            // 
1071
            // cmbOrdersDivision
1072
            // 
1073
            this.cmbOrdersDivision.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
1074
            | System.Windows.Forms.AnchorStyles.Right)));
1075
            this.cmbOrdersDivision.AutoCompleteCustomSource.AddRange(new string[] {
1076
            "株式会社",
1077
            "有限会社",
1078
            "合名会社",
1079
            "合資会社",
1080
            "合同会社"});
1081
            this.cmbOrdersDivision.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1082
            this.cmbOrdersDivision.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1083
            this.cmbOrdersDivision.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1084
            this.cmbOrdersDivision.FormattingEnabled = true;
1085
            this.cmbOrdersDivision.Location = new System.Drawing.Point(129, 152);
1086
            this.cmbOrdersDivision.Name = "cmbOrdersDivision";
1087
            this.cmbOrdersDivision.Size = new System.Drawing.Size(528, 27);
1088
            this.cmbOrdersDivision.TabIndex = 7;
1089
            this.cmbOrdersDivision.SelectedIndexChanged += new System.EventHandler(this.cmbOrdersDivision_SelectedIndexChanged);
1090
            this.cmbOrdersDivision.TextChanged += new System.EventHandler(this.valueChange);
1091
            // 
1023 1092
            // btnOrderer
1024 1093
            // 
1025 1094
            this.btnOrderer.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
......
1033 1102
            this.btnOrderer.Visible = false;
1034 1103
            this.btnOrderer.Click += new System.EventHandler(this.btnOrderer_Click);
1035 1104
            // 
1105
            // cmbDisplayOrderers
1106
            // 
1107
            this.cmbDisplayOrderers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1108
            this.cmbDisplayOrderers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1109
            this.cmbDisplayOrderers.FormattingEnabled = true;
1110
            this.cmbDisplayOrderers.Location = new System.Drawing.Point(129, 183);
1111
            this.cmbDisplayOrderers.Name = "cmbDisplayOrderers";
1112
            this.cmbDisplayOrderers.Size = new System.Drawing.Size(372, 27);
1113
            this.cmbDisplayOrderers.TabIndex = 8;
1114
            this.cmbDisplayOrderers.SelectedIndexChanged += new System.EventHandler(this.cmbDisplayOrderers_SelectedIndexChanged);
1115
            this.cmbDisplayOrderers.TextChanged += new System.EventHandler(this.valueChange);
1116
            // 
1036 1117
            // txtInput05
1037 1118
            // 
1038 1119
            this.txtInput05.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
......
1183 1264
            this.label30.Text = "税込\r\n受注決定金額";
1184 1265
            this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1185 1266
            // 
1267
            // txtInput28
1268
            // 
1269
            this.txtInput28.BackColor = System.Drawing.Color.White;
1270
            this.txtInput28.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1271
            this.txtInput28.ForeColor = System.Drawing.Color.Black;
1272
            this.txtInput28.ImeMode = System.Windows.Forms.ImeMode.Disable;
1273
            this.txtInput28.Location = new System.Drawing.Point(128, 104);
1274
            this.txtInput28.MaxLength = 10;
1275
            this.txtInput28.Name = "txtInput28";
1276
            this.txtInput28.Size = new System.Drawing.Size(274, 34);
1277
            this.txtInput28.TabIndex = 28;
1278
            this.txtInput28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1279
            this.txtInput28.TextChanged += new System.EventHandler(this.valueChange);
1280
            this.txtInput28.Validated += new System.EventHandler(this.txtInput25_Validated);
1281
            // 
1186 1282
            // label27
1187 1283
            // 
1188 1284
            this.label27.BackColor = System.Drawing.Color.MidnightBlue;
......
1196 1292
            this.label27.Text = "税別\r\n受注決定金額";
1197 1293
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1198 1294
            // 
1295
            // txtInput25
1296
            // 
1297
            this.txtInput25.BackColor = System.Drawing.Color.White;
1298
            this.txtInput25.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1299
            this.txtInput25.ForeColor = System.Drawing.Color.Black;
1300
            this.txtInput25.ImeMode = System.Windows.Forms.ImeMode.Disable;
1301
            this.txtInput25.Location = new System.Drawing.Point(128, 64);
1302
            this.txtInput25.MaxLength = 10;
1303
            this.txtInput25.Name = "txtInput25";
1304
            this.txtInput25.Size = new System.Drawing.Size(274, 34);
1305
            this.txtInput25.TabIndex = 27;
1306
            this.txtInput25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1307
            this.txtInput25.TextChanged += new System.EventHandler(this.valueChange);
1308
            this.txtInput25.Validated += new System.EventHandler(this.txtInput25_Validated);
1309
            // 
1199 1310
            // lblTransferDate
1200 1311
            // 
1201 1312
            this.lblTransferDate.BackColor = System.Drawing.SystemColors.Window;
......
1218 1329
            this.label36.Text = "部署引継日";
1219 1330
            this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1220 1331
            // 
1332
            // cmbTransferConstruction
1333
            // 
1334
            this.cmbTransferConstruction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
1335
            this.cmbTransferConstruction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
1336
            this.cmbTransferConstruction.FormattingEnabled = true;
1337
            this.cmbTransferConstruction.Location = new System.Drawing.Point(128, 843);
1338
            this.cmbTransferConstruction.Name = "cmbTransferConstruction";
1339
            this.cmbTransferConstruction.Size = new System.Drawing.Size(300, 27);
1340
            this.cmbTransferConstruction.TabIndex = 39;
1341
            this.cmbTransferConstruction.SelectedIndexChanged += new System.EventHandler(this.cmbTransferConstruction_SelectedIndexChanged);
1342
            this.cmbTransferConstruction.TextChanged += new System.EventHandler(this.valueChange);
1343
            // 
1221 1344
            // txtInput26
1222 1345
            // 
1223 1346
            this.txtInput26.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
......
1268 1391
            this.label33.Text = "見積提出期限";
1269 1392
            this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1270 1393
            // 
1394
            // txtInput27
1395
            // 
1396
            this.txtInput27.ImeMode = System.Windows.Forms.ImeMode.Disable;
1397
            this.txtInput27.Location = new System.Drawing.Point(128, 33);
1398
            this.txtInput27.MaxLength = 10;
1399
            this.txtInput27.Name = "txtInput27";
1400
            this.txtInput27.Size = new System.Drawing.Size(120, 26);
1401
            this.txtInput27.TabIndex = 26;
1402
            this.txtInput27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1403
            this.txtInput27.TextChanged += new System.EventHandler(this.valueChange);
1404
            // 
1405
            // txtInput02
1406
            // 
1407
            this.txtInput02.ImeMode = System.Windows.Forms.ImeMode.Disable;
1408
            this.txtInput02.Location = new System.Drawing.Point(128, 182);
1409
            this.txtInput02.MaxLength = 10;
1410
            this.txtInput02.Name = "txtInput02";
1411
            this.txtInput02.Size = new System.Drawing.Size(120, 26);
1412
            this.txtInput02.TabIndex = 29;
1413
            this.txtInput02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1414
            this.txtInput02.TextChanged += new System.EventHandler(this.valueChange);
1415
            this.txtInput02.Validated += new System.EventHandler(this.txtInput02_TextChanged);
1416
            // 
1271 1417
            // label24
1272 1418
            // 
1273 1419
            this.label24.BackColor = System.Drawing.Color.LightBlue;
......
1280 1426
            this.label24.Text = "見積提出日";
1281 1427
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1282 1428
            // 
1429
            // txtInput06
1430
            // 
1431
            this.txtInput06.ImeMode = System.Windows.Forms.ImeMode.Disable;
1432
            this.txtInput06.Location = new System.Drawing.Point(128, 212);
1433
            this.txtInput06.MaxLength = 10;
1434
            this.txtInput06.Name = "txtInput06";
1435
            this.txtInput06.Size = new System.Drawing.Size(120, 26);
1436
            this.txtInput06.TabIndex = 30;
1437
            this.txtInput06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1438
            this.txtInput06.TextChanged += new System.EventHandler(this.valueChange);
1439
            this.txtInput06.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1440
            // 
1283 1441
            // label22
1284 1442
            // 
1285 1443
            this.label22.BackColor = System.Drawing.Color.LightBlue;
......
1292 1450
            this.label22.Text = "見積有効期限";
1293 1451
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1294 1452
            // 
1453
            // txtInput12
1454
            // 
1455
            this.txtInput12.ImeMode = System.Windows.Forms.ImeMode.Disable;
1456
            this.txtInput12.Location = new System.Drawing.Point(128, 302);
1457
            this.txtInput12.MaxLength = 10;
1458
            this.txtInput12.Name = "txtInput12";
1459
            this.txtInput12.Size = new System.Drawing.Size(120, 26);
1460
            this.txtInput12.TabIndex = 31;
1461
            this.txtInput12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1462
            this.txtInput12.TextChanged += new System.EventHandler(this.valueChange);
1463
            this.txtInput12.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1464
            // 
1295 1465
            // label12
1296 1466
            // 
1297 1467
            this.label12.BackColor = System.Drawing.Color.LightBlue;
......
1304 1474
            this.label12.Text = "工事期間 開始";
1305 1475
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1306 1476
            // 
1477
            // txtInput13
1478
            // 
1479
            this.txtInput13.ImeMode = System.Windows.Forms.ImeMode.Disable;
1480
            this.txtInput13.Location = new System.Drawing.Point(128, 332);
1481
            this.txtInput13.MaxLength = 10;
1482
            this.txtInput13.Name = "txtInput13";
1483
            this.txtInput13.Size = new System.Drawing.Size(120, 26);
1484
            this.txtInput13.TabIndex = 32;
1485
            this.txtInput13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1486
            this.txtInput13.TextChanged += new System.EventHandler(this.valueChange);
1487
            this.txtInput13.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1488
            // 
1307 1489
            // label15
1308 1490
            // 
1309 1491
            this.label15.BackColor = System.Drawing.Color.LightBlue;
......
1426 1608
            this.label71.Text = "非受注日";
1427 1609
            this.label71.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1428 1610
            // 
1611
            // textBoxEX2
1612
            // 
1613
            this.textBoxEX2.ImeMode = System.Windows.Forms.ImeMode.Disable;
1614
            this.textBoxEX2.Location = new System.Drawing.Point(128, 562);
1615
            this.textBoxEX2.MaxLength = 10;
1616
            this.textBoxEX2.Name = "textBoxEX2";
1617
            this.textBoxEX2.Size = new System.Drawing.Size(120, 26);
1618
            this.textBoxEX2.TabIndex = 35;
1619
            this.textBoxEX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1620
            this.textBoxEX2.TextChanged += new System.EventHandler(this.valueChange);
1621
            this.textBoxEX2.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1622
            // 
1623
            // textBoxEX1
1624
            // 
1625
            this.textBoxEX1.ImeMode = System.Windows.Forms.ImeMode.Disable;
1626
            this.textBoxEX1.Location = new System.Drawing.Point(128, 502);
1627
            this.textBoxEX1.MaxLength = 10;
1628
            this.textBoxEX1.Name = "textBoxEX1";
1629
            this.textBoxEX1.Size = new System.Drawing.Size(120, 26);
1630
            this.textBoxEX1.TabIndex = 33;
1631
            this.textBoxEX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1632
            this.textBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
1633
            this.textBoxEX1.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1634
            // 
1635
            // txtInput03
1636
            // 
1637
            this.txtInput03.ImeMode = System.Windows.Forms.ImeMode.Disable;
1638
            this.txtInput03.Location = new System.Drawing.Point(128, 532);
1639
            this.txtInput03.MaxLength = 10;
1640
            this.txtInput03.Name = "txtInput03";
1641
            this.txtInput03.Size = new System.Drawing.Size(120, 26);
1642
            this.txtInput03.TabIndex = 34;
1643
            this.txtInput03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1644
            this.txtInput03.TextChanged += new System.EventHandler(this.valueChange);
1645
            this.txtInput03.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1646
            // 
1429 1647
            // label62
1430 1648
            // 
1431 1649
            this.label62.BackColor = System.Drawing.Color.Black;
......
1491 1709
            this.label55.Text = "※「施工開始予定日」はおおよその工事開始日(現場着手時期)を\r\n「受注日」入力時に入力して下さい";
1492 1710
            this.label55.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1493 1711
            // 
1712
            // txtInput38
1713
            // 
1714
            this.txtInput38.ImeMode = System.Windows.Forms.ImeMode.Disable;
1715
            this.txtInput38.Location = new System.Drawing.Point(128, 632);
1716
            this.txtInput38.MaxLength = 10;
1717
            this.txtInput38.Name = "txtInput38";
1718
            this.txtInput38.Size = new System.Drawing.Size(120, 26);
1719
            this.txtInput38.TabIndex = 36;
1720
            this.txtInput38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1721
            this.txtInput38.TextChanged += new System.EventHandler(this.valueChange);
1722
            this.txtInput38.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1723
            // 
1494 1724
            // label54
1495 1725
            // 
1496 1726
            this.label54.BackColor = System.Drawing.Color.LightBlue;
......
1504 1734
            this.label54.Text = "受注時施工完了予定日";
1505 1735
            this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1506 1736
            // 
1737
            // txtInput34
1738
            // 
1739
            this.txtInput34.ImeMode = System.Windows.Forms.ImeMode.Disable;
1740
            this.txtInput34.Location = new System.Drawing.Point(128, 662);
1741
            this.txtInput34.MaxLength = 10;
1742
            this.txtInput34.Name = "txtInput34";
1743
            this.txtInput34.Size = new System.Drawing.Size(120, 26);
1744
            this.txtInput34.TabIndex = 37;
1745
            this.txtInput34.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1746
            this.txtInput34.TextChanged += new System.EventHandler(this.valueChange);
1747
            this.txtInput34.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
1748
            // 
1507 1749
            // label66
1508 1750
            // 
1509 1751
            this.label66.BackColor = System.Drawing.Color.Black;
......
1659 1901
            | System.Windows.Forms.AnchorStyles.Left) 
1660 1902
            | System.Windows.Forms.AnchorStyles.Right)));
1661 1903
            this.panel7.BackColor = System.Drawing.Color.YellowGreen;
1662
            this.panel7.Controls.Add(this.btnFluctuation);
1904
            this.panel7.Controls.Add(this.lblFluctuationText);
1905
            this.panel7.Controls.Add(this.pnlFluctuation);
1663 1906
            this.panel7.Controls.Add(this.comboBoxEX4);
1664 1907
            this.panel7.Controls.Add(this.comboBoxEX3);
1665 1908
            this.panel7.Controls.Add(this.cmbDisplayConstrSubPerson);
......
1699 1942
            this.panel7.Size = new System.Drawing.Size(658, 994);
1700 1943
            this.panel7.TabIndex = 179;
1701 1944
            // 
1945
            // lblFluctuationText
1946
            // 
1947
            this.lblFluctuationText.BackColor = System.Drawing.Color.Black;
1948
            this.lblFluctuationText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
1949
            this.lblFluctuationText.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
1950
            this.lblFluctuationText.ForeColor = System.Drawing.Color.Red;
1951
            this.lblFluctuationText.Location = new System.Drawing.Point(0, 417);
1952
            this.lblFluctuationText.Name = "lblFluctuationText";
1953
            this.lblFluctuationText.Size = new System.Drawing.Size(636, 30);
1954
            this.lblFluctuationText.TabIndex = 185;
1955
            this.lblFluctuationText.Text = "※増減工事が発生した時点で増減工事有をチェックして下さい";
1956
            this.lblFluctuationText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1957
            // 
1958
            // pnlFluctuation
1959
            // 
1960
            this.pnlFluctuation.BackColor = System.Drawing.Color.WhiteSmoke;
1961
            this.pnlFluctuation.Controls.Add(this.btnFluctuation);
1962
            this.pnlFluctuation.Controls.Add(this.rdbExistsFluctuation);
1963
            this.pnlFluctuation.Controls.Add(this.rdbNotFluctuation);
1964
            this.pnlFluctuation.Location = new System.Drawing.Point(0, 372);
1965
            this.pnlFluctuation.Name = "pnlFluctuation";
1966
            this.pnlFluctuation.Size = new System.Drawing.Size(636, 44);
1967
            this.pnlFluctuation.TabIndex = 184;
1968
            // 
1702 1969
            // btnFluctuation
1703 1970
            // 
1704 1971
            this.btnFluctuation.BackColor = System.Drawing.Color.Black;
1705
            this.btnFluctuation.ForeColor = System.Drawing.Color.White;
1706
            this.btnFluctuation.Location = new System.Drawing.Point(1, 365);
1972
            this.btnFluctuation.Enabled = false;
1973
            this.btnFluctuation.ForeColor = System.Drawing.Color.WhiteSmoke;
1974
            this.btnFluctuation.Location = new System.Drawing.Point(318, 6);
1707 1975
            this.btnFluctuation.Name = "btnFluctuation";
1708
            this.btnFluctuation.Size = new System.Drawing.Size(248, 40);
1709
            this.btnFluctuation.TabIndex = 183;
1710
            this.btnFluctuation.Text = "工事増減入力";
1976
            this.btnFluctuation.Size = new System.Drawing.Size(300, 34);
1977
            this.btnFluctuation.TabIndex = 188;
1978
            this.btnFluctuation.Text = "増減工事作成";
1711 1979
            this.btnFluctuation.UseVisualStyleBackColor = false;
1712 1980
            this.btnFluctuation.Click += new System.EventHandler(this.btnFluctuation_Click);
1713 1981
            // 
1982
            // rdbExistsFluctuation
1983
            // 
1984
            this.rdbExistsFluctuation.AutoSize = true;
1985
            this.rdbExistsFluctuation.Location = new System.Drawing.Point(175, 13);
1986
            this.rdbExistsFluctuation.Name = "rdbExistsFluctuation";
1987
            this.rdbExistsFluctuation.Size = new System.Drawing.Size(111, 20);
1988
            this.rdbExistsFluctuation.TabIndex = 2;
1989
            this.rdbExistsFluctuation.Text = "増減工事有";
1990
            this.rdbExistsFluctuation.UseVisualStyleBackColor = true;
1991
            this.rdbExistsFluctuation.CheckedChanged += new System.EventHandler(this.rdbFluctuation_CheckedChanged);
1992
            // 
1993
            // rdbNotFluctuation
1994
            // 
1995
            this.rdbNotFluctuation.AutoSize = true;
1996
            this.rdbNotFluctuation.Checked = true;
1997
            this.rdbNotFluctuation.Location = new System.Drawing.Point(48, 12);
1998
            this.rdbNotFluctuation.Name = "rdbNotFluctuation";
1999
            this.rdbNotFluctuation.Size = new System.Drawing.Size(111, 20);
2000
            this.rdbNotFluctuation.TabIndex = 1;
2001
            this.rdbNotFluctuation.TabStop = true;
2002
            this.rdbNotFluctuation.Text = "増減工事無";
2003
            this.rdbNotFluctuation.UseVisualStyleBackColor = true;
2004
            this.rdbNotFluctuation.CheckedChanged += new System.EventHandler(this.rdbFluctuation_CheckedChanged);
2005
            // 
2006
            // comboBoxEX4
2007
            // 
2008
            this.comboBoxEX4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2009
            this.comboBoxEX4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2010
            this.comboBoxEX4.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2011
            this.comboBoxEX4.FormattingEnabled = true;
2012
            this.comboBoxEX4.Location = new System.Drawing.Point(129, 93);
2013
            this.comboBoxEX4.Name = "comboBoxEX4";
2014
            this.comboBoxEX4.Size = new System.Drawing.Size(250, 27);
2015
            this.comboBoxEX4.TabIndex = 44;
2016
            this.comboBoxEX4.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
2017
            // 
2018
            // comboBoxEX3
2019
            // 
2020
            this.comboBoxEX3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2021
            this.comboBoxEX3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2022
            this.comboBoxEX3.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2023
            this.comboBoxEX3.FormattingEnabled = true;
2024
            this.comboBoxEX3.Location = new System.Drawing.Point(129, 63);
2025
            this.comboBoxEX3.Name = "comboBoxEX3";
2026
            this.comboBoxEX3.Size = new System.Drawing.Size(250, 27);
2027
            this.comboBoxEX3.TabIndex = 42;
2028
            this.comboBoxEX3.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
2029
            // 
2030
            // cmbDisplayConstrSubPerson
2031
            // 
2032
            this.cmbDisplayConstrSubPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2033
            this.cmbDisplayConstrSubPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2034
            this.cmbDisplayConstrSubPerson.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2035
            this.cmbDisplayConstrSubPerson.FormattingEnabled = true;
2036
            this.cmbDisplayConstrSubPerson.Location = new System.Drawing.Point(379, 63);
2037
            this.cmbDisplayConstrSubPerson.Name = "cmbDisplayConstrSubPerson";
2038
            this.cmbDisplayConstrSubPerson.Size = new System.Drawing.Size(250, 27);
2039
            this.cmbDisplayConstrSubPerson.TabIndex = 43;
2040
            // 
1714 2041
            // label46
1715 2042
            // 
1716 2043
            this.label46.BackColor = System.Drawing.Color.Black;
......
1802 2129
            this.label50.Text = "施工開始日";
1803 2130
            this.label50.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1804 2131
            // 
2132
            // textBoxEX3
2133
            // 
2134
            this.textBoxEX3.Enabled = false;
2135
            this.textBoxEX3.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2136
            this.textBoxEX3.ImeMode = System.Windows.Forms.ImeMode.Disable;
2137
            this.textBoxEX3.Location = new System.Drawing.Point(129, 273);
2138
            this.textBoxEX3.MaxLength = 10;
2139
            this.textBoxEX3.Name = "textBoxEX3";
2140
            this.textBoxEX3.Size = new System.Drawing.Size(120, 26);
2141
            this.textBoxEX3.TabIndex = 50;
2142
            this.textBoxEX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2143
            this.textBoxEX3.TextChanged += new System.EventHandler(this.valueChange);
2144
            this.textBoxEX3.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2145
            // 
2146
            // txtInput35
2147
            // 
2148
            this.txtInput35.Enabled = false;
2149
            this.txtInput35.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2150
            this.txtInput35.ImeMode = System.Windows.Forms.ImeMode.Disable;
2151
            this.txtInput35.Location = new System.Drawing.Point(129, 303);
2152
            this.txtInput35.MaxLength = 10;
2153
            this.txtInput35.Name = "txtInput35";
2154
            this.txtInput35.Size = new System.Drawing.Size(120, 26);
2155
            this.txtInput35.TabIndex = 51;
2156
            this.txtInput35.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2157
            this.txtInput35.TextChanged += new System.EventHandler(this.valueChange);
2158
            this.txtInput35.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2159
            // 
1805 2160
            // label25
1806 2161
            // 
1807 2162
            this.label25.BackColor = System.Drawing.Color.LightGreen;
......
1814 2169
            this.label25.Text = "施工完了日";
1815 2170
            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1816 2171
            // 
2172
            // txtInput04
2173
            // 
2174
            this.txtInput04.Enabled = false;
2175
            this.txtInput04.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2176
            this.txtInput04.ImeMode = System.Windows.Forms.ImeMode.Disable;
2177
            this.txtInput04.Location = new System.Drawing.Point(129, 333);
2178
            this.txtInput04.MaxLength = 10;
2179
            this.txtInput04.Name = "txtInput04";
2180
            this.txtInput04.Size = new System.Drawing.Size(120, 26);
2181
            this.txtInput04.TabIndex = 52;
2182
            this.txtInput04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2183
            this.txtInput04.TextChanged += new System.EventHandler(this.valueChange);
2184
            this.txtInput04.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2185
            // 
1817 2186
            // label42
1818 2187
            // 
1819 2188
            this.label42.BackColor = System.Drawing.Color.Black;
......
1826 2195
            this.label42.Text = "※「着工」・「完成」は契約書に乗っ取って記入して下さい\r\n(当社、発給の契約書・施工計画書に記載されます)";
1827 2196
            this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1828 2197
            // 
2198
            // textBoxEX5
2199
            // 
2200
            this.textBoxEX5.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2201
            this.textBoxEX5.ImeMode = System.Windows.Forms.ImeMode.Disable;
2202
            this.textBoxEX5.Location = new System.Drawing.Point(362, 183);
2203
            this.textBoxEX5.MaxLength = 10;
2204
            this.textBoxEX5.Name = "textBoxEX5";
2205
            this.textBoxEX5.Size = new System.Drawing.Size(120, 26);
2206
            this.textBoxEX5.TabIndex = 49;
2207
            this.textBoxEX5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2208
            this.textBoxEX5.TextChanged += new System.EventHandler(this.valueChange);
2209
            this.textBoxEX5.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2210
            // 
2211
            // textBoxEX4
2212
            // 
2213
            this.textBoxEX4.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2214
            this.textBoxEX4.ImeMode = System.Windows.Forms.ImeMode.Disable;
2215
            this.textBoxEX4.Location = new System.Drawing.Point(362, 153);
2216
            this.textBoxEX4.MaxLength = 10;
2217
            this.textBoxEX4.Name = "textBoxEX4";
2218
            this.textBoxEX4.Size = new System.Drawing.Size(120, 26);
2219
            this.textBoxEX4.TabIndex = 47;
2220
            this.textBoxEX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2221
            this.textBoxEX4.TextChanged += new System.EventHandler(this.valueChange);
2222
            this.textBoxEX4.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2223
            // 
2224
            // txtInput29
2225
            // 
2226
            this.txtInput29.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2227
            this.txtInput29.ImeMode = System.Windows.Forms.ImeMode.Disable;
2228
            this.txtInput29.Location = new System.Drawing.Point(161, 153);
2229
            this.txtInput29.MaxLength = 10;
2230
            this.txtInput29.Name = "txtInput29";
2231
            this.txtInput29.Size = new System.Drawing.Size(120, 26);
2232
            this.txtInput29.TabIndex = 46;
2233
            this.txtInput29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2234
            this.txtInput29.TextChanged += new System.EventHandler(this.valueChange);
2235
            this.txtInput29.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2236
            // 
2237
            // txtInput30
2238
            // 
2239
            this.txtInput30.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2240
            this.txtInput30.ImeMode = System.Windows.Forms.ImeMode.Disable;
2241
            this.txtInput30.Location = new System.Drawing.Point(161, 183);
2242
            this.txtInput30.MaxLength = 10;
2243
            this.txtInput30.Name = "txtInput30";
2244
            this.txtInput30.Size = new System.Drawing.Size(120, 26);
2245
            this.txtInput30.TabIndex = 48;
2246
            this.txtInput30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2247
            this.txtInput30.TextChanged += new System.EventHandler(this.valueChange);
2248
            this.txtInput30.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2249
            // 
1829 2250
            // label81
1830 2251
            // 
1831 2252
            this.label81.BackColor = System.Drawing.Color.LightGreen;
......
1922 2343
            this.label31.Text = "工事指導";
1923 2344
            this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
1924 2345
            // 
2346
            // cmbConstructionInstructor
2347
            // 
2348
            this.cmbConstructionInstructor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2349
            this.cmbConstructionInstructor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2350
            this.cmbConstructionInstructor.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2351
            this.cmbConstructionInstructor.FormattingEnabled = true;
2352
            this.cmbConstructionInstructor.Location = new System.Drawing.Point(379, 93);
2353
            this.cmbConstructionInstructor.Name = "cmbConstructionInstructor";
2354
            this.cmbConstructionInstructor.Size = new System.Drawing.Size(250, 27);
2355
            this.cmbConstructionInstructor.TabIndex = 45;
2356
            this.cmbConstructionInstructor.TextChanged += new System.EventHandler(this.valueChange);
2357
            // 
2358
            // comboBoxEX2
2359
            // 
2360
            this.comboBoxEX2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2361
            this.comboBoxEX2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2362
            this.comboBoxEX2.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2363
            this.comboBoxEX2.FormattingEnabled = true;
2364
            this.comboBoxEX2.Location = new System.Drawing.Point(129, 33);
2365
            this.comboBoxEX2.Name = "comboBoxEX2";
2366
            this.comboBoxEX2.Size = new System.Drawing.Size(250, 27);
2367
            this.comboBoxEX2.TabIndex = 40;
2368
            this.comboBoxEX2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
2369
            this.comboBoxEX2.TextChanged += new System.EventHandler(this.valueChange);
2370
            // 
2371
            // cmbDisplayConstructionPerson
2372
            // 
2373
            this.cmbDisplayConstructionPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2374
            this.cmbDisplayConstructionPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2375
            this.cmbDisplayConstructionPerson.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2376
            this.cmbDisplayConstructionPerson.FormattingEnabled = true;
2377
            this.cmbDisplayConstructionPerson.Location = new System.Drawing.Point(379, 33);
2378
            this.cmbDisplayConstructionPerson.Name = "cmbDisplayConstructionPerson";
2379
            this.cmbDisplayConstructionPerson.Size = new System.Drawing.Size(250, 27);
2380
            this.cmbDisplayConstructionPerson.TabIndex = 41;
2381
            this.cmbDisplayConstructionPerson.SelectedIndexChanged += new System.EventHandler(this.cmbDisplayConstructionPerson_SelectedIndexChanged);
2382
            this.cmbDisplayConstructionPerson.TextChanged += new System.EventHandler(this.valueChange);
2383
            // 
1925 2384
            // label113
1926 2385
            // 
1927 2386
            this.label113.BackColor = System.Drawing.Color.LightGreen;
......
1985 2444
            | System.Windows.Forms.AnchorStyles.Left) 
1986 2445
            | System.Windows.Forms.AnchorStyles.Right)));
1987 2446
            this.panel8.BackColor = System.Drawing.Color.LawnGreen;
2447
            this.panel8.Controls.Add(this.lblLinkTotal4);
2448
            this.panel8.Controls.Add(this.lblLinkTotal3);
2449
            this.panel8.Controls.Add(this.lblLinkTotal2);
2450
            this.panel8.Controls.Add(this.lblLinkTotal1);
2451
            this.panel8.Controls.Add(this.label116);
1988 2452
            this.panel8.Controls.Add(this.btnLink);
1989 2453
            this.panel8.Controls.Add(this.label74);
1990 2454
            this.panel8.Controls.Add(this.dgvLink);
......
2009 2473
            this.panel8.Size = new System.Drawing.Size(660, 994);
2010 2474
            this.panel8.TabIndex = 180;
2011 2475
            // 
2476
            // lblLinkTotal4
2477
            // 
2478
            this.lblLinkTotal4.Anchor = System.Windows.Forms.AnchorStyles.Top;
2479
            this.lblLinkTotal4.BackColor = System.Drawing.Color.White;
2480
            this.lblLinkTotal4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2481
            this.lblLinkTotal4.Font = new System.Drawing.Font("MS P明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2482
            this.lblLinkTotal4.ForeColor = System.Drawing.Color.Black;
2483
            this.lblLinkTotal4.Location = new System.Drawing.Point(501, 403);
2484
            this.lblLinkTotal4.Name = "lblLinkTotal4";
2485
            this.lblLinkTotal4.Size = new System.Drawing.Size(120, 22);
2486
            this.lblLinkTotal4.TabIndex = 189;
2487
            this.lblLinkTotal4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
2488
            // 
2489
            // lblLinkTotal3
2490
            // 
2491
            this.lblLinkTotal3.Anchor = System.Windows.Forms.AnchorStyles.Top;
2492
            this.lblLinkTotal3.BackColor = System.Drawing.Color.White;
2493
            this.lblLinkTotal3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2494
            this.lblLinkTotal3.Font = new System.Drawing.Font("MS P明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2495
            this.lblLinkTotal3.ForeColor = System.Drawing.Color.Black;
2496
            this.lblLinkTotal3.Location = new System.Drawing.Point(381, 403);
2497
            this.lblLinkTotal3.Name = "lblLinkTotal3";
2498
            this.lblLinkTotal3.Size = new System.Drawing.Size(120, 22);
2499
            this.lblLinkTotal3.TabIndex = 188;
2500
            this.lblLinkTotal3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
2501
            // 
2502
            // lblLinkTotal2
2503
            // 
2504
            this.lblLinkTotal2.Anchor = System.Windows.Forms.AnchorStyles.Top;
2505
            this.lblLinkTotal2.BackColor = System.Drawing.Color.White;
2506
            this.lblLinkTotal2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2507
            this.lblLinkTotal2.Font = new System.Drawing.Font("MS P明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2508
            this.lblLinkTotal2.ForeColor = System.Drawing.Color.Black;
2509
            this.lblLinkTotal2.Location = new System.Drawing.Point(261, 403);
2510
            this.lblLinkTotal2.Name = "lblLinkTotal2";
2511
            this.lblLinkTotal2.Size = new System.Drawing.Size(120, 22);
2512
            this.lblLinkTotal2.TabIndex = 187;
2513
            this.lblLinkTotal2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
2514
            // 
2515
            // lblLinkTotal1
2516
            // 
2517
            this.lblLinkTotal1.Anchor = System.Windows.Forms.AnchorStyles.Top;
2518
            this.lblLinkTotal1.BackColor = System.Drawing.Color.White;
2519
            this.lblLinkTotal1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2520
            this.lblLinkTotal1.Font = new System.Drawing.Font("MS P明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2521
            this.lblLinkTotal1.ForeColor = System.Drawing.Color.Black;
2522
            this.lblLinkTotal1.Location = new System.Drawing.Point(141, 403);
2523
            this.lblLinkTotal1.Name = "lblLinkTotal1";
2524
            this.lblLinkTotal1.Size = new System.Drawing.Size(120, 22);
2525
            this.lblLinkTotal1.TabIndex = 186;
2526
            this.lblLinkTotal1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
2527
            // 
2528
            // label116
2529
            // 
2530
            this.label116.Anchor = System.Windows.Forms.AnchorStyles.Top;
2531
            this.label116.BackColor = System.Drawing.Color.White;
2532
            this.label116.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
2533
            this.label116.Font = new System.Drawing.Font("MS P明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2534
            this.label116.ForeColor = System.Drawing.Color.Black;
2535
            this.label116.Location = new System.Drawing.Point(1, 403);
2536
            this.label116.Name = "label116";
2537
            this.label116.Size = new System.Drawing.Size(140, 22);
2538
            this.label116.TabIndex = 185;
2539
            this.label116.Text = "合計金額";
2540
            this.label116.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2541
            // 
2012 2542
            // btnLink
2013 2543
            // 
2544
            this.btnLink.Anchor = System.Windows.Forms.AnchorStyles.Top;
2014 2545
            this.btnLink.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2015
            this.btnLink.Location = new System.Drawing.Point(508, 374);
2546
            this.btnLink.Location = new System.Drawing.Point(520, 455);
2016 2547
            this.btnLink.Name = "btnLink";
2017 2548
            this.btnLink.Size = new System.Drawing.Size(120, 30);
2018 2549
            this.btnLink.TabIndex = 168;
......
2038 2569
            this.dgvLink.AllowUserToDeleteRows = false;
2039 2570
            this.dgvLink.AllowUserToResizeColumns = false;
2040 2571
            this.dgvLink.AllowUserToResizeRows = false;
2572
            this.dgvLink.Anchor = System.Windows.Forms.AnchorStyles.Top;
2041 2573
            this.dgvLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
2042 2574
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2043 2575
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
......
2053 2585
            this.Column0,
2054 2586
            this.Column1,
2055 2587
            this.Column5,
2056
            this.Column2});
2057
            this.dgvLink.Location = new System.Drawing.Point(128, 220);
2588
            this.Column3,
2589
            this.Column2,
2590
            this.Column4});
2591
            this.dgvLink.Location = new System.Drawing.Point(1, 257);
2058 2592
            this.dgvLink.Name = "dgvLink";
2059 2593
            this.dgvLink.RowHeadersVisible = false;
2060 2594
            this.dgvLink.RowHeadersWidth = 20;
2061 2595
            this.dgvLink.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
2062 2596
            this.dgvLink.RowTemplate.Height = 24;
2063 2597
            this.dgvLink.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
2064
            this.dgvLink.Size = new System.Drawing.Size(500, 146);
2598
            this.dgvLink.Size = new System.Drawing.Size(640, 146);
2065 2599
            this.dgvLink.TabIndex = 166;
2066 2600
            this.dgvLink.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLink_CellDoubleClick);
2067 2601
            // 
......
2077 2611
            // Column1
2078 2612
            // 
2079 2613
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
2614
            dataGridViewCellStyle2.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
2080 2615
            this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
2081 2616
            this.Column1.Frozen = true;
2082
            this.Column1.HeaderText = "変更日";
2617
            this.Column1.HeaderText = "工事増減日";
2083 2618
            this.Column1.Name = "Column1";
2084 2619
            this.Column1.ReadOnly = true;
2085 2620
            this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2086 2621
            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2087
            this.Column1.Width = 160;
2622
            this.Column1.Width = 140;
2088 2623
            // 
2089 2624
            // Column5
2090 2625
            // 
2091 2626
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2627
            dataGridViewCellStyle3.Font = new System.Drawing.Font("MS P明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2092 2628
            this.Column5.DefaultCellStyle = dataGridViewCellStyle3;
2093 2629
            this.Column5.Frozen = true;
2094 2630
            this.Column5.HeaderText = "見積金額";
......
2096 2632
            this.Column5.ReadOnly = true;
2097 2633
            this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2098 2634
            this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2099
            this.Column5.Width = 160;
2635
            this.Column5.Width = 120;
2100 2636
            // 
2637
            // Column3
2638
            // 
2639
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2640
            dataGridViewCellStyle4.Font = new System.Drawing.Font("MS P明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2641
            this.Column3.DefaultCellStyle = dataGridViewCellStyle4;
2642
            this.Column3.Frozen = true;
2643
            this.Column3.HeaderText = "見積税込金額";
2644
            this.Column3.Name = "Column3";
2645
            this.Column3.ReadOnly = true;
2646
            this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2647
            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2648
            this.Column3.Width = 120;
2649
            // 
2101 2650
            // Column2
2102 2651
            // 
2103
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2104
            this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
2652
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2653
            dataGridViewCellStyle5.Font = new System.Drawing.Font("MS P明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2654
            this.Column2.DefaultCellStyle = dataGridViewCellStyle5;
2105 2655
            this.Column2.Frozen = true;
2106 2656
            this.Column2.HeaderText = "受注金額";
2107 2657
            this.Column2.Name = "Column2";
2108 2658
            this.Column2.ReadOnly = true;
2109 2659
            this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2110 2660
            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2111
            this.Column2.Width = 160;
2661
            this.Column2.Width = 120;
2112 2662
            // 
2663
            // Column4
2664
            // 
2665
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
2666
            dataGridViewCellStyle6.Font = new System.Drawing.Font("MS P明朝", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2667
            this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
2668
            this.Column4.Frozen = true;
2669
            this.Column4.HeaderText = "受注税込金額";
2670
            this.Column4.Name = "Column4";
2671
            this.Column4.ReadOnly = true;
2672
            this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
2673
            this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
2674
            this.Column4.Width = 120;
2675
            // 
2113 2676
            // label85
2114 2677
            // 
2115 2678
            this.label85.BackColor = System.Drawing.Color.PaleGreen;
......
2256 2819
            this.label45.Text = "工事予算承認日";
2257 2820
            this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2258 2821
            // 
2822
            // textBoxEX10
2823
            // 
2824
            this.textBoxEX10.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2825
            this.textBoxEX10.ImeMode = System.Windows.Forms.ImeMode.Disable;
2826
            this.textBoxEX10.Location = new System.Drawing.Point(128, 153);
2827
            this.textBoxEX10.MaxLength = 10;
2828
            this.textBoxEX10.Name = "textBoxEX10";
2829
            this.textBoxEX10.Size = new System.Drawing.Size(120, 26);
2830
            this.textBoxEX10.TabIndex = 60;
2831
            this.textBoxEX10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2832
            this.textBoxEX10.TextChanged += new System.EventHandler(this.valueChange);
2833
            this.textBoxEX10.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2834
            // 
2835
            // textBoxEX9
2836
            // 
2837
            this.textBoxEX9.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2838
            this.textBoxEX9.ImeMode = System.Windows.Forms.ImeMode.Disable;
2839
            this.textBoxEX9.Location = new System.Drawing.Point(128, 123);
2840
            this.textBoxEX9.MaxLength = 10;
2841
            this.textBoxEX9.Name = "textBoxEX9";
2842
            this.textBoxEX9.Size = new System.Drawing.Size(120, 26);
2843
            this.textBoxEX9.TabIndex = 59;
2844
            this.textBoxEX9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2845
            this.textBoxEX9.TextChanged += new System.EventHandler(this.valueChange);
2846
            this.textBoxEX9.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2847
            // 
2848
            // textBoxEX8
2849
            // 
2850
            this.textBoxEX8.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
2851
            this.textBoxEX8.ImeMode = System.Windows.Forms.ImeMode.Disable;
2852
            this.textBoxEX8.Location = new System.Drawing.Point(128, 93);
2853
            this.textBoxEX8.MaxLength = 10;
2854
            this.textBoxEX8.Name = "textBoxEX8";
2855
            this.textBoxEX8.Size = new System.Drawing.Size(120, 26);
2856
            this.textBoxEX8.TabIndex = 58;
2857
            this.textBoxEX8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2858
            this.textBoxEX8.TextChanged += new System.EventHandler(this.valueChange);
2859
            this.textBoxEX8.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
2860
            // 
2259 2861
            // label59
2260 2862
            // 
2261 2863
            this.label59.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
......
2517 3119
            this.label86.Text = "請求日";
2518 3120
            this.label86.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2519 3121
            // 
3122
            // textBoxEX6
3123
            // 
3124
            this.textBoxEX6.ImeMode = System.Windows.Forms.ImeMode.Disable;
3125
            this.textBoxEX6.Location = new System.Drawing.Point(129, 98);
3126
            this.textBoxEX6.MaxLength = 10;
3127
            this.textBoxEX6.Name = "textBoxEX6";
3128
            this.textBoxEX6.Size = new System.Drawing.Size(120, 26);
3129
            this.textBoxEX6.TabIndex = 66;
3130
            this.textBoxEX6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3131
            this.textBoxEX6.TextChanged += new System.EventHandler(this.valueChange);
3132
            this.textBoxEX6.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3133
            // 
3134
            // txtInput36
3135
            // 
3136
            this.txtInput36.ImeMode = System.Windows.Forms.ImeMode.Disable;
3137
            this.txtInput36.Location = new System.Drawing.Point(129, 3);
3138
            this.txtInput36.MaxLength = 10;
3139
            this.txtInput36.Name = "txtInput36";
3140
            this.txtInput36.Size = new System.Drawing.Size(120, 26);
3141
            this.txtInput36.TabIndex = 63;
3142
            this.txtInput36.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3143
            this.txtInput36.TextChanged += new System.EventHandler(this.valueChange);
3144
            this.txtInput36.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3145
            // 
3146
            // txtInput37
3147
            // 
3148
            this.txtInput37.ImeMode = System.Windows.Forms.ImeMode.Disable;
3149
            this.txtInput37.Location = new System.Drawing.Point(129, 133);
3150
            this.txtInput37.MaxLength = 10;
3151
            this.txtInput37.Name = "txtInput37";
3152
            this.txtInput37.Size = new System.Drawing.Size(120, 26);
3153
            this.txtInput37.TabIndex = 67;
3154
            this.txtInput37.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3155
            this.txtInput37.TextChanged += new System.EventHandler(this.valueChange);
3156
            this.txtInput37.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3157
            // 
2520 3158
            // label2
2521 3159
            // 
2522 3160
            this.label2.BackColor = System.Drawing.Color.RoyalBlue;
......
2945 3583
            this.lblLastUpdate.Text = "2015年12月31日";
2946 3584
            this.lblLastUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
2947 3585
            // 
3586
            // cmbConstructionPeriod
3587
            // 
3588
            this.cmbConstructionPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3589
            this.cmbConstructionPeriod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3590
            this.cmbConstructionPeriod.FormattingEnabled = true;
3591
            this.cmbConstructionPeriod.Location = new System.Drawing.Point(463, 37);
3592
            this.cmbConstructionPeriod.Name = "cmbConstructionPeriod";
3593
            this.cmbConstructionPeriod.Size = new System.Drawing.Size(115, 24);
3594
            this.cmbConstructionPeriod.TabIndex = 1;
3595
            this.toolTip1.SetToolTip(this.cmbConstructionPeriod, "売り上げ計上を行う営業期を入力してください");
3596
            // 
3597
            // cmbConstructionYear
3598
            // 
3599
            this.cmbConstructionYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3600
            this.cmbConstructionYear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3601
            this.cmbConstructionYear.FormattingEnabled = true;
3602
            this.cmbConstructionYear.Location = new System.Drawing.Point(709, 37);
3603
            this.cmbConstructionYear.Name = "cmbConstructionYear";
3604
            this.cmbConstructionYear.Size = new System.Drawing.Size(134, 24);
3605
            this.cmbConstructionYear.TabIndex = 0;
3606
            this.toolTip1.SetToolTip(this.cmbConstructionYear, "工事の着工開始年度を入力してください");
3607
            this.cmbConstructionYear.Visible = false;
3608
            // 
2948 3609
            // btnApprovalList
2949 3610
            // 
2950 3611
            this.btnApprovalList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
......
2986 3647
            this.btnOtherProc.UseVisualStyleBackColor = false;
2987 3648
            this.btnOtherProc.Click += new System.EventHandler(this.btnOtherProc_Click);
2988 3649
            // 
2989
            // comboBoxEX1
2990
            // 
2991
            this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2992
            this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
2993
            this.comboBoxEX1.FormattingEnabled = true;
2994
            this.comboBoxEX1.Location = new System.Drawing.Point(129, 724);
2995
            this.comboBoxEX1.Name = "comboBoxEX1";
2996
            this.comboBoxEX1.Size = new System.Drawing.Size(250, 27);
2997
            this.comboBoxEX1.TabIndex = 22;
2998
            this.comboBoxEX1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
2999
            this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
3000
            // 
3001
            // cmbDisplayPerson
3002
            // 
3003
            this.cmbDisplayPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3004
            this.cmbDisplayPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3005
            this.cmbDisplayPerson.FormattingEnabled = true;
3006
            this.cmbDisplayPerson.Location = new System.Drawing.Point(379, 724);
3007
            this.cmbDisplayPerson.Name = "cmbDisplayPerson";
3008
            this.cmbDisplayPerson.Size = new System.Drawing.Size(250, 27);
3009
            this.cmbDisplayPerson.TabIndex = 23;
3010
            this.cmbDisplayPerson.TextChanged += new System.EventHandler(this.valueChange);
3011
            // 
3012
            // cmbConstructionType
3013
            // 
3014
            this.cmbConstructionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3015
            this.cmbConstructionType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3016
            this.cmbConstructionType.FormattingEnabled = true;
3017
            this.cmbConstructionType.Location = new System.Drawing.Point(129, 602);
3018
            this.cmbConstructionType.Name = "cmbConstructionType";
3019
            this.cmbConstructionType.Size = new System.Drawing.Size(300, 27);
3020
            this.cmbConstructionType.TabIndex = 21;
3021
            this.cmbConstructionType.TextChanged += new System.EventHandler(this.valueChange);
3022
            // 
3023
            // cmbOrdersDivision
3024
            // 
3025
            this.cmbOrdersDivision.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
3026
            | System.Windows.Forms.AnchorStyles.Right)));
3027
            this.cmbOrdersDivision.AutoCompleteCustomSource.AddRange(new string[] {
3028
            "株式会社",
3029
            "有限会社",
3030
            "合名会社",
3031
            "合資会社",
3032
            "合同会社"});
3033
            this.cmbOrdersDivision.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3034
            this.cmbOrdersDivision.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3035
            this.cmbOrdersDivision.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3036
            this.cmbOrdersDivision.FormattingEnabled = true;
3037
            this.cmbOrdersDivision.Location = new System.Drawing.Point(129, 152);
3038
            this.cmbOrdersDivision.Name = "cmbOrdersDivision";
3039
            this.cmbOrdersDivision.Size = new System.Drawing.Size(528, 27);
3040
            this.cmbOrdersDivision.TabIndex = 7;
3041
            this.cmbOrdersDivision.SelectedIndexChanged += new System.EventHandler(this.cmbOrdersDivision_SelectedIndexChanged);
3042
            this.cmbOrdersDivision.TextChanged += new System.EventHandler(this.valueChange);
3043
            // 
3044
            // cmbDisplayOrderers
3045
            // 
3046
            this.cmbDisplayOrderers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3047
            this.cmbDisplayOrderers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3048
            this.cmbDisplayOrderers.FormattingEnabled = true;
3049
            this.cmbDisplayOrderers.Location = new System.Drawing.Point(129, 183);
3050
            this.cmbDisplayOrderers.Name = "cmbDisplayOrderers";
3051
            this.cmbDisplayOrderers.Size = new System.Drawing.Size(372, 27);
3052
            this.cmbDisplayOrderers.TabIndex = 8;
3053
            this.cmbDisplayOrderers.SelectedIndexChanged += new System.EventHandler(this.cmbDisplayOrderers_SelectedIndexChanged);
3054
            this.cmbDisplayOrderers.TextChanged += new System.EventHandler(this.valueChange);
3055
            // 
3056
            // txtInput28
3057
            // 
3058
            this.txtInput28.BackColor = System.Drawing.Color.White;
3059
            this.txtInput28.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3060
            this.txtInput28.ForeColor = System.Drawing.Color.Black;
3061
            this.txtInput28.ImeMode = System.Windows.Forms.ImeMode.Disable;
3062
            this.txtInput28.Location = new System.Drawing.Point(128, 104);
3063
            this.txtInput28.MaxLength = 10;
3064
            this.txtInput28.Name = "txtInput28";
3065
            this.txtInput28.Size = new System.Drawing.Size(274, 34);
3066
            this.txtInput28.TabIndex = 28;
3067
            this.txtInput28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3068
            this.txtInput28.TextChanged += new System.EventHandler(this.valueChange);
3069
            this.txtInput28.Validated += new System.EventHandler(this.txtInput25_Validated);
3070
            // 
3071
            // txtInput25
3072
            // 
3073
            this.txtInput25.BackColor = System.Drawing.Color.White;
3074
            this.txtInput25.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3075
            this.txtInput25.ForeColor = System.Drawing.Color.Black;
3076
            this.txtInput25.ImeMode = System.Windows.Forms.ImeMode.Disable;
3077
            this.txtInput25.Location = new System.Drawing.Point(128, 64);
3078
            this.txtInput25.MaxLength = 10;
3079
            this.txtInput25.Name = "txtInput25";
3080
            this.txtInput25.Size = new System.Drawing.Size(274, 34);
3081
            this.txtInput25.TabIndex = 27;
3082
            this.txtInput25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3083
            this.txtInput25.TextChanged += new System.EventHandler(this.valueChange);
3084
            this.txtInput25.Validated += new System.EventHandler(this.txtInput25_Validated);
3085
            // 
3086
            // cmbTransferConstruction
3087
            // 
3088
            this.cmbTransferConstruction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3089
            this.cmbTransferConstruction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3090
            this.cmbTransferConstruction.FormattingEnabled = true;
3091
            this.cmbTransferConstruction.Location = new System.Drawing.Point(128, 843);
3092
            this.cmbTransferConstruction.Name = "cmbTransferConstruction";
3093
            this.cmbTransferConstruction.Size = new System.Drawing.Size(300, 27);
3094
            this.cmbTransferConstruction.TabIndex = 39;
3095
            this.cmbTransferConstruction.SelectedIndexChanged += new System.EventHandler(this.cmbTransferConstruction_SelectedIndexChanged);
3096
            this.cmbTransferConstruction.TextChanged += new System.EventHandler(this.valueChange);
3097
            // 
3098
            // txtInput27
3099
            // 
3100
            this.txtInput27.ImeMode = System.Windows.Forms.ImeMode.Disable;
3101
            this.txtInput27.Location = new System.Drawing.Point(128, 33);
3102
            this.txtInput27.MaxLength = 10;
3103
            this.txtInput27.Name = "txtInput27";
3104
            this.txtInput27.Size = new System.Drawing.Size(120, 26);
3105
            this.txtInput27.TabIndex = 26;
3106
            this.txtInput27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3107
            this.txtInput27.TextChanged += new System.EventHandler(this.valueChange);
3108
            // 
3109
            // txtInput02
3110
            // 
3111
            this.txtInput02.ImeMode = System.Windows.Forms.ImeMode.Disable;
3112
            this.txtInput02.Location = new System.Drawing.Point(128, 182);
3113
            this.txtInput02.MaxLength = 10;
3114
            this.txtInput02.Name = "txtInput02";
3115
            this.txtInput02.Size = new System.Drawing.Size(120, 26);
3116
            this.txtInput02.TabIndex = 29;
3117
            this.txtInput02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3118
            this.txtInput02.TextChanged += new System.EventHandler(this.valueChange);
3119
            this.txtInput02.Validated += new System.EventHandler(this.txtInput02_TextChanged);
3120
            // 
3121
            // txtInput06
3122
            // 
3123
            this.txtInput06.ImeMode = System.Windows.Forms.ImeMode.Disable;
3124
            this.txtInput06.Location = new System.Drawing.Point(128, 212);
3125
            this.txtInput06.MaxLength = 10;
3126
            this.txtInput06.Name = "txtInput06";
3127
            this.txtInput06.Size = new System.Drawing.Size(120, 26);
3128
            this.txtInput06.TabIndex = 30;
3129
            this.txtInput06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3130
            this.txtInput06.TextChanged += new System.EventHandler(this.valueChange);
3131
            this.txtInput06.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3132
            // 
3133
            // txtInput12
3134
            // 
3135
            this.txtInput12.ImeMode = System.Windows.Forms.ImeMode.Disable;
3136
            this.txtInput12.Location = new System.Drawing.Point(128, 302);
3137
            this.txtInput12.MaxLength = 10;
3138
            this.txtInput12.Name = "txtInput12";
3139
            this.txtInput12.Size = new System.Drawing.Size(120, 26);
3140
            this.txtInput12.TabIndex = 31;
3141
            this.txtInput12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3142
            this.txtInput12.TextChanged += new System.EventHandler(this.valueChange);
3143
            this.txtInput12.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3144
            // 
3145
            // txtInput13
3146
            // 
3147
            this.txtInput13.ImeMode = System.Windows.Forms.ImeMode.Disable;
3148
            this.txtInput13.Location = new System.Drawing.Point(128, 332);
3149
            this.txtInput13.MaxLength = 10;
3150
            this.txtInput13.Name = "txtInput13";
3151
            this.txtInput13.Size = new System.Drawing.Size(120, 26);
3152
            this.txtInput13.TabIndex = 32;
3153
            this.txtInput13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3154
            this.txtInput13.TextChanged += new System.EventHandler(this.valueChange);
3155
            this.txtInput13.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3156
            // 
3157
            // textBoxEX2
3158
            // 
3159
            this.textBoxEX2.ImeMode = System.Windows.Forms.ImeMode.Disable;
3160
            this.textBoxEX2.Location = new System.Drawing.Point(128, 562);
3161
            this.textBoxEX2.MaxLength = 10;
3162
            this.textBoxEX2.Name = "textBoxEX2";
3163
            this.textBoxEX2.Size = new System.Drawing.Size(120, 26);
3164
            this.textBoxEX2.TabIndex = 35;
3165
            this.textBoxEX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3166
            this.textBoxEX2.TextChanged += new System.EventHandler(this.valueChange);
3167
            this.textBoxEX2.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3168
            // 
3169
            // textBoxEX1
3170
            // 
3171
            this.textBoxEX1.ImeMode = System.Windows.Forms.ImeMode.Disable;
3172
            this.textBoxEX1.Location = new System.Drawing.Point(128, 502);
3173
            this.textBoxEX1.MaxLength = 10;
3174
            this.textBoxEX1.Name = "textBoxEX1";
3175
            this.textBoxEX1.Size = new System.Drawing.Size(120, 26);
3176
            this.textBoxEX1.TabIndex = 33;
3177
            this.textBoxEX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3178
            this.textBoxEX1.TextChanged += new System.EventHandler(this.valueChange);
3179
            this.textBoxEX1.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3180
            // 
3181
            // txtInput03
3182
            // 
3183
            this.txtInput03.ImeMode = System.Windows.Forms.ImeMode.Disable;
3184
            this.txtInput03.Location = new System.Drawing.Point(128, 532);
3185
            this.txtInput03.MaxLength = 10;
3186
            this.txtInput03.Name = "txtInput03";
3187
            this.txtInput03.Size = new System.Drawing.Size(120, 26);
3188
            this.txtInput03.TabIndex = 34;
3189
            this.txtInput03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3190
            this.txtInput03.TextChanged += new System.EventHandler(this.valueChange);
3191
            this.txtInput03.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3192
            // 
3193
            // txtInput38
3194
            // 
3195
            this.txtInput38.ImeMode = System.Windows.Forms.ImeMode.Disable;
3196
            this.txtInput38.Location = new System.Drawing.Point(128, 632);
3197
            this.txtInput38.MaxLength = 10;
3198
            this.txtInput38.Name = "txtInput38";
3199
            this.txtInput38.Size = new System.Drawing.Size(120, 26);
3200
            this.txtInput38.TabIndex = 36;
3201
            this.txtInput38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3202
            this.txtInput38.TextChanged += new System.EventHandler(this.valueChange);
3203
            this.txtInput38.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3204
            // 
3205
            // txtInput34
3206
            // 
3207
            this.txtInput34.ImeMode = System.Windows.Forms.ImeMode.Disable;
3208
            this.txtInput34.Location = new System.Drawing.Point(128, 662);
3209
            this.txtInput34.MaxLength = 10;
3210
            this.txtInput34.Name = "txtInput34";
3211
            this.txtInput34.Size = new System.Drawing.Size(120, 26);
3212
            this.txtInput34.TabIndex = 37;
3213
            this.txtInput34.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
3214
            this.txtInput34.TextChanged += new System.EventHandler(this.valueChange);
3215
            this.txtInput34.Validated += new System.EventHandler(this.txtInputDate_TextChanged);
3216
            // 
3217
            // comboBoxEX4
3218
            // 
3219
            this.comboBoxEX4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3220
            this.comboBoxEX4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3221
            this.comboBoxEX4.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3222
            this.comboBoxEX4.FormattingEnabled = true;
3223
            this.comboBoxEX4.Location = new System.Drawing.Point(129, 93);
3224
            this.comboBoxEX4.Name = "comboBoxEX4";
3225
            this.comboBoxEX4.Size = new System.Drawing.Size(250, 27);
3226
            this.comboBoxEX4.TabIndex = 44;
3227
            this.comboBoxEX4.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
3228
            // 
3229
            // comboBoxEX3
3230
            // 
3231
            this.comboBoxEX3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3232
            this.comboBoxEX3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3233
            this.comboBoxEX3.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3234
            this.comboBoxEX3.FormattingEnabled = true;
3235
            this.comboBoxEX3.Location = new System.Drawing.Point(129, 63);
3236
            this.comboBoxEX3.Name = "comboBoxEX3";
3237
            this.comboBoxEX3.Size = new System.Drawing.Size(250, 27);
3238
            this.comboBoxEX3.TabIndex = 42;
3239
            this.comboBoxEX3.SelectedIndexChanged += new System.EventHandler(this.comboBoxEX1_SelectedIndexChanged);
3240
            // 
3241
            // cmbDisplayConstrSubPerson
3242
            // 
3243
            this.cmbDisplayConstrSubPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
3244
            this.cmbDisplayConstrSubPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
3245
            this.cmbDisplayConstrSubPerson.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
3246
            this.cmbDisplayConstrSubPerson.FormattingEnabled = true;
3247
            this.cmbDisplayConstrSubPerson.Location = new System.Drawing.Point(379, 63);
3248
            this.cmbDisplayConstrSubPerson.Name = "cmbDisplayConstrSubPerson";
3249
            this.cmbDisplayConstrSubPerson.Size = new System.Drawing.Size(250, 27);
... 差分の行数が表示可能な上限を超えました。超過分は表示しません。

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