namespace Project.Dialog { partial class fImp { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.numericUpDown3 = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.tbUpdate = new System.Windows.Forms.Button(); this.btPreView = new System.Windows.Forms.Button(); this.btSelect = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.prb1 = new System.Windows.Forms.ToolStripProgressBar(); this.lbMsg = new System.Windows.Forms.ToolStripStatusLabel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.listView1 = new System.Windows.Forms.ListView(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60))))); this.panel1.Controls.Add(this.numericUpDown3); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.numericUpDown2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.numericUpDown1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.tbUpdate); this.panel1.Controls.Add(this.btPreView); this.panel1.Controls.Add(this.btSelect); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label1); 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(1048, 77); this.panel1.TabIndex = 0; // // numericUpDown3 // this.numericUpDown3.Location = new System.Drawing.Point(435, 42); this.numericUpDown3.Maximum = new decimal(new int[] { 100000, 0, 0, 0}); this.numericUpDown3.Name = "numericUpDown3"; this.numericUpDown3.Size = new System.Drawing.Size(100, 21); this.numericUpDown3.TabIndex = 12; this.numericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(392, 47); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 12); this.label5.TabIndex = 11; this.label5.Text = "Sheet"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(934, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(105, 12); this.label4.TabIndex = 10; this.label4.Text = "▼ Column Setting"; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(219, 42); this.numericUpDown2.Maximum = new decimal(new int[] { -1530494977, 232830, 0, 0}); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(100, 21); this.numericUpDown2.TabIndex = 8; this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(193, 47); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 12); this.label3.TabIndex = 7; this.label3.Text = "~"; this.label3.Click += new System.EventHandler(this.label3_Click); // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(79, 42); this.numericUpDown1.Maximum = new decimal(new int[] { -1530494977, 232830, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(100, 21); this.numericUpDown1.TabIndex = 6; this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(12, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 5; this.label2.Text = "Start Row"; // // tbUpdate // this.tbUpdate.Location = new System.Drawing.Point(703, 14); this.tbUpdate.Name = "tbUpdate"; this.tbUpdate.Size = new System.Drawing.Size(109, 23); this.tbUpdate.TabIndex = 4; this.tbUpdate.Text = "Update Data"; this.tbUpdate.UseVisualStyleBackColor = true; this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click); // // btPreView // this.btPreView.Location = new System.Drawing.Point(622, 14); this.btPreView.Name = "btPreView"; this.btPreView.Size = new System.Drawing.Size(75, 23); this.btPreView.TabIndex = 3; this.btPreView.Text = "PreView"; this.btPreView.UseVisualStyleBackColor = true; this.btPreView.Click += new System.EventHandler(this.button2_Click); // // btSelect // this.btSelect.Location = new System.Drawing.Point(541, 14); this.btSelect.Name = "btSelect"; this.btSelect.Size = new System.Drawing.Size(75, 23); this.btSelect.TabIndex = 2; this.btSelect.Text = "Select"; this.btSelect.UseVisualStyleBackColor = true; this.btSelect.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(78, 15); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(457, 21); this.textBox1.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(16, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "filename"; // // flowLayoutPanel1 // this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 77); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.flowLayoutPanel1.Size = new System.Drawing.Size(1048, 62); this.flowLayoutPanel1.TabIndex = 9; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.prb1, this.lbMsg}); this.statusStrip1.Location = new System.Drawing.Point(0, 521); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1048, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // prb1 // this.prb1.Name = "prb1"; this.prb1.Size = new System.Drawing.Size(300, 16); // // lbMsg // this.lbMsg.Name = "lbMsg"; this.lbMsg.Size = new System.Drawing.Size(16, 17); this.lbMsg.Text = "..."; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 77); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(1048, 444); this.dataGridView1.TabIndex = 2; // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.HideSelection = false; this.listView1.Location = new System.Drawing.Point(0, 139); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(1048, 382); this.listView1.TabIndex = 3; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // fImp // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1048, 543); this.Controls.Add(this.listView1); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.panel1); this.Name = "fImp"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "fImp"; this.Load += new System.EventHandler(this.fImp_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button btSelect; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.Button tbUpdate; private System.Windows.Forms.Button btPreView; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label4; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ToolStripStatusLabel lbMsg; private System.Windows.Forms.ToolStripProgressBar prb1; private System.Windows.Forms.NumericUpDown numericUpDown3; private System.Windows.Forms.Label label5; } }