namespace zz_winsign { partial class Form1 { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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() { this.sign1 = new WinSign.Sign(); this.label1 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.colorUIControl1 = new Syncfusion.Windows.Forms.ColorUIControl(); this.btnDeleteImage = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // sign1 // this.sign1.BackColor = System.Drawing.Color.White; this.sign1.BackgroundImageBitmap = null; this.sign1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.sign1.FileFormat = System.Drawing.Imaging.ImageFormat.Bmp; this.sign1.Location = new System.Drawing.Point(12, 22); this.sign1.Name = "sign1"; this.sign1.PenColor = System.Drawing.Color.Blue; this.sign1.PenWidth = 4; this.sign1.RequiredPoints = 20; this.sign1.Size = new System.Drawing.Size(618, 228); this.sign1.TabIndex = 0; // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(655, -39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 8; this.label1.Text = "Strichstärke"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8"}); this.listBox1.Location = new System.Drawing.Point(724, 22); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(41, 108); this.listBox1.TabIndex = 10; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // colorUIControl1 // this.colorUIControl1.BeforeTouchSize = new System.Drawing.Size(204, 177); this.colorUIControl1.Location = new System.Drawing.Point(822, 22); this.colorUIControl1.Name = "colorUIControl1"; this.colorUIControl1.Size = new System.Drawing.Size(204, 177); this.colorUIControl1.TabIndex = 11; this.colorUIControl1.Text = "colorUIControl1"; this.colorUIControl1.ColorSelected += new System.EventHandler(this.colorUIControl1_ColorSelected); // // btnDeleteImage // this.btnDeleteImage.Location = new System.Drawing.Point(12, 268); this.btnDeleteImage.Name = "btnDeleteImage"; this.btnDeleteImage.Size = new System.Drawing.Size(103, 23); this.btnDeleteImage.TabIndex = 23; this.btnDeleteImage.Text = "Bild löschen"; this.btnDeleteImage.UseVisualStyleBackColor = true; this.btnDeleteImage.Click += new System.EventHandler(this.btnDeleteImage_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(767, -39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 13); this.label2.TabIndex = 24; this.label2.Text = "Stiftfarbe"; // // listBox2 // this.listBox2.FormattingEnabled = true; this.listBox2.Items.AddRange(new object[] { "100", "110", "120", "130", "150", "200", "210"}); this.listBox2.Location = new System.Drawing.Point(858, 264); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(41, 108); this.listBox2.TabIndex = 26; this.listBox2.SelectedIndexChanged += new System.EventHandler(this.listBox2_SelectedIndexChanged); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(802, 264); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 13); this.label3.TabIndex = 25; this.label3.Text = "Helligheit"; // // button1 // this.button1.Location = new System.Drawing.Point(658, 259); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(103, 23); this.button1.TabIndex = 27; this.button1.Text = "Speichern"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(655, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(63, 13); this.label4.TabIndex = 28; this.label4.Text = "Strichstärke"; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(771, 22); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(34, 13); this.label5.TabIndex = 29; this.label5.Text = "Farbe"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1051, 389); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.button1); this.Controls.Add(this.listBox2); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.btnDeleteImage); this.Controls.Add(this.colorUIControl1); this.Controls.Add(this.listBox1); this.Controls.Add(this.label1); this.Controls.Add(this.sign1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinSign.Sign sign1; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox listBox1; private Syncfusion.Windows.Forms.ColorUIControl colorUIControl1; private System.Windows.Forms.Button btnDeleteImage; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button1; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }