| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace BulkPrinting
- {
- partial class OrderReport
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderReport));
- this.label1 = new System.Windows.Forms.Label();
- this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
- this.dgvOrderReport = new System.Windows.Forms.DataGridView();
- this.btnSaveToCSV = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderReport)).BeginInit();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(13, 13);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(171, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Show Report for Orders From";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // dtpStartDate
- //
- this.dtpStartDate.Location = new System.Drawing.Point(183, 10);
- this.dtpStartDate.Name = "dtpStartDate";
- this.dtpStartDate.Size = new System.Drawing.Size(200, 20);
- this.dtpStartDate.TabIndex = 1;
- this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(395, 12);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(20, 13);
- this.label2.TabIndex = 0;
- this.label2.Text = "To";
- //
- // dtpEndDate
- //
- this.dtpEndDate.Location = new System.Drawing.Point(421, 10);
- this.dtpEndDate.Name = "dtpEndDate";
- this.dtpEndDate.Size = new System.Drawing.Size(200, 20);
- this.dtpEndDate.TabIndex = 1;
- this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
- //
- // dgvOrderReport
- //
- this.dgvOrderReport.AllowUserToAddRows = false;
- this.dgvOrderReport.AllowUserToDeleteRows = false;
- this.dgvOrderReport.AllowUserToResizeRows = false;
- this.dgvOrderReport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvOrderReport.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
- this.dgvOrderReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvOrderReport.Location = new System.Drawing.Point(16, 36);
- this.dgvOrderReport.MultiSelect = false;
- this.dgvOrderReport.Name = "dgvOrderReport";
- this.dgvOrderReport.ReadOnly = true;
- this.dgvOrderReport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrderReport.Size = new System.Drawing.Size(1254, 568);
- this.dgvOrderReport.TabIndex = 2;
- //
- // btnSaveToCSV
- //
- this.btnSaveToCSV.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSaveToCSV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnSaveToCSV.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnSaveToCSV.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnSaveToCSV.ForeColor = System.Drawing.Color.White;
- this.btnSaveToCSV.Location = new System.Drawing.Point(1166, 7);
- this.btnSaveToCSV.Name = "btnSaveToCSV";
- this.btnSaveToCSV.Size = new System.Drawing.Size(104, 23);
- this.btnSaveToCSV.TabIndex = 3;
- this.btnSaveToCSV.Text = "Save To CSV";
- this.btnSaveToCSV.UseVisualStyleBackColor = false;
- this.btnSaveToCSV.Click += new System.EventHandler(this.btnSaveToCSV_Click);
- //
- // OrderReport
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
- this.ClientSize = new System.Drawing.Size(1282, 616);
- this.Controls.Add(this.btnSaveToCSV);
- this.Controls.Add(this.dgvOrderReport);
- this.Controls.Add(this.dtpEndDate);
- this.Controls.Add(this.dtpStartDate);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(813, 532);
- this.Name = "OrderReport";
- this.Text = "Order Reports";
- this.Load += new System.EventHandler(this.OrderReport_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderReport)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DateTimePicker dtpStartDate;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DateTimePicker dtpEndDate;
- private System.Windows.Forms.DataGridView dgvOrderReport;
- private System.Windows.Forms.Button btnSaveToCSV;
- }
- }
|