552 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			552 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FPJ0000.JobReport
 | |
| {
 | |
|     partial class fJobReportImport
 | |
|     {
 | |
|         /// <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.components = new System.ComponentModel.Container();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fJobReportImport));
 | |
|             this.textBox1 = new System.Windows.Forms.TextBox();
 | |
|             this.linkLabel1 = new System.Windows.Forms.LinkLabel();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.checkBox1 = new System.Windows.Forms.CheckBox();
 | |
|             this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.nudCE = new System.Windows.Forms.NumericUpDown();
 | |
|             this.nudCS = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.nudE = new System.Windows.Forms.NumericUpDown();
 | |
|             this.nudS = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components);
 | |
|             this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
 | |
|             this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
 | |
|             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
 | |
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
 | |
|             this.progressBar1 = new System.Windows.Forms.ToolStripProgressBar();
 | |
|             this.sd = new System.Windows.Forms.DateTimePicker();
 | |
|             this.ed = new System.Windows.Forms.DateTimePicker();
 | |
|             this.cmbUser = new System.Windows.Forms.ComboBox();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCE)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCS)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudE)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudS)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
 | |
|             this.bn.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // textBox1
 | |
|             // 
 | |
|             this.textBox1.Location = new System.Drawing.Point(42, 9);
 | |
|             this.textBox1.Name = "textBox1";
 | |
|             this.textBox1.Size = new System.Drawing.Size(170, 21);
 | |
|             this.textBox1.TabIndex = 1;
 | |
|             // 
 | |
|             // linkLabel1
 | |
|             // 
 | |
|             this.linkLabel1.AutoSize = true;
 | |
|             this.linkLabel1.Location = new System.Drawing.Point(12, 13);
 | |
|             this.linkLabel1.Name = "linkLabel1";
 | |
|             this.linkLabel1.Size = new System.Drawing.Size(25, 12);
 | |
|             this.linkLabel1.TabIndex = 0;
 | |
|             this.linkLabel1.TabStop = true;
 | |
|             this.linkLabel1.Text = "File";
 | |
|             this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Location = new System.Drawing.Point(525, 8);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(102, 21);
 | |
|             this.button1.TabIndex = 4;
 | |
|             this.button1.Text = "1.View";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             this.dataGridView1.AllowUserToAddRows = false;
 | |
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(0, 120);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(906, 512);
 | |
|             this.dataGridView1.TabIndex = 1;
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Location = new System.Drawing.Point(525, 35);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(102, 21);
 | |
|             this.button3.TabIndex = 6;
 | |
|             this.button3.Text = "2.Save";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.cmbUser);
 | |
|             this.panel1.Controls.Add(this.label7);
 | |
|             this.panel1.Controls.Add(this.checkBox1);
 | |
|             this.panel1.Controls.Add(this.numericUpDown2);
 | |
|             this.panel1.Controls.Add(this.label6);
 | |
|             this.panel1.Controls.Add(this.ed);
 | |
|             this.panel1.Controls.Add(this.sd);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.nudCE);
 | |
|             this.panel1.Controls.Add(this.nudCS);
 | |
|             this.panel1.Controls.Add(this.label5);
 | |
|             this.panel1.Controls.Add(this.label3);
 | |
|             this.panel1.Controls.Add(this.nudE);
 | |
|             this.panel1.Controls.Add(this.nudS);
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Controls.Add(this.numericUpDown1);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Controls.Add(this.button3);
 | |
|             this.panel1.Controls.Add(this.textBox1);
 | |
|             this.panel1.Controls.Add(this.linkLabel1);
 | |
|             this.panel1.Controls.Add(this.button1);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(906, 120);
 | |
|             this.panel1.TabIndex = 0;
 | |
|             this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.AutoSize = true;
 | |
|             this.label7.Location = new System.Drawing.Point(362, 95);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label7.TabIndex = 21;
 | |
|             this.label7.Text = "사번";
 | |
|             // 
 | |
|             // checkBox1
 | |
|             // 
 | |
|             this.checkBox1.AutoSize = true;
 | |
|             this.checkBox1.Location = new System.Drawing.Point(474, 66);
 | |
|             this.checkBox1.Name = "checkBox1";
 | |
|             this.checkBox1.Size = new System.Drawing.Size(127, 16);
 | |
|             this.checkBox1.TabIndex = 19;
 | |
|             this.checkBox1.Text = "Auto Delete Import";
 | |
|             this.checkBox1.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // numericUpDown2
 | |
|             // 
 | |
|             this.numericUpDown2.Location = new System.Drawing.Point(406, 63);
 | |
|             this.numericUpDown2.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.numericUpDown2.Name = "numericUpDown2";
 | |
|             this.numericUpDown2.Size = new System.Drawing.Size(45, 21);
 | |
|             this.numericUpDown2.TabIndex = 18;
 | |
|             this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.numericUpDown2.Value = new decimal(new int[] {
 | |
|             3,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.AutoSize = true;
 | |
|             this.label6.Location = new System.Drawing.Point(312, 67);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(87, 12);
 | |
|             this.label6.TabIndex = 17;
 | |
|             this.label6.Text = "Column Name";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(455, 13);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(14, 12);
 | |
|             this.label4.TabIndex = 14;
 | |
|             this.label4.Text = "~";
 | |
|             // 
 | |
|             // nudCE
 | |
|             // 
 | |
|             this.nudCE.Location = new System.Drawing.Point(474, 9);
 | |
|             this.nudCE.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudCE.Name = "nudCE";
 | |
|             this.nudCE.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudCE.TabIndex = 13;
 | |
|             this.nudCE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudCE.Value = new decimal(new int[] {
 | |
|             14,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // nudCS
 | |
|             // 
 | |
|             this.nudCS.Location = new System.Drawing.Point(406, 9);
 | |
|             this.nudCS.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudCS.Name = "nudCS";
 | |
|             this.nudCS.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudCS.TabIndex = 12;
 | |
|             this.nudCS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudCS.Value = new decimal(new int[] {
 | |
|             2,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(335, 13);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(64, 12);
 | |
|             this.label5.TabIndex = 11;
 | |
|             this.label5.Text = "Col Range";
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(455, 40);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(14, 12);
 | |
|             this.label3.TabIndex = 10;
 | |
|             this.label3.Text = "~";
 | |
|             // 
 | |
|             // nudE
 | |
|             // 
 | |
|             this.nudE.Location = new System.Drawing.Point(474, 36);
 | |
|             this.nudE.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudE.Name = "nudE";
 | |
|             this.nudE.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudE.TabIndex = 9;
 | |
|             this.nudE.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudE.Value = new decimal(new int[] {
 | |
|             300,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // nudS
 | |
|             // 
 | |
|             this.nudS.Location = new System.Drawing.Point(406, 36);
 | |
|             this.nudS.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudS.Name = "nudS";
 | |
|             this.nudS.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudS.TabIndex = 8;
 | |
|             this.nudS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudS.Value = new decimal(new int[] {
 | |
|             5,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(329, 40);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(70, 12);
 | |
|             this.label2.TabIndex = 7;
 | |
|             this.label2.Text = "Row Range";
 | |
|             // 
 | |
|             // numericUpDown1
 | |
|             // 
 | |
|             this.numericUpDown1.Location = new System.Drawing.Point(261, 9);
 | |
|             this.numericUpDown1.Maximum = new decimal(new int[] {
 | |
|             10,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.numericUpDown1.Name = "numericUpDown1";
 | |
|             this.numericUpDown1.Size = new System.Drawing.Size(45, 21);
 | |
|             this.numericUpDown1.TabIndex = 3;
 | |
|             this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(218, 13);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(37, 12);
 | |
|             this.label1.TabIndex = 2;
 | |
|             this.label1.Text = "Sheet";
 | |
|             // 
 | |
|             // bn
 | |
|             // 
 | |
|             this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
 | |
|             this.bn.BindingSource = this.bs;
 | |
|             this.bn.CountItem = this.bindingNavigatorCountItem;
 | |
|             this.bn.DeleteItem = this.bindingNavigatorDeleteItem;
 | |
|             this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | |
|             this.bindingNavigatorMoveFirstItem,
 | |
|             this.bindingNavigatorMovePreviousItem,
 | |
|             this.bindingNavigatorSeparator,
 | |
|             this.bindingNavigatorPositionItem,
 | |
|             this.bindingNavigatorCountItem,
 | |
|             this.bindingNavigatorSeparator1,
 | |
|             this.bindingNavigatorMoveNextItem,
 | |
|             this.bindingNavigatorMoveLastItem,
 | |
|             this.bindingNavigatorSeparator2,
 | |
|             this.bindingNavigatorAddNewItem,
 | |
|             this.bindingNavigatorDeleteItem,
 | |
|             this.progressBar1});
 | |
|             this.bn.Location = new System.Drawing.Point(0, 632);
 | |
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
 | |
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
 | |
|             this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
 | |
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
 | |
|             this.bn.Name = "bn";
 | |
|             this.bn.PositionItem = this.bindingNavigatorPositionItem;
 | |
|             this.bn.Size = new System.Drawing.Size(906, 25);
 | |
|             this.bn.TabIndex = 2;
 | |
|             this.bn.Text = "bindingNavigator1";
 | |
|             // 
 | |
|             // bindingNavigatorAddNewItem
 | |
|             // 
 | |
|             this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
 | |
|             this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
 | |
|             this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorAddNewItem.Text = "새로 추가";
 | |
|             // 
 | |
|             // bindingNavigatorCountItem
 | |
|             // 
 | |
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
 | |
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
 | |
|             this.bindingNavigatorCountItem.Text = "/{0}";
 | |
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
 | |
|             // 
 | |
|             // bindingNavigatorDeleteItem
 | |
|             // 
 | |
|             this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
 | |
|             this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
 | |
|             this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorDeleteItem.Text = "삭제";
 | |
|             // 
 | |
|             // bindingNavigatorMoveFirstItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
 | |
|             this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
 | |
|             this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMovePreviousItem
 | |
|             // 
 | |
|             this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
 | |
|             this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
 | |
|             this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
 | |
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorPositionItem
 | |
|             // 
 | |
|             this.bindingNavigatorPositionItem.AccessibleName = "위치";
 | |
|             this.bindingNavigatorPositionItem.AutoSize = false;
 | |
|             this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
 | |
|             this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
 | |
|             this.bindingNavigatorPositionItem.Text = "0";
 | |
|             this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator1
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
 | |
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // bindingNavigatorMoveNextItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
 | |
|             this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
 | |
|             this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorMoveLastItem
 | |
|             // 
 | |
|             this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
 | |
|             this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
 | |
|             this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
 | |
|             this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
 | |
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
 | |
|             this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
 | |
|             // 
 | |
|             // bindingNavigatorSeparator2
 | |
|             // 
 | |
|             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
 | |
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
 | |
|             // 
 | |
|             // progressBar1
 | |
|             // 
 | |
|             this.progressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
 | |
|             this.progressBar1.Name = "progressBar1";
 | |
|             this.progressBar1.Size = new System.Drawing.Size(200, 22);
 | |
|             // 
 | |
|             // sd
 | |
|             // 
 | |
|             this.sd.Location = new System.Drawing.Point(42, 40);
 | |
|             this.sd.Name = "sd";
 | |
|             this.sd.Size = new System.Drawing.Size(170, 21);
 | |
|             this.sd.TabIndex = 15;
 | |
|             // 
 | |
|             // ed
 | |
|             // 
 | |
|             this.ed.Location = new System.Drawing.Point(42, 67);
 | |
|             this.ed.Name = "ed";
 | |
|             this.ed.Size = new System.Drawing.Size(170, 21);
 | |
|             this.ed.TabIndex = 16;
 | |
|             // 
 | |
|             // cmbUser
 | |
|             // 
 | |
|             this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 | |
|             this.cmbUser.FormattingEnabled = true;
 | |
|             this.cmbUser.Location = new System.Drawing.Point(397, 90);
 | |
|             this.cmbUser.Name = "cmbUser";
 | |
|             this.cmbUser.Size = new System.Drawing.Size(171, 20);
 | |
|             this.cmbUser.TabIndex = 22;
 | |
|             // 
 | |
|             // fJobReportImport
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(906, 657);
 | |
|             this.Controls.Add(this.dataGridView1);
 | |
|             this.Controls.Add(this.bn);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Name = "fJobReportImport";
 | |
|             this.Text = "업무일지 가져오기";
 | |
|             this.Load += new System.EventHandler(this.@__Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCE)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCS)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudE)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudS)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
 | |
|             this.bn.ResumeLayout(false);
 | |
|             this.bn.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.TextBox textBox1;
 | |
|         private System.Windows.Forms.LinkLabel linkLabel1;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.BindingNavigator bn;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
 | |
|         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
 | |
|         private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
 | |
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
 | |
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
 | |
|         private System.Windows.Forms.ToolStripProgressBar progressBar1;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.NumericUpDown numericUpDown1;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.NumericUpDown nudE;
 | |
|         private System.Windows.Forms.NumericUpDown nudS;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.NumericUpDown nudCE;
 | |
|         private System.Windows.Forms.NumericUpDown nudCS;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.NumericUpDown numericUpDown2;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.CheckBox checkBox1;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.DateTimePicker ed;
 | |
|         private System.Windows.Forms.DateTimePicker sd;
 | |
|         private System.Windows.Forms.ComboBox cmbUser;
 | |
|     }
 | |
| } | 
