namespace Tanshu.Accounts.PointOfSale { partial class CashierCheckoutForm { /// /// 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.dtpFinish = new System.Windows.Forms.DateTimePicker(); this.dtpStart = new System.Windows.Forms.DateTimePicker(); this.btnPrint = new System.Windows.Forms.Button(); this.cmbCashier = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.dgvSale = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dgvSale)).BeginInit(); this.SuspendLayout(); // // dtpFinish // this.dtpFinish.Location = new System.Drawing.Point(189, 12); this.dtpFinish.Name = "dtpFinish"; this.dtpFinish.Size = new System.Drawing.Size(110, 20); this.dtpFinish.TabIndex = 42; this.dtpFinish.ValueChanged += new System.EventHandler(this.DtpFinishValueChanged); // // dtpStart // this.dtpStart.Location = new System.Drawing.Point(15, 11); this.dtpStart.Name = "dtpStart"; this.dtpStart.Size = new System.Drawing.Size(110, 20); this.dtpStart.TabIndex = 41; this.dtpStart.ValueChanged += new System.EventHandler(this.DtpStartValueChanged); // // btnPrint // this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnPrint.Location = new System.Drawing.Point(15, 262); this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(287, 23); this.btnPrint.TabIndex = 40; this.btnPrint.Text = "&Print"; this.btnPrint.UseVisualStyleBackColor = true; this.btnPrint.Click += new System.EventHandler(this.BtnPrintClick); // // cmbCashier // this.cmbCashier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCashier.FormattingEnabled = true; this.cmbCashier.Location = new System.Drawing.Point(99, 38); this.cmbCashier.Name = "cmbCashier"; this.cmbCashier.Size = new System.Drawing.Size(200, 21); this.cmbCashier.TabIndex = 37; this.cmbCashier.SelectedIndexChanged += new System.EventHandler(this.CmbCashierSelectedIndexChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(128, 15); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(54, 13); this.label10.TabIndex = 57; this.label10.Text = "<- Date ->"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(12, 41); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(42, 13); this.label9.TabIndex = 58; this.label9.Text = "Cashier"; // // dgvSale // this.dgvSale.AllowUserToAddRows = false; this.dgvSale.AllowUserToDeleteRows = false; this.dgvSale.AllowUserToResizeRows = false; this.dgvSale.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.dgvSale.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSale.Location = new System.Drawing.Point(15, 65); this.dgvSale.MultiSelect = false; this.dgvSale.Name = "dgvSale"; this.dgvSale.ReadOnly = true; this.dgvSale.RowHeadersVisible = false; this.dgvSale.RowTemplate.Height = 19; this.dgvSale.RowTemplate.ReadOnly = true; this.dgvSale.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvSale.Size = new System.Drawing.Size(287, 187); this.dgvSale.TabIndex = 59; // // CashierCheckoutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(311, 297); this.Controls.Add(this.dgvSale); this.Controls.Add(this.dtpFinish); this.Controls.Add(this.dtpStart); this.Controls.Add(this.btnPrint); this.Controls.Add(this.cmbCashier); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.MaximizeBox = false; this.Name = "CashierCheckoutForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Cashier Checkout Form"; this.Load += new System.EventHandler(this.CashierCheckoutForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvSale)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dtpFinish; private System.Windows.Forms.DateTimePicker dtpStart; private System.Windows.Forms.Button btnPrint; private System.Windows.Forms.ComboBox cmbCashier; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.DataGridView dgvSale; } }