/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.spaBooking1 = new ACMS.SpaBookingControl(); this.SuspendLayout(); // // spaBooking1 // this.spaBooking1.Dock = System.Windows.Forms.DockStyle.Fill; this.spaBooking1.Location = new System.Drawing.Point(0, 0); this.spaBooking1.Name = "spaBooking1"; this.spaBooking1.Size = new System.Drawing.Size(928, 518); this.spaBooking1.SpaBooking = null; this.spaBooking1.StrBranchCode = ""; this.spaBooking1.TabIndex = 0; // // FormSpaBooking // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(928, 518); this.Controls.Add(this.spaBooking1); this.Name = "FormSpaBooking"; this.Text = "FormSpaBooking"; this.ResumeLayout(false); }