プロジェクト

全般

プロフィール

リビジョン 234

堀内7年以上前に追加

工事詳細台帳画面、最大化修正
工事承認画面項目追加
業社を業者へ変更
工事台帳一覧画面バグ修正
承認ルート確認メソッド名前変更

差分を表示:

branches/src/ProcessManagement/ProcessManagement/Common/CommonVersion.cs
14 14
        /// <summary>
15 15
        /// 本体バージョン
16 16
        /// </summary>
17
        public static int s_SystemVersion = 55;
17
        public static int s_SystemVersion = 56;
18 18

  
19 19
        /// <summary>
20 20
        /// コピー・環境バージョン
branches/src/ProcessManagement/ProcessManagement/Common/Process/ClsApprovalPermission.cs
341 341
                string strSQL = cbiDB.CreatePrimarykeyString(ConstructionCode);
342 342
                ConstructionBaseInfo cbiData = new ConstructionBaseInfo();
343 343
                if (!cbiDB.SelectAction(strSQL, ref cbiData)) return false;
344
                int DepartmentCode = GetFromConstructionAndApprovalTheDepartment(ConstructionCode, ApprovalCode, OrderNo);
344
                int DepartmentCode = GetFromConstrAndAppTheDep(ConstructionCode, ApprovalCode, OrderNo);
345 345

  
346 346
                // 承認データを取得する(申請データを除く)
347 347
                string strData = ApprDB.CreatePrimarykeyString(ConstructionCode, ApprovalCode, OrderNo);
......
578 578
        /// 工事コードと承認機能コードより現在管理担当部署コードを取得する
579 579
        /// </summary>
580 580
        /// <returns></returns>
581
        public static int GetFromConstructionAndApprovalTheDepartment(int ConstructionCode, int ApprovalCode, int OrderNo)
581
        public static int GetFromConstrAndAppTheDep(int ConstructionCode, int ApprovalCode, int OrderNo)
582 582
        {
583 583
            IOMPersonInCharge picDB = new IOMPersonInCharge();
584 584
            IOProcessApproval ApprovalDB = new IOProcessApproval();
branches/src/ProcessManagement/ProcessManagement/Common/Process/ClsExcute.cs
348 348
                                                                                {8,  "出勤管理承認"},
349 349
                                                                                {9,  "発注者登録承認"},
350 350
                                                                                {10, "協力会社登録承認"},
351
                                                                                {11, "手間支払確認承認"},
352
                                                                                {12, "業社支払確認承認"},
351
                                                                                {11, "手間支払承認"},
352
                                                                                {12, "業者支払承認"},
353 353
                                                                                };
354 354

  
355 355
        #endregion
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ApprovalList/FrmApprovalListAuxiliary.cs
83 83
                ClsExcute.ProcControlPara[NowPoint].IntExecParameter.Add(iOrderNo);
84 84

  
85 85
                // ?H????????
86
                int DepartmentCode = ClsApprovalPermission.GetFromConstructionAndApprovalTheDepartment(iConstructionCode, iApprovalCode, iOrderNo);
86
                int DepartmentCode = ClsApprovalPermission.GetFromConstrAndAppTheDep(iConstructionCode, iApprovalCode, iOrderNo);
87 87
                // ?m?F???t???O
88 88
                bool bPara = true;
89 89
                // ???O?C?????[?U?[???Y?????F????F??????`?F?b?N????
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ApprovalScreen/FrmApprovalScreen.cs
74 74
            ApprovalProcess,
75 75
            ApprovalDate,
76 76
            EstimateType,
77
            ConstrPeriod,
78
            OrdersName,
77 79
        }
78 80
        #endregion
79 81

  
......
126 128
        /// <summary>
127 129
        /// ?Y???H????{???
128 130
        /// </summary>
129
        private ConstructionBaseInfo m_ConstructionBaseInfo = new ConstructionBaseInfo();
131
        private ConstructionBaseInfo m_ConstrBaseRec = new ConstructionBaseInfo();
130 132
        /// <summary>
131 133
        /// ???F?o?H?}?X?^??
132 134
        /// </summary>
......
198 200
        private void FrmApprovalScreen_Load(object sender, EventArgs e)
199 201
        {
200 202
            // ???F?o?H????????????????N???????
201
            int CurrentDepartmentCode = ClsApprovalPermission.GetFromConstructionAndApprovalTheDepartment(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
203
            int CurrentDepartmentCode = ClsApprovalPermission.GetFromConstrAndAppTheDep(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
202 204
            if (ClsApprovalPermission.GetApprovalMasterCount(m_ApprovalCode, CurrentDepartmentCode) == 0)
203 205
            {
204 206
                m_bEndFlg = true;
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ApprovalScreen/FrmApprovalScreen.designer.cs
31 31
        private void InitializeComponent()
32 32
        {
33 33
            this.components = new System.ComponentModel.Container();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
38
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
39
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
40
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
35
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
36
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
37
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
38
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
39
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
40
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
41 41
            this.label1 = new System.Windows.Forms.Label();
42 42
            this.btnEnd = new System.Windows.Forms.Button();
43 43
            this.panel2 = new System.Windows.Forms.Panel();
44
            this.panel1 = new System.Windows.Forms.Panel();
45
            this.lblLabel03 = new System.Windows.Forms.Label();
46
            this.label2 = new System.Windows.Forms.Label();
47
            this.lblLabel01 = new System.Windows.Forms.Label();
48
            this.label5 = new System.Windows.Forms.Label();
49
            this.lblLabel04 = new System.Windows.Forms.Label();
50
            this.lblLabel02 = new System.Windows.Forms.Label();
51
            this.lblConstructionCodelabel = new System.Windows.Forms.Label();
52
            this.label3 = new System.Windows.Forms.Label();
53
            this.lblLabel12 = new System.Windows.Forms.Label();
54
            this.label13 = new System.Windows.Forms.Label();
55
            this.btnTargetData = new System.Windows.Forms.Button();
56
            this.label17 = new System.Windows.Forms.Label();
57
            this.lblLabel15 = new System.Windows.Forms.Label();
58 44
            this.panel3 = new System.Windows.Forms.Panel();
59 45
            this.lblLabel05 = new System.Windows.Forms.Label();
60 46
            this.label6 = new System.Windows.Forms.Label();
......
68 54
            this.btnNotApproval = new System.Windows.Forms.Button();
69 55
            this.btnOnHold = new System.Windows.Forms.Button();
70 56
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
71
            this.panel4 = new System.Windows.Forms.Panel();
72
            this.lblLabel09 = new System.Windows.Forms.Label();
73
            this.label4 = new System.Windows.Forms.Label();
74
            this.label16 = new System.Windows.Forms.Label();
75
            this.label10 = new System.Windows.Forms.Label();
76
            this.lblLabel10 = new System.Windows.Forms.Label();
77
            this.lblLabel14 = new System.Windows.Forms.Label();
78
            this.lblLabel13 = new System.Windows.Forms.Label();
79
            this.label11 = new System.Windows.Forms.Label();
80
            this.label12 = new System.Windows.Forms.Label();
81
            this.txtHoppesDate = new System.Windows.Forms.TextBox();
82
            this.btnRePetition = new System.Windows.Forms.Button();
83
            this.btnPetition = new System.Windows.Forms.Button();
84 57
            this.panel5 = new System.Windows.Forms.Panel();
85 58
            this.btnReturnComment = new System.Windows.Forms.Button();
86 59
            this.btnRemoveComment = new System.Windows.Forms.Button();
87 60
            this.btnEntryComment = new System.Windows.Forms.Button();
88 61
            this.label18 = new System.Windows.Forms.Label();
89 62
            this.tvDispData = new System.Windows.Forms.TreeView();
63
            this.lblLabel15 = new System.Windows.Forms.Label();
64
            this.label17 = new System.Windows.Forms.Label();
65
            this.btnTargetData = new System.Windows.Forms.Button();
66
            this.label13 = new System.Windows.Forms.Label();
67
            this.lblLabel12 = new System.Windows.Forms.Label();
68
            this.label3 = new System.Windows.Forms.Label();
69
            this.lblConstructionCodelabel = new System.Windows.Forms.Label();
70
            this.lblLabel02 = new System.Windows.Forms.Label();
71
            this.lblLabel04 = new System.Windows.Forms.Label();
72
            this.label5 = new System.Windows.Forms.Label();
73
            this.lblLabel01 = new System.Windows.Forms.Label();
74
            this.label2 = new System.Windows.Forms.Label();
75
            this.lblLabel03 = new System.Windows.Forms.Label();
76
            this.label14 = new System.Windows.Forms.Label();
77
            this.lblLabel16 = new System.Windows.Forms.Label();
78
            this.label15 = new System.Windows.Forms.Label();
79
            this.lblLabel17 = new System.Windows.Forms.Label();
80
            this.panel1 = new System.Windows.Forms.Panel();
81
            this.btnPetition = new System.Windows.Forms.Button();
82
            this.btnRePetition = new System.Windows.Forms.Button();
83
            this.txtHoppesDate = new System.Windows.Forms.TextBox();
84
            this.label12 = new System.Windows.Forms.Label();
85
            this.label11 = new System.Windows.Forms.Label();
86
            this.lblLabel13 = new System.Windows.Forms.Label();
87
            this.lblLabel14 = new System.Windows.Forms.Label();
88
            this.lblLabel10 = new System.Windows.Forms.Label();
89
            this.label10 = new System.Windows.Forms.Label();
90
            this.label16 = new System.Windows.Forms.Label();
91
            this.label4 = new System.Windows.Forms.Label();
92
            this.lblLabel09 = new System.Windows.Forms.Label();
93
            this.btnNotPetition = new System.Windows.Forms.Button();
94
            this.panel4 = new System.Windows.Forms.Panel();
95
            this.label19 = new System.Windows.Forms.Label();
90 96
            this.dgvEntryData = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
91 97
            this.Column01 = new System.Windows.Forms.DataGridViewTextBoxColumn();
92 98
            this.Column02 = new System.Windows.Forms.DataGridViewTextBoxColumn();
......
95 101
            this.Column07 = new System.Windows.Forms.DataGridViewTextBoxColumn();
96 102
            this.Column04 = new System.Windows.Forms.DataGridViewTextBoxColumn();
97 103
            this.Column05 = new System.Windows.Forms.DataGridViewTextBoxColumn();
98
            this.btnNotPetition = new System.Windows.Forms.Button();
99 104
            this.panel2.SuspendLayout();
105
            this.panel3.SuspendLayout();
106
            this.panel5.SuspendLayout();
100 107
            this.panel1.SuspendLayout();
101
            this.panel3.SuspendLayout();
102 108
            this.panel4.SuspendLayout();
103
            this.panel5.SuspendLayout();
104 109
            ((System.ComponentModel.ISupportInitialize)(this.dgvEntryData)).BeginInit();
105 110
            this.SuspendLayout();
106 111
            // 
......
123 128
            this.btnEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
124 129
            this.btnEnd.BackColor = System.Drawing.Color.Blue;
125 130
            this.btnEnd.ForeColor = System.Drawing.Color.White;
126
            this.btnEnd.Location = new System.Drawing.Point(1210, 496);
131
            this.btnEnd.Location = new System.Drawing.Point(1210, 525);
127 132
            this.btnEnd.Name = "btnEnd";
128 133
            this.btnEnd.Size = new System.Drawing.Size(120, 30);
129 134
            this.btnEnd.TabIndex = 3;
......
136 141
            this.panel2.BackColor = System.Drawing.Color.Gold;
137 142
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
138 143
            this.panel2.Controls.Add(this.dgvEntryData);
139
            this.panel2.Location = new System.Drawing.Point(10, 234);
144
            this.panel2.Location = new System.Drawing.Point(10, 264);
140 145
            this.panel2.Name = "panel2";
141 146
            this.panel2.Size = new System.Drawing.Size(760, 160);
142 147
            this.panel2.TabIndex = 15;
143 148
            // 
144
            // panel1
145
            // 
146
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
147
            | System.Windows.Forms.AnchorStyles.Right)));
148
            this.panel1.BackColor = System.Drawing.Color.Gold;
149
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
150
            this.panel1.Controls.Add(this.lblLabel03);
151
            this.panel1.Controls.Add(this.label2);
152
            this.panel1.Controls.Add(this.lblLabel01);
153
            this.panel1.Controls.Add(this.label5);
154
            this.panel1.Controls.Add(this.lblLabel04);
155
            this.panel1.Controls.Add(this.lblLabel02);
156
            this.panel1.Controls.Add(this.lblConstructionCodelabel);
157
            this.panel1.Controls.Add(this.label3);
158
            this.panel1.Controls.Add(this.lblLabel12);
159
            this.panel1.Controls.Add(this.label13);
160
            this.panel1.Controls.Add(this.btnTargetData);
161
            this.panel1.Controls.Add(this.label17);
162
            this.panel1.Controls.Add(this.lblLabel15);
163
            this.panel1.Location = new System.Drawing.Point(10, 40);
164
            this.panel1.Name = "panel1";
165
            this.panel1.Size = new System.Drawing.Size(1320, 100);
166
            this.panel1.TabIndex = 16;
167
            // 
168
            // lblLabel03
169
            // 
170
            this.lblLabel03.BackColor = System.Drawing.Color.White;
171
            this.lblLabel03.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
172
            this.lblLabel03.ForeColor = System.Drawing.Color.Black;
173
            this.lblLabel03.Location = new System.Drawing.Point(420, 60);
174
            this.lblLabel03.Name = "lblLabel03";
175
            this.lblLabel03.Size = new System.Drawing.Size(159, 25);
176
            this.lblLabel03.TabIndex = 42;
177
            this.lblLabel03.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
178
            // 
179
            // label2
180
            // 
181
            this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
182
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
183
            this.label2.Location = new System.Drawing.Point(585, 60);
184
            this.label2.Name = "label2";
185
            this.label2.Size = new System.Drawing.Size(119, 25);
186
            this.label2.TabIndex = 40;
187
            this.label2.Text = "工事担当者";
188
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
189
            // 
190
            // lblLabel01
191
            // 
192
            this.lblLabel01.BackColor = System.Drawing.Color.White;
193
            this.lblLabel01.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
194
            this.lblLabel01.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
195
            this.lblLabel01.ForeColor = System.Drawing.Color.Black;
196
            this.lblLabel01.Location = new System.Drawing.Point(130, 33);
197
            this.lblLabel01.Name = "lblLabel01";
198
            this.lblLabel01.Size = new System.Drawing.Size(159, 25);
199
            this.lblLabel01.TabIndex = 37;
200
            this.lblLabel01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
201
            // 
202
            // label5
203
            // 
204
            this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
205
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
206
            this.label5.Location = new System.Drawing.Point(295, 60);
207
            this.label5.Name = "label5";
208
            this.label5.Size = new System.Drawing.Size(119, 25);
209
            this.label5.TabIndex = 41;
210
            this.label5.Text = "営業担当者";
211
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
212
            // 
213
            // lblLabel04
214
            // 
215
            this.lblLabel04.BackColor = System.Drawing.Color.White;
216
            this.lblLabel04.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
217
            this.lblLabel04.ForeColor = System.Drawing.Color.Black;
218
            this.lblLabel04.Location = new System.Drawing.Point(710, 60);
219
            this.lblLabel04.Name = "lblLabel04";
220
            this.lblLabel04.Size = new System.Drawing.Size(159, 25);
221
            this.lblLabel04.TabIndex = 43;
222
            this.lblLabel04.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
223
            // 
224
            // lblLabel02
225
            // 
226
            this.lblLabel02.BackColor = System.Drawing.Color.White;
227
            this.lblLabel02.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
228
            this.lblLabel02.ForeColor = System.Drawing.Color.Black;
229
            this.lblLabel02.Location = new System.Drawing.Point(420, 33);
230
            this.lblLabel02.Name = "lblLabel02";
231
            this.lblLabel02.Size = new System.Drawing.Size(890, 25);
232
            this.lblLabel02.TabIndex = 38;
233
            this.lblLabel02.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
234
            // 
235
            // lblConstructionCodelabel
236
            // 
237
            this.lblConstructionCodelabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
238
            this.lblConstructionCodelabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
239
            this.lblConstructionCodelabel.Location = new System.Drawing.Point(295, 33);
240
            this.lblConstructionCodelabel.Name = "lblConstructionCodelabel";
241
            this.lblConstructionCodelabel.Size = new System.Drawing.Size(119, 25);
242
            this.lblConstructionCodelabel.TabIndex = 33;
243
            this.lblConstructionCodelabel.Text = "工事名称";
244
            this.lblConstructionCodelabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
245
            // 
246
            // label3
247
            // 
248
            this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
249
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
250
            this.label3.Location = new System.Drawing.Point(6, 33);
251
            this.label3.Name = "label3";
252
            this.label3.Size = new System.Drawing.Size(119, 25);
253
            this.label3.TabIndex = 34;
254
            this.label3.Text = "工事番号";
255
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
256
            // 
257
            // lblLabel12
258
            // 
259
            this.lblLabel12.BackColor = System.Drawing.Color.White;
260
            this.lblLabel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
261
            this.lblLabel12.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
262
            this.lblLabel12.ForeColor = System.Drawing.Color.Black;
263
            this.lblLabel12.Location = new System.Drawing.Point(130, 6);
264
            this.lblLabel12.Name = "lblLabel12";
265
            this.lblLabel12.Size = new System.Drawing.Size(449, 25);
266
            this.lblLabel12.TabIndex = 39;
267
            this.lblLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
268
            // 
269
            // label13
270
            // 
271
            this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
272
            this.label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
273
            this.label13.Location = new System.Drawing.Point(6, 6);
274
            this.label13.Name = "label13";
275
            this.label13.Size = new System.Drawing.Size(119, 25);
276
            this.label13.TabIndex = 35;
277
            this.label13.Text = "承認機能";
278
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
279
            // 
280
            // btnTargetData
281
            // 
282
            this.btnTargetData.BackColor = System.Drawing.Color.DarkCyan;
283
            this.btnTargetData.ForeColor = System.Drawing.Color.White;
284
            this.btnTargetData.Location = new System.Drawing.Point(930, 60);
285
            this.btnTargetData.Name = "btnTargetData";
286
            this.btnTargetData.Size = new System.Drawing.Size(380, 34);
287
            this.btnTargetData.TabIndex = 45;
288
            this.btnTargetData.TabStop = false;
289
            this.btnTargetData.Text = "承認対象データを見る";
290
            this.toolTip1.SetToolTip(this.btnTargetData, "承認対象のデータを確認します。");
291
            this.btnTargetData.UseVisualStyleBackColor = false;
292
            this.btnTargetData.Click += new System.EventHandler(this.btnTargetData_Click);
293
            // 
294
            // label17
295
            // 
296
            this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
297
            this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
298
            this.label17.Location = new System.Drawing.Point(6, 60);
299
            this.label17.Name = "label17";
300
            this.label17.Size = new System.Drawing.Size(119, 25);
301
            this.label17.TabIndex = 36;
302
            this.label17.Text = "見積種別";
303
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
304
            // 
305
            // lblLabel15
306
            // 
307
            this.lblLabel15.BackColor = System.Drawing.Color.White;
308
            this.lblLabel15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
309
            this.lblLabel15.ForeColor = System.Drawing.Color.Black;
310
            this.lblLabel15.Location = new System.Drawing.Point(130, 60);
311
            this.lblLabel15.Name = "lblLabel15";
312
            this.lblLabel15.Size = new System.Drawing.Size(159, 25);
313
            this.lblLabel15.TabIndex = 44;
314
            this.lblLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
315
            // 
316 149
            // panel3
317 150
            // 
318 151
            this.panel3.BackColor = System.Drawing.Color.Gold;
......
328 161
            this.panel3.Controls.Add(this.btnApproval);
329 162
            this.panel3.Controls.Add(this.btnNotApproval);
330 163
            this.panel3.Controls.Add(this.btnOnHold);
331
            this.panel3.Location = new System.Drawing.Point(10, 394);
164
            this.panel3.Location = new System.Drawing.Point(10, 424);
332 165
            this.panel3.Name = "panel3";
333 166
            this.panel3.Size = new System.Drawing.Size(760, 94);
334 167
            this.panel3.TabIndex = 17;
......
457 290
            this.btnOnHold.UseVisualStyleBackColor = false;
458 291
            this.btnOnHold.Click += new System.EventHandler(this.btnOnHold_Click);
459 292
            // 
460
            // panel4
461
            // 
462
            this.panel4.BackColor = System.Drawing.Color.Gold;
463
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
464
            this.panel4.Controls.Add(this.btnNotPetition);
465
            this.panel4.Controls.Add(this.lblLabel09);
466
            this.panel4.Controls.Add(this.label4);
467
            this.panel4.Controls.Add(this.label16);
468
            this.panel4.Controls.Add(this.label10);
469
            this.panel4.Controls.Add(this.lblLabel10);
470
            this.panel4.Controls.Add(this.lblLabel14);
471
            this.panel4.Controls.Add(this.lblLabel13);
472
            this.panel4.Controls.Add(this.label11);
473
            this.panel4.Controls.Add(this.label12);
474
            this.panel4.Controls.Add(this.txtHoppesDate);
475
            this.panel4.Controls.Add(this.btnRePetition);
476
            this.panel4.Controls.Add(this.btnPetition);
477
            this.panel4.Location = new System.Drawing.Point(10, 140);
478
            this.panel4.Name = "panel4";
479
            this.panel4.Size = new System.Drawing.Size(760, 94);
480
            this.panel4.TabIndex = 18;
481
            // 
482
            // lblLabel09
483
            // 
484
            this.lblLabel09.BackColor = System.Drawing.Color.White;
485
            this.lblLabel09.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
486
            this.lblLabel09.ForeColor = System.Drawing.Color.Black;
487
            this.lblLabel09.Location = new System.Drawing.Point(156, 31);
488
            this.lblLabel09.Name = "lblLabel09";
489
            this.lblLabel09.Size = new System.Drawing.Size(144, 25);
490
            this.lblLabel09.TabIndex = 38;
491
            this.lblLabel09.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
492
            // 
493
            // label4
494
            // 
495
            this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
496
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
497
            this.label4.Location = new System.Drawing.Point(156, 6);
498
            this.label4.Name = "label4";
499
            this.label4.Size = new System.Drawing.Size(144, 25);
500
            this.label4.TabIndex = 33;
501
            this.label4.Text = "申 請 者";
502
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
503
            // 
504
            // label16
505
            // 
506
            this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
507
            this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
508
            this.label16.Location = new System.Drawing.Point(456, 6);
509
            this.label16.Name = "label16";
510
            this.label16.Size = new System.Drawing.Size(144, 25);
511
            this.label16.TabIndex = 34;
512
            this.label16.Text = "申請日";
513
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
514
            // 
515
            // label10
516
            // 
517
            this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
518
            this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
519
            this.label10.Location = new System.Drawing.Point(6, 6);
520
            this.label10.Name = "label10";
521
            this.label10.Size = new System.Drawing.Size(144, 25);
522
            this.label10.TabIndex = 34;
523
            this.label10.Text = "所  属";
524
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
525
            // 
526
            // lblLabel10
527
            // 
528
            this.lblLabel10.BackColor = System.Drawing.Color.White;
529
            this.lblLabel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
530
            this.lblLabel10.ForeColor = System.Drawing.Color.Black;
531
            this.lblLabel10.Location = new System.Drawing.Point(306, 31);
532
            this.lblLabel10.Name = "lblLabel10";
533
            this.lblLabel10.Size = new System.Drawing.Size(144, 25);
534
            this.lblLabel10.TabIndex = 39;
535
            this.lblLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
536
            // 
537
            // lblLabel14
538
            // 
539
            this.lblLabel14.BackColor = System.Drawing.Color.White;
540
            this.lblLabel14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
541
            this.lblLabel14.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
542
            this.lblLabel14.ForeColor = System.Drawing.Color.Black;
543
            this.lblLabel14.Location = new System.Drawing.Point(456, 31);
544
            this.lblLabel14.Name = "lblLabel14";
545
            this.lblLabel14.Size = new System.Drawing.Size(144, 25);
546
            this.lblLabel14.TabIndex = 40;
547
            this.lblLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
548
            // 
549
            // lblLabel13
550
            // 
551
            this.lblLabel13.BackColor = System.Drawing.Color.White;
552
            this.lblLabel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
553
            this.lblLabel13.ForeColor = System.Drawing.Color.Black;
554
            this.lblLabel13.Location = new System.Drawing.Point(6, 31);
555
            this.lblLabel13.Name = "lblLabel13";
556
            this.lblLabel13.Size = new System.Drawing.Size(144, 25);
557
            this.lblLabel13.TabIndex = 40;
558
            this.lblLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
559
            // 
560
            // label11
561
            // 
562
            this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
563
            this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
564
            this.label11.Location = new System.Drawing.Point(306, 6);
565
            this.label11.Name = "label11";
566
            this.label11.Size = new System.Drawing.Size(144, 25);
567
            this.label11.TabIndex = 35;
568
            this.label11.Text = "承 認 状 態";
569
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
570
            // 
571
            // label12
572
            // 
573
            this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
574
            this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
575
            this.label12.Location = new System.Drawing.Point(606, 6);
576
            this.label12.Name = "label12";
577
            this.label12.Size = new System.Drawing.Size(144, 25);
578
            this.label12.TabIndex = 36;
579
            this.label12.Text = "承認希望日";
580
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
581
            // 
582
            // txtHoppesDate
583
            // 
584
            this.txtHoppesDate.Enabled = false;
585
            this.txtHoppesDate.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
586
            this.txtHoppesDate.ImeMode = System.Windows.Forms.ImeMode.Disable;
587
            this.txtHoppesDate.Location = new System.Drawing.Point(606, 31);
588
            this.txtHoppesDate.MaxLength = 300;
589
            this.txtHoppesDate.Name = "txtHoppesDate";
590
            this.txtHoppesDate.Size = new System.Drawing.Size(144, 27);
591
            this.txtHoppesDate.TabIndex = 0;
592
            this.txtHoppesDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
593
            this.txtHoppesDate.TextChanged += new System.EventHandler(this.valueChange);
594
            this.txtHoppesDate.Validated += new System.EventHandler(this.txtHoppesDate_Validated);
595
            // 
596
            // btnRePetition
597
            // 
598
            this.btnRePetition.BackColor = System.Drawing.Color.MediumSeaGreen;
599
            this.btnRePetition.Location = new System.Drawing.Point(258, 58);
600
            this.btnRePetition.Name = "btnRePetition";
601
            this.btnRePetition.Size = new System.Drawing.Size(240, 30);
602
            this.btnRePetition.TabIndex = 31;
603
            this.btnRePetition.Text = "再 申 請 す る";
604
            this.toolTip1.SetToolTip(this.btnRePetition, "指摘事項等の変更後、再度申請をし直すときに押下します。\r\n初めから承認をやり直します。");
605
            this.btnRePetition.UseVisualStyleBackColor = false;
606
            this.btnRePetition.Visible = false;
607
            this.btnRePetition.Click += new System.EventHandler(this.btnRePetition_Click);
608
            // 
609
            // btnPetition
610
            // 
611
            this.btnPetition.BackColor = System.Drawing.Color.Lime;
612
            this.btnPetition.Location = new System.Drawing.Point(6, 58);
613
            this.btnPetition.Name = "btnPetition";
614
            this.btnPetition.Size = new System.Drawing.Size(240, 30);
615
            this.btnPetition.TabIndex = 31;
616
            this.btnPetition.Text = "申 請 す る";
617
            this.toolTip1.SetToolTip(this.btnPetition, "承認を申請します。");
618
            this.btnPetition.UseVisualStyleBackColor = false;
619
            this.btnPetition.Visible = false;
620
            this.btnPetition.Click += new System.EventHandler(this.btnPetition_Click);
621
            // 
622 293
            // panel5
623 294
            // 
624 295
            this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
......
631 302
            this.panel5.Controls.Add(this.btnEntryComment);
632 303
            this.panel5.Controls.Add(this.label18);
633 304
            this.panel5.Controls.Add(this.tvDispData);
634
            this.panel5.Location = new System.Drawing.Point(770, 140);
305
            this.panel5.Location = new System.Drawing.Point(770, 170);
635 306
            this.panel5.Name = "panel5";
636 307
            this.panel5.Size = new System.Drawing.Size(560, 348);
637 308
            this.panel5.TabIndex = 19;
......
699 370
            this.tvDispData.Size = new System.Drawing.Size(544, 308);
700 371
            this.tvDispData.TabIndex = 158;
701 372
            // 
373
            // lblLabel15
374
            // 
375
            this.lblLabel15.BackColor = System.Drawing.Color.White;
376
            this.lblLabel15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
377
            this.lblLabel15.ForeColor = System.Drawing.Color.Black;
378
            this.lblLabel15.Location = new System.Drawing.Point(130, 96);
379
            this.lblLabel15.Name = "lblLabel15";
380
            this.lblLabel15.Size = new System.Drawing.Size(159, 25);
381
            this.lblLabel15.TabIndex = 44;
382
            this.lblLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
383
            // 
384
            // label17
385
            // 
386
            this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
387
            this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
388
            this.label17.Location = new System.Drawing.Point(6, 96);
389
            this.label17.Name = "label17";
390
            this.label17.Size = new System.Drawing.Size(119, 25);
391
            this.label17.TabIndex = 36;
392
            this.label17.Text = "見積種別";
393
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
394
            // 
395
            // btnTargetData
396
            // 
397
            this.btnTargetData.BackColor = System.Drawing.Color.DarkCyan;
398
            this.btnTargetData.ForeColor = System.Drawing.Color.White;
399
            this.btnTargetData.Location = new System.Drawing.Point(930, 90);
400
            this.btnTargetData.Name = "btnTargetData";
401
            this.btnTargetData.Size = new System.Drawing.Size(380, 34);
402
            this.btnTargetData.TabIndex = 45;
403
            this.btnTargetData.TabStop = false;
404
            this.btnTargetData.Text = "承認対象データを見る";
405
            this.toolTip1.SetToolTip(this.btnTargetData, "承認対象のデータを確認します。");
406
            this.btnTargetData.UseVisualStyleBackColor = false;
407
            this.btnTargetData.Click += new System.EventHandler(this.btnTargetData_Click);
408
            // 
409
            // label13
410
            // 
411
            this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
412
            this.label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
413
            this.label13.Location = new System.Drawing.Point(6, 6);
414
            this.label13.Name = "label13";
415
            this.label13.Size = new System.Drawing.Size(119, 25);
416
            this.label13.TabIndex = 35;
417
            this.label13.Text = "承認機能";
418
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
419
            // 
420
            // lblLabel12
421
            // 
422
            this.lblLabel12.BackColor = System.Drawing.Color.White;
423
            this.lblLabel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
424
            this.lblLabel12.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
425
            this.lblLabel12.ForeColor = System.Drawing.Color.Black;
426
            this.lblLabel12.Location = new System.Drawing.Point(130, 6);
427
            this.lblLabel12.Name = "lblLabel12";
428
            this.lblLabel12.Size = new System.Drawing.Size(449, 25);
429
            this.lblLabel12.TabIndex = 39;
430
            this.lblLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
431
            // 
432
            // label3
433
            // 
434
            this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
435
            this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
436
            this.label3.Location = new System.Drawing.Point(6, 36);
437
            this.label3.Name = "label3";
438
            this.label3.Size = new System.Drawing.Size(119, 25);
439
            this.label3.TabIndex = 34;
440
            this.label3.Text = "工事番号";
441
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
442
            // 
443
            // lblConstructionCodelabel
444
            // 
445
            this.lblConstructionCodelabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
446
            this.lblConstructionCodelabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
447
            this.lblConstructionCodelabel.Location = new System.Drawing.Point(6, 66);
448
            this.lblConstructionCodelabel.Name = "lblConstructionCodelabel";
449
            this.lblConstructionCodelabel.Size = new System.Drawing.Size(119, 25);
450
            this.lblConstructionCodelabel.TabIndex = 33;
451
            this.lblConstructionCodelabel.Text = "工事名称";
452
            this.lblConstructionCodelabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
453
            // 
454
            // lblLabel02
455
            // 
456
            this.lblLabel02.BackColor = System.Drawing.Color.White;
457
            this.lblLabel02.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
458
            this.lblLabel02.ForeColor = System.Drawing.Color.Black;
459
            this.lblLabel02.Location = new System.Drawing.Point(130, 66);
460
            this.lblLabel02.Name = "lblLabel02";
461
            this.lblLabel02.Size = new System.Drawing.Size(1180, 25);
462
            this.lblLabel02.TabIndex = 38;
463
            this.lblLabel02.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
464
            // 
465
            // lblLabel04
466
            // 
467
            this.lblLabel04.BackColor = System.Drawing.Color.White;
468
            this.lblLabel04.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
469
            this.lblLabel04.ForeColor = System.Drawing.Color.Black;
470
            this.lblLabel04.Location = new System.Drawing.Point(710, 96);
471
            this.lblLabel04.Name = "lblLabel04";
472
            this.lblLabel04.Size = new System.Drawing.Size(159, 25);
473
            this.lblLabel04.TabIndex = 43;
474
            this.lblLabel04.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
475
            // 
476
            // label5
477
            // 
478
            this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
479
            this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
480
            this.label5.Location = new System.Drawing.Point(295, 96);
481
            this.label5.Name = "label5";
482
            this.label5.Size = new System.Drawing.Size(119, 25);
483
            this.label5.TabIndex = 41;
484
            this.label5.Text = "営業担当者";
485
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
486
            // 
487
            // lblLabel01
488
            // 
489
            this.lblLabel01.BackColor = System.Drawing.Color.White;
490
            this.lblLabel01.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
491
            this.lblLabel01.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
492
            this.lblLabel01.ForeColor = System.Drawing.Color.Black;
493
            this.lblLabel01.Location = new System.Drawing.Point(130, 36);
494
            this.lblLabel01.Name = "lblLabel01";
495
            this.lblLabel01.Size = new System.Drawing.Size(159, 25);
496
            this.lblLabel01.TabIndex = 37;
497
            this.lblLabel01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
498
            // 
499
            // label2
500
            // 
501
            this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
502
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
503
            this.label2.Location = new System.Drawing.Point(585, 96);
504
            this.label2.Name = "label2";
505
            this.label2.Size = new System.Drawing.Size(119, 25);
506
            this.label2.TabIndex = 40;
507
            this.label2.Text = "工事担当者";
508
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
509
            // 
510
            // lblLabel03
511
            // 
512
            this.lblLabel03.BackColor = System.Drawing.Color.White;
513
            this.lblLabel03.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
514
            this.lblLabel03.ForeColor = System.Drawing.Color.Black;
515
            this.lblLabel03.Location = new System.Drawing.Point(420, 96);
516
            this.lblLabel03.Name = "lblLabel03";
517
            this.lblLabel03.Size = new System.Drawing.Size(159, 25);
518
            this.lblLabel03.TabIndex = 42;
519
            this.lblLabel03.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
520
            // 
521
            // label14
522
            // 
523
            this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
524
            this.label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
525
            this.label14.Location = new System.Drawing.Point(295, 36);
526
            this.label14.Name = "label14";
527
            this.label14.Size = new System.Drawing.Size(119, 25);
528
            this.label14.TabIndex = 46;
529
            this.label14.Text = "営 業 期";
530
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
531
            // 
532
            // lblLabel16
533
            // 
534
            this.lblLabel16.BackColor = System.Drawing.Color.White;
535
            this.lblLabel16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
536
            this.lblLabel16.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
537
            this.lblLabel16.ForeColor = System.Drawing.Color.Black;
538
            this.lblLabel16.Location = new System.Drawing.Point(420, 36);
539
            this.lblLabel16.Name = "lblLabel16";
540
            this.lblLabel16.Size = new System.Drawing.Size(80, 25);
541
            this.lblLabel16.TabIndex = 47;
542
            this.lblLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
543
            // 
544
            // label15
545
            // 
546
            this.label15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
547
            this.label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
548
            this.label15.Location = new System.Drawing.Point(585, 36);
549
            this.label15.Name = "label15";
550
            this.label15.Size = new System.Drawing.Size(119, 25);
551
            this.label15.TabIndex = 48;
552
            this.label15.Text = "発 注 者";
553
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
554
            // 
555
            // lblLabel17
556
            // 
557
            this.lblLabel17.BackColor = System.Drawing.Color.White;
558
            this.lblLabel17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
559
            this.lblLabel17.ForeColor = System.Drawing.Color.Black;
560
            this.lblLabel17.Location = new System.Drawing.Point(710, 36);
561
            this.lblLabel17.Name = "lblLabel17";
562
            this.lblLabel17.Size = new System.Drawing.Size(600, 25);
563
            this.lblLabel17.TabIndex = 49;
564
            this.lblLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
565
            // 
566
            // panel1
567
            // 
568
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
569
            | System.Windows.Forms.AnchorStyles.Right)));
570
            this.panel1.BackColor = System.Drawing.Color.Gold;
571
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
572
            this.panel1.Controls.Add(this.label19);
573
            this.panel1.Controls.Add(this.lblLabel17);
574
            this.panel1.Controls.Add(this.label15);
575
            this.panel1.Controls.Add(this.lblLabel16);
576
            this.panel1.Controls.Add(this.label14);
577
            this.panel1.Controls.Add(this.lblLabel03);
578
            this.panel1.Controls.Add(this.label2);
579
            this.panel1.Controls.Add(this.lblLabel01);
580
            this.panel1.Controls.Add(this.label5);
581
            this.panel1.Controls.Add(this.lblLabel04);
582
            this.panel1.Controls.Add(this.lblLabel02);
583
            this.panel1.Controls.Add(this.lblConstructionCodelabel);
584
            this.panel1.Controls.Add(this.label3);
585
            this.panel1.Controls.Add(this.lblLabel12);
586
            this.panel1.Controls.Add(this.label13);
587
            this.panel1.Controls.Add(this.btnTargetData);
588
            this.panel1.Controls.Add(this.label17);
589
            this.panel1.Controls.Add(this.lblLabel15);
590
            this.panel1.Location = new System.Drawing.Point(10, 40);
591
            this.panel1.Name = "panel1";
592
            this.panel1.Size = new System.Drawing.Size(1320, 130);
593
            this.panel1.TabIndex = 16;
594
            // 
595
            // btnPetition
596
            // 
597
            this.btnPetition.BackColor = System.Drawing.Color.Lime;
598
            this.btnPetition.Location = new System.Drawing.Point(6, 58);
599
            this.btnPetition.Name = "btnPetition";
600
            this.btnPetition.Size = new System.Drawing.Size(240, 30);
601
            this.btnPetition.TabIndex = 31;
602
            this.btnPetition.Text = "申 請 す る";
603
            this.toolTip1.SetToolTip(this.btnPetition, "承認を申請します。");
604
            this.btnPetition.UseVisualStyleBackColor = false;
605
            this.btnPetition.Visible = false;
606
            this.btnPetition.Click += new System.EventHandler(this.btnPetition_Click);
607
            // 
608
            // btnRePetition
609
            // 
610
            this.btnRePetition.BackColor = System.Drawing.Color.MediumSeaGreen;
611
            this.btnRePetition.Location = new System.Drawing.Point(258, 58);
612
            this.btnRePetition.Name = "btnRePetition";
613
            this.btnRePetition.Size = new System.Drawing.Size(240, 30);
614
            this.btnRePetition.TabIndex = 31;
615
            this.btnRePetition.Text = "再 申 請 す る";
616
            this.toolTip1.SetToolTip(this.btnRePetition, "指摘事項等の変更後、再度申請をし直すときに押下します。\r\n初めから承認をやり直します。");
617
            this.btnRePetition.UseVisualStyleBackColor = false;
618
            this.btnRePetition.Visible = false;
619
            this.btnRePetition.Click += new System.EventHandler(this.btnRePetition_Click);
620
            // 
621
            // txtHoppesDate
622
            // 
623
            this.txtHoppesDate.Enabled = false;
624
            this.txtHoppesDate.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
625
            this.txtHoppesDate.ImeMode = System.Windows.Forms.ImeMode.Disable;
626
            this.txtHoppesDate.Location = new System.Drawing.Point(606, 31);
627
            this.txtHoppesDate.MaxLength = 300;
628
            this.txtHoppesDate.Name = "txtHoppesDate";
629
            this.txtHoppesDate.Size = new System.Drawing.Size(144, 27);
630
            this.txtHoppesDate.TabIndex = 0;
631
            this.txtHoppesDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
632
            this.txtHoppesDate.TextChanged += new System.EventHandler(this.valueChange);
633
            this.txtHoppesDate.Validated += new System.EventHandler(this.txtHoppesDate_Validated);
634
            // 
635
            // label12
636
            // 
637
            this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
638
            this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
639
            this.label12.Location = new System.Drawing.Point(606, 6);
640
            this.label12.Name = "label12";
641
            this.label12.Size = new System.Drawing.Size(144, 25);
642
            this.label12.TabIndex = 36;
643
            this.label12.Text = "承認希望日";
644
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
645
            // 
646
            // label11
647
            // 
648
            this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
649
            this.label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
650
            this.label11.Location = new System.Drawing.Point(306, 6);
651
            this.label11.Name = "label11";
652
            this.label11.Size = new System.Drawing.Size(144, 25);
653
            this.label11.TabIndex = 35;
654
            this.label11.Text = "承 認 状 態";
655
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
656
            // 
657
            // lblLabel13
658
            // 
659
            this.lblLabel13.BackColor = System.Drawing.Color.White;
660
            this.lblLabel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
661
            this.lblLabel13.ForeColor = System.Drawing.Color.Black;
662
            this.lblLabel13.Location = new System.Drawing.Point(6, 31);
663
            this.lblLabel13.Name = "lblLabel13";
664
            this.lblLabel13.Size = new System.Drawing.Size(144, 25);
665
            this.lblLabel13.TabIndex = 40;
666
            this.lblLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
667
            // 
668
            // lblLabel14
669
            // 
670
            this.lblLabel14.BackColor = System.Drawing.Color.White;
671
            this.lblLabel14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
672
            this.lblLabel14.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
673
            this.lblLabel14.ForeColor = System.Drawing.Color.Black;
674
            this.lblLabel14.Location = new System.Drawing.Point(456, 31);
675
            this.lblLabel14.Name = "lblLabel14";
676
            this.lblLabel14.Size = new System.Drawing.Size(144, 25);
677
            this.lblLabel14.TabIndex = 40;
678
            this.lblLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
679
            // 
680
            // lblLabel10
681
            // 
682
            this.lblLabel10.BackColor = System.Drawing.Color.White;
683
            this.lblLabel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
684
            this.lblLabel10.ForeColor = System.Drawing.Color.Black;
685
            this.lblLabel10.Location = new System.Drawing.Point(306, 31);
686
            this.lblLabel10.Name = "lblLabel10";
687
            this.lblLabel10.Size = new System.Drawing.Size(144, 25);
688
            this.lblLabel10.TabIndex = 39;
689
            this.lblLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
690
            // 
691
            // label10
692
            // 
693
            this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
694
            this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
695
            this.label10.Location = new System.Drawing.Point(6, 6);
696
            this.label10.Name = "label10";
697
            this.label10.Size = new System.Drawing.Size(144, 25);
698
            this.label10.TabIndex = 34;
699
            this.label10.Text = "所  属";
700
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
701
            // 
702
            // label16
703
            // 
704
            this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
705
            this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
706
            this.label16.Location = new System.Drawing.Point(456, 6);
707
            this.label16.Name = "label16";
708
            this.label16.Size = new System.Drawing.Size(144, 25);
709
            this.label16.TabIndex = 34;
710
            this.label16.Text = "申請日";
711
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
712
            // 
713
            // label4
714
            // 
715
            this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
716
            this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
717
            this.label4.Location = new System.Drawing.Point(156, 6);
718
            this.label4.Name = "label4";
719
            this.label4.Size = new System.Drawing.Size(144, 25);
720
            this.label4.TabIndex = 33;
721
            this.label4.Text = "申 請 者";
722
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
723
            // 
724
            // lblLabel09
725
            // 
726
            this.lblLabel09.BackColor = System.Drawing.Color.White;
727
            this.lblLabel09.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
728
            this.lblLabel09.ForeColor = System.Drawing.Color.Black;
729
            this.lblLabel09.Location = new System.Drawing.Point(156, 31);
730
            this.lblLabel09.Name = "lblLabel09";
731
            this.lblLabel09.Size = new System.Drawing.Size(144, 25);
732
            this.lblLabel09.TabIndex = 38;
733
            this.lblLabel09.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
734
            // 
735
            // btnNotPetition
736
            // 
737
            this.btnNotPetition.BackColor = System.Drawing.Color.Red;
738
            this.btnNotPetition.Location = new System.Drawing.Point(510, 58);
739
            this.btnNotPetition.Name = "btnNotPetition";
740
            this.btnNotPetition.Size = new System.Drawing.Size(240, 30);
741
            this.btnNotPetition.TabIndex = 41;
742
            this.btnNotPetition.Text = "申請取消する";
743
            this.btnNotPetition.UseVisualStyleBackColor = false;
744
            this.btnNotPetition.Visible = false;
745
            this.btnNotPetition.Click += new System.EventHandler(this.btnNotPetition_Click);
746
            // 
747
            // panel4
748
            // 
749
            this.panel4.BackColor = System.Drawing.Color.Gold;
750
            this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
751
            this.panel4.Controls.Add(this.btnNotPetition);
752
            this.panel4.Controls.Add(this.lblLabel09);
753
            this.panel4.Controls.Add(this.label4);
754
            this.panel4.Controls.Add(this.label16);
755
            this.panel4.Controls.Add(this.label10);
756
            this.panel4.Controls.Add(this.lblLabel10);
757
            this.panel4.Controls.Add(this.lblLabel14);
758
            this.panel4.Controls.Add(this.lblLabel13);
759
            this.panel4.Controls.Add(this.label11);
760
            this.panel4.Controls.Add(this.label12);
761
            this.panel4.Controls.Add(this.txtHoppesDate);
762
            this.panel4.Controls.Add(this.btnRePetition);
763
            this.panel4.Controls.Add(this.btnPetition);
764
            this.panel4.Location = new System.Drawing.Point(10, 170);
765
            this.panel4.Name = "panel4";
766
            this.panel4.Size = new System.Drawing.Size(760, 94);
767
            this.panel4.TabIndex = 18;
768
            // 
769
            // label19
770
            // 
771
            this.label19.BackColor = System.Drawing.Color.White;
772
            this.label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
773
            this.label19.Location = new System.Drawing.Point(500, 36);
774
            this.label19.Name = "label19";
775
            this.label19.Size = new System.Drawing.Size(36, 25);
776
            this.label19.TabIndex = 50;
777
            this.label19.Text = "期";
778
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
779
            // 
702 780
            // dgvEntryData
703 781
            // 
704 782
            this.dgvEntryData.AllowUserToAddRows = false;
......
707 785
            this.dgvEntryData.AllowUserToResizeRows = false;
708 786
            this.dgvEntryData.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
709 787
            this.dgvEntryData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
710
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
711
            dataGridViewCellStyle15.BackColor = System.Drawing.Color.Black;
712
            dataGridViewCellStyle15.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
713
            dataGridViewCellStyle15.ForeColor = System.Drawing.Color.White;
714
            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
715
            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
716
            dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
717
            this.dgvEntryData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
788
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
789
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.Black;
790
            dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
791
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
792
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
793
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
794
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
795
            this.dgvEntryData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
718 796
            this.dgvEntryData.ColumnHeadersHeight = 24;
719 797
            this.dgvEntryData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
720 798
            this.dgvEntryData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
......
749 827
            // 
750 828
            // Column02
751 829
            // 
752
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
753
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
754
            dataGridViewCellStyle16.ForeColor = System.Drawing.Color.Black;
755
            this.Column02.DefaultCellStyle = dataGridViewCellStyle16;
830
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
831
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
832
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black;
833
            this.Column02.DefaultCellStyle = dataGridViewCellStyle2;
756 834
            this.Column02.Frozen = true;
757 835
            this.Column02.HeaderText = "№";
758 836
            this.Column02.Name = "Column02";
......
763 841
            // 
764 842
            // Column03
765 843
            // 
766
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
767
            this.Column03.DefaultCellStyle = dataGridViewCellStyle17;
844
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
845
            this.Column03.DefaultCellStyle = dataGridViewCellStyle3;
768 846
            this.Column03.Frozen = true;
769 847
            this.Column03.HeaderText = "承認者名";
770 848
            this.Column03.Name = "Column03";
......
775 853
            // 
776 854
            // Column06
777 855
            // 
778
            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
779
            this.Column06.DefaultCellStyle = dataGridViewCellStyle18;
856
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
857
            this.Column06.DefaultCellStyle = dataGridViewCellStyle4;
780 858
            this.Column06.Frozen = true;
781 859
            this.Column06.HeaderText = "承認状態";
782 860
            this.Column06.Name = "Column06";
......
787 865
            // 
788 866
            // Column07
789 867
            // 
790
            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
791
            dataGridViewCellStyle19.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
792
            this.Column07.DefaultCellStyle = dataGridViewCellStyle19;
868
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
869
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
870
            this.Column07.DefaultCellStyle = dataGridViewCellStyle5;
793 871
            this.Column07.Frozen = true;
794 872
            this.Column07.HeaderText = "処理日付";
795 873
            this.Column07.Name = "Column07";
......
800 878
            // 
801 879
            // Column04
802 880
            // 
803
            dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
804
            this.Column04.DefaultCellStyle = dataGridViewCellStyle20;
881
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
882
            this.Column04.DefaultCellStyle = dataGridViewCellStyle6;
805 883
            this.Column04.HeaderText = "所 属";
806 884
            this.Column04.Name = "Column04";
807 885
            this.Column04.ReadOnly = true;
......
811 889
            // 
812 890
            // Column05
813 891
            // 
814
            dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
815
            this.Column05.DefaultCellStyle = dataGridViewCellStyle21;
892
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
893
            this.Column05.DefaultCellStyle = dataGridViewCellStyle7;
816 894
            this.Column05.HeaderText = "役 職";
817 895
            this.Column05.Name = "Column05";
818 896
            this.Column05.ReadOnly = true;
......
820 898
            this.Column05.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
821 899
            this.Column05.Width = 157;
822 900
            // 
823
            // btnNotPetition
824
            // 
825
            this.btnNotPetition.BackColor = System.Drawing.Color.Red;
826
            this.btnNotPetition.Location = new System.Drawing.Point(510, 58);
827
            this.btnNotPetition.Name = "btnNotPetition";
828
            this.btnNotPetition.Size = new System.Drawing.Size(240, 30);
829
            this.btnNotPetition.TabIndex = 41;
830
            this.btnNotPetition.Text = "申請取消する";
831
            this.btnNotPetition.UseVisualStyleBackColor = false;
832
            this.btnNotPetition.Visible = false;
833
            this.btnNotPetition.Click += new System.EventHandler(this.btnNotPetition_Click);
834
            // 
835 901
            // FrmApprovalScreen
836 902
            // 
837 903
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
838 904
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
839 905
            this.BackColor = System.Drawing.Color.Black;
840
            this.ClientSize = new System.Drawing.Size(1340, 537);
906
            this.ClientSize = new System.Drawing.Size(1340, 562);
841 907
            this.Controls.Add(this.panel5);
842 908
            this.Controls.Add(this.panel4);
843 909
            this.Controls.Add(this.panel3);
......
855 921
            this.Load += new System.EventHandler(this.FrmApprovalScreen_Load);
856 922
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmApprovalScreen_KeyDown);
857 923
            this.panel2.ResumeLayout(false);
924
            this.panel3.ResumeLayout(false);
925
            this.panel5.ResumeLayout(false);
858 926
            this.panel1.ResumeLayout(false);
859
            this.panel3.ResumeLayout(false);
860 927
            this.panel4.ResumeLayout(false);
861 928
            this.panel4.PerformLayout();
862
            this.panel5.ResumeLayout(false);
863 929
            ((System.ComponentModel.ISupportInitialize)(this.dgvEntryData)).EndInit();
864 930
            this.ResumeLayout(false);
865 931

  
......
871 937
        private System.Windows.Forms.Button btnEnd;
872 938
        private System.Windows.Forms.Panel panel2;
873 939
        private DataGridViewEX dgvEntryData;
874
        private System.Windows.Forms.Panel panel1;
875 940
        private System.Windows.Forms.Panel panel3;
876 941
        private System.Windows.Forms.ToolTip toolTip1;
877
        private System.Windows.Forms.Panel panel4;
878
        private System.Windows.Forms.Label lblLabel09;
879
        private System.Windows.Forms.Label label4;
880
        private System.Windows.Forms.Label label16;
881
        private System.Windows.Forms.Label label10;
882
        private System.Windows.Forms.Label lblLabel10;
883
        private System.Windows.Forms.Label lblLabel14;
884
        private System.Windows.Forms.Label lblLabel13;
885
        private System.Windows.Forms.Label label11;
886
        private System.Windows.Forms.Label label12;
887
        private System.Windows.Forms.TextBox txtHoppesDate;
888
        private System.Windows.Forms.Button btnPetition;
889 942
        private System.Windows.Forms.Label lblLabel05;
890 943
        private System.Windows.Forms.Label label6;
891 944
        private System.Windows.Forms.Label lblLabel06;
......
897 950
        private System.Windows.Forms.Button btnApproval;
898 951
        private System.Windows.Forms.Button btnNotApproval;
899 952
        private System.Windows.Forms.Button btnOnHold;
900
        private System.Windows.Forms.Button btnRePetition;
901
        private System.Windows.Forms.Label lblLabel03;
902
        private System.Windows.Forms.Label label2;
903
        private System.Windows.Forms.Label lblLabel01;
904
        private System.Windows.Forms.Label label5;
905
        private System.Windows.Forms.Label lblLabel04;
906
        private System.Windows.Forms.Label lblLabel02;
907
        private System.Windows.Forms.Label lblConstructionCodelabel;
908
        private System.Windows.Forms.Label label3;
909
        private System.Windows.Forms.Label lblLabel12;
910
        private System.Windows.Forms.Label label13;
911
        private System.Windows.Forms.Button btnTargetData;
912
        private System.Windows.Forms.Label label17;
913
        private System.Windows.Forms.Label lblLabel15;
914 953
        private System.Windows.Forms.Panel panel5;
915 954
        private System.Windows.Forms.TreeView tvDispData;
916 955
        private System.Windows.Forms.Label label18;
......
924 963
        private System.Windows.Forms.DataGridViewTextBoxColumn Column07;
925 964
        private System.Windows.Forms.DataGridViewTextBoxColumn Column04;
926 965
        private System.Windows.Forms.DataGridViewTextBoxColumn Column05;
966
        private System.Windows.Forms.Label lblLabel15;
967
        private System.Windows.Forms.Label label17;
968
        private System.Windows.Forms.Button btnTargetData;
969
        private System.Windows.Forms.Label label13;
970
        private System.Windows.Forms.Label lblLabel12;
971
        private System.Windows.Forms.Label label3;
972
        private System.Windows.Forms.Label lblConstructionCodelabel;
973
        private System.Windows.Forms.Label lblLabel02;
974
        private System.Windows.Forms.Label lblLabel04;
975
        private System.Windows.Forms.Label label5;
976
        private System.Windows.Forms.Label lblLabel01;
977
        private System.Windows.Forms.Label label2;
978
        private System.Windows.Forms.Label lblLabel03;
979
        private System.Windows.Forms.Label label14;
980
        private System.Windows.Forms.Label lblLabel16;
981
        private System.Windows.Forms.Label label15;
982
        private System.Windows.Forms.Label lblLabel17;
983
        private System.Windows.Forms.Panel panel1;
984
        private System.Windows.Forms.Button btnPetition;
985
        private System.Windows.Forms.Button btnRePetition;
986
        private System.Windows.Forms.TextBox txtHoppesDate;
987
        private System.Windows.Forms.Label label12;
988
        private System.Windows.Forms.Label label11;
989
        private System.Windows.Forms.Label lblLabel13;
990
        private System.Windows.Forms.Label lblLabel14;
991
        private System.Windows.Forms.Label lblLabel10;
992
        private System.Windows.Forms.Label label10;
993
        private System.Windows.Forms.Label label16;
994
        private System.Windows.Forms.Label label4;
995
        private System.Windows.Forms.Label lblLabel09;
927 996
        private System.Windows.Forms.Button btnNotPetition;
997
        private System.Windows.Forms.Panel panel4;
998
        private System.Windows.Forms.Label label19;
928 999
    }
929 1000
}
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ApprovalScreen/FrmApprovalScreen.resx
117 117
  <resheader name="writer">
118 118
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119 119
  </resheader>
120
  <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121
    <value>17, 17</value>
122
  </metadata>
123
  <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124
    <value>17, 17</value>
125
  </metadata>
126 120
  <metadata name="Column03.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
127 121
    <value>True</value>
128 122
  </metadata>
......
138 132
  <metadata name="Column05.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
139 133
    <value>True</value>
140 134
  </metadata>
135
  <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
136
    <value>17, 17</value>
137
  </metadata>
141 138
  <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
142 139
    <value>35</value>
143 140
  </metadata>
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ApprovalScreen/FrmApprovalScreenAuxiliary.cs
166 166
                if (m_ApprovalCode != iCode) return true;
167 167

  
168 168
                // 増減なしの工事・本体工事はチェック無
169
                if (m_ConstructionBaseInfo.TyingFlg == (int)CommonDefine.BaseInfoTyingFlg.Standard
170
                    || m_ConstructionBaseInfo.TyingFlg == (int)CommonDefine.BaseInfoTyingFlg.Parent) return true;
169
                if (m_ConstrBaseRec.TyingFlg == (int)CommonDefine.BaseInfoTyingFlg.Standard
170
                    || m_ConstrBaseRec.TyingFlg == (int)CommonDefine.BaseInfoTyingFlg.Parent) return true;
171 171

  
172 172
                // 増減工事の子データのみ表示
173 173
                StringBuilder strSQL = new StringBuilder();
......
396 396
            m_dispLabelControl[(int)DispHeader.ApprovalProcess] = lblLabel12;
397 397
            m_dispLabelControl[(int)DispHeader.ApprovalDate] = lblLabel14;
398 398
            m_dispLabelControl[(int)DispHeader.EstimateType] = lblLabel15;
399
            m_dispLabelControl[(int)DispHeader.ConstrPeriod] = lblLabel16;
400
            m_dispLabelControl[(int)DispHeader.OrdersName] = lblLabel17;
401

  
399 402
        }
400 403
        #endregion
401 404

  
......
577 580
        private void SetConfirmationForm()
578 581
        {
579 582
            // 管理担当部署取得
580
            int DepCode = ClsApprovalPermission.GetFromConstructionAndApprovalTheDepartment(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
583
            int DepCode = ClsApprovalPermission.GetFromConstrAndAppTheDep(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
581 584
            // ログイン者が承認者かどうか確認する
582 585
            if (ClsApprovalPermission.CheckUserForApprover(m_ApprovalCode, DepCode)) return;
583 586

  
......
605 608
                // 工事基本情報取得
606 609
                StringBuilder strSQL = new StringBuilder();
607 610
                strSQL.AppendFormat(" Where ConstructionCode = {0}", m_ConstructionCode);
608
                if (!cbiDB.SelectAction(strSQL.ToString(), ref m_ConstructionBaseInfo)) return false;
611
                if (!cbiDB.SelectAction(strSQL.ToString(), ref m_ConstrBaseRec)) return false;
609 612

  
610 613
                // 担当部署取得
611
                int CurrentDepartmentCode = ClsApprovalPermission.GetFromConstructionAndApprovalTheDepartment(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
614
                int CurrentDepartmentCode = ClsApprovalPermission.GetFromConstrAndAppTheDep(m_ConstructionCode, m_ApprovalCode, m_OrderNo);
612 615

  
613 616
                // 承認経路マスタ取得
614 617
                strSQL.Clear();
......
644 647
            {
645 648
                // 工事基本情報明細取得
646 649
                StringBuilder strSQL = new StringBuilder();
647
                strSQL.Append("SELECT B.DETAILSTRING, C.PERSONNAME, D.PERSONNAME FROM CONSTRUCTIONBASEINFO A");
650
                strSQL.Append("SELECT B.DETAILSTRING, C.PERSONNAME, D.PERSONNAME, B.DETAILNO");
651
                strSQL.Append(" FROM CONSTRUCTIONBASEINFO A");
648 652
                strSQL.Append(" LEFT JOIN PERSONINCHARGEMASTER C ON C.PERSONCODE = A.SALESPERSONCODE");
649 653
                strSQL.Append(" LEFT JOIN PERSONINCHARGEMASTER D ON D.PERSONCODE = A.CONSTRUCTIONPERSONCODE");
650 654
                strSQL.Append(", CONSTRUCTIONBASEINFODETAIL B");
651 655
                strSQL.AppendFormat(" Where A.ConstructionCode = {0}", m_ConstructionCode);
652
                strSQL.AppendFormat(" AND B.CONSTRUCTIONCODE = A.CONSTRUCTIONCODE AND B.DETAILNO = {0}",(int)ConstructionBaseInfoDetail.DetailDataNo.ConstructionName);
656
                strSQL.AppendFormat(" AND B.CONSTRUCTIONCODE = A.CONSTRUCTIONCODE AND B.DETAILNO IN ({0}, {1})"
657
                    , (int)ConstructionBaseInfoDetail.DetailDataNo.ConstructionName
658
                    , (int)ConstructionBaseInfoDetail.DetailDataNo.OrderersName);
659
                strSQL.Append("ORDER BY B.DETAILNO DESC");
653 660
                
654 661
                ArrayList workdlist = new ArrayList();
655 662
                if (!cbidDB.ExecuteReader(strSQL.ToString(), ref workdlist)) return false;
656 663
                if (workdlist.Count == 0) return false;
657 664
                
665
                // 営業期数セット
666
                m_dispLabelControl[(int)DispHeader.ConstrPeriod].Text = string.Format("{0}", m_ConstrBaseRec.ConstructionPeriod);
667

  
658 668
                object[] objRec = (object[])workdlist[0];
659 669
                // データ表示
660 670
                m_dispLabelControl[(int)DispHeader.ConstructionCode].Text = CommonMotions.cnvStringCodeFromInt(m_ConstructionCode, "-", 8);     // 工事コード
......
673 683

  
674 684
                // 見積種別
675 685
                string SetString = string.Empty;
676
                switch (m_ConstructionBaseInfo.EstimateType)
686
                switch (m_ConstrBaseRec.EstimateType)
677 687
                {
678 688
                    case (int)CommonDefine.BaseInfoEstimateType.Normal:         // 通常見積
679 689
                        SetString = "通常見積";
......
687 697
                }
688 698
                m_dispLabelControl[(int)DispHeader.EstimateType].Text = SetString;
689 699

  
700
                // 2行目の表示
701
                object[] objRec2 = (object[])workdlist[1];
702
                m_dispLabelControl[(int)DispHeader.OrdersName].Text = CommonMotions.cnvString(objRec2[0]);             // 発注者名称
703
                //ツールチップを表示するコントロールと、表示するメッセージ
704
                toolTip1.SetToolTip(m_dispLabelControl[(int)DispHeader.OrdersName], CommonMotions.cnvString(objRec2[0]));
705

  
690 706
                return true;
691 707
            }
692 708
            catch (Exception ex)
......
1047 1063
                if (m_ApprovalCode != Code1) return true;
1048 1064

  
1049 1065
                // ------ 台帳結合処理のチェック
1050
                if (m_ConstructionBaseInfo.JoinFlg == (int)CommonDefine.BaseInfoJoinFlg.Standard)
1066
                if (m_ConstrBaseRec.JoinFlg == (int)CommonDefine.BaseInfoJoinFlg.Standard)
1051 1067
                {   // ------ 結合されていないデータ
1052 1068
                    // 紐付きデータかどうかのチェック
1053
                    if (m_ConstructionBaseInfo.TyingFlg != (int)CommonDefine.BaseInfoTyingFlg.Tying)
1069
                    if (m_ConstrBaseRec.TyingFlg != (int)CommonDefine.BaseInfoTyingFlg.Tying)
1054 1070
                    {   // 紐付きデータではない場合はデータ作成
1055 1071
                        if (!MakingLedgerData()) return false;
1056 1072
                    }
......
1151 1167
                if (!LedgerDB.SelectAction(strLedger, ref LedgerRec, false)) return false;
1152 1168

  
1153 1169
                // 契約工期開始
1154
                if (LedgerRec.ConstructionStart > m_ConstructionBaseInfo.ConstructionPeriodStart)
1170
                if (LedgerRec.ConstructionStart > m_ConstrBaseRec.ConstructionPeriodStart)
1155 1171
                {
1156 1172
                    if (!BaseDB.UpdateFeild(m_ConstructionCode, (int)IOConstructionBaseInfo.TableColumn.ConstructionPeriodStart
1157
                                            , m_ConstructionBaseInfo.ConstructionPeriodStart, false)) return false;
1173
                                            , m_ConstrBaseRec.ConstructionPeriodStart, false)) return false;
1158 1174
                }
1159 1175
                // 契約工期完了
1160
                if (LedgerRec.ConstructionEnd < m_ConstructionBaseInfo.ConstructionPeriodEnd)
1176
                if (LedgerRec.ConstructionEnd < m_ConstrBaseRec.ConstructionPeriodEnd)
1161 1177
                {
1162 1178
                    if (!BaseDB.UpdateFeild(m_ConstructionCode, (int)IOConstructionBaseInfo.TableColumn.ConstructionPeriodEnd
1163
                                            , m_ConstructionBaseInfo.ConstructionPeriodEnd, false)) return false;
1179
                                            , m_ConstrBaseRec.ConstructionPeriodEnd, false)) return false;
1164 1180
                }
1165 1181

  
1166 1182
                List<int> DateCodeList = new List<int>();
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionBudget/FrmConstructionBudgetAuxiliary.cs
4361 4361
                int iConstructionCode = m_ConstructionBaseInfo.ConstructionCode;
4362 4362
                int iApprovalCode = ClsExcute.AppovalList.First(x => x.Value.Equals("工事予算書承認")).Key;
4363 4363
                // 担当部署取得
4364
                int DepartmentCode = ClsApprovalPermission.GetFromConstructionAndApprovalTheDepartment(m_ConstructionBaseInfo.ConstructionCode, iApprovalCode, CommonDefine.s_Default_OrderNo);
4364
                int DepartmentCode = ClsApprovalPermission.GetFromConstrAndAppTheDep(m_ConstructionBaseInfo.ConstructionCode, iApprovalCode, CommonDefine.s_Default_OrderNo);
4365 4365

  
4366 4366
                // 承認データ取得
4367 4367
                int ApprovalCount = ClsApprovalPermission.GetProcessApprovalDataCount(iConstructionCode, iApprovalCode, CommonDefine.s_Default_OrderNo);
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedger.cs
1006 1006
        }
1007 1007
        #endregion
1008 1008

  
1009
        #region Window???T?C?Y??X
1010
        /// <summary>
1011
        /// Window???T?C?Y??X????
1012
        /// </summary>
1013
        /// <param name="sender"></param>
1014
        /// <param name="e"></param>
1015
        private void FrmConstructionLedger_SizeChanged(object sender, EventArgs e)
1016
        {
1017
            if (this.WindowState == FormWindowState.Minimized)
1018
            {
1019
                // ?????
1020
            }
1021
            else if (this.WindowState == FormWindowState.Maximized)
1022
            {
1023
                // ???
1024
                CellSizeChangesWhenChangingScreenSize(false);
1025
            }
1026
            else if (this.WindowState == FormWindowState.Normal)
1027
            {
1028
                // ?W????
1029
                CellSizeChangesWhenChangingScreenSize(true);
1030
            }
1031
        }
1032
        #endregion
1033

  
1034 1009
        #region ?Z???????`??
1035 1010
        /// <summary>
1036 1011
        /// ?Z???????`??
......
1135 1110
                DataGridView dgv = dgvAllDisplay;
1136 1111
                DataGridViewRow CurRow = dgv.CurrentRow;
1137 1112

  
1113
                if (dgv.CurrentCell.ReadOnly) return;
1114

  
1138 1115
                // ??v?Z????
1139 1116
                RowReCalculate(CurRow, e.RowIndex, e.ColumnIndex);
1140 1117

  
branches/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedger.designer.cs
88 88
            this.btnLineAdd = new System.Windows.Forms.Button();
89 89
            this.panel2 = new System.Windows.Forms.Panel();
90 90
            this.lblCellTotal = new System.Windows.Forms.Label();
91
            this.btnDispDown = new System.Windows.Forms.Button();
92
            this.btnDispUp = new System.Windows.Forms.Button();
93
            this.btnOtherProc = new System.Windows.Forms.Button();
94
            this.btnAssistantChange = new System.Windows.Forms.Button();
95
            this.btnInstractorChange = new System.Windows.Forms.Button();
96
            this.btnChangePrice = new System.Windows.Forms.Button();
97
            this.button1 = new System.Windows.Forms.Button();
98
            this.button2 = new System.Windows.Forms.Button();
91 99
            this.dgvAllDisplay = new ProcessManagement.Forms.CustomControls.DataGridViewEX();
92 100
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
93 101
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
......
115 123
            this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
116 124
            this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
117 125
            this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
118
            this.btnDispDown = new System.Windows.Forms.Button();
119
            this.btnDispUp = new System.Windows.Forms.Button();
120
            this.btnOtherProc = new System.Windows.Forms.Button();
121
            this.btnAssistantChange = new System.Windows.Forms.Button();
122
            this.btnInstractorChange = new System.Windows.Forms.Button();
123
            this.btnChangePrice = new System.Windows.Forms.Button();
124
            this.button1 = new System.Windows.Forms.Button();
125
            this.button2 = new System.Windows.Forms.Button();
126 126
            this.panel1.SuspendLayout();
127 127
            this.pnlGroup2.SuspendLayout();
128 128
            this.pnlGroup1.SuspendLayout();
......
785 785
            this.lblCellTotal.Size = new System.Drawing.Size(0, 13);
786 786
            this.lblCellTotal.TabIndex = 36;
787 787
            // 
788
            // btnDispDown
789
            // 
790
            this.btnDispDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
791
            this.btnDispDown.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
792
            this.btnDispDown.Location = new System.Drawing.Point(1300, 418);
793
            this.btnDispDown.Name = "btnDispDown";
794
            this.btnDispDown.Size = new System.Drawing.Size(40, 40);
795
            this.btnDispDown.TabIndex = 42;
796
            this.btnDispDown.TabStop = false;
797
            this.btnDispDown.Text = "▼";
798
            this.btnDispDown.UseVisualStyleBackColor = true;
799
            this.btnDispDown.Visible = false;
800
            this.btnDispDown.Click += new System.EventHandler(this.btnDispDown_Click);
801
            // 
802
            // btnDispUp
803
            // 
804
            this.btnDispUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
805
            this.btnDispUp.Font = new System.Drawing.Font("MS 明朝", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
806
            this.btnDispUp.Location = new System.Drawing.Point(1300, 354);
807
            this.btnDispUp.Name = "btnDispUp";
808
            this.btnDispUp.Size = new System.Drawing.Size(40, 40);
809
            this.btnDispUp.TabIndex = 41;
810
            this.btnDispUp.TabStop = false;
811
            this.btnDispUp.Text = "▲";
... 差分の行数が表示可能な上限を超えました。超過分は表示しません。

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