using SharpImage.Main; namespace SharpImage.Forms { partial class siFormAddLabel { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(siFormAddLabel)); this.propertyGrid = new System.Windows.Forms.PropertyGrid(); this.comboType = new System.Windows.Forms.ComboBox(); this.panelSep1 = new System.Windows.Forms.Panel(); this.panelSep2 = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // panelBottom // this.panelBottom.Location = new System.Drawing.Point(0, 331); this.panelBottom.Size = new System.Drawing.Size(273, 52); // // propertyGrid // this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid.HelpVisible = false; this.propertyGrid.Location = new System.Drawing.Point(0, 0); this.propertyGrid.Name = "propertyGrid"; this.propertyGrid.Size = new System.Drawing.Size(273, 383); this.propertyGrid.TabIndex = 16; // // comboType // this.comboType.Dock = System.Windows.Forms.DockStyle.Top; this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboType.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboType.FormattingEnabled = true; this.comboType.Location = new System.Drawing.Point(0, 1); this.comboType.Name = "comboType"; this.comboType.Size = new System.Drawing.Size(273, 21); this.comboType.TabIndex = 17; // // panelSep1 // this.panelSep1.Dock = System.Windows.Forms.DockStyle.Top; this.panelSep1.Location = new System.Drawing.Point(0, 0); this.panelSep1.Name = "panelSep1"; this.panelSep1.Size = new System.Drawing.Size(273, 1); this.panelSep1.TabIndex = 18; // // panelSep2 // this.panelSep2.Dock = System.Windows.Forms.DockStyle.Top; this.panelSep2.Location = new System.Drawing.Point(0, 22); this.panelSep2.Name = "panelSep2"; this.panelSep2.Size = new System.Drawing.Size(273, 2); this.panelSep2.TabIndex = 19; // // siFormAddLabel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(273, 383); this.Controls.Add(this.panelSep2); this.Controls.Add(this.comboType); this.Controls.Add(this.panelSep1); this.Controls.Add(this.propertyGrid); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "siFormAddLabel"; this.Text = "Add Label"; this.Controls.SetChildIndex(this.propertyGrid, 0); this.Controls.SetChildIndex(this.panelSep1, 0); this.Controls.SetChildIndex(this.comboType, 0); this.Controls.SetChildIndex(this.panelBottom, 0); this.Controls.SetChildIndex(this.panelSep2, 0); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PropertyGrid propertyGrid; private System.Windows.Forms.ComboBox comboType; private System.Windows.Forms.Panel panelSep1; private System.Windows.Forms.Panel panelSep2; } }