519 lines
28 KiB
C#
519 lines
28 KiB
C#
namespace AdvertsingProfitControl
|
|
{
|
|
partial class FrmReportSettings
|
|
{
|
|
/// <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 Windows Form 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.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.wicFontSizeNumericUpdown = new System.Windows.Forms.NumericUpDown();
|
|
this.wicFontSizeLabel = new System.Windows.Forms.Label();
|
|
this.apcFontSizeNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.fontSizeLabel = new System.Windows.Forms.Label();
|
|
this.apcReportSizePanel = new System.Windows.Forms.Panel();
|
|
this.apcReportHeightNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.apcReportHeightLabel = new System.Windows.Forms.Label();
|
|
this.apcReportWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.apcReportWidthLabel = new System.Windows.Forms.Label();
|
|
this.apcUnitTypeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.frontPageUnitDetails = new System.Windows.Forms.Label();
|
|
this.apcCentimetersRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.apcInchesRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.apcPercentagesRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.backPageUnitGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.backPageUnitsDetailLabel = new System.Windows.Forms.Label();
|
|
this.wicCentimetersRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.wicInchesRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.wicPercentageRadioButton = new System.Windows.Forms.RadioButton();
|
|
this.backPageSizePanel = new System.Windows.Forms.Panel();
|
|
this.wicReportHeightNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.wicReportWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.paperKindGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.paperKindDetailLabel = new System.Windows.Forms.Label();
|
|
this.paperKindComboBox = new System.Windows.Forms.ComboBox();
|
|
this.mainTableLayoutPanel.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicFontSizeNumericUpdown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcFontSizeNumericUpDown)).BeginInit();
|
|
this.apcReportSizePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcReportHeightNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcReportWidthNumericUpDown)).BeginInit();
|
|
this.apcUnitTypeGroupBox.SuspendLayout();
|
|
this.backPageUnitGroupBox.SuspendLayout();
|
|
this.backPageSizePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicReportHeightNumericUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicReportWidthNumericUpDown)).BeginInit();
|
|
this.paperKindGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// mainTableLayoutPanel
|
|
//
|
|
this.mainTableLayoutPanel.ColumnCount = 2;
|
|
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
|
|
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
|
|
this.mainTableLayoutPanel.Controls.Add(this.panel1, 0, 0);
|
|
this.mainTableLayoutPanel.Controls.Add(this.apcReportSizePanel, 0, 1);
|
|
this.mainTableLayoutPanel.Controls.Add(this.apcUnitTypeGroupBox, 1, 1);
|
|
this.mainTableLayoutPanel.Controls.Add(this.backPageUnitGroupBox, 1, 2);
|
|
this.mainTableLayoutPanel.Controls.Add(this.backPageSizePanel, 0, 2);
|
|
this.mainTableLayoutPanel.Controls.Add(this.paperKindGroupBox, 1, 0);
|
|
this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
|
|
this.mainTableLayoutPanel.RowCount = 3;
|
|
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33F));
|
|
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 34F));
|
|
this.mainTableLayoutPanel.Size = new System.Drawing.Size(1002, 546);
|
|
this.mainTableLayoutPanel.TabIndex = 0;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.wicFontSizeNumericUpdown);
|
|
this.panel1.Controls.Add(this.wicFontSizeLabel);
|
|
this.panel1.Controls.Add(this.apcFontSizeNumericUpDown);
|
|
this.panel1.Controls.Add(this.fontSizeLabel);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(394, 174);
|
|
this.panel1.TabIndex = 1;
|
|
//
|
|
// wicFontSizeNumericUpdown
|
|
//
|
|
this.wicFontSizeNumericUpdown.Location = new System.Drawing.Point(251, 71);
|
|
this.wicFontSizeNumericUpdown.Maximum = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicFontSizeNumericUpdown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicFontSizeNumericUpdown.Name = "wicFontSizeNumericUpdown";
|
|
this.wicFontSizeNumericUpdown.Size = new System.Drawing.Size(120, 29);
|
|
this.wicFontSizeNumericUpdown.TabIndex = 2;
|
|
this.wicFontSizeNumericUpdown.Value = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicFontSizeNumericUpdown.ValueChanged += new System.EventHandler(this.UpdateBackPageFontSize);
|
|
//
|
|
// wicFontSizeLabel
|
|
//
|
|
this.wicFontSizeLabel.AutoSize = true;
|
|
this.wicFontSizeLabel.Location = new System.Drawing.Point(9, 73);
|
|
this.wicFontSizeLabel.Name = "wicFontSizeLabel";
|
|
this.wicFontSizeLabel.Size = new System.Drawing.Size(236, 25);
|
|
this.wicFontSizeLabel.TabIndex = 2;
|
|
this.wicFontSizeLabel.Text = "Set Back Page Font Size:";
|
|
//
|
|
// apcFontSizeNumericUpDown
|
|
//
|
|
this.apcFontSizeNumericUpDown.Location = new System.Drawing.Point(251, 20);
|
|
this.apcFontSizeNumericUpDown.Maximum = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcFontSizeNumericUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcFontSizeNumericUpDown.Name = "apcFontSizeNumericUpDown";
|
|
this.apcFontSizeNumericUpDown.Size = new System.Drawing.Size(120, 29);
|
|
this.apcFontSizeNumericUpDown.TabIndex = 1;
|
|
this.apcFontSizeNumericUpDown.Value = new decimal(new int[] {
|
|
14,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcFontSizeNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateFrontPageFontSize);
|
|
//
|
|
// fontSizeLabel
|
|
//
|
|
this.fontSizeLabel.AutoSize = true;
|
|
this.fontSizeLabel.Location = new System.Drawing.Point(9, 22);
|
|
this.fontSizeLabel.Name = "fontSizeLabel";
|
|
this.fontSizeLabel.Size = new System.Drawing.Size(237, 25);
|
|
this.fontSizeLabel.TabIndex = 0;
|
|
this.fontSizeLabel.Text = "Set Front Page Font Size:";
|
|
//
|
|
// apcReportSizePanel
|
|
//
|
|
this.apcReportSizePanel.Controls.Add(this.apcReportHeightNumericUpDown);
|
|
this.apcReportSizePanel.Controls.Add(this.apcReportHeightLabel);
|
|
this.apcReportSizePanel.Controls.Add(this.apcReportWidthNumericUpDown);
|
|
this.apcReportSizePanel.Controls.Add(this.apcReportWidthLabel);
|
|
this.apcReportSizePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.apcReportSizePanel.Location = new System.Drawing.Point(3, 183);
|
|
this.apcReportSizePanel.Name = "apcReportSizePanel";
|
|
this.apcReportSizePanel.Size = new System.Drawing.Size(394, 174);
|
|
this.apcReportSizePanel.TabIndex = 2;
|
|
//
|
|
// apcReportHeightNumericUpDown
|
|
//
|
|
this.apcReportHeightNumericUpDown.DecimalPlaces = 2;
|
|
this.apcReportHeightNumericUpDown.Location = new System.Drawing.Point(257, 55);
|
|
this.apcReportHeightNumericUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcReportHeightNumericUpDown.Name = "apcReportHeightNumericUpDown";
|
|
this.apcReportHeightNumericUpDown.Size = new System.Drawing.Size(120, 29);
|
|
this.apcReportHeightNumericUpDown.TabIndex = 4;
|
|
this.apcReportHeightNumericUpDown.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcReportHeightNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateApcReportHeight);
|
|
//
|
|
// apcReportHeightLabel
|
|
//
|
|
this.apcReportHeightLabel.AutoSize = true;
|
|
this.apcReportHeightLabel.Location = new System.Drawing.Point(9, 57);
|
|
this.apcReportHeightLabel.Name = "apcReportHeightLabel";
|
|
this.apcReportHeightLabel.Size = new System.Drawing.Size(237, 25);
|
|
this.apcReportHeightLabel.TabIndex = 3;
|
|
this.apcReportHeightLabel.Text = "Front Page Report Height:";
|
|
//
|
|
// apcReportWidthNumericUpDown
|
|
//
|
|
this.apcReportWidthNumericUpDown.DecimalPlaces = 2;
|
|
this.apcReportWidthNumericUpDown.Location = new System.Drawing.Point(257, 12);
|
|
this.apcReportWidthNumericUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcReportWidthNumericUpDown.Name = "apcReportWidthNumericUpDown";
|
|
this.apcReportWidthNumericUpDown.Size = new System.Drawing.Size(120, 29);
|
|
this.apcReportWidthNumericUpDown.TabIndex = 3;
|
|
this.apcReportWidthNumericUpDown.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.apcReportWidthNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateApcReportWidth);
|
|
//
|
|
// apcReportWidthLabel
|
|
//
|
|
this.apcReportWidthLabel.AutoSize = true;
|
|
this.apcReportWidthLabel.Location = new System.Drawing.Point(9, 14);
|
|
this.apcReportWidthLabel.Name = "apcReportWidthLabel";
|
|
this.apcReportWidthLabel.Size = new System.Drawing.Size(232, 25);
|
|
this.apcReportWidthLabel.TabIndex = 0;
|
|
this.apcReportWidthLabel.Text = "Front Page Report Width:";
|
|
//
|
|
// apcUnitTypeGroupBox
|
|
//
|
|
this.apcUnitTypeGroupBox.Controls.Add(this.frontPageUnitDetails);
|
|
this.apcUnitTypeGroupBox.Controls.Add(this.apcCentimetersRadioButton);
|
|
this.apcUnitTypeGroupBox.Controls.Add(this.apcInchesRadioButton);
|
|
this.apcUnitTypeGroupBox.Controls.Add(this.apcPercentagesRadioButton);
|
|
this.apcUnitTypeGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.apcUnitTypeGroupBox.Location = new System.Drawing.Point(403, 183);
|
|
this.apcUnitTypeGroupBox.Name = "apcUnitTypeGroupBox";
|
|
this.apcUnitTypeGroupBox.Size = new System.Drawing.Size(596, 174);
|
|
this.apcUnitTypeGroupBox.TabIndex = 3;
|
|
this.apcUnitTypeGroupBox.TabStop = false;
|
|
this.apcUnitTypeGroupBox.Text = "Front Page Units";
|
|
//
|
|
// frontPageUnitDetails
|
|
//
|
|
this.frontPageUnitDetails.AutoSize = true;
|
|
this.frontPageUnitDetails.Location = new System.Drawing.Point(19, 135);
|
|
this.frontPageUnitDetails.Name = "frontPageUnitDetails";
|
|
this.frontPageUnitDetails.Size = new System.Drawing.Size(0, 25);
|
|
this.frontPageUnitDetails.TabIndex = 8;
|
|
//
|
|
// apcCentimetersRadioButton
|
|
//
|
|
this.apcCentimetersRadioButton.AutoSize = true;
|
|
this.apcCentimetersRadioButton.Location = new System.Drawing.Point(19, 99);
|
|
this.apcCentimetersRadioButton.Name = "apcCentimetersRadioButton";
|
|
this.apcCentimetersRadioButton.Size = new System.Drawing.Size(142, 29);
|
|
this.apcCentimetersRadioButton.TabIndex = 7;
|
|
this.apcCentimetersRadioButton.Text = "Centimeters";
|
|
this.apcCentimetersRadioButton.UseVisualStyleBackColor = true;
|
|
this.apcCentimetersRadioButton.CheckedChanged += new System.EventHandler(this.ApcRadioButtonChecked);
|
|
//
|
|
// apcInchesRadioButton
|
|
//
|
|
this.apcInchesRadioButton.AutoSize = true;
|
|
this.apcInchesRadioButton.Location = new System.Drawing.Point(19, 64);
|
|
this.apcInchesRadioButton.Name = "apcInchesRadioButton";
|
|
this.apcInchesRadioButton.Size = new System.Drawing.Size(95, 29);
|
|
this.apcInchesRadioButton.TabIndex = 6;
|
|
this.apcInchesRadioButton.Text = "Inches";
|
|
this.apcInchesRadioButton.UseVisualStyleBackColor = true;
|
|
this.apcInchesRadioButton.CheckedChanged += new System.EventHandler(this.ApcRadioButtonChecked);
|
|
//
|
|
// apcPercentagesRadioButton
|
|
//
|
|
this.apcPercentagesRadioButton.AutoSize = true;
|
|
this.apcPercentagesRadioButton.Checked = true;
|
|
this.apcPercentagesRadioButton.Location = new System.Drawing.Point(19, 29);
|
|
this.apcPercentagesRadioButton.Name = "apcPercentagesRadioButton";
|
|
this.apcPercentagesRadioButton.Size = new System.Drawing.Size(147, 29);
|
|
this.apcPercentagesRadioButton.TabIndex = 5;
|
|
this.apcPercentagesRadioButton.TabStop = true;
|
|
this.apcPercentagesRadioButton.Text = "Percentages";
|
|
this.apcPercentagesRadioButton.UseVisualStyleBackColor = true;
|
|
this.apcPercentagesRadioButton.CheckedChanged += new System.EventHandler(this.ApcRadioButtonChecked);
|
|
//
|
|
// backPageUnitGroupBox
|
|
//
|
|
this.backPageUnitGroupBox.Controls.Add(this.backPageUnitsDetailLabel);
|
|
this.backPageUnitGroupBox.Controls.Add(this.wicCentimetersRadioButton);
|
|
this.backPageUnitGroupBox.Controls.Add(this.wicInchesRadioButton);
|
|
this.backPageUnitGroupBox.Controls.Add(this.wicPercentageRadioButton);
|
|
this.backPageUnitGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.backPageUnitGroupBox.Location = new System.Drawing.Point(403, 363);
|
|
this.backPageUnitGroupBox.Name = "backPageUnitGroupBox";
|
|
this.backPageUnitGroupBox.Size = new System.Drawing.Size(596, 180);
|
|
this.backPageUnitGroupBox.TabIndex = 4;
|
|
this.backPageUnitGroupBox.TabStop = false;
|
|
this.backPageUnitGroupBox.Text = "Back Page Units";
|
|
//
|
|
// backPageUnitsDetailLabel
|
|
//
|
|
this.backPageUnitsDetailLabel.AutoSize = true;
|
|
this.backPageUnitsDetailLabel.Location = new System.Drawing.Point(19, 155);
|
|
this.backPageUnitsDetailLabel.Name = "backPageUnitsDetailLabel";
|
|
this.backPageUnitsDetailLabel.Size = new System.Drawing.Size(0, 25);
|
|
this.backPageUnitsDetailLabel.TabIndex = 13;
|
|
//
|
|
// wicCentimetersRadioButton
|
|
//
|
|
this.wicCentimetersRadioButton.AutoSize = true;
|
|
this.wicCentimetersRadioButton.Location = new System.Drawing.Point(19, 107);
|
|
this.wicCentimetersRadioButton.Name = "wicCentimetersRadioButton";
|
|
this.wicCentimetersRadioButton.Size = new System.Drawing.Size(142, 29);
|
|
this.wicCentimetersRadioButton.TabIndex = 12;
|
|
this.wicCentimetersRadioButton.Text = "Centimeters";
|
|
this.wicCentimetersRadioButton.UseVisualStyleBackColor = true;
|
|
this.wicCentimetersRadioButton.CheckedChanged += new System.EventHandler(this.WicRadioButtonCheckedChanged);
|
|
//
|
|
// wicInchesRadioButton
|
|
//
|
|
this.wicInchesRadioButton.AutoSize = true;
|
|
this.wicInchesRadioButton.Location = new System.Drawing.Point(19, 72);
|
|
this.wicInchesRadioButton.Name = "wicInchesRadioButton";
|
|
this.wicInchesRadioButton.Size = new System.Drawing.Size(95, 29);
|
|
this.wicInchesRadioButton.TabIndex = 11;
|
|
this.wicInchesRadioButton.Text = "Inches";
|
|
this.wicInchesRadioButton.UseVisualStyleBackColor = true;
|
|
this.wicInchesRadioButton.CheckedChanged += new System.EventHandler(this.WicRadioButtonCheckedChanged);
|
|
//
|
|
// wicPercentageRadioButton
|
|
//
|
|
this.wicPercentageRadioButton.AutoSize = true;
|
|
this.wicPercentageRadioButton.Checked = true;
|
|
this.wicPercentageRadioButton.Location = new System.Drawing.Point(19, 37);
|
|
this.wicPercentageRadioButton.Name = "wicPercentageRadioButton";
|
|
this.wicPercentageRadioButton.Size = new System.Drawing.Size(147, 29);
|
|
this.wicPercentageRadioButton.TabIndex = 10;
|
|
this.wicPercentageRadioButton.TabStop = true;
|
|
this.wicPercentageRadioButton.Text = "Percentages";
|
|
this.wicPercentageRadioButton.UseVisualStyleBackColor = true;
|
|
this.wicPercentageRadioButton.CheckedChanged += new System.EventHandler(this.WicRadioButtonCheckedChanged);
|
|
//
|
|
// backPageSizePanel
|
|
//
|
|
this.backPageSizePanel.Controls.Add(this.wicReportHeightNumericUpDown);
|
|
this.backPageSizePanel.Controls.Add(this.label1);
|
|
this.backPageSizePanel.Controls.Add(this.wicReportWidthNumericUpDown);
|
|
this.backPageSizePanel.Controls.Add(this.label2);
|
|
this.backPageSizePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.backPageSizePanel.Location = new System.Drawing.Point(3, 363);
|
|
this.backPageSizePanel.Name = "backPageSizePanel";
|
|
this.backPageSizePanel.Size = new System.Drawing.Size(394, 180);
|
|
this.backPageSizePanel.TabIndex = 5;
|
|
//
|
|
// wicReportHeightNumericUpDown
|
|
//
|
|
this.wicReportHeightNumericUpDown.DecimalPlaces = 2;
|
|
this.wicReportHeightNumericUpDown.Location = new System.Drawing.Point(257, 66);
|
|
this.wicReportHeightNumericUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicReportHeightNumericUpDown.Name = "wicReportHeightNumericUpDown";
|
|
this.wicReportHeightNumericUpDown.Size = new System.Drawing.Size(120, 29);
|
|
this.wicReportHeightNumericUpDown.TabIndex = 9;
|
|
this.wicReportHeightNumericUpDown.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicReportHeightNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateWicHeight);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 68);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(236, 25);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "Back Page Report Height:";
|
|
//
|
|
// wicReportWidthNumericUpDown
|
|
//
|
|
this.wicReportWidthNumericUpDown.DecimalPlaces = 2;
|
|
this.wicReportWidthNumericUpDown.Location = new System.Drawing.Point(257, 23);
|
|
this.wicReportWidthNumericUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicReportWidthNumericUpDown.Name = "wicReportWidthNumericUpDown";
|
|
this.wicReportWidthNumericUpDown.Size = new System.Drawing.Size(120, 29);
|
|
this.wicReportWidthNumericUpDown.TabIndex = 8;
|
|
this.wicReportWidthNumericUpDown.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.wicReportWidthNumericUpDown.ValueChanged += new System.EventHandler(this.UpdateWicReportWidth);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(9, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(231, 25);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "Back Page Report Width:";
|
|
//
|
|
// paperKindGroupBox
|
|
//
|
|
this.paperKindGroupBox.Controls.Add(this.paperKindDetailLabel);
|
|
this.paperKindGroupBox.Controls.Add(this.paperKindComboBox);
|
|
this.paperKindGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.paperKindGroupBox.Location = new System.Drawing.Point(403, 3);
|
|
this.paperKindGroupBox.Name = "paperKindGroupBox";
|
|
this.paperKindGroupBox.Size = new System.Drawing.Size(596, 174);
|
|
this.paperKindGroupBox.TabIndex = 6;
|
|
this.paperKindGroupBox.TabStop = false;
|
|
this.paperKindGroupBox.Text = "Paper Kind";
|
|
//
|
|
// paperKindDetailLabel
|
|
//
|
|
this.paperKindDetailLabel.AutoSize = true;
|
|
this.paperKindDetailLabel.Location = new System.Drawing.Point(19, 126);
|
|
this.paperKindDetailLabel.Name = "paperKindDetailLabel";
|
|
this.paperKindDetailLabel.Size = new System.Drawing.Size(0, 25);
|
|
this.paperKindDetailLabel.TabIndex = 1;
|
|
//
|
|
// paperKindComboBox
|
|
//
|
|
this.paperKindComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.paperKindComboBox.FormattingEnabled = true;
|
|
this.paperKindComboBox.Location = new System.Drawing.Point(6, 44);
|
|
this.paperKindComboBox.Name = "paperKindComboBox";
|
|
this.paperKindComboBox.Size = new System.Drawing.Size(419, 32);
|
|
this.paperKindComboBox.TabIndex = 0;
|
|
this.paperKindComboBox.TabStop = false;
|
|
this.paperKindComboBox.SelectedIndexChanged += new System.EventHandler(this.UpdatePaperKind);
|
|
//
|
|
// FrmReportSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1002, 546);
|
|
this.Controls.Add(this.mainTableLayoutPanel);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmReportSettings";
|
|
this.Text = "Report Settings";
|
|
this.Load += new System.EventHandler(this.FrmReportSettings_Load);
|
|
this.mainTableLayoutPanel.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicFontSizeNumericUpdown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcFontSizeNumericUpDown)).EndInit();
|
|
this.apcReportSizePanel.ResumeLayout(false);
|
|
this.apcReportSizePanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcReportHeightNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.apcReportWidthNumericUpDown)).EndInit();
|
|
this.apcUnitTypeGroupBox.ResumeLayout(false);
|
|
this.apcUnitTypeGroupBox.PerformLayout();
|
|
this.backPageUnitGroupBox.ResumeLayout(false);
|
|
this.backPageUnitGroupBox.PerformLayout();
|
|
this.backPageSizePanel.ResumeLayout(false);
|
|
this.backPageSizePanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicReportHeightNumericUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.wicReportWidthNumericUpDown)).EndInit();
|
|
this.paperKindGroupBox.ResumeLayout(false);
|
|
this.paperKindGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.NumericUpDown apcFontSizeNumericUpDown;
|
|
private System.Windows.Forms.Label fontSizeLabel;
|
|
private System.Windows.Forms.NumericUpDown wicFontSizeNumericUpdown;
|
|
private System.Windows.Forms.Label wicFontSizeLabel;
|
|
private System.Windows.Forms.Panel apcReportSizePanel;
|
|
private System.Windows.Forms.NumericUpDown apcReportHeightNumericUpDown;
|
|
private System.Windows.Forms.Label apcReportHeightLabel;
|
|
private System.Windows.Forms.NumericUpDown apcReportWidthNumericUpDown;
|
|
private System.Windows.Forms.Label apcReportWidthLabel;
|
|
private System.Windows.Forms.GroupBox apcUnitTypeGroupBox;
|
|
private System.Windows.Forms.RadioButton apcCentimetersRadioButton;
|
|
private System.Windows.Forms.RadioButton apcInchesRadioButton;
|
|
private System.Windows.Forms.RadioButton apcPercentagesRadioButton;
|
|
private System.Windows.Forms.GroupBox backPageUnitGroupBox;
|
|
private System.Windows.Forms.RadioButton wicCentimetersRadioButton;
|
|
private System.Windows.Forms.RadioButton wicInchesRadioButton;
|
|
private System.Windows.Forms.RadioButton wicPercentageRadioButton;
|
|
private System.Windows.Forms.Panel backPageSizePanel;
|
|
private System.Windows.Forms.NumericUpDown wicReportHeightNumericUpDown;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.NumericUpDown wicReportWidthNumericUpDown;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label frontPageUnitDetails;
|
|
private System.Windows.Forms.Label backPageUnitsDetailLabel;
|
|
private System.Windows.Forms.GroupBox paperKindGroupBox;
|
|
private System.Windows.Forms.Label paperKindDetailLabel;
|
|
private System.Windows.Forms.ComboBox paperKindComboBox;
|
|
}
|
|
} |