1182 lines
		
	
	
		
			59 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			1182 lines
		
	
	
		
			59 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.idxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.pdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.uidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.typeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.hrsDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.wuidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.wdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.usernameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.pidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.requestpartDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.packageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.statusDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.remarkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.importDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
 | |
|             this.projectNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.weekDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.otDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.wwDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.processDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.gcodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.description2DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.tagDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.dsPRJ = new FPJ0000.dsPRJ();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.nudname = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label21 = new System.Windows.Forms.Label();
 | |
|             this.nuduid = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label20 = new System.Windows.Forms.Label();
 | |
|             this.nudot = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label19 = new System.Windows.Forms.Label();
 | |
|             this.nudhrd = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label18 = new System.Windows.Forms.Label();
 | |
|             this.nudbio = new System.Windows.Forms.NumericUpDown();
 | |
|             this.nudst = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label17 = new System.Windows.Forms.Label();
 | |
|             this.label12 = new System.Windows.Forms.Label();
 | |
|             this.nuditem = new System.Windows.Forms.NumericUpDown();
 | |
|             this.nudpack = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label16 = new System.Windows.Forms.Label();
 | |
|             this.label11 = new System.Windows.Forms.Label();
 | |
|             this.nudbunru = new System.Windows.Forms.NumericUpDown();
 | |
|             this.nudreq = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label15 = new System.Windows.Forms.Label();
 | |
|             this.label10 = new System.Windows.Forms.Label();
 | |
|             this.nudtype = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label13 = new System.Windows.Forms.Label();
 | |
|             this.nuddate = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label9 = new System.Windows.Forms.Label();
 | |
|             this.checkBox1 = new System.Windows.Forms.CheckBox();
 | |
|             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.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.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.comboBox1 = new System.Windows.Forms.ComboBox();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.checkBox2 = new System.Windows.Forms.CheckBox();
 | |
|             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
 | |
|             this.label14 = new System.Windows.Forms.Label();
 | |
|             this.jobReportTableAdapter = new FPJ0000.dsPRJTableAdapters.JobReportTableAdapter();
 | |
|             this.nudMon = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudname)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuduid)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudot)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudhrd)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudbio)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudst)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuditem)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudpack)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudbunru)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudreq)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudtype)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuddate)).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();
 | |
|             this.panel2.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudMon)).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.AutoGenerateColumns = false;
 | |
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.idxDataGridViewTextBoxColumn,
 | |
|             this.pdateDataGridViewTextBoxColumn,
 | |
|             this.uidDataGridViewTextBoxColumn,
 | |
|             this.typeDataGridViewTextBoxColumn,
 | |
|             this.hrsDataGridViewTextBoxColumn,
 | |
|             this.wuidDataGridViewTextBoxColumn,
 | |
|             this.wdateDataGridViewTextBoxColumn,
 | |
|             this.usernameDataGridViewTextBoxColumn,
 | |
|             this.pidxDataGridViewTextBoxColumn,
 | |
|             this.requestpartDataGridViewTextBoxColumn,
 | |
|             this.packageDataGridViewTextBoxColumn,
 | |
|             this.statusDataGridViewTextBoxColumn,
 | |
|             this.descriptionDataGridViewTextBoxColumn,
 | |
|             this.remarkDataGridViewTextBoxColumn,
 | |
|             this.importDataGridViewCheckBoxColumn,
 | |
|             this.projectNameDataGridViewTextBoxColumn,
 | |
|             this.weekDataGridViewTextBoxColumn,
 | |
|             this.otDataGridViewTextBoxColumn,
 | |
|             this.wwDataGridViewTextBoxColumn,
 | |
|             this.processDataGridViewTextBoxColumn,
 | |
|             this.gcodeDataGridViewTextBoxColumn,
 | |
|             this.description2DataGridViewTextBoxColumn,
 | |
|             this.tagDataGridViewTextBoxColumn});
 | |
|             this.dataGridView1.DataSource = this.bs;
 | |
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(0, 158);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(1138, 370);
 | |
|             this.dataGridView1.TabIndex = 1;
 | |
|             // 
 | |
|             // idxDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.idxDataGridViewTextBoxColumn.DataPropertyName = "idx";
 | |
|             this.idxDataGridViewTextBoxColumn.HeaderText = "idx";
 | |
|             this.idxDataGridViewTextBoxColumn.Name = "idxDataGridViewTextBoxColumn";
 | |
|             this.idxDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // pdateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.pdateDataGridViewTextBoxColumn.DataPropertyName = "pdate";
 | |
|             this.pdateDataGridViewTextBoxColumn.HeaderText = "pdate";
 | |
|             this.pdateDataGridViewTextBoxColumn.Name = "pdateDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // uidDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.uidDataGridViewTextBoxColumn.DataPropertyName = "uid";
 | |
|             this.uidDataGridViewTextBoxColumn.HeaderText = "uid";
 | |
|             this.uidDataGridViewTextBoxColumn.Name = "uidDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // typeDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.typeDataGridViewTextBoxColumn.DataPropertyName = "type";
 | |
|             this.typeDataGridViewTextBoxColumn.HeaderText = "type";
 | |
|             this.typeDataGridViewTextBoxColumn.Name = "typeDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // hrsDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.hrsDataGridViewTextBoxColumn.DataPropertyName = "hrs";
 | |
|             this.hrsDataGridViewTextBoxColumn.HeaderText = "hrs";
 | |
|             this.hrsDataGridViewTextBoxColumn.Name = "hrsDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // wuidDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.wuidDataGridViewTextBoxColumn.DataPropertyName = "wuid";
 | |
|             this.wuidDataGridViewTextBoxColumn.HeaderText = "wuid";
 | |
|             this.wuidDataGridViewTextBoxColumn.Name = "wuidDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // wdateDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.wdateDataGridViewTextBoxColumn.DataPropertyName = "wdate";
 | |
|             this.wdateDataGridViewTextBoxColumn.HeaderText = "wdate";
 | |
|             this.wdateDataGridViewTextBoxColumn.Name = "wdateDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // usernameDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.usernameDataGridViewTextBoxColumn.DataPropertyName = "username";
 | |
|             this.usernameDataGridViewTextBoxColumn.HeaderText = "username";
 | |
|             this.usernameDataGridViewTextBoxColumn.Name = "usernameDataGridViewTextBoxColumn";
 | |
|             this.usernameDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // pidxDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.pidxDataGridViewTextBoxColumn.DataPropertyName = "pidx";
 | |
|             this.pidxDataGridViewTextBoxColumn.HeaderText = "pidx";
 | |
|             this.pidxDataGridViewTextBoxColumn.Name = "pidxDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // requestpartDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.requestpartDataGridViewTextBoxColumn.DataPropertyName = "requestpart";
 | |
|             this.requestpartDataGridViewTextBoxColumn.HeaderText = "requestpart";
 | |
|             this.requestpartDataGridViewTextBoxColumn.Name = "requestpartDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // packageDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.packageDataGridViewTextBoxColumn.DataPropertyName = "package";
 | |
|             this.packageDataGridViewTextBoxColumn.HeaderText = "package";
 | |
|             this.packageDataGridViewTextBoxColumn.Name = "packageDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // statusDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.statusDataGridViewTextBoxColumn.DataPropertyName = "status";
 | |
|             this.statusDataGridViewTextBoxColumn.HeaderText = "status";
 | |
|             this.statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // descriptionDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "description";
 | |
|             this.descriptionDataGridViewTextBoxColumn.HeaderText = "description";
 | |
|             this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // remarkDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.remarkDataGridViewTextBoxColumn.DataPropertyName = "remark";
 | |
|             this.remarkDataGridViewTextBoxColumn.HeaderText = "remark";
 | |
|             this.remarkDataGridViewTextBoxColumn.Name = "remarkDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // importDataGridViewCheckBoxColumn
 | |
|             // 
 | |
|             this.importDataGridViewCheckBoxColumn.DataPropertyName = "import";
 | |
|             this.importDataGridViewCheckBoxColumn.HeaderText = "import";
 | |
|             this.importDataGridViewCheckBoxColumn.Name = "importDataGridViewCheckBoxColumn";
 | |
|             // 
 | |
|             // projectNameDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.projectNameDataGridViewTextBoxColumn.DataPropertyName = "projectName";
 | |
|             this.projectNameDataGridViewTextBoxColumn.HeaderText = "projectName";
 | |
|             this.projectNameDataGridViewTextBoxColumn.Name = "projectNameDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // weekDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.weekDataGridViewTextBoxColumn.DataPropertyName = "week";
 | |
|             this.weekDataGridViewTextBoxColumn.HeaderText = "week";
 | |
|             this.weekDataGridViewTextBoxColumn.Name = "weekDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // otDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.otDataGridViewTextBoxColumn.DataPropertyName = "ot";
 | |
|             this.otDataGridViewTextBoxColumn.HeaderText = "ot";
 | |
|             this.otDataGridViewTextBoxColumn.Name = "otDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // wwDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.wwDataGridViewTextBoxColumn.DataPropertyName = "ww";
 | |
|             this.wwDataGridViewTextBoxColumn.HeaderText = "ww";
 | |
|             this.wwDataGridViewTextBoxColumn.Name = "wwDataGridViewTextBoxColumn";
 | |
|             this.wwDataGridViewTextBoxColumn.ReadOnly = true;
 | |
|             // 
 | |
|             // processDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.processDataGridViewTextBoxColumn.DataPropertyName = "process";
 | |
|             this.processDataGridViewTextBoxColumn.HeaderText = "process";
 | |
|             this.processDataGridViewTextBoxColumn.Name = "processDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // gcodeDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.gcodeDataGridViewTextBoxColumn.DataPropertyName = "gcode";
 | |
|             this.gcodeDataGridViewTextBoxColumn.HeaderText = "gcode";
 | |
|             this.gcodeDataGridViewTextBoxColumn.Name = "gcodeDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // description2DataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.description2DataGridViewTextBoxColumn.DataPropertyName = "description2";
 | |
|             this.description2DataGridViewTextBoxColumn.HeaderText = "description2";
 | |
|             this.description2DataGridViewTextBoxColumn.Name = "description2DataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // tagDataGridViewTextBoxColumn
 | |
|             // 
 | |
|             this.tagDataGridViewTextBoxColumn.DataPropertyName = "tag";
 | |
|             this.tagDataGridViewTextBoxColumn.HeaderText = "tag";
 | |
|             this.tagDataGridViewTextBoxColumn.Name = "tagDataGridViewTextBoxColumn";
 | |
|             // 
 | |
|             // bs
 | |
|             // 
 | |
|             this.bs.DataMember = "JobReport";
 | |
|             this.bs.DataSource = this.dsPRJ;
 | |
|             // 
 | |
|             // dsPRJ
 | |
|             // 
 | |
|             this.dsPRJ.DataSetName = "dsPRJ";
 | |
|             this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             // 
 | |
|             // 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.nudMon);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.nudname);
 | |
|             this.panel1.Controls.Add(this.label21);
 | |
|             this.panel1.Controls.Add(this.nuduid);
 | |
|             this.panel1.Controls.Add(this.label20);
 | |
|             this.panel1.Controls.Add(this.nudot);
 | |
|             this.panel1.Controls.Add(this.label19);
 | |
|             this.panel1.Controls.Add(this.nudhrd);
 | |
|             this.panel1.Controls.Add(this.label18);
 | |
|             this.panel1.Controls.Add(this.nudbio);
 | |
|             this.panel1.Controls.Add(this.nudst);
 | |
|             this.panel1.Controls.Add(this.label17);
 | |
|             this.panel1.Controls.Add(this.label12);
 | |
|             this.panel1.Controls.Add(this.nuditem);
 | |
|             this.panel1.Controls.Add(this.nudpack);
 | |
|             this.panel1.Controls.Add(this.label16);
 | |
|             this.panel1.Controls.Add(this.label11);
 | |
|             this.panel1.Controls.Add(this.nudbunru);
 | |
|             this.panel1.Controls.Add(this.nudreq);
 | |
|             this.panel1.Controls.Add(this.label15);
 | |
|             this.panel1.Controls.Add(this.label10);
 | |
|             this.panel1.Controls.Add(this.nudtype);
 | |
|             this.panel1.Controls.Add(this.label13);
 | |
|             this.panel1.Controls.Add(this.nuddate);
 | |
|             this.panel1.Controls.Add(this.label9);
 | |
|             this.panel1.Controls.Add(this.checkBox1);
 | |
|             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(1138, 158);
 | |
|             this.panel1.TabIndex = 0;
 | |
|             this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
 | |
|             // 
 | |
|             // nudname
 | |
|             // 
 | |
|             this.nudname.Location = new System.Drawing.Point(581, 120);
 | |
|             this.nudname.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudname.Name = "nudname";
 | |
|             this.nudname.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudname.TabIndex = 26;
 | |
|             this.nudname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudname.Value = new decimal(new int[] {
 | |
|             16,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label21
 | |
|             // 
 | |
|             this.label21.AutoSize = true;
 | |
|             this.label21.Location = new System.Drawing.Point(587, 102);
 | |
|             this.label21.Name = "label21";
 | |
|             this.label21.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label21.TabIndex = 25;
 | |
|             this.label21.Text = "성명";
 | |
|             // 
 | |
|             // nuduid
 | |
|             // 
 | |
|             this.nuduid.Location = new System.Drawing.Point(530, 120);
 | |
|             this.nuduid.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nuduid.Name = "nuduid";
 | |
|             this.nuduid.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nuduid.TabIndex = 26;
 | |
|             this.nuduid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             // 
 | |
|             // label20
 | |
|             // 
 | |
|             this.label20.AutoSize = true;
 | |
|             this.label20.Location = new System.Drawing.Point(536, 102);
 | |
|             this.label20.Name = "label20";
 | |
|             this.label20.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label20.TabIndex = 25;
 | |
|             this.label20.Text = "사번";
 | |
|             // 
 | |
|             // nudot
 | |
|             // 
 | |
|             this.nudot.Location = new System.Drawing.Point(479, 120);
 | |
|             this.nudot.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudot.Name = "nudot";
 | |
|             this.nudot.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudot.TabIndex = 26;
 | |
|             this.nudot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudot.Value = new decimal(new int[] {
 | |
|             15,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label19
 | |
|             // 
 | |
|             this.label19.AutoSize = true;
 | |
|             this.label19.Location = new System.Drawing.Point(485, 102);
 | |
|             this.label19.Name = "label19";
 | |
|             this.label19.Size = new System.Drawing.Size(22, 12);
 | |
|             this.label19.TabIndex = 25;
 | |
|             this.label19.Text = "OT";
 | |
|             // 
 | |
|             // nudhrd
 | |
|             // 
 | |
|             this.nudhrd.Location = new System.Drawing.Point(428, 120);
 | |
|             this.nudhrd.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudhrd.Name = "nudhrd";
 | |
|             this.nudhrd.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudhrd.TabIndex = 26;
 | |
|             this.nudhrd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudhrd.Value = new decimal(new int[] {
 | |
|             14,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label18
 | |
|             // 
 | |
|             this.label18.AutoSize = true;
 | |
|             this.label18.Location = new System.Drawing.Point(434, 102);
 | |
|             this.label18.Name = "label18";
 | |
|             this.label18.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label18.TabIndex = 25;
 | |
|             this.label18.Text = "시간";
 | |
|             // 
 | |
|             // nudbio
 | |
|             // 
 | |
|             this.nudbio.Location = new System.Drawing.Point(377, 120);
 | |
|             this.nudbio.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudbio.Name = "nudbio";
 | |
|             this.nudbio.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudbio.TabIndex = 24;
 | |
|             this.nudbio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudbio.Value = new decimal(new int[] {
 | |
|             13,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // nudst
 | |
|             // 
 | |
|             this.nudst.Location = new System.Drawing.Point(173, 120);
 | |
|             this.nudst.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudst.Name = "nudst";
 | |
|             this.nudst.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudst.TabIndex = 24;
 | |
|             this.nudst.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudst.Value = new decimal(new int[] {
 | |
|             8,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label17
 | |
|             // 
 | |
|             this.label17.AutoSize = true;
 | |
|             this.label17.Location = new System.Drawing.Point(383, 102);
 | |
|             this.label17.Name = "label17";
 | |
|             this.label17.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label17.TabIndex = 23;
 | |
|             this.label17.Text = "비고";
 | |
|             // 
 | |
|             // label12
 | |
|             // 
 | |
|             this.label12.AutoSize = true;
 | |
|             this.label12.Location = new System.Drawing.Point(179, 102);
 | |
|             this.label12.Name = "label12";
 | |
|             this.label12.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label12.TabIndex = 23;
 | |
|             this.label12.Text = "상태";
 | |
|             // 
 | |
|             // nuditem
 | |
|             // 
 | |
|             this.nuditem.Location = new System.Drawing.Point(326, 120);
 | |
|             this.nuditem.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nuditem.Name = "nuditem";
 | |
|             this.nuditem.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nuditem.TabIndex = 24;
 | |
|             this.nuditem.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nuditem.Value = new decimal(new int[] {
 | |
|             12,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // nudpack
 | |
|             // 
 | |
|             this.nudpack.Location = new System.Drawing.Point(122, 120);
 | |
|             this.nudpack.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudpack.Name = "nudpack";
 | |
|             this.nudpack.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudpack.TabIndex = 24;
 | |
|             this.nudpack.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudpack.Value = new decimal(new int[] {
 | |
|             7,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label16
 | |
|             // 
 | |
|             this.label16.AutoSize = true;
 | |
|             this.label16.Location = new System.Drawing.Point(332, 102);
 | |
|             this.label16.Name = "label16";
 | |
|             this.label16.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label16.TabIndex = 23;
 | |
|             this.label16.Text = "아이템";
 | |
|             // 
 | |
|             // label11
 | |
|             // 
 | |
|             this.label11.AutoSize = true;
 | |
|             this.label11.Location = new System.Drawing.Point(128, 102);
 | |
|             this.label11.Name = "label11";
 | |
|             this.label11.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label11.TabIndex = 23;
 | |
|             this.label11.Text = "패키지";
 | |
|             // 
 | |
|             // nudbunru
 | |
|             // 
 | |
|             this.nudbunru.Location = new System.Drawing.Point(275, 120);
 | |
|             this.nudbunru.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudbunru.Name = "nudbunru";
 | |
|             this.nudbunru.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudbunru.TabIndex = 24;
 | |
|             this.nudbunru.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudbunru.Value = new decimal(new int[] {
 | |
|             10,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // nudreq
 | |
|             // 
 | |
|             this.nudreq.Location = new System.Drawing.Point(71, 120);
 | |
|             this.nudreq.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudreq.Name = "nudreq";
 | |
|             this.nudreq.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudreq.TabIndex = 24;
 | |
|             this.nudreq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudreq.Value = new decimal(new int[] {
 | |
|             6,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label15
 | |
|             // 
 | |
|             this.label15.AutoSize = true;
 | |
|             this.label15.Location = new System.Drawing.Point(281, 102);
 | |
|             this.label15.Name = "label15";
 | |
|             this.label15.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label15.TabIndex = 23;
 | |
|             this.label15.Text = "분류";
 | |
|             // 
 | |
|             // label10
 | |
|             // 
 | |
|             this.label10.AutoSize = true;
 | |
|             this.label10.Location = new System.Drawing.Point(77, 102);
 | |
|             this.label10.Name = "label10";
 | |
|             this.label10.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label10.TabIndex = 23;
 | |
|             this.label10.Text = "요청";
 | |
|             // 
 | |
|             // nudtype
 | |
|             // 
 | |
|             this.nudtype.Location = new System.Drawing.Point(224, 120);
 | |
|             this.nudtype.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudtype.Name = "nudtype";
 | |
|             this.nudtype.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudtype.TabIndex = 24;
 | |
|             this.nudtype.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudtype.Value = new decimal(new int[] {
 | |
|             9,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label13
 | |
|             // 
 | |
|             this.label13.AutoSize = true;
 | |
|             this.label13.Location = new System.Drawing.Point(230, 102);
 | |
|             this.label13.Name = "label13";
 | |
|             this.label13.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label13.TabIndex = 23;
 | |
|             this.label13.Text = "형태";
 | |
|             // 
 | |
|             // nuddate
 | |
|             // 
 | |
|             this.nuddate.Location = new System.Drawing.Point(20, 120);
 | |
|             this.nuddate.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nuddate.Name = "nuddate";
 | |
|             this.nuddate.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nuddate.TabIndex = 24;
 | |
|             this.nuddate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nuddate.Value = new decimal(new int[] {
 | |
|             5,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label9
 | |
|             // 
 | |
|             this.label9.AutoSize = true;
 | |
|             this.label9.Location = new System.Drawing.Point(26, 102);
 | |
|             this.label9.Name = "label9";
 | |
|             this.label9.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label9.TabIndex = 23;
 | |
|             this.label9.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;
 | |
|             // 
 | |
|             // 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, 604);
 | |
|             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(1138, 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.Font = new System.Drawing.Font("맑은 고딕", 9F);
 | |
|             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);
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.BackColor = System.Drawing.Color.HotPink;
 | |
|             this.panel2.Controls.Add(this.button2);
 | |
|             this.panel2.Controls.Add(this.comboBox1);
 | |
|             this.panel2.Controls.Add(this.label8);
 | |
|             this.panel2.Controls.Add(this.checkBox2);
 | |
|             this.panel2.Controls.Add(this.dateTimePicker1);
 | |
|             this.panel2.Controls.Add(this.dateTimePicker2);
 | |
|             this.panel2.Controls.Add(this.label14);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 528);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(1138, 76);
 | |
|             this.panel2.TabIndex = 3;
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Location = new System.Drawing.Point(741, 35);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(102, 21);
 | |
|             this.button2.TabIndex = 23;
 | |
|             this.button2.Text = "RUN";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // comboBox1
 | |
|             // 
 | |
|             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 | |
|             this.comboBox1.FormattingEnabled = true;
 | |
|             this.comboBox1.Location = new System.Drawing.Point(457, 40);
 | |
|             this.comboBox1.Name = "comboBox1";
 | |
|             this.comboBox1.Size = new System.Drawing.Size(171, 20);
 | |
|             this.comboBox1.TabIndex = 22;
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.AutoSize = true;
 | |
|             this.label8.Location = new System.Drawing.Point(422, 45);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(29, 12);
 | |
|             this.label8.TabIndex = 21;
 | |
|             this.label8.Text = "사번";
 | |
|             // 
 | |
|             // checkBox2
 | |
|             // 
 | |
|             this.checkBox2.AutoSize = true;
 | |
|             this.checkBox2.Location = new System.Drawing.Point(639, 40);
 | |
|             this.checkBox2.Name = "checkBox2";
 | |
|             this.checkBox2.Size = new System.Drawing.Size(89, 16);
 | |
|             this.checkBox2.TabIndex = 19;
 | |
|             this.checkBox2.Text = "Import Only";
 | |
|             this.checkBox2.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // dateTimePicker1
 | |
|             // 
 | |
|             this.dateTimePicker1.Location = new System.Drawing.Point(229, 40);
 | |
|             this.dateTimePicker1.Name = "dateTimePicker1";
 | |
|             this.dateTimePicker1.Size = new System.Drawing.Size(170, 21);
 | |
|             this.dateTimePicker1.TabIndex = 16;
 | |
|             // 
 | |
|             // dateTimePicker2
 | |
|             // 
 | |
|             this.dateTimePicker2.Location = new System.Drawing.Point(42, 40);
 | |
|             this.dateTimePicker2.Name = "dateTimePicker2";
 | |
|             this.dateTimePicker2.Size = new System.Drawing.Size(170, 21);
 | |
|             this.dateTimePicker2.TabIndex = 15;
 | |
|             // 
 | |
|             // label14
 | |
|             // 
 | |
|             this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
 | |
|             this.label14.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.label14.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.label14.ForeColor = System.Drawing.Color.Gold;
 | |
|             this.label14.Location = new System.Drawing.Point(0, 0);
 | |
|             this.label14.Name = "label14";
 | |
|             this.label14.Size = new System.Drawing.Size(1138, 28);
 | |
|             this.label14.TabIndex = 2;
 | |
|             this.label14.Text = "기존 자료 삭제";
 | |
|             this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // jobReportTableAdapter
 | |
|             // 
 | |
|             this.jobReportTableAdapter.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // nudMon
 | |
|             // 
 | |
|             this.nudMon.Location = new System.Drawing.Point(20, 66);
 | |
|             this.nudMon.Maximum = new decimal(new int[] {
 | |
|             65535,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudMon.Name = "nudMon";
 | |
|             this.nudMon.Size = new System.Drawing.Size(45, 21);
 | |
|             this.nudMon.TabIndex = 28;
 | |
|             this.nudMon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(26, 48);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(30, 12);
 | |
|             this.label4.TabIndex = 27;
 | |
|             this.label4.Text = "Mon";
 | |
|             // 
 | |
|             // fJobReportImport
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1138, 629);
 | |
|             this.Controls.Add(this.dataGridView1);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             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();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudname)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuduid)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudot)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudhrd)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudbio)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudst)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuditem)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudpack)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudbunru)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudreq)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudtype)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nuddate)).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();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.panel2.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudMon)).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.CheckBox checkBox1;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.ComboBox comboBox1;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.CheckBox checkBox2;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker1;
 | |
|         private System.Windows.Forms.DateTimePicker dateTimePicker2;
 | |
|         private System.Windows.Forms.Label label14;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.NumericUpDown nudname;
 | |
|         private System.Windows.Forms.Label label21;
 | |
|         private System.Windows.Forms.NumericUpDown nuduid;
 | |
|         private System.Windows.Forms.Label label20;
 | |
|         private System.Windows.Forms.NumericUpDown nudot;
 | |
|         private System.Windows.Forms.Label label19;
 | |
|         private System.Windows.Forms.NumericUpDown nudhrd;
 | |
|         private System.Windows.Forms.Label label18;
 | |
|         private System.Windows.Forms.NumericUpDown nudbio;
 | |
|         private System.Windows.Forms.NumericUpDown nudst;
 | |
|         private System.Windows.Forms.Label label17;
 | |
|         private System.Windows.Forms.Label label12;
 | |
|         private System.Windows.Forms.NumericUpDown nuditem;
 | |
|         private System.Windows.Forms.NumericUpDown nudpack;
 | |
|         private System.Windows.Forms.Label label16;
 | |
|         private System.Windows.Forms.Label label11;
 | |
|         private System.Windows.Forms.NumericUpDown nudbunru;
 | |
|         private System.Windows.Forms.NumericUpDown nudreq;
 | |
|         private System.Windows.Forms.Label label15;
 | |
|         private System.Windows.Forms.Label label10;
 | |
|         private System.Windows.Forms.NumericUpDown nudtype;
 | |
|         private System.Windows.Forms.Label label13;
 | |
|         private System.Windows.Forms.NumericUpDown nuddate;
 | |
|         private System.Windows.Forms.Label label9;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn idxDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn pdateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn uidDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn typeDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn hrsDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn wuidDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn wdateDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn usernameDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn pidxDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn requestpartDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn packageDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewCheckBoxColumn importDataGridViewCheckBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn projectNameDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn weekDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn otDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn wwDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn processDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn gcodeDataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn description2DataGridViewTextBoxColumn;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn tagDataGridViewTextBoxColumn;
 | |
|         private dsPRJ dsPRJ;
 | |
|         private dsPRJTableAdapters.JobReportTableAdapter jobReportTableAdapter;
 | |
|         private System.Windows.Forms.NumericUpDown nudMon;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|     }
 | |
| } | 
