test_excelreadcolumn_v2_tes.../Test_ExcelReadColumn/Form1.Designer.cs

193 lines
9.6 KiB
C#

namespace Test_ExcelReadColumn
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
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.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.buttonReadReuseColumns = new System.Windows.Forms.Button();
this.buttonSaveChanges = new System.Windows.Forms.Button();
this.openFileDialogExcel = new System.Windows.Forms.OpenFileDialog();
((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, 12);
this.dataGridViewExcelSAP.Name = "dataGridViewExcelSAP";
this.dataGridViewExcelSAP.Size = new System.Drawing.Size(345, 397);
this.dataGridViewExcelSAP.TabIndex = 1;
//
// Object
//
this.Object.HeaderText = "Objekt";
this.Object.Name = "Object";
this.Object.Width = 80;
//
// VStat
//
this.VStat.HeaderText = "VStat";
this.VStat.Name = "VStat";
this.VStat.Width = 120;
//
// Status
//
this.Status.HeaderText = "Status";
this.Status.Name = "Status";
this.Status.Width = 80;
//
// dataGridViewExcelReuse
//
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, 12);
this.dataGridViewExcelReuse.Name = "dataGridViewExcelReuse";
this.dataGridViewExcelReuse.Size = new System.Drawing.Size(425, 397);
this.dataGridViewExcelReuse.TabIndex = 2;
//
// Item
//
this.Item.HeaderText = "Item";
this.Item.Name = "Item";
//
// StatusOld
//
this.StatusOld.HeaderText = "Status old";
this.StatusOld.Name = "StatusOld";
this.StatusOld.Width = 110;
//
// StatusNew
//
this.StatusNew.HeaderText = "Status New";
this.StatusNew.Name = "StatusNew";
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;
//
// buttonReadReuseColumns
//
this.buttonReadReuseColumns.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonReadReuseColumns.Enabled = false;
this.buttonReadReuseColumns.Location = new System.Drawing.Point(363, 415);
this.buttonReadReuseColumns.Name = "buttonReadReuseColumns";
this.buttonReadReuseColumns.Size = new System.Drawing.Size(120, 23);
this.buttonReadReuseColumns.TabIndex = 3;
this.buttonReadReuseColumns.Text = "Read Reuse Columns";
this.buttonReadReuseColumns.UseVisualStyleBackColor = true;
this.buttonReadReuseColumns.Click += new System.EventHandler(this.buttonReadReuseColumns_Click);
//
// 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(668, 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);
//
// 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.buttonSaveChanges);
this.Controls.Add(this.buttonReadReuseColumns);
this.Controls.Add(this.dataGridViewExcelReuse);
this.Controls.Add(this.dataGridViewExcelSAP);
this.Controls.Add(this.buttonReadSapColumn);
this.MinimumSize = new System.Drawing.Size(808, 481);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelSAP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewExcelReuse)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonReadSapColumn;
private System.Windows.Forms.DataGridView dataGridViewExcelSAP;
private System.Windows.Forms.DataGridView dataGridViewExcelReuse;
private System.Windows.Forms.Button buttonReadReuseColumns;
private System.Windows.Forms.Button buttonSaveChanges;
private System.Windows.Forms.DataGridViewTextBoxColumn Object;
private System.Windows.Forms.DataGridViewTextBoxColumn VStat;
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
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.OpenFileDialog openFileDialogExcel;
}
}