コード例 #1
0
ファイル: frmTransferLocker.cs プロジェクト: kimykunjun/test
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnTransfer             = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1           = new DevExpress.XtraEditors.GroupControl();
     this.gridLocker              = new DevExpress.XtraGrid.GridControl();
     this.GridViewLocker          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nLockerNo               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strMembershipID         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.GridColumn239           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strRemarks              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMRUEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.btnCancel               = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // btnTransfer
     //
     this.btnTransfer.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnTransfer.Appearance.Options.UseFont = true;
     this.btnTransfer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTransfer.Location    = new System.Drawing.Point(392, 8);
     this.btnTransfer.Name        = "btnTransfer";
     this.btnTransfer.Size        = new System.Drawing.Size(68, 20);
     this.btnTransfer.TabIndex    = 11;
     this.btnTransfer.Text        = "Transfer";
     this.btnTransfer.Click      += new System.EventHandler(this.btnTransfer_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.gridLocker);
     this.groupControl1.Location = new System.Drawing.Point(8, 32);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(552, 224);
     this.groupControl1.TabIndex = 12;
     //
     // gridLocker
     //
     this.gridLocker.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gridLocker.EmbeddedNavigator
     //
     this.gridLocker.EmbeddedNavigator.Name = "";
     this.gridLocker.Location          = new System.Drawing.Point(4, 12);
     this.gridLocker.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridLocker.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridLocker.LookAndFeel.UseWindowsXPTheme     = false;
     this.gridLocker.MainView = this.GridViewLocker;
     this.gridLocker.Name     = "gridLocker";
     this.gridLocker.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemMRUEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemMemoEdit2,
         this.repositoryItemDateEdit1,
         this.repositoryItemMemoEdit3,
         this.repositoryItemDateEdit2
     });
     this.gridLocker.Size     = new System.Drawing.Size(544, 208);
     this.gridLocker.TabIndex = 10;
     this.gridLocker.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.GridViewLocker
     });
     //
     // GridViewLocker
     //
     this.GridViewLocker.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.nLockerNo,
         this.strMembershipID,
         this.gridColumn1,
         this.GridColumn239,
         this.strRemarks
     });
     this.GridViewLocker.GridControl = this.gridLocker;
     this.GridViewLocker.Name        = "GridViewLocker";
     this.GridViewLocker.OptionsCustomization.AllowFilter = false;
     this.GridViewLocker.OptionsCustomization.AllowGroup  = false;
     this.GridViewLocker.OptionsCustomization.AllowSort   = false;
     this.GridViewLocker.OptionsView.ShowGroupPanel       = false;
     //
     // nLockerNo
     //
     this.nLockerNo.Caption   = "Locker No";
     this.nLockerNo.FieldName = "nLockerNo";
     this.nLockerNo.Name      = "nLockerNo";
     this.nLockerNo.OptionsColumn.AllowEdit = false;
     this.nLockerNo.Visible      = true;
     this.nLockerNo.VisibleIndex = 0;
     this.nLockerNo.Width        = 146;
     //
     // strMembershipID
     //
     this.strMembershipID.Caption   = "Membership ID";
     this.strMembershipID.FieldName = "strMembershipID";
     this.strMembershipID.Name      = "strMembershipID";
     this.strMembershipID.OptionsColumn.AllowEdit = false;
     this.strMembershipID.Visible      = true;
     this.strMembershipID.VisibleIndex = 1;
     this.strMembershipID.Width        = 196;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Expiry Date";
     this.gridColumn1.ColumnEdit   = this.repositoryItemDateEdit2;
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 2;
     this.gridColumn1.Width        = 159;
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // GridColumn239
     //
     this.GridColumn239.Caption   = "Status";
     this.GridColumn239.FieldName = "Status";
     this.GridColumn239.Name      = "GridColumn239";
     this.GridColumn239.OptionsColumn.AllowEdit = false;
     this.GridColumn239.Visible      = true;
     this.GridColumn239.VisibleIndex = 3;
     this.GridColumn239.Width        = 193;
     //
     // strRemarks
     //
     this.strRemarks.Caption      = "Remark";
     this.strRemarks.ColumnEdit   = this.repositoryItemMemoEdit3;
     this.strRemarks.FieldName    = "strRemarks";
     this.strRemarks.Name         = "strRemarks";
     this.strRemarks.Visible      = true;
     this.strRemarks.VisibleIndex = 4;
     this.strRemarks.Width        = 273;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // repositoryItemMRUEdit1
     //
     this.repositoryItemMRUEdit1.AutoHeight = false;
     this.repositoryItemMRUEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMRUEdit1.Name = "repositoryItemMRUEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnCancel.Location    = new System.Drawing.Point(472, 8);
     this.btnCancel.Name        = "btnCancel";
     this.btnCancel.Size        = new System.Drawing.Size(68, 20);
     this.btnCancel.TabIndex    = 13;
     this.btnCancel.Text        = "Cancel";
     this.btnCancel.Click      += new System.EventHandler(this.btnCancel_Click);
     //
     // frmTransferLocker
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(568, 269);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.btnTransfer);
     this.Name  = "frmTransferLocker";
     this.Text  = "Transfer";
     this.Load += new System.EventHandler(this.frmTransferLocker_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: frmTransferLocker.cs プロジェクト: kimykunjun/test
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnTransfer = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.gridLocker = new DevExpress.XtraGrid.GridControl();
     this.GridViewLocker = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nLockerNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.GridColumn239 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strRemarks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMRUEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // btnTransfer
     //
     this.btnTransfer.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnTransfer.Appearance.Options.UseFont = true;
     this.btnTransfer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTransfer.Location = new System.Drawing.Point(392, 8);
     this.btnTransfer.Name = "btnTransfer";
     this.btnTransfer.Size = new System.Drawing.Size(68, 20);
     this.btnTransfer.TabIndex = 11;
     this.btnTransfer.Text = "Transfer";
     this.btnTransfer.Click += new System.EventHandler(this.btnTransfer_Click);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.gridLocker);
     this.groupControl1.Location = new System.Drawing.Point(8, 32);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(552, 224);
     this.groupControl1.TabIndex = 12;
     //
     // gridLocker
     //
     this.gridLocker.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gridLocker.EmbeddedNavigator
     //
     this.gridLocker.EmbeddedNavigator.Name = "";
     this.gridLocker.Location = new System.Drawing.Point(4, 12);
     this.gridLocker.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridLocker.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridLocker.LookAndFeel.UseWindowsXPTheme = false;
     this.gridLocker.MainView = this.GridViewLocker;
     this.gridLocker.Name = "gridLocker";
     this.gridLocker.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                         this.repositoryItemMRUEdit1,
                                                                                                         this.repositoryItemMemoEdit1,
                                                                                                         this.repositoryItemMemoEdit2,
                                                                                                         this.repositoryItemDateEdit1,
                                                                                                         this.repositoryItemMemoEdit3,
                                                                                                         this.repositoryItemDateEdit2});
     this.gridLocker.Size = new System.Drawing.Size(544, 208);
     this.gridLocker.TabIndex = 10;
     this.gridLocker.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                               this.GridViewLocker});
     //
     // GridViewLocker
     //
     this.GridViewLocker.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                           this.nLockerNo,
                                                                                           this.strMembershipID,
                                                                                           this.gridColumn1,
                                                                                           this.GridColumn239,
                                                                                           this.strRemarks});
     this.GridViewLocker.GridControl = this.gridLocker;
     this.GridViewLocker.Name = "GridViewLocker";
     this.GridViewLocker.OptionsCustomization.AllowFilter = false;
     this.GridViewLocker.OptionsCustomization.AllowGroup = false;
     this.GridViewLocker.OptionsCustomization.AllowSort = false;
     this.GridViewLocker.OptionsView.ShowGroupPanel = false;
     //
     // nLockerNo
     //
     this.nLockerNo.Caption = "Locker No";
     this.nLockerNo.FieldName = "nLockerNo";
     this.nLockerNo.Name = "nLockerNo";
     this.nLockerNo.OptionsColumn.AllowEdit = false;
     this.nLockerNo.Visible = true;
     this.nLockerNo.VisibleIndex = 0;
     this.nLockerNo.Width = 146;
     //
     // strMembershipID
     //
     this.strMembershipID.Caption = "Membership ID";
     this.strMembershipID.FieldName = "strMembershipID";
     this.strMembershipID.Name = "strMembershipID";
     this.strMembershipID.OptionsColumn.AllowEdit = false;
     this.strMembershipID.Visible = true;
     this.strMembershipID.VisibleIndex = 1;
     this.strMembershipID.Width = 196;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Expiry Date";
     this.gridColumn1.ColumnEdit = this.repositoryItemDateEdit2;
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 2;
     this.gridColumn1.Width = 159;
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // GridColumn239
     //
     this.GridColumn239.Caption = "Status";
     this.GridColumn239.FieldName = "Status";
     this.GridColumn239.Name = "GridColumn239";
     this.GridColumn239.OptionsColumn.AllowEdit = false;
     this.GridColumn239.Visible = true;
     this.GridColumn239.VisibleIndex = 3;
     this.GridColumn239.Width = 193;
     //
     // strRemarks
     //
     this.strRemarks.Caption = "Remark";
     this.strRemarks.ColumnEdit = this.repositoryItemMemoEdit3;
     this.strRemarks.FieldName = "strRemarks";
     this.strRemarks.Name = "strRemarks";
     this.strRemarks.Visible = true;
     this.strRemarks.VisibleIndex = 4;
     this.strRemarks.Width = 273;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // repositoryItemMRUEdit1
     //
     this.repositoryItemMRUEdit1.AutoHeight = false;
     this.repositoryItemMRUEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMRUEdit1.Name = "repositoryItemMRUEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnCancel.Location = new System.Drawing.Point(472, 8);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(68, 20);
     this.btnCancel.TabIndex = 13;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmTransferLocker
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(568, 269);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.btnTransfer);
     this.Name = "frmTransferLocker";
     this.Text = "Transfer";
     this.Load += new System.EventHandler(this.frmTransferLocker_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupLockerMaintenanceEntry = new DevExpress.XtraEditors.GroupControl();
     this.btnChangeExpiryDate         = new DevExpress.XtraEditors.SimpleButton();
     this.btnTransfer               = new DevExpress.XtraEditors.SimpleButton();
     this.cmbLockerStatus           = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.btnUnBlock                = new DevExpress.XtraEditors.SimpleButton();
     this.btnBlock                  = new DevExpress.XtraEditors.SimpleButton();
     this.gridLocker                = new DevExpress.XtraGrid.GridControl();
     this.GridViewLocker            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nLockerNo                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strMembershipID           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtExpiry                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit3   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.GridColumn239             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strRemarks                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMRUEdit1    = new DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit();
     this.repositoryItemMemoEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemDateEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemDateEdit2   = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.groupMemberRecordAudit    = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl7             = new DevExpress.XtraEditors.GroupControl();
     this.gcAudit          = new DevExpress.XtraGrid.GridControl();
     this.gvAuditTrail     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcATDate         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionString = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionBYID   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionBy     = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.groupLockerMaintenanceEntry)).BeginInit();
     this.groupLockerMaintenanceEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLockerStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemberRecordAudit)).BeginInit();
     this.groupMemberRecordAudit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl7)).BeginInit();
     this.GroupControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAuditTrail)).BeginInit();
     this.SuspendLayout();
     //
     // groupLockerMaintenanceEntry
     //
     this.groupLockerMaintenanceEntry.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.groupLockerMaintenanceEntry.Appearance.Options.UseBackColor = true;
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnChangeExpiryDate);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnTransfer);
     this.groupLockerMaintenanceEntry.Controls.Add(this.cmbLockerStatus);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnUnBlock);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnBlock);
     this.groupLockerMaintenanceEntry.Controls.Add(this.gridLocker);
     this.groupLockerMaintenanceEntry.Location          = new System.Drawing.Point(8, 0);
     this.groupLockerMaintenanceEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLockerMaintenanceEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLockerMaintenanceEntry.LookAndFeel.UseWindowsXPTheme     = false;
     this.groupLockerMaintenanceEntry.Name     = "groupLockerMaintenanceEntry";
     this.groupLockerMaintenanceEntry.Size     = new System.Drawing.Size(984, 352);
     this.groupLockerMaintenanceEntry.TabIndex = 2;
     this.groupLockerMaintenanceEntry.Text     = "LOCKER MAINTENANCE";
     //
     // btnChangeExpiryDate
     //
     this.btnChangeExpiryDate.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnChangeExpiryDate.Appearance.Options.UseFont = true;
     this.btnChangeExpiryDate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnChangeExpiryDate.Location    = new System.Drawing.Point(416, 32);
     this.btnChangeExpiryDate.Name        = "btnChangeExpiryDate";
     this.btnChangeExpiryDate.Size        = new System.Drawing.Size(136, 20);
     this.btnChangeExpiryDate.TabIndex    = 10;
     this.btnChangeExpiryDate.Text        = "Change Expiry Date";
     this.btnChangeExpiryDate.Visible     = false;
     this.btnChangeExpiryDate.Click      += new System.EventHandler(this.btnChangeExpiryDate_Click);
     //
     // btnTransfer
     //
     this.btnTransfer.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnTransfer.Appearance.Options.UseFont = true;
     this.btnTransfer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTransfer.Location    = new System.Drawing.Point(336, 32);
     this.btnTransfer.Name        = "btnTransfer";
     this.btnTransfer.Size        = new System.Drawing.Size(68, 20);
     this.btnTransfer.TabIndex    = 9;
     this.btnTransfer.Text        = "Transfer";
     this.btnTransfer.Click      += new System.EventHandler(this.btnTransfer_Click);
     //
     // cmbLockerStatus
     //
     this.cmbLockerStatus.EditValue = "imageComboBoxEdit1";
     this.cmbLockerStatus.Location  = new System.Drawing.Point(16, 32);
     this.cmbLockerStatus.Name      = "cmbLockerStatus";
     //
     // cmbLockerStatus.Properties
     //
     this.cmbLockerStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbLockerStatus.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.cmbLockerStatus.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.cmbLockerStatus.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.cmbLockerStatus.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.cmbLockerStatus.Size                  = new System.Drawing.Size(148, 20);
     this.cmbLockerStatus.TabIndex              = 8;
     this.cmbLockerStatus.SelectedIndexChanged += new System.EventHandler(this.cmbLockerStatus_SelectedIndexChanged);
     //
     // btnUnBlock
     //
     this.btnUnBlock.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnUnBlock.Appearance.Options.UseFont = true;
     this.btnUnBlock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnUnBlock.Location    = new System.Drawing.Point(256, 32);
     this.btnUnBlock.Name        = "btnUnBlock";
     this.btnUnBlock.Size        = new System.Drawing.Size(68, 20);
     this.btnUnBlock.TabIndex    = 7;
     this.btnUnBlock.Text        = "Un-Block";
     this.btnUnBlock.Click      += new System.EventHandler(this.btnUnBlock_Click);
     //
     // btnBlock
     //
     this.btnBlock.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBlock.Appearance.Options.UseFont = true;
     this.btnBlock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnBlock.Location    = new System.Drawing.Point(176, 32);
     this.btnBlock.Name        = "btnBlock";
     this.btnBlock.Size        = new System.Drawing.Size(68, 20);
     this.btnBlock.TabIndex    = 6;
     this.btnBlock.Text        = "Block";
     this.btnBlock.Click      += new System.EventHandler(this.btnBlock_Click);
     //
     // gridLocker
     //
     this.gridLocker.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gridLocker.EmbeddedNavigator
     //
     this.gridLocker.EmbeddedNavigator.Name = "";
     this.gridLocker.Location          = new System.Drawing.Point(2, 62);
     this.gridLocker.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridLocker.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridLocker.LookAndFeel.UseWindowsXPTheme     = false;
     this.gridLocker.MainView = this.GridViewLocker;
     this.gridLocker.Name     = "gridLocker";
     this.gridLocker.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemMRUEdit1,
         this.repositoryItemMemoEdit1,
         this.repositoryItemMemoEdit2,
         this.repositoryItemDateEdit1,
         this.repositoryItemMemoEdit3,
         this.repositoryItemDateEdit2,
         this.repositoryItemLookUpEdit1,
         this.repositoryItemDateEdit3
     });
     this.gridLocker.Size     = new System.Drawing.Size(980, 288);
     this.gridLocker.TabIndex = 5;
     this.gridLocker.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.GridViewLocker
     });
     //
     // GridViewLocker
     //
     this.GridViewLocker.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.nLockerNo,
         this.strMembershipID,
         this.dtExpiry,
         this.GridColumn239,
         this.strRemarks
     });
     this.GridViewLocker.GridControl = this.gridLocker;
     this.GridViewLocker.Name        = "GridViewLocker";
     this.GridViewLocker.OptionsCustomization.AllowFilter = false;
     this.GridViewLocker.OptionsCustomization.AllowGroup  = false;
     this.GridViewLocker.OptionsCustomization.AllowSort   = false;
     this.GridViewLocker.OptionsView.ShowGroupPanel       = false;
     this.GridViewLocker.CellValueChanged  += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewLocker_CellValueChanged);
     this.GridViewLocker.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GridViewLocker_FocusedRowChanged);
     //
     // nLockerNo
     //
     this.nLockerNo.Caption   = "Locker No";
     this.nLockerNo.FieldName = "nLockerNo";
     this.nLockerNo.Name      = "nLockerNo";
     this.nLockerNo.OptionsColumn.AllowEdit = false;
     this.nLockerNo.Visible      = true;
     this.nLockerNo.VisibleIndex = 0;
     this.nLockerNo.Width        = 146;
     //
     // strMembershipID
     //
     this.strMembershipID.Caption   = "Membership ID";
     this.strMembershipID.FieldName = "strMembershipID";
     this.strMembershipID.Name      = "strMembershipID";
     this.strMembershipID.OptionsColumn.AllowEdit = false;
     this.strMembershipID.Visible      = true;
     this.strMembershipID.VisibleIndex = 1;
     this.strMembershipID.Width        = 196;
     //
     // dtExpiry
     //
     this.dtExpiry.AppearanceCell.BackColor            = System.Drawing.SystemColors.Control;
     this.dtExpiry.AppearanceCell.Options.UseBackColor = true;
     this.dtExpiry.Caption    = "Expiry Date";
     this.dtExpiry.ColumnEdit = this.repositoryItemDateEdit3;
     this.dtExpiry.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtExpiry.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dtExpiry.FieldName    = "dtExpiry";
     this.dtExpiry.Name         = "dtExpiry";
     this.dtExpiry.Visible      = true;
     this.dtExpiry.VisibleIndex = 2;
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit3.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit3.EditFormat.FormatString    = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit3.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.repositoryItemDateEdit3.Name          = "repositoryItemDateEdit3";
     //
     // GridColumn239
     //
     this.GridColumn239.AppearanceCell.BackColor            = System.Drawing.Color.White;
     this.GridColumn239.AppearanceCell.Options.UseBackColor = true;
     this.GridColumn239.Caption   = "Status";
     this.GridColumn239.FieldName = "Status";
     this.GridColumn239.Name      = "GridColumn239";
     this.GridColumn239.OptionsColumn.AllowEdit = false;
     this.GridColumn239.Width = 193;
     //
     // strRemarks
     //
     this.strRemarks.AppearanceCell.BackColor            = System.Drawing.SystemColors.Control;
     this.strRemarks.AppearanceCell.Options.UseBackColor = true;
     this.strRemarks.Caption      = "Remark";
     this.strRemarks.ColumnEdit   = this.repositoryItemMemoEdit3;
     this.strRemarks.FieldName    = "strRemarks";
     this.strRemarks.Name         = "strRemarks";
     this.strRemarks.Visible      = true;
     this.strRemarks.VisibleIndex = 3;
     this.strRemarks.Width        = 273;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // repositoryItemMRUEdit1
     //
     this.repositoryItemMRUEdit1.AutoHeight = false;
     this.repositoryItemMRUEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemMRUEdit1.Name = "repositoryItemMRUEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemDateEdit2.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit2.EditFormat.FormatString    = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit2.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.repositoryItemDateEdit2.Name          = "repositoryItemDateEdit2";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // groupMemberRecordAudit
     //
     this.groupMemberRecordAudit.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.groupMemberRecordAudit.Appearance.Options.UseBackColor = true;
     this.groupMemberRecordAudit.Controls.Add(this.GroupControl7);
     this.groupMemberRecordAudit.Location          = new System.Drawing.Point(8, 360);
     this.groupMemberRecordAudit.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMemberRecordAudit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMemberRecordAudit.LookAndFeel.UseWindowsXPTheme     = false;
     this.groupMemberRecordAudit.Name     = "groupMemberRecordAudit";
     this.groupMemberRecordAudit.Size     = new System.Drawing.Size(984, 200);
     this.groupMemberRecordAudit.TabIndex = 8;
     this.groupMemberRecordAudit.Text     = "AUDIT TRAIL";
     //
     // GroupControl7
     //
     this.GroupControl7.Controls.Add(this.gcAudit);
     this.GroupControl7.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl7.Location    = new System.Drawing.Point(2, 20);
     this.GroupControl7.Name        = "GroupControl7";
     this.GroupControl7.ShowCaption = false;
     this.GroupControl7.Size        = new System.Drawing.Size(980, 178);
     this.GroupControl7.TabIndex    = 0;
     this.GroupControl7.Text        = "GroupControl1";
     //
     // gcAudit
     //
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gcAudit.EmbeddedNavigator
     //
     this.gcAudit.EmbeddedNavigator.Name = "";
     this.gcAudit.Location          = new System.Drawing.Point(4, 4);
     this.gcAudit.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gcAudit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gcAudit.LookAndFeel.UseWindowsXPTheme     = false;
     this.gcAudit.MainView = this.gvAuditTrail;
     this.gcAudit.Name     = "gcAudit";
     this.gcAudit.Size     = new System.Drawing.Size(972, 170);
     this.gcAudit.TabIndex = 5;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvAuditTrail
     });
     //
     // gvAuditTrail
     //
     this.gvAuditTrail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gcATDate,
         this.gcATActionString,
         this.gcATActionBYID,
         this.gcATActionBy
     });
     this.gvAuditTrail.GridControl = this.gcAudit;
     this.gvAuditTrail.Name        = "gvAuditTrail";
     this.gvAuditTrail.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvAuditTrail.OptionsBehavior.Editable         = false;
     this.gvAuditTrail.OptionsCustomization.AllowFilter = false;
     this.gvAuditTrail.OptionsView.ShowGroupPanel       = false;
     this.gvAuditTrail.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcATDate, DevExpress.Data.ColumnSortOrder.Descending)
     });
     //
     // gcATDate
     //
     this.gcATDate.Caption = "Date";
     this.gcATDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gcATDate.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gcATDate.FieldName    = "dtDate";
     this.gcATDate.Name         = "gcATDate";
     this.gcATDate.Visible      = true;
     this.gcATDate.VisibleIndex = 0;
     this.gcATDate.Width        = 121;
     //
     // gcATActionString
     //
     this.gcATActionString.Caption      = "Action String";
     this.gcATActionString.FieldName    = "strAuditEntry";
     this.gcATActionString.Name         = "gcATActionString";
     this.gcATActionString.Visible      = true;
     this.gcATActionString.VisibleIndex = 1;
     this.gcATActionString.Width        = 489;
     //
     // gcATActionBYID
     //
     this.gcATActionBYID.Caption      = "Action By ID";
     this.gcATActionBYID.FieldName    = "nEmployeeID";
     this.gcATActionBYID.Name         = "gcATActionBYID";
     this.gcATActionBYID.Visible      = true;
     this.gcATActionBYID.VisibleIndex = 2;
     this.gcATActionBYID.Width        = 114;
     //
     // gcATActionBy
     //
     this.gcATActionBy.Caption      = "Action By";
     this.gcATActionBy.FieldName    = "strEmployeeName";
     this.gcATActionBy.Name         = "gcATActionBy";
     this.gcATActionBy.Visible      = true;
     this.gcATActionBy.VisibleIndex = 3;
     this.gcATActionBy.Width        = 235;
     //
     // frmLockerMaintenance
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(999, 560);
     this.Controls.Add(this.groupMemberRecordAudit);
     this.Controls.Add(this.groupLockerMaintenanceEntry);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmLockerMaintenance";
     this.Text            = "frmLockerMaintenance";
     this.Load           += new System.EventHandler(this.frmLockerMaintenance_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupLockerMaintenanceEntry)).EndInit();
     this.groupLockerMaintenanceEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbLockerStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemberRecordAudit)).EndInit();
     this.groupMemberRecordAudit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl7)).EndInit();
     this.GroupControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAuditTrail)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #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.groupLockerMaintenanceEntry = new DevExpress.XtraEditors.GroupControl();
     this.btnChangeExpiryDate = new DevExpress.XtraEditors.SimpleButton();
     this.btnTransfer = new DevExpress.XtraEditors.SimpleButton();
     this.cmbLockerStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.btnUnBlock = new DevExpress.XtraEditors.SimpleButton();
     this.btnBlock = new DevExpress.XtraEditors.SimpleButton();
     this.gridLocker = new DevExpress.XtraGrid.GridControl();
     this.GridViewLocker = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nLockerNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtExpiry = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.GridColumn239 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.strRemarks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMRUEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMRUEdit();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.groupMemberRecordAudit = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl7 = new DevExpress.XtraEditors.GroupControl();
     this.gcAudit = new DevExpress.XtraGrid.GridControl();
     this.gvAuditTrail = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcATDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionString = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionBYID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcATActionBy = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.groupLockerMaintenanceEntry)).BeginInit();
     this.groupLockerMaintenanceEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLockerStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemberRecordAudit)).BeginInit();
     this.groupMemberRecordAudit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl7)).BeginInit();
     this.GroupControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAuditTrail)).BeginInit();
     this.SuspendLayout();
     //
     // groupLockerMaintenanceEntry
     //
     this.groupLockerMaintenanceEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLockerMaintenanceEntry.Appearance.Options.UseBackColor = true;
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnChangeExpiryDate);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnTransfer);
     this.groupLockerMaintenanceEntry.Controls.Add(this.cmbLockerStatus);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnUnBlock);
     this.groupLockerMaintenanceEntry.Controls.Add(this.btnBlock);
     this.groupLockerMaintenanceEntry.Controls.Add(this.gridLocker);
     this.groupLockerMaintenanceEntry.Location = new System.Drawing.Point(8, 0);
     this.groupLockerMaintenanceEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLockerMaintenanceEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLockerMaintenanceEntry.LookAndFeel.UseWindowsXPTheme = false;
     this.groupLockerMaintenanceEntry.Name = "groupLockerMaintenanceEntry";
     this.groupLockerMaintenanceEntry.Size = new System.Drawing.Size(984, 352);
     this.groupLockerMaintenanceEntry.TabIndex = 2;
     this.groupLockerMaintenanceEntry.Text = "LOCKER MAINTENANCE";
     //
     // btnChangeExpiryDate
     //
     this.btnChangeExpiryDate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnChangeExpiryDate.Appearance.Options.UseFont = true;
     this.btnChangeExpiryDate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnChangeExpiryDate.Location = new System.Drawing.Point(416, 32);
     this.btnChangeExpiryDate.Name = "btnChangeExpiryDate";
     this.btnChangeExpiryDate.Size = new System.Drawing.Size(136, 20);
     this.btnChangeExpiryDate.TabIndex = 10;
     this.btnChangeExpiryDate.Text = "Change Expiry Date";
     this.btnChangeExpiryDate.Visible = false;
     this.btnChangeExpiryDate.Click += new System.EventHandler(this.btnChangeExpiryDate_Click);
     //
     // btnTransfer
     //
     this.btnTransfer.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnTransfer.Appearance.Options.UseFont = true;
     this.btnTransfer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTransfer.Location = new System.Drawing.Point(336, 32);
     this.btnTransfer.Name = "btnTransfer";
     this.btnTransfer.Size = new System.Drawing.Size(68, 20);
     this.btnTransfer.TabIndex = 9;
     this.btnTransfer.Text = "Transfer";
     this.btnTransfer.Click += new System.EventHandler(this.btnTransfer_Click);
     //
     // cmbLockerStatus
     //
     this.cmbLockerStatus.EditValue = "imageComboBoxEdit1";
     this.cmbLockerStatus.Location = new System.Drawing.Point(16, 32);
     this.cmbLockerStatus.Name = "cmbLockerStatus";
     //
     // cmbLockerStatus.Properties
     //
     this.cmbLockerStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbLockerStatus.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.cmbLockerStatus.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.cmbLockerStatus.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.cmbLockerStatus.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.cmbLockerStatus.Size = new System.Drawing.Size(148, 20);
     this.cmbLockerStatus.TabIndex = 8;
     this.cmbLockerStatus.SelectedIndexChanged += new System.EventHandler(this.cmbLockerStatus_SelectedIndexChanged);
     //
     // btnUnBlock
     //
     this.btnUnBlock.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnUnBlock.Appearance.Options.UseFont = true;
     this.btnUnBlock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnUnBlock.Location = new System.Drawing.Point(256, 32);
     this.btnUnBlock.Name = "btnUnBlock";
     this.btnUnBlock.Size = new System.Drawing.Size(68, 20);
     this.btnUnBlock.TabIndex = 7;
     this.btnUnBlock.Text = "Un-Block";
     this.btnUnBlock.Click += new System.EventHandler(this.btnUnBlock_Click);
     //
     // btnBlock
     //
     this.btnBlock.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnBlock.Appearance.Options.UseFont = true;
     this.btnBlock.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnBlock.Location = new System.Drawing.Point(176, 32);
     this.btnBlock.Name = "btnBlock";
     this.btnBlock.Size = new System.Drawing.Size(68, 20);
     this.btnBlock.TabIndex = 6;
     this.btnBlock.Text = "Block";
     this.btnBlock.Click += new System.EventHandler(this.btnBlock_Click);
     //
     // gridLocker
     //
     this.gridLocker.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gridLocker.EmbeddedNavigator
     //
     this.gridLocker.EmbeddedNavigator.Name = "";
     this.gridLocker.Location = new System.Drawing.Point(2, 62);
     this.gridLocker.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridLocker.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridLocker.LookAndFeel.UseWindowsXPTheme = false;
     this.gridLocker.MainView = this.GridViewLocker;
     this.gridLocker.Name = "gridLocker";
     this.gridLocker.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                         this.repositoryItemMRUEdit1,
                                                                                                         this.repositoryItemMemoEdit1,
                                                                                                         this.repositoryItemMemoEdit2,
                                                                                                         this.repositoryItemDateEdit1,
                                                                                                         this.repositoryItemMemoEdit3,
                                                                                                         this.repositoryItemDateEdit2,
                                                                                                         this.repositoryItemLookUpEdit1,
                                                                                                         this.repositoryItemDateEdit3});
     this.gridLocker.Size = new System.Drawing.Size(980, 288);
     this.gridLocker.TabIndex = 5;
     this.gridLocker.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                               this.GridViewLocker});
     //
     // GridViewLocker
     //
     this.GridViewLocker.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                           this.nLockerNo,
                                                                                           this.strMembershipID,
                                                                                           this.dtExpiry,
                                                                                           this.GridColumn239,
                                                                                           this.strRemarks});
     this.GridViewLocker.GridControl = this.gridLocker;
     this.GridViewLocker.Name = "GridViewLocker";
     this.GridViewLocker.OptionsCustomization.AllowFilter = false;
     this.GridViewLocker.OptionsCustomization.AllowGroup = false;
     this.GridViewLocker.OptionsCustomization.AllowSort = false;
     this.GridViewLocker.OptionsView.ShowGroupPanel = false;
     this.GridViewLocker.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewLocker_CellValueChanged);
     this.GridViewLocker.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GridViewLocker_FocusedRowChanged);
     //
     // nLockerNo
     //
     this.nLockerNo.Caption = "Locker No";
     this.nLockerNo.FieldName = "nLockerNo";
     this.nLockerNo.Name = "nLockerNo";
     this.nLockerNo.OptionsColumn.AllowEdit = false;
     this.nLockerNo.Visible = true;
     this.nLockerNo.VisibleIndex = 0;
     this.nLockerNo.Width = 146;
     //
     // strMembershipID
     //
     this.strMembershipID.Caption = "Membership ID";
     this.strMembershipID.FieldName = "strMembershipID";
     this.strMembershipID.Name = "strMembershipID";
     this.strMembershipID.OptionsColumn.AllowEdit = false;
     this.strMembershipID.Visible = true;
     this.strMembershipID.VisibleIndex = 1;
     this.strMembershipID.Width = 196;
     //
     // dtExpiry
     //
     this.dtExpiry.AppearanceCell.BackColor = System.Drawing.SystemColors.Control;
     this.dtExpiry.AppearanceCell.Options.UseBackColor = true;
     this.dtExpiry.Caption = "Expiry Date";
     this.dtExpiry.ColumnEdit = this.repositoryItemDateEdit3;
     this.dtExpiry.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtExpiry.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dtExpiry.FieldName = "dtExpiry";
     this.dtExpiry.Name = "dtExpiry";
     this.dtExpiry.Visible = true;
     this.dtExpiry.VisibleIndex = 2;
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit3.EditFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit3.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit3.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // GridColumn239
     //
     this.GridColumn239.AppearanceCell.BackColor = System.Drawing.Color.White;
     this.GridColumn239.AppearanceCell.Options.UseBackColor = true;
     this.GridColumn239.Caption = "Status";
     this.GridColumn239.FieldName = "Status";
     this.GridColumn239.Name = "GridColumn239";
     this.GridColumn239.OptionsColumn.AllowEdit = false;
     this.GridColumn239.Width = 193;
     //
     // strRemarks
     //
     this.strRemarks.AppearanceCell.BackColor = System.Drawing.SystemColors.Control;
     this.strRemarks.AppearanceCell.Options.UseBackColor = true;
     this.strRemarks.Caption = "Remark";
     this.strRemarks.ColumnEdit = this.repositoryItemMemoEdit3;
     this.strRemarks.FieldName = "strRemarks";
     this.strRemarks.Name = "strRemarks";
     this.strRemarks.Visible = true;
     this.strRemarks.VisibleIndex = 3;
     this.strRemarks.Width = 273;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // repositoryItemMRUEdit1
     //
     this.repositoryItemMRUEdit1.AutoHeight = false;
     this.repositoryItemMRUEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMRUEdit1.Name = "repositoryItemMRUEdit1";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit2.EditFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.repositoryItemDateEdit2.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // groupMemberRecordAudit
     //
     this.groupMemberRecordAudit.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMemberRecordAudit.Appearance.Options.UseBackColor = true;
     this.groupMemberRecordAudit.Controls.Add(this.GroupControl7);
     this.groupMemberRecordAudit.Location = new System.Drawing.Point(8, 360);
     this.groupMemberRecordAudit.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMemberRecordAudit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMemberRecordAudit.LookAndFeel.UseWindowsXPTheme = false;
     this.groupMemberRecordAudit.Name = "groupMemberRecordAudit";
     this.groupMemberRecordAudit.Size = new System.Drawing.Size(984, 200);
     this.groupMemberRecordAudit.TabIndex = 8;
     this.groupMemberRecordAudit.Text = "AUDIT TRAIL";
     //
     // GroupControl7
     //
     this.GroupControl7.Controls.Add(this.gcAudit);
     this.GroupControl7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl7.Location = new System.Drawing.Point(2, 20);
     this.GroupControl7.Name = "GroupControl7";
     this.GroupControl7.ShowCaption = false;
     this.GroupControl7.Size = new System.Drawing.Size(980, 178);
     this.GroupControl7.TabIndex = 0;
     this.GroupControl7.Text = "GroupControl1";
     //
     // gcAudit
     //
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gcAudit.EmbeddedNavigator
     //
     this.gcAudit.EmbeddedNavigator.Name = "";
     this.gcAudit.Location = new System.Drawing.Point(4, 4);
     this.gcAudit.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gcAudit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gcAudit.LookAndFeel.UseWindowsXPTheme = false;
     this.gcAudit.MainView = this.gvAuditTrail;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.Size = new System.Drawing.Size(972, 170);
     this.gcAudit.TabIndex = 5;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                            this.gvAuditTrail});
     //
     // gvAuditTrail
     //
     this.gvAuditTrail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                         this.gcATDate,
                                                                                         this.gcATActionString,
                                                                                         this.gcATActionBYID,
                                                                                         this.gcATActionBy});
     this.gvAuditTrail.GridControl = this.gcAudit;
     this.gvAuditTrail.Name = "gvAuditTrail";
     this.gvAuditTrail.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvAuditTrail.OptionsBehavior.Editable = false;
     this.gvAuditTrail.OptionsCustomization.AllowFilter = false;
     this.gvAuditTrail.OptionsView.ShowGroupPanel = false;
     this.gvAuditTrail.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
                                                                                                  new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcATDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // gcATDate
     //
     this.gcATDate.Caption = "Date";
     this.gcATDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gcATDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gcATDate.FieldName = "dtDate";
     this.gcATDate.Name = "gcATDate";
     this.gcATDate.Visible = true;
     this.gcATDate.VisibleIndex = 0;
     this.gcATDate.Width = 121;
     //
     // gcATActionString
     //
     this.gcATActionString.Caption = "Action String";
     this.gcATActionString.FieldName = "strAuditEntry";
     this.gcATActionString.Name = "gcATActionString";
     this.gcATActionString.Visible = true;
     this.gcATActionString.VisibleIndex = 1;
     this.gcATActionString.Width = 489;
     //
     // gcATActionBYID
     //
     this.gcATActionBYID.Caption = "Action By ID";
     this.gcATActionBYID.FieldName = "nEmployeeID";
     this.gcATActionBYID.Name = "gcATActionBYID";
     this.gcATActionBYID.Visible = true;
     this.gcATActionBYID.VisibleIndex = 2;
     this.gcATActionBYID.Width = 114;
     //
     // gcATActionBy
     //
     this.gcATActionBy.Caption = "Action By";
     this.gcATActionBy.FieldName = "strEmployeeName";
     this.gcATActionBy.Name = "gcATActionBy";
     this.gcATActionBy.Visible = true;
     this.gcATActionBy.VisibleIndex = 3;
     this.gcATActionBy.Width = 235;
     //
     // frmLockerMaintenance
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(999, 560);
     this.Controls.Add(this.groupMemberRecordAudit);
     this.Controls.Add(this.groupLockerMaintenanceEntry);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmLockerMaintenance";
     this.Text = "frmLockerMaintenance";
     this.Load += new System.EventHandler(this.frmLockerMaintenance_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupLockerMaintenanceEntry)).EndInit();
     this.groupLockerMaintenanceEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmbLockerStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridViewLocker)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMRUEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemberRecordAudit)).EndInit();
     this.groupMemberRecordAudit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl7)).EndInit();
     this.GroupControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAuditTrail)).EndInit();
     this.ResumeLayout(false);
 }