namespace PersonalLaundry
{
partial class ReportConsoleForm
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnViewReport = new System.Windows.Forms.Button();
this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cmbCustomer = new System.Windows.Forms.ComboBox();
this.grpReport = new System.Windows.Forms.GroupBox();
this.rbtnOutstandingOrderReport = new System.Windows.Forms.RadioButton();
this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
this.rbtnBagRecon = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.grpReport.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnViewReport);
this.groupBox1.Controls.Add(this.dtpEndDate);
this.groupBox1.Controls.Add(this.dtpStartDate);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.cmbCustomer);
this.groupBox1.Location = new System.Drawing.Point(18, 130);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(984, 127);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Filters";
//
// btnViewReport
//
this.btnViewReport.Location = new System.Drawing.Point(316, 89);
this.btnViewReport.Name = "btnViewReport";
this.btnViewReport.Size = new System.Drawing.Size(75, 23);
this.btnViewReport.TabIndex = 6;
this.btnViewReport.Text = "View Report";
this.btnViewReport.UseVisualStyleBackColor = true;
this.btnViewReport.Click += new System.EventHandler(this.btnViewReport_Click);
//
// dtpEndDate
//
this.dtpEndDate.Location = new System.Drawing.Point(94, 91);
this.dtpEndDate.Name = "dtpEndDate";
this.dtpEndDate.Size = new System.Drawing.Size(210, 20);
this.dtpEndDate.TabIndex = 5;
//
// dtpStartDate
//
this.dtpStartDate.Location = new System.Drawing.Point(94, 59);
this.dtpStartDate.Name = "dtpStartDate";
this.dtpStartDate.Size = new System.Drawing.Size(210, 20);
this.dtpStartDate.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(29, 91);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 13);
this.label3.TabIndex = 3;
this.label3.Text = "End Date:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Start Date:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Customer:";
//
// cmbCustomer
//
this.cmbCustomer.FormattingEnabled = true;
this.cmbCustomer.Location = new System.Drawing.Point(93, 26);
this.cmbCustomer.Name = "cmbCustomer";
this.cmbCustomer.Size = new System.Drawing.Size(211, 21);
this.cmbCustomer.TabIndex = 0;
//
// grpReport
//
this.grpReport.Controls.Add(this.rbtnBagRecon);
this.grpReport.Controls.Add(this.rbtnOutstandingOrderReport);
this.grpReport.Location = new System.Drawing.Point(18, 11);
this.grpReport.Name = "grpReport";
this.grpReport.Size = new System.Drawing.Size(984, 113);
this.grpReport.TabIndex = 1;
this.grpReport.TabStop = false;
this.grpReport.Text = "Report";
//
// rbtnOutstandingOrderReport
//
this.rbtnOutstandingOrderReport.AutoSize = true;
this.rbtnOutstandingOrderReport.Checked = true;
this.rbtnOutstandingOrderReport.Location = new System.Drawing.Point(34, 27);
this.rbtnOutstandingOrderReport.Name = "rbtnOutstandingOrderReport";
this.rbtnOutstandingOrderReport.Size = new System.Drawing.Size(146, 17);
this.rbtnOutstandingOrderReport.TabIndex = 0;
this.rbtnOutstandingOrderReport.TabStop = true;
this.rbtnOutstandingOrderReport.Text = "Outstanding Order Report";
this.rbtnOutstandingOrderReport.UseVisualStyleBackColor = true;
//
// reportViewer1
//
this.reportViewer1.Location = new System.Drawing.Point(18, 274);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.Size = new System.Drawing.Size(984, 482);
this.reportViewer1.TabIndex = 2;
//
// rbtnBagRecon
//
this.rbtnBagRecon.AutoSize = true;
this.rbtnBagRecon.Checked = true;
this.rbtnBagRecon.Location = new System.Drawing.Point(34, 50);
this.rbtnBagRecon.Name = "rbtnBagRecon";
this.rbtnBagRecon.Size = new System.Drawing.Size(114, 17);
this.rbtnBagRecon.TabIndex = 1;
this.rbtnBagRecon.TabStop = true;
this.rbtnBagRecon.Text = "Bag Recon Report";
this.rbtnBagRecon.UseVisualStyleBackColor = true;
//
// ReportConsoleForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.reportViewer1);
this.Controls.Add(this.grpReport);
this.Controls.Add(this.groupBox1);
this.Name = "ReportConsoleForm";
this.Text = "Report Console";
this.Load += new System.EventHandler(this.ReportConsoleForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.grpReport.ResumeLayout(false);
this.grpReport.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnViewReport;
private System.Windows.Forms.DateTimePicker dtpEndDate;
private System.Windows.Forms.DateTimePicker dtpStartDate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbCustomer;
private System.Windows.Forms.GroupBox grpReport;
private System.Windows.Forms.RadioButton rbtnOutstandingOrderReport;
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
private System.Windows.Forms.RadioButton rbtnBagRecon;
}
}