31 |
31 |
private void InitializeComponent()
|
32 |
32 |
{
|
33 |
33 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
34 |
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
34 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
35 |
35 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
36 |
36 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
37 |
37 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
... | ... | |
41 |
41 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
42 |
42 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
43 |
43 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
44 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
45 |
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
44 |
46 |
this.label1 = new System.Windows.Forms.Label();
|
45 |
47 |
this.btnEnd = new System.Windows.Forms.Button();
|
46 |
48 |
this.btnDataEntry = new System.Windows.Forms.Button();
|
... | ... | |
66 |
68 |
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
67 |
69 |
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
68 |
70 |
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
71 |
this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
69 |
72 |
this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
70 |
73 |
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
71 |
74 |
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
... | ... | |
74 |
77 |
this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
75 |
78 |
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
76 |
79 |
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
77 |
|
this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
78 |
80 |
this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
79 |
81 |
this.groupBoxEx2.SuspendLayout();
|
80 |
82 |
this.groupBoxEx1.SuspendLayout();
|
... | ... | |
320 |
322 |
this.Column10,
|
321 |
323 |
this.Column3,
|
322 |
324 |
this.Column11,
|
|
325 |
this.Column18,
|
323 |
326 |
this.Column14,
|
324 |
327 |
this.Column4,
|
325 |
328 |
this.Column5,
|
... | ... | |
328 |
331 |
this.Column13,
|
329 |
332 |
this.Column12,
|
330 |
333 |
this.Column7,
|
331 |
|
this.Column15,
|
332 |
334 |
this.Column16});
|
333 |
335 |
this.dgvMaster.EnableHeadersVisualStyles = false;
|
334 |
336 |
this.dgvMaster.Location = new System.Drawing.Point(5, 6);
|
335 |
337 |
this.dgvMaster.MultiSelect = false;
|
336 |
338 |
this.dgvMaster.Name = "dgvMaster";
|
337 |
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
338 |
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
|
339 |
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
340 |
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
|
341 |
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
342 |
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
343 |
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
344 |
|
this.dgvMaster.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
|
339 |
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
340 |
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
|
|
341 |
dataGridViewCellStyle13.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
|
|
342 |
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
343 |
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
344 |
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
345 |
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
346 |
this.dgvMaster.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
|
345 |
347 |
this.dgvMaster.RowHeadersVisible = false;
|
346 |
348 |
this.dgvMaster.RowHeadersWidth = 20;
|
347 |
349 |
this.dgvMaster.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
... | ... | |
402 |
404 |
this.Column3.ReadOnly = true;
|
403 |
405 |
this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
404 |
406 |
this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
405 |
|
this.Column3.Width = 300;
|
|
407 |
this.Column3.Width = 325;
|
406 |
408 |
//
|
407 |
409 |
// Column11
|
408 |
410 |
//
|
... | ... | |
410 |
412 |
this.Column11.Name = "Column11";
|
411 |
413 |
this.Column11.Visible = false;
|
412 |
414 |
//
|
|
415 |
// Column18
|
|
416 |
//
|
|
417 |
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
418 |
dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
419 |
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
|
|
420 |
this.Column18.DefaultCellStyle = dataGridViewCellStyle5;
|
|
421 |
this.Column18.HeaderText = "貸出日";
|
|
422 |
this.Column18.Name = "Column18";
|
|
423 |
this.Column18.ReadOnly = true;
|
|
424 |
this.Column18.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
425 |
this.Column18.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
426 |
//
|
413 |
427 |
// Column14
|
414 |
428 |
//
|
415 |
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
416 |
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
417 |
|
this.Column14.DefaultCellStyle = dataGridViewCellStyle5;
|
|
429 |
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
430 |
dataGridViewCellStyle6.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
431 |
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black;
|
|
432 |
this.Column14.DefaultCellStyle = dataGridViewCellStyle6;
|
418 |
433 |
this.Column14.HeaderText = "返却予定日";
|
419 |
434 |
this.Column14.Name = "Column14";
|
420 |
435 |
this.Column14.ReadOnly = true;
|
421 |
436 |
this.Column14.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
422 |
437 |
this.Column14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
423 |
|
this.Column14.Width = 125;
|
424 |
438 |
//
|
425 |
439 |
// Column4
|
426 |
440 |
//
|
427 |
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
428 |
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.WhiteSmoke;
|
429 |
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
430 |
|
dataGridViewCellStyle6.Format = "#,0";
|
431 |
|
this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
|
|
441 |
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
442 |
dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
443 |
dataGridViewCellStyle7.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
444 |
dataGridViewCellStyle7.Format = "#,0";
|
|
445 |
this.Column4.DefaultCellStyle = dataGridViewCellStyle7;
|
432 |
446 |
this.Column4.HeaderText = "貸出数";
|
433 |
447 |
this.Column4.Name = "Column4";
|
434 |
448 |
this.Column4.ReadOnly = true;
|
435 |
449 |
this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
436 |
450 |
this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
437 |
|
this.Column4.Width = 90;
|
|
451 |
this.Column4.Width = 80;
|
438 |
452 |
//
|
439 |
453 |
// Column5
|
440 |
454 |
//
|
441 |
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
442 |
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
|
443 |
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
444 |
|
dataGridViewCellStyle7.Format = "#,0";
|
445 |
|
this.Column5.DefaultCellStyle = dataGridViewCellStyle7;
|
|
455 |
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
456 |
dataGridViewCellStyle8.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
457 |
dataGridViewCellStyle8.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
458 |
dataGridViewCellStyle8.Format = "#,0";
|
|
459 |
this.Column5.DefaultCellStyle = dataGridViewCellStyle8;
|
446 |
460 |
this.Column5.HeaderText = "返却済数";
|
447 |
461 |
this.Column5.Name = "Column5";
|
448 |
462 |
this.Column5.ReadOnly = true;
|
449 |
463 |
this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
450 |
464 |
this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
451 |
|
this.Column5.Width = 90;
|
|
465 |
this.Column5.Width = 80;
|
452 |
466 |
//
|
453 |
467 |
// Column17
|
454 |
468 |
//
|
455 |
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
456 |
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.WhiteSmoke;
|
457 |
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
458 |
|
this.Column17.DefaultCellStyle = dataGridViewCellStyle8;
|
|
469 |
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
470 |
dataGridViewCellStyle9.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
471 |
dataGridViewCellStyle9.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
472 |
this.Column17.DefaultCellStyle = dataGridViewCellStyle9;
|
459 |
473 |
this.Column17.HeaderText = "破棄済数";
|
460 |
474 |
this.Column17.Name = "Column17";
|
461 |
475 |
this.Column17.ReadOnly = true;
|
462 |
476 |
this.Column17.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
463 |
477 |
this.Column17.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
464 |
|
this.Column17.Width = 90;
|
|
478 |
this.Column17.Width = 80;
|
465 |
479 |
//
|
466 |
480 |
// Column6
|
467 |
481 |
//
|
468 |
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
469 |
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
470 |
|
this.Column6.DefaultCellStyle = dataGridViewCellStyle9;
|
|
482 |
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
483 |
dataGridViewCellStyle10.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
484 |
this.Column6.DefaultCellStyle = dataGridViewCellStyle10;
|
471 |
485 |
this.Column6.HeaderText = "返却数";
|
472 |
486 |
this.Column6.Name = "Column6";
|
473 |
487 |
this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
474 |
488 |
this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
475 |
|
this.Column6.Width = 90;
|
|
489 |
this.Column6.Width = 80;
|
476 |
490 |
//
|
477 |
491 |
// Column13
|
478 |
492 |
//
|
479 |
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
480 |
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
481 |
|
this.Column13.DefaultCellStyle = dataGridViewCellStyle10;
|
|
493 |
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
494 |
dataGridViewCellStyle11.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
495 |
this.Column13.DefaultCellStyle = dataGridViewCellStyle11;
|
482 |
496 |
this.Column13.HeaderText = "破棄数";
|
483 |
497 |
this.Column13.Name = "Column13";
|
484 |
498 |
this.Column13.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
485 |
499 |
this.Column13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
486 |
|
this.Column13.Width = 90;
|
|
500 |
this.Column13.Width = 80;
|
487 |
501 |
//
|
488 |
502 |
// Column12
|
489 |
503 |
//
|
... | ... | |
493 |
507 |
//
|
494 |
508 |
// Column7
|
495 |
509 |
//
|
|
510 |
dataGridViewCellStyle12.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
511 |
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.Black;
|
|
512 |
this.Column7.DefaultCellStyle = dataGridViewCellStyle12;
|
496 |
513 |
this.Column7.HeaderText = "コメント";
|
497 |
514 |
this.Column7.Name = "Column7";
|
498 |
515 |
this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
499 |
516 |
this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
500 |
|
this.Column7.Width = 250;
|
|
517 |
this.Column7.Width = 200;
|
501 |
518 |
//
|
502 |
|
// Column15
|
503 |
|
//
|
504 |
|
this.Column15.HeaderText = "貸出処理日";
|
505 |
|
this.Column15.Name = "Column15";
|
506 |
|
this.Column15.ReadOnly = true;
|
507 |
|
this.Column15.Visible = false;
|
508 |
|
//
|
509 |
519 |
// Column16
|
510 |
520 |
//
|
511 |
521 |
this.Column16.HeaderText = "完了フラグ";
|
... | ... | |
561 |
571 |
private System.Windows.Forms.Label label5;
|
562 |
572 |
private System.Windows.Forms.Label label7;
|
563 |
573 |
private System.Windows.Forms.Label label6;
|
|
574 |
private System.Windows.Forms.Label lblLabel01;
|
564 |
575 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
565 |
576 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
|
566 |
577 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
... | ... | |
568 |
579 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
|
569 |
580 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
570 |
581 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
|
|
582 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
|
571 |
583 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column14;
|
572 |
584 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
573 |
585 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
... | ... | |
576 |
588 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
|
577 |
589 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
|
578 |
590 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
579 |
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
|
580 |
591 |
private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
|
581 |
|
private System.Windows.Forms.Label lblLabel01;
|
582 |
592 |
}
|
583 |
593 |
}
|