namespace CraftSynth.ImageEditor { partial class PropertiesDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.lblColor = new System.Windows.Forms.Label(); this.btnSelectColor = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.lblPenWidth = new System.Windows.Forms.Label(); this.cmbPenWidth = new System.Windows.Forms.ComboBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 0; this.label1.Text = "Color"; // // lblColor // this.lblColor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblColor.Location = new System.Drawing.Point(90, 21); this.lblColor.Name = "lblColor"; this.lblColor.Size = new System.Drawing.Size(72, 24); this.lblColor.TabIndex = 1; this.lblColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnSelectColor // this.btnSelectColor.Location = new System.Drawing.Point(195, 19); this.btnSelectColor.Name = "btnSelectColor"; this.btnSelectColor.Size = new System.Drawing.Size(33, 27); this.btnSelectColor.TabIndex = 2; this.btnSelectColor.Text = "..."; this.btnSelectColor.UseVisualStyleBackColor = true; this.btnSelectColor.Click += new System.EventHandler(this.btnSelectColor_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 3; this.label2.Text = "Pen Width"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblPenWidth // this.lblPenWidth.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPenWidth.Location = new System.Drawing.Point(90, 60); this.lblPenWidth.Name = "lblPenWidth"; this.lblPenWidth.Size = new System.Drawing.Size(72, 24); this.lblPenWidth.TabIndex = 4; this.lblPenWidth.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cmbPenWidth // this.cmbPenWidth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPenWidth.FormattingEnabled = true; this.cmbPenWidth.Location = new System.Drawing.Point(195, 61); this.cmbPenWidth.Name = "cmbPenWidth"; this.cmbPenWidth.Size = new System.Drawing.Size(71, 21); this.cmbPenWidth.TabIndex = 5; this.cmbPenWidth.SelectedIndexChanged += new System.EventHandler(this.cmbPenWidth_SelectedIndexChanged); // // btnOK // this.btnOK.Location = new System.Drawing.Point(39, 114); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 27); this.btnOK.TabIndex = 6; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(175, 114); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 27); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // PropertiesDialog // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(290, 156); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.cmbPenWidth); this.Controls.Add(this.lblPenWidth); this.Controls.Add(this.label2); this.Controls.Add(this.btnSelectColor); this.Controls.Add(this.lblColor); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PropertiesDialog"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Properties"; this.Load += new System.EventHandler(this.PropertiesDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblColor; private System.Windows.Forms.Button btnSelectColor; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblPenWidth; private System.Windows.Forms.ComboBox cmbPenWidth; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }