87 lines
3.5 KiB
C#
87 lines
3.5 KiB
C#
namespace Deckungsbeitrag
|
|
{
|
|
partial class FormKamera
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKamera));
|
|
this.pictureBoxKamera = new System.Windows.Forms.PictureBox();
|
|
this.buttonHand = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxKamera)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBoxKamera
|
|
//
|
|
this.pictureBoxKamera.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBoxKamera.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBoxKamera.Name = "pictureBoxKamera";
|
|
this.pictureBoxKamera.Size = new System.Drawing.Size(584, 316);
|
|
this.pictureBoxKamera.TabIndex = 0;
|
|
this.pictureBoxKamera.TabStop = false;
|
|
//
|
|
// buttonHand
|
|
//
|
|
this.buttonHand.BackColor = System.Drawing.Color.Yellow;
|
|
this.buttonHand.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.buttonHand.FlatAppearance.BorderSize = 0;
|
|
this.buttonHand.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonHand.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.buttonHand.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.buttonHand.Location = new System.Drawing.Point(0, 321);
|
|
this.buttonHand.Margin = new System.Windows.Forms.Padding(2);
|
|
this.buttonHand.Name = "buttonHand";
|
|
this.buttonHand.Size = new System.Drawing.Size(584, 41);
|
|
this.buttonHand.TabIndex = 16;
|
|
this.buttonHand.Text = "Handeingabe starten";
|
|
this.buttonHand.UseVisualStyleBackColor = false;
|
|
this.buttonHand.Click += new System.EventHandler(this.buttonHand_Click);
|
|
//
|
|
// FormKamera
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(584, 362);
|
|
this.Controls.Add(this.buttonHand);
|
|
this.Controls.Add(this.pictureBoxKamera);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormKamera";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "KAMERA";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormKamera_FormClosing);
|
|
this.Load += new System.EventHandler(this.FormKamera_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxKamera)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxKamera;
|
|
private System.Windows.Forms.Button buttonHand;
|
|
}
|
|
} |