/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GroupControl38    = new DevExpress.XtraEditors.GroupControl();
     this.ucMemberID1       = new ACMS.ucMemberID();
     this.dtEditDate        = new DevExpress.XtraEditors.DateEdit();
     this.label2            = new System.Windows.Forms.Label();
     this.dtEdtEndTime      = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtStartTime    = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton2     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton56    = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtTherapist   = new DevExpress.XtraEditors.LookUpEdit();
     this.label1            = new System.Windows.Forms.Label();
     this.lkpEdtPackageID   = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit();
     this.MemoEditRemark    = new DevExpress.XtraEditors.MemoEdit();
     this.Label42           = new System.Windows.Forms.Label();
     this.Label36           = new System.Windows.Forms.Label();
     this.Label31           = new System.Windows.Forms.Label();
     this.Label33           = new System.Windows.Forms.Label();
     this.Label34           = new System.Windows.Forms.Label();
     this.Label35           = new System.Windows.Forms.Label();
     this.lkpEdtBranchCode  = new DevExpress.XtraEditors.LookUpEdit();
     this.label3            = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).BeginInit();
     this.GroupControl38.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // GroupControl38
     //
     this.GroupControl38.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.GroupControl38.Controls.Add(this.ucMemberID1);
     this.GroupControl38.Controls.Add(this.dtEditDate);
     this.GroupControl38.Controls.Add(this.label2);
     this.GroupControl38.Controls.Add(this.dtEdtEndTime);
     this.GroupControl38.Controls.Add(this.dtEdtStartTime);
     this.GroupControl38.Controls.Add(this.simpleButton2);
     this.GroupControl38.Controls.Add(this.SimpleButton56);
     this.GroupControl38.Controls.Add(this.lkpEdtTherapist);
     this.GroupControl38.Controls.Add(this.label1);
     this.GroupControl38.Controls.Add(this.lkpEdtPackageID);
     this.GroupControl38.Controls.Add(this.lkpEdtServiceCode);
     this.GroupControl38.Controls.Add(this.MemoEditRemark);
     this.GroupControl38.Controls.Add(this.Label42);
     this.GroupControl38.Controls.Add(this.Label36);
     this.GroupControl38.Controls.Add(this.Label31);
     this.GroupControl38.Controls.Add(this.Label33);
     this.GroupControl38.Controls.Add(this.Label34);
     this.GroupControl38.Controls.Add(this.Label35);
     this.GroupControl38.Controls.Add(this.lkpEdtBranchCode);
     this.GroupControl38.Controls.Add(this.label3);
     this.GroupControl38.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl38.Location    = new System.Drawing.Point(0, 0);
     this.GroupControl38.Name        = "GroupControl38";
     this.GroupControl38.ShowCaption = false;
     this.GroupControl38.Size        = new System.Drawing.Size(338, 314);
     this.GroupControl38.TabIndex    = 1;
     this.GroupControl38.Text        = "GroupControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(96, 14);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 0;
     //
     // dtEditDate
     //
     this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEditDate.Location  = new System.Drawing.Point(96, 124);
     this.dtEditDate.Name      = "dtEditDate";
     //
     // dtEditDate.Properties
     //
     this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dtEditDate.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtEditDate.Size              = new System.Drawing.Size(232, 20);
     this.dtEditDate.TabIndex          = 5;
     this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 124);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 18);
     this.label2.TabIndex = 35;
     this.label2.Text     = "Date";
     //
     // dtEdtEndTime
     //
     this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtEndTime.Location  = new System.Drawing.Point(96, 168);
     this.dtEdtEndTime.Name      = "dtEdtEndTime";
     //
     // dtEdtEndTime.Properties
     //
     this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)
     });
     this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtEndTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.EditFormat.FormatString    = "T";
     this.dtEdtEndTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.Mask.EditMask = "T";
     this.dtEdtEndTime.Size     = new System.Drawing.Size(232, 20);
     this.dtEdtEndTime.TabIndex = 7;
     //
     // dtEdtStartTime
     //
     this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtStartTime.Location  = new System.Drawing.Point(96, 146);
     this.dtEdtStartTime.Name      = "dtEdtStartTime";
     //
     // dtEdtStartTime.Properties
     //
     this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)
     });
     this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtStartTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.EditFormat.FormatString    = "T";
     this.dtEdtStartTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.Mask.EditMask = "T";
     this.dtEdtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dtEdtStartTime.Size              = new System.Drawing.Size(232, 20);
     this.dtEdtStartTime.TabIndex          = 6;
     this.dtEdtStartTime.EditValueChanged += new System.EventHandler(this.dtEdtStartTime_EditValueChanged);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(252, 278);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.TabIndex     = 10;
     this.simpleButton2.Text         = "Cancel";
     //
     // SimpleButton56
     //
     this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.SimpleButton56.Location     = new System.Drawing.Point(166, 278);
     this.SimpleButton56.Name         = "SimpleButton56";
     this.SimpleButton56.TabIndex     = 9;
     this.SimpleButton56.Text         = "Save";
     this.SimpleButton56.Click       += new System.EventHandler(this.SimpleButton56_Click_1);
     //
     // lkpEdtTherapist
     //
     this.lkpEdtTherapist.EditValue = "";
     this.lkpEdtTherapist.Location  = new System.Drawing.Point(96, 58);
     this.lkpEdtTherapist.Name      = "lkpEdtTherapist";
     //
     // lkpEdtTherapist.Properties
     //
     this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtTherapist.Size     = new System.Drawing.Size(232, 20);
     this.lkpEdtTherapist.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(73, 18);
     this.label1.TabIndex = 28;
     this.label1.Text     = "Member ID";
     //
     // lkpEdtPackageID
     //
     this.lkpEdtPackageID.EditValue = "";
     this.lkpEdtPackageID.Location  = new System.Drawing.Point(96, 80);
     this.lkpEdtPackageID.Name      = "lkpEdtPackageID";
     //
     // lkpEdtPackageID.Properties
     //
     this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtPackageID.Properties.NullText = "";
     this.lkpEdtPackageID.Size              = new System.Drawing.Size(232, 20);
     this.lkpEdtPackageID.TabIndex          = 3;
     this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged);
     //
     // lkpEdtServiceCode
     //
     this.lkpEdtServiceCode.EditValue = "";
     this.lkpEdtServiceCode.Location  = new System.Drawing.Point(96, 102);
     this.lkpEdtServiceCode.Name      = "lkpEdtServiceCode";
     //
     // lkpEdtServiceCode.Properties
     //
     this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtServiceCode.Size     = new System.Drawing.Size(232, 20);
     this.lkpEdtServiceCode.TabIndex = 4;
     //
     // MemoEditRemark
     //
     this.MemoEditRemark.EditValue = "";
     this.MemoEditRemark.Location  = new System.Drawing.Point(96, 190);
     this.MemoEditRemark.Name      = "MemoEditRemark";
     //
     // MemoEditRemark.Properties
     //
     this.MemoEditRemark.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.MemoEditRemark.Properties.Appearance.Options.UseFont = true;
     this.MemoEditRemark.Size     = new System.Drawing.Size(232, 64);
     this.MemoEditRemark.TabIndex = 8;
     //
     // Label42
     //
     this.Label42.AutoSize = true;
     this.Label42.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label42.Location = new System.Drawing.Point(16, 192);
     this.Label42.Name     = "Label42";
     this.Label42.Size     = new System.Drawing.Size(60, 18);
     this.Label42.TabIndex = 23;
     this.Label42.Text     = "Remarks";
     //
     // Label36
     //
     this.Label36.AutoSize = true;
     this.Label36.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label36.Location = new System.Drawing.Point(16, 168);
     this.Label36.Name     = "Label36";
     this.Label36.Size     = new System.Drawing.Size(64, 18);
     this.Label36.TabIndex = 21;
     this.Label36.Text     = "End Time";
     //
     // Label31
     //
     this.Label31.AutoSize = true;
     this.Label31.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label31.Location = new System.Drawing.Point(16, 146);
     this.Label31.Name     = "Label31";
     this.Label31.Size     = new System.Drawing.Size(69, 18);
     this.Label31.TabIndex = 19;
     this.Label31.Text     = "Start Time";
     //
     // Label33
     //
     this.Label33.AutoSize = true;
     this.Label33.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label33.Location = new System.Drawing.Point(16, 102);
     this.Label33.Name     = "Label33";
     this.Label33.Size     = new System.Drawing.Size(51, 18);
     this.Label33.TabIndex = 17;
     this.Label33.Text     = "Service";
     //
     // Label34
     //
     this.Label34.AutoSize = true;
     this.Label34.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label34.Location = new System.Drawing.Point(16, 80);
     this.Label34.Name     = "Label34";
     this.Label34.Size     = new System.Drawing.Size(76, 18);
     this.Label34.TabIndex = 15;
     this.Label34.Text     = "Package ID";
     //
     // Label35
     //
     this.Label35.AutoSize = true;
     this.Label35.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label35.Location = new System.Drawing.Point(16, 58);
     this.Label35.Name     = "Label35";
     this.Label35.Size     = new System.Drawing.Size(63, 18);
     this.Label35.TabIndex = 13;
     this.Label35.Text     = "Therapist";
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.EditValue = "";
     this.lkpEdtBranchCode.Location  = new System.Drawing.Point(96, 36);
     this.lkpEdtBranchCode.Name      = "lkpEdtBranchCode";
     //
     // lkpEdtBranchCode.Properties
     //
     this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtBranchCode.Size     = new System.Drawing.Size(232, 20);
     this.lkpEdtBranchCode.TabIndex = 1;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(16, 36);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 20);
     this.label3.TabIndex = 58;
     this.label3.Text     = "Branch";
     //
     // FormNewSpaBooking
     //
     this.AcceptButton      = this.SimpleButton56;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButton2;
     this.ClientSize        = new System.Drawing.Size(338, 314);
     this.Controls.Add(this.GroupControl38);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormNewSpaBooking";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Spa Booking";
     this.Load           += new System.EventHandler(this.FormNewSpaBooking_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).EndInit();
     this.GroupControl38.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label6 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.sbtnIntroduce = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtLoyalPoint = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.lkFreebie = new DevExpress.XtraEditors.LookUpEdit();
     this.lkTreatment = new DevExpress.XtraEditors.LookUpEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.ucMemberID1 = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLoyalPoint.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkFreebie.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkTreatment.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(22, 22);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 17;
     this.label6.Text = "Introducer ID";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22, 50);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 20);
     this.label1.TabIndex = 19;
     this.label1.Text = "Loyalty Point";
     //
     // sbtnIntroduce
     //
     this.sbtnIntroduce.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnIntroduce.Location = new System.Drawing.Point(54, 152);
     this.sbtnIntroduce.Name = "sbtnIntroduce";
     this.sbtnIntroduce.Size = new System.Drawing.Size(75, 23);
     this.sbtnIntroduce.TabIndex = 3;
     this.sbtnIntroduce.Text = "Introduce";
     this.sbtnIntroduce.Click += new System.EventHandler(this.sbtnIntroduce_Click);
     //
     // sbtnCancel
     //
     this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.sbtnCancel.Location = new System.Drawing.Point(164, 152);
     this.sbtnCancel.Name = "sbtnCancel";
     this.sbtnCancel.Size = new System.Drawing.Size(75, 23);
     this.sbtnCancel.TabIndex = 4;
     this.sbtnCancel.Text = "Cancel";
     //
     // lkpEdtLoyalPoint
     //
     this.lkpEdtLoyalPoint.Location = new System.Drawing.Point(106, 48);
     this.lkpEdtLoyalPoint.Name = "lkpEdtLoyalPoint";
     this.lkpEdtLoyalPoint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtLoyalPoint.Size = new System.Drawing.Size(180, 20);
     this.lkpEdtLoyalPoint.TabIndex = 1;
     this.lkpEdtLoyalPoint.EditValueChanged += new System.EventHandler(this.lkpEdtLoyalPoint_EditValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(22, 80);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 20);
     this.label2.TabIndex = 20;
     this.label2.Text = "Freebie";
     //
     // lkFreebie
     //
     this.lkFreebie.Location = new System.Drawing.Point(106, 80);
     this.lkFreebie.Name = "lkFreebie";
     this.lkFreebie.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkFreebie.Size = new System.Drawing.Size(180, 20);
     this.lkFreebie.TabIndex = 21;
     this.lkFreebie.EditValueChanged += new System.EventHandler(this.lkFreebie_EditValueChanged);
     //
     // lkTreatment
     //
     this.lkTreatment.Location = new System.Drawing.Point(106, 115);
     this.lkTreatment.Name = "lkTreatment";
     this.lkTreatment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkTreatment.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name2", "Name2", 20, DevExpress.Utils.FormatType.None, "BM004(58)", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
     this.lkTreatment.Size = new System.Drawing.Size(180, 20);
     this.lkTreatment.TabIndex = 23;
     this.lkTreatment.EditValueChanged += new System.EventHandler(this.lkTreatment_EditValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(22, 115);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 20);
     this.label3.TabIndex = 22;
     this.label3.Text = "Package";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(106, 20);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(184, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 0;
     //
     // frmIntroduceFriend
     //
     this.AcceptButton = this.sbtnIntroduce;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.sbtnCancel;
     this.ClientSize = new System.Drawing.Size(298, 187);
     this.Controls.Add(this.lkTreatment);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lkFreebie);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.lkpEdtLoyalPoint);
     this.Controls.Add(this.sbtnCancel);
     this.Controls.Add(this.sbtnIntroduce);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label6);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmIntroduceFriend";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Introduce Friend";
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLoyalPoint.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkFreebie.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkTreatment.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditForgetCard = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtMemberPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ucMemberID1 = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.ucMemberID1);
     this.panelControl1.Controls.Add(this.checkEditForgetCard);
     this.panelControl1.Controls.Add(this.simpleButtonCancel);
     this.panelControl1.Controls.Add(this.simpleButtonOK);
     this.panelControl1.Controls.Add(this.lkpEdtMemberPackage);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(360, 148);
     this.panelControl1.TabIndex = 0;
     //
     // checkEditForgetCard
     //
     this.checkEditForgetCard.Location = new System.Drawing.Point(134, 74);
     this.checkEditForgetCard.Name = "checkEditForgetCard";
     this.checkEditForgetCard.Properties.Caption = "Forget Card?";
     this.checkEditForgetCard.Size = new System.Drawing.Size(124, 19);
     this.checkEditForgetCard.TabIndex = 43;
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(192, 116);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonCancel.TabIndex = 42;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(88, 116);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK.TabIndex = 41;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // lkpEdtMemberPackage
     //
     this.lkpEdtMemberPackage.Location = new System.Drawing.Point(136, 42);
     this.lkpEdtMemberPackage.Name = "lkpEdtMemberPackage";
     this.lkpEdtMemberPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtMemberPackage.Size = new System.Drawing.Size(204, 20);
     this.lkpEdtMemberPackage.TabIndex = 3;
     this.lkpEdtMemberPackage.EditValueChanged += new System.EventHandler(this.lkpEdtMemberPackage_EditValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 42);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Member Package";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Member ID";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(134, 10);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 44;
     this.ucMemberID1.Load += new System.EventHandler(this.ucMemberID1_Load);
     //
     // FormNewClassAttendanceInClassAttendanceModule
     //
     this.AcceptButton = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.simpleButtonCancel;
     this.ClientSize = new System.Drawing.Size(360, 148);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormNewClassAttendanceInClassAttendanceModule";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Class Attendance";
     this.Load += new System.EventHandler(this.FormNewClassAttendanceInClassAttendanceModule_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnSave         = new DevExpress.XtraEditors.SimpleButton();
     this.label5          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.CreditCard      = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.btnClose        = new DevExpress.XtraEditors.SimpleButton();
     this.AccountNo       = new DevExpress.XtraEditors.TextEdit();
     this.label6          = new System.Windows.Forms.Label();
     this.luedtBankBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBank       = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtPackage    = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBranch     = new DevExpress.XtraEditors.LookUpEdit();
     this.ucMemberID1     = new ACMS.ucMemberID();
     this.ToolTips        = new System.Windows.Forms.Label();
     this.strRemarks      = new DevExpress.XtraEditors.MemoEdit();
     this.lblRemark       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.AccountNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSave.Location    = new System.Drawing.Point(112, 264);
     this.btnSave.Name        = "btnSave";
     this.btnSave.Size        = new System.Drawing.Size(72, 20);
     this.btnSave.TabIndex    = 31;
     this.btnSave.Text        = "Save";
     this.btnSave.Click      += new System.EventHandler(this.btnSave_Click);
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.Location = new System.Drawing.Point(40, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(116, 23);
     this.label5.TabIndex = 27;
     this.label5.Text     = "Member";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.Location = new System.Drawing.Point(40, 96);
     this.label4.Name     = "label4";
     this.label4.TabIndex = 25;
     this.label4.Text     = "Bank Code";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.Location = new System.Drawing.Point(40, 144);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 23);
     this.label2.TabIndex = 24;
     this.label2.Text     = "Account Number";
     //
     // CreditCard
     //
     this.CreditCard.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.CreditCard.Location = new System.Drawing.Point(40, 120);
     this.CreditCard.Name     = "CreditCard";
     this.CreditCard.Size     = new System.Drawing.Size(112, 23);
     this.CreditCard.TabIndex = 23;
     this.CreditCard.Text     = "Bank Branch Code";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(40, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 23);
     this.label1.TabIndex = 34;
     this.label1.Text     = "Package Code";
     //
     // btnClose
     //
     this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnClose.Location    = new System.Drawing.Point(232, 264);
     this.btnClose.Name        = "btnClose";
     this.btnClose.Size        = new System.Drawing.Size(72, 20);
     this.btnClose.TabIndex    = 35;
     this.btnClose.Text        = "Close";
     this.btnClose.Click      += new System.EventHandler(this.btnClose_Click);
     //
     // AccountNo
     //
     this.AccountNo.AllowDrop = true;
     this.AccountNo.EditValue = "";
     this.AccountNo.Location  = new System.Drawing.Point(184, 144);
     this.AccountNo.Name      = "AccountNo";
     //
     // AccountNo.Properties
     //
     this.AccountNo.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.AccountNo.Properties.Appearance.Options.UseFont = true;
     this.AccountNo.Properties.MaxLength = 11;
     this.AccountNo.Size     = new System.Drawing.Size(240, 22);
     this.AccountNo.TabIndex = 36;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.Location = new System.Drawing.Point(40, 72);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(112, 23);
     this.label6.TabIndex = 37;
     this.label6.Text     = "Branch Code";
     //
     // luedtBankBranch
     //
     this.luedtBankBranch.Location = new System.Drawing.Point(184, 120);
     this.luedtBankBranch.Name     = "luedtBankBranch";
     //
     // luedtBankBranch.Properties
     //
     this.luedtBankBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtBankBranch.Size     = new System.Drawing.Size(240, 22);
     this.luedtBankBranch.TabIndex = 142;
     //
     // luedtBank
     //
     this.luedtBank.Location = new System.Drawing.Point(184, 96);
     this.luedtBank.Name     = "luedtBank";
     //
     // luedtBank.Properties
     //
     this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtBank.Size     = new System.Drawing.Size(240, 22);
     this.luedtBank.TabIndex = 141;
     //
     // luedtPackage
     //
     this.luedtPackage.Location = new System.Drawing.Point(184, 48);
     this.luedtPackage.Name     = "luedtPackage";
     //
     // luedtPackage.Properties
     //
     this.luedtPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtPackage.Size     = new System.Drawing.Size(240, 22);
     this.luedtPackage.TabIndex = 140;
     //
     // luedtBranch
     //
     this.luedtBranch.Location = new System.Drawing.Point(184, 72);
     this.luedtBranch.Name     = "luedtBranch";
     //
     // luedtBranch.Properties
     //
     this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtBranch.Size     = new System.Drawing.Size(240, 22);
     this.luedtBranch.TabIndex = 139;
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(184, 24);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(240, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 166;
     //
     // ToolTips
     //
     this.ToolTips.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ToolTips.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.ToolTips.Location  = new System.Drawing.Point(184, 8);
     this.ToolTips.Name      = "ToolTips";
     this.ToolTips.Size      = new System.Drawing.Size(184, 16);
     this.ToolTips.TabIndex  = 167;
     this.ToolTips.Text      = "Use Member Search Tools for Input";
     this.ToolTips.Visible   = false;
     //
     // strRemarks
     //
     this.strRemarks.EditValue = "";
     this.strRemarks.Location  = new System.Drawing.Point(184, 168);
     this.strRemarks.Name      = "strRemarks";
     //
     // strRemarks.Properties
     //
     this.strRemarks.Properties.MaxLength = 50;
     this.strRemarks.Size     = new System.Drawing.Size(240, 80);
     this.strRemarks.TabIndex = 169;
     //
     // lblRemark
     //
     this.lblRemark.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRemark.Location  = new System.Drawing.Point(40, 176);
     this.lblRemark.Name      = "lblRemark";
     this.lblRemark.Size      = new System.Drawing.Size(128, 72);
     this.lblRemark.TabIndex  = 168;
     this.lblRemark.Text      = "Remarks";
     this.lblRemark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmGIRO_Add
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 307);
     this.Controls.Add(this.strRemarks);
     this.Controls.Add(this.lblRemark);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.ToolTips);
     this.Controls.Add(this.luedtBankBranch);
     this.Controls.Add(this.luedtBank);
     this.Controls.Add(this.luedtPackage);
     this.Controls.Add(this.luedtBranch);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.AccountNo);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.CreditCard);
     this.Name  = "frmGIRO_Add";
     this.Text  = "New Giro";
     this.Load += new System.EventHandler(this.frmGIRO_Add_Load);
     ((System.ComponentModel.ISupportInitialize)(this.AccountNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.txtSubject       = new DevExpress.XtraEditors.TextEdit();
     this.dateEdit1        = new DevExpress.XtraEditors.DateEdit();
     this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtDeptID     = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtCaseType   = new DevExpress.XtraEditors.LookUpEdit();
     this.mmEdtDetail      = new DevExpress.XtraEditors.MemoEdit();
     this.sbtnSave         = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCancel       = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtCategory   = new DevExpress.XtraEditors.LookUpEdit();
     this.label11          = new System.Windows.Forms.Label();
     this.ucMemberID1      = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(18, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 20);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Subject";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(18, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 20);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Date";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(18, 68);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 20);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Branch Code";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(18, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 20);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Department ID";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(18, 152);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 20);
     this.label5.TabIndex = 4;
     this.label5.Text     = "CVF Type";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(18, 182);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 20);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Membership ID";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(18, 212);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(100, 20);
     this.label10.TabIndex = 9;
     this.label10.Text     = "Detail";
     //
     // txtSubject
     //
     this.txtSubject.EditValue = "";
     this.txtSubject.Location  = new System.Drawing.Point(142, 10);
     this.txtSubject.Name      = "txtSubject";
     //
     // txtSubject.Properties
     //
     this.txtSubject.Properties.MaxLength = 255;
     this.txtSubject.Size     = new System.Drawing.Size(236, 20);
     this.txtSubject.TabIndex = 0;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = new System.DateTime(2005, 10, 21, 0, 0, 0, 0);
     this.dateEdit1.Location  = new System.Drawing.Point(142, 38);
     this.dateEdit1.Name      = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit1.Size     = new System.Drawing.Size(236, 20);
     this.dateEdit1.TabIndex = 1;
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(142, 66);
     this.lkpEdtBranchCode.Name     = "lkpEdtBranchCode";
     //
     // lkpEdtBranchCode.Properties
     //
     this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtBranchCode.Size     = new System.Drawing.Size(236, 20);
     this.lkpEdtBranchCode.TabIndex = 2;
     //
     // lkpEdtDeptID
     //
     this.lkpEdtDeptID.Location = new System.Drawing.Point(142, 94);
     this.lkpEdtDeptID.Name     = "lkpEdtDeptID";
     //
     // lkpEdtDeptID.Properties
     //
     this.lkpEdtDeptID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtDeptID.Size     = new System.Drawing.Size(236, 20);
     this.lkpEdtDeptID.TabIndex = 3;
     //
     // lkpEdtCaseType
     //
     this.lkpEdtCaseType.Location = new System.Drawing.Point(142, 150);
     this.lkpEdtCaseType.Name     = "lkpEdtCaseType";
     //
     // lkpEdtCaseType.Properties
     //
     this.lkpEdtCaseType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtCaseType.Size     = new System.Drawing.Size(236, 20);
     this.lkpEdtCaseType.TabIndex = 5;
     //
     // mmEdtDetail
     //
     this.mmEdtDetail.EditValue = "";
     this.mmEdtDetail.Location  = new System.Drawing.Point(142, 212);
     this.mmEdtDetail.Name      = "mmEdtDetail";
     //
     // mmEdtDetail.Properties
     //
     this.mmEdtDetail.Properties.MaxLength = 1000;
     this.mmEdtDetail.Size     = new System.Drawing.Size(236, 102);
     this.mmEdtDetail.TabIndex = 7;
     //
     // sbtnSave
     //
     this.sbtnSave.ButtonStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.sbtnSave.Location     = new System.Drawing.Point(226, 322);
     this.sbtnSave.Name         = "sbtnSave";
     this.sbtnSave.Size         = new System.Drawing.Size(72, 20);
     this.sbtnSave.TabIndex     = 8;
     this.sbtnSave.Text         = "Save";
     this.sbtnSave.Click       += new System.EventHandler(this.sbtnSave_Click);
     //
     // sbtnCancel
     //
     this.sbtnCancel.ButtonStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.sbtnCancel.Location     = new System.Drawing.Point(306, 322);
     this.sbtnCancel.Name         = "sbtnCancel";
     this.sbtnCancel.Size         = new System.Drawing.Size(72, 20);
     this.sbtnCancel.TabIndex     = 9;
     this.sbtnCancel.Text         = "Cancel";
     //
     // lkpEdtCategory
     //
     this.lkpEdtCategory.Location = new System.Drawing.Point(142, 122);
     this.lkpEdtCategory.Name     = "lkpEdtCategory";
     //
     // lkpEdtCategory.Properties
     //
     this.lkpEdtCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtCategory.Size     = new System.Drawing.Size(236, 20);
     this.lkpEdtCategory.TabIndex = 4;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(18, 124);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(100, 20);
     this.label11.TabIndex = 28;
     this.label11.Text     = "Case Category";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(142, 182);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(240, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 6;
     //
     // frmNewCV
     //
     this.AcceptButton      = this.sbtnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.sbtnCancel;
     this.ClientSize        = new System.Drawing.Size(394, 352);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.lkpEdtCategory);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.sbtnCancel);
     this.Controls.Add(this.sbtnSave);
     this.Controls.Add(this.mmEdtDetail);
     this.Controls.Add(this.lkpEdtCaseType);
     this.Controls.Add(this.lkpEdtDeptID);
     this.Controls.Add(this.lkpEdtBranchCode);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.txtSubject);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmNewCV";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Customer Voice";
     ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
        private void InitIPP()
        {
            oUser = new User();
            ucMemberID1 = new ucMemberID();
            ucMemberID1.StrBranchCode = oUser.StrBranchCode();

            IPPdtStart.EditValue = DateTime.Today.Date;
            IPPdtTo.EditValue = DateTime.Today.Date;
            //string strSQL;
            //			myRP = new ACMSLogic.ReceiptPayment();
            //			gridReceipt.DataSource = myRP.SelectPresetTable;

            DataTable dt = myCommon.ExecuteQuery("Select * from tblBank");
            new ManagerBankLookupEditBuilder(dt, IPPBankCode.Properties);
            new ManagerBankLookupEditBuilder(dt, lkBank.Properties);

            dt = myCommon.ExecuteQuery("Select strBranchCode,strBranchName from tblBranch");
            new ManagerBranchCodeLookupEditBuilder(dt, lkBranch.Properties);
        }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GroupControl38 = new DevExpress.XtraEditors.GroupControl();
     this.ucMemberID1 = new ACMS.ucMemberID();
     this.dtEditDate = new DevExpress.XtraEditors.DateEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.dtEdtEndTime = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtTherapist = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.MemoEditRemark = new DevExpress.XtraEditors.MemoEdit();
     this.Label42 = new System.Windows.Forms.Label();
     this.Label36 = new System.Windows.Forms.Label();
     this.Label31 = new System.Windows.Forms.Label();
     this.Label35 = new System.Windows.Forms.Label();
     this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).BeginInit();
     this.GroupControl38.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // GroupControl38
     //
     this.GroupControl38.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.GroupControl38.Controls.Add(this.ucMemberID1);
     this.GroupControl38.Controls.Add(this.dtEditDate);
     this.GroupControl38.Controls.Add(this.label2);
     this.GroupControl38.Controls.Add(this.dtEdtEndTime);
     this.GroupControl38.Controls.Add(this.dtEdtStartTime);
     this.GroupControl38.Controls.Add(this.simpleButton2);
     this.GroupControl38.Controls.Add(this.SimpleButton56);
     this.GroupControl38.Controls.Add(this.lkpEdtTherapist);
     this.GroupControl38.Controls.Add(this.label1);
     this.GroupControl38.Controls.Add(this.MemoEditRemark);
     this.GroupControl38.Controls.Add(this.Label42);
     this.GroupControl38.Controls.Add(this.Label36);
     this.GroupControl38.Controls.Add(this.Label31);
     this.GroupControl38.Controls.Add(this.Label35);
     this.GroupControl38.Controls.Add(this.lkpEdtBranchCode);
     this.GroupControl38.Controls.Add(this.label3);
     this.GroupControl38.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl38.Location = new System.Drawing.Point(0, 0);
     this.GroupControl38.Name = "GroupControl38";
     this.GroupControl38.ShowCaption = false;
     this.GroupControl38.Size = new System.Drawing.Size(338, 268);
     this.GroupControl38.TabIndex = 1;
     this.GroupControl38.Text = "GroupControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(96, 14);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 0;
     //
     // dtEditDate
     //
     this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEditDate.Location = new System.Drawing.Point(96, 80);
     this.dtEditDate.Name = "dtEditDate";
     //
     // dtEditDate.Properties
     //
     this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                        new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtEditDate.Size = new System.Drawing.Size(232, 20);
     this.dtEditDate.TabIndex = 5;
     this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 80);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(34, 18);
     this.label2.TabIndex = 35;
     this.label2.Text = "Date";
     //
     // dtEdtEndTime
     //
     this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtEndTime.Location = new System.Drawing.Point(96, 124);
     this.dtEdtEndTime.Name = "dtEdtEndTime";
     //
     // dtEdtEndTime.Properties
     //
     this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.EditFormat.FormatString = "T";
     this.dtEdtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.Mask.EditMask = "T";
     this.dtEdtEndTime.Size = new System.Drawing.Size(232, 20);
     this.dtEdtEndTime.TabIndex = 7;
     //
     // dtEdtStartTime
     //
     this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtStartTime.Location = new System.Drawing.Point(96, 102);
     this.dtEdtStartTime.Name = "dtEdtStartTime";
     //
     // dtEdtStartTime.Properties
     //
     this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.EditFormat.FormatString = "T";
     this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.Mask.EditMask = "T";
     this.dtEdtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dtEdtStartTime.Size = new System.Drawing.Size(232, 20);
     this.dtEdtStartTime.TabIndex = 6;
     this.dtEdtStartTime.EditValueChanged += new System.EventHandler(this.dtEdtStartTime_EditValueChanged);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(252, 234);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.TabIndex = 10;
     this.simpleButton2.Text = "Cancel";
     //
     // SimpleButton56
     //
     this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.SimpleButton56.Location = new System.Drawing.Point(166, 234);
     this.SimpleButton56.Name = "SimpleButton56";
     this.SimpleButton56.TabIndex = 9;
     this.SimpleButton56.Text = "Save";
     this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click_1);
     //
     // lkpEdtTherapist
     //
     this.lkpEdtTherapist.EditValue = "";
     this.lkpEdtTherapist.Location = new System.Drawing.Point(96, 58);
     this.lkpEdtTherapist.Name = "lkpEdtTherapist";
     //
     // lkpEdtTherapist.Properties
     //
     this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtTherapist.Size = new System.Drawing.Size(232, 20);
     this.lkpEdtTherapist.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(73, 18);
     this.label1.TabIndex = 28;
     this.label1.Text = "Member ID";
     //
     // MemoEditRemark
     //
     this.MemoEditRemark.EditValue = "";
     this.MemoEditRemark.Location = new System.Drawing.Point(96, 146);
     this.MemoEditRemark.Name = "MemoEditRemark";
     //
     // MemoEditRemark.Properties
     //
     this.MemoEditRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.MemoEditRemark.Properties.Appearance.Options.UseFont = true;
     this.MemoEditRemark.Size = new System.Drawing.Size(232, 64);
     this.MemoEditRemark.TabIndex = 8;
     //
     // Label42
     //
     this.Label42.AutoSize = true;
     this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label42.Location = new System.Drawing.Point(16, 148);
     this.Label42.Name = "Label42";
     this.Label42.Size = new System.Drawing.Size(60, 18);
     this.Label42.TabIndex = 23;
     this.Label42.Text = "Remarks";
     //
     // Label36
     //
     this.Label36.AutoSize = true;
     this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label36.Location = new System.Drawing.Point(16, 124);
     this.Label36.Name = "Label36";
     this.Label36.Size = new System.Drawing.Size(64, 18);
     this.Label36.TabIndex = 21;
     this.Label36.Text = "End Time";
     //
     // Label31
     //
     this.Label31.AutoSize = true;
     this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label31.Location = new System.Drawing.Point(16, 102);
     this.Label31.Name = "Label31";
     this.Label31.Size = new System.Drawing.Size(69, 18);
     this.Label31.TabIndex = 19;
     this.Label31.Text = "Start Time";
     //
     // Label35
     //
     this.Label35.AutoSize = true;
     this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label35.Location = new System.Drawing.Point(16, 58);
     this.Label35.Name = "Label35";
     this.Label35.Size = new System.Drawing.Size(63, 18);
     this.Label35.TabIndex = 13;
     this.Label35.Text = "Therapist";
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.EditValue = "";
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(96, 36);
     this.lkpEdtBranchCode.Name = "lkpEdtBranchCode";
     //
     // lkpEdtBranchCode.Properties
     //
     this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtBranchCode.Size = new System.Drawing.Size(232, 20);
     this.lkpEdtBranchCode.TabIndex = 1;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(16, 36);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(72, 20);
     this.label3.TabIndex = 58;
     this.label3.Text = "Branch";
     //
     // FormNewSpaBooking
     //
     this.AcceptButton = this.SimpleButton56;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.simpleButton2;
     this.ClientSize = new System.Drawing.Size(338, 268);
     this.Controls.Add(this.GroupControl38);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormNewSpaBooking";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Spa Booking";
     this.Load += new System.EventHandler(this.FormNewSpaBooking_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl38)).EndInit();
     this.GroupControl38.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label6           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.sbtnIntroduce    = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCancel       = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtLoyalPoint = new DevExpress.XtraEditors.LookUpEdit();
     this.ucMemberID1      = new ACMS.ucMemberID();
     this.label2           = new System.Windows.Forms.Label();
     this.lkFreebie        = new DevExpress.XtraEditors.LookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLoyalPoint.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkFreebie.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(22, 22);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 16);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Introducer ID";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(22, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 20);
     this.label1.TabIndex = 19;
     this.label1.Text     = "Loyalty Point";
     //
     // sbtnIntroduce
     //
     this.sbtnIntroduce.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnIntroduce.Location    = new System.Drawing.Point(54, 120);
     this.sbtnIntroduce.Name        = "sbtnIntroduce";
     this.sbtnIntroduce.TabIndex    = 3;
     this.sbtnIntroduce.Text        = "Introduce";
     this.sbtnIntroduce.Click      += new System.EventHandler(this.sbtnIntroduce_Click);
     //
     // sbtnCancel
     //
     this.sbtnCancel.ButtonStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.sbtnCancel.Location     = new System.Drawing.Point(164, 120);
     this.sbtnCancel.Name         = "sbtnCancel";
     this.sbtnCancel.TabIndex     = 4;
     this.sbtnCancel.Text         = "Cancel";
     //
     // lkpEdtLoyalPoint
     //
     this.lkpEdtLoyalPoint.Location = new System.Drawing.Point(106, 48);
     this.lkpEdtLoyalPoint.Name     = "lkpEdtLoyalPoint";
     //
     // lkpEdtLoyalPoint.Properties
     //
     this.lkpEdtLoyalPoint.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtLoyalPoint.Size              = new System.Drawing.Size(180, 20);
     this.lkpEdtLoyalPoint.TabIndex          = 1;
     this.lkpEdtLoyalPoint.EditValueChanged += new System.EventHandler(this.lkpEdtLoyalPoint_EditValueChanged);
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(106, 20);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(184, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 0;
     this.ucMemberID1.Load            += new System.EventHandler(this.ucMemberID1_Load);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(22, 80);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 20);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Freebie";
     //
     // lkFreebie
     //
     this.lkFreebie.Location = new System.Drawing.Point(106, 80);
     this.lkFreebie.Name     = "lkFreebie";
     //
     // lkFreebie.Properties
     //
     this.lkFreebie.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkFreebie.Size              = new System.Drawing.Size(180, 20);
     this.lkFreebie.TabIndex          = 21;
     this.lkFreebie.EditValueChanged += new System.EventHandler(this.lkFreebie_EditValueChanged);
     //
     // frmIntroduceFriend
     //
     this.AcceptButton      = this.sbtnIntroduce;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.sbtnCancel;
     this.ClientSize        = new System.Drawing.Size(298, 154);
     this.Controls.Add(this.lkFreebie);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.lkpEdtLoyalPoint);
     this.Controls.Add(this.sbtnCancel);
     this.Controls.Add(this.sbtnIntroduce);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label6);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmIntroduceFriend";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Introduce Friend";
     this.Load           += new System.EventHandler(this.frmIntroduceFriend_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLoyalPoint.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkFreebie.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.ucMemberID1 = new ACMS.ucMemberID();
     this.label6 = new System.Windows.Forms.Label();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.lkpEdtMemberPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
     this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
     this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.GridControl19 = new DevExpress.XtraGrid.GridControl();
     this.GridView20 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn127 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn135 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn136 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn138 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn139 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridControl19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.ucMemberID1);
     this.panelControl1.Controls.Add(this.label6);
     this.panelControl1.Controls.Add(this.panelControl5);
     this.panelControl1.Controls.Add(this.lkpEdtMemberPackage);
     this.panelControl1.Controls.Add(this.label4);
     this.panelControl1.Controls.Add(this.label5);
     this.panelControl1.Controls.Add(this.textEdit4);
     this.panelControl1.Controls.Add(this.textEdit3);
     this.panelControl1.Controls.Add(this.textEdit2);
     this.panelControl1.Controls.Add(this.textEdit1);
     this.panelControl1.Controls.Add(this.panelControl4);
     this.panelControl1.Controls.Add(this.label3);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.panelControl3);
     this.panelControl1.Controls.Add(this.GridControl19);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(662, 354);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text = "panelControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(122, 290);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 49;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location = new System.Drawing.Point(14, 270);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(136, 16);
     this.label6.TabIndex = 48;
     this.label6.Text = "Make Reservation";
     //
     // panelControl5
     //
     this.panelControl5.Appearance.BackColor = System.Drawing.Color.Black;
     this.panelControl5.Appearance.Options.UseBackColor = true;
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl5.Location = new System.Drawing.Point(2, 264);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Size = new System.Drawing.Size(670, 3);
     this.panelControl5.TabIndex = 47;
     this.panelControl5.Text = "panelControl5";
     //
     // lkpEdtMemberPackage
     //
     this.lkpEdtMemberPackage.Location = new System.Drawing.Point(436, 290);
     this.lkpEdtMemberPackage.Name = "lkpEdtMemberPackage";
     //
     // lkpEdtMemberPackage.Properties
     //
     this.lkpEdtMemberPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                                 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtMemberPackage.Size = new System.Drawing.Size(204, 20);
     this.lkpEdtMemberPackage.TabIndex = 46;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(332, 290);
     this.label4.Name = "label4";
     this.label4.TabIndex = 44;
     this.label4.Text = "Member Package";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 290);
     this.label5.Name = "label5";
     this.label5.TabIndex = 43;
     this.label5.Text = "Member ID";
     //
     // textEdit4
     //
     this.textEdit4.EditValue = "0";
     this.textEdit4.Location = new System.Drawing.Point(314, 236);
     this.textEdit4.Name = "textEdit4";
     //
     // textEdit4.Properties
     //
     this.textEdit4.Properties.ReadOnly = true;
     this.textEdit4.Size = new System.Drawing.Size(75, 20);
     this.textEdit4.TabIndex = 15;
     //
     // textEdit3
     //
     this.textEdit3.EditValue = "0";
     this.textEdit3.Location = new System.Drawing.Point(314, 202);
     this.textEdit3.Name = "textEdit3";
     //
     // textEdit3.Properties
     //
     this.textEdit3.Properties.ReadOnly = true;
     this.textEdit3.Size = new System.Drawing.Size(75, 20);
     this.textEdit3.TabIndex = 14;
     //
     // textEdit2
     //
     this.textEdit2.EditValue = "0";
     this.textEdit2.Location = new System.Drawing.Point(314, 174);
     this.textEdit2.Name = "textEdit2";
     //
     // textEdit2.Properties
     //
     this.textEdit2.Properties.ReadOnly = true;
     this.textEdit2.Size = new System.Drawing.Size(75, 20);
     this.textEdit2.TabIndex = 13;
     //
     // textEdit1
     //
     this.textEdit1.EditValue = "textEdit1";
     this.textEdit1.Location = new System.Drawing.Point(84, 174);
     this.textEdit1.Name = "textEdit1";
     //
     // textEdit1.Properties
     //
     this.textEdit1.Properties.ReadOnly = true;
     this.textEdit1.Size = new System.Drawing.Size(75, 20);
     this.textEdit1.TabIndex = 12;
     //
     // panelControl4
     //
     this.panelControl4.Appearance.BackColor = System.Drawing.Color.Black;
     this.panelControl4.Appearance.Options.UseBackColor = true;
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Location = new System.Drawing.Point(172, 230);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(224, 2);
     this.panelControl4.TabIndex = 11;
     this.panelControl4.Text = "panelControl4";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(172, 204);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(138, 23);
     this.label3.TabIndex = 10;
     this.label3.Text = "Total UOB Reservation ";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(172, 174);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(138, 23);
     this.label2.TabIndex = 9;
     this.label2.Text = "Total Normal Reservation";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14, 174);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 23);
     this.label1.TabIndex = 8;
     this.label1.Text = "Class Limit";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.simpleButtonCancel);
     this.panelControl3.Controls.Add(this.simpleButtonOK);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(0, 320);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(662, 34);
     this.panelControl3.TabIndex = 7;
     this.panelControl3.Text = "panelControl3";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(566, 6);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex = 48;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(478, 6);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.TabIndex = 47;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // GridControl19
     //
     this.GridControl19.Dock = System.Windows.Forms.DockStyle.Top;
     //
     // GridControl19.EmbeddedNavigator
     //
     this.GridControl19.EmbeddedNavigator.Name = "";
     this.GridControl19.Location = new System.Drawing.Point(0, 24);
     this.GridControl19.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.GridControl19.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControl19.LookAndFeel.UseWindowsXPTheme = false;
     this.GridControl19.MainView = this.GridView20;
     this.GridControl19.Name = "GridControl19";
     this.GridControl19.Size = new System.Drawing.Size(662, 142);
     this.GridControl19.TabIndex = 5;
     this.GridControl19.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                  this.GridView20});
     //
     // GridView20
     //
     this.GridView20.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                       this.GridColumn127,
                                                                                       this.GridColumn135,
                                                                                       this.GridColumn136,
                                                                                       this.GridColumn138,
                                                                                       this.GridColumn139,
                                                                                       this.gridColumn1});
     this.GridView20.GridControl = this.GridControl19;
     this.GridView20.Name = "GridView20";
     //
     // GridColumn127
     //
     this.GridColumn127.Caption = "M/ship ID";
     this.GridColumn127.FieldName = "strMembershipID";
     this.GridColumn127.Name = "GridColumn127";
     this.GridColumn127.OptionsColumn.AllowEdit = false;
     this.GridColumn127.OptionsColumn.AllowFocus = false;
     this.GridColumn127.OptionsColumn.ReadOnly = true;
     this.GridColumn127.Visible = true;
     this.GridColumn127.VisibleIndex = 0;
     this.GridColumn127.Width = 59;
     //
     // GridColumn135
     //
     this.GridColumn135.Caption = "Member Name";
     this.GridColumn135.FieldName = "strMemberName";
     this.GridColumn135.Name = "GridColumn135";
     this.GridColumn135.OptionsColumn.AllowEdit = false;
     this.GridColumn135.OptionsColumn.AllowFocus = false;
     this.GridColumn135.OptionsColumn.ReadOnly = true;
     this.GridColumn135.Visible = true;
     this.GridColumn135.VisibleIndex = 1;
     this.GridColumn135.Width = 105;
     //
     // GridColumn136
     //
     this.GridColumn136.Caption = "UOB Booking Flag";
     this.GridColumn136.FieldName = "fUOBBooking";
     this.GridColumn136.Name = "GridColumn136";
     this.GridColumn136.OptionsColumn.AllowEdit = false;
     this.GridColumn136.OptionsColumn.AllowFocus = false;
     this.GridColumn136.OptionsColumn.ReadOnly = true;
     this.GridColumn136.Visible = true;
     this.GridColumn136.VisibleIndex = 2;
     this.GridColumn136.Width = 113;
     //
     // GridColumn138
     //
     this.GridColumn138.Caption = "Reservation Date";
     this.GridColumn138.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn138.FieldName = "dtLastEditDate";
     this.GridColumn138.Name = "GridColumn138";
     this.GridColumn138.OptionsColumn.AllowEdit = false;
     this.GridColumn138.OptionsColumn.AllowFocus = false;
     this.GridColumn138.OptionsColumn.ReadOnly = true;
     this.GridColumn138.Visible = true;
     this.GridColumn138.VisibleIndex = 3;
     this.GridColumn138.Width = 131;
     //
     // GridColumn139
     //
     this.GridColumn139.Caption = "Reserved By";
     this.GridColumn139.FieldName = "strReservedByName";
     this.GridColumn139.Name = "GridColumn139";
     this.GridColumn139.OptionsColumn.AllowEdit = false;
     this.GridColumn139.OptionsColumn.AllowFocus = false;
     this.GridColumn139.OptionsColumn.ReadOnly = true;
     this.GridColumn139.Visible = true;
     this.GridColumn139.VisibleIndex = 4;
     this.GridColumn139.Width = 124;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Member Package ID";
     this.gridColumn1.FieldName = "nPackageID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 5;
     this.gridColumn1.Width = 109;
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(662, 24);
     this.panelControl2.TabIndex = 6;
     this.panelControl2.Text = "panelControl2";
     //
     // FormNewNormalClassReservation
     //
     this.AcceptButton = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.simpleButtonCancel;
     this.ClientSize = new System.Drawing.Size(662, 354);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormNewNormalClassReservation";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "New Class Reservation";
     this.Load += new System.EventHandler(this.FormNewNormalClassReservation_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridControl19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupHdrIPP = new DevExpress.XtraEditors.GroupControl();
     this.grpControlIPP = new DevExpress.XtraEditors.GroupControl();
     this.ucMemberID1 = new ACMS.ucMemberID();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.label6 = new System.Windows.Forms.Label();
     this.luedtBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBank = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPNMonths = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.ToolTips = new System.Windows.Forms.Label();
     this.txtMerchantNo = new DevExpress.XtraEditors.TextEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.btnIPPCancel = new DevExpress.XtraEditors.SimpleButton();
     this.label1 = new System.Windows.Forms.Label();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreditCard = new DevExpress.XtraEditors.TextEdit();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.CreditCard = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.groupHdrIPP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpControlIPP)).BeginInit();
     this.grpControlIPP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMerchantNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCard.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupHdrIPP
     //
     this.groupHdrIPP.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.groupHdrIPP.Appearance.Options.UseBackColor = true;
     this.groupHdrIPP.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupHdrIPP.Location = new System.Drawing.Point(0, -1);
     this.groupHdrIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupHdrIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupHdrIPP.Name = "groupHdrIPP";
     this.groupHdrIPP.Size = new System.Drawing.Size(472, 8);
     this.groupHdrIPP.TabIndex = 26;
     this.groupHdrIPP.Text = "groupControl1";
     //
     // grpControlIPP
     //
     this.grpControlIPP.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.grpControlIPP.Controls.Add(this.ucMemberID1);
     this.grpControlIPP.Controls.Add(this.dateEdit1);
     this.grpControlIPP.Controls.Add(this.label6);
     this.grpControlIPP.Controls.Add(this.luedtBranch);
     this.grpControlIPP.Controls.Add(this.luedtBank);
     this.grpControlIPP.Controls.Add(this.IPPNMonths);
     this.grpControlIPP.Controls.Add(this.ToolTips);
     this.grpControlIPP.Controls.Add(this.txtMerchantNo);
     this.grpControlIPP.Controls.Add(this.label3);
     this.grpControlIPP.Controls.Add(this.btnIPPCancel);
     this.grpControlIPP.Controls.Add(this.label1);
     this.grpControlIPP.Controls.Add(this.btnSave);
     this.grpControlIPP.Controls.Add(this.txtCreditCard);
     this.grpControlIPP.Controls.Add(this.label5);
     this.grpControlIPP.Controls.Add(this.label4);
     this.grpControlIPP.Controls.Add(this.label2);
     this.grpControlIPP.Controls.Add(this.CreditCard);
     this.grpControlIPP.Location = new System.Drawing.Point(0, 0);
     this.grpControlIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.grpControlIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpControlIPP.Name = "grpControlIPP";
     this.grpControlIPP.ShowCaption = false;
     this.grpControlIPP.Size = new System.Drawing.Size(472, 264);
     this.grpControlIPP.TabIndex = 0;
     this.grpControlIPP.Text = "groupControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(216, 24);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 168;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location = new System.Drawing.Point(216, 176);
     this.dateEdit1.Name = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     this.dateEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit1.Size = new System.Drawing.Size(128, 22);
     this.dateEdit1.TabIndex = 167;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(32, 176);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(120, 16);
     this.label6.TabIndex = 166;
     this.label6.Text = "Created Date";
     //
     // luedtBranch
     //
     this.luedtBranch.Location = new System.Drawing.Point(216, 72);
     this.luedtBranch.Name = "luedtBranch";
     //
     // luedtBranch.Properties
     //
     this.luedtBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBranch.Size = new System.Drawing.Size(168, 22);
     this.luedtBranch.TabIndex = 2;
     this.luedtBranch.EditValueChanged += new System.EventHandler(this.luedtBranch_EditValueChanged);
     //
     // luedtBank
     //
     this.luedtBank.Location = new System.Drawing.Point(216, 48);
     this.luedtBank.Name = "luedtBank";
     //
     // luedtBank.Properties
     //
     this.luedtBank.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBank.Size = new System.Drawing.Size(168, 22);
     this.luedtBank.TabIndex = 1;
     this.luedtBank.EditValueChanged += new System.EventHandler(this.luedtBank_EditValueChanged);
     //
     // IPPNMonths
     //
     this.IPPNMonths.Location = new System.Drawing.Point(216, 144);
     this.IPPNMonths.Name = "IPPNMonths";
     //
     // IPPNMonths.Properties
     //
     this.IPPNMonths.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPNMonths.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                        new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPNMonths.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.IPPNMonths.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPNMonths.Size = new System.Drawing.Size(168, 22);
     this.IPPNMonths.TabIndex = 5;
     //
     // ToolTips
     //
     this.ToolTips.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ToolTips.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.ToolTips.Location = new System.Drawing.Point(216, 8);
     this.ToolTips.Name = "ToolTips";
     this.ToolTips.Size = new System.Drawing.Size(184, 16);
     this.ToolTips.TabIndex = 165;
     this.ToolTips.Text = "Use Member Search Tools for Input";
     this.ToolTips.Visible = false;
     //
     // txtMerchantNo
     //
     this.txtMerchantNo.AllowDrop = true;
     this.txtMerchantNo.EditValue = "";
     this.txtMerchantNo.Enabled = false;
     this.txtMerchantNo.Location = new System.Drawing.Point(216, 96);
     this.txtMerchantNo.Name = "txtMerchantNo";
     //
     // txtMerchantNo.Properties
     //
     this.txtMerchantNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMerchantNo.Properties.Appearance.Options.UseFont = true;
     this.txtMerchantNo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtMerchantNo.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.txtMerchantNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtMerchantNo.Properties.MaxLength = 19;
     this.txtMerchantNo.Properties.ReadOnly = true;
     this.txtMerchantNo.Size = new System.Drawing.Size(168, 22);
     this.txtMerchantNo.TabIndex = 3;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(32, 96);
     this.label3.Name = "label3";
     this.label3.TabIndex = 163;
     this.label3.Text = "Merchant No";
     //
     // btnIPPCancel
     //
     this.btnIPPCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnIPPCancel.Location = new System.Drawing.Point(384, 208);
     this.btnIPPCancel.Name = "btnIPPCancel";
     this.btnIPPCancel.TabIndex = 7;
     this.btnIPPCancel.Text = "Cancel";
     this.btnIPPCancel.Click += new System.EventHandler(this.btnIPPCancel_Click);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(32, 72);
     this.label1.Name = "label1";
     this.label1.TabIndex = 34;
     this.label1.Text = "Branch Code";
     //
     // btnSave
     //
     this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSave.Location = new System.Drawing.Point(296, 208);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(80, 24);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // txtCreditCard
     //
     this.txtCreditCard.AllowDrop = true;
     this.txtCreditCard.EditValue = "____-____-____-____";
     this.txtCreditCard.Location = new System.Drawing.Point(216, 120);
     this.txtCreditCard.Name = "txtCreditCard";
     //
     // txtCreditCard.Properties
     //
     this.txtCreditCard.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCreditCard.Properties.Appearance.Options.UseFont = true;
     this.txtCreditCard.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtCreditCard.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.txtCreditCard.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtCreditCard.Properties.Mask.EditMask = "\\d{4}-\\d{4}-\\d{4}-\\d{4}";
     this.txtCreditCard.Properties.Mask.IgnoreMaskBlank = false;
     this.txtCreditCard.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.txtCreditCard.Properties.MaxLength = 19;
     this.txtCreditCard.Size = new System.Drawing.Size(168, 22);
     this.txtCreditCard.TabIndex = 4;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(32, 24);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(104, 23);
     this.label5.TabIndex = 30;
     this.label5.Text = "Member ID";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(32, 48);
     this.label4.Name = "label4";
     this.label4.TabIndex = 28;
     this.label4.Text = "Bank Code";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(32, 144);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 16);
     this.label2.TabIndex = 27;
     this.label2.Text = "Number of Months";
     //
     // CreditCard
     //
     this.CreditCard.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CreditCard.Location = new System.Drawing.Point(32, 120);
     this.CreditCard.Name = "CreditCard";
     this.CreditCard.TabIndex = 26;
     this.CreditCard.Text = "Credit Card No";
     //
     // frmIPP_Add
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(472, 238);
     this.Controls.Add(this.grpControlIPP);
     this.Controls.Add(this.groupHdrIPP);
     this.Name = "frmIPP_Add";
     this.Text = "IPP Details";
     this.Load += new System.EventHandler(this.frmIPP_Add_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupHdrIPP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpControlIPP)).EndInit();
     this.grpControlIPP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMerchantNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCard.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dtEditDate = new DevExpress.XtraEditors.DateEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit();
     this.lkpEdtTherapist = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit();
     this.MemoEditRemark = new DevExpress.XtraEditors.MemoEdit();
     this.Label42 = new System.Windows.Forms.Label();
     this.Label31 = new System.Windows.Forms.Label();
     this.Label33 = new System.Windows.Forms.Label();
     this.Label34 = new System.Windows.Forms.Label();
     this.Label35 = new System.Windows.Forms.Label();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton56 = new DevExpress.XtraEditors.SimpleButton();
     this.dtEdtEndTime = new DevExpress.XtraEditors.DateEdit();
     this.Label36 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ucMemberID1 = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dtEditDate
     //
     this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEditDate.Location = new System.Drawing.Point(96, 98);
     this.dtEditDate.Name = "dtEditDate";
     //
     // dtEditDate.Properties
     //
     this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                        new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtEditDate.Properties.ReadOnly = true;
     this.dtEditDate.Size = new System.Drawing.Size(232, 20);
     this.dtEditDate.TabIndex = 52;
     this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 98);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(34, 18);
     this.label2.TabIndex = 51;
     this.label2.Text = "Date";
     //
     // dtEdtStartTime
     //
     this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtStartTime.Location = new System.Drawing.Point(96, 120);
     this.dtEdtStartTime.Name = "dtEdtStartTime";
     //
     // dtEdtStartTime.Properties
     //
     this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.EditFormat.FormatString = "T";
     this.dtEdtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.Mask.EditMask = "T";
     this.dtEdtStartTime.Size = new System.Drawing.Size(232, 20);
     this.dtEdtStartTime.TabIndex = 49;
     //
     // lkpEdtTherapist
     //
     this.lkpEdtTherapist.EditValue = "";
     this.lkpEdtTherapist.Location = new System.Drawing.Point(96, 32);
     this.lkpEdtTherapist.Name = "lkpEdtTherapist";
     //
     // lkpEdtTherapist.Properties
     //
     this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtTherapist.Properties.ReadOnly = true;
     this.lkpEdtTherapist.Size = new System.Drawing.Size(232, 20);
     this.lkpEdtTherapist.TabIndex = 48;
     //
     // lkpEdtPackageID
     //
     this.lkpEdtPackageID.EditValue = "";
     this.lkpEdtPackageID.Location = new System.Drawing.Point(96, 54);
     this.lkpEdtPackageID.Name = "lkpEdtPackageID";
     //
     // lkpEdtPackageID.Properties
     //
     this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtPackageID.Properties.NullText = "";
     this.lkpEdtPackageID.Size = new System.Drawing.Size(232, 20);
     this.lkpEdtPackageID.TabIndex = 45;
     this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged);
     //
     // lkpEdtServiceCode
     //
     this.lkpEdtServiceCode.EditValue = "";
     this.lkpEdtServiceCode.Location = new System.Drawing.Point(96, 76);
     this.lkpEdtServiceCode.Name = "lkpEdtServiceCode";
     //
     // lkpEdtServiceCode.Properties
     //
     this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                               new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtServiceCode.Size = new System.Drawing.Size(232, 20);
     this.lkpEdtServiceCode.TabIndex = 44;
     //
     // MemoEditRemark
     //
     this.MemoEditRemark.EditValue = "";
     this.MemoEditRemark.Location = new System.Drawing.Point(96, 168);
     this.MemoEditRemark.Name = "MemoEditRemark";
     //
     // MemoEditRemark.Properties
     //
     this.MemoEditRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.MemoEditRemark.Properties.Appearance.Options.UseFont = true;
     this.MemoEditRemark.Properties.ReadOnly = true;
     this.MemoEditRemark.Size = new System.Drawing.Size(232, 64);
     this.MemoEditRemark.TabIndex = 43;
     //
     // Label42
     //
     this.Label42.AutoSize = true;
     this.Label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label42.Location = new System.Drawing.Point(16, 170);
     this.Label42.Name = "Label42";
     this.Label42.Size = new System.Drawing.Size(60, 18);
     this.Label42.TabIndex = 42;
     this.Label42.Text = "Remarks";
     //
     // Label31
     //
     this.Label31.AutoSize = true;
     this.Label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label31.Location = new System.Drawing.Point(16, 120);
     this.Label31.Name = "Label31";
     this.Label31.Size = new System.Drawing.Size(69, 18);
     this.Label31.TabIndex = 40;
     this.Label31.Text = "Start Time";
     //
     // Label33
     //
     this.Label33.AutoSize = true;
     this.Label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label33.Location = new System.Drawing.Point(16, 76);
     this.Label33.Name = "Label33";
     this.Label33.Size = new System.Drawing.Size(51, 18);
     this.Label33.TabIndex = 39;
     this.Label33.Text = "Service";
     //
     // Label34
     //
     this.Label34.AutoSize = true;
     this.Label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label34.Location = new System.Drawing.Point(16, 54);
     this.Label34.Name = "Label34";
     this.Label34.Size = new System.Drawing.Size(76, 18);
     this.Label34.TabIndex = 38;
     this.Label34.Text = "Package ID";
     //
     // Label35
     //
     this.Label35.AutoSize = true;
     this.Label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label35.Location = new System.Drawing.Point(16, 32);
     this.Label35.Name = "Label35";
     this.Label35.Size = new System.Drawing.Size(63, 18);
     this.Label35.TabIndex = 37;
     this.Label35.Text = "Therapist";
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(252, 244);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.TabIndex = 54;
     this.simpleButton2.Text = "Cancel";
     //
     // SimpleButton56
     //
     this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.SimpleButton56.Location = new System.Drawing.Point(164, 244);
     this.SimpleButton56.Name = "SimpleButton56";
     this.SimpleButton56.TabIndex = 53;
     this.SimpleButton56.Text = "Save";
     this.SimpleButton56.Click += new System.EventHandler(this.SimpleButton56_Click);
     //
     // dtEdtEndTime
     //
     this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtEndTime.Location = new System.Drawing.Point(96, 144);
     this.dtEdtEndTime.Name = "dtEdtEndTime";
     //
     // dtEdtEndTime.Properties
     //
     this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
     this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.EditFormat.FormatString = "T";
     this.dtEdtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.Mask.EditMask = "T";
     this.dtEdtEndTime.Size = new System.Drawing.Size(232, 20);
     this.dtEdtEndTime.TabIndex = 56;
     //
     // Label36
     //
     this.Label36.AutoSize = true;
     this.Label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label36.Location = new System.Drawing.Point(16, 144);
     this.Label36.Name = "Label36";
     this.Label36.Size = new System.Drawing.Size(64, 18);
     this.Label36.TabIndex = 55;
     this.Label36.Text = "End Time";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(73, 18);
     this.label1.TabIndex = 58;
     this.label1.Text = "Member ID";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(98, 8);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 59;
     //
     // FormMarkService
     //
     this.AcceptButton = this.SimpleButton56;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.simpleButton2;
     this.ClientSize = new System.Drawing.Size(344, 286);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dtEdtEndTime);
     this.Controls.Add(this.Label36);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Label42);
     this.Controls.Add(this.Label31);
     this.Controls.Add(this.Label33);
     this.Controls.Add(this.Label34);
     this.Controls.Add(this.Label35);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.SimpleButton56);
     this.Controls.Add(this.dtEditDate);
     this.Controls.Add(this.dtEdtStartTime);
     this.Controls.Add(this.lkpEdtTherapist);
     this.Controls.Add(this.lkpEdtPackageID);
     this.Controls.Add(this.lkpEdtServiceCode);
     this.Controls.Add(this.MemoEditRemark);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormMarkService";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mark Service";
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupHdrIPP   = new DevExpress.XtraEditors.GroupControl();
     this.grpControlIPP = new DevExpress.XtraEditors.GroupControl();
     this.ucMemberID1   = new ACMS.ucMemberID();
     this.dateEdit1     = new DevExpress.XtraEditors.DateEdit();
     this.label6        = new System.Windows.Forms.Label();
     this.luedtBranch   = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBank     = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPNMonths    = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.ToolTips      = new System.Windows.Forms.Label();
     this.txtMerchantNo = new DevExpress.XtraEditors.TextEdit();
     this.label3        = new System.Windows.Forms.Label();
     this.btnIPPCancel  = new DevExpress.XtraEditors.SimpleButton();
     this.label1        = new System.Windows.Forms.Label();
     this.btnSave       = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreditCard = new DevExpress.XtraEditors.TextEdit();
     this.label5        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.CreditCard    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.groupHdrIPP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpControlIPP)).BeginInit();
     this.grpControlIPP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMerchantNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCard.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupHdrIPP
     //
     this.groupHdrIPP.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.groupHdrIPP.Appearance.Options.UseBackColor = true;
     this.groupHdrIPP.BorderStyle       = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupHdrIPP.Location          = new System.Drawing.Point(0, -1);
     this.groupHdrIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupHdrIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupHdrIPP.Name     = "groupHdrIPP";
     this.groupHdrIPP.Size     = new System.Drawing.Size(472, 8);
     this.groupHdrIPP.TabIndex = 26;
     this.groupHdrIPP.Text     = "groupControl1";
     //
     // grpControlIPP
     //
     this.grpControlIPP.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.grpControlIPP.Controls.Add(this.ucMemberID1);
     this.grpControlIPP.Controls.Add(this.dateEdit1);
     this.grpControlIPP.Controls.Add(this.label6);
     this.grpControlIPP.Controls.Add(this.luedtBranch);
     this.grpControlIPP.Controls.Add(this.luedtBank);
     this.grpControlIPP.Controls.Add(this.IPPNMonths);
     this.grpControlIPP.Controls.Add(this.ToolTips);
     this.grpControlIPP.Controls.Add(this.txtMerchantNo);
     this.grpControlIPP.Controls.Add(this.label3);
     this.grpControlIPP.Controls.Add(this.btnIPPCancel);
     this.grpControlIPP.Controls.Add(this.label1);
     this.grpControlIPP.Controls.Add(this.btnSave);
     this.grpControlIPP.Controls.Add(this.txtCreditCard);
     this.grpControlIPP.Controls.Add(this.label5);
     this.grpControlIPP.Controls.Add(this.label4);
     this.grpControlIPP.Controls.Add(this.label2);
     this.grpControlIPP.Controls.Add(this.CreditCard);
     this.grpControlIPP.Location          = new System.Drawing.Point(0, 0);
     this.grpControlIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.grpControlIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpControlIPP.Name        = "grpControlIPP";
     this.grpControlIPP.ShowCaption = false;
     this.grpControlIPP.Size        = new System.Drawing.Size(472, 264);
     this.grpControlIPP.TabIndex    = 0;
     this.grpControlIPP.Text        = "groupControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(216, 24);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 168;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(216, 176);
     this.dateEdit1.Name      = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     this.dateEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit1.Size     = new System.Drawing.Size(128, 22);
     this.dateEdit1.TabIndex = 167;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(32, 176);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(120, 16);
     this.label6.TabIndex = 166;
     this.label6.Text     = "Created Date";
     //
     // luedtBranch
     //
     this.luedtBranch.Location = new System.Drawing.Point(216, 72);
     this.luedtBranch.Name     = "luedtBranch";
     //
     // luedtBranch.Properties
     //
     this.luedtBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtBranch.Size              = new System.Drawing.Size(168, 22);
     this.luedtBranch.TabIndex          = 2;
     this.luedtBranch.EditValueChanged += new System.EventHandler(this.luedtBranch_EditValueChanged);
     //
     // luedtBank
     //
     this.luedtBank.Location = new System.Drawing.Point(216, 48);
     this.luedtBank.Name     = "luedtBank";
     //
     // luedtBank.Properties
     //
     this.luedtBank.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtBank.Size              = new System.Drawing.Size(168, 22);
     this.luedtBank.TabIndex          = 1;
     this.luedtBank.EditValueChanged += new System.EventHandler(this.luedtBank_EditValueChanged);
     //
     // IPPNMonths
     //
     this.IPPNMonths.Location = new System.Drawing.Point(216, 144);
     this.IPPNMonths.Name     = "IPPNMonths";
     //
     // IPPNMonths.Properties
     //
     this.IPPNMonths.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPNMonths.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.IPPNMonths.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.IPPNMonths.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPNMonths.Size     = new System.Drawing.Size(168, 22);
     this.IPPNMonths.TabIndex = 5;
     //
     // ToolTips
     //
     this.ToolTips.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ToolTips.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.ToolTips.Location  = new System.Drawing.Point(216, 8);
     this.ToolTips.Name      = "ToolTips";
     this.ToolTips.Size      = new System.Drawing.Size(184, 16);
     this.ToolTips.TabIndex  = 165;
     this.ToolTips.Text      = "Use Member Search Tools for Input";
     this.ToolTips.Visible   = false;
     //
     // txtMerchantNo
     //
     this.txtMerchantNo.AllowDrop = true;
     this.txtMerchantNo.EditValue = "";
     this.txtMerchantNo.Enabled   = false;
     this.txtMerchantNo.Location  = new System.Drawing.Point(216, 96);
     this.txtMerchantNo.Name      = "txtMerchantNo";
     //
     // txtMerchantNo.Properties
     //
     this.txtMerchantNo.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMerchantNo.Properties.Appearance.Options.UseFont = true;
     this.txtMerchantNo.Properties.BorderStyle       = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtMerchantNo.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.txtMerchantNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtMerchantNo.Properties.MaxLength = 19;
     this.txtMerchantNo.Properties.ReadOnly  = true;
     this.txtMerchantNo.Size     = new System.Drawing.Size(168, 22);
     this.txtMerchantNo.TabIndex = 3;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(32, 96);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 163;
     this.label3.Text     = "Merchant No";
     //
     // btnIPPCancel
     //
     this.btnIPPCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnIPPCancel.Location    = new System.Drawing.Point(384, 208);
     this.btnIPPCancel.Name        = "btnIPPCancel";
     this.btnIPPCancel.TabIndex    = 7;
     this.btnIPPCancel.Text        = "Cancel";
     this.btnIPPCancel.Click      += new System.EventHandler(this.btnIPPCancel_Click);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(32, 72);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 34;
     this.label1.Text     = "Branch Code";
     //
     // btnSave
     //
     this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSave.Location    = new System.Drawing.Point(296, 208);
     this.btnSave.Name        = "btnSave";
     this.btnSave.Size        = new System.Drawing.Size(80, 24);
     this.btnSave.TabIndex    = 6;
     this.btnSave.Text        = "Save";
     this.btnSave.Click      += new System.EventHandler(this.btnSave_Click);
     //
     // txtCreditCard
     //
     this.txtCreditCard.AllowDrop = true;
     this.txtCreditCard.EditValue = "____-____-____-____";
     this.txtCreditCard.Location  = new System.Drawing.Point(216, 120);
     this.txtCreditCard.Name      = "txtCreditCard";
     //
     // txtCreditCard.Properties
     //
     this.txtCreditCard.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCreditCard.Properties.Appearance.Options.UseFont = true;
     this.txtCreditCard.Properties.BorderStyle       = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtCreditCard.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.txtCreditCard.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtCreditCard.Properties.Mask.EditMask        = "\\d{4}-\\d{4}-\\d{4}-\\d{4}";
     this.txtCreditCard.Properties.Mask.IgnoreMaskBlank = false;
     this.txtCreditCard.Properties.Mask.MaskType        = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.txtCreditCard.Properties.MaxLength            = 19;
     this.txtCreditCard.Size     = new System.Drawing.Size(168, 22);
     this.txtCreditCard.TabIndex = 4;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(32, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(104, 23);
     this.label5.TabIndex = 30;
     this.label5.Text     = "Member ID";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(32, 48);
     this.label4.Name     = "label4";
     this.label4.TabIndex = 28;
     this.label4.Text     = "Bank Code";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(32, 144);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 16);
     this.label2.TabIndex = 27;
     this.label2.Text     = "Number of Months";
     //
     // CreditCard
     //
     this.CreditCard.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.CreditCard.Location = new System.Drawing.Point(32, 120);
     this.CreditCard.Name     = "CreditCard";
     this.CreditCard.TabIndex = 26;
     this.CreditCard.Text     = "Credit Card No";
     //
     // frmIPP_Add
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 238);
     this.Controls.Add(this.grpControlIPP);
     this.Controls.Add(this.groupHdrIPP);
     this.Name  = "frmIPP_Add";
     this.Text  = "IPP Details";
     this.Load += new System.EventHandler(this.frmIPP_Add_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupHdrIPP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpControlIPP)).EndInit();
     this.grpControlIPP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMerchantNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCard.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dtEditDate        = new DevExpress.XtraEditors.DateEdit();
     this.label2            = new System.Windows.Forms.Label();
     this.dtEdtStartTime    = new DevExpress.XtraEditors.DateEdit();
     this.lkpEdtTherapist   = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtPackageID   = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtServiceCode = new DevExpress.XtraEditors.LookUpEdit();
     this.MemoEditRemark    = new DevExpress.XtraEditors.MemoEdit();
     this.Label42           = new System.Windows.Forms.Label();
     this.Label31           = new System.Windows.Forms.Label();
     this.Label33           = new System.Windows.Forms.Label();
     this.Label34           = new System.Windows.Forms.Label();
     this.Label35           = new System.Windows.Forms.Label();
     this.simpleButton2     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton56    = new DevExpress.XtraEditors.SimpleButton();
     this.dtEdtEndTime      = new DevExpress.XtraEditors.DateEdit();
     this.Label36           = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.ucMemberID1       = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dtEditDate
     //
     this.dtEditDate.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEditDate.Location  = new System.Drawing.Point(96, 98);
     this.dtEditDate.Name      = "dtEditDate";
     //
     // dtEditDate.Properties
     //
     this.dtEditDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtEditDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEditDate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dtEditDate.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEditDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtEditDate.Properties.ReadOnly      = true;
     this.dtEditDate.Size              = new System.Drawing.Size(232, 20);
     this.dtEditDate.TabIndex          = 52;
     this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 98);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 18);
     this.label2.TabIndex = 51;
     this.label2.Text     = "Date";
     //
     // dtEdtStartTime
     //
     this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtStartTime.Location  = new System.Drawing.Point(96, 120);
     this.dtEdtStartTime.Name      = "dtEdtStartTime";
     //
     // dtEdtStartTime.Properties
     //
     this.dtEdtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)
     });
     this.dtEdtStartTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtStartTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.EditFormat.FormatString    = "T";
     this.dtEdtStartTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtStartTime.Properties.Mask.EditMask = "T";
     this.dtEdtStartTime.Size     = new System.Drawing.Size(232, 20);
     this.dtEdtStartTime.TabIndex = 49;
     //
     // lkpEdtTherapist
     //
     this.lkpEdtTherapist.EditValue = "";
     this.lkpEdtTherapist.Location  = new System.Drawing.Point(96, 32);
     this.lkpEdtTherapist.Name      = "lkpEdtTherapist";
     //
     // lkpEdtTherapist.Properties
     //
     this.lkpEdtTherapist.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtTherapist.Properties.ReadOnly = true;
     this.lkpEdtTherapist.Size     = new System.Drawing.Size(232, 20);
     this.lkpEdtTherapist.TabIndex = 48;
     //
     // lkpEdtPackageID
     //
     this.lkpEdtPackageID.EditValue = "";
     this.lkpEdtPackageID.Location  = new System.Drawing.Point(96, 54);
     this.lkpEdtPackageID.Name      = "lkpEdtPackageID";
     //
     // lkpEdtPackageID.Properties
     //
     this.lkpEdtPackageID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtPackageID.Properties.NullText = "";
     this.lkpEdtPackageID.Size              = new System.Drawing.Size(232, 20);
     this.lkpEdtPackageID.TabIndex          = 45;
     this.lkpEdtPackageID.EditValueChanged += new System.EventHandler(this.lkpEdtPackageID_EditValueChanged);
     //
     // lkpEdtServiceCode
     //
     this.lkpEdtServiceCode.EditValue = "";
     this.lkpEdtServiceCode.Location  = new System.Drawing.Point(96, 76);
     this.lkpEdtServiceCode.Name      = "lkpEdtServiceCode";
     //
     // lkpEdtServiceCode.Properties
     //
     this.lkpEdtServiceCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtServiceCode.Size     = new System.Drawing.Size(232, 20);
     this.lkpEdtServiceCode.TabIndex = 44;
     //
     // MemoEditRemark
     //
     this.MemoEditRemark.EditValue = "";
     this.MemoEditRemark.Location  = new System.Drawing.Point(96, 168);
     this.MemoEditRemark.Name      = "MemoEditRemark";
     //
     // MemoEditRemark.Properties
     //
     this.MemoEditRemark.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.MemoEditRemark.Properties.Appearance.Options.UseFont = true;
     this.MemoEditRemark.Properties.ReadOnly = true;
     this.MemoEditRemark.Size     = new System.Drawing.Size(232, 64);
     this.MemoEditRemark.TabIndex = 43;
     //
     // Label42
     //
     this.Label42.AutoSize = true;
     this.Label42.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label42.Location = new System.Drawing.Point(16, 170);
     this.Label42.Name     = "Label42";
     this.Label42.Size     = new System.Drawing.Size(60, 18);
     this.Label42.TabIndex = 42;
     this.Label42.Text     = "Remarks";
     //
     // Label31
     //
     this.Label31.AutoSize = true;
     this.Label31.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label31.Location = new System.Drawing.Point(16, 120);
     this.Label31.Name     = "Label31";
     this.Label31.Size     = new System.Drawing.Size(69, 18);
     this.Label31.TabIndex = 40;
     this.Label31.Text     = "Start Time";
     //
     // Label33
     //
     this.Label33.AutoSize = true;
     this.Label33.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label33.Location = new System.Drawing.Point(16, 76);
     this.Label33.Name     = "Label33";
     this.Label33.Size     = new System.Drawing.Size(51, 18);
     this.Label33.TabIndex = 39;
     this.Label33.Text     = "Service";
     //
     // Label34
     //
     this.Label34.AutoSize = true;
     this.Label34.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label34.Location = new System.Drawing.Point(16, 54);
     this.Label34.Name     = "Label34";
     this.Label34.Size     = new System.Drawing.Size(76, 18);
     this.Label34.TabIndex = 38;
     this.Label34.Text     = "Package ID";
     //
     // Label35
     //
     this.Label35.AutoSize = true;
     this.Label35.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label35.Location = new System.Drawing.Point(16, 32);
     this.Label35.Name     = "Label35";
     this.Label35.Size     = new System.Drawing.Size(63, 18);
     this.Label35.TabIndex = 37;
     this.Label35.Text     = "Therapist";
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(252, 244);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.TabIndex     = 54;
     this.simpleButton2.Text         = "Cancel";
     //
     // SimpleButton56
     //
     this.SimpleButton56.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.SimpleButton56.Location     = new System.Drawing.Point(164, 244);
     this.SimpleButton56.Name         = "SimpleButton56";
     this.SimpleButton56.TabIndex     = 53;
     this.SimpleButton56.Text         = "Save";
     this.SimpleButton56.Click       += new System.EventHandler(this.SimpleButton56_Click);
     //
     // dtEdtEndTime
     //
     this.dtEdtEndTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtEndTime.Location  = new System.Drawing.Point(96, 144);
     this.dtEdtEndTime.Name      = "dtEdtEndTime";
     //
     // dtEdtEndTime.Properties
     //
     this.dtEdtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)
     });
     this.dtEdtEndTime.Properties.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.dtEdtEndTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.EditFormat.FormatString    = "T";
     this.dtEdtEndTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtEndTime.Properties.Mask.EditMask = "T";
     this.dtEdtEndTime.Size     = new System.Drawing.Size(232, 20);
     this.dtEdtEndTime.TabIndex = 56;
     //
     // Label36
     //
     this.Label36.AutoSize = true;
     this.Label36.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label36.Location = new System.Drawing.Point(16, 144);
     this.Label36.Name     = "Label36";
     this.Label36.Size     = new System.Drawing.Size(64, 18);
     this.Label36.TabIndex = 55;
     this.Label36.Text     = "End Time";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(73, 18);
     this.label1.TabIndex = 58;
     this.label1.Text     = "Member ID";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(98, 8);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 59;
     //
     // FormMarkService
     //
     this.AcceptButton      = this.SimpleButton56;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButton2;
     this.ClientSize        = new System.Drawing.Size(344, 286);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dtEdtEndTime);
     this.Controls.Add(this.Label36);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.Label42);
     this.Controls.Add(this.Label31);
     this.Controls.Add(this.Label33);
     this.Controls.Add(this.Label34);
     this.Controls.Add(this.Label35);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.SimpleButton56);
     this.Controls.Add(this.dtEditDate);
     this.Controls.Add(this.dtEdtStartTime);
     this.Controls.Add(this.lkpEdtTherapist);
     this.Controls.Add(this.lkpEdtPackageID);
     this.Controls.Add(this.lkpEdtServiceCode);
     this.Controls.Add(this.MemoEditRemark);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormMarkService";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Mark Service";
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtTherapist.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtServiceCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MemoEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtEndTime.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.ucMemberID1         = new ACMS.ucMemberID();
     this.label6              = new System.Windows.Forms.Label();
     this.panelControl5       = new DevExpress.XtraEditors.PanelControl();
     this.lkpEdtMemberPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.textEdit4           = new DevExpress.XtraEditors.TextEdit();
     this.textEdit3           = new DevExpress.XtraEditors.TextEdit();
     this.textEdit2           = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.panelControl4       = new DevExpress.XtraEditors.PanelControl();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.panelControl3       = new DevExpress.XtraEditors.PanelControl();
     this.simpleButtonCancel  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK      = new DevExpress.XtraEditors.SimpleButton();
     this.GridControl19       = new DevExpress.XtraGrid.GridControl();
     this.GridView20          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn127       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn135       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn136       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn138       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn139       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2       = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridControl19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.ucMemberID1);
     this.panelControl1.Controls.Add(this.label6);
     this.panelControl1.Controls.Add(this.panelControl5);
     this.panelControl1.Controls.Add(this.lkpEdtMemberPackage);
     this.panelControl1.Controls.Add(this.label4);
     this.panelControl1.Controls.Add(this.label5);
     this.panelControl1.Controls.Add(this.textEdit4);
     this.panelControl1.Controls.Add(this.textEdit3);
     this.panelControl1.Controls.Add(this.textEdit2);
     this.panelControl1.Controls.Add(this.textEdit1);
     this.panelControl1.Controls.Add(this.panelControl4);
     this.panelControl1.Controls.Add(this.label3);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.panelControl3);
     this.panelControl1.Controls.Add(this.GridControl19);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(662, 354);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text     = "panelControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(122, 290);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 49;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location  = new System.Drawing.Point(14, 270);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(136, 16);
     this.label6.TabIndex  = 48;
     this.label6.Text      = "Make Reservation";
     //
     // panelControl5
     //
     this.panelControl5.Appearance.BackColor            = System.Drawing.Color.Black;
     this.panelControl5.Appearance.Options.UseBackColor = true;
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl5.Location    = new System.Drawing.Point(2, 264);
     this.panelControl5.Name        = "panelControl5";
     this.panelControl5.Size        = new System.Drawing.Size(670, 3);
     this.panelControl5.TabIndex    = 47;
     this.panelControl5.Text        = "panelControl5";
     //
     // lkpEdtMemberPackage
     //
     this.lkpEdtMemberPackage.Location = new System.Drawing.Point(436, 290);
     this.lkpEdtMemberPackage.Name     = "lkpEdtMemberPackage";
     //
     // lkpEdtMemberPackage.Properties
     //
     this.lkpEdtMemberPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtMemberPackage.Size     = new System.Drawing.Size(204, 20);
     this.lkpEdtMemberPackage.TabIndex = 46;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(332, 290);
     this.label4.Name     = "label4";
     this.label4.TabIndex = 44;
     this.label4.Text     = "Member Package";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 290);
     this.label5.Name     = "label5";
     this.label5.TabIndex = 43;
     this.label5.Text     = "Member ID";
     //
     // textEdit4
     //
     this.textEdit4.EditValue = "0";
     this.textEdit4.Location  = new System.Drawing.Point(314, 236);
     this.textEdit4.Name      = "textEdit4";
     //
     // textEdit4.Properties
     //
     this.textEdit4.Properties.ReadOnly = true;
     this.textEdit4.Size     = new System.Drawing.Size(75, 20);
     this.textEdit4.TabIndex = 15;
     //
     // textEdit3
     //
     this.textEdit3.EditValue = "0";
     this.textEdit3.Location  = new System.Drawing.Point(314, 202);
     this.textEdit3.Name      = "textEdit3";
     //
     // textEdit3.Properties
     //
     this.textEdit3.Properties.ReadOnly = true;
     this.textEdit3.Size     = new System.Drawing.Size(75, 20);
     this.textEdit3.TabIndex = 14;
     //
     // textEdit2
     //
     this.textEdit2.EditValue = "0";
     this.textEdit2.Location  = new System.Drawing.Point(314, 174);
     this.textEdit2.Name      = "textEdit2";
     //
     // textEdit2.Properties
     //
     this.textEdit2.Properties.ReadOnly = true;
     this.textEdit2.Size     = new System.Drawing.Size(75, 20);
     this.textEdit2.TabIndex = 13;
     //
     // textEdit1
     //
     this.textEdit1.EditValue = "textEdit1";
     this.textEdit1.Location  = new System.Drawing.Point(84, 174);
     this.textEdit1.Name      = "textEdit1";
     //
     // textEdit1.Properties
     //
     this.textEdit1.Properties.ReadOnly = true;
     this.textEdit1.Size     = new System.Drawing.Size(75, 20);
     this.textEdit1.TabIndex = 12;
     //
     // panelControl4
     //
     this.panelControl4.Appearance.BackColor            = System.Drawing.Color.Black;
     this.panelControl4.Appearance.Options.UseBackColor = true;
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Location    = new System.Drawing.Point(172, 230);
     this.panelControl4.Name        = "panelControl4";
     this.panelControl4.Size        = new System.Drawing.Size(224, 2);
     this.panelControl4.TabIndex    = 11;
     this.panelControl4.Text        = "panelControl4";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(172, 204);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(138, 23);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Total UOB Reservation ";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(172, 174);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(138, 23);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Total Normal Reservation";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14, 174);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 23);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Class Limit";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.simpleButtonCancel);
     this.panelControl3.Controls.Add(this.simpleButtonOK);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(0, 320);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(662, 34);
     this.panelControl3.TabIndex = 7;
     this.panelControl3.Text     = "panelControl3";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(566, 6);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 48;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(478, 6);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 47;
     this.simpleButtonOK.Text         = "OK";
     this.simpleButtonOK.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // GridControl19
     //
     this.GridControl19.Dock = System.Windows.Forms.DockStyle.Top;
     //
     // GridControl19.EmbeddedNavigator
     //
     this.GridControl19.EmbeddedNavigator.Name = "";
     this.GridControl19.Location          = new System.Drawing.Point(0, 24);
     this.GridControl19.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.GridControl19.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControl19.LookAndFeel.UseWindowsXPTheme     = false;
     this.GridControl19.MainView = this.GridView20;
     this.GridControl19.Name     = "GridControl19";
     this.GridControl19.Size     = new System.Drawing.Size(662, 142);
     this.GridControl19.TabIndex = 5;
     this.GridControl19.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.GridView20
     });
     //
     // GridView20
     //
     this.GridView20.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.GridColumn127,
         this.GridColumn135,
         this.GridColumn136,
         this.GridColumn138,
         this.GridColumn139,
         this.gridColumn1
     });
     this.GridView20.GridControl = this.GridControl19;
     this.GridView20.Name        = "GridView20";
     //
     // GridColumn127
     //
     this.GridColumn127.Caption   = "M/ship ID";
     this.GridColumn127.FieldName = "strMembershipID";
     this.GridColumn127.Name      = "GridColumn127";
     this.GridColumn127.OptionsColumn.AllowEdit  = false;
     this.GridColumn127.OptionsColumn.AllowFocus = false;
     this.GridColumn127.OptionsColumn.ReadOnly   = true;
     this.GridColumn127.Visible      = true;
     this.GridColumn127.VisibleIndex = 0;
     this.GridColumn127.Width        = 59;
     //
     // GridColumn135
     //
     this.GridColumn135.Caption   = "Member Name";
     this.GridColumn135.FieldName = "strMemberName";
     this.GridColumn135.Name      = "GridColumn135";
     this.GridColumn135.OptionsColumn.AllowEdit  = false;
     this.GridColumn135.OptionsColumn.AllowFocus = false;
     this.GridColumn135.OptionsColumn.ReadOnly   = true;
     this.GridColumn135.Visible      = true;
     this.GridColumn135.VisibleIndex = 1;
     this.GridColumn135.Width        = 105;
     //
     // GridColumn136
     //
     this.GridColumn136.Caption   = "UOB Booking Flag";
     this.GridColumn136.FieldName = "fUOBBooking";
     this.GridColumn136.Name      = "GridColumn136";
     this.GridColumn136.OptionsColumn.AllowEdit  = false;
     this.GridColumn136.OptionsColumn.AllowFocus = false;
     this.GridColumn136.OptionsColumn.ReadOnly   = true;
     this.GridColumn136.Visible      = true;
     this.GridColumn136.VisibleIndex = 2;
     this.GridColumn136.Width        = 113;
     //
     // GridColumn138
     //
     this.GridColumn138.Caption = "Reservation Date";
     this.GridColumn138.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn138.FieldName = "dtLastEditDate";
     this.GridColumn138.Name      = "GridColumn138";
     this.GridColumn138.OptionsColumn.AllowEdit  = false;
     this.GridColumn138.OptionsColumn.AllowFocus = false;
     this.GridColumn138.OptionsColumn.ReadOnly   = true;
     this.GridColumn138.Visible      = true;
     this.GridColumn138.VisibleIndex = 3;
     this.GridColumn138.Width        = 131;
     //
     // GridColumn139
     //
     this.GridColumn139.Caption   = "Reserved By";
     this.GridColumn139.FieldName = "strReservedByName";
     this.GridColumn139.Name      = "GridColumn139";
     this.GridColumn139.OptionsColumn.AllowEdit  = false;
     this.GridColumn139.OptionsColumn.AllowFocus = false;
     this.GridColumn139.OptionsColumn.ReadOnly   = true;
     this.GridColumn139.Visible      = true;
     this.GridColumn139.VisibleIndex = 4;
     this.GridColumn139.Width        = 124;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Member Package ID";
     this.gridColumn1.FieldName = "nPackageID";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit  = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 5;
     this.gridColumn1.Width        = 109;
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Dock        = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location    = new System.Drawing.Point(0, 0);
     this.panelControl2.Name        = "panelControl2";
     this.panelControl2.Size        = new System.Drawing.Size(662, 24);
     this.panelControl2.TabIndex    = 6;
     this.panelControl2.Text        = "panelControl2";
     //
     // FormNewNormalClassReservation
     //
     this.AcceptButton      = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButtonCancel;
     this.ClientSize        = new System.Drawing.Size(662, 354);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormNewNormalClassReservation";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "New Class Reservation";
     this.Load           += new System.EventHandler(this.FormNewNormalClassReservation_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridControl19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.ResumeLayout(false);
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.ucMemberID1         = new ACMS.ucMemberID();
     this.checkEditForgetCard = new DevExpress.XtraEditors.CheckEdit();
     this.simpleButtonCancel  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK      = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtMemberPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.ucMemberID1);
     this.panelControl1.Controls.Add(this.checkEditForgetCard);
     this.panelControl1.Controls.Add(this.simpleButtonCancel);
     this.panelControl1.Controls.Add(this.simpleButtonOK);
     this.panelControl1.Controls.Add(this.lkpEdtMemberPackage);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(360, 148);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text     = "panelControl1";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue        = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location         = new System.Drawing.Point(134, 10);
     this.ucMemberID1.Name             = "ucMemberID1";
     this.ucMemberID1.Size             = new System.Drawing.Size(182, 20);
     this.ucMemberID1.StrBranchCode    = null;
     this.ucMemberID1.TabIndex         = 44;
     this.ucMemberID1.Load            += new System.EventHandler(this.ucMemberID1_Load);
     //
     // checkEditForgetCard
     //
     this.checkEditForgetCard.Location = new System.Drawing.Point(134, 74);
     this.checkEditForgetCard.Name     = "checkEditForgetCard";
     //
     // checkEditForgetCard.Properties
     //
     this.checkEditForgetCard.Properties.Caption = "Forget Card?";
     this.checkEditForgetCard.Size     = new System.Drawing.Size(124, 19);
     this.checkEditForgetCard.TabIndex = 43;
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(192, 116);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 42;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(88, 116);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 41;
     this.simpleButtonOK.Text         = "OK";
     this.simpleButtonOK.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // lkpEdtMemberPackage
     //
     this.lkpEdtMemberPackage.Location = new System.Drawing.Point(136, 42);
     this.lkpEdtMemberPackage.Name     = "lkpEdtMemberPackage";
     //
     // lkpEdtMemberPackage.Properties
     //
     this.lkpEdtMemberPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtMemberPackage.Size              = new System.Drawing.Size(204, 20);
     this.lkpEdtMemberPackage.TabIndex          = 3;
     this.lkpEdtMemberPackage.EditValueChanged += new System.EventHandler(this.lkpEdtMemberPackage_EditValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 42);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 1;
     this.label2.Text     = "Member Package";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text     = "Member ID";
     //
     // FormNewClassAttendanceInClassAttendanceModule
     //
     this.AcceptButton      = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButtonCancel;
     this.ClientSize        = new System.Drawing.Size(360, 148);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormNewClassAttendanceInClassAttendanceModule";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Class Attendance";
     this.Load           += new System.EventHandler(this.FormNewClassAttendanceInClassAttendanceModule_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtMemberPackage.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.txtSubject = new DevExpress.XtraEditors.TextEdit();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtDeptID = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtCaseType = new DevExpress.XtraEditors.LookUpEdit();
     this.mmEdtDetail = new DevExpress.XtraEditors.MemoEdit();
     this.sbtnSave = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.lkpEdtCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label11 = new System.Windows.Forms.Label();
     this.ucMemberID1 = new ACMS.ucMemberID();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(18, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 20);
     this.label1.TabIndex = 0;
     this.label1.Text = "Subject";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(18, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 20);
     this.label2.TabIndex = 1;
     this.label2.Text = "Date";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(18, 68);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 20);
     this.label3.TabIndex = 2;
     this.label3.Text = "Branch Code";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(18, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 20);
     this.label4.TabIndex = 3;
     this.label4.Text = "Department ID";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(18, 152);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 20);
     this.label5.TabIndex = 4;
     this.label5.Text = "CVF Type";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(18, 182);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 20);
     this.label6.TabIndex = 5;
     this.label6.Text = "Membership ID";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(18, 212);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(100, 20);
     this.label10.TabIndex = 9;
     this.label10.Text = "Detail";
     //
     // txtSubject
     //
     this.txtSubject.EditValue = "";
     this.txtSubject.Location = new System.Drawing.Point(142, 10);
     this.txtSubject.Name = "txtSubject";
     //
     // txtSubject.Properties
     //
     this.txtSubject.Properties.MaxLength = 255;
     this.txtSubject.Size = new System.Drawing.Size(236, 20);
     this.txtSubject.TabIndex = 0;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = new System.DateTime(2005, 10, 21, 0, 0, 0, 0);
     this.dateEdit1.Location = new System.Drawing.Point(142, 38);
     this.dateEdit1.Name = "dateEdit1";
     //
     // dateEdit1.Properties
     //
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                       new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit1.Size = new System.Drawing.Size(236, 20);
     this.dateEdit1.TabIndex = 1;
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(142, 66);
     this.lkpEdtBranchCode.Name = "lkpEdtBranchCode";
     //
     // lkpEdtBranchCode.Properties
     //
     this.lkpEdtBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtBranchCode.Size = new System.Drawing.Size(236, 20);
     this.lkpEdtBranchCode.TabIndex = 2;
     //
     // lkpEdtDeptID
     //
     this.lkpEdtDeptID.Location = new System.Drawing.Point(142, 94);
     this.lkpEdtDeptID.Name = "lkpEdtDeptID";
     //
     // lkpEdtDeptID.Properties
     //
     this.lkpEdtDeptID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtDeptID.Size = new System.Drawing.Size(236, 20);
     this.lkpEdtDeptID.TabIndex = 3;
     //
     // lkpEdtCaseType
     //
     this.lkpEdtCaseType.Location = new System.Drawing.Point(142, 150);
     this.lkpEdtCaseType.Name = "lkpEdtCaseType";
     //
     // lkpEdtCaseType.Properties
     //
     this.lkpEdtCaseType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtCaseType.Size = new System.Drawing.Size(236, 20);
     this.lkpEdtCaseType.TabIndex = 5;
     //
     // mmEdtDetail
     //
     this.mmEdtDetail.EditValue = "";
     this.mmEdtDetail.Location = new System.Drawing.Point(142, 212);
     this.mmEdtDetail.Name = "mmEdtDetail";
     //
     // mmEdtDetail.Properties
     //
     this.mmEdtDetail.Properties.MaxLength = 1000;
     this.mmEdtDetail.Size = new System.Drawing.Size(236, 102);
     this.mmEdtDetail.TabIndex = 7;
     //
     // sbtnSave
     //
     this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.sbtnSave.Location = new System.Drawing.Point(226, 322);
     this.sbtnSave.Name = "sbtnSave";
     this.sbtnSave.Size = new System.Drawing.Size(72, 20);
     this.sbtnSave.TabIndex = 8;
     this.sbtnSave.Text = "Save";
     this.sbtnSave.Click += new System.EventHandler(this.sbtnSave_Click);
     //
     // sbtnCancel
     //
     this.sbtnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.sbtnCancel.Location = new System.Drawing.Point(306, 322);
     this.sbtnCancel.Name = "sbtnCancel";
     this.sbtnCancel.Size = new System.Drawing.Size(72, 20);
     this.sbtnCancel.TabIndex = 9;
     this.sbtnCancel.Text = "Cancel";
     //
     // lkpEdtCategory
     //
     this.lkpEdtCategory.Location = new System.Drawing.Point(142, 122);
     this.lkpEdtCategory.Name = "lkpEdtCategory";
     //
     // lkpEdtCategory.Properties
     //
     this.lkpEdtCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtCategory.Size = new System.Drawing.Size(236, 20);
     this.lkpEdtCategory.TabIndex = 4;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(18, 124);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(100, 20);
     this.label11.TabIndex = 28;
     this.label11.Text = "Case Category";
     //
     // ucMemberID1
     //
     this.ucMemberID1.EditValue = "";
     this.ucMemberID1.EditValueChanged = null;
     this.ucMemberID1.Location = new System.Drawing.Point(142, 182);
     this.ucMemberID1.Name = "ucMemberID1";
     this.ucMemberID1.Size = new System.Drawing.Size(240, 20);
     this.ucMemberID1.StrBranchCode = null;
     this.ucMemberID1.TabIndex = 6;
     //
     // frmNewCV
     //
     this.AcceptButton = this.sbtnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.sbtnCancel;
     this.ClientSize = new System.Drawing.Size(394, 352);
     this.Controls.Add(this.ucMemberID1);
     this.Controls.Add(this.lkpEdtCategory);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.sbtnCancel);
     this.Controls.Add(this.sbtnSave);
     this.Controls.Add(this.mmEdtDetail);
     this.Controls.Add(this.lkpEdtCaseType);
     this.Controls.Add(this.lkpEdtDeptID);
     this.Controls.Add(this.lkpEdtBranchCode);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.txtSubject);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmNewCV";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "New Customer Voice";
     ((System.ComponentModel.ISupportInitialize)(this.txtSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDeptID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCaseType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mmEdtDetail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtCategory.Properties)).EndInit();
     this.ResumeLayout(false);
 }