namespace Tanshu.Accounts.PointOfSale { partial class TaxListForm { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnAdd = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.dgvTaxes = new System.Windows.Forms.DataGridView(); this.bsList = new System.Windows.Forms.BindingSource(this.components); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvTaxes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsList)).BeginInit(); this.SuspendLayout(); // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAdd.Location = new System.Drawing.Point(12, 255); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(75, 75); this.btnAdd.TabIndex = 68; this.btnAdd.Text = "&Add"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnEdit // this.btnEdit.AccessibleName = "Done"; this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnEdit.Location = new System.Drawing.Point(93, 255); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(75, 75); this.btnEdit.TabIndex = 62; this.btnEdit.Text = "&Edit"; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnExit // this.btnExit.AccessibleName = "Done"; this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(514, 255); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 75); this.btnExit.TabIndex = 61; this.btnExit.Text = "E&xit"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // dgvTaxes // this.dgvTaxes.AllowUserToAddRows = false; this.dgvTaxes.AllowUserToDeleteRows = false; this.dgvTaxes.AllowUserToResizeRows = false; this.dgvTaxes.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.dgvTaxes.AutoGenerateColumns = false; this.dgvTaxes.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgvTaxes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTaxes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.nameDataGridViewTextBoxColumn, this.rateDataGridViewTextBoxColumn}); this.dgvTaxes.DataSource = this.bsList; this.dgvTaxes.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dgvTaxes.Location = new System.Drawing.Point(12, 12); this.dgvTaxes.MultiSelect = false; this.dgvTaxes.Name = "dgvTaxes"; this.dgvTaxes.ReadOnly = true; this.dgvTaxes.RowHeadersVisible = false; this.dgvTaxes.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dgvTaxes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvTaxes.Size = new System.Drawing.Size(577, 237); this.dgvTaxes.TabIndex = 74; this.dgvTaxes.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvTaxes_CellFormatting); // // bsList // this.bsList.DataSource = typeof(Tanshu.Accounts.Entities.Tax); // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; this.nameDataGridViewTextBoxColumn.Width = 60; // // rateDataGridViewTextBoxColumn // this.rateDataGridViewTextBoxColumn.DataPropertyName = "Rate"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.rateDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; this.rateDataGridViewTextBoxColumn.HeaderText = "Rate"; this.rateDataGridViewTextBoxColumn.Name = "rateDataGridViewTextBoxColumn"; this.rateDataGridViewTextBoxColumn.ReadOnly = true; this.rateDataGridViewTextBoxColumn.Width = 55; // // TaxListForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 342); this.Controls.Add(this.dgvTaxes); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnExit); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TaxListForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Taxes"; this.Load += new System.EventHandler(this.TaxListForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvTaxes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsList)).EndInit(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button btnAdd; internal System.Windows.Forms.Button btnEdit; internal System.Windows.Forms.Button btnExit; private System.Windows.Forms.DataGridView dgvTaxes; private System.Windows.Forms.BindingSource bsList; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn rateDataGridViewTextBoxColumn; } }