namespace Maestro.Editors.PrintLayout { partial class LogoDialog { /// /// 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(LogoDialog)); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label9 = new System.Windows.Forms.Label(); this.numRotation = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbPositionUnits = new System.Windows.Forms.ComboBox(); this.numPosBottom = new System.Windows.Forms.NumericUpDown(); this.numPosLeft = new System.Windows.Forms.NumericUpDown(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.numSizeWidth = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.numSizeHeight = new System.Windows.Forms.NumericUpDown(); this.label8 = new System.Windows.Forms.Label(); this.cmbSizeUnits = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnBrowseSymbolName = new System.Windows.Forms.Button(); this.txtSymbolName = new System.Windows.Forms.TextBox(); this.btnBrowseSymbolLibrary = new System.Windows.Forms.Button(); this.txtSymbolLibraryId = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numRotation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPosBottom)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPosLeft)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numSizeWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numSizeHeight)).BeginInit(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.numRotation); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.cmbPositionUnits); this.groupBox1.Controls.Add(this.numPosBottom); this.groupBox1.Controls.Add(this.numPosLeft); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; // // numRotation // this.numRotation.DecimalPlaces = 2; resources.ApplyResources(this.numRotation, "numRotation"); this.numRotation.Name = "numRotation"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // cmbPositionUnits // this.cmbPositionUnits.FormattingEnabled = true; resources.ApplyResources(this.cmbPositionUnits, "cmbPositionUnits"); this.cmbPositionUnits.Name = "cmbPositionUnits"; // // numPosBottom // this.numPosBottom.DecimalPlaces = 2; resources.ApplyResources(this.numPosBottom, "numPosBottom"); this.numPosBottom.Name = "numPosBottom"; // // numPosLeft // this.numPosLeft.DecimalPlaces = 2; resources.ApplyResources(this.numPosLeft, "numPosLeft"); this.numPosLeft.Name = "numPosLeft"; // // groupBox2 // this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.numSizeWidth); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.numSizeHeight); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.cmbSizeUnits); resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // numSizeWidth // this.numSizeWidth.DecimalPlaces = 2; resources.ApplyResources(this.numSizeWidth, "numSizeWidth"); this.numSizeWidth.Name = "numSizeWidth"; // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // numSizeHeight // this.numSizeHeight.DecimalPlaces = 2; resources.ApplyResources(this.numSizeHeight, "numSizeHeight"); this.numSizeHeight.Name = "numSizeHeight"; // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.Name = "label8"; // // cmbSizeUnits // this.cmbSizeUnits.FormattingEnabled = true; resources.ApplyResources(this.cmbSizeUnits, "cmbSizeUnits"); this.cmbSizeUnits.Name = "cmbSizeUnits"; // // groupBox3 // this.groupBox3.Controls.Add(this.btnBrowseSymbolName); this.groupBox3.Controls.Add(this.txtSymbolName); this.groupBox3.Controls.Add(this.btnBrowseSymbolLibrary); this.groupBox3.Controls.Add(this.txtSymbolLibraryId); this.groupBox3.Controls.Add(this.label2); this.groupBox3.Controls.Add(this.label1); resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // btnBrowseSymbolName // resources.ApplyResources(this.btnBrowseSymbolName, "btnBrowseSymbolName"); this.btnBrowseSymbolName.Name = "btnBrowseSymbolName"; this.btnBrowseSymbolName.UseVisualStyleBackColor = true; this.btnBrowseSymbolName.Click += new System.EventHandler(this.btnBrowseSymbolName_Click); // // txtSymbolName // resources.ApplyResources(this.txtSymbolName, "txtSymbolName"); this.txtSymbolName.Name = "txtSymbolName"; this.txtSymbolName.ReadOnly = true; // // btnBrowseSymbolLibrary // resources.ApplyResources(this.btnBrowseSymbolLibrary, "btnBrowseSymbolLibrary"); this.btnBrowseSymbolLibrary.Name = "btnBrowseSymbolLibrary"; this.btnBrowseSymbolLibrary.UseVisualStyleBackColor = true; this.btnBrowseSymbolLibrary.Click += new System.EventHandler(this.btnBrowseSymbolLibrary_Click); // // txtSymbolLibraryId // resources.ApplyResources(this.txtSymbolLibraryId, "txtSymbolLibraryId"); this.txtSymbolLibraryId.Name = "txtSymbolLibraryId"; this.txtSymbolLibraryId.ReadOnly = true; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // LogoDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LogoDialog"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numRotation)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPosBottom)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numPosLeft)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numSizeWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numSizeHeight)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnBrowseSymbolLibrary; private System.Windows.Forms.TextBox txtSymbolLibraryId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnBrowseSymbolName; private System.Windows.Forms.TextBox txtSymbolName; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbPositionUnits; private System.Windows.Forms.NumericUpDown numPosBottom; private System.Windows.Forms.NumericUpDown numPosLeft; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numSizeWidth; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown numSizeHeight; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cmbSizeUnits; private System.Windows.Forms.Label label9; private System.Windows.Forms.NumericUpDown numRotation; } }