リビジョン 447
工事情報入力:エラーチェックマップの修正、工事担当を施工準備でエラーにした
工事予算入力:製品版登録メッセージの表示順がおかしいのを修正・購入品行追加時のナンバリングアブ酒精
工事詳細台帳:セルロック修正
積算予算入力:予定価格の金額フォーマット追加
注文書入力:製品版初期表示を変更
注文書状態表示:工事業をクリックしたときにオーダー番号が無いバグ修正
請求入力:製品版確認処理時、データ登録を追加
入金入力:掲示板メッセージに入金備考を追加
発注者マスタメンテナンス:登録できないバグを修正
メニュー:製品版の工事台帳は部署一覧を省いた
| trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBaseInfo/FrmConstructionBaseInfo.cs | ||
|---|---|---|
| 616 | 616 | 
            //?|8:?{?H????
   | 
| 617 | 617 | 
    //?|9:????????  | 
| 618 | 618 | 
    //?|10:?????m?F  | 
| 619 | 
    // ?|11:???  | 
|
| 620 | 
    //?|12:?????????m?F?|13:?S????????m?F????  | 
|
| 621 | 
    //?|14:???U?[?u?|15:???U?[?u?|16:????C?H???|17:Hit'sV?H??  | 
|
| 619 | 
    //?|11:???  | 
|
| 620 | 
    //?|12:?????????m?F  | 
|
| 621 | 
    //?|13:?S????????m?F????  | 
|
| 622 | 
    //?|14:???U?[?u  | 
|
| 623 | 
    //?|15:???U?[?u  | 
|
| 624 | 
    //?|16:????C?H??  | 
|
| 625 | 
    //?|17:Hit'sV?H??  | 
|
| 622 | 626 | 
            private static bool[,] FieldCheckMap = new bool[,] {
   | 
| 623 | 627 | 
    // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 
| 624 | 628 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     //  0:?H???R?[?h
   | 
| 625 | 629 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     //  1:?H???N?x
   | 
| 626 | 630 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     //  2:?H????
   | 
| 627 | 631 | 
                            {true,  true,  true,  true,  true,  true,  true,  true,  true,  true,  true,  false, false, false, false, false,  true,  true},     //  3:?c??S????R?[?h
   | 
| 628 | 
                            {false, false, true,  false, false, false, false, true,  true,  true,  true,  false, false, false, false, false,  true,  true},     //  4:?H???S????R?[?h
   | 
|
| 632 | 
                            {false, false, true,  false, false, false, true,  true,  true,  true,  true,  false, false, false, false, false,  true,  true},     //  4:?H???S????R?[?h
   | 
|
| 629 | 633 | 
                            {true,  true,  true,  true,  true,  true,  true,  true,  true,  true,  true,  false, false, false, false, false,  true,  true},     //  5:??????
   | 
| 630 | 634 | 
                            {false, true,  true,  true,  true,  true,  true,  true,  true,  true,  true,  false, false, false, false, false,  true,  true},     //  6:?????o??
   | 
| 631 | 635 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     //  7:?????o??????z
   | 
| ... | ... | |
| 690 | 694 | 
     | 
| 691 | 695 | 
    // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 
| 692 | 696 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     // 62:????
   | 
| 693 | 
                            {false, false, true,  false, false, false, false, true,  true,  true,  true,  false, false, false, false, false,  true,  true},     // 63:?H???S??????
   | 
|
| 697 | 
                            {false, false, true,  false, false, false, true,  true,  true,  true,  true,  false, false, false, false, false,  true,  true},     // 63:?H???S??????
   | 
|
| 694 | 698 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     // 64:?_??H???J?n?i???????j
   | 
| 695 | 699 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     // 65:?_??H???????i???????j
   | 
| 696 | 700 | 
                            {false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false},     // 66:?{?H?????J?n??
   | 
| ... | ... | |
| 1407 | 1411 | 
    // ?H?????t???O?i?e?L?X?g?\???j  | 
| 1408 | 1412 | 
    SetStatusText();  | 
| 1409 | 1413 | 
     | 
| 1414 | 
    // ???i??\?????C?A?E?g??X????  | 
|
| 1415 | 
    SetInitProductstyle();  | 
|
| 1416 | 
     | 
|
| 1410 | 1417 | 
    //?R???g???[???I?u?W?F?N?g??  | 
| 1411 | 1418 | 
    SetDisplayObject();  | 
| 1412 | 1419 | 
     | 
| trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBaseInfo/FrmConstructionBaseInfo.designer.cs | ||
|---|---|---|
| 57 | 57 | 
    this.BasePanel = new System.Windows.Forms.Panel();  | 
| 58 | 58 | 
    this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();  | 
| 59 | 59 | 
    this.panel10 = new System.Windows.Forms.Panel();  | 
| 60 | 
    this.dgvPayment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 61 | 
    this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 62 | 
    this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 63 | 
    this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 64 | 
    this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 65 | 60 | 
    this.label92 = new System.Windows.Forms.Label();  | 
| 66 | 61 | 
    this.label93 = new System.Windows.Forms.Label();  | 
| 67 | 62 | 
    this.label98 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 79 | 74 | 
    this.txtInput07 = new System.Windows.Forms.TextBox();  | 
| 80 | 75 | 
    this.label6 = new System.Windows.Forms.Label();  | 
| 81 | 76 | 
    this.label8 = new System.Windows.Forms.Label();  | 
| 82 | 
    this.comboBoxEX5 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 83 | 
    this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 84 | 
    this.cmbSalesSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 85 | 
    this.cmbSalesPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 86 | 77 | 
    this.label110 = new System.Windows.Forms.Label();  | 
| 87 | 78 | 
    this.label4 = new System.Windows.Forms.Label();  | 
| 88 | 79 | 
    this.panel2 = new System.Windows.Forms.Panel();  | 
| 89 | 80 | 
    this.rdbEstimateType2 = new System.Windows.Forms.RadioButton();  | 
| 90 | 81 | 
    this.rdbEstimateType3 = new System.Windows.Forms.RadioButton();  | 
| 91 | 82 | 
    this.rdbEstimateType1 = new System.Windows.Forms.RadioButton();  | 
| 92 | 
    this.cmbConstructionType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 93 | 83 | 
    this.txtInput08 = new System.Windows.Forms.TextBox();  | 
| 94 | 84 | 
    this.btnSerchZip = new System.Windows.Forms.Button();  | 
| 95 | 85 | 
    this.label20 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 122 | 112 | 
    this.label44 = new System.Windows.Forms.Label();  | 
| 123 | 113 | 
    this.label14 = new System.Windows.Forms.Label();  | 
| 124 | 114 | 
    this.label5 = new System.Windows.Forms.Label();  | 
| 125 | 
    this.cmbOrdersDivision = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 126 | 115 | 
    this.btnOrderer = new System.Windows.Forms.Button();  | 
| 127 | 
    this.cmbDisplayOrderers = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 128 | 116 | 
    this.txtInput05 = new System.Windows.Forms.TextBox();  | 
| 129 | 117 | 
    this.panel4 = new System.Windows.Forms.Panel();  | 
| 130 | 118 | 
    this.label106 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 134 | 122 | 
    this.label97 = new System.Windows.Forms.Label();  | 
| 135 | 123 | 
    this.label39 = new System.Windows.Forms.Label();  | 
| 136 | 124 | 
    this.label30 = new System.Windows.Forms.Label();  | 
| 137 | 
    this.txtInput28 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 138 | 125 | 
    this.label27 = new System.Windows.Forms.Label();  | 
| 139 | 
    this.txtInput25 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 140 | 126 | 
    this.lblTransferDate = new System.Windows.Forms.Label();  | 
| 141 | 127 | 
    this.label36 = new System.Windows.Forms.Label();  | 
| 142 | 
    this.cmbTransferConstruction = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 143 | 128 | 
    this.txtInput26 = new System.Windows.Forms.TextBox();  | 
| 144 | 129 | 
    this.label10 = new System.Windows.Forms.Label();  | 
| 145 | 130 | 
    this.txtInput01 = new System.Windows.Forms.TextBox();  | 
| 146 | 131 | 
    this.label33 = new System.Windows.Forms.Label();  | 
| 147 | 
    this.txtInput27 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 148 | 
    this.txtInput02 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 149 | 132 | 
    this.label24 = new System.Windows.Forms.Label();  | 
| 150 | 
    this.txtInput06 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 151 | 133 | 
    this.label22 = new System.Windows.Forms.Label();  | 
| 152 | 
    this.txtInput12 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 153 | 134 | 
    this.label12 = new System.Windows.Forms.Label();  | 
| 154 | 
    this.txtInput13 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 155 | 135 | 
    this.label15 = new System.Windows.Forms.Label();  | 
| 156 | 136 | 
    this.label38 = new System.Windows.Forms.Label();  | 
| 157 | 137 | 
    this.label68 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 162 | 142 | 
    this.label23 = new System.Windows.Forms.Label();  | 
| 163 | 143 | 
    this.label70 = new System.Windows.Forms.Label();  | 
| 164 | 144 | 
    this.label71 = new System.Windows.Forms.Label();  | 
| 165 | 
    this.textBoxEX2 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 166 | 
    this.textBoxEX1 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 167 | 
    this.txtInput03 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 168 | 145 | 
    this.label62 = new System.Windows.Forms.Label();  | 
| 169 | 146 | 
    this.label72 = new System.Windows.Forms.Label();  | 
| 170 | 147 | 
    this.label73 = new System.Windows.Forms.Label();  | 
| 171 | 148 | 
    this.label61 = new System.Windows.Forms.Label();  | 
| 172 | 149 | 
    this.label55 = new System.Windows.Forms.Label();  | 
| 173 | 
    this.txtInput38 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 174 | 150 | 
    this.label54 = new System.Windows.Forms.Label();  | 
| 175 | 
    this.txtInput34 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 176 | 151 | 
    this.label66 = new System.Windows.Forms.Label();  | 
| 177 | 152 | 
    this.label56 = new System.Windows.Forms.Label();  | 
| 178 | 153 | 
    this.label75 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 192 | 167 | 
    this.btnFluctuation = new System.Windows.Forms.Button();  | 
| 193 | 168 | 
    this.rdbExistsFluctuation = new System.Windows.Forms.RadioButton();  | 
| 194 | 169 | 
    this.rdbNotFluctuation = new System.Windows.Forms.RadioButton();  | 
| 195 | 
    this.comboBoxEX4 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 196 | 
    this.comboBoxEX3 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 197 | 
    this.cmbConstrSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 198 | 170 | 
    this.label46 = new System.Windows.Forms.Label();  | 
| 199 | 171 | 
    this.txtInput32 = new System.Windows.Forms.TextBox();  | 
| 200 | 172 | 
    this.label47 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 203 | 175 | 
    this.label41 = new System.Windows.Forms.Label();  | 
| 204 | 176 | 
    this.label50 = new System.Windows.Forms.Label();  | 
| 205 | 177 | 
    this.label88 = new System.Windows.Forms.Label();  | 
| 206 | 
    this.textBoxEX3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 207 | 
    this.textBoxEX7 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 208 | 
    this.txtInput35 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 209 | 178 | 
    this.label25 = new System.Windows.Forms.Label();  | 
| 210 | 
    this.txtInput04 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 211 | 179 | 
    this.label42 = new System.Windows.Forms.Label();  | 
| 212 | 
    this.textBoxEX5 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 213 | 
    this.textBoxEX4 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 214 | 
    this.txtInput29 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 215 | 
    this.txtInput30 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 216 | 180 | 
    this.label81 = new System.Windows.Forms.Label();  | 
| 217 | 181 | 
    this.label82 = new System.Windows.Forms.Label();  | 
| 218 | 182 | 
    this.label77 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 221 | 185 | 
    this.label67 = new System.Windows.Forms.Label();  | 
| 222 | 186 | 
    this.label79 = new System.Windows.Forms.Label();  | 
| 223 | 187 | 
    this.label31 = new System.Windows.Forms.Label();  | 
| 224 | 
    this.cmbConstrInst = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 225 | 
    this.comboBoxEX2 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 226 | 
    this.cmbConstrPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 227 | 188 | 
    this.label113 = new System.Windows.Forms.Label();  | 
| 228 | 189 | 
    this.label76 = new System.Windows.Forms.Label();  | 
| 229 | 190 | 
    this.label112 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 240 | 201 | 
    this.label116 = new System.Windows.Forms.Label();  | 
| 241 | 202 | 
    this.btnLink = new System.Windows.Forms.Button();  | 
| 242 | 203 | 
    this.label74 = new System.Windows.Forms.Label();  | 
| 243 | 
    this.dgvPurchaseOrder = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 244 | 
    this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 245 | 
    this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 246 | 
    this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 247 | 
    this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 248 | 
    this.dgvLink = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 249 | 
    this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 250 | 
    this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 251 | 
    this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 252 | 
    this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 253 | 
    this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 254 | 
    this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 255 | 
    this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 256 | 204 | 
    this.label85 = new System.Windows.Forms.Label();  | 
| 257 | 205 | 
    this.label84 = new System.Windows.Forms.Label();  | 
| 258 | 206 | 
    this.label83 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 269 | 217 | 
    this.panel9 = new System.Windows.Forms.Panel();  | 
| 270 | 218 | 
    this.label104 = new System.Windows.Forms.Label();  | 
| 271 | 219 | 
    this.label94 = new System.Windows.Forms.Label();  | 
| 272 | 
    this.dgvBillingDate = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 273 | 
    this.BillingGridColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 274 | 
    this.BillingGridColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 275 | 
    this.BillingGridColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 276 | 
    this.BillingGridColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 277 | 220 | 
    this.label124 = new System.Windows.Forms.Label();  | 
| 278 | 221 | 
    this.label90 = new System.Windows.Forms.Label();  | 
| 279 | 222 | 
    this.label89 = new System.Windows.Forms.Label();  | 
| 280 | 223 | 
    this.label129 = new System.Windows.Forms.Label();  | 
| 281 | 224 | 
    this.label125 = new System.Windows.Forms.Label();  | 
| 282 | 
    this.textBoxEX9 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 283 | 
    this.textBoxEX8 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 284 | 
    this.textBoxEX6 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 285 | 225 | 
    this.label126 = new System.Windows.Forms.Label();  | 
| 286 | 226 | 
    this.label87 = new System.Windows.Forms.Label();  | 
| 287 | 227 | 
    this.label86 = new System.Windows.Forms.Label();  | 
| 288 | 228 | 
    this.label60 = new System.Windows.Forms.Label();  | 
| 289 | 
    this.txtInput36 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 290 | 229 | 
    this.label127 = new System.Windows.Forms.Label();  | 
| 291 | 230 | 
    this.textBox4 = new System.Windows.Forms.TextBox();  | 
| 292 | 231 | 
    this.textBox2 = new System.Windows.Forms.TextBox();  | 
| ... | ... | |
| 295 | 234 | 
    this.label29 = new System.Windows.Forms.Label();  | 
| 296 | 235 | 
    this.lblLastUpdate = new System.Windows.Forms.Label();  | 
| 297 | 236 | 
    this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);  | 
| 298 | 
    this.cmbConstructionYear = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 299 | 
    this.cmbConstructionPeriod = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 300 | 237 | 
    this.btnOtherProc = new System.Windows.Forms.Button();  | 
| 301 | 238 | 
    this.lblJointLabel = new System.Windows.Forms.Label();  | 
| 302 | 239 | 
    this.btnPA = new System.Windows.Forms.Button();  | 
| ... | ... | |
| 304 | 241 | 
    this.btnApprovalList = new System.Windows.Forms.Button();  | 
| 305 | 242 | 
    this.rdbStatusHikitugiFlg = new System.Windows.Forms.RadioButton();  | 
| 306 | 243 | 
    this.lblConstructionCodelabel = new System.Windows.Forms.Label();  | 
| 244 | 
    this.cmbConstructionYear = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 307 | 245 | 
    this.label2 = new System.Windows.Forms.Label();  | 
| 308 | 246 | 
    this.txtInput33 = new System.Windows.Forms.TextBox();  | 
| 309 | 247 | 
    this.label48 = new System.Windows.Forms.Label();  | 
| 248 | 
    this.cmbConstructionPeriod = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 310 | 249 | 
    this.label28 = new System.Windows.Forms.Label();  | 
| 311 | 250 | 
    this.lblConstructionCode = new System.Windows.Forms.Label();  | 
| 312 | 251 | 
    this.label16 = new System.Windows.Forms.Label();  | 
| ... | ... | |
| 330 | 269 | 
    this.rdbStatus1 = new System.Windows.Forms.RadioButton();  | 
| 331 | 270 | 
    this.rdbStatus0 = new System.Windows.Forms.RadioButton();  | 
| 332 | 271 | 
    this.label49 = new System.Windows.Forms.Label();  | 
| 272 | 
    this.dgvPayment = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 273 | 
    this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 274 | 
    this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 275 | 
    this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 276 | 
    this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 277 | 
    this.comboBoxEX5 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 278 | 
    this.comboBoxEX1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 279 | 
    this.cmbSalesSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 280 | 
    this.cmbSalesPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 281 | 
    this.cmbConstructionType = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 282 | 
    this.cmbOrdersDivision = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 283 | 
    this.cmbDisplayOrderers = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 284 | 
    this.txtInput28 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 285 | 
    this.txtInput25 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 286 | 
    this.cmbTransferConstruction = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 287 | 
    this.txtInput27 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 288 | 
    this.txtInput02 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 289 | 
    this.txtInput06 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 290 | 
    this.txtInput12 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 291 | 
    this.txtInput13 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 292 | 
    this.textBoxEX2 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 293 | 
    this.textBoxEX1 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 294 | 
    this.txtInput03 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 295 | 
    this.txtInput38 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 296 | 
    this.txtInput34 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 297 | 
    this.comboBoxEX4 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 298 | 
    this.comboBoxEX3 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 299 | 
    this.cmbConstrSubPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 300 | 
    this.textBoxEX3 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 301 | 
    this.textBoxEX7 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 302 | 
    this.txtInput35 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 303 | 
    this.txtInput04 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 304 | 
    this.textBoxEX5 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 305 | 
    this.textBoxEX4 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 306 | 
    this.txtInput29 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 307 | 
    this.txtInput30 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 308 | 
    this.cmbConstrInst = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 309 | 
    this.comboBoxEX2 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 310 | 
    this.cmbConstrPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();  | 
|
| 311 | 
    this.dgvPurchaseOrder = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 312 | 
    this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 313 | 
    this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 314 | 
    this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 315 | 
    this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 316 | 
    this.dgvLink = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 317 | 
    this.Column0 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 318 | 
    this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 319 | 
    this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 320 | 
    this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 321 | 
    this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 322 | 
    this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 323 | 
    this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 324 | 
    this.dgvBillingDate = new ProcessManagement.Forms.CustomControls.DataGridViewEX();  | 
|
| 325 | 
    this.BillingGridColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 326 | 
    this.BillingGridColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 327 | 
    this.BillingGridColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 328 | 
    this.BillingGridColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();  | 
|
| 329 | 
    this.textBoxEX9 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 330 | 
    this.textBoxEX8 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 331 | 
    this.textBoxEX6 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 332 | 
    this.txtInput36 = new ProcessManagement.Forms.CustomControls.TextBoxEX();  | 
|
| 333 | 333 | 
    this.BasePanel.SuspendLayout();  | 
| 334 | 334 | 
    this.tableLayoutPanel2.SuspendLayout();  | 
| 335 | 335 | 
    this.panel10.SuspendLayout();  | 
| 336 | 
    ((System.ComponentModel.ISupportInitialize)(this.dgvPayment)).BeginInit();  | 
|
| 337 | 336 | 
    this.panel1.SuspendLayout();  | 
| 338 | 337 | 
    this.panel2.SuspendLayout();  | 
| 339 | 338 | 
    this.panel3.SuspendLayout();  | 
| ... | ... | |
| 342 | 341 | 
    this.panel7.SuspendLayout();  | 
| 343 | 342 | 
    this.pnlFluctuation.SuspendLayout();  | 
| 344 | 343 | 
    this.panel8.SuspendLayout();  | 
| 344 | 
    this.panel9.SuspendLayout();  | 
|
| 345 | 
    this.groupBoxEx1.SuspendLayout();  | 
|
| 346 | 
    this.panel5.SuspendLayout();  | 
|
| 347 | 
    ((System.ComponentModel.ISupportInitialize)(this.dgvPayment)).BeginInit();  | 
|
| 345 | 348 | 
    ((System.ComponentModel.ISupportInitialize)(this.dgvPurchaseOrder)).BeginInit();  | 
| 346 | 349 | 
    ((System.ComponentModel.ISupportInitialize)(this.dgvLink)).BeginInit();  | 
| 347 | 
    this.panel9.SuspendLayout();  | 
|
| 348 | 350 | 
    ((System.ComponentModel.ISupportInitialize)(this.dgvBillingDate)).BeginInit();  | 
| 349 | 
    this.groupBoxEx1.SuspendLayout();  | 
|
| 350 | 
    this.panel5.SuspendLayout();  | 
|
| 351 | 351 | 
    this.SuspendLayout();  | 
| 352 | 352 | 
    //  | 
| 353 | 353 | 
    // label1  | 
| ... | ... | |
| 476 | 476 | 
    this.panel10.Size = new System.Drawing.Size(650, 994);  | 
| 477 | 477 | 
    this.panel10.TabIndex = 185;  | 
| 478 | 478 | 
    //  | 
| 479 | 
    // dgvPayment  | 
|
| 480 | 
    //  | 
|
| 481 | 
    this.dgvPayment.AllowUserToAddRows = false;  | 
|
| 482 | 
    this.dgvPayment.AllowUserToDeleteRows = false;  | 
|
| 483 | 
    this.dgvPayment.AllowUserToResizeColumns = false;  | 
|
| 484 | 
    this.dgvPayment.AllowUserToResizeRows = false;  | 
|
| 485 | 
    this.dgvPayment.BackgroundColor = System.Drawing.Color.White;  | 
|
| 486 | 
    this.dgvPayment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;  | 
|
| 487 | 
    dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 488 | 
    dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;  | 
|
| 489 | 
                dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 490 | 
    dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;  | 
|
| 491 | 
    dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;  | 
|
| 492 | 
    dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;  | 
|
| 493 | 
    dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;  | 
|
| 494 | 
    this.dgvPayment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;  | 
|
| 495 | 
    this.dgvPayment.ColumnHeadersHeight = 24;  | 
|
| 496 | 
    this.dgvPayment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;  | 
|
| 497 | 
                this.dgvPayment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
   | 
|
| 498 | 
    this.dataGridViewTextBoxColumn1,  | 
|
| 499 | 
    this.dataGridViewTextBoxColumn2,  | 
|
| 500 | 
    this.dataGridViewTextBoxColumn3,  | 
|
| 501 | 
    this.dataGridViewTextBoxColumn4});  | 
|
| 502 | 
    this.dgvPayment.EnableHeadersVisualStyles = false;  | 
|
| 503 | 
    this.dgvPayment.Location = new System.Drawing.Point(129, 1);  | 
|
| 504 | 
    this.dgvPayment.Name = "dgvPayment";  | 
|
| 505 | 
    this.dgvPayment.RowHeadersVisible = false;  | 
|
| 506 | 
    this.dgvPayment.RowHeadersWidth = 20;  | 
|
| 507 | 
    this.dgvPayment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;  | 
|
| 508 | 
    this.dgvPayment.RowTemplate.Height = 24;  | 
|
| 509 | 
    this.dgvPayment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;  | 
|
| 510 | 
    this.dgvPayment.Size = new System.Drawing.Size(484, 122);  | 
|
| 511 | 
    this.dgvPayment.TabIndex = 168;  | 
|
| 512 | 
    this.dgvPayment.TabStop = false;  | 
|
| 513 | 
    //  | 
|
| 514 | 
    // dataGridViewTextBoxColumn1  | 
|
| 515 | 
    //  | 
|
| 516 | 
    dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 517 | 
                dataGridViewCellStyle2.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 518 | 
    this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;  | 
|
| 519 | 
    this.dataGridViewTextBoxColumn1.HeaderText = "";  | 
|
| 520 | 
    this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";  | 
|
| 521 | 
    this.dataGridViewTextBoxColumn1.ReadOnly = true;  | 
|
| 522 | 
    this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 523 | 
    this.dataGridViewTextBoxColumn1.Width = 120;  | 
|
| 524 | 
    //  | 
|
| 525 | 
    // dataGridViewTextBoxColumn2  | 
|
| 526 | 
    //  | 
|
| 527 | 
    dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 528 | 
                dataGridViewCellStyle3.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 529 | 
    this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;  | 
|
| 530 | 
    this.dataGridViewTextBoxColumn2.HeaderText = "";  | 
|
| 531 | 
    this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";  | 
|
| 532 | 
    this.dataGridViewTextBoxColumn2.ReadOnly = true;  | 
|
| 533 | 
    this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 534 | 
    this.dataGridViewTextBoxColumn2.Width = 121;  | 
|
| 535 | 
    //  | 
|
| 536 | 
    // dataGridViewTextBoxColumn3  | 
|
| 537 | 
    //  | 
|
| 538 | 
    dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 539 | 
                dataGridViewCellStyle4.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 540 | 
    this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;  | 
|
| 541 | 
    this.dataGridViewTextBoxColumn3.HeaderText = "";  | 
|
| 542 | 
    this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";  | 
|
| 543 | 
    this.dataGridViewTextBoxColumn3.ReadOnly = true;  | 
|
| 544 | 
    this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 545 | 
    this.dataGridViewTextBoxColumn3.Width = 120;  | 
|
| 546 | 
    //  | 
|
| 547 | 
    // dataGridViewTextBoxColumn4  | 
|
| 548 | 
    //  | 
|
| 549 | 
    dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 550 | 
                dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 551 | 
    this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle5;  | 
|
| 552 | 
    this.dataGridViewTextBoxColumn4.HeaderText = "";  | 
|
| 553 | 
    this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";  | 
|
| 554 | 
    this.dataGridViewTextBoxColumn4.ReadOnly = true;  | 
|
| 555 | 
    this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 556 | 
    this.dataGridViewTextBoxColumn4.Width = 120;  | 
|
| 557 | 
    //  | 
|
| 558 | 479 | 
    // label92  | 
| 559 | 480 | 
    //  | 
| 560 | 481 | 
    this.label92.BackColor = System.Drawing.Color.Beige;  | 
| ... | ... | |
| 820 | 741 | 
    this.label8.Text = "工事場所";  | 
| 821 | 742 | 
    this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 822 | 743 | 
    //  | 
| 823 | 
    // comboBoxEX5  | 
|
| 824 | 
    //  | 
|
| 825 | 
    this.comboBoxEX5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 826 | 
    this.comboBoxEX5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 827 | 
    this.comboBoxEX5.FormattingEnabled = true;  | 
|
| 828 | 
    this.comboBoxEX5.Location = new System.Drawing.Point(129, 754);  | 
|
| 829 | 
    this.comboBoxEX5.Name = "comboBoxEX5";  | 
|
| 830 | 
    this.comboBoxEX5.Size = new System.Drawing.Size(255, 27);  | 
|
| 831 | 
    this.comboBoxEX5.TabIndex = 22;  | 
|
| 832 | 
    this.comboBoxEX5.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 833 | 
    //  | 
|
| 834 | 
    // comboBoxEX1  | 
|
| 835 | 
    //  | 
|
| 836 | 
    this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 837 | 
    this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 838 | 
    this.comboBoxEX1.FormattingEnabled = true;  | 
|
| 839 | 
    this.comboBoxEX1.Location = new System.Drawing.Point(129, 724);  | 
|
| 840 | 
    this.comboBoxEX1.Name = "comboBoxEX1";  | 
|
| 841 | 
    this.comboBoxEX1.Size = new System.Drawing.Size(255, 27);  | 
|
| 842 | 
    this.comboBoxEX1.TabIndex = 20;  | 
|
| 843 | 
    this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 844 | 
    //  | 
|
| 845 | 
    // cmbSalesSubPerson  | 
|
| 846 | 
    //  | 
|
| 847 | 
    this.cmbSalesSubPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 848 | 
    this.cmbSalesSubPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 849 | 
    this.cmbSalesSubPerson.FormattingEnabled = true;  | 
|
| 850 | 
    this.cmbSalesSubPerson.Location = new System.Drawing.Point(384, 754);  | 
|
| 851 | 
    this.cmbSalesSubPerson.Name = "cmbSalesSubPerson";  | 
|
| 852 | 
    this.cmbSalesSubPerson.Size = new System.Drawing.Size(255, 27);  | 
|
| 853 | 
    this.cmbSalesSubPerson.TabIndex = 23;  | 
|
| 854 | 
    this.cmbSalesSubPerson.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 855 | 
    //  | 
|
| 856 | 
    // cmbSalesPerson  | 
|
| 857 | 
    //  | 
|
| 858 | 
    this.cmbSalesPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 859 | 
    this.cmbSalesPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 860 | 
    this.cmbSalesPerson.FormattingEnabled = true;  | 
|
| 861 | 
    this.cmbSalesPerson.Location = new System.Drawing.Point(384, 724);  | 
|
| 862 | 
    this.cmbSalesPerson.Name = "cmbSalesPerson";  | 
|
| 863 | 
    this.cmbSalesPerson.Size = new System.Drawing.Size(255, 27);  | 
|
| 864 | 
    this.cmbSalesPerson.TabIndex = 21;  | 
|
| 865 | 
    this.cmbSalesPerson.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 866 | 
    //  | 
|
| 867 | 744 | 
    // label110  | 
| 868 | 745 | 
    //  | 
| 869 | 746 | 
    this.label110.BackColor = System.Drawing.Color.CornflowerBlue;  | 
| ... | ... | |
| 941 | 818 | 
    this.rdbEstimateType1.UseVisualStyleBackColor = false;  | 
| 942 | 819 | 
    this.rdbEstimateType1.CheckedChanged += new System.EventHandler(this.valueChange);  | 
| 943 | 820 | 
    //  | 
| 944 | 
    // cmbConstructionType  | 
|
| 945 | 
    //  | 
|
| 946 | 
    this.cmbConstructionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 947 | 
    this.cmbConstructionType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 948 | 
    this.cmbConstructionType.FormattingEnabled = true;  | 
|
| 949 | 
    this.cmbConstructionType.Location = new System.Drawing.Point(129, 602);  | 
|
| 950 | 
    this.cmbConstructionType.Name = "cmbConstructionType";  | 
|
| 951 | 
    this.cmbConstructionType.Size = new System.Drawing.Size(372, 27);  | 
|
| 952 | 
    this.cmbConstructionType.TabIndex = 19;  | 
|
| 953 | 
    this.cmbConstructionType.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 954 | 
    //  | 
|
| 955 | 821 | 
    // txtInput08  | 
| 956 | 822 | 
    //  | 
| 957 | 823 | 
    this.txtInput08.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
| ... | ... | |
| 1339 | 1205 | 
    this.label5.Text = "発 注 者";  | 
| 1340 | 1206 | 
    this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1341 | 1207 | 
    //  | 
| 1342 | 
    // cmbOrdersDivision  | 
|
| 1343 | 
    //  | 
|
| 1344 | 
    this.cmbOrdersDivision.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | 
|
| 1345 | 
    | System.Windows.Forms.AnchorStyles.Right)));  | 
|
| 1346 | 
                this.cmbOrdersDivision.AutoCompleteCustomSource.AddRange(new string[] {
   | 
|
| 1347 | 
    "株式会社",  | 
|
| 1348 | 
    "有限会社",  | 
|
| 1349 | 
    "合名会社",  | 
|
| 1350 | 
    "合資会社",  | 
|
| 1351 | 
    "合同会社"});  | 
|
| 1352 | 
    this.cmbOrdersDivision.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 1353 | 
    this.cmbOrdersDivision.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 1354 | 
                this.cmbOrdersDivision.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 1355 | 
    this.cmbOrdersDivision.FormattingEnabled = true;  | 
|
| 1356 | 
    this.cmbOrdersDivision.Location = new System.Drawing.Point(129, 154);  | 
|
| 1357 | 
    this.cmbOrdersDivision.Name = "cmbOrdersDivision";  | 
|
| 1358 | 
    this.cmbOrdersDivision.Size = new System.Drawing.Size(505, 27);  | 
|
| 1359 | 
    this.cmbOrdersDivision.TabIndex = 5;  | 
|
| 1360 | 
    this.cmbOrdersDivision.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1361 | 
    //  | 
|
| 1362 | 1208 | 
    // btnOrderer  | 
| 1363 | 1209 | 
    //  | 
| 1364 | 1210 | 
    this.btnOrderer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));  | 
| ... | ... | |
| 1374 | 1220 | 
    this.btnOrderer.Visible = false;  | 
| 1375 | 1221 | 
    this.btnOrderer.Click += new System.EventHandler(this.btnOrderer_Click);  | 
| 1376 | 1222 | 
    //  | 
| 1377 | 
    // cmbDisplayOrderers  | 
|
| 1378 | 
    //  | 
|
| 1379 | 
    this.cmbDisplayOrderers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | 
|
| 1380 | 
    | System.Windows.Forms.AnchorStyles.Right)));  | 
|
| 1381 | 
    this.cmbDisplayOrderers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 1382 | 
    this.cmbDisplayOrderers.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 1383 | 
    this.cmbDisplayOrderers.FormattingEnabled = true;  | 
|
| 1384 | 
    this.cmbDisplayOrderers.Location = new System.Drawing.Point(129, 184);  | 
|
| 1385 | 
    this.cmbDisplayOrderers.Name = "cmbDisplayOrderers";  | 
|
| 1386 | 
    this.cmbDisplayOrderers.Size = new System.Drawing.Size(374, 27);  | 
|
| 1387 | 
    this.cmbDisplayOrderers.TabIndex = 6;  | 
|
| 1388 | 
    this.cmbDisplayOrderers.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1389 | 
    //  | 
|
| 1390 | 1223 | 
    // txtInput05  | 
| 1391 | 1224 | 
    //  | 
| 1392 | 1225 | 
    this.txtInput05.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | 
| ... | ... | |
| 1551 | 1384 | 
    this.label30.Text = "税込\r\n受注決定金額";  | 
| 1552 | 1385 | 
    this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1553 | 1386 | 
    //  | 
| 1554 | 
    // txtInput28  | 
|
| 1555 | 
    //  | 
|
| 1556 | 
    this.txtInput28.BackColor = System.Drawing.Color.White;  | 
|
| 1557 | 
                this.txtInput28.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 1558 | 
    this.txtInput28.ForeColor = System.Drawing.Color.Black;  | 
|
| 1559 | 
    this.txtInput28.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1560 | 
    this.txtInput28.Location = new System.Drawing.Point(128, 104);  | 
|
| 1561 | 
    this.txtInput28.MaxLength = 10;  | 
|
| 1562 | 
    this.txtInput28.Name = "txtInput28";  | 
|
| 1563 | 
    this.txtInput28.Size = new System.Drawing.Size(274, 34);  | 
|
| 1564 | 
    this.txtInput28.TabIndex = 3;  | 
|
| 1565 | 
    this.txtInput28.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1566 | 
    this.txtInput28.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1567 | 
    this.txtInput28.Validated += new System.EventHandler(this.txtInput25_Validated);  | 
|
| 1568 | 
    //  | 
|
| 1569 | 1387 | 
    // label27  | 
| 1570 | 1388 | 
    //  | 
| 1571 | 1389 | 
    this.label27.BackColor = System.Drawing.Color.MidnightBlue;  | 
| ... | ... | |
| 1579 | 1397 | 
    this.label27.Text = "税別\r\n受注決定金額";  | 
| 1580 | 1398 | 
    this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1581 | 1399 | 
    //  | 
| 1582 | 
    // txtInput25  | 
|
| 1583 | 
    //  | 
|
| 1584 | 
    this.txtInput25.BackColor = System.Drawing.Color.White;  | 
|
| 1585 | 
                this.txtInput25.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 1586 | 
    this.txtInput25.ForeColor = System.Drawing.Color.Black;  | 
|
| 1587 | 
    this.txtInput25.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1588 | 
    this.txtInput25.Location = new System.Drawing.Point(128, 64);  | 
|
| 1589 | 
    this.txtInput25.MaxLength = 10;  | 
|
| 1590 | 
    this.txtInput25.Name = "txtInput25";  | 
|
| 1591 | 
    this.txtInput25.Size = new System.Drawing.Size(274, 34);  | 
|
| 1592 | 
    this.txtInput25.TabIndex = 2;  | 
|
| 1593 | 
    this.txtInput25.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1594 | 
    this.txtInput25.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1595 | 
    this.txtInput25.Validated += new System.EventHandler(this.txtInput25_Validated);  | 
|
| 1596 | 
    //  | 
|
| 1597 | 1400 | 
    // lblTransferDate  | 
| 1598 | 1401 | 
    //  | 
| 1599 | 1402 | 
    this.lblTransferDate.BackColor = System.Drawing.SystemColors.Window;  | 
| ... | ... | |
| 1616 | 1419 | 
    this.label36.Text = "部署引継日";  | 
| 1617 | 1420 | 
    this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1618 | 1421 | 
    //  | 
| 1619 | 
    // cmbTransferConstruction  | 
|
| 1620 | 
    //  | 
|
| 1621 | 
    this.cmbTransferConstruction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 1622 | 
    this.cmbTransferConstruction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 1623 | 
    this.cmbTransferConstruction.FormattingEnabled = true;  | 
|
| 1624 | 
    this.cmbTransferConstruction.Location = new System.Drawing.Point(128, 843);  | 
|
| 1625 | 
    this.cmbTransferConstruction.Name = "cmbTransferConstruction";  | 
|
| 1626 | 
    this.cmbTransferConstruction.Size = new System.Drawing.Size(300, 27);  | 
|
| 1627 | 
    this.cmbTransferConstruction.TabIndex = 14;  | 
|
| 1628 | 
    this.cmbTransferConstruction.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1629 | 
    //  | 
|
| 1630 | 1422 | 
    // txtInput26  | 
| 1631 | 1423 | 
    //  | 
| 1632 | 1424 | 
    this.txtInput26.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | 
| ... | ... | |
| 1677 | 1469 | 
    this.label33.Text = "見積提出期限";  | 
| 1678 | 1470 | 
    this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1679 | 1471 | 
    //  | 
| 1680 | 
    // txtInput27  | 
|
| 1681 | 
    //  | 
|
| 1682 | 
    this.txtInput27.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1683 | 
    this.txtInput27.Location = new System.Drawing.Point(128, 33);  | 
|
| 1684 | 
    this.txtInput27.MaxLength = 10;  | 
|
| 1685 | 
    this.txtInput27.Name = "txtInput27";  | 
|
| 1686 | 
    this.txtInput27.Size = new System.Drawing.Size(120, 26);  | 
|
| 1687 | 
    this.txtInput27.TabIndex = 1;  | 
|
| 1688 | 
    this.txtInput27.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1689 | 
    this.txtInput27.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1690 | 
    this.txtInput27.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1691 | 
    //  | 
|
| 1692 | 
    // txtInput02  | 
|
| 1693 | 
    //  | 
|
| 1694 | 
    this.txtInput02.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1695 | 
    this.txtInput02.Location = new System.Drawing.Point(128, 182);  | 
|
| 1696 | 
    this.txtInput02.MaxLength = 10;  | 
|
| 1697 | 
    this.txtInput02.Name = "txtInput02";  | 
|
| 1698 | 
    this.txtInput02.Size = new System.Drawing.Size(120, 26);  | 
|
| 1699 | 
    this.txtInput02.TabIndex = 4;  | 
|
| 1700 | 
    this.txtInput02.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1701 | 
    this.txtInput02.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1702 | 
    this.txtInput02.Validated += new System.EventHandler(this.txtInput02_TextChanged);  | 
|
| 1703 | 
    //  | 
|
| 1704 | 1472 | 
    // label24  | 
| 1705 | 1473 | 
    //  | 
| 1706 | 1474 | 
    this.label24.BackColor = System.Drawing.Color.LightBlue;  | 
| ... | ... | |
| 1713 | 1481 | 
    this.label24.Text = "見積提出日";  | 
| 1714 | 1482 | 
    this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1715 | 1483 | 
    //  | 
| 1716 | 
    // txtInput06  | 
|
| 1717 | 
    //  | 
|
| 1718 | 
    this.txtInput06.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1719 | 
    this.txtInput06.Location = new System.Drawing.Point(128, 212);  | 
|
| 1720 | 
    this.txtInput06.MaxLength = 10;  | 
|
| 1721 | 
    this.txtInput06.Name = "txtInput06";  | 
|
| 1722 | 
    this.txtInput06.Size = new System.Drawing.Size(120, 26);  | 
|
| 1723 | 
    this.txtInput06.TabIndex = 5;  | 
|
| 1724 | 
    this.txtInput06.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1725 | 
    this.txtInput06.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1726 | 
    this.txtInput06.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1727 | 
    //  | 
|
| 1728 | 1484 | 
    // label22  | 
| 1729 | 1485 | 
    //  | 
| 1730 | 1486 | 
    this.label22.BackColor = System.Drawing.Color.LightBlue;  | 
| ... | ... | |
| 1737 | 1493 | 
    this.label22.Text = "見積有効期限";  | 
| 1738 | 1494 | 
    this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1739 | 1495 | 
    //  | 
| 1740 | 
    // txtInput12  | 
|
| 1741 | 
    //  | 
|
| 1742 | 
    this.txtInput12.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1743 | 
    this.txtInput12.Location = new System.Drawing.Point(128, 302);  | 
|
| 1744 | 
    this.txtInput12.MaxLength = 10;  | 
|
| 1745 | 
    this.txtInput12.Name = "txtInput12";  | 
|
| 1746 | 
    this.txtInput12.Size = new System.Drawing.Size(120, 26);  | 
|
| 1747 | 
    this.txtInput12.TabIndex = 6;  | 
|
| 1748 | 
    this.txtInput12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1749 | 
    this.txtInput12.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1750 | 
    this.txtInput12.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1751 | 
    //  | 
|
| 1752 | 1496 | 
    // label12  | 
| 1753 | 1497 | 
    //  | 
| 1754 | 1498 | 
    this.label12.BackColor = System.Drawing.Color.LightBlue;  | 
| ... | ... | |
| 1761 | 1505 | 
    this.label12.Text = "工事期間 開始";  | 
| 1762 | 1506 | 
    this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1763 | 1507 | 
    //  | 
| 1764 | 
    // txtInput13  | 
|
| 1765 | 
    //  | 
|
| 1766 | 
    this.txtInput13.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1767 | 
    this.txtInput13.Location = new System.Drawing.Point(128, 332);  | 
|
| 1768 | 
    this.txtInput13.MaxLength = 10;  | 
|
| 1769 | 
    this.txtInput13.Name = "txtInput13";  | 
|
| 1770 | 
    this.txtInput13.Size = new System.Drawing.Size(120, 26);  | 
|
| 1771 | 
    this.txtInput13.TabIndex = 7;  | 
|
| 1772 | 
    this.txtInput13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1773 | 
    this.txtInput13.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1774 | 
    this.txtInput13.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1775 | 
    //  | 
|
| 1776 | 1508 | 
    // label15  | 
| 1777 | 1509 | 
    //  | 
| 1778 | 1510 | 
    this.label15.BackColor = System.Drawing.Color.LightBlue;  | 
| ... | ... | |
| 1895 | 1627 | 
    this.label71.Text = "非受注日";  | 
| 1896 | 1628 | 
    this.label71.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 1897 | 1629 | 
    //  | 
| 1898 | 
    // textBoxEX2  | 
|
| 1899 | 
    //  | 
|
| 1900 | 
    this.textBoxEX2.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1901 | 
    this.textBoxEX2.Location = new System.Drawing.Point(128, 562);  | 
|
| 1902 | 
    this.textBoxEX2.MaxLength = 10;  | 
|
| 1903 | 
    this.textBoxEX2.Name = "textBoxEX2";  | 
|
| 1904 | 
    this.textBoxEX2.Size = new System.Drawing.Size(120, 26);  | 
|
| 1905 | 
    this.textBoxEX2.TabIndex = 10;  | 
|
| 1906 | 
    this.textBoxEX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1907 | 
    this.textBoxEX2.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1908 | 
    this.textBoxEX2.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1909 | 
    //  | 
|
| 1910 | 
    // textBoxEX1  | 
|
| 1911 | 
    //  | 
|
| 1912 | 
    this.textBoxEX1.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1913 | 
    this.textBoxEX1.Location = new System.Drawing.Point(128, 502);  | 
|
| 1914 | 
    this.textBoxEX1.MaxLength = 10;  | 
|
| 1915 | 
    this.textBoxEX1.Name = "textBoxEX1";  | 
|
| 1916 | 
    this.textBoxEX1.Size = new System.Drawing.Size(120, 26);  | 
|
| 1917 | 
    this.textBoxEX1.TabIndex = 8;  | 
|
| 1918 | 
    this.textBoxEX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1919 | 
    this.textBoxEX1.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1920 | 
    this.textBoxEX1.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1921 | 
    //  | 
|
| 1922 | 
    // txtInput03  | 
|
| 1923 | 
    //  | 
|
| 1924 | 
    this.txtInput03.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 1925 | 
    this.txtInput03.Location = new System.Drawing.Point(128, 532);  | 
|
| 1926 | 
    this.txtInput03.MaxLength = 10;  | 
|
| 1927 | 
    this.txtInput03.Name = "txtInput03";  | 
|
| 1928 | 
    this.txtInput03.Size = new System.Drawing.Size(120, 26);  | 
|
| 1929 | 
    this.txtInput03.TabIndex = 9;  | 
|
| 1930 | 
    this.txtInput03.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 1931 | 
    this.txtInput03.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 1932 | 
    this.txtInput03.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 1933 | 
    //  | 
|
| 1934 | 1630 | 
    // label62  | 
| 1935 | 1631 | 
    //  | 
| 1936 | 1632 | 
    this.label62.BackColor = System.Drawing.Color.Black;  | 
| ... | ... | |
| 1996 | 1692 | 
    this.label55.Text = "※「施工開始予定日」はおおよその工事開始日(現場着手時期)を\r\n「受注日」入力時に入力して下さい";  | 
| 1997 | 1693 | 
    this.label55.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;  | 
| 1998 | 1694 | 
    //  | 
| 1999 | 
    // txtInput38  | 
|
| 2000 | 
    //  | 
|
| 2001 | 
    this.txtInput38.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2002 | 
    this.txtInput38.Location = new System.Drawing.Point(128, 632);  | 
|
| 2003 | 
    this.txtInput38.MaxLength = 10;  | 
|
| 2004 | 
    this.txtInput38.Name = "txtInput38";  | 
|
| 2005 | 
    this.txtInput38.Size = new System.Drawing.Size(120, 26);  | 
|
| 2006 | 
    this.txtInput38.TabIndex = 11;  | 
|
| 2007 | 
    this.txtInput38.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2008 | 
    this.txtInput38.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2009 | 
    this.txtInput38.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2010 | 
    //  | 
|
| 2011 | 1695 | 
    // label54  | 
| 2012 | 1696 | 
    //  | 
| 2013 | 1697 | 
    this.label54.BackColor = System.Drawing.Color.LightBlue;  | 
| ... | ... | |
| 2021 | 1705 | 
    this.label54.Text = "受注時施工完了予定日";  | 
| 2022 | 1706 | 
    this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2023 | 1707 | 
    //  | 
| 2024 | 
    // txtInput34  | 
|
| 2025 | 
    //  | 
|
| 2026 | 
    this.txtInput34.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2027 | 
    this.txtInput34.Location = new System.Drawing.Point(128, 662);  | 
|
| 2028 | 
    this.txtInput34.MaxLength = 10;  | 
|
| 2029 | 
    this.txtInput34.Name = "txtInput34";  | 
|
| 2030 | 
    this.txtInput34.Size = new System.Drawing.Size(120, 26);  | 
|
| 2031 | 
    this.txtInput34.TabIndex = 12;  | 
|
| 2032 | 
    this.txtInput34.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2033 | 
    this.txtInput34.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2034 | 
    this.txtInput34.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2035 | 
    //  | 
|
| 2036 | 1708 | 
    // label66  | 
| 2037 | 1709 | 
    //  | 
| 2038 | 1710 | 
    this.label66.BackColor = System.Drawing.Color.Black;  | 
| ... | ... | |
| 2311 | 1983 | 
    this.rdbNotFluctuation.UseVisualStyleBackColor = true;  | 
| 2312 | 1984 | 
    this.rdbNotFluctuation.CheckedChanged += new System.EventHandler(this.rdbFluctuation_CheckedChanged);  | 
| 2313 | 1985 | 
    //  | 
| 2314 | 
    // comboBoxEX4  | 
|
| 2315 | 
    //  | 
|
| 2316 | 
    this.comboBoxEX4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2317 | 
    this.comboBoxEX4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2318 | 
                this.comboBoxEX4.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2319 | 
    this.comboBoxEX4.FormattingEnabled = true;  | 
|
| 2320 | 
    this.comboBoxEX4.Location = new System.Drawing.Point(129, 93);  | 
|
| 2321 | 
    this.comboBoxEX4.Name = "comboBoxEX4";  | 
|
| 2322 | 
    this.comboBoxEX4.Size = new System.Drawing.Size(255, 27);  | 
|
| 2323 | 
    this.comboBoxEX4.TabIndex = 4;  | 
|
| 2324 | 
    this.comboBoxEX4.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2325 | 
    //  | 
|
| 2326 | 
    // comboBoxEX3  | 
|
| 2327 | 
    //  | 
|
| 2328 | 
    this.comboBoxEX3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2329 | 
    this.comboBoxEX3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2330 | 
                this.comboBoxEX3.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2331 | 
    this.comboBoxEX3.FormattingEnabled = true;  | 
|
| 2332 | 
    this.comboBoxEX3.Location = new System.Drawing.Point(129, 63);  | 
|
| 2333 | 
    this.comboBoxEX3.Name = "comboBoxEX3";  | 
|
| 2334 | 
    this.comboBoxEX3.Size = new System.Drawing.Size(255, 27);  | 
|
| 2335 | 
    this.comboBoxEX3.TabIndex = 2;  | 
|
| 2336 | 
    this.comboBoxEX3.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2337 | 
    //  | 
|
| 2338 | 
    // cmbConstrSubPerson  | 
|
| 2339 | 
    //  | 
|
| 2340 | 
    this.cmbConstrSubPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2341 | 
    this.cmbConstrSubPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2342 | 
                this.cmbConstrSubPerson.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2343 | 
    this.cmbConstrSubPerson.FormattingEnabled = true;  | 
|
| 2344 | 
    this.cmbConstrSubPerson.Location = new System.Drawing.Point(384, 63);  | 
|
| 2345 | 
    this.cmbConstrSubPerson.Name = "cmbConstrSubPerson";  | 
|
| 2346 | 
    this.cmbConstrSubPerson.Size = new System.Drawing.Size(255, 27);  | 
|
| 2347 | 
    this.cmbConstrSubPerson.TabIndex = 3;  | 
|
| 2348 | 
    this.cmbConstrSubPerson.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2349 | 
    //  | 
|
| 2350 | 1986 | 
    // label46  | 
| 2351 | 1987 | 
    //  | 
| 2352 | 1988 | 
    this.label46.BackColor = System.Drawing.Color.Black;  | 
| ... | ... | |
| 2451 | 2087 | 
    this.label88.Text = "検査予定日";  | 
| 2452 | 2088 | 
    this.label88.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2453 | 2089 | 
    //  | 
| 2454 | 
    // textBoxEX3  | 
|
| 2455 | 
    //  | 
|
| 2456 | 
    this.textBoxEX3.Enabled = false;  | 
|
| 2457 | 
                this.textBoxEX3.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2458 | 
    this.textBoxEX3.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2459 | 
    this.textBoxEX3.Location = new System.Drawing.Point(129, 273);  | 
|
| 2460 | 
    this.textBoxEX3.MaxLength = 10;  | 
|
| 2461 | 
    this.textBoxEX3.Name = "textBoxEX3";  | 
|
| 2462 | 
    this.textBoxEX3.Size = new System.Drawing.Size(120, 26);  | 
|
| 2463 | 
    this.textBoxEX3.TabIndex = 10;  | 
|
| 2464 | 
    this.textBoxEX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2465 | 
    this.textBoxEX3.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2466 | 
    this.textBoxEX3.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2467 | 
    //  | 
|
| 2468 | 
    // textBoxEX7  | 
|
| 2469 | 
    //  | 
|
| 2470 | 
                this.textBoxEX7.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2471 | 
    this.textBoxEX7.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2472 | 
    this.textBoxEX7.Location = new System.Drawing.Point(129, 363);  | 
|
| 2473 | 
    this.textBoxEX7.MaxLength = 10;  | 
|
| 2474 | 
    this.textBoxEX7.Name = "textBoxEX7";  | 
|
| 2475 | 
    this.textBoxEX7.Size = new System.Drawing.Size(120, 26);  | 
|
| 2476 | 
    this.textBoxEX7.TabIndex = 13;  | 
|
| 2477 | 
    this.textBoxEX7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2478 | 
    this.textBoxEX7.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2479 | 
    this.textBoxEX7.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2480 | 
    //  | 
|
| 2481 | 
    // txtInput35  | 
|
| 2482 | 
    //  | 
|
| 2483 | 
    this.txtInput35.Enabled = false;  | 
|
| 2484 | 
                this.txtInput35.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2485 | 
    this.txtInput35.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2486 | 
    this.txtInput35.Location = new System.Drawing.Point(129, 303);  | 
|
| 2487 | 
    this.txtInput35.MaxLength = 10;  | 
|
| 2488 | 
    this.txtInput35.Name = "txtInput35";  | 
|
| 2489 | 
    this.txtInput35.Size = new System.Drawing.Size(120, 26);  | 
|
| 2490 | 
    this.txtInput35.TabIndex = 11;  | 
|
| 2491 | 
    this.txtInput35.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2492 | 
    this.txtInput35.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2493 | 
    this.txtInput35.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2494 | 
    //  | 
|
| 2495 | 2090 | 
    // label25  | 
| 2496 | 2091 | 
    //  | 
| 2497 | 2092 | 
    this.label25.BackColor = System.Drawing.Color.LightGreen;  | 
| ... | ... | |
| 2505 | 2100 | 
    this.label25.Text = "施工完了日";  | 
| 2506 | 2101 | 
    this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2507 | 2102 | 
    //  | 
| 2508 | 
    // txtInput04  | 
|
| 2509 | 
    //  | 
|
| 2510 | 
    this.txtInput04.Enabled = false;  | 
|
| 2511 | 
                this.txtInput04.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2512 | 
    this.txtInput04.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2513 | 
    this.txtInput04.Location = new System.Drawing.Point(129, 333);  | 
|
| 2514 | 
    this.txtInput04.MaxLength = 10;  | 
|
| 2515 | 
    this.txtInput04.Name = "txtInput04";  | 
|
| 2516 | 
    this.txtInput04.Size = new System.Drawing.Size(120, 26);  | 
|
| 2517 | 
    this.txtInput04.TabIndex = 12;  | 
|
| 2518 | 
    this.txtInput04.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2519 | 
    this.txtInput04.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2520 | 
    this.txtInput04.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2521 | 
    //  | 
|
| 2522 | 2103 | 
    // label42  | 
| 2523 | 2104 | 
    //  | 
| 2524 | 2105 | 
    this.label42.BackColor = System.Drawing.Color.Black;  | 
| ... | ... | |
| 2531 | 2112 | 
    this.label42.Text = "※「着工」・「完成」は契約書に基づき記入して下さい\r\n(当社、発給の契約書・施工計画書に記載されます)";  | 
| 2532 | 2113 | 
    this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2533 | 2114 | 
    //  | 
| 2534 | 
    // textBoxEX5  | 
|
| 2535 | 
    //  | 
|
| 2536 | 
                this.textBoxEX5.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
   | 
|
| 2537 | 
    this.textBoxEX5.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2538 | 
    this.textBoxEX5.Location = new System.Drawing.Point(393, 183);  | 
|
| 2539 | 
    this.textBoxEX5.MaxLength = 10;  | 
|
| 2540 | 
    this.textBoxEX5.Name = "textBoxEX5";  | 
|
| 2541 | 
    this.textBoxEX5.Size = new System.Drawing.Size(120, 26);  | 
|
| 2542 | 
    this.textBoxEX5.TabIndex = 9;  | 
|
| 2543 | 
    this.textBoxEX5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2544 | 
    this.textBoxEX5.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2545 | 
    this.textBoxEX5.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2546 | 
    //  | 
|
| 2547 | 
    // textBoxEX4  | 
|
| 2548 | 
    //  | 
|
| 2549 | 
                this.textBoxEX4.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
   | 
|
| 2550 | 
    this.textBoxEX4.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2551 | 
    this.textBoxEX4.Location = new System.Drawing.Point(393, 153);  | 
|
| 2552 | 
    this.textBoxEX4.MaxLength = 10;  | 
|
| 2553 | 
    this.textBoxEX4.Name = "textBoxEX4";  | 
|
| 2554 | 
    this.textBoxEX4.Size = new System.Drawing.Size(120, 26);  | 
|
| 2555 | 
    this.textBoxEX4.TabIndex = 8;  | 
|
| 2556 | 
    this.textBoxEX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2557 | 
    this.textBoxEX4.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2558 | 
    this.textBoxEX4.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2559 | 
    //  | 
|
| 2560 | 
    // txtInput29  | 
|
| 2561 | 
    //  | 
|
| 2562 | 
                this.txtInput29.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
   | 
|
| 2563 | 
    this.txtInput29.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2564 | 
    this.txtInput29.Location = new System.Drawing.Point(189, 153);  | 
|
| 2565 | 
    this.txtInput29.MaxLength = 10;  | 
|
| 2566 | 
    this.txtInput29.Name = "txtInput29";  | 
|
| 2567 | 
    this.txtInput29.Size = new System.Drawing.Size(120, 26);  | 
|
| 2568 | 
    this.txtInput29.TabIndex = 6;  | 
|
| 2569 | 
    this.txtInput29.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2570 | 
    this.txtInput29.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2571 | 
    this.txtInput29.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2572 | 
    //  | 
|
| 2573 | 
    // txtInput30  | 
|
| 2574 | 
    //  | 
|
| 2575 | 
                this.txtInput30.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold);
   | 
|
| 2576 | 
    this.txtInput30.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 2577 | 
    this.txtInput30.Location = new System.Drawing.Point(189, 183);  | 
|
| 2578 | 
    this.txtInput30.MaxLength = 10;  | 
|
| 2579 | 
    this.txtInput30.Name = "txtInput30";  | 
|
| 2580 | 
    this.txtInput30.Size = new System.Drawing.Size(120, 26);  | 
|
| 2581 | 
    this.txtInput30.TabIndex = 7;  | 
|
| 2582 | 
    this.txtInput30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 2583 | 
    this.txtInput30.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2584 | 
    this.txtInput30.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 2585 | 
    //  | 
|
| 2586 | 2115 | 
    // label81  | 
| 2587 | 2116 | 
    //  | 
| 2588 | 2117 | 
    this.label81.BackColor = System.Drawing.Color.LightGreen;  | 
| ... | ... | |
| 2680 | 2209 | 
    this.label31.Text = "工事指導";  | 
| 2681 | 2210 | 
    this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2682 | 2211 | 
    //  | 
| 2683 | 
    // cmbConstrInst  | 
|
| 2684 | 
    //  | 
|
| 2685 | 
    this.cmbConstrInst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2686 | 
    this.cmbConstrInst.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2687 | 
                this.cmbConstrInst.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2688 | 
    this.cmbConstrInst.FormattingEnabled = true;  | 
|
| 2689 | 
    this.cmbConstrInst.Location = new System.Drawing.Point(384, 93);  | 
|
| 2690 | 
    this.cmbConstrInst.Name = "cmbConstrInst";  | 
|
| 2691 | 
    this.cmbConstrInst.Size = new System.Drawing.Size(255, 27);  | 
|
| 2692 | 
    this.cmbConstrInst.TabIndex = 5;  | 
|
| 2693 | 
    this.cmbConstrInst.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2694 | 
    //  | 
|
| 2695 | 
    // comboBoxEX2  | 
|
| 2696 | 
    //  | 
|
| 2697 | 
    this.comboBoxEX2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2698 | 
    this.comboBoxEX2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2699 | 
                this.comboBoxEX2.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2700 | 
    this.comboBoxEX2.FormattingEnabled = true;  | 
|
| 2701 | 
    this.comboBoxEX2.Location = new System.Drawing.Point(129, 33);  | 
|
| 2702 | 
    this.comboBoxEX2.Name = "comboBoxEX2";  | 
|
| 2703 | 
    this.comboBoxEX2.Size = new System.Drawing.Size(255, 27);  | 
|
| 2704 | 
    this.comboBoxEX2.TabIndex = 0;  | 
|
| 2705 | 
    this.comboBoxEX2.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2706 | 
    //  | 
|
| 2707 | 
    // cmbConstrPerson  | 
|
| 2708 | 
    //  | 
|
| 2709 | 
    this.cmbConstrPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2710 | 
    this.cmbConstrPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2711 | 
                this.cmbConstrPerson.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2712 | 
    this.cmbConstrPerson.FormattingEnabled = true;  | 
|
| 2713 | 
    this.cmbConstrPerson.Location = new System.Drawing.Point(384, 33);  | 
|
| 2714 | 
    this.cmbConstrPerson.Name = "cmbConstrPerson";  | 
|
| 2715 | 
    this.cmbConstrPerson.Size = new System.Drawing.Size(255, 27);  | 
|
| 2716 | 
    this.cmbConstrPerson.TabIndex = 1;  | 
|
| 2717 | 
    this.cmbConstrPerson.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 2718 | 
    //  | 
|
| 2719 | 2212 | 
    // label113  | 
| 2720 | 2213 | 
    //  | 
| 2721 | 2214 | 
    this.label113.BackColor = System.Drawing.Color.LightGreen;  | 
| ... | ... | |
| 2934 | 2427 | 
    this.label74.Text = "増減工事";  | 
| 2935 | 2428 | 
    this.label74.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 2936 | 2429 | 
    //  | 
| 2937 | 
    // dgvPurchaseOrder  | 
|
| 2938 | 
    //  | 
|
| 2939 | 
    this.dgvPurchaseOrder.AllowUserToAddRows = false;  | 
|
| 2940 | 
    this.dgvPurchaseOrder.AllowUserToDeleteRows = false;  | 
|
| 2941 | 
    this.dgvPurchaseOrder.AllowUserToResizeColumns = false;  | 
|
| 2942 | 
    this.dgvPurchaseOrder.AllowUserToResizeRows = false;  | 
|
| 2943 | 
    this.dgvPurchaseOrder.BackgroundColor = System.Drawing.Color.White;  | 
|
| 2944 | 
    this.dgvPurchaseOrder.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;  | 
|
| 2945 | 
    dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 2946 | 
    dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;  | 
|
| 2947 | 
                dataGridViewCellStyle6.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 2948 | 
    dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;  | 
|
| 2949 | 
    dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;  | 
|
| 2950 | 
    dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;  | 
|
| 2951 | 
    dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;  | 
|
| 2952 | 
    this.dgvPurchaseOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;  | 
|
| 2953 | 
    this.dgvPurchaseOrder.ColumnHeadersHeight = 24;  | 
|
| 2954 | 
    this.dgvPurchaseOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;  | 
|
| 2955 | 
                this.dgvPurchaseOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
   | 
|
| 2956 | 
    this.Column7,  | 
|
| 2957 | 
    this.Column8,  | 
|
| 2958 | 
    this.Column9,  | 
|
| 2959 | 
    this.Column10});  | 
|
| 2960 | 
    this.dgvPurchaseOrder.EnableHeadersVisualStyles = false;  | 
|
| 2961 | 
    this.dgvPurchaseOrder.Location = new System.Drawing.Point(128, 123);  | 
|
| 2962 | 
    this.dgvPurchaseOrder.Name = "dgvPurchaseOrder";  | 
|
| 2963 | 
    this.dgvPurchaseOrder.RowHeadersVisible = false;  | 
|
| 2964 | 
    this.dgvPurchaseOrder.RowHeadersWidth = 20;  | 
|
| 2965 | 
    this.dgvPurchaseOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;  | 
|
| 2966 | 
    this.dgvPurchaseOrder.RowTemplate.Height = 24;  | 
|
| 2967 | 
    this.dgvPurchaseOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;  | 
|
| 2968 | 
    this.dgvPurchaseOrder.Size = new System.Drawing.Size(484, 170);  | 
|
| 2969 | 
    this.dgvPurchaseOrder.TabIndex = 166;  | 
|
| 2970 | 
    this.dgvPurchaseOrder.TabStop = false;  | 
|
| 2971 | 
    this.dgvPurchaseOrder.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvPurchaseOrder_CellDoubleClick);  | 
|
| 2972 | 
    //  | 
|
| 2973 | 
    // Column7  | 
|
| 2974 | 
    //  | 
|
| 2975 | 
    dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 2976 | 
                dataGridViewCellStyle7.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 2977 | 
    this.Column7.DefaultCellStyle = dataGridViewCellStyle7;  | 
|
| 2978 | 
    this.Column7.HeaderText = "";  | 
|
| 2979 | 
    this.Column7.Name = "Column7";  | 
|
| 2980 | 
    this.Column7.ReadOnly = true;  | 
|
| 2981 | 
    this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 2982 | 
    this.Column7.Width = 120;  | 
|
| 2983 | 
    //  | 
|
| 2984 | 
    // Column8  | 
|
| 2985 | 
    //  | 
|
| 2986 | 
    dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 2987 | 
                dataGridViewCellStyle8.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 2988 | 
    this.Column8.DefaultCellStyle = dataGridViewCellStyle8;  | 
|
| 2989 | 
    this.Column8.HeaderText = "";  | 
|
| 2990 | 
    this.Column8.Name = "Column8";  | 
|
| 2991 | 
    this.Column8.ReadOnly = true;  | 
|
| 2992 | 
    this.Column8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 2993 | 
    this.Column8.Width = 121;  | 
|
| 2994 | 
    //  | 
|
| 2995 | 
    // Column9  | 
|
| 2996 | 
    //  | 
|
| 2997 | 
    dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 2998 | 
                dataGridViewCellStyle9.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 2999 | 
    this.Column9.DefaultCellStyle = dataGridViewCellStyle9;  | 
|
| 3000 | 
    this.Column9.HeaderText = "";  | 
|
| 3001 | 
    this.Column9.Name = "Column9";  | 
|
| 3002 | 
    this.Column9.ReadOnly = true;  | 
|
| 3003 | 
    this.Column9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3004 | 
    this.Column9.Width = 120;  | 
|
| 3005 | 
    //  | 
|
| 3006 | 
    // Column10  | 
|
| 3007 | 
    //  | 
|
| 3008 | 
    dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3009 | 
                dataGridViewCellStyle10.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3010 | 
    this.Column10.DefaultCellStyle = dataGridViewCellStyle10;  | 
|
| 3011 | 
    this.Column10.HeaderText = "";  | 
|
| 3012 | 
    this.Column10.Name = "Column10";  | 
|
| 3013 | 
    this.Column10.ReadOnly = true;  | 
|
| 3014 | 
    this.Column10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3015 | 
    this.Column10.Width = 120;  | 
|
| 3016 | 
    //  | 
|
| 3017 | 
    // dgvLink  | 
|
| 3018 | 
    //  | 
|
| 3019 | 
    this.dgvLink.AllowUserToAddRows = false;  | 
|
| 3020 | 
    this.dgvLink.AllowUserToDeleteRows = false;  | 
|
| 3021 | 
    this.dgvLink.AllowUserToResizeColumns = false;  | 
|
| 3022 | 
    this.dgvLink.AllowUserToResizeRows = false;  | 
|
| 3023 | 
    this.dgvLink.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)  | 
|
| 3024 | 
    | System.Windows.Forms.AnchorStyles.Right)));  | 
|
| 3025 | 
    this.dgvLink.BackgroundColor = System.Drawing.Color.White;  | 
|
| 3026 | 
    this.dgvLink.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;  | 
|
| 3027 | 
    dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3028 | 
    dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;  | 
|
| 3029 | 
                dataGridViewCellStyle11.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 3030 | 
    dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;  | 
|
| 3031 | 
    dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;  | 
|
| 3032 | 
    dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;  | 
|
| 3033 | 
    dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;  | 
|
| 3034 | 
    this.dgvLink.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;  | 
|
| 3035 | 
    this.dgvLink.ColumnHeadersHeight = 24;  | 
|
| 3036 | 
    this.dgvLink.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;  | 
|
| 3037 | 
                this.dgvLink.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
   | 
|
| 3038 | 
    this.Column0,  | 
|
| 3039 | 
    this.Column1,  | 
|
| 3040 | 
    this.Column5,  | 
|
| 3041 | 
    this.Column3,  | 
|
| 3042 | 
    this.Column2,  | 
|
| 3043 | 
    this.Column4,  | 
|
| 3044 | 
    this.Column6});  | 
|
| 3045 | 
    this.dgvLink.EnableHeadersVisualStyles = false;  | 
|
| 3046 | 
    this.dgvLink.Location = new System.Drawing.Point(1, 369);  | 
|
| 3047 | 
    this.dgvLink.Name = "dgvLink";  | 
|
| 3048 | 
    this.dgvLink.RowHeadersVisible = false;  | 
|
| 3049 | 
    this.dgvLink.RowHeadersWidth = 20;  | 
|
| 3050 | 
    this.dgvLink.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;  | 
|
| 3051 | 
    this.dgvLink.RowTemplate.Height = 24;  | 
|
| 3052 | 
    this.dgvLink.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;  | 
|
| 3053 | 
    this.dgvLink.Size = new System.Drawing.Size(637, 164);  | 
|
| 3054 | 
    this.dgvLink.TabIndex = 166;  | 
|
| 3055 | 
    this.dgvLink.TabStop = false;  | 
|
| 3056 | 
    this.dgvLink.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLink_CellDoubleClick);  | 
|
| 3057 | 
    //  | 
|
| 3058 | 
    // Column0  | 
|
| 3059 | 
    //  | 
|
| 3060 | 
    this.Column0.HeaderText = "工事番号";  | 
|
| 3061 | 
    this.Column0.Name = "Column0";  | 
|
| 3062 | 
    this.Column0.ReadOnly = true;  | 
|
| 3063 | 
    this.Column0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3064 | 
    this.Column0.Visible = false;  | 
|
| 3065 | 
    //  | 
|
| 3066 | 
    // Column1  | 
|
| 3067 | 
    //  | 
|
| 3068 | 
    dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3069 | 
                dataGridViewCellStyle12.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3070 | 
    this.Column1.DefaultCellStyle = dataGridViewCellStyle12;  | 
|
| 3071 | 
    this.Column1.HeaderText = "増減日";  | 
|
| 3072 | 
    this.Column1.Name = "Column1";  | 
|
| 3073 | 
    this.Column1.ReadOnly = true;  | 
|
| 3074 | 
    this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;  | 
|
| 3075 | 
    this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3076 | 
    this.Column1.Width = 120;  | 
|
| 3077 | 
    //  | 
|
| 3078 | 
    // Column5  | 
|
| 3079 | 
    //  | 
|
| 3080 | 
    dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;  | 
|
| 3081 | 
                dataGridViewCellStyle13.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3082 | 
    this.Column5.DefaultCellStyle = dataGridViewCellStyle13;  | 
|
| 3083 | 
    this.Column5.HeaderText = "見積金額";  | 
|
| 3084 | 
    this.Column5.Name = "Column5";  | 
|
| 3085 | 
    this.Column5.ReadOnly = true;  | 
|
| 3086 | 
    this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;  | 
|
| 3087 | 
    this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3088 | 
    this.Column5.Width = 120;  | 
|
| 3089 | 
    //  | 
|
| 3090 | 
    // Column3  | 
|
| 3091 | 
    //  | 
|
| 3092 | 
    dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;  | 
|
| 3093 | 
                dataGridViewCellStyle14.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3094 | 
    this.Column3.DefaultCellStyle = dataGridViewCellStyle14;  | 
|
| 3095 | 
    this.Column3.HeaderText = "見積税込金額";  | 
|
| 3096 | 
    this.Column3.Name = "Column3";  | 
|
| 3097 | 
    this.Column3.ReadOnly = true;  | 
|
| 3098 | 
    this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;  | 
|
| 3099 | 
    this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3100 | 
    this.Column3.Width = 120;  | 
|
| 3101 | 
    //  | 
|
| 3102 | 
    // Column2  | 
|
| 3103 | 
    //  | 
|
| 3104 | 
    dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;  | 
|
| 3105 | 
                dataGridViewCellStyle15.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3106 | 
    this.Column2.DefaultCellStyle = dataGridViewCellStyle15;  | 
|
| 3107 | 
    this.Column2.HeaderText = "受注金額";  | 
|
| 3108 | 
    this.Column2.Name = "Column2";  | 
|
| 3109 | 
    this.Column2.ReadOnly = true;  | 
|
| 3110 | 
    this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;  | 
|
| 3111 | 
    this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3112 | 
    this.Column2.Width = 120;  | 
|
| 3113 | 
    //  | 
|
| 3114 | 
    // Column4  | 
|
| 3115 | 
    //  | 
|
| 3116 | 
    dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;  | 
|
| 3117 | 
                dataGridViewCellStyle16.Font = new System.Drawing.Font("Century", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3118 | 
    this.Column4.DefaultCellStyle = dataGridViewCellStyle16;  | 
|
| 3119 | 
    this.Column4.HeaderText = "受注税込金額";  | 
|
| 3120 | 
    this.Column4.Name = "Column4";  | 
|
| 3121 | 
    this.Column4.ReadOnly = true;  | 
|
| 3122 | 
    this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;  | 
|
| 3123 | 
    this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3124 | 
    this.Column4.Width = 120;  | 
|
| 3125 | 
    //  | 
|
| 3126 | 
    // Column6  | 
|
| 3127 | 
    //  | 
|
| 3128 | 
    this.Column6.HeaderText = "工事名称";  | 
|
| 3129 | 
    this.Column6.Name = "Column6";  | 
|
| 3130 | 
    this.Column6.ReadOnly = true;  | 
|
| 3131 | 
    this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3132 | 
    this.Column6.Width = 300;  | 
|
| 3133 | 
    //  | 
|
| 3134 | 2430 | 
    // label85  | 
| 3135 | 2431 | 
    //  | 
| 3136 | 2432 | 
    this.label85.BackColor = System.Drawing.Color.PaleGreen;  | 
| ... | ... | |
| 3343 | 2639 | 
    this.label94.Text = "是正完了\r\nコメント";  | 
| 3344 | 2640 | 
    this.label94.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3345 | 2641 | 
    //  | 
| 3346 | 
    // dgvBillingDate  | 
|
| 3347 | 
    //  | 
|
| 3348 | 
    this.dgvBillingDate.AllowUserToAddRows = false;  | 
|
| 3349 | 
    this.dgvBillingDate.AllowUserToDeleteRows = false;  | 
|
| 3350 | 
    this.dgvBillingDate.AllowUserToResizeColumns = false;  | 
|
| 3351 | 
    this.dgvBillingDate.AllowUserToResizeRows = false;  | 
|
| 3352 | 
    this.dgvBillingDate.BackgroundColor = System.Drawing.Color.White;  | 
|
| 3353 | 
    this.dgvBillingDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;  | 
|
| 3354 | 
    dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3355 | 
    dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Control;  | 
|
| 3356 | 
                dataGridViewCellStyle17.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 3357 | 
    dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.WindowText;  | 
|
| 3358 | 
    dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;  | 
|
| 3359 | 
    dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;  | 
|
| 3360 | 
    dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;  | 
|
| 3361 | 
    this.dgvBillingDate.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;  | 
|
| 3362 | 
    this.dgvBillingDate.ColumnHeadersHeight = 24;  | 
|
| 3363 | 
    this.dgvBillingDate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;  | 
|
| 3364 | 
                this.dgvBillingDate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
   | 
|
| 3365 | 
    this.BillingGridColumn1,  | 
|
| 3366 | 
    this.BillingGridColumn2,  | 
|
| 3367 | 
    this.BillingGridColumn3,  | 
|
| 3368 | 
    this.BillingGridColumn4});  | 
|
| 3369 | 
    this.dgvBillingDate.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;  | 
|
| 3370 | 
    this.dgvBillingDate.EnableHeadersVisualStyles = false;  | 
|
| 3371 | 
    this.dgvBillingDate.Location = new System.Drawing.Point(129, 91);  | 
|
| 3372 | 
    this.dgvBillingDate.Name = "dgvBillingDate";  | 
|
| 3373 | 
    this.dgvBillingDate.RowHeadersVisible = false;  | 
|
| 3374 | 
    this.dgvBillingDate.RowHeadersWidth = 20;  | 
|
| 3375 | 
    this.dgvBillingDate.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;  | 
|
| 3376 | 
    this.dgvBillingDate.RowTemplate.Height = 24;  | 
|
| 3377 | 
    this.dgvBillingDate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;  | 
|
| 3378 | 
    this.dgvBillingDate.Size = new System.Drawing.Size(484, 146);  | 
|
| 3379 | 
    this.dgvBillingDate.TabIndex = 167;  | 
|
| 3380 | 
    this.dgvBillingDate.TabStop = false;  | 
|
| 3381 | 
    //  | 
|
| 3382 | 
    // BillingGridColumn1  | 
|
| 3383 | 
    //  | 
|
| 3384 | 
    dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3385 | 
                dataGridViewCellStyle18.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3386 | 
    this.BillingGridColumn1.DefaultCellStyle = dataGridViewCellStyle18;  | 
|
| 3387 | 
    this.BillingGridColumn1.HeaderText = "";  | 
|
| 3388 | 
    this.BillingGridColumn1.Name = "BillingGridColumn1";  | 
|
| 3389 | 
    this.BillingGridColumn1.ReadOnly = true;  | 
|
| 3390 | 
    this.BillingGridColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3391 | 
    this.BillingGridColumn1.Width = 120;  | 
|
| 3392 | 
    //  | 
|
| 3393 | 
    // BillingGridColumn2  | 
|
| 3394 | 
    //  | 
|
| 3395 | 
    dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3396 | 
                dataGridViewCellStyle19.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3397 | 
    this.BillingGridColumn2.DefaultCellStyle = dataGridViewCellStyle19;  | 
|
| 3398 | 
    this.BillingGridColumn2.HeaderText = "";  | 
|
| 3399 | 
    this.BillingGridColumn2.Name = "BillingGridColumn2";  | 
|
| 3400 | 
    this.BillingGridColumn2.ReadOnly = true;  | 
|
| 3401 | 
    this.BillingGridColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3402 | 
    this.BillingGridColumn2.Width = 121;  | 
|
| 3403 | 
    //  | 
|
| 3404 | 
    // BillingGridColumn3  | 
|
| 3405 | 
    //  | 
|
| 3406 | 
    dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3407 | 
                dataGridViewCellStyle20.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3408 | 
    this.BillingGridColumn3.DefaultCellStyle = dataGridViewCellStyle20;  | 
|
| 3409 | 
    this.BillingGridColumn3.HeaderText = "";  | 
|
| 3410 | 
    this.BillingGridColumn3.Name = "BillingGridColumn3";  | 
|
| 3411 | 
    this.BillingGridColumn3.ReadOnly = true;  | 
|
| 3412 | 
    this.BillingGridColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3413 | 
    this.BillingGridColumn3.Width = 120;  | 
|
| 3414 | 
    //  | 
|
| 3415 | 
    // BillingGridColumn4  | 
|
| 3416 | 
    //  | 
|
| 3417 | 
    dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3418 | 
                dataGridViewCellStyle21.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3419 | 
    this.BillingGridColumn4.DefaultCellStyle = dataGridViewCellStyle21;  | 
|
| 3420 | 
    this.BillingGridColumn4.HeaderText = "";  | 
|
| 3421 | 
    this.BillingGridColumn4.Name = "BillingGridColumn4";  | 
|
| 3422 | 
    this.BillingGridColumn4.ReadOnly = true;  | 
|
| 3423 | 
    this.BillingGridColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3424 | 
    this.BillingGridColumn4.Width = 120;  | 
|
| 3425 | 
    //  | 
|
| 3426 | 2642 | 
    // label124  | 
| 3427 | 2643 | 
    //  | 
| 3428 | 2644 | 
    this.label124.BackColor = System.Drawing.Color.Moccasin;  | 
| ... | ... | |
| 3483 | 2699 | 
    this.label125.Text = "請求書郵送日";  | 
| 3484 | 2700 | 
    this.label125.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3485 | 2701 | 
    //  | 
| 3486 | 
    // textBoxEX9  | 
|
| 3487 | 
    //  | 
|
| 3488 | 
    this.textBoxEX9.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 3489 | 
    this.textBoxEX9.Location = new System.Drawing.Point(129, 317);  | 
|
| 3490 | 
    this.textBoxEX9.MaxLength = 10;  | 
|
| 3491 | 
    this.textBoxEX9.Name = "textBoxEX9";  | 
|
| 3492 | 
    this.textBoxEX9.Size = new System.Drawing.Size(120, 26);  | 
|
| 3493 | 
    this.textBoxEX9.TabIndex = 4;  | 
|
| 3494 | 
    this.textBoxEX9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 3495 | 
    this.textBoxEX9.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3496 | 
    this.textBoxEX9.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 3497 | 
    //  | 
|
| 3498 | 
    // textBoxEX8  | 
|
| 3499 | 
    //  | 
|
| 3500 | 
    this.textBoxEX8.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 3501 | 
    this.textBoxEX8.Location = new System.Drawing.Point(129, 287);  | 
|
| 3502 | 
    this.textBoxEX8.MaxLength = 10;  | 
|
| 3503 | 
    this.textBoxEX8.Name = "textBoxEX8";  | 
|
| 3504 | 
    this.textBoxEX8.Size = new System.Drawing.Size(120, 26);  | 
|
| 3505 | 
    this.textBoxEX8.TabIndex = 3;  | 
|
| 3506 | 
    this.textBoxEX8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 3507 | 
    this.textBoxEX8.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3508 | 
    this.textBoxEX8.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 3509 | 
    //  | 
|
| 3510 | 
    // textBoxEX6  | 
|
| 3511 | 
    //  | 
|
| 3512 | 
    this.textBoxEX6.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 3513 | 
    this.textBoxEX6.Location = new System.Drawing.Point(129, 257);  | 
|
| 3514 | 
    this.textBoxEX6.MaxLength = 10;  | 
|
| 3515 | 
    this.textBoxEX6.Name = "textBoxEX6";  | 
|
| 3516 | 
    this.textBoxEX6.Size = new System.Drawing.Size(120, 26);  | 
|
| 3517 | 
    this.textBoxEX6.TabIndex = 2;  | 
|
| 3518 | 
    this.textBoxEX6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 3519 | 
    this.textBoxEX6.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3520 | 
    this.textBoxEX6.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 3521 | 
    //  | 
|
| 3522 | 2702 | 
    // label126  | 
| 3523 | 2703 | 
    //  | 
| 3524 | 2704 | 
    this.label126.BackColor = System.Drawing.Color.Moccasin;  | 
| ... | ... | |
| 3566 | 2746 | 
    this.label60.Text = "請求準備開始日";  | 
| 3567 | 2747 | 
    this.label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3568 | 2748 | 
    //  | 
| 3569 | 
    // txtInput36  | 
|
| 3570 | 
    //  | 
|
| 3571 | 
    this.txtInput36.ImeMode = System.Windows.Forms.ImeMode.Disable;  | 
|
| 3572 | 
    this.txtInput36.Location = new System.Drawing.Point(129, 49);  | 
|
| 3573 | 
    this.txtInput36.MaxLength = 10;  | 
|
| 3574 | 
    this.txtInput36.Name = "txtInput36";  | 
|
| 3575 | 
    this.txtInput36.Size = new System.Drawing.Size(120, 26);  | 
|
| 3576 | 
    this.txtInput36.TabIndex = 1;  | 
|
| 3577 | 
    this.txtInput36.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;  | 
|
| 3578 | 
    this.txtInput36.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3579 | 
    this.txtInput36.Validated += new System.EventHandler(this.txtInputDate_TextChanged);  | 
|
| 3580 | 
    //  | 
|
| 3581 | 2749 | 
    // label127  | 
| 3582 | 2750 | 
    //  | 
| 3583 | 2751 | 
    this.label127.BackColor = System.Drawing.Color.Moccasin;  | 
| ... | ... | |
| 3670 | 2838 | 
    this.lblLastUpdate.Text = "2015年12月31日";  | 
| 3671 | 2839 | 
    this.lblLastUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3672 | 2840 | 
    //  | 
| 3673 | 
    // cmbConstructionYear  | 
|
| 3674 | 
    //  | 
|
| 3675 | 
    this.cmbConstructionYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 3676 | 
    this.cmbConstructionYear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 3677 | 
    this.cmbConstructionYear.FormattingEnabled = true;  | 
|
| 3678 | 
    this.cmbConstructionYear.Location = new System.Drawing.Point(639, 4);  | 
|
| 3679 | 
    this.cmbConstructionYear.Name = "cmbConstructionYear";  | 
|
| 3680 | 
    this.cmbConstructionYear.Size = new System.Drawing.Size(115, 24);  | 
|
| 3681 | 
    this.cmbConstructionYear.TabIndex = 1;  | 
|
| 3682 | 
    this.toolTip1.SetToolTip(this.cmbConstructionYear, "工事の着工開始年度を入力してください");  | 
|
| 3683 | 
    this.cmbConstructionYear.Visible = false;  | 
|
| 3684 | 
    //  | 
|
| 3685 | 
    // cmbConstructionPeriod  | 
|
| 3686 | 
    //  | 
|
| 3687 | 
    this.cmbConstructionPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 3688 | 
    this.cmbConstructionPeriod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 3689 | 
    this.cmbConstructionPeriod.FormattingEnabled = true;  | 
|
| 3690 | 
    this.cmbConstructionPeriod.Location = new System.Drawing.Point(385, 4);  | 
|
| 3691 | 
    this.cmbConstructionPeriod.Name = "cmbConstructionPeriod";  | 
|
| 3692 | 
    this.cmbConstructionPeriod.Size = new System.Drawing.Size(115, 24);  | 
|
| 3693 | 
    this.cmbConstructionPeriod.TabIndex = 0;  | 
|
| 3694 | 
    this.toolTip1.SetToolTip(this.cmbConstructionPeriod, "売り上げ計上を行う営業期を入力してください");  | 
|
| 3695 | 
    //  | 
|
| 3696 | 2841 | 
    // btnOtherProc  | 
| 3697 | 2842 | 
    //  | 
| 3698 | 2843 | 
    this.btnOtherProc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));  | 
| ... | ... | |
| 3800 | 2945 | 
    this.lblConstructionCodelabel.Text = "工事コード";  | 
| 3801 | 2946 | 
    this.lblConstructionCodelabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3802 | 2947 | 
    //  | 
| 2948 | 
    // cmbConstructionYear  | 
|
| 2949 | 
    //  | 
|
| 2950 | 
    this.cmbConstructionYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 2951 | 
    this.cmbConstructionYear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 2952 | 
    this.cmbConstructionYear.FormattingEnabled = true;  | 
|
| 2953 | 
    this.cmbConstructionYear.Location = new System.Drawing.Point(639, 4);  | 
|
| 2954 | 
    this.cmbConstructionYear.Name = "cmbConstructionYear";  | 
|
| 2955 | 
    this.cmbConstructionYear.Size = new System.Drawing.Size(115, 24);  | 
|
| 2956 | 
    this.cmbConstructionYear.TabIndex = 1;  | 
|
| 2957 | 
    this.toolTip1.SetToolTip(this.cmbConstructionYear, "工事の着工開始年度を入力してください");  | 
|
| 2958 | 
    this.cmbConstructionYear.Visible = false;  | 
|
| 2959 | 
    //  | 
|
| 3803 | 2960 | 
    // label2  | 
| 3804 | 2961 | 
    //  | 
| 3805 | 2962 | 
    this.label2.BackColor = System.Drawing.Color.RoyalBlue;  | 
| ... | ... | |
| 3838 | 2995 | 
    this.label48.Text = "工事名称";  | 
| 3839 | 2996 | 
    this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;  | 
| 3840 | 2997 | 
    //  | 
| 2998 | 
    // cmbConstructionPeriod  | 
|
| 2999 | 
    //  | 
|
| 3000 | 
    this.cmbConstructionPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 3001 | 
    this.cmbConstructionPeriod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 3002 | 
    this.cmbConstructionPeriod.FormattingEnabled = true;  | 
|
| 3003 | 
    this.cmbConstructionPeriod.Location = new System.Drawing.Point(385, 4);  | 
|
| 3004 | 
    this.cmbConstructionPeriod.Name = "cmbConstructionPeriod";  | 
|
| 3005 | 
    this.cmbConstructionPeriod.Size = new System.Drawing.Size(115, 24);  | 
|
| 3006 | 
    this.cmbConstructionPeriod.TabIndex = 0;  | 
|
| 3007 | 
    this.toolTip1.SetToolTip(this.cmbConstructionPeriod, "売り上げ計上を行う営業期を入力してください");  | 
|
| 3008 | 
    //  | 
|
| 3841 | 3009 | 
    // label28  | 
| 3842 | 3010 | 
    //  | 
| 3843 | 3011 | 
    this.label28.BackColor = System.Drawing.Color.RoyalBlue;  | 
| ... | ... | |
| 4208 | 3376 | 
    this.label49.Text = "※工事名称は下記の工事名称の項目と連動して記入されます";  | 
| 4209 | 3377 | 
    this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;  | 
| 4210 | 3378 | 
    //  | 
| 3379 | 
    // dgvPayment  | 
|
| 3380 | 
    //  | 
|
| 3381 | 
    this.dgvPayment.AllowUserToAddRows = false;  | 
|
| 3382 | 
    this.dgvPayment.AllowUserToDeleteRows = false;  | 
|
| 3383 | 
    this.dgvPayment.AllowUserToResizeColumns = false;  | 
|
| 3384 | 
    this.dgvPayment.AllowUserToResizeRows = false;  | 
|
| 3385 | 
    this.dgvPayment.BackgroundColor = System.Drawing.Color.White;  | 
|
| 3386 | 
    this.dgvPayment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;  | 
|
| 3387 | 
    dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3388 | 
    dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;  | 
|
| 3389 | 
                dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
   | 
|
| 3390 | 
    dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;  | 
|
| 3391 | 
    dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;  | 
|
| 3392 | 
    dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;  | 
|
| 3393 | 
    dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;  | 
|
| 3394 | 
    this.dgvPayment.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;  | 
|
| 3395 | 
    this.dgvPayment.ColumnHeadersHeight = 24;  | 
|
| 3396 | 
    this.dgvPayment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;  | 
|
| 3397 | 
                this.dgvPayment.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
   | 
|
| 3398 | 
    this.dataGridViewTextBoxColumn1,  | 
|
| 3399 | 
    this.dataGridViewTextBoxColumn2,  | 
|
| 3400 | 
    this.dataGridViewTextBoxColumn3,  | 
|
| 3401 | 
    this.dataGridViewTextBoxColumn4});  | 
|
| 3402 | 
    this.dgvPayment.EnableHeadersVisualStyles = false;  | 
|
| 3403 | 
    this.dgvPayment.Location = new System.Drawing.Point(129, 1);  | 
|
| 3404 | 
    this.dgvPayment.Name = "dgvPayment";  | 
|
| 3405 | 
    this.dgvPayment.RowHeadersVisible = false;  | 
|
| 3406 | 
    this.dgvPayment.RowHeadersWidth = 20;  | 
|
| 3407 | 
    this.dgvPayment.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;  | 
|
| 3408 | 
    this.dgvPayment.RowTemplate.Height = 24;  | 
|
| 3409 | 
    this.dgvPayment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;  | 
|
| 3410 | 
    this.dgvPayment.Size = new System.Drawing.Size(484, 122);  | 
|
| 3411 | 
    this.dgvPayment.TabIndex = 168;  | 
|
| 3412 | 
    this.dgvPayment.TabStop = false;  | 
|
| 3413 | 
    //  | 
|
| 3414 | 
    // dataGridViewTextBoxColumn1  | 
|
| 3415 | 
    //  | 
|
| 3416 | 
    dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3417 | 
                dataGridViewCellStyle2.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3418 | 
    this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;  | 
|
| 3419 | 
    this.dataGridViewTextBoxColumn1.HeaderText = "";  | 
|
| 3420 | 
    this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";  | 
|
| 3421 | 
    this.dataGridViewTextBoxColumn1.ReadOnly = true;  | 
|
| 3422 | 
    this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3423 | 
    this.dataGridViewTextBoxColumn1.Width = 120;  | 
|
| 3424 | 
    //  | 
|
| 3425 | 
    // dataGridViewTextBoxColumn2  | 
|
| 3426 | 
    //  | 
|
| 3427 | 
    dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3428 | 
                dataGridViewCellStyle3.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3429 | 
    this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;  | 
|
| 3430 | 
    this.dataGridViewTextBoxColumn2.HeaderText = "";  | 
|
| 3431 | 
    this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";  | 
|
| 3432 | 
    this.dataGridViewTextBoxColumn2.ReadOnly = true;  | 
|
| 3433 | 
    this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3434 | 
    this.dataGridViewTextBoxColumn2.Width = 121;  | 
|
| 3435 | 
    //  | 
|
| 3436 | 
    // dataGridViewTextBoxColumn3  | 
|
| 3437 | 
    //  | 
|
| 3438 | 
    dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3439 | 
                dataGridViewCellStyle4.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3440 | 
    this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;  | 
|
| 3441 | 
    this.dataGridViewTextBoxColumn3.HeaderText = "";  | 
|
| 3442 | 
    this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";  | 
|
| 3443 | 
    this.dataGridViewTextBoxColumn3.ReadOnly = true;  | 
|
| 3444 | 
    this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3445 | 
    this.dataGridViewTextBoxColumn3.Width = 120;  | 
|
| 3446 | 
    //  | 
|
| 3447 | 
    // dataGridViewTextBoxColumn4  | 
|
| 3448 | 
    //  | 
|
| 3449 | 
    dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;  | 
|
| 3450 | 
                dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   | 
|
| 3451 | 
    this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle5;  | 
|
| 3452 | 
    this.dataGridViewTextBoxColumn4.HeaderText = "";  | 
|
| 3453 | 
    this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";  | 
|
| 3454 | 
    this.dataGridViewTextBoxColumn4.ReadOnly = true;  | 
|
| 3455 | 
    this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  | 
|
| 3456 | 
    this.dataGridViewTextBoxColumn4.Width = 120;  | 
|
| 3457 | 
    //  | 
|
| 3458 | 
    // comboBoxEX5  | 
|
| 3459 | 
    //  | 
|
| 3460 | 
    this.comboBoxEX5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 3461 | 
    this.comboBoxEX5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 3462 | 
    this.comboBoxEX5.FormattingEnabled = true;  | 
|
| 3463 | 
    this.comboBoxEX5.Location = new System.Drawing.Point(129, 754);  | 
|
| 3464 | 
    this.comboBoxEX5.Name = "comboBoxEX5";  | 
|
| 3465 | 
    this.comboBoxEX5.Size = new System.Drawing.Size(255, 27);  | 
|
| 3466 | 
    this.comboBoxEX5.TabIndex = 22;  | 
|
| 3467 | 
    this.comboBoxEX5.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3468 | 
    //  | 
|
| 3469 | 
    // comboBoxEX1  | 
|
| 3470 | 
    //  | 
|
| 3471 | 
    this.comboBoxEX1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;  | 
|
| 3472 | 
    this.comboBoxEX1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;  | 
|
| 3473 | 
    this.comboBoxEX1.FormattingEnabled = true;  | 
|
| 3474 | 
    this.comboBoxEX1.Location = new System.Drawing.Point(129, 724);  | 
|
| 3475 | 
    this.comboBoxEX1.Name = "comboBoxEX1";  | 
|
| 3476 | 
    this.comboBoxEX1.Size = new System.Drawing.Size(255, 27);  | 
|
| 3477 | 
    this.comboBoxEX1.TabIndex = 20;  | 
|
| 3478 | 
    this.comboBoxEX1.TextChanged += new System.EventHandler(this.valueChange);  | 
|
| 3479 | 
    //  | 
|
他の形式にエクスポート: Unified diff