/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.BenchControl.Output.Printers.OnePerMeter { partial class PrinterCfgCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.nameTextBox = new System.Windows.Forms.TextBox(); this.nameLabel = new System.Windows.Forms.Label(); this.classNameLabel = new System.Windows.Forms.Label(); this.supressPrintingCheckBox = new System.Windows.Forms.CheckBox(); this.orientationLabel = new System.Windows.Forms.Label(); this.orientationComboBox = new System.Windows.Forms.ComboBox(); this.topMarginTextBox = new System.Windows.Forms.TextBox(); this.topMarginLabel = new System.Windows.Forms.Label(); this.leftMarginTextBox = new System.Windows.Forms.TextBox(); this.bottomMarginTextBox = new System.Windows.Forms.TextBox(); this.cultureComboBox = new System.Windows.Forms.ComboBox(); this.cultureLabel = new System.Windows.Forms.Label(); this.commonItemsButton = new System.Windows.Forms.Button(); this.footerButton = new System.Windows.Forms.Button(); this.headerButton = new System.Windows.Forms.Button(); this.testItemsButton = new System.Windows.Forms.Button(); this.headerFontLabel = new System.Windows.Forms.Label(); this.titleFontLabel = new System.Windows.Forms.Label(); this.titleFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.headerFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.bodyFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.bodyFontLabel = new System.Windows.Forms.Label(); this.titleFontSizeTextBox = new System.Windows.Forms.TextBox(); this.headerFontSizeTextBox = new System.Windows.Forms.TextBox(); this.bodyFontSizeTextBox = new System.Windows.Forms.TextBox(); this.titleBoldCheckBox = new System.Windows.Forms.CheckBox(); this.titleItalicCheckBox = new System.Windows.Forms.CheckBox(); this.headerItalicCheckBox = new System.Windows.Forms.CheckBox(); this.headerBoldCheckBox = new System.Windows.Forms.CheckBox(); this.bodyItalicCheckBox = new System.Windows.Forms.CheckBox(); this.bodyBoldCheckBox = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.testsAreRowsCheckBox = new System.Windows.Forms.CheckBox(); this.tests2AreRowsCheckBox = new System.Windows.Forms.CheckBox(); this.testItems2Button = new System.Windows.Forms.Button(); this.goodOnlyCheckBox = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(142, 30); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(218, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(16, 33); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(139, 7); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComonentName"; // // supressPrintingCheckBox // this.supressPrintingCheckBox.AutoSize = true; this.supressPrintingCheckBox.Enabled = false; this.supressPrintingCheckBox.Location = new System.Drawing.Point(143, 178); this.supressPrintingCheckBox.Name = "supressPrintingCheckBox"; this.supressPrintingCheckBox.Size = new System.Drawing.Size(101, 17); this.supressPrintingCheckBox.TabIndex = 24; this.supressPrintingCheckBox.Text = "Supress printing"; this.supressPrintingCheckBox.UseVisualStyleBackColor = true; // // orientationLabel // this.orientationLabel.AutoSize = true; this.orientationLabel.Location = new System.Drawing.Point(16, 57); this.orientationLabel.Name = "orientationLabel"; this.orientationLabel.Size = new System.Drawing.Size(84, 13); this.orientationLabel.TabIndex = 3; this.orientationLabel.Text = "Page orientation"; // // orientationComboBox // this.orientationComboBox.Enabled = false; this.orientationComboBox.FormattingEnabled = true; this.orientationComboBox.Location = new System.Drawing.Point(142, 54); this.orientationComboBox.Name = "orientationComboBox"; this.orientationComboBox.Size = new System.Drawing.Size(218, 21); this.orientationComboBox.TabIndex = 4; // // topMarginTextBox // this.topMarginTextBox.Enabled = false; this.topMarginTextBox.Location = new System.Drawing.Point(142, 79); this.topMarginTextBox.Name = "topMarginTextBox"; this.topMarginTextBox.Size = new System.Drawing.Size(44, 20); this.topMarginTextBox.TabIndex = 6; // // topMarginLabel // this.topMarginLabel.AutoSize = true; this.topMarginLabel.Location = new System.Drawing.Point(16, 82); this.topMarginLabel.Name = "topMarginLabel"; this.topMarginLabel.Size = new System.Drawing.Size(116, 13); this.topMarginLabel.TabIndex = 5; this.topMarginLabel.Text = "Top/bottom/left margin"; // // leftMarginTextBox // this.leftMarginTextBox.Enabled = false; this.leftMarginTextBox.Location = new System.Drawing.Point(244, 79); this.leftMarginTextBox.Name = "leftMarginTextBox"; this.leftMarginTextBox.Size = new System.Drawing.Size(44, 20); this.leftMarginTextBox.TabIndex = 8; // // bottomMarginTextBox // this.bottomMarginTextBox.Enabled = false; this.bottomMarginTextBox.Location = new System.Drawing.Point(193, 79); this.bottomMarginTextBox.Name = "bottomMarginTextBox"; this.bottomMarginTextBox.Size = new System.Drawing.Size(44, 20); this.bottomMarginTextBox.TabIndex = 7; // // cultureComboBox // this.cultureComboBox.Enabled = false; this.cultureComboBox.FormattingEnabled = true; this.cultureComboBox.Location = new System.Drawing.Point(142, 198); this.cultureComboBox.Name = "cultureComboBox"; this.cultureComboBox.Size = new System.Drawing.Size(218, 21); this.cultureComboBox.TabIndex = 26; // // cultureLabel // this.cultureLabel.AutoSize = true; this.cultureLabel.Location = new System.Drawing.Point(16, 201); this.cultureLabel.Name = "cultureLabel"; this.cultureLabel.Size = new System.Drawing.Size(42, 13); this.cultureLabel.TabIndex = 25; this.cultureLabel.Text = "Cullture"; // // commonItemsButton // this.commonItemsButton.Enabled = false; this.commonItemsButton.Location = new System.Drawing.Point(142, 246); this.commonItemsButton.Name = "commonItemsButton"; this.commonItemsButton.Size = new System.Drawing.Size(218, 23); this.commonItemsButton.TabIndex = 28; this.commonItemsButton.Text = "Common items"; this.commonItemsButton.UseVisualStyleBackColor = true; this.commonItemsButton.Click += new System.EventHandler(this.commonItemsButton_Click); // // footerButton // this.footerButton.Enabled = false; this.footerButton.Location = new System.Drawing.Point(142, 318); this.footerButton.Name = "footerButton"; this.footerButton.Size = new System.Drawing.Size(218, 23); this.footerButton.TabIndex = 30; this.footerButton.Text = "Footer"; this.footerButton.UseVisualStyleBackColor = true; this.footerButton.Click += new System.EventHandler(this.footerButton_Click); // // headerButton // this.headerButton.Enabled = false; this.headerButton.Location = new System.Drawing.Point(142, 222); this.headerButton.Name = "headerButton"; this.headerButton.Size = new System.Drawing.Size(218, 23); this.headerButton.TabIndex = 27; this.headerButton.Text = "Title"; this.headerButton.UseVisualStyleBackColor = true; this.headerButton.Click += new System.EventHandler(this.headerButton_Click); // // testItemsButton // this.testItemsButton.Enabled = false; this.testItemsButton.Location = new System.Drawing.Point(142, 270); this.testItemsButton.Name = "testItemsButton"; this.testItemsButton.Size = new System.Drawing.Size(218, 23); this.testItemsButton.TabIndex = 29; this.testItemsButton.Text = "Test items - 1st table"; this.testItemsButton.UseVisualStyleBackColor = true; this.testItemsButton.Click += new System.EventHandler(this.testItemsButton_Click); // // headerFontLabel // this.headerFontLabel.AutoSize = true; this.headerFontLabel.Location = new System.Drawing.Point(16, 130); this.headerFontLabel.Name = "headerFontLabel"; this.headerFontLabel.Size = new System.Drawing.Size(112, 13); this.headerFontLabel.TabIndex = 14; this.headerFontLabel.Text = "Header font/size/style"; // // titleFontLabel // this.titleFontLabel.AutoSize = true; this.titleFontLabel.Location = new System.Drawing.Point(16, 106); this.titleFontLabel.Name = "titleFontLabel"; this.titleFontLabel.Size = new System.Drawing.Size(97, 13); this.titleFontLabel.TabIndex = 9; this.titleFontLabel.Text = "Title font/size/style"; // // titleFontFamilyComboBox // this.titleFontFamilyComboBox.Enabled = false; this.titleFontFamilyComboBox.FormattingEnabled = true; this.titleFontFamilyComboBox.Location = new System.Drawing.Point(142, 103); this.titleFontFamilyComboBox.Name = "titleFontFamilyComboBox"; this.titleFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.titleFontFamilyComboBox.TabIndex = 10; // // headerFontFamilyComboBox // this.headerFontFamilyComboBox.Enabled = false; this.headerFontFamilyComboBox.FormattingEnabled = true; this.headerFontFamilyComboBox.Location = new System.Drawing.Point(142, 127); this.headerFontFamilyComboBox.Name = "headerFontFamilyComboBox"; this.headerFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.headerFontFamilyComboBox.TabIndex = 15; // // bodyFontFamilyComboBox // this.bodyFontFamilyComboBox.Enabled = false; this.bodyFontFamilyComboBox.FormattingEnabled = true; this.bodyFontFamilyComboBox.Location = new System.Drawing.Point(142, 151); this.bodyFontFamilyComboBox.Name = "bodyFontFamilyComboBox"; this.bodyFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.bodyFontFamilyComboBox.TabIndex = 20; // // bodyFontLabel // this.bodyFontLabel.AutoSize = true; this.bodyFontLabel.Location = new System.Drawing.Point(16, 154); this.bodyFontLabel.Name = "bodyFontLabel"; this.bodyFontLabel.Size = new System.Drawing.Size(101, 13); this.bodyFontLabel.TabIndex = 19; this.bodyFontLabel.Text = "Body font/size/style"; // // titleFontSizeTextBox // this.titleFontSizeTextBox.Enabled = false; this.titleFontSizeTextBox.Location = new System.Drawing.Point(258, 103); this.titleFontSizeTextBox.Name = "titleFontSizeTextBox"; this.titleFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.titleFontSizeTextBox.TabIndex = 11; // // headerFontSizeTextBox // this.headerFontSizeTextBox.Enabled = false; this.headerFontSizeTextBox.Location = new System.Drawing.Point(258, 127); this.headerFontSizeTextBox.Name = "headerFontSizeTextBox"; this.headerFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.headerFontSizeTextBox.TabIndex = 16; // // bodyFontSizeTextBox // this.bodyFontSizeTextBox.Enabled = false; this.bodyFontSizeTextBox.Location = new System.Drawing.Point(258, 151); this.bodyFontSizeTextBox.Name = "bodyFontSizeTextBox"; this.bodyFontSizeTextBox.Size = new System.Drawing.Size(29, 20); this.bodyFontSizeTextBox.TabIndex = 21; // // titleBoldCheckBox // this.titleBoldCheckBox.AutoSize = true; this.titleBoldCheckBox.Enabled = false; this.titleBoldCheckBox.Location = new System.Drawing.Point(306, 106); this.titleBoldCheckBox.Name = "titleBoldCheckBox"; this.titleBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.titleBoldCheckBox.TabIndex = 12; this.titleBoldCheckBox.UseVisualStyleBackColor = true; // // titleItalicCheckBox // this.titleItalicCheckBox.AutoSize = true; this.titleItalicCheckBox.Enabled = false; this.titleItalicCheckBox.Location = new System.Drawing.Point(334, 106); this.titleItalicCheckBox.Name = "titleItalicCheckBox"; this.titleItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.titleItalicCheckBox.TabIndex = 13; this.titleItalicCheckBox.UseVisualStyleBackColor = true; // // headerItalicCheckBox // this.headerItalicCheckBox.AutoSize = true; this.headerItalicCheckBox.Enabled = false; this.headerItalicCheckBox.Location = new System.Drawing.Point(334, 130); this.headerItalicCheckBox.Name = "headerItalicCheckBox"; this.headerItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.headerItalicCheckBox.TabIndex = 18; this.headerItalicCheckBox.UseVisualStyleBackColor = true; // // headerBoldCheckBox // this.headerBoldCheckBox.AutoSize = true; this.headerBoldCheckBox.Enabled = false; this.headerBoldCheckBox.Location = new System.Drawing.Point(306, 130); this.headerBoldCheckBox.Name = "headerBoldCheckBox"; this.headerBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.headerBoldCheckBox.TabIndex = 17; this.headerBoldCheckBox.UseVisualStyleBackColor = true; // // bodyItalicCheckBox // this.bodyItalicCheckBox.AutoSize = true; this.bodyItalicCheckBox.Enabled = false; this.bodyItalicCheckBox.Location = new System.Drawing.Point(334, 154); this.bodyItalicCheckBox.Name = "bodyItalicCheckBox"; this.bodyItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.bodyItalicCheckBox.TabIndex = 23; this.bodyItalicCheckBox.UseVisualStyleBackColor = true; // // bodyBoldCheckBox // this.bodyBoldCheckBox.AutoSize = true; this.bodyBoldCheckBox.Enabled = false; this.bodyBoldCheckBox.Location = new System.Drawing.Point(306, 154); this.bodyBoldCheckBox.Name = "bodyBoldCheckBox"; this.bodyBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.bodyBoldCheckBox.TabIndex = 22; this.bodyBoldCheckBox.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label1.Location = new System.Drawing.Point(296, 90); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 13); this.label1.TabIndex = 31; this.label1.Text = "Bold"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label2.Location = new System.Drawing.Point(330, 90); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 13); this.label2.TabIndex = 32; this.label2.Text = "Ital."; // // testsAreRowsCheckBox // this.testsAreRowsCheckBox.AutoSize = true; this.testsAreRowsCheckBox.Enabled = false; this.testsAreRowsCheckBox.Location = new System.Drawing.Point(19, 274); this.testsAreRowsCheckBox.Name = "testsAreRowsCheckBox"; this.testsAreRowsCheckBox.Size = new System.Drawing.Size(95, 17); this.testsAreRowsCheckBox.TabIndex = 33; this.testsAreRowsCheckBox.Text = "Tests are rows"; this.testsAreRowsCheckBox.UseVisualStyleBackColor = true; // // tests2AreRowsCheckBox // this.tests2AreRowsCheckBox.AutoSize = true; this.tests2AreRowsCheckBox.Enabled = false; this.tests2AreRowsCheckBox.Location = new System.Drawing.Point(19, 298); this.tests2AreRowsCheckBox.Name = "tests2AreRowsCheckBox"; this.tests2AreRowsCheckBox.Size = new System.Drawing.Size(104, 17); this.tests2AreRowsCheckBox.TabIndex = 35; this.tests2AreRowsCheckBox.Text = "Tests are rows 2"; this.tests2AreRowsCheckBox.UseVisualStyleBackColor = true; // // testItems2Button // this.testItems2Button.Enabled = false; this.testItems2Button.Location = new System.Drawing.Point(142, 294); this.testItems2Button.Name = "testItems2Button"; this.testItems2Button.Size = new System.Drawing.Size(218, 23); this.testItems2Button.TabIndex = 34; this.testItems2Button.Text = "Test items - 2nd table"; this.testItems2Button.UseVisualStyleBackColor = true; this.testItems2Button.Click += new System.EventHandler(this.testItems2Button_Click); // // goodOnlyCheckBox // this.goodOnlyCheckBox.AutoSize = true; this.goodOnlyCheckBox.Enabled = false; this.goodOnlyCheckBox.Location = new System.Drawing.Point(19, 250); this.goodOnlyCheckBox.Name = "goodOnlyCheckBox"; this.goodOnlyCheckBox.Size = new System.Drawing.Size(74, 17); this.goodOnlyCheckBox.TabIndex = 52; this.goodOnlyCheckBox.Text = "Good only"; this.goodOnlyCheckBox.UseVisualStyleBackColor = true; // // PrinterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.goodOnlyCheckBox); this.Controls.Add(this.tests2AreRowsCheckBox); this.Controls.Add(this.testItems2Button); this.Controls.Add(this.testsAreRowsCheckBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.bodyItalicCheckBox); this.Controls.Add(this.bodyBoldCheckBox); this.Controls.Add(this.headerItalicCheckBox); this.Controls.Add(this.headerBoldCheckBox); this.Controls.Add(this.titleItalicCheckBox); this.Controls.Add(this.titleBoldCheckBox); this.Controls.Add(this.bodyFontSizeTextBox); this.Controls.Add(this.headerFontSizeTextBox); this.Controls.Add(this.titleFontSizeTextBox); this.Controls.Add(this.bodyFontFamilyComboBox); this.Controls.Add(this.bodyFontLabel); this.Controls.Add(this.headerFontFamilyComboBox); this.Controls.Add(this.titleFontFamilyComboBox); this.Controls.Add(this.cultureComboBox); this.Controls.Add(this.cultureLabel); this.Controls.Add(this.commonItemsButton); this.Controls.Add(this.footerButton); this.Controls.Add(this.headerButton); this.Controls.Add(this.testItemsButton); this.Controls.Add(this.bottomMarginTextBox); this.Controls.Add(this.titleFontLabel); this.Controls.Add(this.leftMarginTextBox); this.Controls.Add(this.headerFontLabel); this.Controls.Add(this.topMarginTextBox); this.Controls.Add(this.topMarginLabel); this.Controls.Add(this.orientationComboBox); this.Controls.Add(this.orientationLabel); this.Controls.Add(this.supressPrintingCheckBox); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "PrinterCfgCtrl"; this.Size = new System.Drawing.Size(400, 350); this.Load += new System.EventHandler(this.PrinterCfgCtrl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox nameTextBox; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.CheckBox supressPrintingCheckBox; private System.Windows.Forms.Label orientationLabel; private System.Windows.Forms.ComboBox orientationComboBox; private System.Windows.Forms.TextBox topMarginTextBox; private System.Windows.Forms.Label topMarginLabel; private System.Windows.Forms.TextBox leftMarginTextBox; private System.Windows.Forms.TextBox bottomMarginTextBox; private System.Windows.Forms.ComboBox cultureComboBox; private System.Windows.Forms.Label cultureLabel; private System.Windows.Forms.Button commonItemsButton; private System.Windows.Forms.Button footerButton; private System.Windows.Forms.Button headerButton; private System.Windows.Forms.Button testItemsButton; private System.Windows.Forms.Label headerFontLabel; private System.Windows.Forms.Label titleFontLabel; private System.Windows.Forms.ComboBox titleFontFamilyComboBox; private System.Windows.Forms.ComboBox headerFontFamilyComboBox; private System.Windows.Forms.ComboBox bodyFontFamilyComboBox; private System.Windows.Forms.Label bodyFontLabel; private System.Windows.Forms.TextBox titleFontSizeTextBox; private System.Windows.Forms.TextBox headerFontSizeTextBox; private System.Windows.Forms.TextBox bodyFontSizeTextBox; private System.Windows.Forms.CheckBox titleBoldCheckBox; private System.Windows.Forms.CheckBox titleItalicCheckBox; private System.Windows.Forms.CheckBox headerItalicCheckBox; private System.Windows.Forms.CheckBox headerBoldCheckBox; private System.Windows.Forms.CheckBox bodyItalicCheckBox; private System.Windows.Forms.CheckBox bodyBoldCheckBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox testsAreRowsCheckBox; private System.Windows.Forms.CheckBox tests2AreRowsCheckBox; private System.Windows.Forms.Button testItems2Button; private System.Windows.Forms.CheckBox goodOnlyCheckBox; } }