2011-02-18 16:54:48 +00:00
|
|
|
|
namespace Tanshu.Accounts.PointOfSale
|
|
|
|
|
{
|
2011-06-23 12:47:48 +00:00
|
|
|
|
partial class MoveTableForm
|
2011-02-18 16:54:48 +00:00
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
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;
|
|
|
|
|
//
|
2011-06-23 12:47:48 +00:00
|
|
|
|
// MoveTableForm
|
2011-02-18 16:54:48 +00:00
|
|
|
|
//
|
|
|
|
|
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;
|
2011-06-23 12:47:48 +00:00
|
|
|
|
this.Name = "MoveTableForm";
|
2011-02-18 16:54:48 +00:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
this.Text = "Move Table / Kot";
|
2011-06-23 12:47:48 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.MoveTableForm_Load);
|
2011-02-18 16:54:48 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpTables;
|
|
|
|
|
}
|
|
|
|
|
}
|