namespace UpdateStandPartFamMemUsStat
{
partial class Form1
{
///
/// 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 Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.buttonReadSapColumn = new System.Windows.Forms.Button();
this.dataGridViewExcelSAP = new System.Windows.Forms.DataGridView();
this.Object = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VStat = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.openFileDialogExcel = new System.Windows.Forms.OpenFileDialog();
this.dataGridViewExcelReuse = new System.Windows.Forms.DataGridView();
this.Item = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StatusOld = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.StatusNew = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Save = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.buttonSaveChanges = new System.Windows.Forms.Button();
this.labelSap = new System.Windows.Forms.Label();
this.labelFamily = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelSAP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelReuse)).BeginInit();
this.SuspendLayout();
//
// buttonReadSapColumn
//
this.buttonReadSapColumn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonReadSapColumn.Location = new System.Drawing.Point(12, 415);
this.buttonReadSapColumn.Name = "buttonReadSapColumn";
this.buttonReadSapColumn.Size = new System.Drawing.Size(120, 23);
this.buttonReadSapColumn.TabIndex = 0;
this.buttonReadSapColumn.Text = "Read SAP Columns";
this.buttonReadSapColumn.UseVisualStyleBackColor = true;
this.buttonReadSapColumn.Click += new System.EventHandler(this.buttonReadSapColumn_Click);
//
// dataGridViewExcelSAP
//
this.dataGridViewExcelSAP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dataGridViewExcelSAP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewExcelSAP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Object,
this.VStat,
this.Status});
this.dataGridViewExcelSAP.Location = new System.Drawing.Point(12, 29);
this.dataGridViewExcelSAP.Name = "dataGridViewExcelSAP";
this.dataGridViewExcelSAP.Size = new System.Drawing.Size(345, 380);
this.dataGridViewExcelSAP.TabIndex = 1;
//
// Object
//
this.Object.HeaderText = "Object";
this.Object.Name = "Object";
this.Object.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.Object.Width = 80;
//
// VStat
//
this.VStat.HeaderText = "VStat";
this.VStat.Name = "VStat";
this.VStat.ReadOnly = true;
this.VStat.Width = 120;
//
// Status
//
this.Status.HeaderText = "Status";
this.Status.Name = "Status";
this.Status.ReadOnly = true;
this.Status.Width = 80;
//
// dataGridViewExcelReuse
//
this.dataGridViewExcelReuse.AllowUserToDeleteRows = false;
this.dataGridViewExcelReuse.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dataGridViewExcelReuse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewExcelReuse.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Item,
this.StatusOld,
this.StatusNew,
this.Save});
this.dataGridViewExcelReuse.Location = new System.Drawing.Point(363, 29);
this.dataGridViewExcelReuse.Name = "dataGridViewExcelReuse";
this.dataGridViewExcelReuse.Size = new System.Drawing.Size(425, 380);
this.dataGridViewExcelReuse.TabIndex = 2;
//
// Item
//
this.Item.HeaderText = "Item";
this.Item.Name = "Item";
this.Item.ReadOnly = true;
//
// StatusOld
//
this.StatusOld.HeaderText = "Status old";
this.StatusOld.Name = "StatusOld";
this.StatusOld.ReadOnly = true;
this.StatusOld.Width = 110;
//
// StatusNew
//
this.StatusNew.HeaderText = "Status New";
this.StatusNew.Name = "StatusNew";
this.StatusNew.ReadOnly = true;
this.StatusNew.Width = 110;
//
// Save
//
this.Save.HeaderText = "Save";
this.Save.Name = "Save";
this.Save.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.Save.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Save.Width = 40;
//
// buttonSaveChanges
//
this.buttonSaveChanges.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonSaveChanges.Enabled = false;
this.buttonSaveChanges.Location = new System.Drawing.Point(667, 415);
this.buttonSaveChanges.Name = "buttonSaveChanges";
this.buttonSaveChanges.Size = new System.Drawing.Size(120, 23);
this.buttonSaveChanges.TabIndex = 4;
this.buttonSaveChanges.Text = "Save Changes";
this.buttonSaveChanges.UseVisualStyleBackColor = true;
this.buttonSaveChanges.Click += new System.EventHandler(this.buttonSaveChanges_Click);
//
// labelSap
//
this.labelSap.AutoSize = true;
this.labelSap.Location = new System.Drawing.Point(13, 13);
this.labelSap.Name = "labelSap";
this.labelSap.Size = new System.Drawing.Size(63, 13);
this.labelSap.TabIndex = 6;
this.labelSap.Text = "SAP Values";
//
// labelFamily
//
this.labelFamily.AutoSize = true;
this.labelFamily.Location = new System.Drawing.Point(363, 12);
this.labelFamily.Name = "labelFamily";
this.labelFamily.Size = new System.Drawing.Size(93, 13);
this.labelFamily.TabIndex = 7;
this.labelFamily.Text = "Part Family Values";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.labelFamily);
this.Controls.Add(this.labelSap);
this.Controls.Add(this.buttonSaveChanges);
this.Controls.Add(this.dataGridViewExcelReuse);
this.Controls.Add(this.dataGridViewExcelSAP);
this.Controls.Add(this.buttonReadSapColumn);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(808, 481);
this.Name = "Form1";
this.Text = "::::: Update Standard Part Family Member Usage Status :::::";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelSAP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelReuse)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonReadSapColumn;
private System.Windows.Forms.DataGridView dataGridViewExcelSAP;
private System.Windows.Forms.OpenFileDialog openFileDialogExcel;
private System.Windows.Forms.DataGridView dataGridViewExcelReuse;
private System.Windows.Forms.Button buttonSaveChanges;
private System.Windows.Forms.DataGridViewTextBoxColumn Item;
private System.Windows.Forms.DataGridViewTextBoxColumn StatusOld;
private System.Windows.Forms.DataGridViewTextBoxColumn StatusNew;
private System.Windows.Forms.DataGridViewCheckBoxColumn Save;
private System.Windows.Forms.Label labelSap;
private System.Windows.Forms.Label labelFamily;
private System.Windows.Forms.DataGridViewTextBoxColumn Object;
private System.Windows.Forms.DataGridViewTextBoxColumn VStat;
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
}
}