190 lines
8.3 KiB
C#
190 lines
8.3 KiB
C#
namespace Project._Management
|
|
{
|
|
partial class fImpEquipment
|
|
{
|
|
/// <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.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.radB = new System.Windows.Forms.RadioButton();
|
|
this.radF = new System.Windows.Forms.RadioButton();
|
|
this.radE = new System.Windows.Forms.RadioButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(81, 34);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(222, 21);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(12, 37);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(59, 12);
|
|
this.linkLabel1.TabIndex = 1;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "select file";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(396, 15);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(114, 25);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "View";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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, 87);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(825, 329);
|
|
this.dataGridView1.TabIndex = 4;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(636, 15);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(114, 25);
|
|
this.button3.TabIndex = 6;
|
|
this.button3.Text = "Save";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// radB
|
|
//
|
|
this.radB.AutoSize = true;
|
|
this.radB.Location = new System.Drawing.Point(83, 11);
|
|
this.radB.Name = "radB";
|
|
this.radB.Size = new System.Drawing.Size(58, 16);
|
|
this.radB.TabIndex = 7;
|
|
this.radB.TabStop = true;
|
|
this.radB.Text = "BUMP";
|
|
this.radB.UseVisualStyleBackColor = true;
|
|
//
|
|
// radF
|
|
//
|
|
this.radF.AutoSize = true;
|
|
this.radF.Location = new System.Drawing.Point(145, 11);
|
|
this.radF.Name = "radF";
|
|
this.radF.Size = new System.Drawing.Size(46, 16);
|
|
this.radF.TabIndex = 7;
|
|
this.radF.TabStop = true;
|
|
this.radF.Text = "FOL";
|
|
this.radF.UseVisualStyleBackColor = true;
|
|
//
|
|
// radE
|
|
//
|
|
this.radE.AutoSize = true;
|
|
this.radE.Location = new System.Drawing.Point(197, 11);
|
|
this.radE.Name = "radE";
|
|
this.radE.Size = new System.Drawing.Size(90, 16);
|
|
this.radE.TabIndex = 7;
|
|
this.radE.TabStop = true;
|
|
this.radE.Text = "MOLD & EOL";
|
|
this.radE.UseVisualStyleBackColor = true;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.dateTimePicker1);
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.radE);
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Controls.Add(this.radF);
|
|
this.panel1.Controls.Add(this.linkLabel1);
|
|
this.panel1.Controls.Add(this.radB);
|
|
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(825, 87);
|
|
this.panel1.TabIndex = 10;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(83, 60);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(221, 21);
|
|
this.dateTimePicker1.TabIndex = 8;
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.progressBar1.Location = new System.Drawing.Point(0, 416);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(825, 21);
|
|
this.progressBar1.TabIndex = 11;
|
|
//
|
|
// fImpEquipment
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(825, 437);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "fImpEquipment";
|
|
this.Text = "fImpEquipment";
|
|
this.Load += new System.EventHandler(this.__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#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.RadioButton radB;
|
|
private System.Windows.Forms.RadioButton radF;
|
|
private System.Windows.Forms.RadioButton radE;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
}
|
|
} |