///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.Forms
{
partial class PrintOrderForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.purchaseOrderComboBox = new System.Windows.Forms.ComboBox();
this.purchaseOrderGroupBox = new System.Windows.Forms.GroupBox();
this.printButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.testerGroupBox = new System.Windows.Forms.GroupBox();
this.testerComboBox = new System.Windows.Forms.ComboBox();
this.purchaseOrderGroupBox.SuspendLayout();
this.testerGroupBox.SuspendLayout();
this.SuspendLayout();
//
// purchaseOrderComboBox
//
this.purchaseOrderComboBox.FormattingEnabled = true;
this.purchaseOrderComboBox.Location = new System.Drawing.Point(47, 41);
this.purchaseOrderComboBox.Name = "purchaseOrderComboBox";
this.purchaseOrderComboBox.Size = new System.Drawing.Size(380, 31);
this.purchaseOrderComboBox.TabIndex = 0;
//
// purchaseOrderGroupBox
//
this.purchaseOrderGroupBox.Controls.Add(this.purchaseOrderComboBox);
this.purchaseOrderGroupBox.Location = new System.Drawing.Point(59, 38);
this.purchaseOrderGroupBox.Name = "purchaseOrderGroupBox";
this.purchaseOrderGroupBox.Size = new System.Drawing.Size(481, 96);
this.purchaseOrderGroupBox.TabIndex = 1;
this.purchaseOrderGroupBox.TabStop = false;
this.purchaseOrderGroupBox.Text = "Purchase order";
//
// printButton
//
this.printButton.Location = new System.Drawing.Point(106, 269);
this.printButton.Name = "printButton";
this.printButton.Size = new System.Drawing.Size(144, 64);
this.printButton.TabIndex = 2;
this.printButton.Text = "Print";
this.printButton.UseVisualStyleBackColor = true;
this.printButton.Click += new System.EventHandler(this.printButton_Click);
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(342, 269);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(144, 64);
this.cancelButton.TabIndex = 3;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// testerGroupBox
//
this.testerGroupBox.Controls.Add(this.testerComboBox);
this.testerGroupBox.Location = new System.Drawing.Point(58, 142);
this.testerGroupBox.Name = "testerGroupBox";
this.testerGroupBox.Size = new System.Drawing.Size(481, 96);
this.testerGroupBox.TabIndex = 4;
this.testerGroupBox.TabStop = false;
this.testerGroupBox.Text = "Tester";
//
// testerComboBox
//
this.testerComboBox.FormattingEnabled = true;
this.testerComboBox.Location = new System.Drawing.Point(47, 41);
this.testerComboBox.Name = "testerComboBox";
this.testerComboBox.Size = new System.Drawing.Size(380, 31);
this.testerComboBox.TabIndex = 0;
//
// PrintOrderForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 380);
this.Controls.Add(this.testerGroupBox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.printButton);
this.Controls.Add(this.purchaseOrderGroupBox);
this.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PrintOrderForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Print watermeter results";
this.Load += new System.EventHandler(this.PrintOrderForm_Load);
this.purchaseOrderGroupBox.ResumeLayout(false);
this.testerGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox purchaseOrderComboBox;
private System.Windows.Forms.GroupBox purchaseOrderGroupBox;
private System.Windows.Forms.Button printButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.GroupBox testerGroupBox;
private System.Windows.Forms.ComboBox testerComboBox;
}
}