Programm_Wirl/FormImport.Designer.cs
2025-11-30 11:44:05 +01:00

274 lines
12 KiB
C#

namespace Deckungsbeitrag
{
partial class FormImport
{
/// <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(FormImport));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tSBAbbrechen = new System.Windows.Forms.ToolStripButton();
this.toolStripOpen = new System.Windows.Forms.ToolStripButton();
this.listViewImport = new System.Windows.Forms.ListView();
this.buttonImport = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.bearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBoxImportdaten = new System.Windows.Forms.GroupBox();
this.checkBoxMandat = new System.Windows.Forms.CheckBox();
this.dTPUmsatz = new System.Windows.Forms.DateTimePicker();
this.rBUmsatzListe = new System.Windows.Forms.RadioButton();
this.rBKostenListe = new System.Windows.Forms.RadioButton();
this.rBKundenDaten = new System.Windows.Forms.RadioButton();
this.checkBoxExtra = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.groupBoxImportdaten.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tSBAbbrechen,
this.toolStripOpen});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(800, 27);
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
// tSBAbbrechen
//
this.tSBAbbrechen.BackColor = System.Drawing.Color.LightCoral;
this.tSBAbbrechen.Image = ((System.Drawing.Image)(resources.GetObject("tSBAbbrechen.Image")));
this.tSBAbbrechen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tSBAbbrechen.Name = "tSBAbbrechen";
this.tSBAbbrechen.Size = new System.Drawing.Size(105, 24);
this.tSBAbbrechen.Text = "Abbrechen";
this.tSBAbbrechen.Click += new System.EventHandler(this.tSBAbbrechen_Click);
//
// toolStripOpen
//
this.toolStripOpen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripOpen.Image")));
this.toolStripOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripOpen.Name = "toolStripOpen";
this.toolStripOpen.Size = new System.Drawing.Size(78, 24);
this.toolStripOpen.Text = "Öffnen";
this.toolStripOpen.Click += new System.EventHandler(this.toolStripOpen_Click);
//
// listViewImport
//
this.listViewImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listViewImport.FullRowSelect = true;
this.listViewImport.GridLines = true;
this.listViewImport.HideSelection = false;
this.listViewImport.Location = new System.Drawing.Point(9, 155);
this.listViewImport.Name = "listViewImport";
this.listViewImport.Size = new System.Drawing.Size(779, 359);
this.listViewImport.TabIndex = 5;
this.listViewImport.UseCompatibleStateImageBehavior = false;
this.listViewImport.View = System.Windows.Forms.View.Details;
//
// buttonImport
//
this.buttonImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonImport.BackColor = System.Drawing.Color.PaleGreen;
this.buttonImport.Location = new System.Drawing.Point(677, 528);
this.buttonImport.Name = "buttonImport";
this.buttonImport.Size = new System.Drawing.Size(114, 35);
this.buttonImport.TabIndex = 9;
this.buttonImport.Text = "Import";
this.buttonImport.UseVisualStyleBackColor = false;
this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.bearbeitenToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(206, 28);
//
// bearbeitenToolStripMenuItem
//
this.bearbeitenToolStripMenuItem.Name = "bearbeitenToolStripMenuItem";
this.bearbeitenToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
this.bearbeitenToolStripMenuItem.Size = new System.Drawing.Size(205, 24);
this.bearbeitenToolStripMenuItem.Text = "Bearbeiten";
//
// groupBoxImportdaten
//
this.groupBoxImportdaten.Controls.Add(this.checkBoxMandat);
this.groupBoxImportdaten.Controls.Add(this.dTPUmsatz);
this.groupBoxImportdaten.Controls.Add(this.rBUmsatzListe);
this.groupBoxImportdaten.Controls.Add(this.rBKostenListe);
this.groupBoxImportdaten.Controls.Add(this.rBKundenDaten);
this.groupBoxImportdaten.Location = new System.Drawing.Point(12, 34);
this.groupBoxImportdaten.Name = "groupBoxImportdaten";
this.groupBoxImportdaten.Size = new System.Drawing.Size(250, 115);
this.groupBoxImportdaten.TabIndex = 10;
this.groupBoxImportdaten.TabStop = false;
this.groupBoxImportdaten.Text = "Welche Daten werden Importiert?";
//
// checkBoxMandat
//
this.checkBoxMandat.AutoSize = true;
this.checkBoxMandat.Location = new System.Drawing.Point(124, 30);
this.checkBoxMandat.Name = "checkBoxMandat";
this.checkBoxMandat.Size = new System.Drawing.Size(123, 20);
this.checkBoxMandat.TabIndex = 5;
this.checkBoxMandat.Text = "Mandatwechsel";
this.checkBoxMandat.UseVisualStyleBackColor = true;
//
// dTPUmsatz
//
this.dTPUmsatz.CustomFormat = "yyyy";
this.dTPUmsatz.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dTPUmsatz.Location = new System.Drawing.Point(124, 85);
this.dTPUmsatz.Name = "dTPUmsatz";
this.dTPUmsatz.ShowUpDown = true;
this.dTPUmsatz.Size = new System.Drawing.Size(65, 22);
this.dTPUmsatz.TabIndex = 4;
this.dTPUmsatz.Value = new System.DateTime(2021, 8, 1, 0, 0, 0, 0);
//
// rBUmsatzListe
//
this.rBUmsatzListe.AutoSize = true;
this.rBUmsatzListe.Location = new System.Drawing.Point(6, 86);
this.rBUmsatzListe.Name = "rBUmsatzListe";
this.rBUmsatzListe.Size = new System.Drawing.Size(97, 20);
this.rBUmsatzListe.TabIndex = 2;
this.rBUmsatzListe.TabStop = true;
this.rBUmsatzListe.Text = "Umsatzliste";
this.rBUmsatzListe.UseVisualStyleBackColor = true;
this.rBUmsatzListe.CheckedChanged += new System.EventHandler(this.rB_CheckedChanged);
//
// rBKostenListe
//
this.rBKostenListe.AutoSize = true;
this.rBKostenListe.Location = new System.Drawing.Point(6, 58);
this.rBKostenListe.Name = "rBKostenListe";
this.rBKostenListe.Size = new System.Drawing.Size(93, 20);
this.rBKostenListe.TabIndex = 1;
this.rBKostenListe.TabStop = true;
this.rBKostenListe.Text = "Kostenliste";
this.rBKostenListe.UseVisualStyleBackColor = true;
this.rBKostenListe.CheckedChanged += new System.EventHandler(this.rB_CheckedChanged);
//
// rBKundenDaten
//
this.rBKundenDaten.AutoSize = true;
this.rBKundenDaten.Location = new System.Drawing.Point(6, 30);
this.rBKundenDaten.Name = "rBKundenDaten";
this.rBKundenDaten.Size = new System.Drawing.Size(107, 20);
this.rBKundenDaten.TabIndex = 0;
this.rBKundenDaten.TabStop = true;
this.rBKundenDaten.Text = "Kundendaten";
this.rBKundenDaten.UseVisualStyleBackColor = true;
this.rBKundenDaten.CheckedChanged += new System.EventHandler(this.rB_CheckedChanged);
//
// checkBoxExtra
//
this.checkBoxExtra.AutoSize = true;
this.checkBoxExtra.Location = new System.Drawing.Point(13, 555);
this.checkBoxExtra.Name = "checkBoxExtra";
this.checkBoxExtra.Size = new System.Drawing.Size(18, 17);
this.checkBoxExtra.TabIndex = 5;
this.checkBoxExtra.UseVisualStyleBackColor = true;
this.checkBoxExtra.Click += new System.EventHandler(this.rB_CheckedChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(292, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(499, 25);
this.label1.TabIndex = 11;
this.label1.Text = "Das KUNDENSORTIMENT bitte nicht Importiert werden.";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(293, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(377, 20);
this.label2.TabIndex = 12;
this.label2.Text = "Speicherort bitte in den Einstellungen nachsehen.";
//
// Import
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 574);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.checkBoxExtra);
this.Controls.Add(this.groupBoxImportdaten);
this.Controls.Add(this.buttonImport);
this.Controls.Add(this.listViewImport);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Import";
this.Text = "Wolfgang Wirl GmbH - IMPORT";
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBoxImportdaten.ResumeLayout(false);
this.groupBoxImportdaten.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tSBAbbrechen;
private System.Windows.Forms.ToolStripButton toolStripOpen;
private System.Windows.Forms.ListView listViewImport;
private System.Windows.Forms.Button buttonImport;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem bearbeitenToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBoxImportdaten;
private System.Windows.Forms.RadioButton rBUmsatzListe;
private System.Windows.Forms.RadioButton rBKostenListe;
private System.Windows.Forms.RadioButton rBKundenDaten;
private System.Windows.Forms.DateTimePicker dTPUmsatz;
private System.Windows.Forms.CheckBox checkBoxExtra;
private System.Windows.Forms.CheckBox checkBoxMandat;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}