namespace Tanshu.Accounts.PointOfSale { partial class MoveTableForm { /// /// 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.flpTables = new System.Windows.Forms.FlowLayoutPanel(); this.SuspendLayout(); // // flpTables // this.flpTables.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flpTables.Dock = System.Windows.Forms.DockStyle.Fill; this.flpTables.Location = new System.Drawing.Point(0, 0); this.flpTables.Name = "flpTables"; this.flpTables.Size = new System.Drawing.Size(847, 492); this.flpTables.TabIndex = 7; // // MoveTableForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(847, 492); this.Controls.Add(this.flpTables); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "MoveTableForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Move Table / Kot"; this.Load += new System.EventHandler(this.MoveTableForm_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flpTables; } }