namespace Tanshu.Accounts.PointOfSale { partial class ModifierForm { /// /// 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.flpModifier = new System.Windows.Forms.FlowLayoutPanel(); this.btnClose = new System.Windows.Forms.Button(); this.flpModifier.SuspendLayout(); this.SuspendLayout(); // // flpModifier // this.flpModifier.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flpModifier.Controls.Add(this.btnClose); this.flpModifier.Dock = System.Windows.Forms.DockStyle.Fill; this.flpModifier.Location = new System.Drawing.Point(0, 0); this.flpModifier.Name = "flpModifier"; this.flpModifier.Size = new System.Drawing.Size(486, 408); this.flpModifier.TabIndex = 6; // // btnClose // this.btnClose.Location = new System.Drawing.Point(3, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(480, 75); this.btnClose.TabIndex = 6; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // ModifierForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(486, 408); this.ControlBox = false; this.Controls.Add(this.flpModifier); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "ModifierForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Modifier"; this.Load += new System.EventHandler(this.ModifierForm_Load); this.flpModifier.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flpModifier; private System.Windows.Forms.Button btnClose; } }