/// /// 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.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.testItems2Button = new System.Windows.Forms.Button(); this.goodOnlyCheckBox = new System.Windows.Forms.CheckBox(); this.templateTextBox = new System.Windows.Forms.TextBox(); this.templateLabel = new System.Windows.Forms.Label(); this.docNameLabel = new System.Windows.Forms.Label(); this.docNameTextBox = new System.Windows.Forms.TextBox(); this.footerItalicCheckBox = new System.Windows.Forms.CheckBox(); this.footerBoldCheckBox = new System.Windows.Forms.CheckBox(); this.footerFontSizeTextBox = new System.Windows.Forms.TextBox(); this.footerFontFamilyComboBox = new System.Windows.Forms.ComboBox(); this.footerFontLabel = new System.Windows.Forms.Label(); this.imageNameTextBox = new System.Windows.Forms.TextBox(); this.imageLeftTextBox = new System.Windows.Forms.TextBox(); this.imageTopTextBox = new System.Windows.Forms.TextBox(); this.imageWidthTextBox = new System.Windows.Forms.TextBox(); this.imageHeightTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.colW0TextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.colW2TextBox = new System.Windows.Forms.TextBox(); this.colW1TextBox = new System.Windows.Forms.TextBox(); this.commonItems3Button = new System.Windows.Forms.Button(); this.commonItems2Button = new System.Windows.Forms.Button(); this.commonItems1Button = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.belowW0TextBox = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.belowW2TextBox = new System.Windows.Forms.TextBox(); this.belowW1TextBox = new System.Windows.Forms.TextBox(); this.belowItems3Button = new System.Windows.Forms.Button(); this.belowItems2Button = new System.Windows.Forms.Button(); this.belowItems1Button = new System.Windows.Forms.Button(); this.table1FormComboBox = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.graphHeightTextBox = new System.Windows.Forms.TextBox(); this.graphWidthTextBox = new System.Windows.Forms.TextBox(); this.graphTopTextBox = new System.Windows.Forms.TextBox(); this.graphLeftTextBox = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.barcodeLabel = new System.Windows.Forms.Label(); this.barcodeHeightTextBox = new System.Windows.Forms.TextBox(); this.barcodeWidthTextBox = new System.Windows.Forms.TextBox(); this.barcodeTopTextBox = new System.Windows.Forms.TextBox(); this.barcodeLeftTextBox = new System.Windows.Forms.TextBox(); this.barcodeTypeComboBox = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(142, 22); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(146, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(16, 25); 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, 5); 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(306, 5); this.supressPrintingCheckBox.Name = "supressPrintingCheckBox"; this.supressPrintingCheckBox.Size = new System.Drawing.Size(101, 17); this.supressPrintingCheckBox.TabIndex = 33; this.supressPrintingCheckBox.Text = "Supress printing"; this.supressPrintingCheckBox.UseVisualStyleBackColor = true; // // orientationLabel // this.orientationLabel.AutoSize = true; this.orientationLabel.Location = new System.Drawing.Point(16, 67); this.orientationLabel.Name = "orientationLabel"; this.orientationLabel.Size = new System.Drawing.Size(84, 13); this.orientationLabel.TabIndex = 5; this.orientationLabel.Text = "Page orientation"; // // orientationComboBox // this.orientationComboBox.Enabled = false; this.orientationComboBox.FormattingEnabled = true; this.orientationComboBox.Location = new System.Drawing.Point(142, 64); this.orientationComboBox.Name = "orientationComboBox"; this.orientationComboBox.Size = new System.Drawing.Size(146, 21); this.orientationComboBox.TabIndex = 6; // // topMarginTextBox // this.topMarginTextBox.Enabled = false; this.topMarginTextBox.Location = new System.Drawing.Point(142, 86); this.topMarginTextBox.Name = "topMarginTextBox"; this.topMarginTextBox.Size = new System.Drawing.Size(44, 20); this.topMarginTextBox.TabIndex = 8; // // topMarginLabel // this.topMarginLabel.AutoSize = true; this.topMarginLabel.Location = new System.Drawing.Point(16, 88); this.topMarginLabel.Name = "topMarginLabel"; this.topMarginLabel.Size = new System.Drawing.Size(116, 13); this.topMarginLabel.TabIndex = 7; this.topMarginLabel.Text = "Top/bottom/left margin"; // // leftMarginTextBox // this.leftMarginTextBox.Enabled = false; this.leftMarginTextBox.Location = new System.Drawing.Point(244, 86); this.leftMarginTextBox.Name = "leftMarginTextBox"; this.leftMarginTextBox.Size = new System.Drawing.Size(44, 20); this.leftMarginTextBox.TabIndex = 10; // // bottomMarginTextBox // this.bottomMarginTextBox.Enabled = false; this.bottomMarginTextBox.Location = new System.Drawing.Point(193, 86); this.bottomMarginTextBox.Name = "bottomMarginTextBox"; this.bottomMarginTextBox.Size = new System.Drawing.Size(44, 20); this.bottomMarginTextBox.TabIndex = 9; // // cultureComboBox // this.cultureComboBox.Enabled = false; this.cultureComboBox.FormattingEnabled = true; this.cultureComboBox.Location = new System.Drawing.Point(142, 192); this.cultureComboBox.Name = "cultureComboBox"; this.cultureComboBox.Size = new System.Drawing.Size(110, 21); this.cultureComboBox.TabIndex = 32; // // cultureLabel // this.cultureLabel.AutoSize = true; this.cultureLabel.Location = new System.Drawing.Point(16, 197); this.cultureLabel.Name = "cultureLabel"; this.cultureLabel.Size = new System.Drawing.Size(42, 13); this.cultureLabel.TabIndex = 31; this.cultureLabel.Text = "Cullture"; // // footerButton // this.footerButton.Enabled = false; this.footerButton.Location = new System.Drawing.Point(291, 285); this.footerButton.Name = "footerButton"; this.footerButton.Size = new System.Drawing.Size(100, 20); this.footerButton.TabIndex = 41; 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(291, 190); this.headerButton.Name = "headerButton"; this.headerButton.Size = new System.Drawing.Size(100, 20); this.headerButton.TabIndex = 37; 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(291, 228); this.testItemsButton.Name = "testItemsButton"; this.testItemsButton.Size = new System.Drawing.Size(100, 20); this.testItemsButton.TabIndex = 39; this.testItemsButton.Text = "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, 131); this.headerFontLabel.Name = "headerFontLabel"; this.headerFontLabel.Size = new System.Drawing.Size(112, 13); this.headerFontLabel.TabIndex = 16; this.headerFontLabel.Text = "Header font/size/style"; // // titleFontLabel // this.titleFontLabel.AutoSize = true; this.titleFontLabel.Location = new System.Drawing.Point(16, 110); this.titleFontLabel.Name = "titleFontLabel"; this.titleFontLabel.Size = new System.Drawing.Size(97, 13); this.titleFontLabel.TabIndex = 11; this.titleFontLabel.Text = "Title font/size/style"; // // titleFontFamilyComboBox // this.titleFontFamilyComboBox.Enabled = false; this.titleFontFamilyComboBox.FormattingEnabled = true; this.titleFontFamilyComboBox.Location = new System.Drawing.Point(142, 107); this.titleFontFamilyComboBox.Name = "titleFontFamilyComboBox"; this.titleFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.titleFontFamilyComboBox.TabIndex = 12; // // headerFontFamilyComboBox // this.headerFontFamilyComboBox.Enabled = false; this.headerFontFamilyComboBox.FormattingEnabled = true; this.headerFontFamilyComboBox.Location = new System.Drawing.Point(142, 128); this.headerFontFamilyComboBox.Name = "headerFontFamilyComboBox"; this.headerFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.headerFontFamilyComboBox.TabIndex = 17; // // bodyFontFamilyComboBox // this.bodyFontFamilyComboBox.Enabled = false; this.bodyFontFamilyComboBox.FormattingEnabled = true; this.bodyFontFamilyComboBox.Location = new System.Drawing.Point(142, 149); this.bodyFontFamilyComboBox.Name = "bodyFontFamilyComboBox"; this.bodyFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.bodyFontFamilyComboBox.TabIndex = 22; // // bodyFontLabel // this.bodyFontLabel.AutoSize = true; this.bodyFontLabel.Location = new System.Drawing.Point(16, 152); this.bodyFontLabel.Name = "bodyFontLabel"; this.bodyFontLabel.Size = new System.Drawing.Size(101, 13); this.bodyFontLabel.TabIndex = 21; this.bodyFontLabel.Text = "Body font/size/style"; // // titleFontSizeTextBox // this.titleFontSizeTextBox.Enabled = false; this.titleFontSizeTextBox.Location = new System.Drawing.Point(258, 107); this.titleFontSizeTextBox.Name = "titleFontSizeTextBox"; this.titleFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.titleFontSizeTextBox.TabIndex = 13; // // headerFontSizeTextBox // this.headerFontSizeTextBox.Enabled = false; this.headerFontSizeTextBox.Location = new System.Drawing.Point(258, 128); this.headerFontSizeTextBox.Name = "headerFontSizeTextBox"; this.headerFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.headerFontSizeTextBox.TabIndex = 18; // // bodyFontSizeTextBox // this.bodyFontSizeTextBox.Enabled = false; this.bodyFontSizeTextBox.Location = new System.Drawing.Point(258, 149); this.bodyFontSizeTextBox.Name = "bodyFontSizeTextBox"; this.bodyFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.bodyFontSizeTextBox.TabIndex = 23; // // titleBoldCheckBox // this.titleBoldCheckBox.AutoSize = true; this.titleBoldCheckBox.Enabled = false; this.titleBoldCheckBox.Location = new System.Drawing.Point(306, 110); this.titleBoldCheckBox.Name = "titleBoldCheckBox"; this.titleBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.titleBoldCheckBox.TabIndex = 14; this.titleBoldCheckBox.UseVisualStyleBackColor = true; // // titleItalicCheckBox // this.titleItalicCheckBox.AutoSize = true; this.titleItalicCheckBox.Enabled = false; this.titleItalicCheckBox.Location = new System.Drawing.Point(334, 110); this.titleItalicCheckBox.Name = "titleItalicCheckBox"; this.titleItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.titleItalicCheckBox.TabIndex = 15; this.titleItalicCheckBox.UseVisualStyleBackColor = true; // // headerItalicCheckBox // this.headerItalicCheckBox.AutoSize = true; this.headerItalicCheckBox.Enabled = false; this.headerItalicCheckBox.Location = new System.Drawing.Point(334, 131); this.headerItalicCheckBox.Name = "headerItalicCheckBox"; this.headerItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.headerItalicCheckBox.TabIndex = 20; this.headerItalicCheckBox.UseVisualStyleBackColor = true; // // headerBoldCheckBox // this.headerBoldCheckBox.AutoSize = true; this.headerBoldCheckBox.Enabled = false; this.headerBoldCheckBox.Location = new System.Drawing.Point(306, 131); this.headerBoldCheckBox.Name = "headerBoldCheckBox"; this.headerBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.headerBoldCheckBox.TabIndex = 19; this.headerBoldCheckBox.UseVisualStyleBackColor = true; // // bodyItalicCheckBox // this.bodyItalicCheckBox.AutoSize = true; this.bodyItalicCheckBox.Enabled = false; this.bodyItalicCheckBox.Location = new System.Drawing.Point(334, 152); this.bodyItalicCheckBox.Name = "bodyItalicCheckBox"; this.bodyItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.bodyItalicCheckBox.TabIndex = 25; this.bodyItalicCheckBox.UseVisualStyleBackColor = true; // // bodyBoldCheckBox // this.bodyBoldCheckBox.AutoSize = true; this.bodyBoldCheckBox.Enabled = false; this.bodyBoldCheckBox.Location = new System.Drawing.Point(306, 152); this.bodyBoldCheckBox.Name = "bodyBoldCheckBox"; this.bodyBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.bodyBoldCheckBox.TabIndex = 24; 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, 94); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 13); this.label1.TabIndex = 37; 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, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 13); this.label2.TabIndex = 38; this.label2.Text = "Ital."; // // testItems2Button // this.testItems2Button.Enabled = false; this.testItems2Button.Location = new System.Drawing.Point(291, 247); this.testItems2Button.Name = "testItems2Button"; this.testItems2Button.Size = new System.Drawing.Size(100, 20); this.testItems2Button.TabIndex = 40; this.testItems2Button.Text = "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(306, 21); this.goodOnlyCheckBox.Name = "goodOnlyCheckBox"; this.goodOnlyCheckBox.Size = new System.Drawing.Size(74, 17); this.goodOnlyCheckBox.TabIndex = 34; this.goodOnlyCheckBox.Text = "Good only"; this.goodOnlyCheckBox.UseVisualStyleBackColor = true; // // templateTextBox // this.templateTextBox.Enabled = false; this.templateTextBox.Location = new System.Drawing.Point(142, 43); this.templateTextBox.Name = "templateTextBox"; this.templateTextBox.Size = new System.Drawing.Size(146, 20); this.templateTextBox.TabIndex = 4; // // templateLabel // this.templateLabel.AutoSize = true; this.templateLabel.Location = new System.Drawing.Point(16, 46); this.templateLabel.Name = "templateLabel"; this.templateLabel.Size = new System.Drawing.Size(51, 13); this.templateLabel.TabIndex = 3; this.templateLabel.Text = "Template"; // // docNameLabel // this.docNameLabel.AutoSize = true; this.docNameLabel.Location = new System.Drawing.Point(297, 41); this.docNameLabel.Name = "docNameLabel"; this.docNameLabel.Size = new System.Drawing.Size(127, 13); this.docNameLabel.TabIndex = 42; this.docNameLabel.Text = "Doc.name (0=start 1-end,"; // // docNameTextBox // this.docNameTextBox.Enabled = false; this.docNameTextBox.Location = new System.Drawing.Point(302, 69); this.docNameTextBox.Name = "docNameTextBox"; this.docNameTextBox.Size = new System.Drawing.Size(151, 20); this.docNameTextBox.TabIndex = 43; // // footerItalicCheckBox // this.footerItalicCheckBox.AutoSize = true; this.footerItalicCheckBox.Enabled = false; this.footerItalicCheckBox.Location = new System.Drawing.Point(334, 173); this.footerItalicCheckBox.Name = "footerItalicCheckBox"; this.footerItalicCheckBox.Size = new System.Drawing.Size(15, 14); this.footerItalicCheckBox.TabIndex = 30; this.footerItalicCheckBox.UseVisualStyleBackColor = true; // // footerBoldCheckBox // this.footerBoldCheckBox.AutoSize = true; this.footerBoldCheckBox.Enabled = false; this.footerBoldCheckBox.Location = new System.Drawing.Point(306, 173); this.footerBoldCheckBox.Name = "footerBoldCheckBox"; this.footerBoldCheckBox.Size = new System.Drawing.Size(15, 14); this.footerBoldCheckBox.TabIndex = 29; this.footerBoldCheckBox.UseVisualStyleBackColor = true; // // footerFontSizeTextBox // this.footerFontSizeTextBox.Enabled = false; this.footerFontSizeTextBox.Location = new System.Drawing.Point(258, 170); this.footerFontSizeTextBox.Name = "footerFontSizeTextBox"; this.footerFontSizeTextBox.Size = new System.Drawing.Size(30, 20); this.footerFontSizeTextBox.TabIndex = 28; // // footerFontFamilyComboBox // this.footerFontFamilyComboBox.Enabled = false; this.footerFontFamilyComboBox.FormattingEnabled = true; this.footerFontFamilyComboBox.Location = new System.Drawing.Point(142, 170); this.footerFontFamilyComboBox.Name = "footerFontFamilyComboBox"; this.footerFontFamilyComboBox.Size = new System.Drawing.Size(110, 21); this.footerFontFamilyComboBox.TabIndex = 27; // // footerFontLabel // this.footerFontLabel.AutoSize = true; this.footerFontLabel.Location = new System.Drawing.Point(16, 173); this.footerFontLabel.Name = "footerFontLabel"; this.footerFontLabel.Size = new System.Drawing.Size(107, 13); this.footerFontLabel.TabIndex = 26; this.footerFontLabel.Text = "Footer font/size/style"; // // imageNameTextBox // this.imageNameTextBox.Enabled = false; this.imageNameTextBox.Location = new System.Drawing.Point(287, 306); this.imageNameTextBox.Name = "imageNameTextBox"; this.imageNameTextBox.Size = new System.Drawing.Size(166, 20); this.imageNameTextBox.TabIndex = 44; // // imageLeftTextBox // this.imageLeftTextBox.Enabled = false; this.imageLeftTextBox.Location = new System.Drawing.Point(141, 306); this.imageLeftTextBox.Name = "imageLeftTextBox"; this.imageLeftTextBox.Size = new System.Drawing.Size(33, 20); this.imageLeftTextBox.TabIndex = 46; // // imageTopTextBox // this.imageTopTextBox.Enabled = false; this.imageTopTextBox.Location = new System.Drawing.Point(177, 306); this.imageTopTextBox.Name = "imageTopTextBox"; this.imageTopTextBox.Size = new System.Drawing.Size(31, 20); this.imageTopTextBox.TabIndex = 47; // // imageWidthTextBox // this.imageWidthTextBox.Enabled = false; this.imageWidthTextBox.Location = new System.Drawing.Point(211, 306); this.imageWidthTextBox.Name = "imageWidthTextBox"; this.imageWidthTextBox.Size = new System.Drawing.Size(31, 20); this.imageWidthTextBox.TabIndex = 48; // // imageHeightTextBox // this.imageHeightTextBox.Enabled = false; this.imageHeightTextBox.Location = new System.Drawing.Point(245, 306); this.imageHeightTextBox.Name = "imageHeightTextBox"; this.imageHeightTextBox.Size = new System.Drawing.Size(31, 20); this.imageHeightTextBox.TabIndex = 49; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 309); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(115, 13); this.label4.TabIndex = 50; this.label4.Text = "Image left/top/w/h/file"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(55, 269); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(224, 13); this.label8.TabIndex = 57; this.label8.Text = "Graph and image coordinates are in 0.254 mm"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(172, 219); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(15, 13); this.label6.TabIndex = 67; this.label6.Text = "%"; // // colW0TextBox // this.colW0TextBox.Enabled = false; this.colW0TextBox.Location = new System.Drawing.Point(142, 216); this.colW0TextBox.Name = "colW0TextBox"; this.colW0TextBox.Size = new System.Drawing.Size(30, 20); this.colW0TextBox.TabIndex = 66; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(16, 219); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(97, 13); this.label5.TabIndex = 58; this.label5.Text = "Column widths in %"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(264, 219); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(15, 13); this.label7.TabIndex = 62; this.label7.Text = "%"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(218, 219); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(15, 13); this.label9.TabIndex = 60; this.label9.Text = "%"; // // colW2TextBox // this.colW2TextBox.Enabled = false; this.colW2TextBox.Location = new System.Drawing.Point(234, 216); this.colW2TextBox.Name = "colW2TextBox"; this.colW2TextBox.Size = new System.Drawing.Size(30, 20); this.colW2TextBox.TabIndex = 61; // // colW1TextBox // this.colW1TextBox.Enabled = false; this.colW1TextBox.Location = new System.Drawing.Point(188, 216); this.colW1TextBox.Name = "colW1TextBox"; this.colW1TextBox.Size = new System.Drawing.Size(30, 20); this.colW1TextBox.TabIndex = 59; // // commonItems3Button // this.commonItems3Button.Enabled = false; this.commonItems3Button.Location = new System.Drawing.Point(397, 209); this.commonItems3Button.Name = "commonItems3Button"; this.commonItems3Button.Size = new System.Drawing.Size(47, 20); this.commonItems3Button.TabIndex = 65; this.commonItems3Button.Text = "Col. 3"; this.commonItems3Button.UseVisualStyleBackColor = true; this.commonItems3Button.Click += new System.EventHandler(this.commonItems3Button_Click); // // commonItems2Button // this.commonItems2Button.Enabled = false; this.commonItems2Button.Location = new System.Drawing.Point(344, 209); this.commonItems2Button.Name = "commonItems2Button"; this.commonItems2Button.Size = new System.Drawing.Size(47, 20); this.commonItems2Button.TabIndex = 64; this.commonItems2Button.Text = "Col. 2"; this.commonItems2Button.UseVisualStyleBackColor = true; this.commonItems2Button.Click += new System.EventHandler(this.commonItems2Button_Click); // // commonItems1Button // this.commonItems1Button.Enabled = false; this.commonItems1Button.Location = new System.Drawing.Point(291, 209); this.commonItems1Button.Name = "commonItems1Button"; this.commonItems1Button.Size = new System.Drawing.Size(47, 20); this.commonItems1Button.TabIndex = 63; this.commonItems1Button.Text = "Col. 1"; this.commonItems1Button.UseVisualStyleBackColor = true; this.commonItems1Button.Click += new System.EventHandler(this.commonItems1Button_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(172, 244); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(15, 13); this.label10.TabIndex = 74; this.label10.Text = "%"; // // belowW0TextBox // this.belowW0TextBox.Enabled = false; this.belowW0TextBox.Location = new System.Drawing.Point(142, 241); this.belowW0TextBox.Name = "belowW0TextBox"; this.belowW0TextBox.Size = new System.Drawing.Size(30, 20); this.belowW0TextBox.TabIndex = 73; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(16, 244); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(97, 13); this.label11.TabIndex = 68; this.label11.Text = "Column widths in %"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(264, 244); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(15, 13); this.label12.TabIndex = 72; this.label12.Text = "%"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(218, 244); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(15, 13); this.label13.TabIndex = 70; this.label13.Text = "%"; // // belowW2TextBox // this.belowW2TextBox.Enabled = false; this.belowW2TextBox.Location = new System.Drawing.Point(234, 241); this.belowW2TextBox.Name = "belowW2TextBox"; this.belowW2TextBox.Size = new System.Drawing.Size(30, 20); this.belowW2TextBox.TabIndex = 71; // // belowW1TextBox // this.belowW1TextBox.Enabled = false; this.belowW1TextBox.Location = new System.Drawing.Point(188, 241); this.belowW1TextBox.Name = "belowW1TextBox"; this.belowW1TextBox.Size = new System.Drawing.Size(30, 20); this.belowW1TextBox.TabIndex = 69; // // belowItems3Button // this.belowItems3Button.Enabled = false; this.belowItems3Button.Location = new System.Drawing.Point(397, 266); this.belowItems3Button.Name = "belowItems3Button"; this.belowItems3Button.Size = new System.Drawing.Size(47, 20); this.belowItems3Button.TabIndex = 77; this.belowItems3Button.Text = "Col. 3"; this.belowItems3Button.UseVisualStyleBackColor = true; this.belowItems3Button.Click += new System.EventHandler(this.belowItems3Button_Click); // // belowItems2Button // this.belowItems2Button.Enabled = false; this.belowItems2Button.Location = new System.Drawing.Point(344, 266); this.belowItems2Button.Name = "belowItems2Button"; this.belowItems2Button.Size = new System.Drawing.Size(47, 20); this.belowItems2Button.TabIndex = 76; this.belowItems2Button.Text = "Col. 2"; this.belowItems2Button.UseVisualStyleBackColor = true; this.belowItems2Button.Click += new System.EventHandler(this.belowItems2Button_Click); // // belowItems1Button // this.belowItems1Button.Enabled = false; this.belowItems1Button.Location = new System.Drawing.Point(291, 266); this.belowItems1Button.Name = "belowItems1Button"; this.belowItems1Button.Size = new System.Drawing.Size(47, 20); this.belowItems1Button.TabIndex = 75; this.belowItems1Button.Text = "Col. 1"; this.belowItems1Button.UseVisualStyleBackColor = true; this.belowItems1Button.Click += new System.EventHandler(this.belowItems1Button_Click); // // table1FormComboBox // this.table1FormComboBox.Enabled = false; this.table1FormComboBox.FormattingEnabled = true; this.table1FormComboBox.Location = new System.Drawing.Point(392, 237); this.table1FormComboBox.Name = "table1FormComboBox"; this.table1FormComboBox.Size = new System.Drawing.Size(61, 21); this.table1FormComboBox.TabIndex = 78; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(17, 288); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(97, 13); this.label3.TabIndex = 83; this.label3.Text = "Graph left/top/w/h"; // // graphHeightTextBox // this.graphHeightTextBox.Enabled = false; this.graphHeightTextBox.Location = new System.Drawing.Point(245, 285); this.graphHeightTextBox.Name = "graphHeightTextBox"; this.graphHeightTextBox.Size = new System.Drawing.Size(31, 20); this.graphHeightTextBox.TabIndex = 82; // // graphWidthTextBox // this.graphWidthTextBox.Enabled = false; this.graphWidthTextBox.Location = new System.Drawing.Point(211, 285); this.graphWidthTextBox.Name = "graphWidthTextBox"; this.graphWidthTextBox.Size = new System.Drawing.Size(31, 20); this.graphWidthTextBox.TabIndex = 81; // // graphTopTextBox // this.graphTopTextBox.Enabled = false; this.graphTopTextBox.Location = new System.Drawing.Point(177, 285); this.graphTopTextBox.Name = "graphTopTextBox"; this.graphTopTextBox.Size = new System.Drawing.Size(31, 20); this.graphTopTextBox.TabIndex = 80; // // graphLeftTextBox // this.graphLeftTextBox.Enabled = false; this.graphLeftTextBox.Location = new System.Drawing.Point(141, 285); this.graphLeftTextBox.Name = "graphLeftTextBox"; this.graphLeftTextBox.Size = new System.Drawing.Size(33, 20); this.graphLeftTextBox.TabIndex = 79; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(339, 56); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(120, 13); this.label14.TabIndex = 84; this.label14.Text = " 2=batch, 3=wm, 4=s/n)"; // // barcodeLabel // this.barcodeLabel.AutoSize = true; this.barcodeLabel.Location = new System.Drawing.Point(17, 330); this.barcodeLabel.Name = "barcodeLabel"; this.barcodeLabel.Size = new System.Drawing.Size(121, 13); this.barcodeLabel.TabIndex = 89; this.barcodeLabel.Text = "Barcode left/t/w/h/type"; // // barcodeHeightTextBox // this.barcodeHeightTextBox.Enabled = false; this.barcodeHeightTextBox.Location = new System.Drawing.Point(245, 327); this.barcodeHeightTextBox.Name = "barcodeHeightTextBox"; this.barcodeHeightTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeHeightTextBox.TabIndex = 88; // // barcodeWidthTextBox // this.barcodeWidthTextBox.Enabled = false; this.barcodeWidthTextBox.Location = new System.Drawing.Point(211, 327); this.barcodeWidthTextBox.Name = "barcodeWidthTextBox"; this.barcodeWidthTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeWidthTextBox.TabIndex = 87; // // barcodeTopTextBox // this.barcodeTopTextBox.Enabled = false; this.barcodeTopTextBox.Location = new System.Drawing.Point(177, 327); this.barcodeTopTextBox.Name = "barcodeTopTextBox"; this.barcodeTopTextBox.Size = new System.Drawing.Size(31, 20); this.barcodeTopTextBox.TabIndex = 86; // // barcodeLeftTextBox // this.barcodeLeftTextBox.Enabled = false; this.barcodeLeftTextBox.Location = new System.Drawing.Point(141, 327); this.barcodeLeftTextBox.Name = "barcodeLeftTextBox"; this.barcodeLeftTextBox.Size = new System.Drawing.Size(33, 20); this.barcodeLeftTextBox.TabIndex = 85; // // barcodeTypeComboBox // this.barcodeTypeComboBox.Enabled = false; this.barcodeTypeComboBox.FormattingEnabled = true; this.barcodeTypeComboBox.Location = new System.Drawing.Point(287, 327); this.barcodeTypeComboBox.Name = "barcodeTypeComboBox"; this.barcodeTypeComboBox.Size = new System.Drawing.Size(166, 21); this.barcodeTypeComboBox.TabIndex = 90; // // PrinterCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.barcodeTypeComboBox); this.Controls.Add(this.barcodeLabel); this.Controls.Add(this.barcodeHeightTextBox); this.Controls.Add(this.barcodeWidthTextBox); this.Controls.Add(this.barcodeTopTextBox); this.Controls.Add(this.barcodeLeftTextBox); this.Controls.Add(this.label14); this.Controls.Add(this.label3); this.Controls.Add(this.graphHeightTextBox); this.Controls.Add(this.graphWidthTextBox); this.Controls.Add(this.graphTopTextBox); this.Controls.Add(this.graphLeftTextBox); this.Controls.Add(this.table1FormComboBox); this.Controls.Add(this.belowItems3Button); this.Controls.Add(this.belowItems2Button); this.Controls.Add(this.belowItems1Button); this.Controls.Add(this.label10); this.Controls.Add(this.belowW0TextBox); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.label13); this.Controls.Add(this.belowW2TextBox); this.Controls.Add(this.belowW1TextBox); this.Controls.Add(this.label6); this.Controls.Add(this.colW0TextBox); this.Controls.Add(this.label5); this.Controls.Add(this.label7); this.Controls.Add(this.label9); this.Controls.Add(this.colW2TextBox); this.Controls.Add(this.colW1TextBox); this.Controls.Add(this.commonItems3Button); this.Controls.Add(this.commonItems2Button); this.Controls.Add(this.commonItems1Button); this.Controls.Add(this.label8); this.Controls.Add(this.label4); this.Controls.Add(this.imageHeightTextBox); this.Controls.Add(this.imageWidthTextBox); this.Controls.Add(this.imageTopTextBox); this.Controls.Add(this.imageLeftTextBox); this.Controls.Add(this.imageNameTextBox); this.Controls.Add(this.footerItalicCheckBox); this.Controls.Add(this.footerBoldCheckBox); this.Controls.Add(this.footerFontSizeTextBox); this.Controls.Add(this.footerFontFamilyComboBox); this.Controls.Add(this.footerFontLabel); this.Controls.Add(this.docNameTextBox); this.Controls.Add(this.docNameLabel); this.Controls.Add(this.templateTextBox); this.Controls.Add(this.templateLabel); this.Controls.Add(this.goodOnlyCheckBox); this.Controls.Add(this.testItems2Button); 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.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(455, 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 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.Button testItems2Button; private System.Windows.Forms.CheckBox goodOnlyCheckBox; private System.Windows.Forms.TextBox templateTextBox; private System.Windows.Forms.Label templateLabel; private System.Windows.Forms.Label docNameLabel; private System.Windows.Forms.TextBox docNameTextBox; private System.Windows.Forms.CheckBox footerItalicCheckBox; private System.Windows.Forms.CheckBox footerBoldCheckBox; private System.Windows.Forms.TextBox footerFontSizeTextBox; private System.Windows.Forms.ComboBox footerFontFamilyComboBox; private System.Windows.Forms.Label footerFontLabel; private System.Windows.Forms.TextBox imageNameTextBox; private System.Windows.Forms.TextBox imageLeftTextBox; private System.Windows.Forms.TextBox imageTopTextBox; private System.Windows.Forms.TextBox imageWidthTextBox; private System.Windows.Forms.TextBox imageHeightTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox colW0TextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox colW2TextBox; private System.Windows.Forms.TextBox colW1TextBox; private System.Windows.Forms.Button commonItems3Button; private System.Windows.Forms.Button commonItems2Button; private System.Windows.Forms.Button commonItems1Button; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox belowW0TextBox; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox belowW2TextBox; private System.Windows.Forms.TextBox belowW1TextBox; private System.Windows.Forms.Button belowItems3Button; private System.Windows.Forms.Button belowItems2Button; private System.Windows.Forms.Button belowItems1Button; private System.Windows.Forms.ComboBox table1FormComboBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox graphHeightTextBox; private System.Windows.Forms.TextBox graphWidthTextBox; private System.Windows.Forms.TextBox graphTopTextBox; private System.Windows.Forms.TextBox graphLeftTextBox; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label barcodeLabel; private System.Windows.Forms.TextBox barcodeHeightTextBox; private System.Windows.Forms.TextBox barcodeWidthTextBox; private System.Windows.Forms.TextBox barcodeTopTextBox; private System.Windows.Forms.TextBox barcodeLeftTextBox; private System.Windows.Forms.ComboBox barcodeTypeComboBox; } }