namespace Tanshu.Accounts.Management { partial class QuantityForm { /// /// 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.dtpDate = new System.Windows.Forms.DateTimePicker(); this.flpProducts = new System.Windows.Forms.FlowLayoutPanel(); this.btnGo = new System.Windows.Forms.Button(); this.SuspendLayout(); // // dtpDate // this.dtpDate.CustomFormat = "dd-MMM-yyyy"; this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDate.Location = new System.Drawing.Point(16, 15); this.dtpDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dtpDate.Name = "dtpDate"; this.dtpDate.Size = new System.Drawing.Size(119, 22); this.dtpDate.TabIndex = 20; // // flpProducts // this.flpProducts.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flpProducts.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flpProducts.Location = new System.Drawing.Point(16, 47); this.flpProducts.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.flpProducts.Name = "flpProducts"; this.flpProducts.Size = new System.Drawing.Size(447, 390); this.flpProducts.TabIndex = 23; // // btnGo // this.btnGo.Location = new System.Drawing.Point(16, 445); this.btnGo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnGo.Name = "btnGo"; this.btnGo.Size = new System.Drawing.Size(200, 28); this.btnGo.TabIndex = 24; this.btnGo.Text = "Go"; this.btnGo.UseVisualStyleBackColor = true; this.btnGo.Click += new System.EventHandler(this.btnGo_Click); // // QuantityForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(479, 488); this.Controls.Add(this.btnGo); this.Controls.Add(this.flpProducts); this.Controls.Add(this.dtpDate); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "QuantityForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Sale Analysis Form"; this.Load += new System.EventHandler(this.Sale_Analysis_Form_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DateTimePicker dtpDate; private System.Windows.Forms.FlowLayoutPanel flpProducts; private System.Windows.Forms.Button btnGo; } }