291 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			291 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace FBS0000.Holiday
 | |
| {
 | |
|     partial class fTimeTransfer
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.btChk = new System.Windows.Forms.Button();
 | |
|             this.groupBox3 = new System.Windows.Forms.GroupBox();
 | |
|             this.dtSD = new System.Windows.Forms.DateTimePicker();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.panel4 = new System.Windows.Forms.Panel();
 | |
|             this.panel5 = new System.Windows.Forms.Panel();
 | |
|             this.groupBox4 = new System.Windows.Forms.GroupBox();
 | |
|             this.listView1 = new System.Windows.Forms.ListView();
 | |
|             this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
 | |
|             this.groupBox1 = new System.Windows.Forms.GroupBox();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.groupBox3.SuspendLayout();
 | |
|             this.groupBox4.SuspendLayout();
 | |
|             this.groupBox1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // btChk
 | |
|             // 
 | |
|             this.btChk.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.btChk.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btChk.Location = new System.Drawing.Point(5, 5);
 | |
|             this.btChk.Name = "btChk";
 | |
|             this.btChk.Size = new System.Drawing.Size(734, 66);
 | |
|             this.btChk.TabIndex = 5;
 | |
|             this.btChk.Text = "대체 시간 계산";
 | |
|             this.btChk.UseVisualStyleBackColor = true;
 | |
|             this.btChk.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // groupBox3
 | |
|             // 
 | |
|             this.groupBox3.Controls.Add(this.dtSD);
 | |
|             this.groupBox3.Controls.Add(this.button3);
 | |
|             this.groupBox3.Controls.Add(this.button2);
 | |
|             this.groupBox3.Controls.Add(this.button1);
 | |
|             this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.groupBox3.Location = new System.Drawing.Point(5, 81);
 | |
|             this.groupBox3.Name = "groupBox3";
 | |
|             this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 10);
 | |
|             this.groupBox3.Size = new System.Drawing.Size(734, 70);
 | |
|             this.groupBox3.TabIndex = 20;
 | |
|             this.groupBox3.TabStop = false;
 | |
|             this.groupBox3.Text = "계산기준";
 | |
|             // 
 | |
|             // dtSD
 | |
|             // 
 | |
|             this.dtSD.CalendarFont = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dtSD.CustomFormat = "yyy-MM";
 | |
|             this.dtSD.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold);
 | |
|             this.dtSD.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dtSD.Location = new System.Drawing.Point(17, 20);
 | |
|             this.dtSD.Name = "dtSD";
 | |
|             this.dtSD.Size = new System.Drawing.Size(170, 39);
 | |
|             this.dtSD.TabIndex = 7;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button3.Location = new System.Drawing.Point(431, 17);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(100, 43);
 | |
|             this.button3.TabIndex = 6;
 | |
|             this.button3.Text = "<< 이전달";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button2.Location = new System.Drawing.Point(531, 17);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(100, 43);
 | |
|             this.button2.TabIndex = 5;
 | |
|             this.button2.Text = "이번달";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button1.Location = new System.Drawing.Point(631, 17);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(100, 43);
 | |
|             this.button1.TabIndex = 4;
 | |
|             this.button1.Text = "다음달 >>";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click_1);
 | |
|             // 
 | |
|             // panel4
 | |
|             // 
 | |
|             this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel4.Location = new System.Drawing.Point(5, 151);
 | |
|             this.panel4.Name = "panel4";
 | |
|             this.panel4.Size = new System.Drawing.Size(734, 10);
 | |
|             this.panel4.TabIndex = 21;
 | |
|             // 
 | |
|             // panel5
 | |
|             // 
 | |
|             this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel5.Location = new System.Drawing.Point(5, 71);
 | |
|             this.panel5.Name = "panel5";
 | |
|             this.panel5.Size = new System.Drawing.Size(734, 10);
 | |
|             this.panel5.TabIndex = 22;
 | |
|             // 
 | |
|             // groupBox4
 | |
|             // 
 | |
|             this.groupBox4.Controls.Add(this.listView1);
 | |
|             this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.groupBox4.Location = new System.Drawing.Point(5, 161);
 | |
|             this.groupBox4.Name = "groupBox4";
 | |
|             this.groupBox4.Size = new System.Drawing.Size(734, 473);
 | |
|             this.groupBox4.TabIndex = 24;
 | |
|             this.groupBox4.TabStop = false;
 | |
|             this.groupBox4.Text = "정상";
 | |
|             // 
 | |
|             // listView1
 | |
|             // 
 | |
|             this.listView1.CheckBoxes = true;
 | |
|             this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
 | |
|             this.columnHeader1,
 | |
|             this.columnHeader2,
 | |
|             this.columnHeader3,
 | |
|             this.columnHeader4,
 | |
|             this.columnHeader5});
 | |
|             this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.listView1.FullRowSelect = true;
 | |
|             this.listView1.GridLines = true;
 | |
|             this.listView1.HideSelection = false;
 | |
|             this.listView1.Location = new System.Drawing.Point(3, 17);
 | |
|             this.listView1.MultiSelect = false;
 | |
|             this.listView1.Name = "listView1";
 | |
|             this.listView1.Size = new System.Drawing.Size(728, 453);
 | |
|             this.listView1.TabIndex = 0;
 | |
|             this.listView1.UseCompatibleStateImageBehavior = false;
 | |
|             this.listView1.View = System.Windows.Forms.View.Details;
 | |
|             // 
 | |
|             // columnHeader1
 | |
|             // 
 | |
|             this.columnHeader1.Text = "No";
 | |
|             this.columnHeader1.Width = 117;
 | |
|             // 
 | |
|             // columnHeader2
 | |
|             // 
 | |
|             this.columnHeader2.Text = "Name";
 | |
|             this.columnHeader2.Width = 222;
 | |
|             // 
 | |
|             // columnHeader3
 | |
|             // 
 | |
|             this.columnHeader3.Text = "발생";
 | |
|             this.columnHeader3.Width = 108;
 | |
|             // 
 | |
|             // columnHeader4
 | |
|             // 
 | |
|             this.columnHeader4.Text = "사용";
 | |
|             this.columnHeader4.Width = 94;
 | |
|             // 
 | |
|             // columnHeader5
 | |
|             // 
 | |
|             this.columnHeader5.Text = "잔량";
 | |
|             this.columnHeader5.Width = 128;
 | |
|             // 
 | |
|             // groupBox1
 | |
|             // 
 | |
|             this.groupBox1.Controls.Add(this.button4);
 | |
|             this.groupBox1.Controls.Add(this.dateTimePicker1);
 | |
|             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.groupBox1.Location = new System.Drawing.Point(5, 644);
 | |
|             this.groupBox1.Name = "groupBox1";
 | |
|             this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 10);
 | |
|             this.groupBox1.Size = new System.Drawing.Size(734, 70);
 | |
|             this.groupBox1.TabIndex = 25;
 | |
|             this.groupBox1.TabStop = false;
 | |
|             this.groupBox1.Text = "등록 기준";
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
 | |
|             this.button4.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button4.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.button4.Location = new System.Drawing.Point(292, 17);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(439, 43);
 | |
|             this.button4.TabIndex = 27;
 | |
|             this.button4.Text = "좌측 기준일로 데이터를 등록 합니다";
 | |
|             this.button4.UseVisualStyleBackColor = false;
 | |
|             this.button4.Click += new System.EventHandler(this.button4_Click);
 | |
|             // 
 | |
|             // dateTimePicker1
 | |
|             // 
 | |
|             this.dateTimePicker1.CalendarFont = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.dateTimePicker1.CustomFormat = "yyyy-MM-dd";
 | |
|             this.dateTimePicker1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold);
 | |
|             this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
 | |
|             this.dateTimePicker1.Location = new System.Drawing.Point(17, 20);
 | |
|             this.dateTimePicker1.Name = "dateTimePicker1";
 | |
|             this.dateTimePicker1.Size = new System.Drawing.Size(200, 39);
 | |
|             this.dateTimePicker1.TabIndex = 7;
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.panel1.Location = new System.Drawing.Point(5, 634);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(734, 10);
 | |
|             this.panel1.TabIndex = 26;
 | |
|             // 
 | |
|             // fTimeTransfer
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(744, 719);
 | |
|             this.Controls.Add(this.groupBox4);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.groupBox1);
 | |
|             this.Controls.Add(this.panel4);
 | |
|             this.Controls.Add(this.groupBox3);
 | |
|             this.Controls.Add(this.panel5);
 | |
|             this.Controls.Add(this.btChk);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "fTimeTransfer";
 | |
|             this.Padding = new System.Windows.Forms.Padding(5);
 | |
|             this.Text = "대체시간 이월";
 | |
|             this.Load += new System.EventHandler(this.fErrorChk_Load);
 | |
|             this.groupBox3.ResumeLayout(false);
 | |
|             this.groupBox4.ResumeLayout(false);
 | |
|             this.groupBox1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
|         private System.Windows.Forms.Button btChk;
 | |
| 		private System.Windows.Forms.GroupBox groupBox3;
 | |
| 		private System.Windows.Forms.Panel panel4;
 | |
| 		private System.Windows.Forms.Panel panel5;
 | |
| 		private System.Windows.Forms.Button button3;
 | |
| 		private System.Windows.Forms.Button button2;
 | |
| 		private System.Windows.Forms.Button button1;
 | |
| 		private System.Windows.Forms.DateTimePicker dtSD;
 | |
| 		private System.Windows.Forms.GroupBox groupBox4;
 | |
|         private System.Windows.Forms.GroupBox groupBox1;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker1;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|         private System.Windows.Forms.ListView listView1;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader1;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader2;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader3;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader4;
 | |
|         private System.Windows.Forms.ColumnHeader columnHeader5;
 | |
|     }
 | |
| } | 
