179 lines
9.1 KiB
C#
179 lines
9.1 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class UCSchachtanbindung
|
|
{
|
|
/// <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 Komponenten-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.components = new System.ComponentModel.Container();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txt_schachtnummer = new System.Windows.Forms.TextBox();
|
|
this.pt_box = new System.Windows.Forms.PictureBox();
|
|
this.btn_add_bild = new System.Windows.Forms.Button();
|
|
this.lb_pictures = new System.Windows.Forms.ListBox();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.bearbeitenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.löschenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cb_erledigt = new System.Windows.Forms.CheckBox();
|
|
this.dt_datum = new System.Windows.Forms.DateTimePicker();
|
|
((System.ComponentModel.ISupportInitialize)(this.pt_box)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.Location = new System.Drawing.Point(12, 22);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(155, 25);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Schachtnummer";
|
|
//
|
|
// txt_schachtnummer
|
|
//
|
|
this.txt_schachtnummer.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txt_schachtnummer.Location = new System.Drawing.Point(188, 18);
|
|
this.txt_schachtnummer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.txt_schachtnummer.Name = "txt_schachtnummer";
|
|
this.txt_schachtnummer.Size = new System.Drawing.Size(208, 30);
|
|
this.txt_schachtnummer.TabIndex = 1;
|
|
//
|
|
// pt_box
|
|
//
|
|
this.pt_box.Location = new System.Drawing.Point(17, 58);
|
|
this.pt_box.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.pt_box.Name = "pt_box";
|
|
this.pt_box.Size = new System.Drawing.Size(800, 401);
|
|
this.pt_box.TabIndex = 2;
|
|
this.pt_box.TabStop = false;
|
|
//
|
|
// btn_add_bild
|
|
//
|
|
this.btn_add_bild.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_add_bild.Location = new System.Drawing.Point(837, 242);
|
|
this.btn_add_bild.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.btn_add_bild.Name = "btn_add_bild";
|
|
this.btn_add_bild.Size = new System.Drawing.Size(97, 217);
|
|
this.btn_add_bild.TabIndex = 3;
|
|
this.btn_add_bild.Text = "Bild Laden";
|
|
this.btn_add_bild.UseVisualStyleBackColor = true;
|
|
this.btn_add_bild.Click += new System.EventHandler(this.btn_add_bild_Click);
|
|
//
|
|
// lb_pictures
|
|
//
|
|
this.lb_pictures.FormattingEnabled = true;
|
|
this.lb_pictures.ItemHeight = 16;
|
|
this.lb_pictures.Location = new System.Drawing.Point(827, 58);
|
|
this.lb_pictures.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.lb_pictures.Name = "lb_pictures";
|
|
this.lb_pictures.Size = new System.Drawing.Size(107, 180);
|
|
this.lb_pictures.TabIndex = 4;
|
|
this.lb_pictures.SelectedIndexChanged += new System.EventHandler(this.lb_pictures_SelectedIndexChanged);
|
|
this.lb_pictures.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lb_pictures_MouseDown);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bearbeitenToolStripMenuItem,
|
|
this.löschenToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(151, 52);
|
|
//
|
|
// bearbeitenToolStripMenuItem
|
|
//
|
|
this.bearbeitenToolStripMenuItem.Name = "bearbeitenToolStripMenuItem";
|
|
this.bearbeitenToolStripMenuItem.Size = new System.Drawing.Size(150, 24);
|
|
this.bearbeitenToolStripMenuItem.Text = "Bearbeiten";
|
|
//
|
|
// löschenToolStripMenuItem
|
|
//
|
|
this.löschenToolStripMenuItem.Name = "löschenToolStripMenuItem";
|
|
this.löschenToolStripMenuItem.Size = new System.Drawing.Size(150, 24);
|
|
this.löschenToolStripMenuItem.Text = "Löschen";
|
|
this.löschenToolStripMenuItem.Click += new System.EventHandler(this.löschenToolStripMenuItem_Click);
|
|
//
|
|
// cb_erledigt
|
|
//
|
|
this.cb_erledigt.AutoSize = true;
|
|
this.cb_erledigt.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cb_erledigt.Location = new System.Drawing.Point(405, 17);
|
|
this.cb_erledigt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cb_erledigt.Name = "cb_erledigt";
|
|
this.cb_erledigt.Size = new System.Drawing.Size(119, 33);
|
|
this.cb_erledigt.TabIndex = 6;
|
|
this.cb_erledigt.Text = "Erledigt";
|
|
this.cb_erledigt.UseVisualStyleBackColor = true;
|
|
//
|
|
// dt_datum
|
|
//
|
|
this.dt_datum.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dt_datum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dt_datum.Location = new System.Drawing.Point(537, 18);
|
|
this.dt_datum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.dt_datum.Name = "dt_datum";
|
|
this.dt_datum.Size = new System.Drawing.Size(396, 30);
|
|
this.dt_datum.TabIndex = 7;
|
|
//
|
|
// UCSchachtanbindung
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.dt_datum);
|
|
this.Controls.Add(this.cb_erledigt);
|
|
this.Controls.Add(this.lb_pictures);
|
|
this.Controls.Add(this.btn_add_bild);
|
|
this.Controls.Add(this.pt_box);
|
|
this.Controls.Add(this.txt_schachtnummer);
|
|
this.Controls.Add(this.label1);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "UCSchachtanbindung";
|
|
this.Size = new System.Drawing.Size(949, 479);
|
|
this.Load += new System.EventHandler(this.UCSchachtanbindung_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pt_box)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txt_schachtnummer;
|
|
private System.Windows.Forms.PictureBox pt_box;
|
|
private System.Windows.Forms.Button btn_add_bild;
|
|
private System.Windows.Forms.ListBox lb_pictures;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem bearbeitenToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem löschenToolStripMenuItem;
|
|
private System.Windows.Forms.CheckBox cb_erledigt;
|
|
private System.Windows.Forms.DateTimePicker dt_datum;
|
|
}
|
|
}
|