28 |
28 |
/// </summary>
|
29 |
29 |
private void InitializeComponent()
|
30 |
30 |
{
|
31 |
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
32 |
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
33 |
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
34 |
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
31 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
32 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
33 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
34 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
35 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
35 |
36 |
this.label1 = new System.Windows.Forms.Label();
|
36 |
37 |
this.btnLineDel = new System.Windows.Forms.Button();
|
37 |
38 |
this.btnLineAdd = new System.Windows.Forms.Button();
|
... | ... | |
46 |
47 |
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
47 |
48 |
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
48 |
49 |
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
50 |
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
51 |
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
52 |
this.panel3 = new System.Windows.Forms.Panel();
|
|
53 |
this.label2 = new System.Windows.Forms.Label();
|
|
54 |
this.cmbDepartment = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
|
|
55 |
this.label14 = new System.Windows.Forms.Label();
|
|
56 |
this.cmbConstructionPerson = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
|
|
57 |
this.label15 = new System.Windows.Forms.Label();
|
|
58 |
this.label13 = new System.Windows.Forms.Label();
|
|
59 |
this.label12 = new System.Windows.Forms.Label();
|
|
60 |
this.label10 = new System.Windows.Forms.Label();
|
|
61 |
this.label11 = new System.Windows.Forms.Label();
|
|
62 |
this.label9 = new System.Windows.Forms.Label();
|
|
63 |
this.label8 = new System.Windows.Forms.Label();
|
|
64 |
this.label7 = new System.Windows.Forms.Label();
|
|
65 |
this.label5 = new System.Windows.Forms.Label();
|
|
66 |
this.comboBox1 = new ProcessManagement.Forms.CustomControls.ComboBoxEX();
|
49 |
67 |
this.label6 = new System.Windows.Forms.Label();
|
50 |
|
this.label2 = new System.Windows.Forms.Label();
|
|
68 |
this.label4 = new System.Windows.Forms.Label();
|
51 |
69 |
this.label3 = new System.Windows.Forms.Label();
|
52 |
|
this.label4 = new System.Windows.Forms.Label();
|
53 |
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
54 |
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
55 |
|
this.label5 = new System.Windows.Forms.Label();
|
|
70 |
this.pnlApproval = new System.Windows.Forms.Panel();
|
|
71 |
this.lblApprovalCount = new System.Windows.Forms.Label();
|
|
72 |
this.btnPetition = new System.Windows.Forms.Button();
|
|
73 |
this.btnApproval = new System.Windows.Forms.Button();
|
|
74 |
this.pnlApprovalButton = new System.Windows.Forms.Panel();
|
|
75 |
this.btnOnApproval = new System.Windows.Forms.Button();
|
|
76 |
this.btnNotApproval = new System.Windows.Forms.Button();
|
|
77 |
this.btnOnHold = new System.Windows.Forms.Button();
|
56 |
78 |
this.pnlWork.SuspendLayout();
|
57 |
79 |
((System.ComponentModel.ISupportInitialize)(this.dgvAllDisplay)).BeginInit();
|
58 |
|
this.groupBox1.SuspendLayout();
|
|
80 |
this.panel3.SuspendLayout();
|
|
81 |
this.pnlApproval.SuspendLayout();
|
|
82 |
this.pnlApprovalButton.SuspendLayout();
|
59 |
83 |
this.SuspendLayout();
|
60 |
84 |
//
|
61 |
85 |
// label1
|
... | ... | |
65 |
89 |
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
66 |
90 |
this.label1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
67 |
91 |
this.label1.ForeColor = System.Drawing.Color.Black;
|
68 |
|
this.label1.Location = new System.Drawing.Point(390, 9);
|
|
92 |
this.label1.Location = new System.Drawing.Point(422, 9);
|
69 |
93 |
this.label1.Name = "label1";
|
70 |
94 |
this.label1.Size = new System.Drawing.Size(500, 20);
|
71 |
95 |
this.label1.TabIndex = 7;
|
72 |
|
this.label1.Text = "作 業 日 報";
|
|
96 |
this.label1.Text = "出 勤 日 報";
|
73 |
97 |
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
74 |
98 |
//
|
75 |
99 |
// btnLineDel
|
... | ... | |
77 |
101 |
this.btnLineDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
78 |
102 |
this.btnLineDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
79 |
103 |
this.btnLineDel.Font = new System.Drawing.Font("MS 明朝", 9.75F, System.Drawing.FontStyle.Bold);
|
80 |
|
this.btnLineDel.Location = new System.Drawing.Point(751, 656);
|
|
104 |
this.btnLineDel.Location = new System.Drawing.Point(815, 635);
|
81 |
105 |
this.btnLineDel.Name = "btnLineDel";
|
82 |
106 |
this.btnLineDel.Size = new System.Drawing.Size(130, 30);
|
83 |
107 |
this.btnLineDel.TabIndex = 100;
|
... | ... | |
90 |
114 |
this.btnLineAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
91 |
115 |
this.btnLineAdd.BackColor = System.Drawing.Color.PaleGreen;
|
92 |
116 |
this.btnLineAdd.Font = new System.Drawing.Font("MS 明朝", 9.75F, System.Drawing.FontStyle.Bold);
|
93 |
|
this.btnLineAdd.Location = new System.Drawing.Point(613, 656);
|
|
117 |
this.btnLineAdd.Location = new System.Drawing.Point(677, 635);
|
94 |
118 |
this.btnLineAdd.Name = "btnLineAdd";
|
95 |
119 |
this.btnLineAdd.Size = new System.Drawing.Size(130, 30);
|
96 |
120 |
this.btnLineAdd.TabIndex = 99;
|
... | ... | |
104 |
128 |
this.btnDataDelete.BackColor = System.Drawing.Color.Red;
|
105 |
129 |
this.btnDataDelete.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
106 |
130 |
this.btnDataDelete.ForeColor = System.Drawing.Color.White;
|
107 |
|
this.btnDataDelete.Location = new System.Drawing.Point(1025, 656);
|
|
131 |
this.btnDataDelete.Location = new System.Drawing.Point(1089, 635);
|
108 |
132 |
this.btnDataDelete.Name = "btnDataDelete";
|
109 |
133 |
this.btnDataDelete.Size = new System.Drawing.Size(120, 30);
|
110 |
134 |
this.btnDataDelete.TabIndex = 97;
|
... | ... | |
117 |
141 |
this.btnDataEntry.BackColor = System.Drawing.Color.Green;
|
118 |
142 |
this.btnDataEntry.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
119 |
143 |
this.btnDataEntry.ForeColor = System.Drawing.Color.White;
|
120 |
|
this.btnDataEntry.Location = new System.Drawing.Point(899, 656);
|
|
144 |
this.btnDataEntry.Location = new System.Drawing.Point(963, 635);
|
121 |
145 |
this.btnDataEntry.Name = "btnDataEntry";
|
122 |
146 |
this.btnDataEntry.Size = new System.Drawing.Size(120, 30);
|
123 |
147 |
this.btnDataEntry.TabIndex = 96;
|
... | ... | |
130 |
154 |
this.btnEnd.BackColor = System.Drawing.Color.Blue;
|
131 |
155 |
this.btnEnd.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
132 |
156 |
this.btnEnd.ForeColor = System.Drawing.Color.White;
|
133 |
|
this.btnEnd.Location = new System.Drawing.Point(1151, 656);
|
|
157 |
this.btnEnd.Location = new System.Drawing.Point(1215, 635);
|
134 |
158 |
this.btnEnd.Name = "btnEnd";
|
135 |
159 |
this.btnEnd.Size = new System.Drawing.Size(120, 30);
|
136 |
160 |
this.btnEnd.TabIndex = 98;
|
... | ... | |
142 |
166 |
//
|
143 |
167 |
this.btnOtherProc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
144 |
168 |
this.btnOtherProc.BackColor = System.Drawing.Color.SpringGreen;
|
145 |
|
this.btnOtherProc.Location = new System.Drawing.Point(7, 656);
|
|
169 |
this.btnOtherProc.Location = new System.Drawing.Point(7, 635);
|
146 |
170 |
this.btnOtherProc.Name = "btnOtherProc";
|
147 |
171 |
this.btnOtherProc.Size = new System.Drawing.Size(160, 30);
|
148 |
172 |
this.btnOtherProc.TabIndex = 101;
|
... | ... | |
152 |
176 |
//
|
153 |
177 |
// pnlWork
|
154 |
178 |
//
|
155 |
|
this.pnlWork.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
156 |
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
179 |
this.pnlWork.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
157 |
180 |
| System.Windows.Forms.AnchorStyles.Right)));
|
158 |
181 |
this.pnlWork.BackColor = System.Drawing.Color.WhiteSmoke;
|
159 |
182 |
this.pnlWork.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
160 |
183 |
this.pnlWork.Controls.Add(this.dgvAllDisplay);
|
161 |
|
this.pnlWork.Location = new System.Drawing.Point(5, 100);
|
|
184 |
this.pnlWork.Location = new System.Drawing.Point(5, 122);
|
162 |
185 |
this.pnlWork.Name = "pnlWork";
|
163 |
|
this.pnlWork.Size = new System.Drawing.Size(1270, 540);
|
|
186 |
this.pnlWork.Size = new System.Drawing.Size(1334, 500);
|
164 |
187 |
this.pnlWork.TabIndex = 102;
|
165 |
188 |
//
|
166 |
189 |
// dgvAllDisplay
|
... | ... | |
173 |
196 |
| System.Windows.Forms.AnchorStyles.Right)));
|
174 |
197 |
this.dgvAllDisplay.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
175 |
198 |
this.dgvAllDisplay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
176 |
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
177 |
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
178 |
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
179 |
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
180 |
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
181 |
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
182 |
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
183 |
|
this.dgvAllDisplay.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
199 |
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
200 |
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|
201 |
dataGridViewCellStyle6.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
202 |
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
203 |
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
204 |
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
205 |
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
206 |
this.dgvAllDisplay.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
207 |
this.dgvAllDisplay.ColumnHeadersHeight = 24;
|
184 |
208 |
this.dgvAllDisplay.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
185 |
209 |
this.dgvAllDisplay.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
186 |
210 |
this.Column1,
|
187 |
211 |
this.Column4,
|
188 |
212 |
this.Column3,
|
189 |
213 |
this.Column5,
|
190 |
|
this.Column2});
|
191 |
|
this.dgvAllDisplay.Location = new System.Drawing.Point(8, 8);
|
|
214 |
this.Column2,
|
|
215 |
this.Column7,
|
|
216 |
this.Column6});
|
|
217 |
this.dgvAllDisplay.Location = new System.Drawing.Point(5, 8);
|
192 |
218 |
this.dgvAllDisplay.Name = "dgvAllDisplay";
|
193 |
219 |
this.dgvAllDisplay.RowHeadersVisible = false;
|
194 |
220 |
this.dgvAllDisplay.RowHeadersWidth = 20;
|
195 |
221 |
this.dgvAllDisplay.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
196 |
222 |
this.dgvAllDisplay.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
197 |
223 |
this.dgvAllDisplay.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
|
198 |
|
this.dgvAllDisplay.RowTemplate.Height = 20;
|
|
224 |
this.dgvAllDisplay.RowTemplate.Height = 24;
|
199 |
225 |
this.dgvAllDisplay.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
200 |
|
this.dgvAllDisplay.Size = new System.Drawing.Size(1250, 505);
|
|
226 |
this.dgvAllDisplay.Size = new System.Drawing.Size(1320, 482);
|
201 |
227 |
this.dgvAllDisplay.TabIndex = 36;
|
202 |
228 |
//
|
203 |
229 |
// Column1
|
204 |
230 |
//
|
205 |
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
206 |
|
this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
231 |
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
232 |
this.Column1.DefaultCellStyle = dataGridViewCellStyle7;
|
207 |
233 |
this.Column1.Frozen = true;
|
208 |
234 |
this.Column1.HeaderText = "日付";
|
209 |
235 |
this.Column1.Name = "Column1";
|
210 |
236 |
this.Column1.ReadOnly = true;
|
211 |
237 |
this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
212 |
238 |
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
239 |
this.Column1.Width = 70;
|
213 |
240 |
//
|
214 |
241 |
// Column4
|
215 |
242 |
//
|
... | ... | |
224 |
251 |
//
|
225 |
252 |
// Column3
|
226 |
253 |
//
|
227 |
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
228 |
|
this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
|
|
254 |
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
255 |
this.Column3.DefaultCellStyle = dataGridViewCellStyle8;
|
229 |
256 |
this.Column3.Frozen = true;
|
230 |
257 |
this.Column3.HeaderText = "曜日";
|
231 |
258 |
this.Column3.Name = "Column3";
|
232 |
259 |
this.Column3.ReadOnly = true;
|
233 |
260 |
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
234 |
261 |
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
262 |
this.Column3.Width = 80;
|
235 |
263 |
//
|
236 |
264 |
// Column5
|
237 |
265 |
//
|
... | ... | |
246 |
274 |
//
|
247 |
275 |
// Column2
|
248 |
276 |
//
|
249 |
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
250 |
|
this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
|
|
277 |
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
278 |
this.Column2.DefaultCellStyle = dataGridViewCellStyle9;
|
251 |
279 |
this.Column2.Frozen = true;
|
252 |
280 |
this.Column2.HeaderText = "現 場 名 称";
|
253 |
281 |
this.Column2.Name = "Column2";
|
254 |
282 |
this.Column2.ReadOnly = true;
|
255 |
283 |
this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
256 |
284 |
this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
257 |
|
this.Column2.Width = 1030;
|
|
285 |
this.Column2.Width = 650;
|
258 |
286 |
//
|
|
287 |
// Column7
|
|
288 |
//
|
|
289 |
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
290 |
this.Column7.DefaultCellStyle = dataGridViewCellStyle10;
|
|
291 |
this.Column7.Frozen = true;
|
|
292 |
this.Column7.HeaderText = "残業時間";
|
|
293 |
this.Column7.Name = "Column7";
|
|
294 |
this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
295 |
this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
296 |
//
|
|
297 |
// Column6
|
|
298 |
//
|
|
299 |
this.Column6.Frozen = true;
|
|
300 |
this.Column6.HeaderText = "備 考";
|
|
301 |
this.Column6.Name = "Column6";
|
|
302 |
this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
303 |
this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
304 |
this.Column6.Width = 400;
|
|
305 |
//
|
|
306 |
// panel3
|
|
307 |
//
|
|
308 |
this.panel3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
309 |
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
|
310 |
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
311 |
this.panel3.Controls.Add(this.label2);
|
|
312 |
this.panel3.Controls.Add(this.cmbDepartment);
|
|
313 |
this.panel3.Controls.Add(this.label14);
|
|
314 |
this.panel3.Controls.Add(this.cmbConstructionPerson);
|
|
315 |
this.panel3.Controls.Add(this.label15);
|
|
316 |
this.panel3.Controls.Add(this.label13);
|
|
317 |
this.panel3.Controls.Add(this.label12);
|
|
318 |
this.panel3.Controls.Add(this.label10);
|
|
319 |
this.panel3.Controls.Add(this.label11);
|
|
320 |
this.panel3.Controls.Add(this.label9);
|
|
321 |
this.panel3.Controls.Add(this.label8);
|
|
322 |
this.panel3.Controls.Add(this.label7);
|
|
323 |
this.panel3.Controls.Add(this.label5);
|
|
324 |
this.panel3.Controls.Add(this.comboBox1);
|
|
325 |
this.panel3.Controls.Add(this.label6);
|
|
326 |
this.panel3.Controls.Add(this.label4);
|
|
327 |
this.panel3.Controls.Add(this.label3);
|
|
328 |
this.panel3.Controls.Add(this.pnlApproval);
|
|
329 |
this.panel3.Controls.Add(this.pnlApprovalButton);
|
|
330 |
this.panel3.Location = new System.Drawing.Point(6, 40);
|
|
331 |
this.panel3.Name = "panel3";
|
|
332 |
this.panel3.Size = new System.Drawing.Size(1325, 74);
|
|
333 |
this.panel3.TabIndex = 104;
|
|
334 |
//
|
|
335 |
// label2
|
|
336 |
//
|
|
337 |
this.label2.BackColor = System.Drawing.Color.LemonChiffon;
|
|
338 |
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
339 |
this.label2.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
340 |
this.label2.ForeColor = System.Drawing.Color.Black;
|
|
341 |
this.label2.Location = new System.Drawing.Point(692, 39);
|
|
342 |
this.label2.Name = "label2";
|
|
343 |
this.label2.Size = new System.Drawing.Size(54, 27);
|
|
344 |
this.label2.TabIndex = 127;
|
|
345 |
this.label2.Text = "時間";
|
|
346 |
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
347 |
//
|
|
348 |
// cmbDepartment
|
|
349 |
//
|
|
350 |
this.cmbDepartment.BackColor = System.Drawing.Color.White;
|
|
351 |
this.cmbDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
352 |
this.cmbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
353 |
this.cmbDepartment.Font = new System.Drawing.Font("MS 明朝", 15.75F, System.Drawing.FontStyle.Bold);
|
|
354 |
this.cmbDepartment.FormattingEnabled = true;
|
|
355 |
this.cmbDepartment.Location = new System.Drawing.Point(437, 4);
|
|
356 |
this.cmbDepartment.Name = "cmbDepartment";
|
|
357 |
this.cmbDepartment.Size = new System.Drawing.Size(260, 29);
|
|
358 |
this.cmbDepartment.TabIndex = 123;
|
|
359 |
this.cmbDepartment.TextChanged += new System.EventHandler(this.cmbDepartment_TextChanged);
|
|
360 |
//
|
|
361 |
// label14
|
|
362 |
//
|
|
363 |
this.label14.BackColor = System.Drawing.Color.SandyBrown;
|
|
364 |
this.label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
365 |
this.label14.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
366 |
this.label14.ForeColor = System.Drawing.Color.Black;
|
|
367 |
this.label14.Location = new System.Drawing.Point(309, 5);
|
|
368 |
this.label14.Name = "label14";
|
|
369 |
this.label14.Size = new System.Drawing.Size(120, 27);
|
|
370 |
this.label14.TabIndex = 126;
|
|
371 |
this.label14.Text = "担当部署";
|
|
372 |
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
373 |
//
|
|
374 |
// cmbConstructionPerson
|
|
375 |
//
|
|
376 |
this.cmbConstructionPerson.BackColor = System.Drawing.Color.White;
|
|
377 |
this.cmbConstructionPerson.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
378 |
this.cmbConstructionPerson.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
379 |
this.cmbConstructionPerson.Font = new System.Drawing.Font("MS 明朝", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
380 |
this.cmbConstructionPerson.FormattingEnabled = true;
|
|
381 |
this.cmbConstructionPerson.Location = new System.Drawing.Point(841, 4);
|
|
382 |
this.cmbConstructionPerson.Name = "cmbConstructionPerson";
|
|
383 |
this.cmbConstructionPerson.Size = new System.Drawing.Size(200, 29);
|
|
384 |
this.cmbConstructionPerson.TabIndex = 124;
|
|
385 |
this.cmbConstructionPerson.TextChanged += new System.EventHandler(this.cmbConstructionPerson_TextChanged);
|
|
386 |
//
|
|
387 |
// label15
|
|
388 |
//
|
|
389 |
this.label15.BackColor = System.Drawing.Color.SandyBrown;
|
|
390 |
this.label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
391 |
this.label15.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
392 |
this.label15.ForeColor = System.Drawing.Color.Black;
|
|
393 |
this.label15.Location = new System.Drawing.Point(713, 5);
|
|
394 |
this.label15.Name = "label15";
|
|
395 |
this.label15.Size = new System.Drawing.Size(120, 27);
|
|
396 |
this.label15.TabIndex = 125;
|
|
397 |
this.label15.Text = "担 当 者";
|
|
398 |
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
399 |
//
|
|
400 |
// label13
|
|
401 |
//
|
|
402 |
this.label13.BackColor = System.Drawing.Color.White;
|
|
403 |
this.label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
404 |
this.label13.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
405 |
this.label13.Location = new System.Drawing.Point(632, 39);
|
|
406 |
this.label13.Name = "label13";
|
|
407 |
this.label13.Size = new System.Drawing.Size(60, 27);
|
|
408 |
this.label13.TabIndex = 122;
|
|
409 |
this.label13.Text = "999";
|
|
410 |
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
411 |
//
|
|
412 |
// label12
|
|
413 |
//
|
|
414 |
this.label12.BackColor = System.Drawing.Color.LemonChiffon;
|
|
415 |
this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
416 |
this.label12.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
417 |
this.label12.ForeColor = System.Drawing.Color.Black;
|
|
418 |
this.label12.Location = new System.Drawing.Point(469, 39);
|
|
419 |
this.label12.Name = "label12";
|
|
420 |
this.label12.Size = new System.Drawing.Size(27, 27);
|
|
421 |
this.label12.TabIndex = 121;
|
|
422 |
this.label12.Text = "日";
|
|
423 |
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
424 |
//
|
|
425 |
// label10
|
|
426 |
//
|
|
427 |
this.label10.BackColor = System.Drawing.Color.LemonChiffon;
|
|
428 |
this.label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
429 |
this.label10.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
430 |
this.label10.ForeColor = System.Drawing.Color.Black;
|
|
431 |
this.label10.Location = new System.Drawing.Point(272, 39);
|
|
432 |
this.label10.Name = "label10";
|
|
433 |
this.label10.Size = new System.Drawing.Size(27, 27);
|
|
434 |
this.label10.TabIndex = 120;
|
|
435 |
this.label10.Text = "日";
|
|
436 |
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
437 |
//
|
|
438 |
// label11
|
|
439 |
//
|
|
440 |
this.label11.BackColor = System.Drawing.Color.Transparent;
|
|
441 |
this.label11.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
442 |
this.label11.ForeColor = System.Drawing.Color.Black;
|
|
443 |
this.label11.Location = new System.Drawing.Point(200, 39);
|
|
444 |
this.label11.Name = "label11";
|
|
445 |
this.label11.Size = new System.Drawing.Size(32, 27);
|
|
446 |
this.label11.TabIndex = 120;
|
|
447 |
this.label11.Text = "~";
|
|
448 |
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
449 |
//
|
|
450 |
// label9
|
|
451 |
//
|
|
452 |
this.label9.BackColor = System.Drawing.Color.LemonChiffon;
|
|
453 |
this.label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
454 |
this.label9.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
455 |
this.label9.ForeColor = System.Drawing.Color.Black;
|
|
456 |
this.label9.Location = new System.Drawing.Point(173, 39);
|
|
457 |
this.label9.Name = "label9";
|
|
458 |
this.label9.Size = new System.Drawing.Size(27, 27);
|
|
459 |
this.label9.TabIndex = 120;
|
|
460 |
this.label9.Text = "日";
|
|
461 |
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
462 |
//
|
|
463 |
// label8
|
|
464 |
//
|
|
465 |
this.label8.BackColor = System.Drawing.Color.White;
|
|
466 |
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
467 |
this.label8.Font = new System.Drawing.Font("Century", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
468 |
this.label8.Location = new System.Drawing.Point(232, 39);
|
|
469 |
this.label8.Name = "label8";
|
|
470 |
this.label8.Size = new System.Drawing.Size(40, 27);
|
|
471 |
this.label8.TabIndex = 119;
|
|
472 |
this.label8.Text = "99";
|
|
473 |
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
474 |
//
|
|
475 |
// label7
|
|
476 |
//
|
|
477 |
this.label7.BackColor = System.Drawing.Color.White;
|
|
478 |
this.label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
479 |
this.label7.Font = new System.Drawing.Font("Century", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
480 |
this.label7.Location = new System.Drawing.Point(133, 39);
|
|
481 |
this.label7.Name = "label7";
|
|
482 |
this.label7.Size = new System.Drawing.Size(40, 27);
|
|
483 |
this.label7.TabIndex = 119;
|
|
484 |
this.label7.Text = "99";
|
|
485 |
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
486 |
//
|
|
487 |
// label5
|
|
488 |
//
|
|
489 |
this.label5.BackColor = System.Drawing.Color.LemonChiffon;
|
|
490 |
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
491 |
this.label5.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
492 |
this.label5.ForeColor = System.Drawing.Color.Black;
|
|
493 |
this.label5.Location = new System.Drawing.Point(512, 39);
|
|
494 |
this.label5.Name = "label5";
|
|
495 |
this.label5.Size = new System.Drawing.Size(120, 27);
|
|
496 |
this.label5.TabIndex = 117;
|
|
497 |
this.label5.Text = "残業時間";
|
|
498 |
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
499 |
//
|
|
500 |
// comboBox1
|
|
501 |
//
|
|
502 |
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
503 |
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
504 |
this.comboBox1.Font = new System.Drawing.Font("MS 明朝", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
505 |
this.comboBox1.FormattingEnabled = true;
|
|
506 |
this.comboBox1.Location = new System.Drawing.Point(133, 4);
|
|
507 |
this.comboBox1.Name = "comboBox1";
|
|
508 |
this.comboBox1.Size = new System.Drawing.Size(160, 29);
|
|
509 |
this.comboBox1.TabIndex = 114;
|
|
510 |
//
|
259 |
511 |
// label6
|
260 |
512 |
//
|
261 |
|
this.label6.BackColor = System.Drawing.Color.LemonChiffon;
|
|
513 |
this.label6.BackColor = System.Drawing.Color.SandyBrown;
|
262 |
514 |
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
263 |
515 |
this.label6.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
264 |
516 |
this.label6.ForeColor = System.Drawing.Color.Black;
|
265 |
|
this.label6.Location = new System.Drawing.Point(6, 16);
|
|
517 |
this.label6.Location = new System.Drawing.Point(5, 5);
|
266 |
518 |
this.label6.Name = "label6";
|
267 |
519 |
this.label6.Size = new System.Drawing.Size(120, 27);
|
268 |
|
this.label6.TabIndex = 43;
|
269 |
|
this.label6.Text = "作業年月";
|
|
520 |
this.label6.TabIndex = 111;
|
|
521 |
this.label6.Text = "対象年月";
|
270 |
522 |
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
271 |
523 |
//
|
272 |
|
// label2
|
|
524 |
// label4
|
273 |
525 |
//
|
274 |
|
this.label2.BackColor = System.Drawing.Color.White;
|
275 |
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
276 |
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
277 |
|
this.label2.Location = new System.Drawing.Point(134, 17);
|
278 |
|
this.label2.Name = "label2";
|
279 |
|
this.label2.Size = new System.Drawing.Size(160, 25);
|
280 |
|
this.label2.TabIndex = 44;
|
281 |
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
526 |
this.label4.BackColor = System.Drawing.Color.White;
|
|
527 |
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
528 |
this.label4.Font = new System.Drawing.Font("Century", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
529 |
this.label4.Location = new System.Drawing.Point(429, 39);
|
|
530 |
this.label4.Name = "label4";
|
|
531 |
this.label4.Size = new System.Drawing.Size(40, 27);
|
|
532 |
this.label4.TabIndex = 113;
|
|
533 |
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
282 |
534 |
//
|
283 |
535 |
// label3
|
284 |
536 |
//
|
... | ... | |
286 |
538 |
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
287 |
539 |
this.label3.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
288 |
540 |
this.label3.ForeColor = System.Drawing.Color.Black;
|
289 |
|
this.label3.Location = new System.Drawing.Point(318, 16);
|
|
541 |
this.label3.Location = new System.Drawing.Point(309, 39);
|
290 |
542 |
this.label3.Name = "label3";
|
291 |
543 |
this.label3.Size = new System.Drawing.Size(120, 27);
|
292 |
|
this.label3.TabIndex = 45;
|
|
544 |
this.label3.TabIndex = 112;
|
293 |
545 |
this.label3.Text = "出勤日数";
|
294 |
546 |
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
295 |
547 |
//
|
296 |
|
// label4
|
|
548 |
// pnlApproval
|
297 |
549 |
//
|
298 |
|
this.label4.BackColor = System.Drawing.Color.White;
|
299 |
|
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
300 |
|
this.label4.Location = new System.Drawing.Point(446, 17);
|
301 |
|
this.label4.Name = "label4";
|
302 |
|
this.label4.Size = new System.Drawing.Size(80, 25);
|
303 |
|
this.label4.TabIndex = 46;
|
304 |
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
550 |
this.pnlApproval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
551 |
this.pnlApproval.BackColor = System.Drawing.Color.White;
|
|
552 |
this.pnlApproval.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
553 |
this.pnlApproval.Controls.Add(this.lblApprovalCount);
|
|
554 |
this.pnlApproval.Controls.Add(this.btnPetition);
|
|
555 |
this.pnlApproval.Controls.Add(this.btnApproval);
|
|
556 |
this.pnlApproval.Location = new System.Drawing.Point(1056, 0);
|
|
557 |
this.pnlApproval.Name = "pnlApproval";
|
|
558 |
this.pnlApproval.Size = new System.Drawing.Size(262, 34);
|
|
559 |
this.pnlApproval.TabIndex = 109;
|
|
560 |
this.pnlApproval.Visible = false;
|
305 |
561 |
//
|
306 |
|
// groupBox1
|
|
562 |
// lblApprovalCount
|
307 |
563 |
//
|
308 |
|
this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
309 |
|
this.groupBox1.Controls.Add(this.textBox1);
|
310 |
|
this.groupBox1.Controls.Add(this.label5);
|
311 |
|
this.groupBox1.Controls.Add(this.label6);
|
312 |
|
this.groupBox1.Controls.Add(this.label4);
|
313 |
|
this.groupBox1.Controls.Add(this.label2);
|
314 |
|
this.groupBox1.Controls.Add(this.label3);
|
315 |
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
316 |
|
this.groupBox1.Location = new System.Drawing.Point(5, 40);
|
317 |
|
this.groupBox1.Name = "groupBox1";
|
318 |
|
this.groupBox1.Size = new System.Drawing.Size(1270, 50);
|
319 |
|
this.groupBox1.TabIndex = 103;
|
320 |
|
this.groupBox1.TabStop = false;
|
|
564 |
this.lblApprovalCount.BackColor = System.Drawing.Color.Black;
|
|
565 |
this.lblApprovalCount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
566 |
this.lblApprovalCount.ForeColor = System.Drawing.Color.White;
|
|
567 |
this.lblApprovalCount.Location = new System.Drawing.Point(205, 3);
|
|
568 |
this.lblApprovalCount.Name = "lblApprovalCount";
|
|
569 |
this.lblApprovalCount.Size = new System.Drawing.Size(50, 24);
|
|
570 |
this.lblApprovalCount.TabIndex = 1;
|
|
571 |
this.lblApprovalCount.Text = "4/5";
|
|
572 |
this.lblApprovalCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
321 |
573 |
//
|
322 |
|
// textBox1
|
|
574 |
// btnPetition
|
323 |
575 |
//
|
324 |
|
this.textBox1.Font = new System.Drawing.Font("MS 明朝", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
325 |
|
this.textBox1.Location = new System.Drawing.Point(678, 16);
|
326 |
|
this.textBox1.Name = "textBox1";
|
327 |
|
this.textBox1.Size = new System.Drawing.Size(89, 26);
|
328 |
|
this.textBox1.TabIndex = 48;
|
|
576 |
this.btnPetition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
577 |
| System.Windows.Forms.AnchorStyles.Right)));
|
|
578 |
this.btnPetition.BackColor = System.Drawing.Color.White;
|
|
579 |
this.btnPetition.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
580 |
this.btnPetition.ForeColor = System.Drawing.Color.Red;
|
|
581 |
this.btnPetition.Location = new System.Drawing.Point(3, 3);
|
|
582 |
this.btnPetition.Name = "btnPetition";
|
|
583 |
this.btnPetition.Size = new System.Drawing.Size(100, 24);
|
|
584 |
this.btnPetition.TabIndex = 12;
|
|
585 |
this.btnPetition.Text = "未申請";
|
|
586 |
this.btnPetition.UseVisualStyleBackColor = false;
|
329 |
587 |
//
|
330 |
|
// label5
|
|
588 |
// btnApproval
|
331 |
589 |
//
|
332 |
|
this.label5.BackColor = System.Drawing.Color.Orange;
|
333 |
|
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
334 |
|
this.label5.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
335 |
|
this.label5.ForeColor = System.Drawing.Color.Black;
|
336 |
|
this.label5.Location = new System.Drawing.Point(550, 16);
|
337 |
|
this.label5.Name = "label5";
|
338 |
|
this.label5.Size = new System.Drawing.Size(120, 27);
|
339 |
|
this.label5.TabIndex = 47;
|
340 |
|
this.label5.Text = "残業時間";
|
341 |
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
590 |
this.btnApproval.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
591 |
this.btnApproval.BackColor = System.Drawing.Color.White;
|
|
592 |
this.btnApproval.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
593 |
this.btnApproval.ForeColor = System.Drawing.Color.Red;
|
|
594 |
this.btnApproval.Location = new System.Drawing.Point(104, 3);
|
|
595 |
this.btnApproval.Name = "btnApproval";
|
|
596 |
this.btnApproval.Size = new System.Drawing.Size(100, 24);
|
|
597 |
this.btnApproval.TabIndex = 12;
|
|
598 |
this.btnApproval.Text = "未承認";
|
|
599 |
this.btnApproval.UseVisualStyleBackColor = false;
|
342 |
600 |
//
|
|
601 |
// pnlApprovalButton
|
|
602 |
//
|
|
603 |
this.pnlApprovalButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
604 |
this.pnlApprovalButton.AutoSize = true;
|
|
605 |
this.pnlApprovalButton.BackColor = System.Drawing.Color.White;
|
|
606 |
this.pnlApprovalButton.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
607 |
this.pnlApprovalButton.Controls.Add(this.btnOnApproval);
|
|
608 |
this.pnlApprovalButton.Controls.Add(this.btnNotApproval);
|
|
609 |
this.pnlApprovalButton.Controls.Add(this.btnOnHold);
|
|
610 |
this.pnlApprovalButton.Location = new System.Drawing.Point(1056, 0);
|
|
611 |
this.pnlApprovalButton.Name = "pnlApprovalButton";
|
|
612 |
this.pnlApprovalButton.Size = new System.Drawing.Size(262, 34);
|
|
613 |
this.pnlApprovalButton.TabIndex = 110;
|
|
614 |
this.pnlApprovalButton.Visible = false;
|
|
615 |
//
|
|
616 |
// btnOnApproval
|
|
617 |
//
|
|
618 |
this.btnOnApproval.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
619 |
this.btnOnApproval.Location = new System.Drawing.Point(5, 3);
|
|
620 |
this.btnOnApproval.Name = "btnOnApproval";
|
|
621 |
this.btnOnApproval.Size = new System.Drawing.Size(83, 24);
|
|
622 |
this.btnOnApproval.TabIndex = 34;
|
|
623 |
this.btnOnApproval.TabStop = false;
|
|
624 |
this.btnOnApproval.Text = "承認";
|
|
625 |
this.btnOnApproval.UseVisualStyleBackColor = false;
|
|
626 |
//
|
|
627 |
// btnNotApproval
|
|
628 |
//
|
|
629 |
this.btnNotApproval.BackColor = System.Drawing.Color.Red;
|
|
630 |
this.btnNotApproval.Location = new System.Drawing.Point(171, 3);
|
|
631 |
this.btnNotApproval.Name = "btnNotApproval";
|
|
632 |
this.btnNotApproval.Size = new System.Drawing.Size(83, 24);
|
|
633 |
this.btnNotApproval.TabIndex = 35;
|
|
634 |
this.btnNotApproval.TabStop = false;
|
|
635 |
this.btnNotApproval.Text = "不承認";
|
|
636 |
this.btnNotApproval.UseVisualStyleBackColor = false;
|
|
637 |
//
|
|
638 |
// btnOnHold
|
|
639 |
//
|
|
640 |
this.btnOnHold.BackColor = System.Drawing.Color.Yellow;
|
|
641 |
this.btnOnHold.Location = new System.Drawing.Point(88, 3);
|
|
642 |
this.btnOnHold.Name = "btnOnHold";
|
|
643 |
this.btnOnHold.Size = new System.Drawing.Size(83, 24);
|
|
644 |
this.btnOnHold.TabIndex = 36;
|
|
645 |
this.btnOnHold.TabStop = false;
|
|
646 |
this.btnOnHold.Text = "保留";
|
|
647 |
this.btnOnHold.UseVisualStyleBackColor = false;
|
|
648 |
//
|
343 |
649 |
// FrmDRWork
|
344 |
650 |
//
|
345 |
651 |
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
346 |
652 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
347 |
653 |
this.BackColor = System.Drawing.Color.Black;
|
348 |
|
this.ClientSize = new System.Drawing.Size(1280, 692);
|
349 |
|
this.Controls.Add(this.groupBox1);
|
|
654 |
this.ClientSize = new System.Drawing.Size(1344, 677);
|
|
655 |
this.Controls.Add(this.panel3);
|
350 |
656 |
this.Controls.Add(this.pnlWork);
|
351 |
657 |
this.Controls.Add(this.btnOtherProc);
|
352 |
658 |
this.Controls.Add(this.btnLineDel);
|
... | ... | |
361 |
667 |
this.Name = "FrmDRWork";
|
362 |
668 |
this.ShowIcon = false;
|
363 |
669 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
364 |
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTAndPCosts_FormClosing);
|
365 |
|
this.Load += new System.EventHandler(this.FrmTAndPCosts_Load);
|
|
670 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDRWork_FormClosing);
|
|
671 |
this.Load += new System.EventHandler(this.FrmDRWork_Load);
|
366 |
672 |
this.pnlWork.ResumeLayout(false);
|
367 |
673 |
((System.ComponentModel.ISupportInitialize)(this.dgvAllDisplay)).EndInit();
|
368 |
|
this.groupBox1.ResumeLayout(false);
|
369 |
|
this.groupBox1.PerformLayout();
|
|
674 |
this.panel3.ResumeLayout(false);
|
|
675 |
this.panel3.PerformLayout();
|
|
676 |
this.pnlApproval.ResumeLayout(false);
|
|
677 |
this.pnlApprovalButton.ResumeLayout(false);
|
370 |
678 |
this.ResumeLayout(false);
|
371 |
679 |
|
372 |
680 |
}
|
... | ... | |
382 |
690 |
private System.Windows.Forms.Button btnOtherProc;
|
383 |
691 |
private System.Windows.Forms.Panel pnlWork;
|
384 |
692 |
private CustomControls.DataGridViewEX dgvAllDisplay;
|
|
693 |
private System.Windows.Forms.Panel panel3;
|
|
694 |
private System.Windows.Forms.Panel pnlApproval;
|
|
695 |
private System.Windows.Forms.Label lblApprovalCount;
|
|
696 |
private System.Windows.Forms.Button btnPetition;
|
|
697 |
private System.Windows.Forms.Button btnApproval;
|
|
698 |
private System.Windows.Forms.Panel pnlApprovalButton;
|
|
699 |
private System.Windows.Forms.Button btnOnApproval;
|
|
700 |
private System.Windows.Forms.Button btnNotApproval;
|
|
701 |
private System.Windows.Forms.Button btnOnHold;
|
|
702 |
private System.Windows.Forms.Label label5;
|
|
703 |
private CustomControls.ComboBoxEX comboBox1;
|