705 lines
34 KiB
C#
705 lines
34 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.Output.Printers.Zapiska
|
|
{
|
|
partial class PrinterCfgCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.commonItems1Button = 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.commonItems2Button = new System.Windows.Forms.Button();
|
|
this.commonItems3Button = new System.Windows.Forms.Button();
|
|
this.colW2TextBox = new System.Windows.Forms.TextBox();
|
|
this.colW1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.colW0TextBox = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.belowW0TextBox = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = 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.goodOnlyCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(142, 40);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(205, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(16, 43);
|
|
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, 16);
|
|
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(353, 42);
|
|
this.supressPrintingCheckBox.Name = "supressPrintingCheckBox";
|
|
this.supressPrintingCheckBox.Size = new System.Drawing.Size(101, 17);
|
|
this.supressPrintingCheckBox.TabIndex = 38;
|
|
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 = 3;
|
|
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 = 4;
|
|
//
|
|
// topMarginTextBox
|
|
//
|
|
this.topMarginTextBox.Enabled = false;
|
|
this.topMarginTextBox.Location = new System.Drawing.Point(142, 89);
|
|
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, 92);
|
|
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, 89);
|
|
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, 89);
|
|
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, 185);
|
|
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, 188);
|
|
this.cultureLabel.Name = "cultureLabel";
|
|
this.cultureLabel.Size = new System.Drawing.Size(42, 13);
|
|
this.cultureLabel.TabIndex = 25;
|
|
this.cultureLabel.Text = "Cullture";
|
|
//
|
|
// commonItems1Button
|
|
//
|
|
this.commonItems1Button.Enabled = false;
|
|
this.commonItems1Button.Location = new System.Drawing.Point(301, 236);
|
|
this.commonItems1Button.Name = "commonItems1Button";
|
|
this.commonItems1Button.Size = new System.Drawing.Size(47, 23);
|
|
this.commonItems1Button.TabIndex = 33;
|
|
this.commonItems1Button.Text = "Col. 1";
|
|
this.commonItems1Button.UseVisualStyleBackColor = true;
|
|
this.commonItems1Button.Click += new System.EventHandler(this.commonItems1Button_Click);
|
|
//
|
|
// footerButton
|
|
//
|
|
this.footerButton.Enabled = false;
|
|
this.footerButton.Location = new System.Drawing.Point(142, 314);
|
|
this.footerButton.Name = "footerButton";
|
|
this.footerButton.Size = new System.Drawing.Size(312, 23);
|
|
this.footerButton.TabIndex = 37;
|
|
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, 209);
|
|
this.headerButton.Name = "headerButton";
|
|
this.headerButton.Size = new System.Drawing.Size(312, 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, 261);
|
|
this.testItemsButton.Name = "testItemsButton";
|
|
this.testItemsButton.Size = new System.Drawing.Size(312, 23);
|
|
this.testItemsButton.TabIndex = 36;
|
|
this.testItemsButton.Text = "Water meter items";
|
|
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, 140);
|
|
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, 116);
|
|
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, 113);
|
|
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, 137);
|
|
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, 161);
|
|
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, 164);
|
|
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, 113);
|
|
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, 137);
|
|
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, 161);
|
|
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, 116);
|
|
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, 116);
|
|
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, 140);
|
|
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, 140);
|
|
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, 164);
|
|
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, 164);
|
|
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, 100);
|
|
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, 100);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(24, 13);
|
|
this.label2.TabIndex = 32;
|
|
this.label2.Text = "Ital.";
|
|
//
|
|
// commonItems2Button
|
|
//
|
|
this.commonItems2Button.Enabled = false;
|
|
this.commonItems2Button.Location = new System.Drawing.Point(354, 236);
|
|
this.commonItems2Button.Name = "commonItems2Button";
|
|
this.commonItems2Button.Size = new System.Drawing.Size(47, 23);
|
|
this.commonItems2Button.TabIndex = 34;
|
|
this.commonItems2Button.Text = "Col. 2";
|
|
this.commonItems2Button.UseVisualStyleBackColor = true;
|
|
this.commonItems2Button.Click += new System.EventHandler(this.commonItems2Button_Click);
|
|
//
|
|
// commonItems3Button
|
|
//
|
|
this.commonItems3Button.Enabled = false;
|
|
this.commonItems3Button.Location = new System.Drawing.Point(407, 236);
|
|
this.commonItems3Button.Name = "commonItems3Button";
|
|
this.commonItems3Button.Size = new System.Drawing.Size(47, 23);
|
|
this.commonItems3Button.TabIndex = 35;
|
|
this.commonItems3Button.Text = "Col. 3";
|
|
this.commonItems3Button.UseVisualStyleBackColor = true;
|
|
this.commonItems3Button.Click += new System.EventHandler(this.commonItems3Button_Click);
|
|
//
|
|
// colW2TextBox
|
|
//
|
|
this.colW2TextBox.Enabled = false;
|
|
this.colW2TextBox.Location = new System.Drawing.Point(245, 237);
|
|
this.colW2TextBox.Name = "colW2TextBox";
|
|
this.colW2TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.colW2TextBox.TabIndex = 31;
|
|
//
|
|
// colW1TextBox
|
|
//
|
|
this.colW1TextBox.Enabled = false;
|
|
this.colW1TextBox.Location = new System.Drawing.Point(192, 237);
|
|
this.colW1TextBox.Name = "colW1TextBox";
|
|
this.colW1TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.colW1TextBox.TabIndex = 29;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(222, 240);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(15, 13);
|
|
this.label3.TabIndex = 30;
|
|
this.label3.Text = "%";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(275, 240);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(15, 13);
|
|
this.label4.TabIndex = 32;
|
|
this.label4.Text = "%";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(16, 239);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(97, 13);
|
|
this.label5.TabIndex = 28;
|
|
this.label5.Text = "Column widths in %";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(172, 240);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(15, 13);
|
|
this.label6.TabIndex = 40;
|
|
this.label6.Text = "%";
|
|
//
|
|
// colW0TextBox
|
|
//
|
|
this.colW0TextBox.Enabled = false;
|
|
this.colW0TextBox.Location = new System.Drawing.Point(142, 237);
|
|
this.colW0TextBox.Name = "colW0TextBox";
|
|
this.colW0TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.colW0TextBox.TabIndex = 39;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(172, 293);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(15, 13);
|
|
this.label7.TabIndex = 50;
|
|
this.label7.Text = "%";
|
|
//
|
|
// belowW0TextBox
|
|
//
|
|
this.belowW0TextBox.Enabled = false;
|
|
this.belowW0TextBox.Location = new System.Drawing.Point(142, 290);
|
|
this.belowW0TextBox.Name = "belowW0TextBox";
|
|
this.belowW0TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.belowW0TextBox.TabIndex = 49;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(16, 292);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(97, 13);
|
|
this.label8.TabIndex = 41;
|
|
this.label8.Text = "Column widths in %";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(275, 293);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(15, 13);
|
|
this.label9.TabIndex = 45;
|
|
this.label9.Text = "%";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(222, 293);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(15, 13);
|
|
this.label10.TabIndex = 43;
|
|
this.label10.Text = "%";
|
|
//
|
|
// belowW2TextBox
|
|
//
|
|
this.belowW2TextBox.Enabled = false;
|
|
this.belowW2TextBox.Location = new System.Drawing.Point(245, 290);
|
|
this.belowW2TextBox.Name = "belowW2TextBox";
|
|
this.belowW2TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.belowW2TextBox.TabIndex = 44;
|
|
//
|
|
// belowW1TextBox
|
|
//
|
|
this.belowW1TextBox.Enabled = false;
|
|
this.belowW1TextBox.Location = new System.Drawing.Point(192, 290);
|
|
this.belowW1TextBox.Name = "belowW1TextBox";
|
|
this.belowW1TextBox.Size = new System.Drawing.Size(30, 20);
|
|
this.belowW1TextBox.TabIndex = 42;
|
|
//
|
|
// belowItems3Button
|
|
//
|
|
this.belowItems3Button.Enabled = false;
|
|
this.belowItems3Button.Location = new System.Drawing.Point(407, 288);
|
|
this.belowItems3Button.Name = "belowItems3Button";
|
|
this.belowItems3Button.Size = new System.Drawing.Size(47, 23);
|
|
this.belowItems3Button.TabIndex = 48;
|
|
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(354, 288);
|
|
this.belowItems2Button.Name = "belowItems2Button";
|
|
this.belowItems2Button.Size = new System.Drawing.Size(47, 23);
|
|
this.belowItems2Button.TabIndex = 47;
|
|
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(301, 288);
|
|
this.belowItems1Button.Name = "belowItems1Button";
|
|
this.belowItems1Button.Size = new System.Drawing.Size(47, 23);
|
|
this.belowItems1Button.TabIndex = 46;
|
|
this.belowItems1Button.Text = "Col. 1";
|
|
this.belowItems1Button.UseVisualStyleBackColor = true;
|
|
this.belowItems1Button.Click += new System.EventHandler(this.belowItems1Button_Click);
|
|
//
|
|
// goodOnlyCheckBox
|
|
//
|
|
this.goodOnlyCheckBox.AutoSize = true;
|
|
this.goodOnlyCheckBox.Enabled = false;
|
|
this.goodOnlyCheckBox.Location = new System.Drawing.Point(16, 265);
|
|
this.goodOnlyCheckBox.Name = "goodOnlyCheckBox";
|
|
this.goodOnlyCheckBox.Size = new System.Drawing.Size(74, 17);
|
|
this.goodOnlyCheckBox.TabIndex = 51;
|
|
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.label7);
|
|
this.Controls.Add(this.belowW0TextBox);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.belowW2TextBox);
|
|
this.Controls.Add(this.belowW1TextBox);
|
|
this.Controls.Add(this.belowItems3Button);
|
|
this.Controls.Add(this.belowItems2Button);
|
|
this.Controls.Add(this.belowItems1Button);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.colW0TextBox);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.colW2TextBox);
|
|
this.Controls.Add(this.colW1TextBox);
|
|
this.Controls.Add(this.commonItems3Button);
|
|
this.Controls.Add(this.commonItems2Button);
|
|
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.commonItems1Button);
|
|
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(492, 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 commonItems1Button;
|
|
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 commonItems2Button;
|
|
private System.Windows.Forms.Button commonItems3Button;
|
|
private System.Windows.Forms.TextBox colW2TextBox;
|
|
private System.Windows.Forms.TextBox colW1TextBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox colW0TextBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox belowW0TextBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
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.CheckBox goodOnlyCheckBox;
|
|
}
|
|
}
|