protected override void Build(XOTableContext AppItemContext)
        {
            base.Build(AppItemContext);

            _searchButton = new DevExpress.XtraEditors.SimpleButton() { Name = "searchButton", Text = "Искать" };

            this.AddControl(_searchButton, _searchButton.Name, "Поиск");
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.tmrCloseWindow = new System.Windows.Forms.Timer(this.components);
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // tmrCloseWindow
     //
     this.tmrCloseWindow.Interval = 5000;
     this.tmrCloseWindow.Tick += new System.EventHandler(this.tmrCloseWindow_Tick);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(86, 92);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(71, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Registered To:";
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(307, 148);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "Close [X]";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(226, 148);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 2;
     this.simpleButton2.Text = "Register";
     //
     // frmSplash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(394, 183);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmSplash";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmSplash";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.frmSplash_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.sBtnNewLocker = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnReturnLocker = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnExtendLocker = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // sBtnNewLocker
     //
     this.sBtnNewLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnNewLocker.Appearance.Options.UseFont = true;
     this.sBtnNewLocker.Location = new System.Drawing.Point(12, 24);
     this.sBtnNewLocker.Name = "sBtnNewLocker";
     this.sBtnNewLocker.Size = new System.Drawing.Size(144, 48);
     this.sBtnNewLocker.TabIndex = 0;
     this.sBtnNewLocker.Text = "New Locker(s)";
     this.sBtnNewLocker.Click += new System.EventHandler(this.sBtnNew_ExtendLocker_Click);
     //
     // sBtnReturnLocker
     //
     this.sBtnReturnLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnReturnLocker.Appearance.Options.UseFont = true;
     this.sBtnReturnLocker.Location = new System.Drawing.Point(330, 24);
     this.sBtnReturnLocker.Name = "sBtnReturnLocker";
     this.sBtnReturnLocker.Size = new System.Drawing.Size(160, 48);
     this.sBtnReturnLocker.TabIndex = 1;
     this.sBtnReturnLocker.Text = "Return Locker(s)";
     this.sBtnReturnLocker.Click += new System.EventHandler(this.sBtnReturnLocker_Click);
     //
     // sBtnExtendLocker
     //
     this.sBtnExtendLocker.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtnExtendLocker.Appearance.Options.UseFont = true;
     this.sBtnExtendLocker.Location = new System.Drawing.Point(164, 24);
     this.sBtnExtendLocker.Name = "sBtnExtendLocker";
     this.sBtnExtendLocker.Size = new System.Drawing.Size(160, 48);
     this.sBtnExtendLocker.TabIndex = 2;
     this.sBtnExtendLocker.Text = "Extend Locker(s)";
     this.sBtnExtendLocker.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // FormLockerAction
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(500, 94);
     this.Controls.Add(this.sBtnExtendLocker);
     this.Controls.Add(this.sBtnReturnLocker);
     this.Controls.Add(this.sBtnNewLocker);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormLockerAction";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Locker Action";
     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.label1 = new System.Windows.Forms.Label();
     this.newFileNameTxt = new DevExpress.XtraEditors.TextEdit();
     this.acceptNewNameBtn = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.newFileNameTxt.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "label1";
     //
     // newFileNameTxt
     //
     this.newFileNameTxt.Location = new System.Drawing.Point(12, 29);
     this.newFileNameTxt.Name = "newFileNameTxt";
     this.newFileNameTxt.Size = new System.Drawing.Size(268, 20);
     this.newFileNameTxt.TabIndex = 1;
     //
     // acceptNewNameBtn
     //
     this.acceptNewNameBtn.Location = new System.Drawing.Point(106, 55);
     this.acceptNewNameBtn.Name = "acceptNewNameBtn";
     this.acceptNewNameBtn.Size = new System.Drawing.Size(75, 23);
     this.acceptNewNameBtn.TabIndex = 2;
     this.acceptNewNameBtn.Text = "OK";
     //
     // renameObjectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(292, 67);
     this.ControlBox = false;
     this.Controls.Add(this.acceptNewNameBtn);
     this.Controls.Add(this.newFileNameTxt);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(300, 75);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(300, 75);
     this.Name = "renameObjectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.newFileNameTxt.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.sBtn_ForgetCardRefund = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnNew_ForgetCardDeposit = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // sBtn_ForgetCardRefund
     //
     this.sBtn_ForgetCardRefund.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.sBtn_ForgetCardRefund.Appearance.Options.UseFont = true;
     this.sBtn_ForgetCardRefund.Location = new System.Drawing.Point(307, 23);
     this.sBtn_ForgetCardRefund.Name = "sBtn_ForgetCardRefund";
     this.sBtn_ForgetCardRefund.Size = new System.Drawing.Size(186, 48);
     this.sBtn_ForgetCardRefund.TabIndex = 3;
     this.sBtn_ForgetCardRefund.Text = "Forget Card Refund";
     this.sBtn_ForgetCardRefund.Click += new System.EventHandler(this.sBtn_ForgetCardRefund_Click);
     //
     // sBtnNew_ForgetCardDeposit
     //
     this.sBtnNew_ForgetCardDeposit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnNew_ForgetCardDeposit.Appearance.Options.UseFont = true;
     this.sBtnNew_ForgetCardDeposit.Location = new System.Drawing.Point(51, 23);
     this.sBtnNew_ForgetCardDeposit.Name = "sBtnNew_ForgetCardDeposit";
     this.sBtnNew_ForgetCardDeposit.Size = new System.Drawing.Size(208, 48);
     this.sBtnNew_ForgetCardDeposit.TabIndex = 2;
     this.sBtnNew_ForgetCardDeposit.Text = "Forget Card Deposit";
     this.sBtnNew_ForgetCardDeposit.Click += new System.EventHandler(this.sBtnNew_ForgetCardDeposit_Click);
     //
     // FormForgetCardAction
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(544, 94);
     this.Controls.Add(this.sBtn_ForgetCardRefund);
     this.Controls.Add(this.sBtnNew_ForgetCardDeposit);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormForgetCardAction";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Forget Card Action";
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridColumn2    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label12        = new System.Windows.Forms.Label();
     this.gridColumn1    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ToYear         = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.ToMonth        = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gdLeaveReport  = new DevExpress.XtraGrid.GridControl();
     this.btnReset       = new DevExpress.XtraEditors.SimpleButton();
     this.label11        = new System.Windows.Forms.Label();
     this.Year           = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.dMonth         = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.cmbStatus      = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.cmbLeaveStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.cmbLeaveType   = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label10        = new System.Windows.Forms.Label();
     this.label9         = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.sbtnReset      = new DevExpress.XtraEditors.SimpleButton();
     this.lkEmployee     = new DevExpress.XtraEditors.LookUpEdit();
     this.lkBranch       = new DevExpress.XtraEditors.LookUpEdit();
     this.label6         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ToYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdLeaveReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Year.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLeaveStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLeaveType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkEmployee.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "ID";
     this.gridColumn2.FieldName    = "nEmployeeID";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 51;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "Name";
     this.gridColumn3.FieldName    = "strEmployeeName";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 130;
     //
     // label12
     //
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label12.Location = new System.Drawing.Point(408, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(40, 16);
     this.label12.TabIndex = 233;
     this.label12.Text     = "Year";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Branch";
     this.gridColumn1.FieldName    = "strBranchCode";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 80;
     //
     // ToYear
     //
     this.ToYear.Location = new System.Drawing.Point(448, 0);
     this.ToYear.Name     = "ToYear";
     //
     // ToYear.Properties
     //
     this.ToYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ToYear.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.ToYear.Size     = new System.Drawing.Size(56, 22);
     this.ToYear.TabIndex = 236;
     //
     // ToMonth
     //
     this.ToMonth.EditValue = 1;
     this.ToMonth.Location  = new System.Drawing.Point(336, 0);
     this.ToMonth.Name      = "ToMonth";
     //
     // ToMonth.Properties
     //
     this.ToMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ToMonth.Properties.Items.AddRange(new object[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("January", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("February", 2, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("March", 3, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("April", 4, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("May", 5, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("June", 6, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("July", 7, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("August", 8, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("September", 9, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("October", 10, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("November", 11, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("December", 12, -1)
     });
     this.ToMonth.Size     = new System.Drawing.Size(72, 22);
     this.ToMonth.TabIndex = 235;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8,
         this.gridColumn9
     });
     this.gridView1.GridControl = this.gdLeaveReport;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowColumnMoving = false;
     this.gridView1.OptionsCustomization.AllowFilter       = false;
     this.gridView1.OptionsCustomization.AllowSort         = false;
     this.gridView1.OptionsView.ShowGroupPanel             = false;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Year";
     this.gridColumn4.FieldName    = "dYear";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 78;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Month";
     this.gridColumn5.FieldName    = "MonDesc";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width        = 120;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "Leave Type";
     this.gridColumn6.FieldName    = "strDescription";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 150;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "Status 1";
     this.gridColumn7.FieldName    = "PAID";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width        = 110;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Status 2";
     this.gridColumn8.FieldName    = "Status";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width        = 110;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Total";
     this.gridColumn9.FieldName    = "LeaveQty";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 8;
     this.gridColumn9.Width        = 130;
     //
     // gdLeaveReport
     //
     this.gdLeaveReport.Dock = System.Windows.Forms.DockStyle.Bottom;
     //
     // gdLeaveReport.EmbeddedNavigator
     //
     this.gdLeaveReport.EmbeddedNavigator.Name = "";
     this.gdLeaveReport.Location = new System.Drawing.Point(0, 53);
     this.gdLeaveReport.MainView = this.gridView1;
     this.gdLeaveReport.Name     = "gdLeaveReport";
     this.gdLeaveReport.Size     = new System.Drawing.Size(960, 408);
     this.gdLeaveReport.TabIndex = 216;
     this.gdLeaveReport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // btnReset
     //
     this.btnReset.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location    = new System.Drawing.Point(568, 24);
     this.btnReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnReset.Name     = "btnReset";
     this.btnReset.Size     = new System.Drawing.Size(72, 16);
     this.btnReset.TabIndex = 237;
     this.btnReset.Text     = "Reset";
     this.btnReset.Click   += new System.EventHandler(this.btnReset_Click);
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label11.Location = new System.Drawing.Point(288, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(48, 16);
     this.label11.TabIndex = 234;
     this.label11.Text     = "Month";
     //
     // Year
     //
     this.Year.Location = new System.Drawing.Point(160, 0);
     this.Year.Name     = "Year";
     //
     // Year.Properties
     //
     this.Year.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.Year.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Year.Size     = new System.Drawing.Size(56, 22);
     this.Year.TabIndex = 232;
     //
     // dMonth
     //
     this.dMonth.EditValue = 1;
     this.dMonth.Location  = new System.Drawing.Point(56, 0);
     this.dMonth.Name      = "dMonth";
     //
     // dMonth.Properties
     //
     this.dMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dMonth.Properties.Items.AddRange(new object[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("January", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("February", 2, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("March", 3, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("April", 4, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("May", 5, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("June", 6, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("July", 7, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("August", 8, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("September", 9, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("October", 10, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("November", 11, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("December", 12, -1)
     });
     this.dMonth.Size     = new System.Drawing.Size(64, 22);
     this.dMonth.TabIndex = 231;
     //
     // label2
     //
     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(8, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 230;
     this.label2.Text     = "Month";
     //
     // label1
     //
     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(120, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 229;
     this.label1.Text     = "Year";
     //
     // cmbStatus
     //
     this.cmbStatus.EditValue = 0;
     this.cmbStatus.Location  = new System.Drawing.Point(440, 24);
     this.cmbStatus.Name      = "cmbStatus";
     //
     // cmbStatus.Properties
     //
     this.cmbStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbStatus.Properties.Items.AddRange(new object[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pending Approval", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Approved", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rejected", 2, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Cancelled", 3, -1)
     });
     this.cmbStatus.Size              = new System.Drawing.Size(120, 22);
     this.cmbStatus.TabIndex          = 228;
     this.cmbStatus.EditValueChanged += new System.EventHandler(this.cmbStatus_SelectedValueChanged);
     //
     // cmbLeaveStatus
     //
     this.cmbLeaveStatus.EditValue = 0;
     this.cmbLeaveStatus.Location  = new System.Drawing.Point(304, 24);
     this.cmbLeaveStatus.Name      = "cmbLeaveStatus";
     //
     // cmbLeaveStatus.Properties
     //
     this.cmbLeaveStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbLeaveStatus.Properties.Items.AddRange(new object[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Paid", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Unpaid", 1, -1)
     });
     this.cmbLeaveStatus.Size              = new System.Drawing.Size(72, 22);
     this.cmbLeaveStatus.TabIndex          = 227;
     this.cmbLeaveStatus.EditValueChanged += new System.EventHandler(this.cmbLeaveStatus_SelectedValueChanged);
     //
     // cmbLeaveType
     //
     this.cmbLeaveType.Location = new System.Drawing.Point(96, 24);
     this.cmbLeaveType.Name     = "cmbLeaveType";
     //
     // cmbLeaveType.Properties
     //
     this.cmbLeaveType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbLeaveType.Size              = new System.Drawing.Size(112, 22);
     this.cmbLeaveType.TabIndex          = 226;
     this.cmbLeaveType.EditValueChanged += new System.EventHandler(this.cmbLeaveType_SelectedValueChanged);
     //
     // label10
     //
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(240, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(24, 16);
     this.label10.TabIndex = 225;
     this.label10.Text     = "To";
     //
     // label9
     //
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(384, 24);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(56, 16);
     this.label9.TabIndex = 224;
     this.label9.Text     = "Status";
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(208, 24);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(88, 16);
     this.label8.TabIndex = 223;
     this.label8.Text     = "Leave Status";
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(88, 16);
     this.label7.TabIndex = 222;
     this.label7.Text     = "Leave Type";
     //
     // sbtnReset
     //
     this.sbtnReset.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sbtnReset.Appearance.Options.UseFont = true;
     this.sbtnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReset.Location    = new System.Drawing.Point(832, 0);
     this.sbtnReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.sbtnReset.Name     = "sbtnReset";
     this.sbtnReset.Size     = new System.Drawing.Size(56, 16);
     this.sbtnReset.TabIndex = 221;
     this.sbtnReset.Text     = "Enquiry";
     this.sbtnReset.Click   += new System.EventHandler(this.sbtnReset_Click);
     //
     // lkEmployee
     //
     this.lkEmployee.Location = new System.Drawing.Point(728, 0);
     this.lkEmployee.Name     = "lkEmployee";
     //
     // lkEmployee.Properties
     //
     this.lkEmployee.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkEmployee.Size     = new System.Drawing.Size(104, 22);
     this.lkEmployee.TabIndex = 220;
     //
     // lkBranch
     //
     this.lkBranch.Location = new System.Drawing.Point(576, 0);
     this.lkBranch.Name     = "lkBranch";
     //
     // lkBranch.Properties
     //
     this.lkBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkBranch.Size     = new System.Drawing.Size(80, 22);
     this.lkBranch.TabIndex = 219;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(656, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(72, 23);
     this.label6.TabIndex = 218;
     this.label6.Text     = "Employee";
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(520, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 23);
     this.label5.TabIndex = 217;
     this.label5.Text     = "Branch";
     //
     // RPStaffTimeOff
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(960, 461);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.ToYear);
     this.Controls.Add(this.ToMonth);
     this.Controls.Add(this.gdLeaveReport);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.Year);
     this.Controls.Add(this.dMonth);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cmbStatus);
     this.Controls.Add(this.cmbLeaveStatus);
     this.Controls.Add(this.cmbLeaveType);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.sbtnReset);
     this.Controls.Add(this.lkEmployee);
     this.Controls.Add(this.lkBranch);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Name        = "RPStaffTimeOff";
     this.Text        = "Staff Time Off";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.RPStaffTimeOff_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ToYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdLeaveReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Year.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLeaveStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbLeaveType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkEmployee.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorUserInRoleFrm));
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.TxtNote = new System.Windows.Forms.TextBox();
     this.CLSCRole = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.BtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CLSCRole)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.TxtNote);
     this.groupControl2.Controls.Add(this.CLSCRole);
     this.groupControl2.Controls.Add(this.BtnUpdate);
     this.groupControl2.Controls.Add(this.labelControl2);
     this.groupControl2.Location = new System.Drawing.Point(9, 75);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(379, 272);
     this.groupControl2.TabIndex = 8;
     this.groupControl2.Text = "تعديل سماحيات المستخدم";
     //
     // TxtNote
     //
     this.TxtNote.BackColor = System.Drawing.SystemColors.ControlLight;
     this.TxtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.TxtNote.ForeColor = System.Drawing.Color.Green;
     this.TxtNote.Location = new System.Drawing.Point(5, 24);
     this.TxtNote.Multiline = true;
     this.TxtNote.Name = "TxtNote";
     this.TxtNote.ReadOnly = true;
     this.TxtNote.Size = new System.Drawing.Size(140, 207);
     this.TxtNote.TabIndex = 7;
     this.TxtNote.Text = ".";
     //
     // CLSCRole
     //
     this.CLSCRole.Location = new System.Drawing.Point(151, 24);
     this.CLSCRole.Name = "CLSCRole";
     this.CLSCRole.Size = new System.Drawing.Size(155, 207);
     this.CLSCRole.TabIndex = 4;
     this.CLSCRole.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.CLSCRole_ItemCheck);
     this.CLSCRole.SelectedIndexChanged += new System.EventHandler(this.CLSCRole_SelectedIndexChanged);
     //
     // BtnUpdate
     //
     this.BtnUpdate.Enabled = false;
     this.BtnUpdate.Location = new System.Drawing.Point(196, 237);
     this.BtnUpdate.Name = "BtnUpdate";
     this.BtnUpdate.Size = new System.Drawing.Size(110, 23);
     this.BtnUpdate.TabIndex = 3;
     this.BtnUpdate.Text = "تعديل";
     this.BtnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(312, 24);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(62, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text = "السماحيات";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.LUEItems);
     this.groupControl1.Controls.Add(this.labelControl1);
     this.groupControl1.Location = new System.Drawing.Point(9, 10);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(379, 59);
     this.groupControl1.TabIndex = 7;
     this.groupControl1.Text = "جميع المستخدمين";
     //
     // LUEItems
     //
     this.LUEItems.Location = new System.Drawing.Point(61, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "User Name")});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(173, 19);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(240, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(77, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختار مستخدم";
     //
     // BtnRefresh
     //
     this.BtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("BtnRefresh.Image")));
     this.BtnRefresh.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.BtnRefresh.Location = new System.Drawing.Point(395, 57);
     this.BtnRefresh.Name = "BtnRefresh";
     this.BtnRefresh.Size = new System.Drawing.Size(31, 241);
     this.BtnRefresh.TabIndex = 10;
     this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
     //
     // EditorUserInRoleFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(435, 355);
     this.Controls.Add(this.BtnRefresh);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "EditorUserInRoleFrm";
     this.Text = "سماحيات المستخدمين";
     this.Load += new System.EventHandler(this.EditorJobFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CLSCRole)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_help_gridproducto_cm));
     this.cbo_criterios = new System.Windows.Forms.ComboBox();
     this.txt_busqueda = new System.Windows.Forms.TextBox();
     this.gridgeneral = new System.Windows.Forms.DataGridView();
     this.label8 = new System.Windows.Forms.Label();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnSeleccion = new DevExpress.XtraEditors.SimpleButton();
     this.btnbuscar = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.gridgeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // cbo_criterios
     //
     this.cbo_criterios.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_criterios.FormattingEnabled = true;
     this.cbo_criterios.Location = new System.Drawing.Point(97, 9);
     this.cbo_criterios.Name = "cbo_criterios";
     this.cbo_criterios.Size = new System.Drawing.Size(136, 21);
     this.cbo_criterios.TabIndex = 13;
     //
     // txt_busqueda
     //
     this.txt_busqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txt_busqueda.Location = new System.Drawing.Point(237, 9);
     this.txt_busqueda.Name = "txt_busqueda";
     this.txt_busqueda.Size = new System.Drawing.Size(309, 20);
     this.txt_busqueda.TabIndex = 1;
     this.txt_busqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txt_busqueda_KeyUp);
     //
     // gridgeneral
     //
     this.gridgeneral.AllowUserToAddRows = false;
     this.gridgeneral.AllowUserToDeleteRows = false;
     this.gridgeneral.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
     this.gridgeneral.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridgeneral.Location = new System.Drawing.Point(0, 45);
     this.gridgeneral.MultiSelect = false;
     this.gridgeneral.Name = "gridgeneral";
     this.gridgeneral.Size = new System.Drawing.Size(781, 278);
     this.gridgeneral.TabIndex = 42;
     this.gridgeneral.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gridgeneral_RowHeaderMouseClick);
     this.gridgeneral.DoubleClick += new System.EventHandler(this.gridgeneral_DoubleClick);
     this.gridgeneral.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridgeneral_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(15, 13);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 13);
     this.label8.TabIndex = 28;
     this.label8.Text = "Buscar por:";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor = System.Drawing.Color.Teal;
     this.panelControl1.Appearance.BackColor2 = System.Drawing.Color.White;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.cbo_criterios);
     this.panelControl1.Controls.Add(this.txt_busqueda);
     this.panelControl1.Controls.Add(this.label8);
     this.panelControl1.Location = new System.Drawing.Point(0, 4);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(578, 38);
     this.panelControl1.TabIndex = 45;
     //
     // btnSeleccion
     //
     this.btnSeleccion.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnSeleccion.Image = ((System.Drawing.Image)(resources.GetObject("btnSeleccion.Image")));
     this.btnSeleccion.Location = new System.Drawing.Point(667, 4);
     this.btnSeleccion.Name = "btnSeleccion";
     this.btnSeleccion.Size = new System.Drawing.Size(113, 38);
     this.btnSeleccion.TabIndex = 52;
     this.btnSeleccion.Text = "&Seleccionar";
     this.btnSeleccion.Click += new System.EventHandler(this.btnSeleccion_Click);
     //
     // btnbuscar
     //
     this.btnbuscar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnbuscar.Image = ((System.Drawing.Image)(resources.GetObject("btnbuscar.Image")));
     this.btnbuscar.Location = new System.Drawing.Point(582, 4);
     this.btnbuscar.Name = "btnbuscar";
     this.btnbuscar.Size = new System.Drawing.Size(81, 38);
     this.btnbuscar.TabIndex = 51;
     this.btnbuscar.Text = "&Buscar";
     this.btnbuscar.Click += new System.EventHandler(this.btnbuscar_Click);
     //
     // Form_help_gridproducto_cm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(785, 323);
     this.Controls.Add(this.btnSeleccion);
     this.Controls.Add(this.btnbuscar);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.gridgeneral);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Form_help_gridproducto_cm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Activated += new System.EventHandler(this.Frm_help_general_Activated);
     this.Load += new System.EventHandler(this.Frm_help_general_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_help_general_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.gridgeneral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.label4 = new System.Windows.Forms.Label();
     this.lkpEdtEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lkpEdtPackageID = new DevExpress.XtraEditors.LookUpEdit();
     this.dtEdtStartTime = new DevExpress.XtraEditors.DateEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.dtEditDate = new DevExpress.XtraEditors.DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtEmployeeID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(188, 156);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex = 53;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(98, 156);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.TabIndex = 52;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 112);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(93, 23);
     this.label4.TabIndex = 60;
     this.label4.Text = "Personal Trainer";
     //
     // lkpEdtEmployeeID
     //
     this.lkpEdtEmployeeID.EditValue = "";
     this.lkpEdtEmployeeID.Location = new System.Drawing.Point(124, 114);
     this.lkpEdtEmployeeID.Name = "lkpEdtEmployeeID";
     //
     // lkpEdtEmployeeID.Properties
     //
     this.lkpEdtEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtEmployeeID.Size = new System.Drawing.Size(202, 20);
     this.lkpEdtEmployeeID.TabIndex = 59;
     this.lkpEdtEmployeeID.EditValueChanged += new System.EventHandler(this.lkpEdtEmployeeID_EditValueChanged);
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.EditValue = "";
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(124, 34);
     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(202, 20);
     this.lkpEdtBranchCode.TabIndex = 57;
     this.lkpEdtBranchCode.EditValueChanged += new System.EventHandler(this.lkpEdtBranchCode_EditValueChanged);
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 34);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 55;
     this.label2.Text = "Branch";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 60);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 23);
     this.label1.TabIndex = 54;
     this.label1.Text = "Date";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 23);
     this.label5.TabIndex = 62;
     this.label5.Text = "Package ID";
     //
     // lkpEdtPackageID
     //
     this.lkpEdtPackageID.EditValue = "";
     this.lkpEdtPackageID.Location = new System.Drawing.Point(124, 8);
     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.Size = new System.Drawing.Size(202, 20);
     this.lkpEdtPackageID.TabIndex = 63;
     //
     // dtEdtStartTime
     //
     this.dtEdtStartTime.EditValue = new System.DateTime(2006, 1, 1, 0, 0, 0, 0);
     this.dtEdtStartTime.Location = new System.Drawing.Point(124, 88);
     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(202, 20);
     this.dtEdtStartTime.TabIndex = 65;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 86);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(95, 23);
     this.label3.TabIndex = 64;
     this.label3.Text = "Session Time";
     //
     // dtEditDate
     //
     this.dtEditDate.EditValue = new System.DateTime(2005, 11, 23, 0, 0, 0, 0);
     this.dtEditDate.Location = new System.Drawing.Point(124, 60);
     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.Size = new System.Drawing.Size(202, 20);
     this.dtEditDate.TabIndex = 66;
     this.dtEditDate.EditValueChanged += new System.EventHandler(this.dtEditDate_EditValueChanged);
     //
     // FormUpdateServiceSessionPT
     //
     this.AcceptButton = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.simpleButtonCancel;
     this.ClientSize = new System.Drawing.Size(334, 192);
     this.Controls.Add(this.dtEditDate);
     this.Controls.Add(this.dtEdtStartTime);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lkpEdtPackageID);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lkpEdtEmployeeID);
     this.Controls.Add(this.lkpEdtBranchCode);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.simpleButtonCancel);
     this.Controls.Add(this.simpleButtonOK);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormUpdateServiceSessionPT";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Update PT Package";
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtEmployeeID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEditDate.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnTimeSheetAdd = new DevExpress.XtraEditors.SimpleButton();
     this.txtRemarks = new DevExpress.XtraEditors.MemoEdit();
     this.txtTime = new DevExpress.XtraEditors.TimeEdit();
     this.dtDate = new DevExpress.XtraEditors.DateEdit();
     this.mdPKG_lblStrReceiptDesc = new System.Windows.Forms.Label();
     this.mdPKG_lblStrDescription = new System.Windows.Forms.Label();
     this.mdPKG_lblStrPackageCode = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnClose.Appearance.Options.UseFont = true;
     this.btnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnClose.Location = new System.Drawing.Point(320, 176);
     this.btnClose.Name = "btnClose";
     this.btnClose.TabIndex = 223;
     this.btnClose.Text = "Close";
     //
     // btnTimeSheetAdd
     //
     this.btnTimeSheetAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnTimeSheetAdd.Appearance.Options.UseFont = true;
     this.btnTimeSheetAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTimeSheetAdd.Location = new System.Drawing.Point(240, 176);
     this.btnTimeSheetAdd.Name = "btnTimeSheetAdd";
     this.btnTimeSheetAdd.TabIndex = 222;
     this.btnTimeSheetAdd.Text = "Save";
     this.btnTimeSheetAdd.Click += new System.EventHandler(this.btnTimeSheetAdd_Click);
     //
     // txtRemarks
     //
     this.txtRemarks.EditValue = "";
     this.txtRemarks.Location = new System.Drawing.Point(120, 64);
     this.txtRemarks.Name = "txtRemarks";
     //
     // txtRemarks.Properties
     //
     this.txtRemarks.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtRemarks.Size = new System.Drawing.Size(272, 96);
     this.txtRemarks.TabIndex = 221;
     //
     // txtTime
     //
     this.txtTime.EditValue = null;
     this.txtTime.Location = new System.Drawing.Point(120, 40);
     this.txtTime.Name = "txtTime";
     //
     // txtTime.Properties
     //
     this.txtTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtTime.Properties.DisplayFormat.FormatString = "hh:mm tt";
     this.txtTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTime.Properties.EditFormat.FormatString = "hh:mm tt";
     this.txtTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTime.Properties.Mask.EditMask = "hh:mm tt";
     this.txtTime.Size = new System.Drawing.Size(88, 22);
     this.txtTime.TabIndex = 220;
     //
     // dtDate
     //
     this.dtDate.EditValue = null;
     this.dtDate.Enabled = false;
     this.dtDate.Location = new System.Drawing.Point(120, 16);
     this.dtDate.Name = "dtDate";
     //
     // dtDate.Properties
     //
     this.dtDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.dtDate.Properties.Appearance.Options.UseForeColor = true;
     this.dtDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                    new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dtDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.dtDate.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.dtDate.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.dtDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtDate.Properties.ReadOnly = true;
     this.dtDate.Size = new System.Drawing.Size(88, 22);
     this.dtDate.TabIndex = 219;
     //
     // mdPKG_lblStrReceiptDesc
     //
     this.mdPKG_lblStrReceiptDesc.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrReceiptDesc.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrReceiptDesc.Location = new System.Drawing.Point(16, 64);
     this.mdPKG_lblStrReceiptDesc.Name = "mdPKG_lblStrReceiptDesc";
     this.mdPKG_lblStrReceiptDesc.Size = new System.Drawing.Size(120, 16);
     this.mdPKG_lblStrReceiptDesc.TabIndex = 218;
     this.mdPKG_lblStrReceiptDesc.Text = "Remarks";
     this.mdPKG_lblStrReceiptDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblStrDescription
     //
     this.mdPKG_lblStrDescription.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrDescription.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrDescription.Location = new System.Drawing.Point(16, 40);
     this.mdPKG_lblStrDescription.Name = "mdPKG_lblStrDescription";
     this.mdPKG_lblStrDescription.Size = new System.Drawing.Size(96, 16);
     this.mdPKG_lblStrDescription.TabIndex = 217;
     this.mdPKG_lblStrDescription.Text = "Time";
     this.mdPKG_lblStrDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblStrPackageCode
     //
     this.mdPKG_lblStrPackageCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrPackageCode.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrPackageCode.Location = new System.Drawing.Point(16, 16);
     this.mdPKG_lblStrPackageCode.Name = "mdPKG_lblStrPackageCode";
     this.mdPKG_lblStrPackageCode.Size = new System.Drawing.Size(96, 16);
     this.mdPKG_lblStrPackageCode.TabIndex = 216;
     this.mdPKG_lblStrPackageCode.Text = "Date";
     this.mdPKG_lblStrPackageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmTimeSheetUpdate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(416, 213);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnTimeSheetAdd);
     this.Controls.Add(this.txtRemarks);
     this.Controls.Add(this.txtTime);
     this.Controls.Add(this.dtDate);
     this.Controls.Add(this.mdPKG_lblStrReceiptDesc);
     this.Controls.Add(this.mdPKG_lblStrDescription);
     this.Controls.Add(this.mdPKG_lblStrPackageCode);
     this.Name = "frmTimeSheetUpdate";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Timesheet Update";
     this.Load += new System.EventHandler(this.frmTimeSheetUpdate_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmClass));
     this.grpMDClass = new DevExpress.XtraEditors.GroupControl();
     this.btnClass_Add = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.btnClass_Del = new DevExpress.XtraEditors.SimpleButton();
     this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
     this.btn_Del = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.gridControlMd_ClassType = new DevExpress.XtraGrid.GridControl();
     this.gridViewMd_ClassType = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.gridControlMD_Class = new DevExpress.XtraGrid.GridControl();
     this.gridViewMd_Class = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lk_RPClassType = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMDClass)).BeginInit();
     this.grpMDClass.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMd_ClassType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMd_ClassType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMD_Class)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMd_Class)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_RPClassType)).BeginInit();
     this.SuspendLayout();
     //
     // grpMDClass
     //
     this.grpMDClass.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.grpMDClass.Appearance.Options.UseBackColor = true;
     this.grpMDClass.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.grpMDClass.Controls.Add(this.btnClass_Add);
     this.grpMDClass.Controls.Add(this.btnClass_Del);
     this.grpMDClass.Controls.Add(this.btn_Add);
     this.grpMDClass.Controls.Add(this.btn_Del);
     this.grpMDClass.Controls.Add(this.groupControl2);
     this.grpMDClass.Controls.Add(this.groupControl1);
     this.grpMDClass.ImeMode = System.Windows.Forms.ImeMode.On;
     this.grpMDClass.Location = new System.Drawing.Point(8, 0);
     this.grpMDClass.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.grpMDClass.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpMDClass.LookAndFeel.UseWindowsXPTheme = false;
     this.grpMDClass.Name = "grpMDClass";
     this.grpMDClass.Size = new System.Drawing.Size(970, 560);
     this.grpMDClass.TabIndex = 33;
     this.grpMDClass.Text = "Class";
     //
     // btnClass_Add
     //
     this.btnClass_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnClass_Add.Appearance.Options.UseFont = true;
     this.btnClass_Add.Appearance.Options.UseTextOptions = true;
     this.btnClass_Add.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btnClass_Add.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btnClass_Add.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btnClass_Add.ImageIndex = 0;
     this.btnClass_Add.ImageList = this.imageList1;
     this.btnClass_Add.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btnClass_Add.Location = new System.Drawing.Point(8, 272);
     this.btnClass_Add.Name = "btnClass_Add";
     this.btnClass_Add.Size = new System.Drawing.Size(38, 16);
     this.btnClass_Add.TabIndex = 134;
     this.btnClass_Add.Click += new System.EventHandler(this.btnClass_Add_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // btnClass_Del
     //
     this.btnClass_Del.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnClass_Del.Appearance.Options.UseFont = true;
     this.btnClass_Del.Appearance.Options.UseTextOptions = true;
     this.btnClass_Del.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btnClass_Del.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btnClass_Del.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btnClass_Del.ImageIndex = 1;
     this.btnClass_Del.ImageList = this.imageList1;
     this.btnClass_Del.Location = new System.Drawing.Point(48, 272);
     this.btnClass_Del.Name = "btnClass_Del";
     this.btnClass_Del.Size = new System.Drawing.Size(38, 16);
     this.btnClass_Del.TabIndex = 133;
     this.btnClass_Del.Click += new System.EventHandler(this.btnClass_Del_Click);
     //
     // btn_Add
     //
     this.btn_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btn_Add.Appearance.Options.UseFont = true;
     this.btn_Add.Appearance.Options.UseTextOptions = true;
     this.btn_Add.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btn_Add.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btn_Add.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btn_Add.ImageIndex = 0;
     this.btn_Add.ImageList = this.imageList1;
     this.btn_Add.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btn_Add.Location = new System.Drawing.Point(8, 24);
     this.btn_Add.Name = "btn_Add";
     this.btn_Add.Size = new System.Drawing.Size(38, 16);
     this.btn_Add.TabIndex = 132;
     this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
     //
     // btn_Del
     //
     this.btn_Del.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btn_Del.Appearance.Options.UseFont = true;
     this.btn_Del.Appearance.Options.UseTextOptions = true;
     this.btn_Del.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btn_Del.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btn_Del.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btn_Del.ImageIndex = 1;
     this.btn_Del.ImageList = this.imageList1;
     this.btn_Del.Location = new System.Drawing.Point(48, 24);
     this.btn_Del.Name = "btn_Del";
     this.btn_Del.Size = new System.Drawing.Size(38, 16);
     this.btn_Del.TabIndex = 131;
     this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.gridControlMd_ClassType);
     this.groupControl2.Location = new System.Drawing.Point(0, 48);
     this.groupControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl2.LookAndFeel.UseWindowsXPTheme = false;
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(968, 216);
     this.groupControl2.TabIndex = 128;
     this.groupControl2.Text = "Class Type";
     //
     // gridControlMd_ClassType
     //
     this.gridControlMd_ClassType.Dock = System.Windows.Forms.DockStyle.Top;
     //
     // gridControlMd_ClassType.EmbeddedNavigator
     //
     this.gridControlMd_ClassType.EmbeddedNavigator.Name = "";
     this.gridControlMd_ClassType.Location = new System.Drawing.Point(2, 20);
     this.gridControlMd_ClassType.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridControlMd_ClassType.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControlMd_ClassType.MainView = this.gridViewMd_ClassType;
     this.gridControlMd_ClassType.Name = "gridControlMd_ClassType";
     this.gridControlMd_ClassType.Size = new System.Drawing.Size(964, 194);
     this.gridControlMd_ClassType.TabIndex = 126;
     this.gridControlMd_ClassType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                            this.gridViewMd_ClassType});
     //
     // gridViewMd_ClassType
     //
     this.gridViewMd_ClassType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                                 this.gridColumn3,
                                                                                                 this.gridColumn4});
     this.gridViewMd_ClassType.GridControl = this.gridControlMd_ClassType;
     this.gridViewMd_ClassType.Name = "gridViewMd_ClassType";
     this.gridViewMd_ClassType.OptionsCustomization.AllowColumnMoving = false;
     this.gridViewMd_ClassType.OptionsCustomization.AllowFilter = false;
     this.gridViewMd_ClassType.OptionsCustomization.AllowSort = false;
     this.gridViewMd_ClassType.OptionsView.ShowGroupPanel = false;
     this.gridViewMd_ClassType.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMd_ClassType_FocusedRowChanged);
     this.gridViewMd_ClassType.LostFocus += new System.EventHandler(this.gridViewMd_ClassType_LostFocus);
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Class Type Id";
     this.gridColumn3.FieldName = "nClassTypeID";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Description";
     this.gridColumn4.FieldName = "strDescription";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 1;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.gridControlMD_Class);
     this.groupControl1.Location = new System.Drawing.Point(0, 296);
     this.groupControl1.LookAndFeel.SkinName = "The Asphalt World";
     this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.LookAndFeel.UseWindowsXPTheme = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(968, 256);
     this.groupControl1.TabIndex = 127;
     this.groupControl1.Text = "Class";
     //
     // gridControlMD_Class
     //
     this.gridControlMD_Class.Dock = System.Windows.Forms.DockStyle.Top;
     //
     // gridControlMD_Class.EmbeddedNavigator
     //
     this.gridControlMD_Class.EmbeddedNavigator.Name = "";
     this.gridControlMD_Class.Location = new System.Drawing.Point(2, 20);
     this.gridControlMD_Class.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.gridControlMD_Class.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridControlMD_Class.MainView = this.gridViewMd_Class;
     this.gridControlMD_Class.Name = "gridControlMD_Class";
     this.gridControlMD_Class.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                                  this.lk_RPClassType});
     this.gridControlMD_Class.Size = new System.Drawing.Size(964, 250);
     this.gridControlMD_Class.TabIndex = 127;
     this.gridControlMD_Class.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                        this.gridViewMd_Class});
     //
     // gridViewMd_Class
     //
     this.gridViewMd_Class.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                             this.gridColumn1,
                                                                                             this.gridColumn2});
     this.gridViewMd_Class.GridControl = this.gridControlMD_Class;
     this.gridViewMd_Class.Name = "gridViewMd_Class";
     this.gridViewMd_Class.OptionsCustomization.AllowFilter = false;
     this.gridViewMd_Class.OptionsCustomization.AllowSort = false;
     this.gridViewMd_Class.OptionsView.ShowGroupPanel = false;
     this.gridViewMd_Class.LostFocus += new System.EventHandler(this.gridViewMd_Class_LostFocus);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Class Code";
     this.gridColumn1.FieldName = "strClassCode";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Description";
     this.gridColumn2.FieldName = "strDescription";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // lk_RPClassType
     //
     this.lk_RPClassType.AutoHeight = false;
     this.lk_RPClassType.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_RPClassType.Name = "lk_RPClassType";
     //
     // frmClass
     //
     this.AutoScale = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(990, 560);
     this.Controls.Add(this.grpMDClass);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "frmClass";
     this.Text = "frmClass";
     this.Load += new System.EventHandler(this.frmClass_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grpMDClass)).EndInit();
     this.grpMDClass.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMd_ClassType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMd_ClassType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMD_Class)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMd_Class)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_RPClassType)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.Label41         = new System.Windows.Forms.Label();
     this.txtCardHolder   = new DevExpress.XtraEditors.TextEdit();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.dtProrateFrom   = new System.Windows.Forms.DateTimePicker();
     this.label3          = new System.Windows.Forms.Label();
     this.dtProrateTo     = new System.Windows.Forms.DateTimePicker();
     this.label5          = new System.Windows.Forms.Label();
     this.lbl2            = new System.Windows.Forms.Label();
     this.btnCancel       = new DevExpress.XtraEditors.SimpleButton();
     this.btnOK           = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreditCardNo = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardHolder.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardNo.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // Label41
     //
     this.Label41.AutoSize = true;
     this.Label41.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label41.Location = new System.Drawing.Point(8, 8);
     this.Label41.Name     = "Label41";
     this.Label41.Size     = new System.Drawing.Size(114, 23);
     this.Label41.TabIndex = 29;
     this.Label41.Text     = "EDDA Ref :";
     //
     // txtCardHolder
     //
     this.txtCardHolder.EditValue = "";
     this.txtCardHolder.Location  = new System.Drawing.Point(176, 8);
     this.txtCardHolder.Name      = "txtCardHolder";
     this.txtCardHolder.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.txtCardHolder.Properties.Appearance.Options.UseFont = true;
     this.txtCardHolder.Size     = new System.Drawing.Size(328, 23);
     this.txtCardHolder.TabIndex = 30;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(142, 23);
     this.label1.TabIndex = 31;
     this.label1.Text     = "Bank Acc No :";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 83);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(66, 23);
     this.label2.TabIndex = 33;
     this.label2.Text     = "From:";
     //
     // dtProrateFrom
     //
     this.dtProrateFrom.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtProrateFrom.Location = new System.Drawing.Point(206, 89);
     this.dtProrateFrom.Name     = "dtProrateFrom";
     this.dtProrateFrom.Size     = new System.Drawing.Size(128, 20);
     this.dtProrateFrom.TabIndex = 34;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 118);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 23);
     this.label3.TabIndex = 35;
     this.label3.Text     = "To:";
     this.label3.Visible  = false;
     //
     // dtProrateTo
     //
     this.dtProrateTo.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtProrateTo.Location      = new System.Drawing.Point(206, 121);
     this.dtProrateTo.Name          = "dtProrateTo";
     this.dtProrateTo.Size          = new System.Drawing.Size(128, 20);
     this.dtProrateTo.TabIndex      = 36;
     this.dtProrateTo.Visible       = false;
     this.dtProrateTo.ValueChanged += new System.EventHandler(this.dtProrateTo_ValueChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 141);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(147, 23);
     this.label5.TabIndex = 39;
     this.label5.Text     = "Total Amount:";
     //
     // lbl2
     //
     this.lbl2.AutoSize = true;
     this.lbl2.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl2.Location = new System.Drawing.Point(161, 141);
     this.lbl2.Name     = "lbl2";
     this.lbl2.Size     = new System.Drawing.Size(22, 23);
     this.lbl2.TabIndex = 40;
     this.lbl2.Text     = "$";
     this.lbl2.Click   += new System.EventHandler(this.lbl2_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(259, 176);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 42;
     this.btnCancel.Text         = "Cancel";
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location     = new System.Drawing.Point(176, 176);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex     = 41;
     this.btnOK.Text         = "OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // txtCreditCardNo
     //
     this.txtCreditCardNo.AllowDrop = true;
     this.txtCreditCardNo.EditValue = "";
     this.txtCreditCardNo.Location  = new System.Drawing.Point(184, 48);
     this.txtCreditCardNo.Name      = "txtCreditCardNo";
     this.txtCreditCardNo.Properties.Appearance.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCreditCardNo.Properties.Appearance.Options.UseFont        = true;
     this.txtCreditCardNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtCreditCardNo.Properties.MaxLength = 19;
     this.txtCreditCardNo.Size     = new System.Drawing.Size(168, 20);
     this.txtCreditCardNo.TabIndex = 43;
     //
     // GIROpkg
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(522, 217);
     this.Controls.Add(this.txtCreditCardNo);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.lbl2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Label41);
     this.Controls.Add(this.dtProrateTo);
     this.Controls.Add(this.dtProrateFrom);
     this.Controls.Add(this.txtCardHolder);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "GIROpkg";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "GIRO Fitness pkg";
     this.Load           += new System.EventHandler(this.GIROpkg_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtCardHolder.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardNo.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 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.label7 = new System.Windows.Forms.Label();
     this.luedtRPStaffSalesPerfmCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.gridPromotionPackage = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.btnReset             = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnReset            = new DevExpress.XtraEditors.SimpleButton();
     this.dateEdit1            = new System.Windows.Forms.MonthCalendar();
     this.dateEdit2            = new System.Windows.Forms.MonthCalendar();
     this.dateEdit3            = new System.Windows.Forms.MonthCalendar();
     ((System.ComponentModel.ISupportInitialize)(this.luedtRPStaffSalesPerfmCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPromotionPackage)).BeginInit();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(427, 38);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(32, 21);
     this.label7.TabIndex = 75;
     this.label7.Text     = "To";
     //
     // luedtRPStaffSalesPerfmCategory
     //
     this.luedtRPStaffSalesPerfmCategory.EditValue = "";
     this.luedtRPStaffSalesPerfmCategory.Location  = new System.Drawing.Point(0, 35);
     this.luedtRPStaffSalesPerfmCategory.Name      = "luedtRPStaffSalesPerfmCategory";
     this.luedtRPStaffSalesPerfmCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtRPStaffSalesPerfmCategory.Size     = new System.Drawing.Size(152, 20);
     this.luedtRPStaffSalesPerfmCategory.TabIndex = 72;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(-3, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(84, 23);
     this.label1.TabIndex = 71;
     this.label1.Text     = "Category";
     //
     // gridPromotionPackage
     //
     this.gridPromotionPackage.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridPromotionPackage.Dock   = System.Windows.Forms.DockStyle.Bottom;
     this.gridPromotionPackage.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField4
     });
     this.gridPromotionPackage.Location = new System.Drawing.Point(0, 148);
     this.gridPromotionPackage.Name     = "gridPromotionPackage";
     this.gridPromotionPackage.OptionsCustomization.AllowDrag   = false;
     this.gridPromotionPackage.OptionsCustomization.AllowExpand = false;
     this.gridPromotionPackage.OptionsCustomization.AllowFilter = false;
     this.gridPromotionPackage.OptionsView.ShowColumnHeaders    = false;
     this.gridPromotionPackage.OptionsView.ShowDataHeaders      = false;
     this.gridPromotionPackage.OptionsView.ShowFilterHeaders    = false;
     this.gridPromotionPackage.Size     = new System.Drawing.Size(976, 378);
     this.gridPromotionPackage.TabIndex = 70;
     this.gridPromotionPackage.Click   += new System.EventHandler(this.gridPromotionPackage_Click);
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption   = "Package Code";
     this.pivotGridField1.CellFormat.FormatString = "d/MM/yyyy";
     this.pivotGridField1.CellFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.pivotGridField1.FieldName = "strCode";
     this.pivotGridField1.Name      = "pivotGridField1";
     this.pivotGridField1.SortBySummaryInfo.Field = this.pivotGridField4;
     this.pivotGridField1.SortOrder = DevExpress.XtraPivotGrid.PivotSortOrder.Descending;
     this.pivotGridField1.Width     = 90;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 1;
     this.pivotGridField2.Caption   = "Description";
     this.pivotGridField2.FieldName = "strDescription";
     this.pivotGridField2.MinWidth  = 40;
     this.pivotGridField2.Name      = "pivotGridField2";
     this.pivotGridField2.SortBySummaryInfo.Field = this.pivotGridField4;
     this.pivotGridField2.Width = 90;
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption   = "Branch";
     this.pivotGridField3.FieldName = "strBranchCode";
     this.pivotGridField3.Name      = "pivotGridField3";
     this.pivotGridField3.SortBySummaryInfo.Field = this.pivotGridField4;
     this.pivotGridField3.Width = 75;
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area              = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex         = 0;
     this.pivotGridField4.Caption           = "Amount";
     this.pivotGridField4.FieldName         = "nQuantity";
     this.pivotGridField4.Name              = "pivotGridField4";
     this.pivotGridField4.Options.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.pivotGridField4.SortMode          = DevExpress.XtraPivotGrid.PivotSortMode.Value;
     this.pivotGridField4.SortOrder         = DevExpress.XtraPivotGrid.PivotSortOrder.Descending;
     this.pivotGridField4.Width             = 90;
     //
     // btnReset
     //
     this.btnReset.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location    = new System.Drawing.Point(842, 9);
     this.btnReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnReset.Name     = "btnReset";
     this.btnReset.Size     = new System.Drawing.Size(48, 16);
     this.btnReset.TabIndex = 199;
     this.btnReset.Text     = "Reset";
     this.btnReset.Visible  = false;
     this.btnReset.Click   += new System.EventHandler(this.btnReset_Click);
     //
     // sbtnReset
     //
     this.sbtnReset.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbtnReset.Appearance.Options.UseFont = true;
     this.sbtnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReset.Location    = new System.Drawing.Point(406, 64);
     this.sbtnReset.LookAndFeel.UseDefaultLookAndFeel = false;
     this.sbtnReset.Name     = "sbtnReset";
     this.sbtnReset.Size     = new System.Drawing.Size(70, 30);
     this.sbtnReset.TabIndex = 200;
     this.sbtnReset.Text     = "Enquiry";
     this.sbtnReset.Click   += new System.EventHandler(this.sbtnReset_Click);
     //
     // dateEdit1
     //
     this.dateEdit1.Location = new System.Drawing.Point(207, -2);
     this.dateEdit1.Name     = "dateEdit1";
     this.dateEdit1.TabIndex = 201;
     //
     // dateEdit2
     //
     this.dateEdit2.Location = new System.Drawing.Point(502, -2);
     this.dateEdit2.Name     = "dateEdit2";
     this.dateEdit2.TabIndex = 202;
     //
     // dateEdit3
     //
     this.dateEdit3.Location      = new System.Drawing.Point(735, -2);
     this.dateEdit3.Name          = "dateEdit3";
     this.dateEdit3.TabIndex      = 203;
     this.dateEdit3.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.dateEdit3_DateSelected);
     //
     // RPPromotionSalesPkg
     //
     this.ClientSize = new System.Drawing.Size(976, 526);
     this.Controls.Add(this.dateEdit3);
     this.Controls.Add(this.dateEdit2);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.sbtnReset);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.luedtRPStaffSalesPerfmCategory);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridPromotionPackage);
     this.Name        = "RPPromotionSalesPkg";
     this.Text        = "Promotion Package Sales Analysis";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.RPPromotionSalesPkg_Load);
     ((System.ComponentModel.ISupportInitialize)(this.luedtRPStaffSalesPerfmCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPromotionPackage)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.pnlCtrlTop               = new DevExpress.XtraEditors.PanelControl();
     this.label1                   = new System.Windows.Forms.Label();
     this.pnlCtrlCenter            = new DevExpress.XtraEditors.PanelControl();
     this.GridControl11            = new DevExpress.XtraGrid.GridControl();
     this.GridView12               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSelected              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.GridColumn75             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn78             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn79             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn80             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn81             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn82             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn83             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn99             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn100            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn265            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnlCtrlBottom            = new DevExpress.XtraEditors.PanelControl();
     this.simpleButtonCancel       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK           = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlCenter)).BeginInit();
     this.pnlCtrlCenter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridControl11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBottom)).BeginInit();
     this.pnlCtrlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.label1);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(758, 46);
     this.pnlCtrlTop.TabIndex = 0;
     this.pnlCtrlTop.Text     = "panelControl1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(574, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Please select a forget card receipt that you want to refund.";
     //
     // pnlCtrlCenter
     //
     this.pnlCtrlCenter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlCenter.Controls.Add(this.GridControl11);
     this.pnlCtrlCenter.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlCenter.Location = new System.Drawing.Point(0, 46);
     this.pnlCtrlCenter.Name     = "pnlCtrlCenter";
     this.pnlCtrlCenter.Size     = new System.Drawing.Size(758, 162);
     this.pnlCtrlCenter.TabIndex = 1;
     this.pnlCtrlCenter.Text     = "panelControl2";
     //
     // GridControl11
     //
     this.GridControl11.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // GridControl11.EmbeddedNavigator
     //
     this.GridControl11.EmbeddedNavigator.Name = "";
     this.GridControl11.Location          = new System.Drawing.Point(0, 0);
     this.GridControl11.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.GridControl11.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControl11.LookAndFeel.UseWindowsXPTheme     = false;
     this.GridControl11.MainView = this.GridView12;
     this.GridControl11.Name     = "GridControl11";
     this.GridControl11.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.GridControl11.Size     = new System.Drawing.Size(758, 162);
     this.GridControl11.TabIndex = 8;
     this.GridControl11.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.GridView12
     });
     //
     // GridView12
     //
     this.GridView12.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colSelected,
         this.GridColumn75,
         this.GridColumn78,
         this.GridColumn79,
         this.GridColumn80,
         this.GridColumn81,
         this.GridColumn82,
         this.GridColumn83,
         this.GridColumn99,
         this.GridColumn100,
         this.gridColumn265
     });
     this.GridView12.GridControl = this.GridControl11;
     this.GridView12.Name        = "GridView12";
     this.GridView12.OptionsView.ShowGroupPanel = false;
     this.GridView12.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.GridColumn75, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colSelected
     //
     this.colSelected.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.colSelected.FieldName    = "fSelected";
     this.colSelected.Name         = "colSelected";
     this.colSelected.Visible      = true;
     this.colSelected.VisibleIndex = 0;
     this.colSelected.Width        = 31;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle  = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // GridColumn75
     //
     this.GridColumn75.Caption = "Date";
     this.GridColumn75.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn75.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn75.FieldName = "dtDate";
     this.GridColumn75.Name      = "GridColumn75";
     this.GridColumn75.OptionsColumn.AllowEdit   = false;
     this.GridColumn75.OptionsFilter.AllowFilter = false;
     this.GridColumn75.Visible      = true;
     this.GridColumn75.VisibleIndex = 1;
     this.GridColumn75.Width        = 69;
     //
     // GridColumn78
     //
     this.GridColumn78.Caption   = "Receipt No";
     this.GridColumn78.FieldName = "strReceiptNo";
     this.GridColumn78.Name      = "GridColumn78";
     this.GridColumn78.OptionsColumn.AllowEdit   = false;
     this.GridColumn78.OptionsFilter.AllowFilter = false;
     this.GridColumn78.Visible      = true;
     this.GridColumn78.VisibleIndex = 2;
     this.GridColumn78.Width        = 69;
     //
     // GridColumn79
     //
     this.GridColumn79.Caption   = "Category";
     this.GridColumn79.FieldName = "CategoryDescription";
     this.GridColumn79.Name      = "GridColumn79";
     this.GridColumn79.OptionsColumn.AllowEdit   = false;
     this.GridColumn79.OptionsFilter.AllowFilter = false;
     this.GridColumn79.Visible      = true;
     this.GridColumn79.VisibleIndex = 3;
     this.GridColumn79.Width        = 69;
     //
     // GridColumn80
     //
     this.GridColumn80.Caption = "Nett";
     this.GridColumn80.DisplayFormat.FormatString = "n2";
     this.GridColumn80.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.GridColumn80.FieldName = "mNettAmount";
     this.GridColumn80.Name      = "GridColumn80";
     this.GridColumn80.OptionsColumn.AllowEdit   = false;
     this.GridColumn80.OptionsFilter.AllowFilter = false;
     this.GridColumn80.Visible      = true;
     this.GridColumn80.VisibleIndex = 4;
     this.GridColumn80.Width        = 69;
     //
     // GridColumn81
     //
     this.GridColumn81.Caption = "GST";
     this.GridColumn81.DisplayFormat.FormatString = "n2";
     this.GridColumn81.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.GridColumn81.FieldName = "mGSTAmount";
     this.GridColumn81.Name      = "GridColumn81";
     this.GridColumn81.OptionsColumn.AllowEdit   = false;
     this.GridColumn81.OptionsFilter.AllowFilter = false;
     this.GridColumn81.Visible      = true;
     this.GridColumn81.VisibleIndex = 5;
     this.GridColumn81.Width        = 69;
     //
     // GridColumn82
     //
     this.GridColumn82.Caption = "Total";
     this.GridColumn82.DisplayFormat.FormatString = "n2";
     this.GridColumn82.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.GridColumn82.FieldName = "mTotalAmount";
     this.GridColumn82.Name      = "GridColumn82";
     this.GridColumn82.OptionsColumn.AllowEdit   = false;
     this.GridColumn82.OptionsFilter.AllowFilter = false;
     this.GridColumn82.Visible      = true;
     this.GridColumn82.VisibleIndex = 6;
     this.GridColumn82.Width        = 69;
     //
     // GridColumn83
     //
     this.GridColumn83.Caption = "O/S Amount";
     this.GridColumn83.DisplayFormat.FormatString = "n2";
     this.GridColumn83.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.GridColumn83.FieldName = "mOutstandingAmount";
     this.GridColumn83.Name      = "GridColumn83";
     this.GridColumn83.OptionsColumn.AllowEdit   = false;
     this.GridColumn83.OptionsFilter.AllowFilter = false;
     this.GridColumn83.Visible      = true;
     this.GridColumn83.VisibleIndex = 8;
     this.GridColumn83.Width        = 86;
     //
     // GridColumn99
     //
     this.GridColumn99.Caption   = "Salesperson";
     this.GridColumn99.FieldName = "SalesPersonName";
     this.GridColumn99.Name      = "GridColumn99";
     this.GridColumn99.OptionsColumn.AllowEdit   = false;
     this.GridColumn99.OptionsFilter.AllowFilter = false;
     this.GridColumn99.Visible      = true;
     this.GridColumn99.VisibleIndex = 9;
     this.GridColumn99.Width        = 70;
     //
     // GridColumn100
     //
     this.GridColumn100.Caption   = "Void Flag";
     this.GridColumn100.FieldName = "fVoid";
     this.GridColumn100.Name      = "GridColumn100";
     this.GridColumn100.OptionsColumn.AllowEdit   = false;
     this.GridColumn100.OptionsFilter.AllowFilter = false;
     this.GridColumn100.Visible      = true;
     this.GridColumn100.VisibleIndex = 10;
     this.GridColumn100.Width        = 57;
     //
     // gridColumn265
     //
     this.gridColumn265.Caption = "Total Amount";
     this.gridColumn265.DisplayFormat.FormatString = "n2";
     this.gridColumn265.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn265.FieldName = "mTotalAmount";
     this.gridColumn265.Name      = "gridColumn265";
     this.gridColumn265.OptionsColumn.AllowEdit   = false;
     this.gridColumn265.OptionsFilter.AllowFilter = false;
     this.gridColumn265.Visible      = true;
     this.gridColumn265.VisibleIndex = 7;
     this.gridColumn265.Width        = 79;
     //
     // pnlCtrlBottom
     //
     this.pnlCtrlBottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlBottom.Controls.Add(this.simpleButtonCancel);
     this.pnlCtrlBottom.Controls.Add(this.simpleButtonOK);
     this.pnlCtrlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlCtrlBottom.Location = new System.Drawing.Point(0, 208);
     this.pnlCtrlBottom.Name     = "pnlCtrlBottom";
     this.pnlCtrlBottom.Size     = new System.Drawing.Size(758, 48);
     this.pnlCtrlBottom.TabIndex = 2;
     this.pnlCtrlBottom.Text     = "panelControl3";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(670, 14);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 12;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(584, 14);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 11;
     this.simpleButtonOK.Text         = "OK";
     this.simpleButtonOK.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormForgetCardReceiptSelection
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(758, 256);
     this.Controls.Add(this.pnlCtrlCenter);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.pnlCtrlBottom);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormForgetCardReceiptSelection";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Forget Card Receipt";
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlCenter)).EndInit();
     this.pnlCtrlCenter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridControl11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBottom)).EndInit();
     this.pnlCtrlBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 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.groupControl1   = new DevExpress.XtraEditors.GroupControl();
     this.txtPassword     = new DevExpress.XtraEditors.TextEdit();
     this.label1          = new System.Windows.Forms.Label();
     this.txtEmployeeId   = new DevExpress.XtraEditors.TextEdit();
     this.lblDepositMoney = new System.Windows.Forms.Label();
     this.btnSave         = new DevExpress.XtraEditors.SimpleButton();
     this.Cancel          = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmployeeId.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.txtPassword);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.txtEmployeeId);
     this.groupControl1.Controls.Add(this.lblDepositMoney);
     this.groupControl1.Controls.Add(this.btnSave);
     this.groupControl1.Controls.Add(this.Cancel);
     this.groupControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location          = new System.Drawing.Point(0, 0);
     this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name        = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size        = new System.Drawing.Size(336, 141);
     this.groupControl1.TabIndex    = 5;
     this.groupControl1.Text        = "groupControl1";
     //
     // txtPassword
     //
     this.txtPassword.EditValue = "";
     this.txtPassword.Location  = new System.Drawing.Point(152, 48);
     this.txtPassword.Name      = "txtPassword";
     //
     // txtPassword.Properties
     //
     this.txtPassword.Properties.PasswordChar = '*';
     this.txtPassword.Size     = new System.Drawing.Size(104, 20);
     this.txtPassword.TabIndex = 4;
     this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PwKeyDown);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(48, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Password";
     //
     // txtEmployeeId
     //
     this.txtEmployeeId.EditValue = "";
     this.txtEmployeeId.Location  = new System.Drawing.Point(152, 16);
     this.txtEmployeeId.Name      = "txtEmployeeId";
     this.txtEmployeeId.Size      = new System.Drawing.Size(104, 20);
     this.txtEmployeeId.TabIndex  = 3;
     //
     // lblDepositMoney
     //
     this.lblDepositMoney.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDepositMoney.Location = new System.Drawing.Point(48, 16);
     this.lblDepositMoney.Name     = "lblDepositMoney";
     this.lblDepositMoney.Size     = new System.Drawing.Size(104, 23);
     this.lblDepositMoney.TabIndex = 0;
     this.lblDepositMoney.Text     = "Employee Id";
     //
     // btnSave
     //
     this.btnSave.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSave.Appearance.Options.UseFont = true;
     this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSave.Location    = new System.Drawing.Point(64, 88);
     this.btnSave.Name        = "btnSave";
     this.btnSave.Size        = new System.Drawing.Size(88, 20);
     this.btnSave.TabIndex    = 5;
     this.btnSave.Text        = "OK";
     this.btnSave.Click      += new System.EventHandler(this.btnSave_Click);
     //
     // Cancel
     //
     this.Cancel.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.Cancel.Appearance.Options.UseFont = true;
     this.Cancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Cancel.Location    = new System.Drawing.Point(168, 88);
     this.Cancel.Name        = "Cancel";
     this.Cancel.Size        = new System.Drawing.Size(72, 20);
     this.Cancel.TabIndex    = 6;
     this.Cancel.Text        = "Cancel";
     this.Cancel.Click      += new System.EventHandler(this.Cancel_Click);
     //
     // frmVerifyEmployee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(336, 141);
     this.Controls.Add(this.groupControl1);
     this.Name   = "frmVerifyEmployee";
     this.Text   = "Shift Verification";
     this.Enter += new System.EventHandler(this.btnSave_Click);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmployeeId.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.txtEdtRefNo   = new DevExpress.XtraEditors.TextEdit();
     this.label6        = new System.Windows.Forms.Label();
     this.calcEdtQty    = new DevExpress.XtraEditors.CalcEdit();
     this.lkpEdtItemFreebiePromotionCode = new DevExpress.XtraEditors.LookUpEdit();
     this.lkpEdtDiscount           = new DevExpress.XtraEditors.LookUpEdit();
     this.Label5                   = new System.Windows.Forms.Label();
     this.Label4                   = new System.Windows.Forms.Label();
     this.txtEdtUnitPrice          = new DevExpress.XtraEditors.TextEdit();
     this.txtEdtDescription        = new DevExpress.XtraEditors.TextEdit();
     this.txtEdtItemCode           = new DevExpress.XtraEditors.TextEdit();
     this.Label3                   = new System.Windows.Forms.Label();
     this.Label2                   = new System.Windows.Forms.Label();
     this.Label1                   = new System.Windows.Forms.Label();
     this.Label41                  = new System.Windows.Forms.Label();
     this.panelControl2            = new DevExpress.XtraEditors.PanelControl();
     this.panelControl4            = new DevExpress.XtraEditors.PanelControl();
     this.xtraTabControl1          = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1             = new DevExpress.XtraTab.XtraTabPage();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage2             = new DevExpress.XtraTab.XtraTabPage();
     this.gridControl2             = new DevExpress.XtraGrid.GridControl();
     this.gridView2                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn5              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn3              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl3            = new DevExpress.XtraEditors.PanelControl();
     this.simpleButtonCancel       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK           = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtRefNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdtQty.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtItemFreebiePromotionCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDiscount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtUnitPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtItemCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.txtEdtRefNo);
     this.panelControl1.Controls.Add(this.label6);
     this.panelControl1.Controls.Add(this.calcEdtQty);
     this.panelControl1.Controls.Add(this.lkpEdtItemFreebiePromotionCode);
     this.panelControl1.Controls.Add(this.lkpEdtDiscount);
     this.panelControl1.Controls.Add(this.Label5);
     this.panelControl1.Controls.Add(this.Label4);
     this.panelControl1.Controls.Add(this.txtEdtUnitPrice);
     this.panelControl1.Controls.Add(this.txtEdtDescription);
     this.panelControl1.Controls.Add(this.txtEdtItemCode);
     this.panelControl1.Controls.Add(this.Label3);
     this.panelControl1.Controls.Add(this.Label2);
     this.panelControl1.Controls.Add(this.Label1);
     this.panelControl1.Controls.Add(this.Label41);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(552, 216);
     this.panelControl1.TabIndex = 28;
     this.panelControl1.Text     = "panelControl1";
     //
     // txtEdtRefNo
     //
     this.txtEdtRefNo.EditValue = "";
     this.txtEdtRefNo.Enabled   = false;
     this.txtEdtRefNo.Location  = new System.Drawing.Point(136, 188);
     this.txtEdtRefNo.Name      = "txtEdtRefNo";
     //
     // txtEdtRefNo.Properties
     //
     this.txtEdtRefNo.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.txtEdtRefNo.Properties.Appearance.Options.UseFont = true;
     this.txtEdtRefNo.Properties.MaxLength = 49;
     this.txtEdtRefNo.Size     = new System.Drawing.Size(250, 23);
     this.txtEdtRefNo.TabIndex = 38;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(10, 188);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(109, 26);
     this.label6.TabIndex = 39;
     this.label6.Text     = "Ref No";
     //
     // calcEdtQty
     //
     this.calcEdtQty.EditValue = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.calcEdtQty.Location = new System.Drawing.Point(136, 66);
     this.calcEdtQty.Name     = "calcEdtQty";
     //
     // calcEdtQty.Properties
     //
     this.calcEdtQty.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.calcEdtQty.Properties.Appearance.Options.UseFont = true;
     this.calcEdtQty.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.calcEdtQty.Size              = new System.Drawing.Size(250, 23);
     this.calcEdtQty.TabIndex          = 2;
     this.calcEdtQty.EditValueChanged += new System.EventHandler(this.calcEdtQty_EditValueChanged);
     //
     // lkpEdtItemFreebiePromotionCode
     //
     this.lkpEdtItemFreebiePromotionCode.EditValue = "";
     this.lkpEdtItemFreebiePromotionCode.Location  = new System.Drawing.Point(136, 156);
     this.lkpEdtItemFreebiePromotionCode.Name      = "lkpEdtItemFreebiePromotionCode";
     //
     // lkpEdtItemFreebiePromotionCode.Properties
     //
     this.lkpEdtItemFreebiePromotionCode.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.lkpEdtItemFreebiePromotionCode.Properties.Appearance.Options.UseFont = true;
     this.lkpEdtItemFreebiePromotionCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtItemFreebiePromotionCode.Size              = new System.Drawing.Size(250, 23);
     this.lkpEdtItemFreebiePromotionCode.TabIndex          = 5;
     this.lkpEdtItemFreebiePromotionCode.EditValueChanged += new System.EventHandler(this.lkpEdtItemFreebiePromotionCode_EditValueChanged);
     //
     // lkpEdtDiscount
     //
     this.lkpEdtDiscount.EditValue = "";
     this.lkpEdtDiscount.Location  = new System.Drawing.Point(136, 126);
     this.lkpEdtDiscount.Name      = "lkpEdtDiscount";
     //
     // lkpEdtDiscount.Properties
     //
     this.lkpEdtDiscount.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.lkpEdtDiscount.Properties.Appearance.Options.UseFont = true;
     this.lkpEdtDiscount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtDiscount.Size     = new System.Drawing.Size(250, 23);
     this.lkpEdtDiscount.TabIndex = 4;
     //
     // Label5
     //
     this.Label5.AutoSize = true;
     this.Label5.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label5.Location = new System.Drawing.Point(10, 156);
     this.Label5.Name     = "Label5";
     this.Label5.Size     = new System.Drawing.Size(80, 26);
     this.Label5.TabIndex = 37;
     this.Label5.Text     = "Freebie";
     //
     // Label4
     //
     this.Label4.AutoSize = true;
     this.Label4.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label4.Location = new System.Drawing.Point(10, 126);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(93, 26);
     this.Label4.TabIndex = 36;
     this.Label4.Text     = "Discount";
     //
     // txtEdtUnitPrice
     //
     this.txtEdtUnitPrice.EditValue = "";
     this.txtEdtUnitPrice.Enabled   = false;
     this.txtEdtUnitPrice.Location  = new System.Drawing.Point(136, 96);
     this.txtEdtUnitPrice.Name      = "txtEdtUnitPrice";
     //
     // txtEdtUnitPrice.Properties
     //
     this.txtEdtUnitPrice.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.txtEdtUnitPrice.Properties.Appearance.Options.UseFont = true;
     this.txtEdtUnitPrice.Size     = new System.Drawing.Size(250, 23);
     this.txtEdtUnitPrice.TabIndex = 3;
     //
     // txtEdtDescription
     //
     this.txtEdtDescription.EditValue = "";
     this.txtEdtDescription.Enabled   = false;
     this.txtEdtDescription.Location  = new System.Drawing.Point(136, 36);
     this.txtEdtDescription.Name      = "txtEdtDescription";
     //
     // txtEdtDescription.Properties
     //
     this.txtEdtDescription.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.txtEdtDescription.Properties.Appearance.Options.UseFont = true;
     this.txtEdtDescription.Properties.MaxLength = 250;
     this.txtEdtDescription.Size     = new System.Drawing.Size(250, 23);
     this.txtEdtDescription.TabIndex = 1;
     //
     // txtEdtItemCode
     //
     this.txtEdtItemCode.EditValue = "";
     this.txtEdtItemCode.Enabled   = false;
     this.txtEdtItemCode.Location  = new System.Drawing.Point(136, 6);
     this.txtEdtItemCode.Name      = "txtEdtItemCode";
     //
     // txtEdtItemCode.Properties
     //
     this.txtEdtItemCode.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.txtEdtItemCode.Properties.Appearance.Options.UseFont = true;
     this.txtEdtItemCode.Size     = new System.Drawing.Size(250, 23);
     this.txtEdtItemCode.TabIndex = 0;
     //
     // Label3
     //
     this.Label3.AutoSize = true;
     this.Label3.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label3.Location = new System.Drawing.Point(10, 96);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(103, 26);
     this.Label3.TabIndex = 31;
     this.Label3.Text     = "Unit Price";
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label2.Location = new System.Drawing.Point(10, 66);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(92, 26);
     this.Label2.TabIndex = 30;
     this.Label2.Text     = "Quantity";
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label1.Location = new System.Drawing.Point(10, 36);
     this.Label1.Name     = "Label1";
     this.Label1.Size     = new System.Drawing.Size(119, 26);
     this.Label1.TabIndex = 29;
     this.Label1.Text     = "Description";
     //
     // Label41
     //
     this.Label41.AutoSize = true;
     this.Label41.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label41.Location = new System.Drawing.Point(10, 6);
     this.Label41.Name     = "Label41";
     this.Label41.Size     = new System.Drawing.Size(110, 26);
     this.Label41.TabIndex = 28;
     this.Label41.Text     = "Item Code";
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 216);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(552, 204);
     this.panelControl2.TabIndex = 29;
     this.panelControl2.Text     = "panelControl2";
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.xtraTabControl1);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(0, 0);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(552, 204);
     this.panelControl4.TabIndex = 6;
     this.panelControl4.Text     = "panelControl4";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(552, 204);
     this.xtraTabControl1.TabIndex        = 3;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     this.xtraTabControl1.Text = "xtraTabControl1";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gridControl1);
     this.xtraTabPage1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(546, 178);
     this.xtraTabPage1.Text = "Freebie-Package";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gridControl1.EmbeddedNavigator
     //
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit2
     });
     this.gridControl1.Size     = new System.Drawing.Size(546, 178);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn6,
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // gridColumn6
     //
     this.gridColumn6.ColumnEdit   = this.repositoryItemCheckEdit2;
     this.gridColumn6.FieldName    = "Checked";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width        = 36;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle  = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption   = "Package Code";
     this.gridColumn1.FieldName = "strPackageCode";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 126;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption   = "Package Description";
     this.gridColumn2.FieldName = "strDescription";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width        = 260;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gridControl2);
     this.xtraTabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(546, 178);
     this.xtraTabPage2.Text = "Freebie-Product";
     //
     // gridControl2
     //
     this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gridControl2.EmbeddedNavigator
     //
     this.gridControl2.EmbeddedNavigator.Name = "";
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.gridControl2.Size     = new System.Drawing.Size(546, 178);
     this.gridControl2.TabIndex = 1;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn5,
         this.gridColumn3,
         this.gridColumn4
     });
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     //
     // gridColumn5
     //
     this.gridColumn5.ColumnEdit   = this.repositoryItemCheckEdit1;
     this.gridColumn5.FieldName    = "Checked";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 0;
     this.gridColumn5.Width        = 36;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle  = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption   = "Product Code";
     this.gridColumn3.FieldName = "strProductCode";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width        = 115;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption   = "Product Description";
     this.gridColumn4.FieldName = "strDescription";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width        = 271;
     //
     // 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, 420);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(552, 32);
     this.panelControl3.TabIndex = 30;
     this.panelControl3.Text     = "panelControl3";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(468, 5);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 1;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(384, 5);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 0;
     this.simpleButtonOK.Text         = "OK";
     this.simpleButtonOK.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormAddItemFreebiesAndDiscount
     //
     this.AcceptButton      = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButtonCancel;
     this.ClientSize        = new System.Drawing.Size(552, 452);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormAddItemFreebiesAndDiscount";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Edit Item";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtRefNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdtQty.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtItemFreebiePromotionCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtDiscount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtUnitPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtItemCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cmbGoodsType    = new System.Windows.Forms.ComboBox();
     this.label18         = new System.Windows.Forms.Label();
     this.cmbGoodsName    = new System.Windows.Forms.ComboBox();
     this.label17         = new System.Windows.Forms.Label();
     this.txtStorageCount = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.txtLoseCount    = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.txtCount        = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.lbltitle        = new System.Windows.Forms.Label();
     this.sbtnClose       = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnOk          = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // cmbGoodsType
     //
     this.cmbGoodsType.Location = new System.Drawing.Point(360, 80);
     this.cmbGoodsType.Name     = "cmbGoodsType";
     this.cmbGoodsType.Size     = new System.Drawing.Size(144, 20);
     this.cmbGoodsType.TabIndex = 1;
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label18.Location  = new System.Drawing.Point(296, 88);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(64, 16);
     this.label18.TabIndex  = 42;
     this.label18.Text      = "物料型号";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cmbGoodsName
     //
     this.cmbGoodsName.Font                  = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.cmbGoodsName.Location              = new System.Drawing.Point(104, 80);
     this.cmbGoodsName.Name                  = "cmbGoodsName";
     this.cmbGoodsName.Size                  = new System.Drawing.Size(144, 21);
     this.cmbGoodsName.TabIndex              = 0;
     this.cmbGoodsName.SelectedIndexChanged += new System.EventHandler(this.cmbGoodsName_SelectedIndexChanged);
     //
     // label17
     //
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(40, 88);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(64, 16);
     this.label17.TabIndex  = 40;
     this.label17.Text      = "物料名称";
     //
     // txtStorageCount
     //
     this.txtStorageCount.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtStorageCount.Location  = new System.Drawing.Point(104, 120);
     this.txtStorageCount.MaxLength = 20;
     this.txtStorageCount.Name      = "txtStorageCount";
     this.txtStorageCount.Size      = new System.Drawing.Size(144, 22);
     this.txtStorageCount.TabIndex  = 2;
     this.txtStorageCount.Text      = "";
     this.txtStorageCount.GotFocus += new System.EventHandler(this.txtStorageCount_GotFocus);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 128);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 45;
     this.label1.Text     = "当前库存数量";
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location  = new System.Drawing.Point(16, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(264, 16);
     this.label3.TabIndex  = 48;
     this.label3.Text      = "请注意:此功能所述库存以“公斤”为单位";
     //
     // txtLoseCount
     //
     this.txtLoseCount.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtLoseCount.Location  = new System.Drawing.Point(360, 120);
     this.txtLoseCount.MaxLength = 20;
     this.txtLoseCount.Name      = "txtLoseCount";
     this.txtLoseCount.Size      = new System.Drawing.Size(144, 22);
     this.txtLoseCount.TabIndex  = 3;
     this.txtLoseCount.Text      = "";
     this.txtLoseCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLoseCount_KeyPress);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(312, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 49;
     this.label2.Text     = "损耗";
     //
     // txtCount
     //
     this.txtCount.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtCount.Location  = new System.Drawing.Point(200, 160);
     this.txtCount.MaxLength = 20;
     this.txtCount.Name      = "txtCount";
     this.txtCount.Size      = new System.Drawing.Size(144, 22);
     this.txtCount.TabIndex  = 4;
     this.txtCount.Text      = "";
     this.txtCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCount_KeyPress);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(120, 168);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(80, 16);
     this.label4.TabIndex = 51;
     this.label4.Text     = "库存实际数";
     //
     // lbltitle
     //
     this.lbltitle.Location  = new System.Drawing.Point(32, 40);
     this.lbltitle.Name      = "lbltitle";
     this.lbltitle.Size      = new System.Drawing.Size(464, 24);
     this.lbltitle.TabIndex  = 53;
     this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // sbtnClose
     //
     this.sbtnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnClose.Location    = new System.Drawing.Point(368, 208);
     this.sbtnClose.Name        = "sbtnClose";
     this.sbtnClose.Size        = new System.Drawing.Size(56, 23);
     this.sbtnClose.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnClose.TabIndex    = 6;
     this.sbtnClose.Text        = "关闭";
     this.sbtnClose.Click      += new System.EventHandler(this.sbtnClose_Click);
     //
     // sbtnOk
     //
     this.sbtnOk.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnOk.Location    = new System.Drawing.Point(104, 208);
     this.sbtnOk.Name        = "sbtnOk";
     this.sbtnOk.Size        = new System.Drawing.Size(72, 23);
     this.sbtnOk.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnOk.TabIndex    = 5;
     this.sbtnOk.Text        = "确定";
     this.sbtnOk.Click      += new System.EventHandler(this.sbtnOk_Click);
     //
     // frmOilStorageCheck
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(536, 246);
     this.Controls.Add(this.sbtnClose);
     this.Controls.Add(this.sbtnOk);
     this.Controls.Add(this.lbltitle);
     this.Controls.Add(this.txtCount);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtLoseCount);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtStorageCount);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cmbGoodsType);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.cmbGoodsName);
     this.Controls.Add(this.label17);
     this.Name          = "frmOilStorageCheck";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "库存盘点";
     this.Load         += new System.EventHandler(this.frmOilStorageCheck_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 18
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.label2                    = new System.Windows.Forms.Label();
     this.panelControlPackage       = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton1             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1           = new DevExpress.XtraEditors.SimpleButton();
     this.GcMemberGiro              = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn28              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlTop           = new DevExpress.XtraEditors.PanelControl();
     this.label1                    = new System.Windows.Forms.Label();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl1          = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).BeginInit();
     this.panelControlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Location = new System.Drawing.Point(-11, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(864, 42);
     this.panelControl1.TabIndex = 10;
     this.panelControl1.Text     = "panelControl1";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(10, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(310, 16);
     this.label2.TabIndex = 11;
     this.label2.Text     = "CHOOSE A MEMBER PACKAGE TO UPDATE:";
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton1);
     this.panelControlPackage.Controls.Add(this.simpleButton3);
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GcMemberGiro);
     this.panelControlPackage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 42);
     this.panelControlPackage.Name     = "panelControlPackage";
     this.panelControlPackage.Size     = new System.Drawing.Size(544, 340);
     this.panelControlPackage.TabIndex = 9;
     this.panelControlPackage.Text     = "panelControl4";
     this.panelControlPackage.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelControlPackage_Paint);
     //
     // simpleButton1
     //
     this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton1.Location     = new System.Drawing.Point(280, 304);
     this.simpleButton1.Name         = "simpleButton1";
     this.simpleButton1.TabIndex     = 14;
     this.simpleButton1.Text         = "Cancel";
     //
     // simpleButton3
     //
     this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButton3.Location     = new System.Drawing.Point(200, 304);
     this.simpleButton3.Name         = "simpleButton3";
     this.simpleButton3.TabIndex     = 13;
     this.simpleButton3.Text         = "OK";
     this.simpleButton3.Click       += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(778, 502);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.TabIndex     = 12;
     this.simpleButton2.Text         = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location     = new System.Drawing.Point(692, 504);
     this.simpleButtonOK1.Name         = "simpleButtonOK1";
     this.simpleButtonOK1.TabIndex     = 11;
     this.simpleButtonOK1.Text         = "OK";
     //
     // GcMemberGiro
     //
     //
     // GcMemberGiro.EmbeddedNavigator
     //
     this.GcMemberGiro.EmbeddedNavigator.Name = "";
     this.GcMemberGiro.Location          = new System.Drawing.Point(0, -4);
     this.GcMemberGiro.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.GcMemberGiro.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GcMemberGiro.LookAndFeel.UseWindowsXPTheme     = false;
     this.GcMemberGiro.MainView = this.gridViewMemberPackage;
     this.GcMemberGiro.Name     = "GcMemberGiro";
     this.GcMemberGiro.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.GcMemberGiro.Size     = new System.Drawing.Size(864, 288);
     this.GcMemberGiro.TabIndex = 8;
     this.GcMemberGiro.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewMemberPackage
     });
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.GridColumn28,
         this.GridColumn30,
         this.GridColumn31,
         this.GridColumn32,
         this.GridColumn33,
         this.GridColumn35,
         this.GridColumn44
     });
     this.gridViewMemberPackage.GridControl          = this.GcMemberGiro;
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel  = false;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption   = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name      = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit   = false;
     this.GridColumn28.OptionsColumn.AllowFocus  = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible      = true;
     this.GridColumn28.VisibleIndex = 0;
     this.GridColumn28.Width        = 69;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption   = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name      = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit   = false;
     this.GridColumn30.OptionsColumn.AllowFocus  = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible      = true;
     this.GridColumn30.VisibleIndex = 1;
     this.GridColumn30.Width        = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption   = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name      = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit   = false;
     this.GridColumn31.OptionsColumn.AllowFocus  = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible      = true;
     this.GridColumn31.VisibleIndex = 2;
     this.GridColumn31.Width        = 108;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name      = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit   = false;
     this.GridColumn32.OptionsColumn.AllowFocus  = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption   = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name      = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit   = false;
     this.GridColumn33.OptionsColumn.AllowFocus  = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Visible      = true;
     this.GridColumn33.VisibleIndex = 3;
     this.GridColumn33.Width        = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name      = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit   = false;
     this.GridColumn35.OptionsColumn.AllowFocus  = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Visible      = true;
     this.GridColumn35.VisibleIndex = 4;
     this.GridColumn35.Width        = 83;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name      = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit   = false;
     this.GridColumn44.OptionsColumn.AllowFocus  = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Visible      = true;
     this.GridColumn44.VisibleIndex = 5;
     this.GridColumn44.Width        = 104;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // panelControlTop
     //
     this.panelControlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlTop.Controls.Add(this.label1);
     this.panelControlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControlTop.Location = new System.Drawing.Point(0, 4);
     this.panelControlTop.Name     = "panelControlTop";
     this.panelControlTop.Size     = new System.Drawing.Size(544, 38);
     this.panelControlTop.TabIndex = 6;
     this.panelControlTop.Text     = "panelControl1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(286, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Upgrade Package";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.AutoScroll  = true;
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location    = new System.Drawing.Point(-5, 0);
     this.panelControlMemberPackage.Name        = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size        = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex    = 7;
     this.panelControlMemberPackage.Text        = "panelControl2";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(544, 4);
     this.splitterControl1.TabIndex = 8;
     this.splitterControl1.TabStop  = false;
     //
     // UpdateMemberGiro
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(544, 382);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlTop);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.Name  = "UpdateMemberGiro";
     this.Text  = "Update Member Giro Pkg";
     this.Load += new System.EventHandler(this.v_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).EndInit();
     this.panelControlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 19
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.cmbBranch = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.panelSun = new System.Windows.Forms.Panel();
     this.panelMonday = new System.Windows.Forms.Panel();
     this.lblMon = new System.Windows.Forms.Label();
     this.txtMonday = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblTUE = new System.Windows.Forms.Label();
     this.txtTUE = new System.Windows.Forms.Label();
     this.panelFriday = new System.Windows.Forms.Panel();
     this.lblFRI = new System.Windows.Forms.Label();
     this.txtFriday = new System.Windows.Forms.Label();
     this.panelSat = new System.Windows.Forms.Panel();
     this.panelFri = new System.Windows.Forms.Panel();
     this.panelThu = new System.Windows.Forms.Panel();
     this.panelWed = new System.Windows.Forms.Panel();
     this.panelTue = new System.Windows.Forms.Panel();
     this.panelMon = new System.Windows.Forms.Panel();
     this.panelWednesday = new System.Windows.Forms.Panel();
     this.lblWED = new System.Windows.Forms.Label();
     this.txtWED = new System.Windows.Forms.Label();
     this.panelThursday = new System.Windows.Forms.Panel();
     this.lblThu = new System.Windows.Forms.Label();
     this.txtThur = new System.Windows.Forms.Label();
     this.panelSaturday = new System.Windows.Forms.Panel();
     this.lblSAT = new System.Windows.Forms.Label();
     this.txtSAT = new System.Windows.Forms.Label();
     this.panelSunday = new System.Windows.Forms.Panel();
     this.lblSUN = new System.Windows.Forms.Label();
     this.txtSunday = new System.Windows.Forms.Label();
     this.btnNextWeek = new DevExpress.XtraEditors.SimpleButton();
     this.btnPastWeek = new DevExpress.XtraEditors.SimpleButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtClassDate = new System.Windows.Forms.MonthCalendar();
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.panelMonday.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panelFriday.SuspendLayout();
     this.panelWednesday.SuspendLayout();
     this.panelThursday.SuspendLayout();
     this.panelSaturday.SuspendLayout();
     this.panelSunday.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(16, 93);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 40);
     this.label1.TabIndex = 52;
     this.label1.Text = "Branch";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmbBranch
     //
     this.cmbBranch.Location = new System.Drawing.Point(80, 104);
     this.cmbBranch.Name = "cmbBranch";
     this.cmbBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbBranch.Size = new System.Drawing.Size(176, 20);
     this.cmbBranch.TabIndex = 51;
     this.cmbBranch.SelectedValueChanged += new System.EventHandler(this.cmbBranch_SelectedValueChanged);
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.groupControl1.Appearance.Options.UseBackColor = true;
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.panelSun);
     this.groupControl1.Controls.Add(this.panelMonday);
     this.groupControl1.Controls.Add(this.panel4);
     this.groupControl1.Controls.Add(this.panelFriday);
     this.groupControl1.Controls.Add(this.panelSat);
     this.groupControl1.Controls.Add(this.panelFri);
     this.groupControl1.Controls.Add(this.panelThu);
     this.groupControl1.Controls.Add(this.panelWed);
     this.groupControl1.Controls.Add(this.panelTue);
     this.groupControl1.Controls.Add(this.panelMon);
     this.groupControl1.Controls.Add(this.panelWednesday);
     this.groupControl1.Controls.Add(this.panelThursday);
     this.groupControl1.Controls.Add(this.panelSaturday);
     this.groupControl1.Controls.Add(this.panelSunday);
     this.groupControl1.Location = new System.Drawing.Point(0, 120);
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(912, 568);
     this.groupControl1.TabIndex = 32;
     //
     // panelSun
     //
     this.panelSun.BackColor = System.Drawing.Color.Transparent;
     this.panelSun.Location = new System.Drawing.Point(8, 56);
     this.panelSun.Name = "panelSun";
     this.panelSun.Size = new System.Drawing.Size(128, 480);
     this.panelSun.TabIndex = 55;
     //
     // panelMonday
     //
     this.panelMonday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelMonday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMonday.Controls.Add(this.lblMon);
     this.panelMonday.Controls.Add(this.txtMonday);
     this.panelMonday.Location = new System.Drawing.Point(136, 24);
     this.panelMonday.Name = "panelMonday";
     this.panelMonday.Size = new System.Drawing.Size(128, 32);
     this.panelMonday.TabIndex = 54;
     //
     // lblMon
     //
     this.lblMon.BackColor = System.Drawing.Color.PowderBlue;
     this.lblMon.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMon.Location = new System.Drawing.Point(0, 0);
     this.lblMon.Name = "lblMon";
     this.lblMon.Size = new System.Drawing.Size(128, 16);
     this.lblMon.TabIndex = 1;
     this.lblMon.Text = "MON";
     this.lblMon.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtMonday
     //
     this.txtMonday.BackColor = System.Drawing.Color.PowderBlue;
     this.txtMonday.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMonday.Location = new System.Drawing.Point(0, 16);
     this.txtMonday.Name = "txtMonday";
     this.txtMonday.Size = new System.Drawing.Size(128, 16);
     this.txtMonday.TabIndex = 2;
     this.txtMonday.Text = "17/6/2005";
     this.txtMonday.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel4.Controls.Add(this.lblTUE);
     this.panel4.Controls.Add(this.txtTUE);
     this.panel4.Location = new System.Drawing.Point(264, 24);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(128, 32);
     this.panel4.TabIndex = 52;
     //
     // lblTUE
     //
     this.lblTUE.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTUE.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTUE.Location = new System.Drawing.Point(0, 0);
     this.lblTUE.Name = "lblTUE";
     this.lblTUE.Size = new System.Drawing.Size(128, 16);
     this.lblTUE.TabIndex = 1;
     this.lblTUE.Text = "TUE";
     this.lblTUE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtTUE
     //
     this.txtTUE.BackColor = System.Drawing.Color.PowderBlue;
     this.txtTUE.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTUE.Location = new System.Drawing.Point(0, 16);
     this.txtTUE.Name = "txtTUE";
     this.txtTUE.Size = new System.Drawing.Size(128, 16);
     this.txtTUE.TabIndex = 2;
     this.txtTUE.Text = "17/6/2005";
     this.txtTUE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelFriday
     //
     this.panelFriday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelFriday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFriday.Controls.Add(this.lblFRI);
     this.panelFriday.Controls.Add(this.txtFriday);
     this.panelFriday.Location = new System.Drawing.Point(648, 24);
     this.panelFriday.Name = "panelFriday";
     this.panelFriday.Size = new System.Drawing.Size(128, 32);
     this.panelFriday.TabIndex = 48;
     //
     // lblFRI
     //
     this.lblFRI.BackColor = System.Drawing.Color.PowderBlue;
     this.lblFRI.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFRI.Location = new System.Drawing.Point(0, 0);
     this.lblFRI.Name = "lblFRI";
     this.lblFRI.Size = new System.Drawing.Size(128, 16);
     this.lblFRI.TabIndex = 1;
     this.lblFRI.Text = "FRI";
     this.lblFRI.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtFriday
     //
     this.txtFriday.BackColor = System.Drawing.Color.PowderBlue;
     this.txtFriday.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFriday.Location = new System.Drawing.Point(0, 16);
     this.txtFriday.Name = "txtFriday";
     this.txtFriday.Size = new System.Drawing.Size(128, 16);
     this.txtFriday.TabIndex = 2;
     this.txtFriday.Text = "17/6/2005";
     this.txtFriday.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelSat
     //
     this.panelSat.BackColor = System.Drawing.Color.Transparent;
     this.panelSat.Location = new System.Drawing.Point(776, 56);
     this.panelSat.Name = "panelSat";
     this.panelSat.Size = new System.Drawing.Size(128, 480);
     this.panelSat.TabIndex = 42;
     //
     // panelFri
     //
     this.panelFri.BackColor = System.Drawing.Color.Transparent;
     this.panelFri.Location = new System.Drawing.Point(648, 56);
     this.panelFri.Name = "panelFri";
     this.panelFri.Size = new System.Drawing.Size(128, 480);
     this.panelFri.TabIndex = 37;
     //
     // panelThu
     //
     this.panelThu.BackColor = System.Drawing.Color.Transparent;
     this.panelThu.Location = new System.Drawing.Point(520, 56);
     this.panelThu.Name = "panelThu";
     this.panelThu.Size = new System.Drawing.Size(128, 480);
     this.panelThu.TabIndex = 36;
     //
     // panelWed
     //
     this.panelWed.BackColor = System.Drawing.Color.Transparent;
     this.panelWed.Location = new System.Drawing.Point(392, 56);
     this.panelWed.Name = "panelWed";
     this.panelWed.Size = new System.Drawing.Size(128, 480);
     this.panelWed.TabIndex = 35;
     //
     // panelTue
     //
     this.panelTue.BackColor = System.Drawing.Color.Transparent;
     this.panelTue.Location = new System.Drawing.Point(264, 56);
     this.panelTue.Name = "panelTue";
     this.panelTue.Size = new System.Drawing.Size(128, 480);
     this.panelTue.TabIndex = 34;
     this.panelTue.Paint += new System.Windows.Forms.PaintEventHandler(this.panelTue_Paint);
     //
     // panelMon
     //
     this.panelMon.BackColor = System.Drawing.Color.Transparent;
     this.panelMon.Location = new System.Drawing.Point(136, 56);
     this.panelMon.Name = "panelMon";
     this.panelMon.Size = new System.Drawing.Size(128, 480);
     this.panelMon.TabIndex = 33;
     //
     // panelWednesday
     //
     this.panelWednesday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelWednesday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelWednesday.Controls.Add(this.lblWED);
     this.panelWednesday.Controls.Add(this.txtWED);
     this.panelWednesday.Location = new System.Drawing.Point(392, 24);
     this.panelWednesday.Name = "panelWednesday";
     this.panelWednesday.Size = new System.Drawing.Size(128, 32);
     this.panelWednesday.TabIndex = 51;
     //
     // lblWED
     //
     this.lblWED.BackColor = System.Drawing.Color.PowderBlue;
     this.lblWED.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWED.Location = new System.Drawing.Point(0, 0);
     this.lblWED.Name = "lblWED";
     this.lblWED.Size = new System.Drawing.Size(128, 16);
     this.lblWED.TabIndex = 1;
     this.lblWED.Text = "WED";
     this.lblWED.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtWED
     //
     this.txtWED.BackColor = System.Drawing.Color.PowderBlue;
     this.txtWED.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWED.Location = new System.Drawing.Point(0, 16);
     this.txtWED.Name = "txtWED";
     this.txtWED.Size = new System.Drawing.Size(128, 16);
     this.txtWED.TabIndex = 2;
     this.txtWED.Text = "17/6/2005";
     this.txtWED.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelThursday
     //
     this.panelThursday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelThursday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelThursday.Controls.Add(this.lblThu);
     this.panelThursday.Controls.Add(this.txtThur);
     this.panelThursday.Location = new System.Drawing.Point(520, 24);
     this.panelThursday.Name = "panelThursday";
     this.panelThursday.Size = new System.Drawing.Size(128, 32);
     this.panelThursday.TabIndex = 51;
     //
     // lblThu
     //
     this.lblThu.BackColor = System.Drawing.Color.PowderBlue;
     this.lblThu.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblThu.Location = new System.Drawing.Point(0, 0);
     this.lblThu.Name = "lblThu";
     this.lblThu.Size = new System.Drawing.Size(128, 16);
     this.lblThu.TabIndex = 1;
     this.lblThu.Text = "THU";
     this.lblThu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtThur
     //
     this.txtThur.BackColor = System.Drawing.Color.PowderBlue;
     this.txtThur.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThur.Location = new System.Drawing.Point(0, 16);
     this.txtThur.Name = "txtThur";
     this.txtThur.Size = new System.Drawing.Size(128, 16);
     this.txtThur.TabIndex = 2;
     this.txtThur.Text = "17/6/2005";
     this.txtThur.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelSaturday
     //
     this.panelSaturday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelSaturday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSaturday.Controls.Add(this.lblSAT);
     this.panelSaturday.Controls.Add(this.txtSAT);
     this.panelSaturday.Location = new System.Drawing.Point(776, 24);
     this.panelSaturday.Name = "panelSaturday";
     this.panelSaturday.Size = new System.Drawing.Size(128, 32);
     this.panelSaturday.TabIndex = 50;
     //
     // lblSAT
     //
     this.lblSAT.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSAT.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSAT.Location = new System.Drawing.Point(0, 0);
     this.lblSAT.Name = "lblSAT";
     this.lblSAT.Size = new System.Drawing.Size(128, 16);
     this.lblSAT.TabIndex = 1;
     this.lblSAT.Text = "SAT";
     this.lblSAT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtSAT
     //
     this.txtSAT.BackColor = System.Drawing.Color.PowderBlue;
     this.txtSAT.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSAT.Location = new System.Drawing.Point(0, 16);
     this.txtSAT.Name = "txtSAT";
     this.txtSAT.Size = new System.Drawing.Size(128, 16);
     this.txtSAT.TabIndex = 2;
     this.txtSAT.Text = "17/6/2005";
     this.txtSAT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelSunday
     //
     this.panelSunday.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelSunday.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSunday.Controls.Add(this.lblSUN);
     this.panelSunday.Controls.Add(this.txtSunday);
     this.panelSunday.Location = new System.Drawing.Point(8, 24);
     this.panelSunday.Name = "panelSunday";
     this.panelSunday.Size = new System.Drawing.Size(128, 32);
     this.panelSunday.TabIndex = 52;
     //
     // lblSUN
     //
     this.lblSUN.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSUN.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSUN.Location = new System.Drawing.Point(0, 0);
     this.lblSUN.Name = "lblSUN";
     this.lblSUN.Size = new System.Drawing.Size(128, 16);
     this.lblSUN.TabIndex = 1;
     this.lblSUN.Text = "SUN";
     this.lblSUN.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtSunday
     //
     this.txtSunday.BackColor = System.Drawing.Color.PowderBlue;
     this.txtSunday.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSunday.Location = new System.Drawing.Point(0, 16);
     this.txtSunday.Name = "txtSunday";
     this.txtSunday.Size = new System.Drawing.Size(128, 16);
     this.txtSunday.TabIndex = 2;
     this.txtSunday.Text = "17/6/2005";
     this.txtSunday.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnNextWeek
     //
     this.btnNextWeek.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.btnNextWeek.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnNextWeek.Appearance.Options.UseBackColor = true;
     this.btnNextWeek.Appearance.Options.UseFont = true;
     this.btnNextWeek.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnNextWeek.Location = new System.Drawing.Point(683, 88);
     this.btnNextWeek.Name = "btnNextWeek";
     this.btnNextWeek.Size = new System.Drawing.Size(96, 40);
     this.btnNextWeek.TabIndex = 47;
     this.btnNextWeek.Text = "Next >>";
     this.btnNextWeek.Click += new System.EventHandler(this.btnNextWeek_Click);
     //
     // btnPastWeek
     //
     this.btnPastWeek.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.btnPastWeek.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPastWeek.Appearance.Options.UseBackColor = true;
     this.btnPastWeek.Appearance.Options.UseFont = true;
     this.btnPastWeek.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPastWeek.Location = new System.Drawing.Point(352, 88);
     this.btnPastWeek.Name = "btnPastWeek";
     this.btnPastWeek.Size = new System.Drawing.Size(96, 40);
     this.btnPastWeek.TabIndex = 46;
     this.btnPastWeek.Text = "<< Previous";
     this.btnPastWeek.Click += new System.EventHandler(this.btnPastWeek_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtClassDate);
     this.groupBox1.Controls.Add(this.cmbBranch);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btnPastWeek);
     this.groupBox1.Controls.Add(this.btnNextWeek);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(912, 136);
     this.groupBox1.TabIndex = 58;
     this.groupBox1.TabStop = false;
     //
     // dtClassDate
     //
     this.dtClassDate.Location = new System.Drawing.Point(472, 0);
     this.dtClassDate.Name = "dtClassDate";
     this.dtClassDate.TabIndex = 56;
     this.dtClassDate.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.dtClassDate_DateChanged);
     //
     // RPClassAnalysis
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(928, 592);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "RPClassAnalysis";
     this.Text = "Class Analysis";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.RPClassAnalysis_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmbBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.panelMonday.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panelFriday.ResumeLayout(false);
     this.panelWednesday.ResumeLayout(false);
     this.panelThursday.ResumeLayout(false);
     this.panelSaturday.ResumeLayout(false);
     this.panelSunday.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 20
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);
 }
 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.lkpEdtLeaveType = new DevExpress.XtraEditors.LookUpEdit();
     this.dtEdtLeaveStartDate = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtLeaveEndDate = new DevExpress.XtraEditors.DateEdit();
     this.dtEdtNewExpiry = new DevExpress.XtraEditors.DateEdit();
     this.lblnewPackageExt = new System.Windows.Forms.Label();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.txtOther = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLeaveType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 130);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Leave Type";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 1;
     this.label2.Text = "Leave Start Date";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(10, 64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 2;
     this.label3.Text = "Leave End Date";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(10, 96);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 3;
     this.label4.Text = "Old Expiry Date";
     this.label4.Visible = false;
     //
     // lkpEdtLeaveType
     //
     this.lkpEdtLeaveType.EditValue = "";
     this.lkpEdtLeaveType.Location = new System.Drawing.Point(116, 132);
     this.lkpEdtLeaveType.Name = "lkpEdtLeaveType";
     this.lkpEdtLeaveType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtLeaveType.Size = new System.Drawing.Size(216, 20);
     this.lkpEdtLeaveType.TabIndex = 0;
     this.lkpEdtLeaveType.EditValueChanged += new System.EventHandler(this.lkpEdtLeaveType_EditValueChanged);
     //
     // dtEdtLeaveStartDate
     //
     this.dtEdtLeaveStartDate.EditValue = new System.DateTime(2005, 11, 15, 0, 0, 0, 0);
     this.dtEdtLeaveStartDate.Location = new System.Drawing.Point(118, 32);
     this.dtEdtLeaveStartDate.Name = "dtEdtLeaveStartDate";
     this.dtEdtLeaveStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEdtLeaveStartDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveStartDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveStartDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveStartDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveStartDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtEdtLeaveStartDate.Size = new System.Drawing.Size(172, 20);
     this.dtEdtLeaveStartDate.TabIndex = 1;
     //
     // dtEdtLeaveEndDate
     //
     this.dtEdtLeaveEndDate.EditValue = new System.DateTime(2005, 11, 15, 0, 0, 0, 0);
     this.dtEdtLeaveEndDate.Location = new System.Drawing.Point(118, 64);
     this.dtEdtLeaveEndDate.Name = "dtEdtLeaveEndDate";
     this.dtEdtLeaveEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEdtLeaveEndDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveEndDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveEndDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtLeaveEndDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtLeaveEndDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtEdtLeaveEndDate.Size = new System.Drawing.Size(172, 20);
     this.dtEdtLeaveEndDate.TabIndex = 2;
     //
     // dtEdtNewExpiry
     //
     this.dtEdtNewExpiry.EditValue = new System.DateTime(2005, 11, 15, 0, 0, 0, 0);
     this.dtEdtNewExpiry.Enabled = false;
     this.dtEdtNewExpiry.Location = new System.Drawing.Point(118, 96);
     this.dtEdtNewExpiry.Name = "dtEdtNewExpiry";
     this.dtEdtNewExpiry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtEdtNewExpiry.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtNewExpiry.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtNewExpiry.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtEdtNewExpiry.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtEdtNewExpiry.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
             new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dtEdtNewExpiry.Size = new System.Drawing.Size(172, 20);
     this.dtEdtNewExpiry.TabIndex = 3;
     this.dtEdtNewExpiry.Visible = false;
     //
     // lblnewPackageExt
     //
     this.lblnewPackageExt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblnewPackageExt.Location = new System.Drawing.Point(10, 4);
     this.lblnewPackageExt.Name = "lblnewPackageExt";
     this.lblnewPackageExt.Size = new System.Drawing.Size(384, 20);
     this.lblnewPackageExt.TabIndex = 49;
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(214, 232);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonCancel.TabIndex = 6;
     this.simpleButtonCancel.Text = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(134, 232);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK.TabIndex = 5;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // txtOther
     //
     this.txtOther.Enabled = false;
     this.txtOther.Location = new System.Drawing.Point(118, 164);
     this.txtOther.Multiline = true;
     this.txtOther.Name = "txtOther";
     this.txtOther.Size = new System.Drawing.Size(212, 56);
     this.txtOther.TabIndex = 50;
     //
     // FormNewMemberPackageExtension
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(398, 272);
     this.Controls.Add(this.txtOther);
     this.Controls.Add(this.simpleButtonCancel);
     this.Controls.Add(this.simpleButtonOK);
     this.Controls.Add(this.lblnewPackageExt);
     this.Controls.Add(this.dtEdtNewExpiry);
     this.Controls.Add(this.dtEdtLeaveEndDate);
     this.Controls.Add(this.dtEdtLeaveStartDate);
     this.Controls.Add(this.lkpEdtLeaveType);
     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.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormNewMemberCreditPackageExtension";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Member Credit Package Extension";
     this.Load += new System.EventHandler(this.FormNewMemberCreditPackageExtension_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtLeaveType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtLeaveEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEdtNewExpiry.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 22
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.label1        = new System.Windows.Forms.Label();
     this.SentDate      = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.SentDate.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSave.Location    = new System.Drawing.Point(72, 56);
     this.btnSave.Name        = "btnSave";
     this.btnSave.Size        = new System.Drawing.Size(62, 20);
     this.btnSave.TabIndex    = 24;
     this.btnSave.Text        = "Save";
     this.btnSave.Click      += new System.EventHandler(this.btnSave_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(40, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 23;
     this.label1.Text     = "Date Sent";
     //
     // SentDate
     //
     this.SentDate.EditValue = new System.DateTime(2006, 5, 19, 0, 0, 0, 0);
     this.SentDate.Location  = new System.Drawing.Point(120, 24);
     this.SentDate.Name      = "SentDate";
     //
     // SentDate.Properties
     //
     this.SentDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.SentDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.SentDate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.SentDate.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.SentDate.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.SentDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.SentDate.Size     = new System.Drawing.Size(136, 20);
     this.SentDate.TabIndex = 22;
     //
     // simpleButton1
     //
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.simpleButton1.Location    = new System.Drawing.Point(144, 56);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.Size        = new System.Drawing.Size(62, 20);
     this.simpleButton1.TabIndex    = 25;
     this.simpleButton1.Text        = "Cancel";
     this.simpleButton1.Click      += new System.EventHandler(this.simpleButton1_Click);
     //
     // frmIPP_Send
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(288, 101);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.SentDate);
     this.Controls.Add(this.simpleButton1);
     this.Name  = "frmIPP_Send";
     this.Text  = "Send IPP";
     this.Load += new System.EventHandler(this.frmIPP_Send_Load);
     ((System.ComponentModel.ISupportInitialize)(this.SentDate.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UsersFrm));
     this.groupControlInsert = new DevExpress.XtraEditors.GroupControl();
     this.CEAddActive = new DevExpress.XtraEditors.CheckEdit();
     this.BtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.TxtAddItem = new DevExpress.XtraEditors.TextEdit();
     this.TxtAddPass2 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.TxtAddPass1 = new DevExpress.XtraEditors.TextEdit();
     this.groupControlUpdate = new DevExpress.XtraEditors.GroupControl();
     this.CEEditActive = new DevExpress.XtraEditors.CheckEdit();
     this.BtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.TxtEditPass2 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.TxtEditPass1 = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.TxtEditItem = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.BtnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.BtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInsert)).BeginInit();
     this.groupControlInsert.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEAddActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).BeginInit();
     this.groupControlUpdate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEEditActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlInsert
     //
     this.groupControlInsert.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupControlInsert.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlInsert.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlInsert.Controls.Add(this.CEAddActive);
     this.groupControlInsert.Controls.Add(this.BtnAdd);
     this.groupControlInsert.Controls.Add(this.TxtAddItem);
     this.groupControlInsert.Controls.Add(this.TxtAddPass2);
     this.groupControlInsert.Controls.Add(this.labelControl3);
     this.groupControlInsert.Controls.Add(this.labelControl7);
     this.groupControlInsert.Controls.Add(this.labelControl6);
     this.groupControlInsert.Controls.Add(this.TxtAddPass1);
     this.groupControlInsert.Location = new System.Drawing.Point(9, 239);
     this.groupControlInsert.Name = "groupControlInsert";
     this.groupControlInsert.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlInsert.Size = new System.Drawing.Size(341, 153);
     this.groupControlInsert.TabIndex = 7;
     this.groupControlInsert.Text = "اضافة مستخدم جديد";
     //
     // CEAddActive
     //
     this.CEAddActive.EditValue = true;
     this.CEAddActive.Location = new System.Drawing.Point(143, 99);
     this.CEAddActive.Name = "CEAddActive";
     this.CEAddActive.Properties.Caption = "متاح";
     this.CEAddActive.Size = new System.Drawing.Size(62, 19);
     this.CEAddActive.TabIndex = 10;
     //
     // BtnAdd
     //
     this.BtnAdd.Enabled = false;
     this.BtnAdd.Location = new System.Drawing.Point(95, 124);
     this.BtnAdd.Name = "BtnAdd";
     this.BtnAdd.Size = new System.Drawing.Size(110, 23);
     this.BtnAdd.TabIndex = 11;
     this.BtnAdd.Text = "اضافه";
     this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
     //
     // TxtAddItem
     //
     this.TxtAddItem.Location = new System.Drawing.Point(32, 24);
     this.TxtAddItem.Name = "TxtAddItem";
     this.TxtAddItem.Properties.MaxLength = 25;
     this.TxtAddItem.Properties.NullValuePrompt = "ادخل اسم";
     this.TxtAddItem.Size = new System.Drawing.Size(173, 19);
     this.TxtAddItem.TabIndex = 7;
     this.TxtAddItem.EditValueChanged += new System.EventHandler(this.TxtNewItem_EditValueChanged);
     //
     // TxtAddPass2
     //
     this.TxtAddPass2.Location = new System.Drawing.Point(32, 74);
     this.TxtAddPass2.Name = "TxtAddPass2";
     this.TxtAddPass2.Properties.MaxLength = 25;
     this.TxtAddPass2.Properties.NullValuePrompt = "اعد كتابة كلمة المرور";
     this.TxtAddPass2.Properties.PasswordChar = '*';
     this.TxtAddPass2.Size = new System.Drawing.Size(173, 19);
     this.TxtAddPass2.TabIndex = 9;
     this.TxtAddPass2.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(225, 24);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(74, 13);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text = "اسم المستخدم";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(211, 77);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(76, 13);
     this.labelControl7.TabIndex = 0;
     this.labelControl7.Text = "تأكيد كلمة المرور";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(249, 52);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(52, 13);
     this.labelControl6.TabIndex = 0;
     this.labelControl6.Text = "كلمة المرور";
     //
     // TxtAddPass1
     //
     this.TxtAddPass1.Location = new System.Drawing.Point(32, 49);
     this.TxtAddPass1.Name = "TxtAddPass1";
     this.TxtAddPass1.Properties.MaxLength = 25;
     this.TxtAddPass1.Properties.NullValuePrompt = "ادخل كلمة المرور";
     this.TxtAddPass1.Properties.PasswordChar = '*';
     this.TxtAddPass1.Size = new System.Drawing.Size(173, 19);
     this.TxtAddPass1.TabIndex = 8;
     this.TxtAddPass1.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged);
     //
     // groupControlUpdate
     //
     this.groupControlUpdate.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupControlUpdate.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlUpdate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlUpdate.Controls.Add(this.CEEditActive);
     this.groupControlUpdate.Controls.Add(this.BtnUpdate);
     this.groupControlUpdate.Controls.Add(this.TxtEditPass2);
     this.groupControlUpdate.Controls.Add(this.labelControl5);
     this.groupControlUpdate.Controls.Add(this.TxtEditPass1);
     this.groupControlUpdate.Controls.Add(this.labelControl4);
     this.groupControlUpdate.Controls.Add(this.TxtEditItem);
     this.groupControlUpdate.Controls.Add(this.labelControl2);
     this.groupControlUpdate.Location = new System.Drawing.Point(9, 75);
     this.groupControlUpdate.Name = "groupControlUpdate";
     this.groupControlUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlUpdate.Size = new System.Drawing.Size(341, 158);
     this.groupControlUpdate.TabIndex = 2;
     this.groupControlUpdate.Text = "تعديل مستخدم";
     //
     // CEEditActive
     //
     this.CEEditActive.EditValue = true;
     this.CEEditActive.Location = new System.Drawing.Point(141, 104);
     this.CEEditActive.Name = "CEEditActive";
     this.CEEditActive.Properties.Caption = "متاح";
     this.CEEditActive.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.CEEditActive.Size = new System.Drawing.Size(64, 19);
     this.CEEditActive.TabIndex = 5;
     //
     // BtnUpdate
     //
     this.BtnUpdate.Enabled = false;
     this.BtnUpdate.Location = new System.Drawing.Point(95, 129);
     this.BtnUpdate.Name = "BtnUpdate";
     this.BtnUpdate.Size = new System.Drawing.Size(110, 23);
     this.BtnUpdate.TabIndex = 6;
     this.BtnUpdate.Text = "تعديل";
     this.BtnUpdate.Click += new System.EventHandler(this.BtnUpdate_Click);
     //
     // TxtEditPass2
     //
     this.TxtEditPass2.Location = new System.Drawing.Point(32, 79);
     this.TxtEditPass2.Name = "TxtEditPass2";
     this.TxtEditPass2.Properties.MaxLength = 25;
     this.TxtEditPass2.Properties.NullValuePrompt = "اعد كتابة كلمة المرور";
     this.TxtEditPass2.Properties.PasswordChar = '*';
     this.TxtEditPass2.Size = new System.Drawing.Size(173, 19);
     this.TxtEditPass2.TabIndex = 4;
     this.TxtEditPass2.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged);
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(211, 82);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(76, 13);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text = "تأكيد كلمة المرور";
     //
     // TxtEditPass1
     //
     this.TxtEditPass1.Location = new System.Drawing.Point(32, 54);
     this.TxtEditPass1.Name = "TxtEditPass1";
     this.TxtEditPass1.Properties.MaxLength = 25;
     this.TxtEditPass1.Properties.NullValuePrompt = "ادخل كلمة المرور";
     this.TxtEditPass1.Properties.PasswordChar = '*';
     this.TxtEditPass1.Size = new System.Drawing.Size(173, 19);
     this.TxtEditPass1.TabIndex = 3;
     this.TxtEditPass1.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged);
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(247, 57);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(52, 13);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text = "كلمة المرور";
     //
     // TxtEditItem
     //
     this.TxtEditItem.Location = new System.Drawing.Point(32, 29);
     this.TxtEditItem.Name = "TxtEditItem";
     this.TxtEditItem.Properties.MaxLength = 25;
     this.TxtEditItem.Properties.NullValuePrompt = "ادخل اسم";
     this.TxtEditItem.Size = new System.Drawing.Size(173, 19);
     this.TxtEditItem.TabIndex = 2;
     this.TxtEditItem.EditValueChanged += new System.EventHandler(this.TxtEditItem_EditValueChanged);
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(233, 32);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(58, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text = "تعديل الاسم";
     //
     // groupControlSelect
     //
     this.groupControlSelect.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlSelect.Controls.Add(this.BtnDelete);
     this.groupControlSelect.Controls.Add(this.LUEItems);
     this.groupControlSelect.Controls.Add(this.labelControl1);
     this.groupControlSelect.Location = new System.Drawing.Point(9, 10);
     this.groupControlSelect.Name = "groupControlSelect";
     this.groupControlSelect.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlSelect.Size = new System.Drawing.Size(341, 59);
     this.groupControlSelect.TabIndex = 0;
     this.groupControlSelect.Text = "جميع المستخدمين";
     //
     // BtnDelete
     //
     this.BtnDelete.Enabled = false;
     this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
     this.BtnDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.BtnDelete.Location = new System.Drawing.Point(21, 26);
     this.BtnDelete.Name = "BtnDelete";
     this.BtnDelete.Size = new System.Drawing.Size(44, 22);
     this.BtnDelete.TabIndex = 1;
     this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
     //
     // LUEItems
     //
     this.LUEItems.Location = new System.Drawing.Point(68, 29);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserName", "اسم المستخدم", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(173, 19);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(247, 32);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(66, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختار مستخدم";
     //
     // BtnRefresh
     //
     this.BtnRefresh.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.BtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("BtnRefresh.Image")));
     this.BtnRefresh.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.BtnRefresh.Location = new System.Drawing.Point(356, 79);
     this.BtnRefresh.Name = "BtnRefresh";
     this.BtnRefresh.Size = new System.Drawing.Size(31, 241);
     this.BtnRefresh.TabIndex = 12;
     this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
     //
     // UsersFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(394, 398);
     this.Controls.Add(this.BtnRefresh);
     this.Controls.Add(this.groupControlInsert);
     this.Controls.Add(this.groupControlUpdate);
     this.Controls.Add(this.groupControlSelect);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "UsersFrm";
     this.Text = "المستخدمين";
     this.Load += new System.EventHandler(this.EditorJobFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInsert)).EndInit();
     this.groupControlInsert.ResumeLayout(false);
     this.groupControlInsert.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEAddActive.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtAddPass1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).EndInit();
     this.groupControlUpdate.ResumeLayout(false);
     this.groupControlUpdate.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEEditActive.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditPass1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtEditItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit();
     this.groupControlSelect.ResumeLayout(false);
     this.groupControlSelect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 24
0
 private void InitializeComponent()
 {
     this.btnOk       = new DevExpress.XtraEditors.SimpleButton();
     this.plCtlBottom = new DevExpress.XtraEditors.PanelControl();
     this.btnChg      = new DevExpress.XtraEditors.SimpleButton();
     this.popTree     = new DevExpress.XtraTreeList.TreeList();
     this.popCrSend   = new DevExpress.XtraEditors.PopupContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.plCtlBottom)).BeginInit();
     this.plCtlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popCrSend)).BeginInit();
     this.popCrSend.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOk
     //
     this.btnOk.Location = new System.Drawing.Point(23, 2);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(60, 23);
     this.btnOk.Click   += new EventHandler(btnOk_Click);
     this.btnOk.TabIndex = 0;
     this.btnOk.Text     = "确定";
     //
     // plCtlBottom
     //
     this.plCtlBottom.Controls.Add(this.btnChg);
     this.plCtlBottom.Controls.Add(this.btnOk);
     this.plCtlBottom.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.plCtlBottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.plCtlBottom.Location    = new System.Drawing.Point(2, 195);
     this.plCtlBottom.Name        = "plCtlBottom";
     this.plCtlBottom.TabIndex    = 5;
     //
     // btnChg
     //
     this.btnChg.Location = new System.Drawing.Point(112, 2);
     this.btnChg.Name     = "btnChg";
     this.btnChg.Size     = new System.Drawing.Size(60, 23);
     this.btnChg.Click   += new EventHandler(btnChg_Click);
     this.btnChg.TabIndex = 1;
     this.btnChg.Text     = "取消";
     //
     // popTreeList
     //
     this.popTree.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.popTree.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popTree.Location    = new System.Drawing.Point(2, 2);
     this.popTree.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.popTree.OptionsSelection.EnableAppearanceFocusedRow  = true;
     this.popTree.OptionsSelection.MultiSelect = false;
     this.popTree.OptionsBehavior.Editable     = false;
     //this.popTree.OptionsBehavior.AutoSelectAllInEditor = true;
     //this.popTree.OptionsBehavior.AllowIncrementalSearch = true;
     this.popTree.OptionsBehavior.EnableFiltering = true;
     //this.popTree.OptionsBehavior.ExpandNodesOnIncrementalSearch = true;
     this.popTree.Name              = "popTreeList";
     this.popTree.TabIndex          = 4;
     this.popTree.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(popTree_MouseDoubleClick);
     this.popTree.FilterNode       += new DevExpress.XtraTreeList.FilterNodeEventHandler(popTree_FilterNode);
     this.popTree.KeyDown          += new System.Windows.Forms.KeyEventHandler(PopTree_KeyDown);
     //
     // popCrSend
     //
     this.popCrSend.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popCrSend.Controls.Add(this.popTree);
     this.popCrSend.Controls.Add(this.plCtlBottom);
     this.popCrSend.Location = new System.Drawing.Point(139, 136);
     this.popCrSend.Name     = "popCrSend";
     this.popCrSend.TabIndex = 2;
     ((System.ComponentModel.ISupportInitialize)(this.plCtlBottom)).EndInit();
     this.plCtlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popCrSend)).EndInit();
     this.popCrSend.ResumeLayout(false);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_catplanilla));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton();
     this.dgb_catplanilla = new System.Windows.Forms.DataGridView();
     this.label5 = new System.Windows.Forms.Label();
     this.txtbusqueda = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtcatplanillaid = new System.Windows.Forms.TextBox();
     this.txtcatplanillaname = new System.Windows.Forms.TextBox();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.cateplanid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cateplanname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btn_busqueda);
     this.groupBox2.Controls.Add(this.dgb_catplanilla);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtbusqueda);
     this.groupBox2.Location = new System.Drawing.Point(5, 122);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(445, 254);
     this.groupBox2.TabIndex = 115;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "»» Busqueda";
     //
     // btn_busqueda
     //
     this.btn_busqueda.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btn_busqueda.Appearance.Options.UseFont = true;
     this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image")));
     this.btn_busqueda.Location = new System.Drawing.Point(357, 18);
     this.btn_busqueda.Name = "btn_busqueda";
     this.btn_busqueda.Size = new System.Drawing.Size(73, 22);
     this.btn_busqueda.TabIndex = 115;
     this.btn_busqueda.Text = "&Buscar";
     this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click);
     //
     // dgb_catplanilla
     //
     this.dgb_catplanilla.AllowUserToAddRows = false;
     this.dgb_catplanilla.AllowUserToDeleteRows = false;
     this.dgb_catplanilla.AllowUserToResizeColumns = false;
     this.dgb_catplanilla.AllowUserToResizeRows = false;
     this.dgb_catplanilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgb_catplanilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgb_catplanilla.ColumnHeadersHeight = 20;
     this.dgb_catplanilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cateplanid,
     this.cateplanname});
     this.dgb_catplanilla.Location = new System.Drawing.Point(10, 46);
     this.dgb_catplanilla.MultiSelect = false;
     this.dgb_catplanilla.Name = "dgb_catplanilla";
     this.dgb_catplanilla.RowHeadersVisible = false;
     this.dgb_catplanilla.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgb_catplanilla.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgb_catplanilla.RowTemplate.Height = 20;
     this.dgb_catplanilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgb_catplanilla.Size = new System.Drawing.Size(422, 202);
     this.dgb_catplanilla.TabIndex = 19;
     this.dgb_catplanilla.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellClick);
     this.dgb_catplanilla.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellEnter);
     this.dgb_catplanilla.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellLeave);
     this.dgb_catplanilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_catplanilla_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(16, 22);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 114;
     this.label5.Text = "Descripción:";
     //
     // txtbusqueda
     //
     this.txtbusqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtbusqueda.Location = new System.Drawing.Point(88, 19);
     this.txtbusqueda.MaxLength = 0;
     this.txtbusqueda.Name = "txtbusqueda";
     this.txtbusqueda.Size = new System.Drawing.Size(261, 21);
     this.txtbusqueda.TabIndex = 17;
     this.txtbusqueda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_criterio_KeyDown);
     this.txtbusqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtbusqueda_KeyUp);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Teal;
     this.label11.Location = new System.Drawing.Point(130, 29);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(172, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Categoria Planilla";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.txtcatplanillaid);
     this.groupBox1.Controls.Add(this.txtcatplanillaname);
     this.groupBox1.Location = new System.Drawing.Point(5, 47);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(445, 75);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "»» Datos";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(18, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 36;
     this.label1.Text = "Cat.Planilla";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(38, 20);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(40, 13);
     this.label16.TabIndex = 35;
     this.label16.Text = "Codigo";
     //
     // txtcatplanillaid
     //
     this.txtcatplanillaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcatplanillaid.Location = new System.Drawing.Point(86, 19);
     this.txtcatplanillaid.MaxLength = 3;
     this.txtcatplanillaid.Name = "txtcatplanillaid";
     this.txtcatplanillaid.Size = new System.Drawing.Size(24, 20);
     this.txtcatplanillaid.TabIndex = 11;
     this.txtcatplanillaid.Text = "0";
     this.txtcatplanillaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtcatplanillaname
     //
     this.txtcatplanillaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtcatplanillaname.Location = new System.Drawing.Point(86, 40);
     this.txtcatplanillaname.Name = "txtcatplanillaname";
     this.txtcatplanillaname.Size = new System.Drawing.Size(286, 21);
     this.txtcatplanillaname.TabIndex = 12;
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.toolStripSeparator1,
     this.btn_clave,
     this.btn_log,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(460, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "toolStripButton1";
     this.btn_clave.ToolTipText = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "toolStripButton16";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // cateplanid
     //
     this.cateplanid.DataPropertyName = "cateplanid";
     dataGridViewCellStyle8.NullValue = null;
     this.cateplanid.DefaultCellStyle = dataGridViewCellStyle8;
     this.cateplanid.HeaderText = "Codigo";
     this.cateplanid.Name = "cateplanid";
     this.cateplanid.Width = 50;
     //
     // cateplanname
     //
     this.cateplanname.DataPropertyName = "cateplanname";
     this.cateplanname.HeaderText = "Cat.Planilla";
     this.cateplanname.Name = "cateplanname";
     this.cateplanname.Width = 150;
     //
     // Frm_catplanilla
     //
     this.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(460, 381);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_catplanilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mantenimiento de Categoria Planilla";
     this.Load += new System.EventHandler(this.Frm_cargos_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_cargos_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mdPKG_lblStrPackageCategory = new System.Windows.Forms.Label();
     this.mdPKG_txtStrPackageCode     = new DevExpress.XtraEditors.TextEdit();
     this.btnPackageCancel            = new DevExpress.XtraEditors.SimpleButton();
     this.btnPackageUpdate            = new DevExpress.XtraEditors.SimpleButton();
     this.mdPKG_cbNStatus             = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.mdPKG_txtNPackageDuration   = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtMBaseUnitPrice     = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtNMaxSession        = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtNWarrantyMonths    = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtNValidMonths       = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtMListPrice         = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtStrReceiptDesc     = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_txtStrDescription     = new DevExpress.XtraEditors.TextEdit();
     this.mdPKG_dtValidEnd            = new DevExpress.XtraEditors.DateEdit();
     this.mdPKG_dtValidStart          = new DevExpress.XtraEditors.DateEdit();
     this.grpMDPackageBelow2          = new DevExpress.XtraEditors.PanelControl();
     this.mdPKG_fStudentPackage       = new DevExpress.XtraEditors.CheckEdit();
     this.mdPKG_fNoRestrictionUpgrade = new DevExpress.XtraEditors.CheckEdit();
     this.mdPKG_fPeak               = new DevExpress.XtraEditors.CheckEdit();
     this.mdPKG_fGIRO               = new DevExpress.XtraEditors.CheckEdit();
     this.mdPKG_lblNStatus          = new System.Windows.Forms.Label();
     this.mdPKG_lblNWarrantyMonths  = new System.Windows.Forms.Label();
     this.mdPKG_lvlNValidMonths     = new System.Windows.Forms.Label();
     this.mdPKG_lbldtValidEnd       = new System.Windows.Forms.Label();
     this.mdPKG_lbldtValidStart     = new System.Windows.Forms.Label();
     this.mdPKG_lblMBaseUnitPrice   = new System.Windows.Forms.Label();
     this.mdPKG_lblNPackageDuration = new System.Windows.Forms.Label();
     this.mdPKG_lblNMaxSession      = new System.Windows.Forms.Label();
     this.mdPKG_lblMListPrice       = new System.Windows.Forms.Label();
     this.mdPKG_lblStrReceiptDesc   = new System.Windows.Forms.Label();
     this.mdPKG_lblStrDescription   = new System.Windows.Forms.Label();
     this.mdPKG_lblStrPackageCode   = new System.Windows.Forms.Label();
     this.PackageCategory           = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrPackageCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_cbNStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNPackageDuration.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtMBaseUnitPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNMaxSession.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNWarrantyMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNValidMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtMListPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrReceiptDesc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrDescription.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_dtValidEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_dtValidStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMDPackageBelow2)).BeginInit();
     this.grpMDPackageBelow2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fStudentPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fNoRestrictionUpgrade.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fPeak.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fGIRO.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PackageCategory.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // mdPKG_lblStrPackageCategory
     //
     this.mdPKG_lblStrPackageCategory.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrPackageCategory.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrPackageCategory.Location  = new System.Drawing.Point(280, 8);
     this.mdPKG_lblStrPackageCategory.Name      = "mdPKG_lblStrPackageCategory";
     this.mdPKG_lblStrPackageCategory.Size      = new System.Drawing.Size(136, 16);
     this.mdPKG_lblStrPackageCategory.TabIndex  = 194;
     this.mdPKG_lblStrPackageCategory.Text      = "Package Category";
     this.mdPKG_lblStrPackageCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_txtStrPackageCode
     //
     this.mdPKG_txtStrPackageCode.EditValue = "";
     this.mdPKG_txtStrPackageCode.Location  = new System.Drawing.Point(160, 8);
     this.mdPKG_txtStrPackageCode.Name      = "mdPKG_txtStrPackageCode";
     //
     // mdPKG_txtStrPackageCode.Properties
     //
     this.mdPKG_txtStrPackageCode.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtStrPackageCode.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtStrPackageCode.Size     = new System.Drawing.Size(104, 20);
     this.mdPKG_txtStrPackageCode.TabIndex = 192;
     //
     // btnPackageCancel
     //
     this.btnPackageCancel.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnPackageCancel.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnPackageCancel.Appearance.Options.UseBackColor = true;
     this.btnPackageCancel.Appearance.Options.UseFont      = true;
     this.btnPackageCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPackageCancel.Location    = new System.Drawing.Point(88, 232);
     this.btnPackageCancel.Name        = "btnPackageCancel";
     this.btnPackageCancel.TabIndex    = 190;
     this.btnPackageCancel.Text        = "Cancel";
     this.btnPackageCancel.Click      += new System.EventHandler(this.btnPackageCancel_Click);
     //
     // btnPackageUpdate
     //
     this.btnPackageUpdate.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnPackageUpdate.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnPackageUpdate.Appearance.Options.UseBackColor = true;
     this.btnPackageUpdate.Appearance.Options.UseFont      = true;
     this.btnPackageUpdate.ButtonStyle       = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPackageUpdate.Location          = new System.Drawing.Point(8, 232);
     this.btnPackageUpdate.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.btnPackageUpdate.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnPackageUpdate.Name     = "btnPackageUpdate";
     this.btnPackageUpdate.TabIndex = 189;
     this.btnPackageUpdate.Text     = "Save";
     this.btnPackageUpdate.Click   += new System.EventHandler(this.btnPackageUpdate_Click);
     //
     // mdPKG_cbNStatus
     //
     this.mdPKG_cbNStatus.EditValue = "imageComboBoxEdit2";
     this.mdPKG_cbNStatus.Location  = new System.Drawing.Point(488, 128);
     this.mdPKG_cbNStatus.Name      = "mdPKG_cbNStatus";
     //
     // mdPKG_cbNStatus.Properties
     //
     this.mdPKG_cbNStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.mdPKG_cbNStatus.Properties.Items.AddRange(new object[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Active", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deleted", 2, -1)
     });
     this.mdPKG_cbNStatus.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_cbNStatus.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_cbNStatus.Size     = new System.Drawing.Size(96, 20);
     this.mdPKG_cbNStatus.TabIndex = 188;
     //
     // mdPKG_txtNPackageDuration
     //
     this.mdPKG_txtNPackageDuration.EditValue = "";
     this.mdPKG_txtNPackageDuration.Location  = new System.Drawing.Point(160, 152);
     this.mdPKG_txtNPackageDuration.Name      = "mdPKG_txtNPackageDuration";
     //
     // mdPKG_txtNPackageDuration.Properties
     //
     this.mdPKG_txtNPackageDuration.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtNPackageDuration.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtNPackageDuration.Properties.Mask.EditMask = "#######0";
     this.mdPKG_txtNPackageDuration.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPKG_txtNPackageDuration.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtNPackageDuration.TabIndex = 187;
     //
     // mdPKG_txtMBaseUnitPrice
     //
     this.mdPKG_txtMBaseUnitPrice.EditValue = "";
     this.mdPKG_txtMBaseUnitPrice.Location  = new System.Drawing.Point(200, 200);
     this.mdPKG_txtMBaseUnitPrice.Name      = "mdPKG_txtMBaseUnitPrice";
     //
     // mdPKG_txtMBaseUnitPrice.Properties
     //
     this.mdPKG_txtMBaseUnitPrice.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtMBaseUnitPrice.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtMBaseUnitPrice.Properties.Mask.EditMask = "#####0.00";
     this.mdPKG_txtMBaseUnitPrice.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtMBaseUnitPrice.TabIndex = 186;
     //
     // mdPKG_txtNMaxSession
     //
     this.mdPKG_txtNMaxSession.EditValue = "";
     this.mdPKG_txtNMaxSession.Location  = new System.Drawing.Point(200, 176);
     this.mdPKG_txtNMaxSession.Name      = "mdPKG_txtNMaxSession";
     //
     // mdPKG_txtNMaxSession.Properties
     //
     this.mdPKG_txtNMaxSession.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtNMaxSession.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtNMaxSession.Properties.Mask.EditMask = "###0";
     this.mdPKG_txtNMaxSession.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPKG_txtNMaxSession.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtNMaxSession.TabIndex = 185;
     //
     // mdPKG_txtNWarrantyMonths
     //
     this.mdPKG_txtNWarrantyMonths.EditValue = "";
     this.mdPKG_txtNWarrantyMonths.Location  = new System.Drawing.Point(160, 128);
     this.mdPKG_txtNWarrantyMonths.Name      = "mdPKG_txtNWarrantyMonths";
     //
     // mdPKG_txtNWarrantyMonths.Properties
     //
     this.mdPKG_txtNWarrantyMonths.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtNWarrantyMonths.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtNWarrantyMonths.Properties.Mask.EditMask = "#0";
     this.mdPKG_txtNWarrantyMonths.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPKG_txtNWarrantyMonths.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtNWarrantyMonths.TabIndex = 184;
     //
     // mdPKG_txtNValidMonths
     //
     this.mdPKG_txtNValidMonths.EditValue = "";
     this.mdPKG_txtNValidMonths.Location  = new System.Drawing.Point(160, 104);
     this.mdPKG_txtNValidMonths.Name      = "mdPKG_txtNValidMonths";
     //
     // mdPKG_txtNValidMonths.Properties
     //
     this.mdPKG_txtNValidMonths.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtNValidMonths.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtNValidMonths.Properties.Mask.EditMask = "#0";
     this.mdPKG_txtNValidMonths.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPKG_txtNValidMonths.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtNValidMonths.TabIndex = 183;
     //
     // mdPKG_txtMListPrice
     //
     this.mdPKG_txtMListPrice.EditValue = "";
     this.mdPKG_txtMListPrice.Location  = new System.Drawing.Point(160, 80);
     this.mdPKG_txtMListPrice.Name      = "mdPKG_txtMListPrice";
     //
     // mdPKG_txtMListPrice.Properties
     //
     this.mdPKG_txtMListPrice.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtMListPrice.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtMListPrice.Properties.Mask.EditMask = "#####0.00";
     this.mdPKG_txtMListPrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPKG_txtMListPrice.Size     = new System.Drawing.Size(75, 20);
     this.mdPKG_txtMListPrice.TabIndex = 182;
     //
     // mdPKG_txtStrReceiptDesc
     //
     this.mdPKG_txtStrReceiptDesc.EditValue = "";
     this.mdPKG_txtStrReceiptDesc.Location  = new System.Drawing.Point(160, 56);
     this.mdPKG_txtStrReceiptDesc.Name      = "mdPKG_txtStrReceiptDesc";
     //
     // mdPKG_txtStrReceiptDesc.Properties
     //
     this.mdPKG_txtStrReceiptDesc.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtStrReceiptDesc.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtStrReceiptDesc.Size     = new System.Drawing.Size(424, 20);
     this.mdPKG_txtStrReceiptDesc.TabIndex = 181;
     //
     // mdPKG_txtStrDescription
     //
     this.mdPKG_txtStrDescription.EditValue = "";
     this.mdPKG_txtStrDescription.Location  = new System.Drawing.Point(160, 32);
     this.mdPKG_txtStrDescription.Name      = "mdPKG_txtStrDescription";
     //
     // mdPKG_txtStrDescription.Properties
     //
     this.mdPKG_txtStrDescription.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_txtStrDescription.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_txtStrDescription.Size     = new System.Drawing.Size(424, 20);
     this.mdPKG_txtStrDescription.TabIndex = 180;
     //
     // mdPKG_dtValidEnd
     //
     this.mdPKG_dtValidEnd.EditValue = new System.DateTime(2005, 12, 28, 0, 0, 0, 0);
     this.mdPKG_dtValidEnd.Location  = new System.Drawing.Point(488, 104);
     this.mdPKG_dtValidEnd.Name      = "mdPKG_dtValidEnd";
     //
     // mdPKG_dtValidEnd.Properties
     //
     this.mdPKG_dtValidEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.mdPKG_dtValidEnd.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_dtValidEnd.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_dtValidEnd.Size     = new System.Drawing.Size(96, 20);
     this.mdPKG_dtValidEnd.TabIndex = 179;
     //
     // mdPKG_dtValidStart
     //
     this.mdPKG_dtValidStart.EditValue = new System.DateTime(2005, 12, 28, 0, 0, 0, 0);
     this.mdPKG_dtValidStart.Location  = new System.Drawing.Point(488, 80);
     this.mdPKG_dtValidStart.Name      = "mdPKG_dtValidStart";
     //
     // mdPKG_dtValidStart.Properties
     //
     this.mdPKG_dtValidStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.mdPKG_dtValidStart.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.mdPKG_dtValidStart.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.mdPKG_dtValidStart.Size     = new System.Drawing.Size(96, 20);
     this.mdPKG_dtValidStart.TabIndex = 178;
     //
     // grpMDPackageBelow2
     //
     this.grpMDPackageBelow2.Controls.Add(this.mdPKG_fStudentPackage);
     this.grpMDPackageBelow2.Controls.Add(this.mdPKG_fNoRestrictionUpgrade);
     this.grpMDPackageBelow2.Controls.Add(this.mdPKG_fPeak);
     this.grpMDPackageBelow2.Controls.Add(this.mdPKG_fGIRO);
     this.grpMDPackageBelow2.Location          = new System.Drawing.Point(328, 152);
     this.grpMDPackageBelow2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.grpMDPackageBelow2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpMDPackageBelow2.Name     = "grpMDPackageBelow2";
     this.grpMDPackageBelow2.Size     = new System.Drawing.Size(256, 112);
     this.grpMDPackageBelow2.TabIndex = 177;
     this.grpMDPackageBelow2.Text     = "panelControl2";
     //
     // mdPKG_fStudentPackage
     //
     this.mdPKG_fStudentPackage.Location = new System.Drawing.Point(8, 80);
     this.mdPKG_fStudentPackage.Name     = "mdPKG_fStudentPackage";
     //
     // mdPKG_fStudentPackage.Properties
     //
     this.mdPKG_fStudentPackage.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_fStudentPackage.Properties.Appearance.Options.UseFont = true;
     this.mdPKG_fStudentPackage.Properties.Caption = "Student Package ?";
     this.mdPKG_fStudentPackage.Size     = new System.Drawing.Size(184, 19);
     this.mdPKG_fStudentPackage.TabIndex = 3;
     //
     // mdPKG_fNoRestrictionUpgrade
     //
     this.mdPKG_fNoRestrictionUpgrade.Location = new System.Drawing.Point(8, 56);
     this.mdPKG_fNoRestrictionUpgrade.Name     = "mdPKG_fNoRestrictionUpgrade";
     //
     // mdPKG_fNoRestrictionUpgrade.Properties
     //
     this.mdPKG_fNoRestrictionUpgrade.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_fNoRestrictionUpgrade.Properties.Appearance.Options.UseFont = true;
     this.mdPKG_fNoRestrictionUpgrade.Properties.Caption = "Allowed For Upgrading ?";
     this.mdPKG_fNoRestrictionUpgrade.Size     = new System.Drawing.Size(184, 19);
     this.mdPKG_fNoRestrictionUpgrade.TabIndex = 2;
     //
     // mdPKG_fPeak
     //
     this.mdPKG_fPeak.Location = new System.Drawing.Point(8, 32);
     this.mdPKG_fPeak.Name     = "mdPKG_fPeak";
     //
     // mdPKG_fPeak.Properties
     //
     this.mdPKG_fPeak.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_fPeak.Properties.Appearance.Options.UseFont = true;
     this.mdPKG_fPeak.Properties.Caption = "Allowed For Peak Period Used ?";
     this.mdPKG_fPeak.Size     = new System.Drawing.Size(200, 19);
     this.mdPKG_fPeak.TabIndex = 1;
     //
     // mdPKG_fGIRO
     //
     this.mdPKG_fGIRO.Location = new System.Drawing.Point(8, 8);
     this.mdPKG_fGIRO.Name     = "mdPKG_fGIRO";
     //
     // mdPKG_fGIRO.Properties
     //
     this.mdPKG_fGIRO.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_fGIRO.Properties.Appearance.Options.UseFont = true;
     this.mdPKG_fGIRO.Properties.Caption = "Allowed For Giro ?";
     this.mdPKG_fGIRO.Size     = new System.Drawing.Size(120, 19);
     this.mdPKG_fGIRO.TabIndex = 0;
     //
     // mdPKG_lblNStatus
     //
     this.mdPKG_lblNStatus.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblNStatus.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblNStatus.Location  = new System.Drawing.Point(328, 128);
     this.mdPKG_lblNStatus.Name      = "mdPKG_lblNStatus";
     this.mdPKG_lblNStatus.Size      = new System.Drawing.Size(80, 16);
     this.mdPKG_lblNStatus.TabIndex  = 176;
     this.mdPKG_lblNStatus.Text      = "Status";
     this.mdPKG_lblNStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblNWarrantyMonths
     //
     this.mdPKG_lblNWarrantyMonths.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblNWarrantyMonths.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblNWarrantyMonths.Location  = new System.Drawing.Point(8, 128);
     this.mdPKG_lblNWarrantyMonths.Name      = "mdPKG_lblNWarrantyMonths";
     this.mdPKG_lblNWarrantyMonths.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lblNWarrantyMonths.TabIndex  = 175;
     this.mdPKG_lblNWarrantyMonths.Text      = "Warranty Month #";
     this.mdPKG_lblNWarrantyMonths.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lvlNValidMonths
     //
     this.mdPKG_lvlNValidMonths.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lvlNValidMonths.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lvlNValidMonths.Location  = new System.Drawing.Point(8, 104);
     this.mdPKG_lvlNValidMonths.Name      = "mdPKG_lvlNValidMonths";
     this.mdPKG_lvlNValidMonths.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lvlNValidMonths.TabIndex  = 174;
     this.mdPKG_lvlNValidMonths.Text      = "Validity In Month";
     this.mdPKG_lvlNValidMonths.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lbldtValidEnd
     //
     this.mdPKG_lbldtValidEnd.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lbldtValidEnd.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lbldtValidEnd.Location  = new System.Drawing.Point(328, 104);
     this.mdPKG_lbldtValidEnd.Name      = "mdPKG_lbldtValidEnd";
     this.mdPKG_lbldtValidEnd.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lbldtValidEnd.TabIndex  = 173;
     this.mdPKG_lbldtValidEnd.Text      = "Effective End Date";
     this.mdPKG_lbldtValidEnd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lbldtValidStart
     //
     this.mdPKG_lbldtValidStart.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lbldtValidStart.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lbldtValidStart.Location  = new System.Drawing.Point(328, 80);
     this.mdPKG_lbldtValidStart.Name      = "mdPKG_lbldtValidStart";
     this.mdPKG_lbldtValidStart.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lbldtValidStart.TabIndex  = 172;
     this.mdPKG_lbldtValidStart.Text      = "Effective Start Start";
     this.mdPKG_lbldtValidStart.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblMBaseUnitPrice
     //
     this.mdPKG_lblMBaseUnitPrice.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblMBaseUnitPrice.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblMBaseUnitPrice.Location  = new System.Drawing.Point(8, 200);
     this.mdPKG_lblMBaseUnitPrice.Name      = "mdPKG_lblMBaseUnitPrice";
     this.mdPKG_lblMBaseUnitPrice.Size      = new System.Drawing.Size(192, 16);
     this.mdPKG_lblMBaseUnitPrice.TabIndex  = 171;
     this.mdPKG_lblMBaseUnitPrice.Text      = "Base Unit Price Per Session";
     this.mdPKG_lblMBaseUnitPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblNPackageDuration
     //
     this.mdPKG_lblNPackageDuration.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblNPackageDuration.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblNPackageDuration.Location  = new System.Drawing.Point(8, 152);
     this.mdPKG_lblNPackageDuration.Name      = "mdPKG_lblNPackageDuration";
     this.mdPKG_lblNPackageDuration.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lblNPackageDuration.TabIndex  = 170;
     this.mdPKG_lblNPackageDuration.Text      = "Package Duration";
     this.mdPKG_lblNPackageDuration.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblNMaxSession
     //
     this.mdPKG_lblNMaxSession.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblNMaxSession.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblNMaxSession.Location  = new System.Drawing.Point(8, 176);
     this.mdPKG_lblNMaxSession.Name      = "mdPKG_lblNMaxSession";
     this.mdPKG_lblNMaxSession.Size      = new System.Drawing.Size(200, 16);
     this.mdPKG_lblNMaxSession.TabIndex  = 169;
     this.mdPKG_lblNMaxSession.Text      = "Max Session in one package";
     this.mdPKG_lblNMaxSession.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblMListPrice
     //
     this.mdPKG_lblMListPrice.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblMListPrice.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblMListPrice.Location  = new System.Drawing.Point(8, 80);
     this.mdPKG_lblMListPrice.Name      = "mdPKG_lblMListPrice";
     this.mdPKG_lblMListPrice.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lblMListPrice.TabIndex  = 168;
     this.mdPKG_lblMListPrice.Text      = "Package Price";
     this.mdPKG_lblMListPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblStrReceiptDesc
     //
     this.mdPKG_lblStrReceiptDesc.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrReceiptDesc.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrReceiptDesc.Location  = new System.Drawing.Point(8, 56);
     this.mdPKG_lblStrReceiptDesc.Name      = "mdPKG_lblStrReceiptDesc";
     this.mdPKG_lblStrReceiptDesc.Size      = new System.Drawing.Size(144, 16);
     this.mdPKG_lblStrReceiptDesc.TabIndex  = 167;
     this.mdPKG_lblStrReceiptDesc.Text      = "Receipt Description";
     this.mdPKG_lblStrReceiptDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblStrDescription
     //
     this.mdPKG_lblStrDescription.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrDescription.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrDescription.Location  = new System.Drawing.Point(8, 32);
     this.mdPKG_lblStrDescription.Name      = "mdPKG_lblStrDescription";
     this.mdPKG_lblStrDescription.Size      = new System.Drawing.Size(120, 16);
     this.mdPKG_lblStrDescription.TabIndex  = 166;
     this.mdPKG_lblStrDescription.Text      = "Description";
     this.mdPKG_lblStrDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPKG_lblStrPackageCode
     //
     this.mdPKG_lblStrPackageCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPKG_lblStrPackageCode.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mdPKG_lblStrPackageCode.Location  = new System.Drawing.Point(8, 8);
     this.mdPKG_lblStrPackageCode.Name      = "mdPKG_lblStrPackageCode";
     this.mdPKG_lblStrPackageCode.Size      = new System.Drawing.Size(120, 16);
     this.mdPKG_lblStrPackageCode.TabIndex  = 165;
     this.mdPKG_lblStrPackageCode.Text      = "Package Code";
     this.mdPKG_lblStrPackageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PackageCategory
     //
     this.PackageCategory.EditValue = "";
     this.PackageCategory.Location  = new System.Drawing.Point(424, 8);
     this.PackageCategory.Name      = "PackageCategory";
     //
     // PackageCategory.Properties
     //
     this.PackageCategory.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.PackageCategory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.PackageCategory.Properties.ReadOnly = true;
     this.PackageCategory.Size     = new System.Drawing.Size(160, 20);
     this.PackageCategory.TabIndex = 195;
     //
     // frmMD_PackageAdd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(592, 269);
     this.Controls.Add(this.PackageCategory);
     this.Controls.Add(this.mdPKG_lblStrPackageCategory);
     this.Controls.Add(this.mdPKG_txtStrPackageCode);
     this.Controls.Add(this.btnPackageCancel);
     this.Controls.Add(this.btnPackageUpdate);
     this.Controls.Add(this.mdPKG_cbNStatus);
     this.Controls.Add(this.mdPKG_txtNPackageDuration);
     this.Controls.Add(this.mdPKG_txtMBaseUnitPrice);
     this.Controls.Add(this.mdPKG_txtNMaxSession);
     this.Controls.Add(this.mdPKG_txtNWarrantyMonths);
     this.Controls.Add(this.mdPKG_txtNValidMonths);
     this.Controls.Add(this.mdPKG_txtMListPrice);
     this.Controls.Add(this.mdPKG_txtStrReceiptDesc);
     this.Controls.Add(this.mdPKG_txtStrDescription);
     this.Controls.Add(this.mdPKG_dtValidEnd);
     this.Controls.Add(this.mdPKG_dtValidStart);
     this.Controls.Add(this.grpMDPackageBelow2);
     this.Controls.Add(this.mdPKG_lblNStatus);
     this.Controls.Add(this.mdPKG_lblNWarrantyMonths);
     this.Controls.Add(this.mdPKG_lvlNValidMonths);
     this.Controls.Add(this.mdPKG_lbldtValidEnd);
     this.Controls.Add(this.mdPKG_lbldtValidStart);
     this.Controls.Add(this.mdPKG_lblMBaseUnitPrice);
     this.Controls.Add(this.mdPKG_lblNPackageDuration);
     this.Controls.Add(this.mdPKG_lblNMaxSession);
     this.Controls.Add(this.mdPKG_lblMListPrice);
     this.Controls.Add(this.mdPKG_lblStrReceiptDesc);
     this.Controls.Add(this.mdPKG_lblStrDescription);
     this.Controls.Add(this.mdPKG_lblStrPackageCode);
     this.Name  = "frmMD_PackageAdd";
     this.Text  = "PACKAGE ADD";
     this.Load += new System.EventHandler(this.frmMD_PackageAdd_Load);
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrPackageCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_cbNStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNPackageDuration.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtMBaseUnitPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNMaxSession.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNWarrantyMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtNValidMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtMListPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrReceiptDesc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_txtStrDescription.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_dtValidEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_dtValidStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpMDPackageBelow2)).EndInit();
     this.grpMDPackageBelow2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fStudentPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fNoRestrictionUpgrade.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fPeak.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPKG_fGIRO.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PackageCategory.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.components = new System.ComponentModel.Container();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.sp001BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTotal = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEditn2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colBankMoney = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAmantaMoney = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colpersonName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubCommitte = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.ccbeSarfType = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.cDSarfTypeedadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ccbeDof = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.tBLDofatSarfBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.btnPrintExport = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tBLDofatSarfTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.TBLDofatSarfTableAdapter();
     this.dxvp = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.sp_001TableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.sp_001TableAdapter();
     this.cDSarfTypeedadTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.CDSarfTypeedadTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sp001BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditn2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccbeSarfType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cDSarfTypeedadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccbeDof.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBLDofatSarfBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxvp)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControlData.DataSource = this.sp001BindingSource;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.EmbeddedNavigator.TextStringFormat = "صف {0} من {1}";
     this.gridControlData.Location = new System.Drawing.Point(12, 38);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEditn2});
     this.gridControlData.Size = new System.Drawing.Size(914, 523);
     this.gridControlData.TabIndex = 1;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     //
     // sp001BindingSource
     //
     this.sp001BindingSource.DataMember = "sp_001";
     this.sp001BindingSource.DataSource = this.dsQueries;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridViewData
     //
     this.gridViewData.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Gainsboro;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gridViewData.Appearance.Empty.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.Empty.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.gridViewData.Appearance.Empty.Options.UseBackColor = true;
     this.gridViewData.Appearance.EvenRow.BackColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.FilterPanel.BackColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
     this.gridViewData.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gridViewData.Appearance.FocusedRow.BackColor = System.Drawing.Color.Black;
     this.gridViewData.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gridViewData.Appearance.FooterPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.FooterPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gridViewData.Appearance.FooterPanel.Options.UseTextOptions = true;
     this.gridViewData.Appearance.FooterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewData.Appearance.GroupButton.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupButton.BorderColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.GroupFooter.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupFooter.BorderColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridViewData.Appearance.GroupPanel.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridViewData.Appearance.GroupRow.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridViewData.Appearance.GroupRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupRow.Options.UseFont = true;
     this.gridViewData.Appearance.HeaderPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gridViewData.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.LightSlateGray;
     this.gridViewData.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.HorzLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewData.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridViewData.Appearance.OddRow.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridViewData.Appearance.OddRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.Preview.BackColor = System.Drawing.Color.Gainsboro;
     this.gridViewData.Appearance.Preview.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.Preview.Options.UseBackColor = true;
     this.gridViewData.Appearance.Preview.Options.UseForeColor = true;
     this.gridViewData.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.Row.Options.UseBackColor = true;
     this.gridViewData.Appearance.RowSeparator.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridViewData.Appearance.SelectedRow.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.VertLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewData.Appearance.VertLine.Options.UseBackColor = true;
     this.gridViewData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTotal,
     this.colBankMoney,
     this.colAmantaMoney,
     this.colMMashatId,
     this.colpersonName,
     this.colSyndicate,
     this.colSubCommitte});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.OptionsBehavior.ReadOnly = true;
     this.gridViewData.OptionsCustomization.AllowRowSizing = true;
     this.gridViewData.OptionsFind.AlwaysVisible = true;
     this.gridViewData.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridViewData.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridViewData.OptionsView.ColumnAutoWidth = false;
     this.gridViewData.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewData.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewData.OptionsView.ShowAutoFilterRow = true;
     this.gridViewData.OptionsView.ShowDetailButtons = false;
     this.gridViewData.OptionsView.ShowFooter = true;
     //
     // colTotal
     //
     this.colTotal.AppearanceCell.Options.UseTextOptions = true;
     this.colTotal.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTotal.AppearanceHeader.Options.UseTextOptions = true;
     this.colTotal.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTotal.Caption = "اجمالي الدفعات";
     this.colTotal.ColumnEdit = this.repositoryItemTextEditn2;
     this.colTotal.FieldName = "Total";
     this.colTotal.Name = "colTotal";
     this.colTotal.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Total", "{0:0.##}")});
     this.colTotal.Visible = true;
     this.colTotal.VisibleIndex = 4;
     this.colTotal.Width = 91;
     //
     // repositoryItemTextEditn2
     //
     this.repositoryItemTextEditn2.AutoHeight = false;
     this.repositoryItemTextEditn2.DisplayFormat.FormatString = "n2";
     this.repositoryItemTextEditn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditn2.EditFormat.FormatString = "n2";
     this.repositoryItemTextEditn2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditn2.Mask.EditMask = "n2";
     this.repositoryItemTextEditn2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditn2.Name = "repositoryItemTextEditn2";
     //
     // colBankMoney
     //
     this.colBankMoney.AppearanceCell.Options.UseTextOptions = true;
     this.colBankMoney.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colBankMoney.AppearanceHeader.Options.UseTextOptions = true;
     this.colBankMoney.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colBankMoney.Caption = "اجمالي البنك";
     this.colBankMoney.ColumnEdit = this.repositoryItemTextEditn2;
     this.colBankMoney.FieldName = "BankMoney";
     this.colBankMoney.Name = "colBankMoney";
     this.colBankMoney.OptionsColumn.ReadOnly = true;
     this.colBankMoney.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "BankMoney", "{0:0.##}")});
     this.colBankMoney.Visible = true;
     this.colBankMoney.VisibleIndex = 5;
     this.colBankMoney.Width = 79;
     //
     // colAmantaMoney
     //
     this.colAmantaMoney.AppearanceCell.Options.UseTextOptions = true;
     this.colAmantaMoney.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colAmantaMoney.AppearanceHeader.Options.UseTextOptions = true;
     this.colAmantaMoney.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colAmantaMoney.Caption = "اجمالي الامانات";
     this.colAmantaMoney.ColumnEdit = this.repositoryItemTextEditn2;
     this.colAmantaMoney.FieldName = "AmantaMoney";
     this.colAmantaMoney.Name = "colAmantaMoney";
     this.colAmantaMoney.OptionsColumn.ReadOnly = true;
     this.colAmantaMoney.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "AmantaMoney", "{0:0.##}")});
     this.colAmantaMoney.Visible = true;
     this.colAmantaMoney.VisibleIndex = 6;
     this.colAmantaMoney.Width = 90;
     //
     // colMMashatId
     //
     this.colMMashatId.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.Caption = "كود";
     this.colMMashatId.FieldName = "MMashatId";
     this.colMMashatId.Name = "colMMashatId";
     this.colMMashatId.Visible = true;
     this.colMMashatId.VisibleIndex = 0;
     //
     // colpersonName
     //
     this.colpersonName.AppearanceCell.Options.UseTextOptions = true;
     this.colpersonName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colpersonName.AppearanceHeader.Options.UseTextOptions = true;
     this.colpersonName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colpersonName.Caption = "الاسم";
     this.colpersonName.FieldName = "MMashatName";
     this.colpersonName.Name = "colpersonName";
     this.colpersonName.Visible = true;
     this.colpersonName.VisibleIndex = 1;
     //
     // colSyndicate
     //
     this.colSyndicate.AppearanceCell.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.AppearanceHeader.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.Caption = "الفرعية";
     this.colSyndicate.FieldName = "Syndicate";
     this.colSyndicate.Name = "colSyndicate";
     this.colSyndicate.Visible = true;
     this.colSyndicate.VisibleIndex = 2;
     //
     // colSubCommitte
     //
     this.colSubCommitte.AppearanceCell.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.AppearanceHeader.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.Caption = "اللجنة";
     this.colSubCommitte.FieldName = "SubCommitte";
     this.colSubCommitte.Name = "colSubCommitte";
     this.colSubCommitte.Visible = true;
     this.colSubCommitte.VisibleIndex = 3;
     //
     // btnSearch
     //
     this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.Image = global::RetirementCenter.Properties.Resources.apply_16x16;
     this.btnSearch.Location = new System.Drawing.Point(252, 12);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(114, 22);
     this.btnSearch.StyleController = this.layoutControl1;
     this.btnSearch.TabIndex = 4;
     this.btnSearch.Text = "تنفيذ";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccbeSarfType);
     this.layoutControl1.Controls.Add(this.ccbeDof);
     this.layoutControl1.Controls.Add(this.btnSearch);
     this.layoutControl1.Controls.Add(this.btnPrintExport);
     this.layoutControl1.Controls.Add(this.gridControlData);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 382, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(938, 573);
     this.layoutControl1.TabIndex = 5;
     this.layoutControl1.Text = "layoutControl1";
     //
     // ccbeSarfType
     //
     this.ccbeSarfType.Location = new System.Drawing.Point(370, 12);
     this.ccbeSarfType.Name = "ccbeSarfType";
     this.ccbeSarfType.Properties.AllowMultiSelect = true;
     this.ccbeSarfType.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.ccbeSarfType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ccbeSarfType.Properties.DataSource = this.cDSarfTypeedadBindingSource;
     this.ccbeSarfType.Properties.DisplayMember = "SarfTypeedad";
     this.ccbeSarfType.Properties.ValueMember = "SarfTypeedadId";
     this.ccbeSarfType.Size = new System.Drawing.Size(205, 20);
     this.ccbeSarfType.StyleController = this.layoutControl1;
     this.ccbeSarfType.TabIndex = 5;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "This value is not valid";
     this.dxvp.SetValidationRule(this.ccbeSarfType, conditionValidationRule1);
     this.ccbeSarfType.EditValueChanged += new System.EventHandler(this.ccbeDof_EditValueChanged);
     //
     // cDSarfTypeedadBindingSource
     //
     this.cDSarfTypeedadBindingSource.DataMember = "CDSarfTypeedad";
     this.cDSarfTypeedadBindingSource.DataSource = this.dsQueries;
     //
     // ccbeDof
     //
     this.ccbeDof.Location = new System.Drawing.Point(611, 12);
     this.ccbeDof.Name = "ccbeDof";
     this.ccbeDof.Properties.AllowMultiSelect = true;
     this.ccbeDof.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.ccbeDof.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ccbeDof.Properties.DataSource = this.tBLDofatSarfBindingSource;
     this.ccbeDof.Properties.DisplayMember = "DofatSarf";
     this.ccbeDof.Properties.ValueMember = "DofatSarfId";
     this.ccbeDof.Size = new System.Drawing.Size(283, 20);
     this.ccbeDof.StyleController = this.layoutControl1;
     this.ccbeDof.TabIndex = 5;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText = "This value is not valid";
     this.dxvp.SetValidationRule(this.ccbeDof, conditionValidationRule2);
     this.ccbeDof.EditValueChanged += new System.EventHandler(this.ccbeDof_EditValueChanged);
     //
     // tBLDofatSarfBindingSource
     //
     this.tBLDofatSarfBindingSource.DataMember = "TBLDofatSarf";
     this.tBLDofatSarfBindingSource.DataSource = this.dsQueries;
     //
     // btnPrintExport
     //
     this.btnPrintExport.Image = global::RetirementCenter.Properties.Resources.Print;
     this.btnPrintExport.Location = new System.Drawing.Point(12, 12);
     this.btnPrintExport.Name = "btnPrintExport";
     this.btnPrintExport.Size = new System.Drawing.Size(94, 22);
     this.btnPrintExport.StyleController = this.layoutControl1;
     this.btnPrintExport.TabIndex = 0;
     this.btnPrintExport.Text = "طباعه و تصدير";
     this.btnPrintExport.Click += new System.EventHandler(this.btnPrintExport_Click);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem1});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(938, 573);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnSearch;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(240, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(118, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnPrintExport;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(98, 26);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControlData;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(918, 527);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(98, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(142, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.layoutControlItem5.Control = this.ccbeDof;
     this.layoutControlItem5.CustomizationFormText = "الدفعة";
     this.layoutControlItem5.Location = new System.Drawing.Point(599, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(319, 26);
     this.layoutControlItem5.Text = "الدفعة";
     this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(29, 13);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.layoutControlItem1.Control = this.ccbeSarfType;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(358, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(241, 26);
     this.layoutControlItem1.Text = "النوع";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(29, 13);
     //
     // tBLDofatSarfTableAdapter
     //
     this.tBLDofatSarfTableAdapter.ClearBeforeFill = true;
     //
     // sp_001TableAdapter
     //
     this.sp_001TableAdapter.ClearBeforeFill = true;
     //
     // cDSarfTypeedadTableAdapter
     //
     this.cDSarfTypeedadTableAdapter.ClearBeforeFill = true;
     //
     // Qry101Frm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(938, 573);
     this.Controls.Add(this.layoutControl1);
     this.Name = "Qry101Frm";
     this.Text = "اجمالي الدفعات و الامانات و البنك - ورثة";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Qry06Frm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sp001BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditn2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ccbeSarfType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cDSarfTypeedadBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccbeDof.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tBLDofatSarfBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxvp)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.luedtRPStaffSalesPerfmCategory = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.gridStaffPerformance = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4      = new DevExpress.XtraPivotGrid.PivotGridField();
     this.dateEdit1            = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit2            = new DevExpress.XtraEditors.DateEdit();
     this.btnReset             = new DevExpress.XtraEditors.SimpleButton();
     this.btnSearch            = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.luedtRPStaffSalesPerfmCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridStaffPerformance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label7.Location = new System.Drawing.Point(136, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(24, 23);
     this.label7.TabIndex = 67;
     this.label7.Text     = "To";
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.Location = new System.Drawing.Point(168, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(40, 23);
     this.label6.TabIndex = 64;
     this.label6.Text     = "Date";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(40, 23);
     this.label3.TabIndex = 61;
     this.label3.Text     = "Date";
     //
     // luedtRPStaffSalesPerfmCategory
     //
     this.luedtRPStaffSalesPerfmCategory.EditValue = "";
     this.luedtRPStaffSalesPerfmCategory.Location  = new System.Drawing.Point(360, 0);
     this.luedtRPStaffSalesPerfmCategory.Name      = "luedtRPStaffSalesPerfmCategory";
     //
     // luedtRPStaffSalesPerfmCategory.Properties
     //
     this.luedtRPStaffSalesPerfmCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.luedtRPStaffSalesPerfmCategory.Size     = new System.Drawing.Size(128, 20);
     this.luedtRPStaffSalesPerfmCategory.TabIndex = 60;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(296, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 23);
     this.label1.TabIndex = 57;
     this.label1.Text     = "Category";
     //
     // gridStaffPerformance
     //
     this.gridStaffPerformance.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridStaffPerformance.Dock   = System.Windows.Forms.DockStyle.Bottom;
     this.gridStaffPerformance.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField3,
         this.pivotGridField4
     });
     this.gridStaffPerformance.Location = new System.Drawing.Point(0, 30);
     this.gridStaffPerformance.Name     = "gridStaffPerformance";
     this.gridStaffPerformance.OptionsCustomization.AllowDrag   = false;
     this.gridStaffPerformance.OptionsCustomization.AllowExpand = false;
     this.gridStaffPerformance.OptionsCustomization.AllowFilter = false;
     this.gridStaffPerformance.OptionsCustomization.AllowSort   = false;
     this.gridStaffPerformance.OptionsView.ShowDataHeaders      = false;
     this.gridStaffPerformance.OptionsView.ShowFilterHeaders    = false;
     this.gridStaffPerformance.Size     = new System.Drawing.Size(976, 432);
     this.gridStaffPerformance.TabIndex = 56;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex = 0;
     this.pivotGridField1.Caption   = "Date";
     this.pivotGridField1.CellFormat.FormatString = "d/MM/yyyy";
     this.pivotGridField1.CellFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.pivotGridField1.FieldName     = "dtDate";
     this.pivotGridField1.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.Date;
     this.pivotGridField1.Name          = "pivotGridField1";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField3.AreaIndex = 0;
     this.pivotGridField3.Caption   = "Branch";
     this.pivotGridField3.FieldName = "strBranchCode";
     this.pivotGridField3.Name      = "pivotGridField3";
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField4.AreaIndex = 0;
     this.pivotGridField4.Caption   = "Amount";
     this.pivotGridField4.FieldName = "nQuantity";
     this.pivotGridField4.Name      = "pivotGridField4";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(40, 0);
     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.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(88, 20);
     this.dateEdit1.TabIndex = 68;
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(208, 0);
     this.dateEdit2.Name      = "dateEdit2";
     //
     // dateEdit2.Properties
     //
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dateEdit2.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateEdit2.Size     = new System.Drawing.Size(80, 20);
     this.dateEdit2.TabIndex = 69;
     //
     // btnReset
     //
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location    = new System.Drawing.Point(560, 0);
     this.btnReset.Name        = "btnReset";
     this.btnReset.Size        = new System.Drawing.Size(56, 20);
     this.btnReset.TabIndex    = 71;
     this.btnReset.Text        = "Reset";
     this.btnReset.Click      += new System.EventHandler(this.btnReset_Click);
     //
     // btnSearch
     //
     this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSearch.Location    = new System.Drawing.Point(496, 0);
     this.btnSearch.Name        = "btnSearch";
     this.btnSearch.Size        = new System.Drawing.Size(56, 20);
     this.btnSearch.TabIndex    = 70;
     this.btnSearch.Text        = "Search";
     this.btnSearch.Click      += new System.EventHandler(this.btnSearch_Click);
     //
     // RPNewMember
     //
     this.AutoScale         = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(976, 462);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.dateEdit2);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.luedtRPStaffSalesPerfmCategory);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridStaffPerformance);
     this.Name        = "RPNewMember";
     this.Text        = "New Member SignUp";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.RPNewMember_Load);
     ((System.ComponentModel.ISupportInitialize)(this.luedtRPStaffSalesPerfmCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridStaffPerformance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormNewMemberCreditPackageUsage));
     this.lkpEdtPackageCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     this.label3 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lkpEdtPackageCode
     //
     this.lkpEdtPackageCode.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lkpEdtPackageCode.Anchor")));
     this.lkpEdtPackageCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lkpEdtPackageCode.BackgroundImage")));
     this.lkpEdtPackageCode.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lkpEdtPackageCode.Dock")));
     this.lkpEdtPackageCode.EditValue = ((object)(resources.GetObject("lkpEdtPackageCode.EditValue")));
     this.lkpEdtPackageCode.Enabled = ((bool)(resources.GetObject("lkpEdtPackageCode.Enabled")));
     this.lkpEdtPackageCode.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lkpEdtPackageCode.ImeMode")));
     this.lkpEdtPackageCode.Location = ((System.Drawing.Point)(resources.GetObject("lkpEdtPackageCode.Location")));
     this.lkpEdtPackageCode.Name = "lkpEdtPackageCode";
     //
     // lkpEdtPackageCode.Properties
     //
     this.lkpEdtPackageCode.Properties.AccessibleDescription = resources.GetString("lkpEdtPackageCode.Properties.AccessibleDescription");
     this.lkpEdtPackageCode.Properties.AccessibleName = resources.GetString("lkpEdtPackageCode.Properties.AccessibleName");
     this.lkpEdtPackageCode.Properties.AutoHeight = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.AutoHeight")));
     this.lkpEdtPackageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                               new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkpEdtPackageCode.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.AutoComplete")));
     this.lkpEdtPackageCode.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.BeepOnError")));
     this.lkpEdtPackageCode.Properties.Mask.EditMask = resources.GetString("lkpEdtPackageCode.Properties.Mask.EditMask");
     this.lkpEdtPackageCode.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.IgnoreMaskBlank")));
     this.lkpEdtPackageCode.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.MaskType")));
     this.lkpEdtPackageCode.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.PlaceHolder")));
     this.lkpEdtPackageCode.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.SaveLiteral")));
     this.lkpEdtPackageCode.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.ShowPlaceHolders")));
     this.lkpEdtPackageCode.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("lkpEdtPackageCode.Properties.Mask.UseMaskAsDisplayFormat")));
     this.lkpEdtPackageCode.Properties.NullText = resources.GetString("lkpEdtPackageCode.Properties.NullText");
     this.lkpEdtPackageCode.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lkpEdtPackageCode.RightToLeft")));
     this.lkpEdtPackageCode.Size = ((System.Drawing.Size)(resources.GetObject("lkpEdtPackageCode.Size")));
     this.lkpEdtPackageCode.TabIndex = ((int)(resources.GetObject("lkpEdtPackageCode.TabIndex")));
     this.lkpEdtPackageCode.ToolTip = resources.GetString("lkpEdtPackageCode.ToolTip");
     this.lkpEdtPackageCode.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("lkpEdtPackageCode.ToolTipIconType")));
     this.lkpEdtPackageCode.ToolTipTitle = resources.GetString("lkpEdtPackageCode.ToolTipTitle");
     this.lkpEdtPackageCode.Visible = ((bool)(resources.GetObject("lkpEdtPackageCode.Visible")));
     this.lkpEdtPackageCode.EditValueChanged += new System.EventHandler(this.lkpEdtPackageCode_EditValueChanged);
     //
     // label1
     //
     this.label1.AccessibleDescription = resources.GetString("label1.AccessibleDescription");
     this.label1.AccessibleName = resources.GetString("label1.AccessibleName");
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label1.Anchor")));
     this.label1.AutoSize = ((bool)(resources.GetObject("label1.AutoSize")));
     this.label1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label1.Dock")));
     this.label1.Enabled = ((bool)(resources.GetObject("label1.Enabled")));
     this.label1.Font = ((System.Drawing.Font)(resources.GetObject("label1.Font")));
     this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.ImageAlign")));
     this.label1.ImageIndex = ((int)(resources.GetObject("label1.ImageIndex")));
     this.label1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label1.ImeMode")));
     this.label1.Location = ((System.Drawing.Point)(resources.GetObject("label1.Location")));
     this.label1.Name = "label1";
     this.label1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label1.RightToLeft")));
     this.label1.Size = ((System.Drawing.Size)(resources.GetObject("label1.Size")));
     this.label1.TabIndex = ((int)(resources.GetObject("label1.TabIndex")));
     this.label1.Text = resources.GetString("label1.Text");
     this.label1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.TextAlign")));
     this.label1.Visible = ((bool)(resources.GetObject("label1.Visible")));
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.AccessibleDescription = resources.GetString("simpleButtonCancel.AccessibleDescription");
     this.simpleButtonCancel.AccessibleName = resources.GetString("simpleButtonCancel.AccessibleName");
     this.simpleButtonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("simpleButtonCancel.Anchor")));
     this.simpleButtonCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButtonCancel.BackgroundImage")));
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("simpleButtonCancel.Dock")));
     this.simpleButtonCancel.Enabled = ((bool)(resources.GetObject("simpleButtonCancel.Enabled")));
     this.simpleButtonCancel.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("simpleButtonCancel.ImeMode")));
     this.simpleButtonCancel.Location = ((System.Drawing.Point)(resources.GetObject("simpleButtonCancel.Location")));
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("simpleButtonCancel.RightToLeft")));
     this.simpleButtonCancel.Size = ((System.Drawing.Size)(resources.GetObject("simpleButtonCancel.Size")));
     this.simpleButtonCancel.TabIndex = ((int)(resources.GetObject("simpleButtonCancel.TabIndex")));
     this.simpleButtonCancel.Text = resources.GetString("simpleButtonCancel.Text");
     this.simpleButtonCancel.ToolTip = resources.GetString("simpleButtonCancel.ToolTip");
     this.simpleButtonCancel.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("simpleButtonCancel.ToolTipIconType")));
     this.simpleButtonCancel.ToolTipTitle = resources.GetString("simpleButtonCancel.ToolTipTitle");
     this.simpleButtonCancel.Visible = ((bool)(resources.GetObject("simpleButtonCancel.Visible")));
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.AccessibleDescription = resources.GetString("simpleButtonOK.AccessibleDescription");
     this.simpleButtonOK.AccessibleName = resources.GetString("simpleButtonOK.AccessibleName");
     this.simpleButtonOK.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("simpleButtonOK.Anchor")));
     this.simpleButtonOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("simpleButtonOK.BackgroundImage")));
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("simpleButtonOK.Dock")));
     this.simpleButtonOK.Enabled = ((bool)(resources.GetObject("simpleButtonOK.Enabled")));
     this.simpleButtonOK.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("simpleButtonOK.ImeMode")));
     this.simpleButtonOK.Location = ((System.Drawing.Point)(resources.GetObject("simpleButtonOK.Location")));
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("simpleButtonOK.RightToLeft")));
     this.simpleButtonOK.Size = ((System.Drawing.Size)(resources.GetObject("simpleButtonOK.Size")));
     this.simpleButtonOK.TabIndex = ((int)(resources.GetObject("simpleButtonOK.TabIndex")));
     this.simpleButtonOK.Text = resources.GetString("simpleButtonOK.Text");
     this.simpleButtonOK.ToolTip = resources.GetString("simpleButtonOK.ToolTip");
     this.simpleButtonOK.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("simpleButtonOK.ToolTipIconType")));
     this.simpleButtonOK.ToolTipTitle = resources.GetString("simpleButtonOK.ToolTipTitle");
     this.simpleButtonOK.Visible = ((bool)(resources.GetObject("simpleButtonOK.Visible")));
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // label3
     //
     this.label3.AccessibleDescription = resources.GetString("label3.AccessibleDescription");
     this.label3.AccessibleName = resources.GetString("label3.AccessibleName");
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label3.Anchor")));
     this.label3.AutoSize = ((bool)(resources.GetObject("label3.AutoSize")));
     this.label3.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("label3.Dock")));
     this.label3.Enabled = ((bool)(resources.GetObject("label3.Enabled")));
     this.label3.Font = ((System.Drawing.Font)(resources.GetObject("label3.Font")));
     this.label3.Image = ((System.Drawing.Image)(resources.GetObject("label3.Image")));
     this.label3.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label3.ImageAlign")));
     this.label3.ImageIndex = ((int)(resources.GetObject("label3.ImageIndex")));
     this.label3.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("label3.ImeMode")));
     this.label3.Location = ((System.Drawing.Point)(resources.GetObject("label3.Location")));
     this.label3.Name = "label3";
     this.label3.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label3.RightToLeft")));
     this.label3.Size = ((System.Drawing.Size)(resources.GetObject("label3.Size")));
     this.label3.TabIndex = ((int)(resources.GetObject("label3.TabIndex")));
     this.label3.Text = resources.GetString("label3.Text");
     this.label3.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("label3.TextAlign")));
     this.label3.Visible = ((bool)(resources.GetObject("label3.Visible")));
     //
     // FormNewMemberCreditPackageUsage
     //
     this.AcceptButton = this.simpleButtonOK;
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.CancelButton = this.simpleButtonCancel;
     this.ClientSize = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.label3);
     this.Controls.Add(this.simpleButtonCancel);
     this.Controls.Add(this.simpleButtonOK);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lkpEdtPackageCode);
     this.Enabled = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox = false;
     this.MaximumSize = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox = false;
     this.MinimumSize = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name = "FormNewMemberCreditPackageUsage";
     this.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.ShowInTaskbar = false;
     this.StartPosition = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text = resources.GetString("$this.Text");
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtPackageCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.GridStockRequest = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pivotGridField1  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField2  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField3  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField4  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField5  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField6  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField7  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.pivotGridField8  = new DevExpress.XtraPivotGrid.PivotGridField();
     this.DateFrom         = new DevExpress.XtraEditors.DateEdit();
     this.DateTo           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.DateRangeTo      = new DevExpress.XtraEditors.DateEdit();
     this.txtItemCode      = new DevExpress.XtraEditors.TextEdit();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.txtItemDesc      = new DevExpress.XtraEditors.TextEdit();
     this.label4           = new System.Windows.Forms.Label();
     this.txtStyleCode     = new DevExpress.XtraEditors.TextEdit();
     this.label5           = new System.Windows.Forms.Label();
     this.txtStyleDesc     = new DevExpress.XtraEditors.TextEdit();
     this.btnSearch        = new DevExpress.XtraEditors.SimpleButton();
     this.btnReset         = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.GridStockRequest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemDesc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStyleCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStyleDesc.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // GridStockRequest
     //
     this.GridStockRequest.Cursor = System.Windows.Forms.Cursors.Default;
     this.GridStockRequest.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.pivotGridField1,
         this.pivotGridField2,
         this.pivotGridField3,
         this.pivotGridField4,
         this.pivotGridField5,
         this.pivotGridField6,
         this.pivotGridField7,
         this.pivotGridField8
     });
     this.GridStockRequest.Location = new System.Drawing.Point(0, 48);
     this.GridStockRequest.Name     = "GridStockRequest";
     this.GridStockRequest.OptionsCustomization.AllowDrag   = false;
     this.GridStockRequest.OptionsCustomization.AllowExpand = false;
     this.GridStockRequest.OptionsCustomization.AllowFilter = false;
     this.GridStockRequest.OptionsCustomization.AllowSort   = false;
     this.GridStockRequest.OptionsView.ShowDataHeaders      = false;
     this.GridStockRequest.OptionsView.ShowFilterHeaders    = false;
     this.GridStockRequest.Size     = new System.Drawing.Size(776, 336);
     this.GridStockRequest.TabIndex = 0;
     //
     // pivotGridField1
     //
     this.pivotGridField1.Area                = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField1.AreaIndex           = 0;
     this.pivotGridField1.Caption             = "Item Code";
     this.pivotGridField1.FieldName           = "strProductCode";
     this.pivotGridField1.Name                = "pivotGridField1";
     this.pivotGridField1.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.True;
     //
     // pivotGridField2
     //
     this.pivotGridField2.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField2.AreaIndex = 1;
     this.pivotGridField2.Caption   = "Brand";
     this.pivotGridField2.FieldName = "strBrandCode";
     this.pivotGridField2.Name      = "pivotGridField2";
     //
     // pivotGridField3
     //
     this.pivotGridField3.Area                = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField3.AreaIndex           = 2;
     this.pivotGridField3.Caption             = "Style Code";
     this.pivotGridField3.FieldName           = "strStyleCode";
     this.pivotGridField3.Name                = "pivotGridField3";
     this.pivotGridField3.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.True;
     //
     // pivotGridField4
     //
     this.pivotGridField4.Area                = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField4.AreaIndex           = 3;
     this.pivotGridField4.Caption             = "Color";
     this.pivotGridField4.FieldName           = "strColorCode";
     this.pivotGridField4.Name                = "pivotGridField4";
     this.pivotGridField4.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.True;
     //
     // pivotGridField5
     //
     this.pivotGridField5.Area                = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField5.AreaIndex           = 4;
     this.pivotGridField5.Caption             = "Size";
     this.pivotGridField5.FieldName           = "strSizeCode";
     this.pivotGridField5.Name                = "pivotGridField5";
     this.pivotGridField5.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.True;
     //
     // pivotGridField6
     //
     this.pivotGridField6.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.pivotGridField6.AreaIndex = 0;
     this.pivotGridField6.Caption   = "Branch";
     this.pivotGridField6.FieldName = "strBranchCodeFrom";
     this.pivotGridField6.Name      = "pivotGridField6";
     //
     // pivotGridField7
     //
     this.pivotGridField7.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.pivotGridField7.AreaIndex = 0;
     this.pivotGridField7.Caption   = "Quantity";
     this.pivotGridField7.FieldName = "nQuantity";
     this.pivotGridField7.Name      = "pivotGridField7";
     //
     // pivotGridField8
     //
     this.pivotGridField8.Area                = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.pivotGridField8.AreaIndex           = 5;
     this.pivotGridField8.Caption             = "Item Desc";
     this.pivotGridField8.FieldName           = "strDescription";
     this.pivotGridField8.Name                = "pivotGridField8";
     this.pivotGridField8.Options.AllowFilter = DevExpress.Utils.DefaultBoolean.True;
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location  = new System.Drawing.Point(40, 0);
     this.DateFrom.Name      = "DateFrom";
     //
     // DateFrom.Properties
     //
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DateFrom.Size     = new System.Drawing.Size(80, 20);
     this.DateFrom.TabIndex = 9;
     //
     // DateTo
     //
     this.DateTo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.DateTo.Location = new System.Drawing.Point(128, 0);
     this.DateTo.Name     = "DateTo";
     this.DateTo.Size     = new System.Drawing.Size(24, 16);
     this.DateTo.TabIndex = 8;
     this.DateTo.Text     = "To";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "From";
     //
     // DateRangeTo
     //
     this.DateRangeTo.EditValue = null;
     this.DateRangeTo.Location  = new System.Drawing.Point(160, 0);
     this.DateRangeTo.Name      = "DateRangeTo";
     //
     // DateRangeTo.Properties
     //
     this.DateRangeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DateRangeTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.DateRangeTo.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.DateRangeTo.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.DateRangeTo.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.DateRangeTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.DateRangeTo.Size     = new System.Drawing.Size(88, 20);
     this.DateRangeTo.TabIndex = 6;
     //
     // txtItemCode
     //
     this.txtItemCode.EditValue = "";
     this.txtItemCode.Location  = new System.Drawing.Point(72, 24);
     this.txtItemCode.Name      = "txtItemCode";
     this.txtItemCode.Size      = new System.Drawing.Size(56, 20);
     this.txtItemCode.TabIndex  = 10;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.Location = new System.Drawing.Point(0, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Item Code";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(136, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Item Desc";
     //
     // txtItemDesc
     //
     this.txtItemDesc.EditValue = "";
     this.txtItemDesc.Location  = new System.Drawing.Point(208, 24);
     this.txtItemDesc.Name      = "txtItemDesc";
     this.txtItemDesc.Size      = new System.Drawing.Size(56, 20);
     this.txtItemDesc.TabIndex  = 12;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.Location = new System.Drawing.Point(272, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 16);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Style Code";
     //
     // txtStyleCode
     //
     this.txtStyleCode.EditValue = "";
     this.txtStyleCode.Location  = new System.Drawing.Point(344, 24);
     this.txtStyleCode.Name      = "txtStyleCode";
     this.txtStyleCode.Size      = new System.Drawing.Size(56, 20);
     this.txtStyleCode.TabIndex  = 14;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label5.Location = new System.Drawing.Point(400, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(72, 16);
     this.label5.TabIndex = 17;
     this.label5.Text     = "Style Desc";
     //
     // txtStyleDesc
     //
     this.txtStyleDesc.EditValue = "";
     this.txtStyleDesc.Location  = new System.Drawing.Point(472, 24);
     this.txtStyleDesc.Name      = "txtStyleDesc";
     this.txtStyleDesc.Size      = new System.Drawing.Size(56, 20);
     this.txtStyleDesc.TabIndex  = 16;
     //
     // btnSearch
     //
     this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSearch.Location    = new System.Drawing.Point(536, 24);
     this.btnSearch.Name        = "btnSearch";
     this.btnSearch.Size        = new System.Drawing.Size(56, 20);
     this.btnSearch.TabIndex    = 55;
     this.btnSearch.Text        = "Search";
     this.btnSearch.Click      += new System.EventHandler(this.btnSearch_Click);
     //
     // btnReset
     //
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location    = new System.Drawing.Point(600, 24);
     this.btnReset.Name        = "btnReset";
     this.btnReset.Size        = new System.Drawing.Size(56, 20);
     this.btnReset.TabIndex    = 56;
     this.btnReset.Text        = "Reset";
     this.btnReset.Click      += new System.EventHandler(this.btnReset_Click);
     //
     // RPStock
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 453);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtStyleDesc);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtStyleCode);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtItemDesc);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtItemCode);
     this.Controls.Add(this.DateFrom);
     this.Controls.Add(this.DateTo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DateRangeTo);
     this.Controls.Add(this.GridStockRequest);
     this.Name        = "RPStock";
     this.Text        = "Stock Report";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.RPStock_Load);
     ((System.ComponentModel.ISupportInitialize)(this.GridStockRequest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItemDesc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStyleCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStyleDesc.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucThongKeBanTheoThang));
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnIn = new DevExpress.XtraEditors.SimpleButton();
     this.lblTienBan = new DevExpress.XtraEditors.LabelControl();
     this.lblTienLai = new DevExpress.XtraEditors.LabelControl();
     this.lblTienNhap = new DevExpress.XtraEditors.LabelControl();
     this.lblSoLuong = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.gcDanhSachThongKe = new DevExpress.XtraGrid.GridControl();
     this.gvDanhSachThongKe = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.lueLoaiThongKe = new DevExpress.XtraEditors.LookUpEdit();
     this.btnThongKe = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.cboNam = new DevExpress.XtraEditors.ComboBoxEdit();
     this.spedThang = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcDanhSachThongKe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDanhSachThongKe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueLoaiThongKe.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboNam.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spedThang.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.btnIn);
     this.panelControl1.Controls.Add(this.lblTienBan);
     this.panelControl1.Controls.Add(this.lblTienLai);
     this.panelControl1.Controls.Add(this.lblTienNhap);
     this.panelControl1.Controls.Add(this.lblSoLuong);
     this.panelControl1.Controls.Add(this.groupControl1);
     this.panelControl1.Location = new System.Drawing.Point(209, 64);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(739, 460);
     this.panelControl1.TabIndex = 0;
     //
     // btnIn
     //
     this.btnIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnIn.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnIn.Appearance.Options.UseFont = true;
     this.btnIn.Image = ((System.Drawing.Image)(resources.GetObject("btnIn.Image")));
     this.btnIn.Location = new System.Drawing.Point(488, 381);
     this.btnIn.Name = "btnIn";
     this.btnIn.Size = new System.Drawing.Size(222, 64);
     this.btnIn.TabIndex = 10;
     this.btnIn.Text = "In danh sách";
     this.btnIn.Click += new System.EventHandler(this.btnIn_Click);
     //
     // lblTienBan
     //
     this.lblTienBan.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblTienBan.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTienBan.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblTienBan.Location = new System.Drawing.Point(72, 409);
     this.lblTienBan.Name = "lblTienBan";
     this.lblTienBan.Size = new System.Drawing.Size(124, 19);
     this.lblTienBan.TabIndex = 9;
     this.lblTienBan.Text = "Tổng tiền bán: ";
     //
     // lblTienLai
     //
     this.lblTienLai.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblTienLai.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTienLai.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.lblTienLai.Location = new System.Drawing.Point(72, 436);
     this.lblTienLai.Name = "lblTienLai";
     this.lblTienLai.Size = new System.Drawing.Size(114, 19);
     this.lblTienLai.TabIndex = 8;
     this.lblTienLai.Text = "Tổng tiền lãi: ";
     //
     // lblTienNhap
     //
     this.lblTienNhap.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblTienNhap.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTienNhap.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.lblTienNhap.Location = new System.Drawing.Point(72, 382);
     this.lblTienNhap.Name = "lblTienNhap";
     this.lblTienNhap.Size = new System.Drawing.Size(134, 19);
     this.lblTienNhap.TabIndex = 7;
     this.lblTienNhap.Text = "Tổng tiền nhập: ";
     //
     // lblSoLuong
     //
     this.lblSoLuong.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.lblSoLuong.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSoLuong.Appearance.ForeColor = System.Drawing.Color.Red;
     this.lblSoLuong.Location = new System.Drawing.Point(72, 355);
     this.lblSoLuong.Name = "lblSoLuong";
     this.lblSoLuong.Size = new System.Drawing.Size(126, 19);
     this.lblSoLuong.TabIndex = 6;
     this.lblSoLuong.Text = "Tổng số lượng: ";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.gcDanhSachThongKe);
     this.groupControl1.Location = new System.Drawing.Point(29, 22);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(681, 327);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text = "Danh sách";
     //
     // gcDanhSachThongKe
     //
     this.gcDanhSachThongKe.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcDanhSachThongKe.Location = new System.Drawing.Point(2, 20);
     this.gcDanhSachThongKe.MainView = this.gvDanhSachThongKe;
     this.gcDanhSachThongKe.Name = "gcDanhSachThongKe";
     this.gcDanhSachThongKe.Size = new System.Drawing.Size(677, 305);
     this.gcDanhSachThongKe.TabIndex = 0;
     this.gcDanhSachThongKe.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvDanhSachThongKe});
     //
     // gvDanhSachThongKe
     //
     this.gvDanhSachThongKe.GridControl = this.gcDanhSachThongKe;
     this.gvDanhSachThongKe.Name = "gvDanhSachThongKe";
     this.gvDanhSachThongKe.OptionsView.ShowGroupPanel = false;
     //
     // panelControl2
     //
     this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl2.Controls.Add(this.labelControl1);
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(948, 66);
     this.panelControl2.TabIndex = 1;
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.labelControl1.Location = new System.Drawing.Point(260, 14);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(429, 29);
     this.labelControl1.TabIndex = 3;
     this.labelControl1.Text = "THỐNG KÊ BÁN HÀNG THEO THÁNG";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Location = new System.Drawing.Point(15, 22);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(180, 23);
     this.labelControl2.TabIndex = 4;
     this.labelControl2.Text = "Chọn loại thống kê";
     //
     // panelControl3
     //
     this.panelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.panelControl3.Controls.Add(this.lueLoaiThongKe);
     this.panelControl3.Controls.Add(this.btnThongKe);
     this.panelControl3.Controls.Add(this.labelControl4);
     this.panelControl3.Controls.Add(this.cboNam);
     this.panelControl3.Controls.Add(this.spedThang);
     this.panelControl3.Controls.Add(this.labelControl3);
     this.panelControl3.Controls.Add(this.labelControl2);
     this.panelControl3.Location = new System.Drawing.Point(0, 64);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(211, 460);
     this.panelControl3.TabIndex = 2;
     //
     // lueLoaiThongKe
     //
     this.lueLoaiThongKe.Location = new System.Drawing.Point(37, 62);
     this.lueLoaiThongKe.Name = "lueLoaiThongKe";
     this.lueLoaiThongKe.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lueLoaiThongKe.Properties.Appearance.Options.UseFont = true;
     this.lueLoaiThongKe.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lueLoaiThongKe.Size = new System.Drawing.Size(136, 26);
     this.lueLoaiThongKe.TabIndex = 11;
     //
     // btnThongKe
     //
     this.btnThongKe.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.btnThongKe.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnThongKe.Appearance.Options.UseFont = true;
     this.btnThongKe.Image = ((System.Drawing.Image)(resources.GetObject("btnThongKe.Image")));
     this.btnThongKe.Location = new System.Drawing.Point(5, 337);
     this.btnThongKe.Name = "btnThongKe";
     this.btnThongKe.Size = new System.Drawing.Size(198, 73);
     this.btnThongKe.TabIndex = 10;
     this.btnThongKe.Text = "Thống kê";
     this.btnThongKe.Click += new System.EventHandler(this.btnThongKe_Click);
     //
     // labelControl4
     //
     this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl4.Location = new System.Drawing.Point(37, 228);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(96, 23);
     this.labelControl4.TabIndex = 9;
     this.labelControl4.Text = "Chọn năm";
     //
     // cboNam
     //
     this.cboNam.Location = new System.Drawing.Point(37, 266);
     this.cboNam.Name = "cboNam";
     this.cboNam.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboNam.Properties.Appearance.Options.UseFont = true;
     this.cboNam.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboNam.Size = new System.Drawing.Size(136, 26);
     this.cboNam.TabIndex = 8;
     //
     // spedThang
     //
     this.spedThang.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.spedThang.EditValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.spedThang.Location = new System.Drawing.Point(37, 162);
     this.spedThang.Name = "spedThang";
     this.spedThang.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.spedThang.Properties.Appearance.Options.UseFont = true;
     this.spedThang.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.spedThang.Properties.Mask.EditMask = "d";
     this.spedThang.Properties.MaxValue = new decimal(new int[] {
     12,
     0,
     0,
     0});
     this.spedThang.Properties.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.spedThang.Size = new System.Drawing.Size(136, 26);
     this.spedThang.TabIndex = 7;
     //
     // labelControl3
     //
     this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Location = new System.Drawing.Point(37, 124);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(110, 23);
     this.labelControl3.TabIndex = 6;
     this.labelControl3.Text = "Chọn tháng";
     //
     // ucThongKeBanTheoThang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.panelControl2);
     this.Controls.Add(this.panelControl1);
     this.Name = "ucThongKeBanTheoThang";
     this.Size = new System.Drawing.Size(948, 524);
     this.Load += new System.EventHandler(this.ucThongKeBanTheoThang_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcDanhSachThongKe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDanhSachThongKe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueLoaiThongKe.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboNam.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spedThang.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.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlItem = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.item_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.item_type = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_type_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlAddittional = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.panelEnable = new DevExpress.XtraEditors.PanelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit();
     this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit();
     this.labelBasicinfoType = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoName = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceMonthly = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceDaily = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoDetail = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoVat = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemPriceMonthly = new DevExpress.XtraEditors.TextEdit();
     this.memoEditItemDetail = new DevExpress.XtraEditors.MemoEdit();
     this.textEditItemName = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.texthiddenAction = new DevExpress.XtraEditors.TextEdit();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.labelBasicinfoID = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemID = new DevExpress.XtraEditors.TextEdit();
     this.textEditCheckEvent = new DevExpress.XtraEditors.TextEdit();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.textEditItemPriceDaily = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
     this.groupControlList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).BeginInit();
     this.groupControlAddittional.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit();
     this.panelEnable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1079, 614);
     this.panelControl2.TabIndex = 20;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1079, 614);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 22;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlList
     //
     this.groupControlList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlList.AppearanceCaption.Options.UseFont = true;
     this.groupControlList.Controls.Add(this.gridControlItem);
     this.groupControlList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlList.Location = new System.Drawing.Point(0, 0);
     this.groupControlList.Name = "groupControlList";
     this.groupControlList.Size = new System.Drawing.Size(500, 614);
     this.groupControlList.TabIndex = 0;
     this.groupControlList.Text = "รายการค่าใช้จ่ายเพิ่มเติม";
     //
     // gridControlItem
     //
     this.gridControlItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlItem.Location = new System.Drawing.Point(2, 22);
     this.gridControlItem.MainView = this.gridView3;
     this.gridControlItem.Name = "gridControlItem";
     this.gridControlItem.Size = new System.Drawing.Size(496, 590);
     this.gridControlItem.TabIndex = 18;
     this.gridControlItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3,
     this.gridView2,
     this.gridView1});
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.item_id,
     this.grid_name,
     this.grid_price_monthly,
     this.grid_price_daily,
     this.grid_vat_text,
     this.item_type,
     this.grid_type_text,
     this.grid_vat});
     this.gridView3.GridControl = this.gridControlItem;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsBehavior.Editable = false;
     this.gridView3.OptionsBehavior.ReadOnly = true;
     this.gridView3.OptionsFind.AlwaysVisible = true;
     this.gridView3.OptionsFind.ShowCloseButton = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // item_id
     //
     this.item_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.item_id.AppearanceHeader.Options.UseFont = true;
     this.item_id.Caption = "รหัสค่าใช่จ่ายเพิ่มเติม";
     this.item_id.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.item_id.FieldName = "item_id";
     this.item_id.Name = "item_id";
     this.item_id.OptionsColumn.AllowEdit = false;
     this.item_id.OptionsColumn.AllowFocus = false;
     this.item_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.item_id.OptionsColumn.AllowMove = false;
     this.item_id.Width = 161;
     //
     // grid_name
     //
     this.grid_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_name.AppearanceHeader.Options.UseFont = true;
     this.grid_name.Caption = "ชื่อรายการค่าใช้จ่าย";
     this.grid_name.FieldName = "item_name";
     this.grid_name.Name = "grid_name";
     this.grid_name.OptionsColumn.AllowEdit = false;
     this.grid_name.OptionsColumn.AllowFocus = false;
     this.grid_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_name.OptionsColumn.AllowMove = false;
     this.grid_name.Visible = true;
     this.grid_name.VisibleIndex = 0;
     this.grid_name.Width = 114;
     //
     // grid_price_monthly
     //
     this.grid_price_monthly.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_price_monthly.AppearanceHeader.Options.UseFont = true;
     this.grid_price_monthly.Caption = "ราคารายเดือน";
     this.grid_price_monthly.DisplayFormat.FormatString = "{0:n2}";
     this.grid_price_monthly.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.grid_price_monthly.FieldName = "item_price_monthly";
     this.grid_price_monthly.Name = "grid_price_monthly";
     this.grid_price_monthly.OptionsColumn.AllowEdit = false;
     this.grid_price_monthly.OptionsColumn.AllowFocus = false;
     this.grid_price_monthly.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_price_monthly.OptionsColumn.AllowMove = false;
     this.grid_price_monthly.Visible = true;
     this.grid_price_monthly.VisibleIndex = 2;
     this.grid_price_monthly.Width = 107;
     //
     // grid_price_daily
     //
     this.grid_price_daily.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_price_daily.AppearanceHeader.Options.UseFont = true;
     this.grid_price_daily.Caption = "ราคารายวัน";
     this.grid_price_daily.DisplayFormat.FormatString = "{0:n2}";
     this.grid_price_daily.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.grid_price_daily.FieldName = "item_price_daily";
     this.grid_price_daily.Name = "grid_price_daily";
     this.grid_price_daily.OptionsColumn.AllowEdit = false;
     this.grid_price_daily.OptionsColumn.AllowFocus = false;
     this.grid_price_daily.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_price_daily.OptionsColumn.AllowMove = false;
     this.grid_price_daily.Visible = true;
     this.grid_price_daily.VisibleIndex = 3;
     this.grid_price_daily.Width = 97;
     //
     // grid_vat_text
     //
     this.grid_vat_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_vat_text.AppearanceHeader.Options.UseFont = true;
     this.grid_vat_text.Caption = "การคิดภาษี";
     this.grid_vat_text.FieldName = "item_vat_text";
     this.grid_vat_text.Name = "grid_vat_text";
     this.grid_vat_text.OptionsColumn.AllowEdit = false;
     this.grid_vat_text.OptionsColumn.AllowFocus = false;
     this.grid_vat_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_vat_text.OptionsColumn.AllowMove = false;
     this.grid_vat_text.Visible = true;
     this.grid_vat_text.VisibleIndex = 4;
     this.grid_vat_text.Width = 70;
     //
     // item_type
     //
     this.item_type.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.item_type.AppearanceHeader.Options.UseFont = true;
     this.item_type.Name = "item_type";
     //
     // grid_type_text
     //
     this.grid_type_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_type_text.AppearanceHeader.Options.UseFont = true;
     this.grid_type_text.Caption = "รูปแบบค่าใช้จ่าย";
     this.grid_type_text.FieldName = "item_type_text";
     this.grid_type_text.Name = "grid_type_text";
     this.grid_type_text.OptionsColumn.AllowEdit = false;
     this.grid_type_text.OptionsColumn.AllowFocus = false;
     this.grid_type_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_type_text.OptionsColumn.AllowMove = false;
     this.grid_type_text.Visible = true;
     this.grid_type_text.VisibleIndex = 1;
     this.grid_type_text.Width = 92;
     //
     // grid_vat
     //
     this.grid_vat.Caption = "gridColumn1";
     this.grid_vat.FieldName = "item_vat";
     this.grid_vat.Name = "grid_vat";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControlItem;
     this.gridView2.Name = "gridView2";
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControlItem;
     this.gridView1.Name = "gridView1";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlAddittional);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(574, 548);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlAddittional
     //
     this.groupControlAddittional.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlAddittional.AppearanceCaption.Options.UseFont = true;
     this.groupControlAddittional.Controls.Add(this.xtraScrollableControl1);
     this.groupControlAddittional.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlAddittional.Location = new System.Drawing.Point(0, 0);
     this.groupControlAddittional.Name = "groupControlAddittional";
     this.groupControlAddittional.Size = new System.Drawing.Size(574, 548);
     this.groupControlAddittional.TabIndex = 3;
     this.groupControlAddittional.Text = "ข้อมูลค่าใช้จ่ายเพิ่มเติม";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.panelEnable);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(570, 524);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // panelEnable
     //
     this.panelEnable.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.panelEnable.Appearance.Options.UseBackColor = true;
     this.panelEnable.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelEnable.Controls.Add(this.textEditItemPriceDaily);
     this.panelEnable.Controls.Add(this.labelControlRequired);
     this.panelEnable.Controls.Add(this.labelControl4);
     this.panelEnable.Controls.Add(this.labelControl1);
     this.panelEnable.Controls.Add(this.labelControl12);
     this.panelEnable.Controls.Add(this.lookUpEditPayType);
     this.panelEnable.Controls.Add(this.lookUpEditVatType);
     this.panelEnable.Controls.Add(this.labelBasicinfoType);
     this.panelEnable.Controls.Add(this.labelBasicinfoName);
     this.panelEnable.Controls.Add(this.labelBasicinfoPriceMonthly);
     this.panelEnable.Controls.Add(this.labelBasicinfoPriceDaily);
     this.panelEnable.Controls.Add(this.labelBasicinfoDetail);
     this.panelEnable.Controls.Add(this.labelControlBaht2);
     this.panelEnable.Controls.Add(this.labelControlBaht);
     this.panelEnable.Controls.Add(this.labelBasicinfoVat);
     this.panelEnable.Controls.Add(this.textEditItemPriceMonthly);
     this.panelEnable.Controls.Add(this.memoEditItemDetail);
     this.panelEnable.Controls.Add(this.textEditItemName);
     this.panelEnable.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEnable.Location = new System.Drawing.Point(0, 0);
     this.panelEnable.Name = "panelEnable";
     this.panelEnable.Size = new System.Drawing.Size(570, 243);
     this.panelEnable.TabIndex = 267;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(9, 227);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 413;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl4.Location = new System.Drawing.Point(9, 121);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(6, 13);
     this.labelControl4.TabIndex = 317;
     this.labelControl4.Text = "*";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(9, 47);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 317;
     this.labelControl1.Text = "*";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(9, 17);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 317;
     this.labelControl12.Text = "*";
     //
     // lookUpEditPayType
     //
     this.lookUpEditPayType.Location = new System.Drawing.Point(174, 36);
     this.lookUpEditPayType.Name = "lookUpEditPayType";
     this.lookUpEditPayType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPayType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("paytype_label", " ")});
     this.lookUpEditPayType.Size = new System.Drawing.Size(241, 20);
     this.lookUpEditPayType.TabIndex = 2;
     //
     // lookUpEditVatType
     //
     this.lookUpEditVatType.Location = new System.Drawing.Point(174, 115);
     this.lookUpEditVatType.Name = "lookUpEditVatType";
     this.lookUpEditVatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditVatType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("vattype_label", " ")});
     this.lookUpEditVatType.Size = new System.Drawing.Size(241, 20);
     this.lookUpEditVatType.TabIndex = 5;
     //
     // labelBasicinfoType
     //
     this.labelBasicinfoType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoType.Location = new System.Drawing.Point(32, 41);
     this.labelBasicinfoType.Name = "labelBasicinfoType";
     this.labelBasicinfoType.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoType.TabIndex = 262;
     this.labelBasicinfoType.Text = "รูปแบบค่าใช้จ่าย :";
     //
     // labelBasicinfoName
     //
     this.labelBasicinfoName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoName.Location = new System.Drawing.Point(32, 13);
     this.labelBasicinfoName.Name = "labelBasicinfoName";
     this.labelBasicinfoName.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoName.TabIndex = 72;
     this.labelBasicinfoName.Text = "ชื่อรายการค่าใช้จ่าย :";
     //
     // labelBasicinfoPriceMonthly
     //
     this.labelBasicinfoPriceMonthly.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoPriceMonthly.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoPriceMonthly.Location = new System.Drawing.Point(32, 66);
     this.labelBasicinfoPriceMonthly.Name = "labelBasicinfoPriceMonthly";
     this.labelBasicinfoPriceMonthly.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoPriceMonthly.TabIndex = 73;
     this.labelBasicinfoPriceMonthly.Text = "ราคารายเดือน :";
     //
     // labelBasicinfoPriceDaily
     //
     this.labelBasicinfoPriceDaily.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoPriceDaily.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoPriceDaily.Location = new System.Drawing.Point(32, 92);
     this.labelBasicinfoPriceDaily.Name = "labelBasicinfoPriceDaily";
     this.labelBasicinfoPriceDaily.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoPriceDaily.TabIndex = 75;
     this.labelBasicinfoPriceDaily.Text = "ราคารายวัน :";
     //
     // labelBasicinfoDetail
     //
     this.labelBasicinfoDetail.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoDetail.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoDetail.Location = new System.Drawing.Point(26, 142);
     this.labelBasicinfoDetail.Name = "labelBasicinfoDetail";
     this.labelBasicinfoDetail.Size = new System.Drawing.Size(128, 13);
     this.labelBasicinfoDetail.TabIndex = 251;
     this.labelBasicinfoDetail.Text = "รายละเอียดเพิ่มเติม :";
     //
     // labelControlBaht2
     //
     this.labelControlBaht2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht2.Location = new System.Drawing.Point(421, 91);
     this.labelControlBaht2.Name = "labelControlBaht2";
     this.labelControlBaht2.Size = new System.Drawing.Size(81, 13);
     this.labelControlBaht2.TabIndex = 76;
     this.labelControlBaht2.Text = "บาท";
     //
     // labelControlBaht
     //
     this.labelControlBaht.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht.Location = new System.Drawing.Point(421, 65);
     this.labelControlBaht.Name = "labelControlBaht";
     this.labelControlBaht.Size = new System.Drawing.Size(81, 13);
     this.labelControlBaht.TabIndex = 76;
     this.labelControlBaht.Text = "บาท";
     //
     // labelBasicinfoVat
     //
     this.labelBasicinfoVat.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoVat.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoVat.Location = new System.Drawing.Point(32, 118);
     this.labelBasicinfoVat.Name = "labelBasicinfoVat";
     this.labelBasicinfoVat.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoVat.TabIndex = 76;
     this.labelBasicinfoVat.Text = "การคิดภาษี :";
     //
     // textEditItemPriceMonthly
     //
     this.textEditItemPriceMonthly.EditValue = "1000000.00";
     this.textEditItemPriceMonthly.Location = new System.Drawing.Point(174, 62);
     this.textEditItemPriceMonthly.Name = "textEditItemPriceMonthly";
     this.textEditItemPriceMonthly.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditItemPriceMonthly.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatString = "{n2}";
     this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceMonthly.Properties.EditFormat.FormatString = "{n2}";
     this.textEditItemPriceMonthly.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceMonthly.Properties.Mask.BeepOnError = true;
     this.textEditItemPriceMonthly.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}";
     this.textEditItemPriceMonthly.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemPriceMonthly.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemPriceMonthly.Properties.Mask.ShowPlaceHolders = false;
     this.textEditItemPriceMonthly.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemPriceMonthly.Properties.MaxLength = 7;
     this.textEditItemPriceMonthly.Size = new System.Drawing.Size(241, 20);
     this.textEditItemPriceMonthly.TabIndex = 3;
     //
     // memoEditItemDetail
     //
     this.memoEditItemDetail.Location = new System.Drawing.Point(174, 143);
     this.memoEditItemDetail.Name = "memoEditItemDetail";
     this.memoEditItemDetail.Properties.MaxLength = 500;
     this.memoEditItemDetail.Size = new System.Drawing.Size(241, 72);
     this.memoEditItemDetail.TabIndex = 6;
     //
     // textEditItemName
     //
     this.textEditItemName.Location = new System.Drawing.Point(174, 10);
     this.textEditItemName.Name = "textEditItemName";
     this.textEditItemName.Properties.Mask.BeepOnError = true;
     this.textEditItemName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}";
     this.textEditItemName.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemName.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemName.Properties.MaxLength = 50;
     this.textEditItemName.Size = new System.Drawing.Size(241, 20);
     this.textEditItemName.TabIndex = 1;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.texthiddenAction);
     this.panelControl1.Controls.Add(this.bttDelete);
     this.panelControl1.Controls.Add(this.labelBasicinfoID);
     this.panelControl1.Controls.Add(this.textEditItemID);
     this.panelControl1.Controls.Add(this.textEditCheckEvent);
     this.panelControl1.Controls.Add(this.bttAdd);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 548);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(574, 66);
     this.panelControl1.TabIndex = 13;
     //
     // texthiddenAction
     //
     this.texthiddenAction.Location = new System.Drawing.Point(11, 35);
     this.texthiddenAction.Name = "texthiddenAction";
     this.texthiddenAction.Size = new System.Drawing.Size(100, 20);
     this.texthiddenAction.TabIndex = 264;
     this.texthiddenAction.Visible = false;
     //
     // bttDelete
     //
     this.bttDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(347, 5);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 20;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // labelBasicinfoID
     //
     this.labelBasicinfoID.Location = new System.Drawing.Point(17, 6);
     this.labelBasicinfoID.Name = "labelBasicinfoID";
     this.labelBasicinfoID.Padding = new System.Windows.Forms.Padding(10);
     this.labelBasicinfoID.Size = new System.Drawing.Size(46, 33);
     this.labelBasicinfoID.TabIndex = 71;
     this.labelBasicinfoID.Text = "รหัส :";
     this.labelBasicinfoID.Visible = false;
     //
     // textEditItemID
     //
     this.textEditItemID.Location = new System.Drawing.Point(69, 13);
     this.textEditItemID.Name = "textEditItemID";
     this.textEditItemID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.textEditItemID.Properties.Appearance.Options.UseFont = true;
     this.textEditItemID.Properties.ReadOnly = true;
     this.textEditItemID.Size = new System.Drawing.Size(18, 20);
     this.textEditItemID.TabIndex = 248;
     this.textEditItemID.Visible = false;
     //
     // textEditCheckEvent
     //
     this.textEditCheckEvent.EditValue = "";
     this.textEditCheckEvent.Location = new System.Drawing.Point(93, 13);
     this.textEditCheckEvent.Name = "textEditCheckEvent";
     this.textEditCheckEvent.Properties.Mask.BeepOnError = true;
     this.textEditCheckEvent.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditCheckEvent.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditCheckEvent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditCheckEvent.Properties.MaxLength = 10;
     this.textEditCheckEvent.Size = new System.Drawing.Size(18, 20);
     this.textEditCheckEvent.TabIndex = 258;
     this.textEditCheckEvent.Visible = false;
     //
     // bttAdd
     //
     this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(195, 5);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 18;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(271, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(499, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(423, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // textEditItemPriceDaily
     //
     this.textEditItemPriceDaily.EditValue = "1000000.00";
     this.textEditItemPriceDaily.Location = new System.Drawing.Point(174, 88);
     this.textEditItemPriceDaily.Name = "textEditItemPriceDaily";
     this.textEditItemPriceDaily.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditItemPriceDaily.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditItemPriceDaily.Properties.DisplayFormat.FormatString = "{n2}";
     this.textEditItemPriceDaily.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceDaily.Properties.EditFormat.FormatString = "{n2}";
     this.textEditItemPriceDaily.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceDaily.Properties.Mask.BeepOnError = true;
     this.textEditItemPriceDaily.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}";
     this.textEditItemPriceDaily.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemPriceDaily.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemPriceDaily.Properties.Mask.ShowPlaceHolders = false;
     this.textEditItemPriceDaily.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemPriceDaily.Properties.MaxLength = 7;
     this.textEditItemPriceDaily.Size = new System.Drawing.Size(241, 20);
     this.textEditItemPriceDaily.TabIndex = 414;
     //
     // BasicInfoAdditionItem
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoAdditionItem";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1093, 628);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).EndInit();
     this.groupControlList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).EndInit();
     this.groupControlAddittional.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).EndInit();
     this.panelEnable.ResumeLayout(false);
     this.panelEnable.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 33
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.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.lkpEdtClassInstant  = new DevExpress.XtraEditors.LookUpEdit();
     this.txtEdtStartTime     = new DevExpress.XtraEditors.TextEdit();
     this.txtEdtEndTime       = new DevExpress.XtraEditors.TextEdit();
     this.label5              = new System.Windows.Forms.Label();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.label6              = new System.Windows.Forms.Label();
     this.lkpEdtBranchCode    = new DevExpress.XtraEditors.LookUpEdit();
     this.label2              = new System.Windows.Forms.Label();
     this.simpleButtonCancel  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK      = new DevExpress.XtraEditors.SimpleButton();
     this.checkEditForgetCard = new DevExpress.XtraEditors.CheckEdit();
     this.label7              = new System.Windows.Forms.Label();
     this.dtEndTime           = new DevExpress.XtraEditors.TimeEdit();
     this.dtStartTime         = new DevExpress.XtraEditors.TimeEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtClassInstant.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Date";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 78);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Class";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 108);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(72, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Class Time";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = new System.DateTime(2005, 11, 23, 0, 0, 0, 0);
     this.dateEdit1.Location  = new System.Drawing.Point(92, 20);
     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.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEdit1.Size              = new System.Drawing.Size(210, 22);
     this.dateEdit1.TabIndex          = 4;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // lkpEdtClassInstant
     //
     this.lkpEdtClassInstant.Location = new System.Drawing.Point(92, 78);
     this.lkpEdtClassInstant.Name     = "lkpEdtClassInstant";
     //
     // lkpEdtClassInstant.Properties
     //
     this.lkpEdtClassInstant.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lkpEdtClassInstant.Size              = new System.Drawing.Size(210, 22);
     this.lkpEdtClassInstant.TabIndex          = 6;
     this.lkpEdtClassInstant.EditValueChanged += new System.EventHandler(this.lkpEdtClassInstant_EditValueChanged);
     //
     // txtEdtStartTime
     //
     this.txtEdtStartTime.EditValue = "";
     this.txtEdtStartTime.Location  = new System.Drawing.Point(94, 108);
     this.txtEdtStartTime.Name      = "txtEdtStartTime";
     //
     // txtEdtStartTime.Properties
     //
     this.txtEdtStartTime.Properties.ReadOnly = true;
     this.txtEdtStartTime.Size     = new System.Drawing.Size(90, 22);
     this.txtEdtStartTime.TabIndex = 7;
     //
     // txtEdtEndTime
     //
     this.txtEdtEndTime.EditValue = "";
     this.txtEdtEndTime.Location  = new System.Drawing.Point(210, 108);
     this.txtEdtEndTime.Name      = "txtEdtEndTime";
     //
     // txtEdtEndTime.Properties
     //
     this.txtEdtEndTime.Properties.ReadOnly = true;
     this.txtEdtEndTime.Size     = new System.Drawing.Size(90, 22);
     this.txtEdtEndTime.TabIndex = 8;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(12, 138);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(72, 23);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Is Gym";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(96, 140);
     this.checkEdit1.Name     = "checkEdit1";
     //
     // checkEdit1.Properties
     //
     this.checkEdit1.Properties.Caption = "";
     this.checkEdit1.Size            = new System.Drawing.Size(24, 18);
     this.checkEdit1.TabIndex        = 12;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(188, 110);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(20, 16);
     this.label6.TabIndex = 13;
     this.label6.Text     = "To";
     //
     // lkpEdtBranchCode
     //
     this.lkpEdtBranchCode.Location = new System.Drawing.Point(92, 48);
     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(210, 22);
     this.lkpEdtBranchCode.TabIndex          = 5;
     this.lkpEdtBranchCode.EditValueChanged += new System.EventHandler(this.lkpEdtBranchCode_EditValueChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Branch";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(180, 210);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 46;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(76, 210);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 45;
     this.simpleButtonOK.Text         = "OK";
     //
     // checkEditForgetCard
     //
     this.checkEditForgetCard.Location = new System.Drawing.Point(96, 170);
     this.checkEditForgetCard.Name     = "checkEditForgetCard";
     //
     // checkEditForgetCard.Properties
     //
     this.checkEditForgetCard.Properties.Caption = "";
     this.checkEditForgetCard.Size     = new System.Drawing.Size(18, 18);
     this.checkEditForgetCard.TabIndex = 47;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(12, 170);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(74, 23);
     this.label7.TabIndex = 48;
     this.label7.Text     = "Forget Card";
     //
     // dtEndTime
     //
     this.dtEndTime.EditValue = null;
     this.dtEndTime.Location  = new System.Drawing.Point(210, 108);
     this.dtEndTime.Name      = "dtEndTime";
     //
     // dtEndTime.Properties
     //
     this.dtEndTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dtEndTime.Properties.DisplayFormat.FormatString = "hh:mm tt";
     this.dtEndTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dtEndTime.Properties.EditFormat.FormatString    = "hh:mm tt";
     this.dtEndTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dtEndTime.Size     = new System.Drawing.Size(90, 22);
     this.dtEndTime.TabIndex = 50;
     this.dtEndTime.Visible  = false;
     //
     // dtStartTime
     //
     this.dtStartTime.EditValue = null;
     this.dtStartTime.Location  = new System.Drawing.Point(93, 108);
     this.dtStartTime.Name      = "dtStartTime";
     //
     // dtStartTime.Properties
     //
     this.dtStartTime.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dtStartTime.Properties.DisplayFormat.FormatString = "hh:mm tt";
     this.dtStartTime.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dtStartTime.Properties.EditFormat.FormatString    = "hh:mm tt";
     this.dtStartTime.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dtStartTime.Size     = new System.Drawing.Size(90, 22);
     this.dtStartTime.TabIndex = 49;
     this.dtStartTime.Visible  = false;
     //
     // FormNewClassAttendanceInMembershipModule
     //
     this.AcceptButton      = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButtonCancel;
     this.ClientSize        = new System.Drawing.Size(322, 250);
     this.Controls.Add(this.dtEndTime);
     this.Controls.Add(this.dtStartTime);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.checkEditForgetCard);
     this.Controls.Add(this.simpleButtonCancel);
     this.Controls.Add(this.simpleButtonOK);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.checkEdit1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtEdtEndTime);
     this.Controls.Add(this.txtEdtStartTime);
     this.Controls.Add(this.lkpEdtClassInstant);
     this.Controls.Add(this.lkpEdtBranchCode);
     this.Controls.Add(this.dateEdit1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormNewClassAttendanceInMembershipModule";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "New Fitness Package";
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtClassInstant.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEdtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkpEdtBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditForgetCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtStartTime.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 34
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Logon));
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.tbPass      = new System.Windows.Forms.TextBox();
     this.cmbzhanhao  = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.btExit      = new DevExpress.XtraEditors.SimpleButton();
     this.btLogin     = new DevExpress.XtraEditors.SimpleButton();
     this.lblTitle    = new System.Windows.Forms.Label();
     this.linkHelp    = new System.Windows.Forms.LinkLabel();
     this.lblCalendar = new System.Windows.Forms.Label();
     this.lnkSecurity = new System.Windows.Forms.LinkLabel();
     this.lnkRegister = new DevExpress.XtraEditors.LabelControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbzhanhao.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.tbPass);
     this.groupBox1.Controls.Add(this.cmbzhanhao);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(72, 86);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(352, 150);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "登录信息";
     //
     // tbPass
     //
     this.tbPass.Location     = new System.Drawing.Point(96, 86);
     this.tbPass.Name         = "tbPass";
     this.tbPass.PasswordChar = '*';
     this.tbPass.Size         = new System.Drawing.Size(184, 22);
     this.tbPass.TabIndex     = 1;
     this.tbPass.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tbPass_KeyDown);
     //
     // cmbzhanhao
     //
     this.cmbzhanhao.Location = new System.Drawing.Point(96, 43);
     this.cmbzhanhao.Name     = "cmbzhanhao";
     this.cmbzhanhao.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbzhanhao.Size     = new System.Drawing.Size(184, 20);
     this.cmbzhanhao.TabIndex = 0;
     this.cmbzhanhao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbzhanhao_KeyDown);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 43);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "登录账号";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(32, 86);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 24);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "登录密码";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btExit
     //
     this.btExit.Location = new System.Drawing.Point(349, 268);
     this.btExit.Name     = "btExit";
     this.btExit.Size     = new System.Drawing.Size(75, 25);
     this.btExit.TabIndex = 1;
     this.btExit.Text     = "退出";
     this.btExit.Click   += new System.EventHandler(this.btExit_Click);
     //
     // btLogin
     //
     this.btLogin.Location = new System.Drawing.Point(248, 268);
     this.btLogin.Name     = "btLogin";
     this.btLogin.Size     = new System.Drawing.Size(75, 25);
     this.btLogin.TabIndex = 0;
     this.btLogin.Text     = "登录";
     this.btLogin.Click   += new System.EventHandler(this.btLogin_Click);
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font      = new System.Drawing.Font("华文行楷", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTitle.ForeColor = System.Drawing.Color.DodgerBlue;
     this.lblTitle.Location  = new System.Drawing.Point(32, 17);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(370, 25);
     this.lblTitle.TabIndex  = 3;
     this.lblTitle.Text      = "仓库管理系统登录界面";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // linkHelp
     //
     this.linkHelp.BackColor    = System.Drawing.Color.Transparent;
     this.linkHelp.Location     = new System.Drawing.Point(440, 34);
     this.linkHelp.Name         = "linkHelp";
     this.linkHelp.Size         = new System.Drawing.Size(56, 25);
     this.linkHelp.TabIndex     = 2;
     this.linkHelp.TabStop      = true;
     this.linkHelp.Text         = "寻求帮助";
     this.linkHelp.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkHelp_LinkClicked);
     //
     // lblCalendar
     //
     this.lblCalendar.BackColor = System.Drawing.Color.Transparent;
     this.lblCalendar.Location  = new System.Drawing.Point(59, 318);
     this.lblCalendar.Name      = "lblCalendar";
     this.lblCalendar.Size      = new System.Drawing.Size(343, 25);
     this.lblCalendar.TabIndex  = 6;
     //
     // lnkSecurity
     //
     this.lnkSecurity.AutoSize     = true;
     this.lnkSecurity.BackColor    = System.Drawing.Color.Transparent;
     this.lnkSecurity.Location     = new System.Drawing.Point(398, 327);
     this.lnkSecurity.Name         = "lnkSecurity";
     this.lnkSecurity.Size         = new System.Drawing.Size(102, 14);
     this.lnkSecurity.TabIndex     = 7;
     this.lnkSecurity.TabStop      = true;
     this.lnkSecurity.Text         = "权限管理系统(F2)";
     this.lnkSecurity.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSecurity_LinkClicked);
     //
     // lnkRegister
     //
     this.lnkRegister.Appearance.Font      = new System.Drawing.Font("新宋体", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lnkRegister.Appearance.ForeColor = System.Drawing.Color.Red;
     this.lnkRegister.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.lnkRegister.Location = new System.Drawing.Point(132, 274);
     this.lnkRegister.Name     = "lnkRegister";
     this.lnkRegister.Size     = new System.Drawing.Size(84, 19);
     this.lnkRegister.TabIndex = 8;
     this.lnkRegister.Text     = "软件注册";
     this.lnkRegister.Click   += new System.EventHandler(this.lnkRegister_Click);
     //
     // Logon
     //
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
     this.BackgroundImageStore       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImageStore")));
     this.ClientSize = new System.Drawing.Size(500, 350);
     this.Controls.Add(this.lnkRegister);
     this.Controls.Add(this.lnkSecurity);
     this.Controls.Add(this.lblCalendar);
     this.Controls.Add(this.linkHelp);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.btLogin);
     this.Controls.Add(this.btExit);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "Logon";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "仓库管理系统登录界面";
     this.Load         += new System.EventHandler(this.Logon_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.Logon_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbzhanhao.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 35
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.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);
 }
Exemplo n.º 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupControl1        = new DevExpress.XtraEditors.GroupControl();
     this.xtraTab              = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3         = new DevExpress.XtraTab.XtraTabPage();
     this.btnExport            = new DevExpress.XtraEditors.SimpleButton();
     this.label40              = new System.Windows.Forms.Label();
     this.btnBrowse            = new DevExpress.XtraEditors.SimpleButton();
     this.FilePath             = new DevExpress.XtraEditors.TextEdit();
     this.xtraTabPage4         = new DevExpress.XtraTab.XtraTabPage();
     this.btnReplicate         = new DevExpress.XtraEditors.SimpleButton();
     this.label3               = new System.Windows.Forms.Label();
     this.dtDate               = new DevExpress.XtraEditors.DateEdit();
     this.btnTargetServer      = new DevExpress.XtraEditors.SimpleButton();
     this.txtTargetServer      = new DevExpress.XtraEditors.TextEdit();
     this.label2               = new System.Windows.Forms.Label();
     this.btnSourceServer      = new DevExpress.XtraEditors.SimpleButton();
     this.txtSourceServer      = new DevExpress.XtraEditors.TextEdit();
     this.label1               = new System.Windows.Forms.Label();
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTab)).BeginInit();
     this.xtraTab.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FilePath.Properties)).BeginInit();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTargetServer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSourceServer.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.groupControl1.Appearance.Options.UseBackColor = true;
     this.groupControl1.Controls.Add(this.xtraTab);
     this.groupControl1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location          = new System.Drawing.Point(0, 0);
     this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(912, 525);
     this.groupControl1.TabIndex = 124;
     this.groupControl1.Text     = "Road Show";
     //
     // xtraTabControl3
     //
     this.xtraTab.Location        = new System.Drawing.Point(8, 48);
     this.xtraTab.Name            = "xtraTabControl3";
     this.xtraTab.SelectedTabPage = this.xtraTabPage3;
     this.xtraTab.Size            = new System.Drawing.Size(720, 300);
     this.xtraTab.TabIndex        = 119;
     this.xtraTab.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage3,
         this.xtraTabPage4
     });
     this.xtraTab.Text = "xtraTabControl3";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.btnExport);
     this.xtraTabPage3.Controls.Add(this.label40);
     this.xtraTabPage3.Controls.Add(this.btnBrowse);
     this.xtraTabPage3.Controls.Add(this.FilePath);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(711, 270);
     this.xtraTabPage3.Text = "Export Roadshow Data";
     //
     // btnExport
     //
     this.btnExport.Appearance.BackColor            = System.Drawing.Color.LightGray;
     this.btnExport.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnExport.Appearance.Options.UseBackColor = true;
     this.btnExport.Appearance.Options.UseFont      = true;
     this.btnExport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnExport.Location    = new System.Drawing.Point(224, 96);
     this.btnExport.Name        = "btnExport";
     this.btnExport.Size        = new System.Drawing.Size(144, 20);
     this.btnExport.TabIndex    = 14;
     this.btnExport.Text        = "Export";
     this.btnExport.Click      += new System.EventHandler(this.btnExport_Click);
     //
     // label40
     //
     this.label40.Location = new System.Drawing.Point(96, 56);
     this.label40.Name     = "label40";
     this.label40.Size     = new System.Drawing.Size(112, 23);
     this.label40.TabIndex = 13;
     this.label40.Text     = "Target BackUp";
     //
     // btnBrowse
     //
     this.btnBrowse.Appearance.BackColor            = System.Drawing.Color.LightGray;
     this.btnBrowse.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnBrowse.Appearance.Options.UseBackColor = true;
     this.btnBrowse.Appearance.Options.UseFont      = true;
     this.btnBrowse.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnBrowse.Location    = new System.Drawing.Point(520, 56);
     this.btnBrowse.Name        = "btnBrowse";
     this.btnBrowse.Size        = new System.Drawing.Size(80, 20);
     this.btnBrowse.TabIndex    = 12;
     this.btnBrowse.Text        = "Browse";
     this.btnBrowse.Click      += new System.EventHandler(this.btnBrowse_Click);
     //
     // FilePath
     //
     this.FilePath.EditValue = "";
     this.FilePath.Location  = new System.Drawing.Point(224, 56);
     this.FilePath.Name      = "FilePath";
     this.FilePath.Size      = new System.Drawing.Size(288, 20);
     this.FilePath.TabIndex  = 0;
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.btnReplicate);
     this.xtraTabPage4.Controls.Add(this.label3);
     this.xtraTabPage4.Controls.Add(this.dtDate);
     this.xtraTabPage4.Controls.Add(this.btnTargetServer);
     this.xtraTabPage4.Controls.Add(this.txtTargetServer);
     this.xtraTabPage4.Controls.Add(this.label2);
     this.xtraTabPage4.Controls.Add(this.btnSourceServer);
     this.xtraTabPage4.Controls.Add(this.txtSourceServer);
     this.xtraTabPage4.Controls.Add(this.label1);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(716, 274);
     this.xtraTabPage4.Text = "Replicate Roadshow Data";
     //
     // btnReplicate
     //
     this.btnReplicate.Appearance.BackColor            = System.Drawing.Color.LightGray;
     this.btnReplicate.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReplicate.Appearance.Options.UseBackColor = true;
     this.btnReplicate.Appearance.Options.UseFont      = true;
     this.btnReplicate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReplicate.Location    = new System.Drawing.Point(200, 144);
     this.btnReplicate.Name        = "btnReplicate";
     this.btnReplicate.Size        = new System.Drawing.Size(144, 20);
     this.btnReplicate.TabIndex    = 22;
     this.btnReplicate.Text        = "Replicate";
     this.btnReplicate.Click      += new System.EventHandler(this.btnReplicate_Click);
     //
     // 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(88, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 23);
     this.label3.TabIndex = 21;
     this.label3.Text     = "Date";
     //
     // dtDate
     //
     this.dtDate.EditValue = null;
     this.dtDate.Location  = new System.Drawing.Point(200, 96);
     this.dtDate.Name      = "dtDate";
     //
     // dtDate.Properties
     //
     this.dtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtDate.Size     = new System.Drawing.Size(136, 20);
     this.dtDate.TabIndex = 20;
     //
     // btnTargetServer
     //
     this.btnTargetServer.Appearance.BackColor            = System.Drawing.Color.LightGray;
     this.btnTargetServer.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnTargetServer.Appearance.Options.UseBackColor = true;
     this.btnTargetServer.Appearance.Options.UseFont      = true;
     this.btnTargetServer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnTargetServer.Location    = new System.Drawing.Point(496, 64);
     this.btnTargetServer.Name        = "btnTargetServer";
     this.btnTargetServer.Size        = new System.Drawing.Size(80, 20);
     this.btnTargetServer.TabIndex    = 19;
     this.btnTargetServer.Text        = "Browse";
     this.btnTargetServer.Click      += new System.EventHandler(this.btnTargetServer_Click);
     //
     // txtTargetServer
     //
     this.txtTargetServer.EditValue = "";
     this.txtTargetServer.Location  = new System.Drawing.Point(200, 64);
     this.txtTargetServer.Name      = "txtTargetServer";
     this.txtTargetServer.Size      = new System.Drawing.Size(288, 20);
     this.txtTargetServer.TabIndex  = 18;
     //
     // 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(88, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 23);
     this.label2.TabIndex = 17;
     this.label2.Text     = "Target Server";
     //
     // btnSourceServer
     //
     this.btnSourceServer.Appearance.BackColor            = System.Drawing.Color.LightGray;
     this.btnSourceServer.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSourceServer.Appearance.Options.UseBackColor = true;
     this.btnSourceServer.Appearance.Options.UseFont      = true;
     this.btnSourceServer.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSourceServer.Location    = new System.Drawing.Point(496, 32);
     this.btnSourceServer.Name        = "btnSourceServer";
     this.btnSourceServer.Size        = new System.Drawing.Size(80, 20);
     this.btnSourceServer.TabIndex    = 16;
     this.btnSourceServer.Text        = "Browse";
     this.btnSourceServer.Click      += new System.EventHandler(this.simpleButton1_Click);
     //
     // txtSourceServer
     //
     this.txtSourceServer.EditValue = "";
     this.txtSourceServer.Location  = new System.Drawing.Point(200, 32);
     this.txtSourceServer.Name      = "txtSourceServer";
     this.txtSourceServer.Size      = new System.Drawing.Size(288, 20);
     this.txtSourceServer.TabIndex  = 15;
     //
     // 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(88, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 23);
     this.label1.TabIndex = 14;
     this.label1.Text     = "Source Server";
     //
     // frmRoadShow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 525);
     this.ControlBox        = false;
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmRoadShow";
     this.Text            = "frmRoadShow";
     this.Load           += new System.EventHandler(this.frmRoadShow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTab)).EndInit();
     this.xtraTab.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FilePath.Properties)).EndInit();
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTargetServer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSourceServer.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 37
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(277, 309);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(66, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "确定";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(358, 309);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(66, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text = "取消";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(12, 309);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "全选";
     this.checkEdit1.Size = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex = 2;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.comboBox1);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.gridControl1);
     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(462, 344);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text = "panelControl1";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(46, 12);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(404, 20);
     this.comboBox1.Sorted = true;
     this.comboBox1.TabIndex = 5;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // gridControl1
     //
     this.gridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(3, 3);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemRadioGroup1});
     this.gridControl1.Size = new System.Drawing.Size(456, 293);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupPanelText = "设备";
     this.gridView1.Name = "gridView1";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "设备ID";
     this.gridColumn1.FieldName = "A";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "设备名称";
     this.gridColumn2.FieldName = "B";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "是否选择";
     this.gridColumn3.ColumnEdit = this.repositoryItemRadioGroup1;
     this.gridColumn3.FieldName = "C";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     //
     // repositoryItemRadioGroup1
     //
     this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem()});
     this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // frmDeviceList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(462, 344);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmDeviceList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "选择设备";
     this.Load += new System.EventHandler(this.frmDeviceList_Load);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 38
0
 private void sbt_Click(object sender, EventArgs e)
 {
     DevExpress.XtraEditors.SimpleButton sbt = (DevExpress.XtraEditors.SimpleButton)sender;
     MessageBox.Show(sbt.Name.ToString());
 }
Exemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmZones));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.ZdatagridRegionalAllocation = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.ZtxtOtherGroup = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtManagerId = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyGroupID = new DevExpress.XtraEditors.TextEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.ZtxtManagerName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtGroupName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtCompanyId = new DevExpress.XtraEditors.TextEdit();
     this.ZtxtSPOID = new DevExpress.XtraEditors.TextEdit();
     this.ZchkDiscontinue = new DevExpress.XtraEditors.CheckEdit();
     this.ZchkMerck = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.ZPlManagerId = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.ZPLCompanyGroupID = new DevExpress.XtraEditors.SimpleButton();
     this.ZPLCompanyId = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.ZPLSPOId = new DevExpress.XtraEditors.SimpleButton();
     this.ZtxtSPOName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ZdatagridRegionalAllocation)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtOtherGroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyGroupID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtGroupName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkDiscontinue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkMerck.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.groupControl1);
     this.groupControl5.Controls.Add(this.ZtxtOtherGroup);
     this.groupControl5.Controls.Add(this.ZtxtManagerId);
     this.groupControl5.Controls.Add(this.ZtxtCompanyGroupID);
     this.groupControl5.Controls.Add(this.checkEdit2);
     this.groupControl5.Controls.Add(this.ZtxtManagerName);
     this.groupControl5.Controls.Add(this.ZtxtGroupName);
     this.groupControl5.Controls.Add(this.ZtxtCompanyName);
     this.groupControl5.Controls.Add(this.ZtxtCompanyId);
     this.groupControl5.Controls.Add(this.ZtxtSPOID);
     this.groupControl5.Controls.Add(this.ZchkDiscontinue);
     this.groupControl5.Controls.Add(this.ZchkMerck);
     this.groupControl5.Controls.Add(this.labelControl14);
     this.groupControl5.Controls.Add(this.labelControl13);
     this.groupControl5.Controls.Add(this.labelControl15);
     this.groupControl5.Controls.Add(this.ZPlManagerId);
     this.groupControl5.Controls.Add(this.simpleButton5);
     this.groupControl5.Controls.Add(this.ZPLCompanyGroupID);
     this.groupControl5.Controls.Add(this.ZPLCompanyId);
     this.groupControl5.Controls.Add(this.labelControl11);
     this.groupControl5.Controls.Add(this.ZPLSPOId);
     this.groupControl5.Controls.Add(this.ZtxtSPOName);
     this.groupControl5.Controls.Add(this.labelControl12);
     this.groupControl5.Controls.Add(this.labelControl10);
     this.groupControl5.Controls.Add(this.labelControl8);
     this.groupControl5.Controls.Add(this.labelControl16);
     this.groupControl5.Controls.Add(this.labelControl9);
     this.groupControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl5.Location = new System.Drawing.Point(0, 0);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.Size = new System.Drawing.Size(567, 390);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "Zone Details";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.ZdatagridRegionalAllocation);
     this.groupControl1.Location = new System.Drawing.Point(0, 130);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(567, 226);
     this.groupControl1.TabIndex = 124261;
     this.groupControl1.Text = "groupControl1";
     //
     // ZdatagridRegionalAllocation
     //
     this.ZdatagridRegionalAllocation.AllowAddNew = true;
     this.ZdatagridRegionalAllocation.CaptionHeight = 17;
     this.ZdatagridRegionalAllocation.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.ZdatagridRegionalAllocation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ZdatagridRegionalAllocation.ExtendRightColumn = true;
     this.ZdatagridRegionalAllocation.FetchRowStyles = true;
     this.ZdatagridRegionalAllocation.Images.Add(((System.Drawing.Image)(resources.GetObject("ZdatagridRegionalAllocation.Images"))));
     this.ZdatagridRegionalAllocation.LinesPerRow = 1;
     this.ZdatagridRegionalAllocation.Location = new System.Drawing.Point(2, 2);
     this.ZdatagridRegionalAllocation.Name = "ZdatagridRegionalAllocation";
     this.ZdatagridRegionalAllocation.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.ZdatagridRegionalAllocation.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.ZdatagridRegionalAllocation.PreviewInfo.ZoomFactor = 75D;
     this.ZdatagridRegionalAllocation.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("ZdatagridRegionalAllocation.PrintInfo.PageSettings")));
     this.ZdatagridRegionalAllocation.RecordSelectors = false;
     this.ZdatagridRegionalAllocation.RowDivider.Color = System.Drawing.SystemColors.ActiveCaption;
     this.ZdatagridRegionalAllocation.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single;
     this.ZdatagridRegionalAllocation.RowHeight = 20;
     this.ZdatagridRegionalAllocation.RowSubDividerColor = System.Drawing.SystemColors.ActiveCaption;
     this.ZdatagridRegionalAllocation.Size = new System.Drawing.Size(563, 222);
     this.ZdatagridRegionalAllocation.TabIndex = 124255;
     this.ZdatagridRegionalAllocation.Text = "c1TrueDBGrid1";
     this.ZdatagridRegionalAllocation.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2010Blue;
     this.ZdatagridRegionalAllocation.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.ZdatagridRegionalAllocation_AfterColUpdate);
     this.ZdatagridRegionalAllocation.PropBag = resources.GetString("ZdatagridRegionalAllocation.PropBag");
     //
     // ZtxtOtherGroup
     //
     this.ZtxtOtherGroup.Location = new System.Drawing.Point(98, 104);
     this.ZtxtOtherGroup.Name = "ZtxtOtherGroup";
     this.ZtxtOtherGroup.Size = new System.Drawing.Size(258, 20);
     this.ZtxtOtherGroup.TabIndex = 5;
     this.ZtxtOtherGroup.TabStop = false;
     this.ZtxtOtherGroup.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtOtherGroup_PreviewKeyDown);
     //
     // ZtxtManagerId
     //
     this.ZtxtManagerId.Location = new System.Drawing.Point(98, 85);
     this.ZtxtManagerId.Name = "ZtxtManagerId";
     this.ZtxtManagerId.Properties.MaxLength = 6;
     this.ZtxtManagerId.Size = new System.Drawing.Size(49, 20);
     this.ZtxtManagerId.TabIndex = 4;
     this.ZtxtManagerId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtManagerId_KeyPress);
     this.ZtxtManagerId.Leave += new System.EventHandler(this.ZtxtManagerId_Leave);
     this.ZtxtManagerId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtManagerId_PreviewKeyDown);
     //
     // ZtxtCompanyGroupID
     //
     this.ZtxtCompanyGroupID.Location = new System.Drawing.Point(98, 66);
     this.ZtxtCompanyGroupID.Name = "ZtxtCompanyGroupID";
     this.ZtxtCompanyGroupID.Properties.MaxLength = 6;
     this.ZtxtCompanyGroupID.Size = new System.Drawing.Size(49, 20);
     this.ZtxtCompanyGroupID.TabIndex = 3;
     this.ZtxtCompanyGroupID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtCompanyGroupID_KeyPress);
     this.ZtxtCompanyGroupID.Leave += new System.EventHandler(this.ZtxtCompanyGroupID_Leave);
     this.ZtxtCompanyGroupID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtCompanyGroupID_PreviewKeyDown);
     //
     // checkEdit2
     //
     this.checkEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkEdit2.Location = new System.Drawing.Point(421, 84);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.checkEdit2.Properties.Appearance.Options.UseFont = true;
     this.checkEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.checkEdit2.Properties.Caption = "Select/UnSelect All";
     this.checkEdit2.Size = new System.Drawing.Size(141, 19);
     this.checkEdit2.TabIndex = 8;
     this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
     this.checkEdit2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.checkEdit2_KeyPress);
     //
     // ZtxtManagerName
     //
     this.ZtxtManagerName.Enabled = false;
     this.ZtxtManagerName.Location = new System.Drawing.Point(220, 85);
     this.ZtxtManagerName.Name = "ZtxtManagerName";
     this.ZtxtManagerName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtManagerName.TabIndex = 124251;
     this.ZtxtManagerName.TabStop = false;
     //
     // ZtxtGroupName
     //
     this.ZtxtGroupName.Enabled = false;
     this.ZtxtGroupName.Location = new System.Drawing.Point(220, 66);
     this.ZtxtGroupName.Name = "ZtxtGroupName";
     this.ZtxtGroupName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtGroupName.TabIndex = 124246;
     this.ZtxtGroupName.TabStop = false;
     //
     // ZtxtCompanyName
     //
     this.ZtxtCompanyName.Enabled = false;
     this.ZtxtCompanyName.Location = new System.Drawing.Point(220, 47);
     this.ZtxtCompanyName.Name = "ZtxtCompanyName";
     this.ZtxtCompanyName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtCompanyName.TabIndex = 100015;
     this.ZtxtCompanyName.TabStop = false;
     //
     // ZtxtCompanyId
     //
     this.ZtxtCompanyId.Location = new System.Drawing.Point(98, 47);
     this.ZtxtCompanyId.Name = "ZtxtCompanyId";
     this.ZtxtCompanyId.Properties.MaxLength = 3;
     this.ZtxtCompanyId.Size = new System.Drawing.Size(49, 20);
     this.ZtxtCompanyId.TabIndex = 2;
     this.ZtxtCompanyId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZtxtCompanyId_KeyPress);
     this.ZtxtCompanyId.Leave += new System.EventHandler(this.ZtxtCompanyId_Leave);
     this.ZtxtCompanyId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtCompanyId_PreviewKeyDown);
     //
     // ZtxtSPOID
     //
     this.ZtxtSPOID.Location = new System.Drawing.Point(98, 28);
     this.ZtxtSPOID.Name = "ZtxtSPOID";
     this.ZtxtSPOID.Properties.MaxLength = 6;
     this.ZtxtSPOID.Size = new System.Drawing.Size(49, 20);
     this.ZtxtSPOID.TabIndex = 0;
     this.ZtxtSPOID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtSPOID_PreviewKeyDown);
     //
     // ZchkDiscontinue
     //
     this.ZchkDiscontinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ZchkDiscontinue.Location = new System.Drawing.Point(421, 34);
     this.ZchkDiscontinue.Name = "ZchkDiscontinue";
     this.ZchkDiscontinue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ZchkDiscontinue.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.ZchkDiscontinue.Properties.Appearance.Options.UseFont = true;
     this.ZchkDiscontinue.Properties.Appearance.Options.UseForeColor = true;
     this.ZchkDiscontinue.Properties.Caption = "Discontinue";
     this.ZchkDiscontinue.Size = new System.Drawing.Size(93, 19);
     this.ZchkDiscontinue.TabIndex = 6;
     this.ZchkDiscontinue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZchkDiscontinue_KeyPress);
     //
     // ZchkMerck
     //
     this.ZchkMerck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ZchkMerck.Location = new System.Drawing.Point(421, 59);
     this.ZchkMerck.Name = "ZchkMerck";
     this.ZchkMerck.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ZchkMerck.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.ZchkMerck.Properties.Appearance.Options.UseFont = true;
     this.ZchkMerck.Properties.Appearance.Options.UseForeColor = true;
     this.ZchkMerck.Properties.Caption = "MERCK";
     this.ZchkMerck.Size = new System.Drawing.Size(58, 19);
     this.ZchkMerck.TabIndex = 7;
     this.ZchkMerck.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ZchkMerck_KeyPress);
     //
     // labelControl14
     //
     this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl14.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl14.Location = new System.Drawing.Point(183, 87);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(51, 20);
     this.labelControl14.TabIndex = 124250;
     this.labelControl14.Text = "Name";
     //
     // labelControl13
     //
     this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl13.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl13.LineVisible = true;
     this.labelControl13.Location = new System.Drawing.Point(183, 68);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(40, 20);
     this.labelControl13.TabIndex = 124245;
     this.labelControl13.Text = "Name";
     //
     // labelControl15
     //
     this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl15.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl15.LineVisible = true;
     this.labelControl15.Location = new System.Drawing.Point(10, 86);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(95, 20);
     this.labelControl15.TabIndex = 124248;
     this.labelControl15.Text = "Manager Id";
     //
     // ZPlManagerId
     //
     this.ZPlManagerId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPlManagerId.Appearance.Options.UseFont = true;
     this.ZPlManagerId.Image = ((System.Drawing.Image)(resources.GetObject("ZPlManagerId.Image")));
     this.ZPlManagerId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPlManagerId.Location = new System.Drawing.Point(149, 85);
     this.ZPlManagerId.Name = "ZPlManagerId";
     this.ZPlManagerId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPlManagerId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem1.Text = "Add New Entry";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.ZPlManagerId.SuperTip = superToolTip1;
     this.ZPlManagerId.TabIndex = 124249;
     this.ZPlManagerId.TabStop = false;
     this.ZPlManagerId.Click += new System.EventHandler(this.ZPlManagerId_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton5.Location = new System.Drawing.Point(70, 66);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(27, 20);
     toolTipItem1.Text = "Save Module";
     superToolTip2.Items.Add(toolTipItem1);
     this.simpleButton5.SuperTip = superToolTip2;
     this.simpleButton5.TabIndex = 100019;
     this.simpleButton5.TabStop = false;
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // ZPLCompanyGroupID
     //
     this.ZPLCompanyGroupID.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLCompanyGroupID.Appearance.Options.UseFont = true;
     this.ZPLCompanyGroupID.Image = ((System.Drawing.Image)(resources.GetObject("ZPLCompanyGroupID.Image")));
     this.ZPLCompanyGroupID.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLCompanyGroupID.Location = new System.Drawing.Point(149, 66);
     this.ZPLCompanyGroupID.Name = "ZPLCompanyGroupID";
     this.ZPLCompanyGroupID.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLCompanyGroupID.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem2.Text = "Add New Entry";
     superToolTip3.Items.Add(toolTipTitleItem2);
     this.ZPLCompanyGroupID.SuperTip = superToolTip3;
     this.ZPLCompanyGroupID.TabIndex = 100018;
     this.ZPLCompanyGroupID.TabStop = false;
     this.ZPLCompanyGroupID.Click += new System.EventHandler(this.ZPLCompanyGroupID_Click);
     //
     // ZPLCompanyId
     //
     this.ZPLCompanyId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLCompanyId.Appearance.Options.UseFont = true;
     this.ZPLCompanyId.Image = ((System.Drawing.Image)(resources.GetObject("ZPLCompanyId.Image")));
     this.ZPLCompanyId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLCompanyId.Location = new System.Drawing.Point(149, 47);
     this.ZPLCompanyId.Name = "ZPLCompanyId";
     this.ZPLCompanyId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLCompanyId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem3.Text = "Add New Entry";
     superToolTip4.Items.Add(toolTipTitleItem3);
     this.ZPLCompanyId.SuperTip = superToolTip4;
     this.ZPLCompanyId.TabIndex = 100014;
     this.ZPLCompanyId.TabStop = false;
     this.ZPLCompanyId.Click += new System.EventHandler(this.ZPLCompanyId_Click);
     //
     // labelControl11
     //
     this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl11.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl11.LineVisible = true;
     this.labelControl11.Location = new System.Drawing.Point(183, 49);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(40, 20);
     this.labelControl11.TabIndex = 100011;
     this.labelControl11.Text = "Name";
     //
     // ZPLSPOId
     //
     this.ZPLSPOId.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.ZPLSPOId.Appearance.Options.UseFont = true;
     this.ZPLSPOId.Image = ((System.Drawing.Image)(resources.GetObject("ZPLSPOId.Image")));
     this.ZPLSPOId.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.ZPLSPOId.Location = new System.Drawing.Point(149, 28);
     this.ZPLSPOId.Name = "ZPLSPOId";
     this.ZPLSPOId.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.ZPLSPOId.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem4.Text = "Add New Entry";
     superToolTip5.Items.Add(toolTipTitleItem4);
     this.ZPLSPOId.SuperTip = superToolTip5;
     this.ZPLSPOId.TabIndex = 100009;
     this.ZPLSPOId.TabStop = false;
     this.ZPLSPOId.Click += new System.EventHandler(this.ZPLSPOId_Click);
     //
     // ZtxtSPOName
     //
     this.ZtxtSPOName.Location = new System.Drawing.Point(220, 28);
     this.ZtxtSPOName.Name = "ZtxtSPOName";
     this.ZtxtSPOName.Size = new System.Drawing.Size(136, 20);
     this.ZtxtSPOName.TabIndex = 1;
     this.ZtxtSPOName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ZtxtSPOName_PreviewKeyDown);
     //
     // labelControl12
     //
     this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl12.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl12.LineVisible = true;
     this.labelControl12.Location = new System.Drawing.Point(10, 67);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(95, 20);
     this.labelControl12.TabIndex = 100017;
     this.labelControl12.Text = "CGroup Id";
     //
     // labelControl10
     //
     this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl10.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl10.LineVisible = true;
     this.labelControl10.Location = new System.Drawing.Point(10, 47);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(95, 20);
     this.labelControl10.TabIndex = 100013;
     this.labelControl10.Text = "Company Id";
     //
     // labelControl8
     //
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl8.LineVisible = true;
     this.labelControl8.Location = new System.Drawing.Point(10, 28);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(95, 20);
     this.labelControl8.TabIndex = 100008;
     this.labelControl8.Text = "SPO Id";
     //
     // labelControl16
     //
     this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl16.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl16.LineVisible = true;
     this.labelControl16.Location = new System.Drawing.Point(10, 104);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(95, 20);
     this.labelControl16.TabIndex = 124255;
     this.labelControl16.Text = "Other Groups";
     //
     // labelControl9
     //
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl9.LineVisible = true;
     this.labelControl9.Location = new System.Drawing.Point(183, 30);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(40, 20);
     this.labelControl9.TabIndex = 100006;
     this.labelControl9.Text = "Name";
     //
     // btnCancel
     //
     this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(88, 6);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(70, 23);
     toolTipItem2.Text = "Cancel Current Operation";
     superToolTip6.Items.Add(toolTipItem2);
     this.btnCancel.SuperTip = superToolTip6;
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(12, 6);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(70, 23);
     toolTipItem3.Text = "Add New Module";
     superToolTip7.Items.Add(toolTipItem3);
     this.btnAdd.SuperTip = superToolTip7;
     this.btnAdd.TabIndex = 9;
     this.btnAdd.Text = " &Add ";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.btnAdd);
     this.groupControl2.Controls.Add(this.btnCancel);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupControl2.Location = new System.Drawing.Point(0, 356);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.ShowCaption = false;
     this.groupControl2.Size = new System.Drawing.Size(567, 34);
     this.groupControl2.TabIndex = 13;
     //
     // frmZones
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(567, 390);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl5);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmZones";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Zones";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmZones_FormClosing);
     this.Load += new System.EventHandler(this.VendorEmployees_Load);
     this.Enter += new System.EventHandler(this.frmZones_Enter);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ZdatagridRegionalAllocation)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtOtherGroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyGroupID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtManagerName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtGroupName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtCompanyId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkDiscontinue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZchkMerck.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ZtxtSPOName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 40
0
        /// <summary>
        ///
        /// </summary>
        private void UI_Init()
        {
            try
            {
                int tRow    = row + row / 2 + 3;
                int tColumn = column + stocker_type + 2;
                TableLayoutPanel tableLayoutPanel1 = new TableLayoutPanel();
                tableLayoutPanel1.Dock   = DockStyle.Fill;
                tableLayoutPanel1.Margin = new Padding(1, 1, 1, 1);
                this.Controls.Add(tableLayoutPanel1);
                //tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
                tableLayoutPanel1.Controls.Clear();
                DynamicLayout(tableLayoutPanel1, tRow, tColumn);


                for (int i = 1; i <= row; i++)
                {
                    int r = r = i + i / 2 + 1;;
                    //绘制站台
                    if (stocker_type == 1)
                    {
                        DevExpress.XtraEditors.SimpleButton sbt = new DevExpress.XtraEditors.SimpleButton();
                        sbt.Name   = string.Format("btnS{0:D3}C1", i);
                        sbt.Dock   = DockStyle.Fill;
                        sbt.Click += new EventHandler(sbt_Click);
                        tableLayoutPanel1.Controls.Add(sbt, 1, r);
                    }
                    else if (stocker_type == 2)
                    {
                        DevExpress.XtraEditors.SimpleButton sbt = new DevExpress.XtraEditors.SimpleButton();
                        sbt.Name        = string.Format("btnS{0:D3}C1", i);
                        sbt.Dock        = DockStyle.Fill;
                        sbt.ButtonStyle = BorderStyles.Style3D;
                        sbt.Click      += new EventHandler(sbt_Click);
                        tableLayoutPanel1.Controls.Add(sbt, 1, r);
                        DevExpress.XtraEditors.SimpleButton sbt2 = new DevExpress.XtraEditors.SimpleButton();
                        sbt2.Name        = string.Format("btnS{0:D3}C2", i);
                        sbt2.Dock        = DockStyle.Fill;
                        sbt2.ButtonStyle = BorderStyles.Style3D;
                        sbt2.Click      += new EventHandler(sbt_Click);
                        tableLayoutPanel1.Controls.Add(sbt2, 2, r);
                    }

                    //货柜绘制
                    for (int j = stocker_type; j < column + stocker_type; j++)
                    {
                        DevExpress.XtraEditors.SimpleButton sbt = new DevExpress.XtraEditors.SimpleButton();
                        sbt.Name   = string.Format("btnR{0:D3}C{1:D3}", i, j - stocker_type + 1);
                        sbt.Dock   = DockStyle.Fill;
                        sbt.Click += new EventHandler(sbt_Click);
                        tableLayoutPanel1.Controls.Add(sbt, j + 1, r);
                    }
                    //绘制堆垛机
                    if (i % 2 == 1 && i < row)
                    {
                        if (stocker_type == 1)
                        {
                            DevExpress.XtraEditors.SimpleButton sbt = new DevExpress.XtraEditors.SimpleButton();
                            sbt.Name        = string.Format("btnL{0:D3}", i % 2);
                            sbt.Dock        = DockStyle.Fill;
                            sbt.ButtonStyle = BorderStyles.Office2003;
                            sbt.Click      += new EventHandler(sbt_Click);
                            r = i + i / 2 + 2;
                            tableLayoutPanel1.Controls.Add(sbt, 3, r);
                        }
                        if (stocker_type == 2)
                        {
                            DevExpress.XtraEditors.SimpleButton sbt = new DevExpress.XtraEditors.SimpleButton();
                            sbt.Name        = string.Format("btnL{0:D3}R0", i % 2);
                            sbt.Dock        = DockStyle.Fill;
                            sbt.ButtonStyle = BorderStyles.Office2003;
                            sbt.Click      += new EventHandler(sbt_Click);
                            DevExpress.XtraEditors.SimpleButton sbt2 = new DevExpress.XtraEditors.SimpleButton();
                            sbt2.Name        = string.Format("btnL{0:D3}R1", i % 2);
                            sbt2.Dock        = DockStyle.Fill;
                            sbt2.ButtonStyle = BorderStyles.Office2003;
                            sbt2.Click      += new EventHandler(sbt_Click);
                            r = i + i / 2 + 2;
                            tableLayoutPanel1.Controls.Add(sbt, 3, r);
                            tableLayoutPanel1.Controls.Add(sbt2, 4, r);
                        }
                    }
                }



                //设置大小
                tableLayoutPanel1.Size     = this.Size;
                tableLayoutPanel1.Location = this.Location;
                tableLayoutPanel1.Update();
            }
            catch (Exception ex)
            {
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.XPSCSData = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.UOWData = new DevExpress.Xpo.UnitOfWork(this.components);
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDofatSarfAId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colamanatrem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoExEditremarks = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.colBeandate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDMY = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.coldateremember = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldeleted = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldatein = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditdatein = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.coluserin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemGridLookUpEdituserin = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsRetirementCenter = new RetirementCenter.DataSources.dsRetirementCenter();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRealName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnSave = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditSave = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.gridColumnDelete = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.colMMashatName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfnumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubCommitte = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEDARET = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEDARET1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEdaraMandopName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnkapaMandopName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.btnNew = new DevExpress.XtraEditors.SimpleButton();
     this.usersTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.UsersTableAdapter();
     this.tBLBeanWarsaTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.TBLBeanWarsaTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPSCSData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOWData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditremarks)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdituserin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.DataSource = this.XPSCSData;
     this.gridControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlData.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.Location = new System.Drawing.Point(2, 21);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEditSave,
     this.repositoryItemButtonEditDel,
     this.repositoryItemDateEditdatein,
     this.repositoryItemGridLookUpEdituserin,
     this.repositoryItemMemoExEditremarks,
     this.repositoryItemDateEditDMY});
     this.gridControlData.Size = new System.Drawing.Size(1051, 273);
     this.gridControlData.TabIndex = 0;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     this.gridControlData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ActiveKeyDownEvent);
     //
     // XPSCSData
     //
     this.XPSCSData.AllowEdit = true;
     this.XPSCSData.AllowNew = true;
     this.XPSCSData.AllowRemove = true;
     this.XPSCSData.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.vQry59DataTable);
     this.XPSCSData.Session = this.UOWData;
     //
     // UOWData
     //
     this.UOWData.TrackPropertiesModifications = false;
     //
     // gridViewData
     //
     this.gridViewData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colDofatSarfAId,
     this.colMMashatId,
     this.colamanatrem,
     this.colBeandate,
     this.coldateremember,
     this.coldeleted,
     this.coldatein,
     this.coluserin,
     this.gridColumnSave,
     this.gridColumnDelete,
     this.colMMashatName1,
     this.colsarfnumber,
     this.colSyndicate,
     this.colSubCommitte});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.NewItemRowText = "اضغط لاضافة جديد";
     this.gridViewData.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewData.OptionsView.ColumnAutoWidth = false;
     this.gridViewData.OptionsView.ShowAutoFilterRow = true;
     this.gridViewData.OptionsView.ShowDetailButtons = false;
     //
     // colDofatSarfAId
     //
     this.colDofatSarfAId.AppearanceCell.Options.UseTextOptions = true;
     this.colDofatSarfAId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarfAId.AppearanceHeader.Options.UseTextOptions = true;
     this.colDofatSarfAId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarfAId.Caption = "الدفعة";
     this.colDofatSarfAId.FieldName = "DofatSarf";
     this.colDofatSarfAId.Name = "colDofatSarfAId";
     this.colDofatSarfAId.OptionsColumn.AllowEdit = false;
     this.colDofatSarfAId.Visible = true;
     this.colDofatSarfAId.VisibleIndex = 0;
     this.colDofatSarfAId.Width = 128;
     //
     // colMMashatId
     //
     this.colMMashatId.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatId.Caption = "اسم الوريث";
     this.colMMashatId.FieldName = "personName";
     this.colMMashatId.Name = "colMMashatId";
     this.colMMashatId.OptionsColumn.AllowEdit = false;
     this.colMMashatId.Visible = true;
     this.colMMashatId.VisibleIndex = 3;
     this.colMMashatId.Width = 150;
     //
     // colamanatrem
     //
     this.colamanatrem.AppearanceCell.Options.UseTextOptions = true;
     this.colamanatrem.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatrem.AppearanceHeader.Options.UseTextOptions = true;
     this.colamanatrem.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatrem.Caption = "ملاحظات";
     this.colamanatrem.ColumnEdit = this.repositoryItemMemoExEditremarks;
     this.colamanatrem.FieldName = "remarks";
     this.colamanatrem.Name = "colamanatrem";
     this.colamanatrem.Visible = true;
     this.colamanatrem.VisibleIndex = 7;
     //
     // repositoryItemMemoExEditremarks
     //
     this.repositoryItemMemoExEditremarks.AutoHeight = false;
     this.repositoryItemMemoExEditremarks.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEditremarks.Name = "repositoryItemMemoExEditremarks";
     //
     // colBeandate
     //
     this.colBeandate.AppearanceCell.Options.UseTextOptions = true;
     this.colBeandate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colBeandate.AppearanceHeader.Options.UseTextOptions = true;
     this.colBeandate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colBeandate.Caption = "التاريخ";
     this.colBeandate.ColumnEdit = this.repositoryItemDateEditDMY;
     this.colBeandate.FieldName = "Beandate";
     this.colBeandate.Name = "colBeandate";
     this.colBeandate.Visible = true;
     this.colBeandate.VisibleIndex = 8;
     //
     // repositoryItemDateEditDMY
     //
     this.repositoryItemDateEditDMY.AutoHeight = false;
     this.repositoryItemDateEditDMY.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditDMY.DisplayFormat.FormatString = "d/M/yyyy";
     this.repositoryItemDateEditDMY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.EditFormat.FormatString = "d/M/yyyy";
     this.repositoryItemDateEditDMY.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.Mask.EditMask = "d/M/yyyy";
     this.repositoryItemDateEditDMY.Name = "repositoryItemDateEditDMY";
     this.repositoryItemDateEditDMY.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // coldateremember
     //
     this.coldateremember.AppearanceCell.Options.UseTextOptions = true;
     this.coldateremember.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldateremember.AppearanceHeader.Options.UseTextOptions = true;
     this.coldateremember.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldateremember.Caption = "تاريخ التذكير";
     this.coldateremember.FieldName = "dateremember";
     this.coldateremember.Name = "coldateremember";
     this.coldateremember.Visible = true;
     this.coldateremember.VisibleIndex = 9;
     //
     // coldeleted
     //
     this.coldeleted.AppearanceCell.Options.UseTextOptions = true;
     this.coldeleted.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldeleted.AppearanceHeader.Options.UseTextOptions = true;
     this.coldeleted.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldeleted.Caption = "منع";
     this.coldeleted.FieldName = "deleted";
     this.coldeleted.Name = "coldeleted";
     this.coldeleted.OptionsColumn.AllowEdit = false;
     this.coldeleted.Visible = true;
     this.coldeleted.VisibleIndex = 6;
     //
     // coldatein
     //
     this.coldatein.AppearanceCell.Options.UseTextOptions = true;
     this.coldatein.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldatein.AppearanceHeader.Options.UseTextOptions = true;
     this.coldatein.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coldatein.Caption = "تاريخ الادخال";
     this.coldatein.ColumnEdit = this.repositoryItemDateEditdatein;
     this.coldatein.FieldName = "datein";
     this.coldatein.Name = "coldatein";
     this.coldatein.OptionsColumn.AllowEdit = false;
     this.coldatein.Width = 94;
     //
     // repositoryItemDateEditdatein
     //
     this.repositoryItemDateEditdatein.AutoHeight = false;
     this.repositoryItemDateEditdatein.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditdatein.DisplayFormat.FormatString = "g";
     this.repositoryItemDateEditdatein.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditdatein.EditFormat.FormatString = "g";
     this.repositoryItemDateEditdatein.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditdatein.Mask.EditMask = "g";
     this.repositoryItemDateEditdatein.Name = "repositoryItemDateEditdatein";
     this.repositoryItemDateEditdatein.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // coluserin
     //
     this.coluserin.AppearanceCell.Options.UseTextOptions = true;
     this.coluserin.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coluserin.AppearanceHeader.Options.UseTextOptions = true;
     this.coluserin.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coluserin.Caption = "مسئول الادخال";
     this.coluserin.ColumnEdit = this.repositoryItemGridLookUpEdituserin;
     this.coluserin.FieldName = "userin";
     this.coluserin.Name = "coluserin";
     this.coluserin.OptionsColumn.AllowEdit = false;
     this.coluserin.Width = 97;
     //
     // repositoryItemGridLookUpEdituserin
     //
     this.repositoryItemGridLookUpEdituserin.AutoHeight = false;
     this.repositoryItemGridLookUpEdituserin.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdituserin.DataSource = this.usersBindingSource;
     this.repositoryItemGridLookUpEdituserin.DisplayMember = "RealName";
     this.repositoryItemGridLookUpEdituserin.Name = "repositoryItemGridLookUpEdituserin";
     this.repositoryItemGridLookUpEdituserin.NullText = "";
     this.repositoryItemGridLookUpEdituserin.ValueMember = "UserID";
     this.repositoryItemGridLookUpEdituserin.View = this.gridView2;
     //
     // usersBindingSource
     //
     this.usersBindingSource.DataMember = "Users";
     this.usersBindingSource.DataSource = this.dsRetirementCenter;
     //
     // dsRetirementCenter
     //
     this.dsRetirementCenter.DataSetName = "dsRetirementCenter";
     this.dsRetirementCenter.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colRealName});
     this.gridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // colRealName
     //
     this.colRealName.FieldName = "RealName";
     this.colRealName.Name = "colRealName";
     this.colRealName.Visible = true;
     this.colRealName.VisibleIndex = 0;
     //
     // gridColumnSave
     //
     this.gridColumnSave.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnSave.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnSave.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnSave.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnSave.Caption = "حفظ";
     this.gridColumnSave.ColumnEdit = this.repositoryItemButtonEditSave;
     this.gridColumnSave.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridColumnSave.Name = "gridColumnSave";
     this.gridColumnSave.Visible = true;
     this.gridColumnSave.VisibleIndex = 10;
     this.gridColumnSave.Width = 55;
     //
     // repositoryItemButtonEditSave
     //
     this.repositoryItemButtonEditSave.AutoHeight = false;
     this.repositoryItemButtonEditSave.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemButtonEditSave.Name = "repositoryItemButtonEditSave";
     this.repositoryItemButtonEditSave.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditSave.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditSave_ButtonClick);
     //
     // gridColumnDelete
     //
     this.gridColumnDelete.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnDelete.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnDelete.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnDelete.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnDelete.Caption = "حذف";
     this.gridColumnDelete.ColumnEdit = this.repositoryItemButtonEditDel;
     this.gridColumnDelete.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
     this.gridColumnDelete.Name = "gridColumnDelete";
     this.gridColumnDelete.Visible = true;
     this.gridColumnDelete.VisibleIndex = 11;
     this.gridColumnDelete.Width = 51;
     //
     // repositoryItemButtonEditDel
     //
     this.repositoryItemButtonEditDel.AutoHeight = false;
     this.repositoryItemButtonEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEditDel.Name = "repositoryItemButtonEditDel";
     this.repositoryItemButtonEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.repositoryItemButtonEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEditDel_ButtonClick);
     //
     // colMMashatName1
     //
     this.colMMashatName1.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatName1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName1.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatName1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName1.Caption = "اسم الاب";
     this.colMMashatName1.FieldName = "MMashatName";
     this.colMMashatName1.Name = "colMMashatName1";
     this.colMMashatName1.OptionsColumn.AllowEdit = false;
     this.colMMashatName1.Visible = true;
     this.colMMashatName1.VisibleIndex = 1;
     //
     // colsarfnumber
     //
     this.colsarfnumber.AppearanceCell.Options.UseTextOptions = true;
     this.colsarfnumber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfnumber.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarfnumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfnumber.Caption = "رقم صرف";
     this.colsarfnumber.FieldName = "sarfnumber";
     this.colsarfnumber.Name = "colsarfnumber";
     this.colsarfnumber.OptionsColumn.AllowEdit = false;
     this.colsarfnumber.Visible = true;
     this.colsarfnumber.VisibleIndex = 2;
     //
     // colSyndicate
     //
     this.colSyndicate.AppearanceCell.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.AppearanceHeader.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.Caption = "فرعية";
     this.colSyndicate.FieldName = "Syndicate";
     this.colSyndicate.Name = "colSyndicate";
     this.colSyndicate.OptionsColumn.AllowEdit = false;
     this.colSyndicate.Visible = true;
     this.colSyndicate.VisibleIndex = 4;
     //
     // colSubCommitte
     //
     this.colSubCommitte.AppearanceCell.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.AppearanceHeader.Options.UseTextOptions = true;
     this.colSubCommitte.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSubCommitte.Caption = "لجنة";
     this.colSubCommitte.FieldName = "SubCommitte";
     this.colSubCommitte.Name = "colSubCommitte";
     this.colSubCommitte.OptionsColumn.AllowEdit = false;
     this.colSubCommitte.Visible = true;
     this.colSubCommitte.VisibleIndex = 5;
     //
     // colEDARET
     //
     this.colEDARET.AppearanceCell.Options.UseTextOptions = true;
     this.colEDARET.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET.AppearanceHeader.Options.UseTextOptions = true;
     this.colEDARET.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET.Caption = "اسم الاداره";
     this.colEDARET.FieldName = "EDARET";
     this.colEDARET.Name = "colEDARET";
     this.colEDARET.Visible = true;
     this.colEDARET.VisibleIndex = 0;
     //
     // colEDARET1
     //
     this.colEDARET1.AppearanceCell.Options.UseTextOptions = true;
     this.colEDARET1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET1.AppearanceHeader.Options.UseTextOptions = true;
     this.colEDARET1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEDARET1.Caption = "الادارة";
     this.colEDARET1.FieldName = "EDARET";
     this.colEDARET1.Name = "colEDARET1";
     this.colEDARET1.Visible = true;
     this.colEDARET1.VisibleIndex = 0;
     //
     // colEdaraMandopName
     //
     this.colEdaraMandopName.AppearanceCell.Options.UseTextOptions = true;
     this.colEdaraMandopName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdaraMandopName.AppearanceHeader.Options.UseTextOptions = true;
     this.colEdaraMandopName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdaraMandopName.Caption = "الاسم";
     this.colEdaraMandopName.FieldName = "EdaraMandopName";
     this.colEdaraMandopName.Name = "colEdaraMandopName";
     this.colEdaraMandopName.Visible = true;
     this.colEdaraMandopName.VisibleIndex = 0;
     //
     // colnkapaMandopName
     //
     this.colnkapaMandopName.AppearanceCell.Options.UseTextOptions = true;
     this.colnkapaMandopName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnkapaMandopName.AppearanceHeader.Options.UseTextOptions = true;
     this.colnkapaMandopName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnkapaMandopName.Caption = "الاسم";
     this.colnkapaMandopName.FieldName = "nkapaMandopName";
     this.colnkapaMandopName.Name = "colnkapaMandopName";
     this.colnkapaMandopName.Visible = true;
     this.colnkapaMandopName.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "اسم الشهر";
     this.gridColumn2.FieldName = "MonthName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.gridControlData);
     this.groupControl1.Location = new System.Drawing.Point(12, 12);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(1055, 296);
     this.groupControl1.TabIndex = 1;
     //
     // groupControl2
     //
     this.groupControl2.AllowTouchScroll = true;
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.Controls.Add(this.btnNew);
     this.groupControl2.Location = new System.Drawing.Point(12, 314);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(1055, 62);
     this.groupControl2.TabIndex = 2;
     //
     // btnNew
     //
     this.btnNew.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnNew.Image = global::RetirementCenter.Properties.Resources.Add;
     this.btnNew.Location = new System.Drawing.Point(850, 23);
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(200, 35);
     this.btnNew.TabIndex = 0;
     this.btnNew.Text = "جديد";
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // usersTableAdapter
     //
     this.usersTableAdapter.ClearBeforeFill = true;
     //
     // tBLBeanWarsaTableAdapter
     //
     this.tBLBeanWarsaTableAdapter.ClearBeforeFill = true;
     //
     // TBLBeanWarsaFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1079, 388);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Name = "TBLBeanWarsaFrm";
     this.Text = "بيان الورثة";
     this.Load += new System.EventHandler(this.FormFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPSCSData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UOWData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEditremarks)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditdatein)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdituserin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditSave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEditDel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 42
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.txtBranchCode  = new DevExpress.XtraEditors.TextEdit();
     this.txtBinNo       = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton1  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2  = new DevExpress.XtraEditors.SimpleButton();
     this.txtProductCode = new DevExpress.XtraEditors.TextEdit();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBinNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text     = "Branch Code";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 72);
     this.label2.Name     = "label2";
     this.label2.TabIndex = 1;
     this.label2.Text     = "Bin No";
     //
     // txtBranchCode
     //
     this.txtBranchCode.EditValue = "";
     this.txtBranchCode.Enabled   = false;
     this.txtBranchCode.Location  = new System.Drawing.Point(112, 8);
     this.txtBranchCode.Name      = "txtBranchCode";
     this.txtBranchCode.Size      = new System.Drawing.Size(128, 20);
     this.txtBranchCode.TabIndex  = 59;
     //
     // txtBinNo
     //
     this.txtBinNo.EditValue = "";
     this.txtBinNo.Location  = new System.Drawing.Point(112, 72);
     this.txtBinNo.Name      = "txtBinNo";
     this.txtBinNo.Size      = new System.Drawing.Size(40, 20);
     this.txtBinNo.TabIndex  = 60;
     //
     // simpleButton1
     //
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.simpleButton1.Location    = new System.Drawing.Point(112, 104);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.TabIndex    = 61;
     this.simpleButton1.Text        = "Save";
     this.simpleButton1.Click      += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.simpleButton2.Location    = new System.Drawing.Point(192, 104);
     this.simpleButton2.Name        = "simpleButton2";
     this.simpleButton2.TabIndex    = 62;
     this.simpleButton2.Text        = "Cancel";
     this.simpleButton2.Click      += new System.EventHandler(this.simpleButton2_Click);
     //
     // txtProductCode
     //
     this.txtProductCode.EditValue = "";
     this.txtProductCode.Enabled   = false;
     this.txtProductCode.Location  = new System.Drawing.Point(112, 40);
     this.txtProductCode.Name      = "txtProductCode";
     this.txtProductCode.Size      = new System.Drawing.Size(128, 20);
     this.txtProductCode.TabIndex  = 64;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 40);
     this.label3.Name     = "label3";
     this.label3.TabIndex = 63;
     this.label3.Text     = "Product Code";
     //
     // frmBinNo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(282, 135);
     this.Controls.Add(this.txtProductCode);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.txtBinNo);
     this.Controls.Add(this.txtBranchCode);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmBinNo";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Edit Bin No";
     ((System.ComponentModel.ISupportInitialize)(this.txtBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBinNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductCode.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.components = new System.ComponentModel.Container();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSyndicate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNum = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDMY = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemLookUpEdituserin = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnPrintExport = new DevExpress.XtraEditors.SimpleButton();
     this.vQry46BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.vQry46TableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.vQry46TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdituserin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vQry46BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlData
     //
     this.gridControlData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridControlData.DataSource = this.vQry46BindingSource;
     this.gridControlData.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlData.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlData.EmbeddedNavigator.TextStringFormat = "صف {0} من {1}";
     this.gridControlData.Location = new System.Drawing.Point(0, 53);
     this.gridControlData.MainView = this.gridViewData;
     this.gridControlData.Name = "gridControlData";
     this.gridControlData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEditDMY,
     this.repositoryItemMemoExEdit1,
     this.repositoryItemLookUpEdituserin});
     this.gridControlData.Size = new System.Drawing.Size(734, 404);
     this.gridControlData.TabIndex = 1;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridViewData
     //
     this.gridViewData.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Gainsboro;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridViewData.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gridViewData.Appearance.Empty.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.Empty.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.gridViewData.Appearance.Empty.Options.UseBackColor = true;
     this.gridViewData.Appearance.EvenRow.BackColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.FilterPanel.BackColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
     this.gridViewData.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gridViewData.Appearance.FocusedRow.BackColor = System.Drawing.Color.Black;
     this.gridViewData.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gridViewData.Appearance.FooterPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.FooterPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gridViewData.Appearance.FooterPanel.Options.UseTextOptions = true;
     this.gridViewData.Appearance.FooterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewData.Appearance.GroupButton.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupButton.BorderColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupButton.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gridViewData.Appearance.GroupFooter.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupFooter.BorderColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridViewData.Appearance.GroupPanel.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Gray;
     this.gridViewData.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridViewData.Appearance.GroupRow.BackColor = System.Drawing.Color.Silver;
     this.gridViewData.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridViewData.Appearance.GroupRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.GroupRow.Options.UseFont = true;
     this.gridViewData.Appearance.HeaderPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewData.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gridViewData.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gridViewData.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.LightSlateGray;
     this.gridViewData.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.HorzLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewData.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridViewData.Appearance.OddRow.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridViewData.Appearance.OddRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.Preview.BackColor = System.Drawing.Color.Gainsboro;
     this.gridViewData.Appearance.Preview.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.Preview.Options.UseBackColor = true;
     this.gridViewData.Appearance.Preview.Options.UseForeColor = true;
     this.gridViewData.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gridViewData.Appearance.Row.Options.UseBackColor = true;
     this.gridViewData.Appearance.RowSeparator.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridViewData.Appearance.SelectedRow.BackColor = System.Drawing.Color.DimGray;
     this.gridViewData.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridViewData.Appearance.VertLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewData.Appearance.VertLine.Options.UseBackColor = true;
     this.gridViewData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colSyndicate,
     this.colNum});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.OptionsBehavior.ReadOnly = true;
     this.gridViewData.OptionsCustomization.AllowRowSizing = true;
     this.gridViewData.OptionsFind.AlwaysVisible = true;
     this.gridViewData.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridViewData.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridViewData.OptionsView.ColumnAutoWidth = false;
     this.gridViewData.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewData.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewData.OptionsView.ShowAutoFilterRow = true;
     this.gridViewData.OptionsView.ShowFooter = true;
     //
     // colSyndicate
     //
     this.colSyndicate.AppearanceCell.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.AppearanceHeader.Options.UseTextOptions = true;
     this.colSyndicate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSyndicate.Caption = "الفرعية";
     this.colSyndicate.FieldName = "Syndicate";
     this.colSyndicate.Name = "colSyndicate";
     this.colSyndicate.Visible = true;
     this.colSyndicate.VisibleIndex = 1;
     //
     // colNum
     //
     this.colNum.AppearanceCell.Options.UseTextOptions = true;
     this.colNum.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNum.AppearanceHeader.Options.UseTextOptions = true;
     this.colNum.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNum.Caption = "العدد";
     this.colNum.FieldName = "Num";
     this.colNum.Name = "colNum";
     this.colNum.OptionsColumn.ReadOnly = true;
     this.colNum.Visible = true;
     this.colNum.VisibleIndex = 3;
     //
     // repositoryItemDateEditDMY
     //
     this.repositoryItemDateEditDMY.AutoHeight = false;
     this.repositoryItemDateEditDMY.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEditDMY.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEditDMY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.EditFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEditDMY.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEditDMY.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEditDMY.Name = "repositoryItemDateEditDMY";
     this.repositoryItemDateEditDMY.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     //
     // repositoryItemLookUpEdituserin
     //
     this.repositoryItemLookUpEdituserin.AutoHeight = false;
     this.repositoryItemLookUpEdituserin.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdituserin.DisplayMember = "RealName";
     this.repositoryItemLookUpEdituserin.Name = "repositoryItemLookUpEdituserin";
     this.repositoryItemLookUpEdituserin.NullText = "";
     this.repositoryItemLookUpEdituserin.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEdituserin.ValueMember = "UserID";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnPrintExport);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(734, 47);
     this.panelControl1.TabIndex = 3;
     //
     // btnPrintExport
     //
     this.btnPrintExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrintExport.Location = new System.Drawing.Point(588, 12);
     this.btnPrintExport.Name = "btnPrintExport";
     this.btnPrintExport.Size = new System.Drawing.Size(134, 23);
     this.btnPrintExport.TabIndex = 0;
     this.btnPrintExport.Text = "طباعه و تصدير";
     this.btnPrintExport.Click += new System.EventHandler(this.btnPrintExport_Click);
     //
     // vQry46BindingSource
     //
     this.vQry46BindingSource.DataMember = "vQry46";
     this.vQry46BindingSource.DataSource = this.dsQueries;
     //
     // vQry46TableAdapter
     //
     this.vQry46TableAdapter.ClearBeforeFill = true;
     //
     // Qry46Frm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(734, 462);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.gridControlData);
     this.Name = "Qry46Frm";
     this.Text = "البيانات المصدرة للبنك - احصاء 2";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Qry06Frm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdituserin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vQry46BindingSource)).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.controlPanel    = new UIControls.StandardControls.ControlListPanel();
     this.btnToggleExpand = new DevExpress.XtraEditors.SimpleButton();
     this.lblCaption      = new System.Windows.Forms.Label();
     this.pnlHeader       = new System.Windows.Forms.Panel();
     this.pnlHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // controlPanel
     //
     this.controlPanel.BackColor      = System.Drawing.Color.Transparent;
     this.controlPanel.Location       = new System.Drawing.Point(24, 32);
     this.controlPanel.Name           = "controlPanel";
     this.controlPanel.Padding        = 0;
     this.controlPanel.ResizeBehavior = UIControls.StandardControls.ResizeBehavior.None;
     this.controlPanel.Size           = new System.Drawing.Size(352, 40);
     this.controlPanel.Spacing        = 0;
     this.controlPanel.TabIndex       = 0;
     //
     // btnToggleExpand
     //
     this.btnToggleExpand.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnToggleExpand.Appearance.Options.UseFont = true;
     this.btnToggleExpand.Location = new System.Drawing.Point(0, 8);
     this.btnToggleExpand.Name     = "btnToggleExpand";
     this.btnToggleExpand.Size     = new System.Drawing.Size(16, 16);
     this.btnToggleExpand.TabIndex = 1;
     this.btnToggleExpand.Text     = "-";
     this.btnToggleExpand.Click   += new System.EventHandler(this.btnToggleExpand_Click);
     //
     // lblCaption
     //
     this.lblCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lblCaption.BackColor = System.Drawing.Color.Transparent;
     this.lblCaption.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblCaption.Location  = new System.Drawing.Point(24, 0);
     this.lblCaption.Name      = "lblCaption";
     this.lblCaption.Size      = new System.Drawing.Size(352, 32);
     this.lblCaption.TabIndex  = 0;
     this.lblCaption.Text      = "Region Caption";
     this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnlHeader
     //
     this.pnlHeader.Controls.Add(this.btnToggleExpand);
     this.pnlHeader.Controls.Add(this.lblCaption);
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(376, 32);
     this.pnlHeader.TabIndex = 2;
     //
     // RegionContainer
     //
     this.Controls.Add(this.pnlHeader);
     this.Controls.Add(this.controlPanel);
     this.Name = "RegionContainer";
     this.Size = new System.Drawing.Size(376, 72);
     this.pnlHeader.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlCtrlTop = new DevExpress.XtraEditors.PanelControl();
     this.calcEdit1 = new DevExpress.XtraEditors.CalcEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.pnlCtrlCenter = new DevExpress.XtraEditors.PanelControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pnlCtrlBottom = new DevExpress.XtraEditors.PanelControl();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlCenter)).BeginInit();
     this.pnlCtrlCenter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBottom)).BeginInit();
     this.pnlCtrlBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.calcEdit1);
     this.pnlCtrlTop.Controls.Add(this.label1);
     this.pnlCtrlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name = "pnlCtrlTop";
     this.pnlCtrlTop.Size = new System.Drawing.Size(590, 36);
     this.pnlCtrlTop.TabIndex = 0;
     this.pnlCtrlTop.Text = "panelControl1";
     //
     // calcEdit1
     //
     this.calcEdit1.Location = new System.Drawing.Point(234, 8);
     this.calcEdit1.Name = "calcEdit1";
     //
     // calcEdit1.Properties
     //
     this.calcEdit1.Properties.Mask.EditMask = "d2";
     this.calcEdit1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.calcEdit1.Properties.MaxLength = 3;
     this.calcEdit1.Properties.Precision = 0;
     this.calcEdit1.Size = new System.Drawing.Size(106, 20);
     this.calcEdit1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(18, 6);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(208, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Month(s) To Extend:";
     //
     // pnlCtrlCenter
     //
     this.pnlCtrlCenter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlCenter.Controls.Add(this.gridControl1);
     this.pnlCtrlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlCenter.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlCenter.Name = "pnlCtrlCenter";
     this.pnlCtrlCenter.Size = new System.Drawing.Size(590, 216);
     this.pnlCtrlCenter.TabIndex = 1;
     this.pnlCtrlCenter.Text = "panelControl2";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // gridControl1.EmbeddedNavigator
     //
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                           this.repositoryItemDateEdit1});
     this.gridControl1.Size = new System.Drawing.Size(590, 216);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                                 this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                      this.gridColumn1,
                                                                                      this.gridColumn2,
                                                                                      this.gridColumn3,
                                                                                      this.gridColumn4,
                                                                                      this.gridColumn5,
                                                                                      this.gridColumn6,
                                                                                      this.gridColumn7});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Branch Code";
     this.gridColumn1.FieldName = "strBranchCode";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 93;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Locker No";
     this.gridColumn2.FieldName = "nLockerNo";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsFilter.AllowFilter = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 74;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Membership ID";
     this.gridColumn3.FieldName = "strMembershipID";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn3.OptionsFilter.AllowFilter = false;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Receipt No";
     this.gridColumn4.FieldName = "strReceiptNo";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsFilter.AllowFilter = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 113;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Status ID";
     this.gridColumn5.FieldName = "nStatusID";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.ShowInCustomizationForm = false;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Width = 112;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Expiry Date";
     this.gridColumn6.ColumnEdit = this.repositoryItemDateEdit1;
     this.gridColumn6.FieldName = "dtExpiry";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 3;
     this.gridColumn6.Width = 114;
     //
     // 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.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit1.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Remark";
     this.gridColumn7.FieldName = "strRemarks";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     this.gridColumn7.Width = 182;
     //
     // pnlCtrlBottom
     //
     this.pnlCtrlBottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlBottom.Controls.Add(this.simpleButtonCancel);
     this.pnlCtrlBottom.Controls.Add(this.simpleButtonOK);
     this.pnlCtrlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlCtrlBottom.Location = new System.Drawing.Point(0, 252);
     this.pnlCtrlBottom.Name = "pnlCtrlBottom";
     this.pnlCtrlBottom.Size = new System.Drawing.Size(590, 44);
     this.pnlCtrlBottom.TabIndex = 2;
     this.pnlCtrlBottom.Text = "panelControl3";
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location = new System.Drawing.Point(504, 12);
     this.simpleButtonCancel.Name = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex = 8;
     this.simpleButtonCancel.Text = "Cancel";
     this.simpleButtonCancel.Click += new System.EventHandler(this.simpleButtonCancel_Click);
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location = new System.Drawing.Point(418, 12);
     this.simpleButtonOK.Name = "simpleButtonOK";
     this.simpleButtonOK.TabIndex = 7;
     this.simpleButtonOK.Text = "OK";
     this.simpleButtonOK.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormExtendLocker
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(590, 296);
     this.Controls.Add(this.pnlCtrlCenter);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.pnlCtrlBottom);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormExtendLocker";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Extend Locker";
     this.Load += new System.EventHandler(this.FormNew_ExtendLocker_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlCenter)).EndInit();
     this.pnlCtrlCenter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBottom)).EndInit();
     this.pnlCtrlBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 46
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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btn_del = new System.Windows.Forms.Button();
     this.btn_add = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.telef = new System.Windows.Forms.TextBox();
     this.vendpername = new System.Windows.Forms.TextBox();
     this.vendperid = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.ctacte = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtvuelto = new System.Windows.Forms.TextBox();
     this.txtefectivo = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.dctoTda = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dctoTotal = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.dctoTarj = new System.Windows.Forms.TextBox();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.griddetallemov = new System.Windows.Forms.DataGridView();
     this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direc = new System.Windows.Forms.TextBox();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
     this.cbo_incprec = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.lbltitulo = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.tipodoc = new System.Windows.Forms.ComboBox();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Calculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_upload = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.btn_information = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.lblruc = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.pdtimagen = new System.Windows.Forms.PictureBox();
     this.lstListaprec = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.canticombo = new DevExpress.XtraEditors.SpinEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.preccombo = new System.Windows.Forms.TextBox();
     this.princombo = new System.Windows.Forms.CheckBox();
     this.glosa = new System.Windows.Forms.TextBox();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.label23 = new System.Windows.Forms.Label();
     this.importtarj = new System.Windows.Forms.TextBox();
     this.lstTarjGroup = new System.Windows.Forms.ListBox();
     this.dgbtarjetas = new System.Windows.Forms.DataGridView();
     this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn();
     this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit();
     this.SuspendLayout();
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_del.Location = new System.Drawing.Point(226, 34);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(21, 21);
     this.btn_del.TabIndex = 99;
     this.toolTip1.SetToolTip(this.btn_del, "Quitar");
     this.btn_del.UseVisualStyleBackColor = true;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1;
     this.btn_add.Location = new System.Drawing.Point(226, 12);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(21, 21);
     this.btn_add.TabIndex = 98;
     this.toolTip1.SetToolTip(this.btn_add, "Agregar");
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(302, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 92;
     this.label12.Text = "Telef:";
     //
     // telef
     //
     this.telef.Location = new System.Drawing.Point(338, 125);
     this.telef.MaxLength = 100;
     this.telef.Name = "telef";
     this.telef.Size = new System.Drawing.Size(86, 21);
     this.telef.TabIndex = 83;
     //
     // vendpername
     //
     this.vendpername.Location = new System.Drawing.Point(100, 183);
     this.vendpername.Name = "vendpername";
     this.vendpername.Size = new System.Drawing.Size(351, 21);
     this.vendpername.TabIndex = 81;
     //
     // vendperid
     //
     this.vendperid.Location = new System.Drawing.Point(64, 183);
     this.vendperid.MaxLength = 8;
     this.vendperid.Name = "vendperid";
     this.vendperid.Size = new System.Drawing.Size(35, 21);
     this.vendperid.TabIndex = 80;
     this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(3, 186);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 13);
     this.label11.TabIndex = 78;
     this.label11.Text = "Vendedor:";
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(64, 83);
     this.ctacte.MaxLength = 7;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(53, 21);
     this.ctacte.TabIndex = 11;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.txtvuelto);
     this.panel2.Controls.Add(this.txtefectivo);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.dctoTda);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.dctoTotal);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.dctoTarj);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.shapeContainer3);
     this.panel2.Location = new System.Drawing.Point(0, 480);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(989, 80);
     this.panel2.TabIndex = 73;
     //
     // txtvuelto
     //
     this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtvuelto.Location = new System.Drawing.Point(905, 52);
     this.txtvuelto.Name = "txtvuelto";
     this.txtvuelto.Size = new System.Drawing.Size(75, 20);
     this.txtvuelto.TabIndex = 101;
     this.txtvuelto.Text = "00.00";
     this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtefectivo
     //
     this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtefectivo.Location = new System.Drawing.Point(904, 29);
     this.txtefectivo.Name = "txtefectivo";
     this.txtefectivo.Size = new System.Drawing.Size(75, 20);
     this.txtefectivo.TabIndex = 100;
     this.txtefectivo.Text = "00.00";
     this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(849, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(51, 13);
     this.label19.TabIndex = 99;
     this.label19.Text = "Vuelto :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(838, 33);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(62, 13);
     this.label18.TabIndex = 98;
     this.label18.Text = "Efectivo :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(669, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(508, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(68, 13);
     this.label9.TabIndex = 92;
     this.label9.Text = "Dcto.Tda :";
     //
     // valventa
     //
     this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.valventa.Location = new System.Drawing.Point(747, 8);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 20);
     this.valventa.TabIndex = 80;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // dctoTda
     //
     this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTda.Location = new System.Drawing.Point(577, 8);
     this.dctoTda.Name = "dctoTda";
     this.dctoTda.Size = new System.Drawing.Size(75, 20);
     this.dctoTda.TabIndex = 91;
     this.dctoTda.Text = "00.00";
     this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location = new System.Drawing.Point(677, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 83;
     this.label4.Text = "Impuesto :";
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(173, 53);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(72, 13);
     this.lbl_valor.TabIndex = 87;
     this.lbl_valor.Text = "Cost.Prom :";
     //
     // totimporte
     //
     this.totimporte.BackColor = System.Drawing.Color.YellowGreen;
     this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimporte.Location = new System.Drawing.Point(747, 50);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 84;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(508, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(68, 13);
     this.label14.TabIndex = 94;
     this.label14.Text = "Dcto.Tarj :";
     //
     // totimpto
     //
     this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimpto.Location = new System.Drawing.Point(747, 29);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 20);
     this.totimpto.TabIndex = 82;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(246, 49);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 86;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(699, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 85;
     this.label3.Text = "Total :";
     //
     // dctoTotal
     //
     this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTotal.Location = new System.Drawing.Point(577, 50);
     this.dctoTotal.Name = "dctoTotal";
     this.dctoTotal.Size = new System.Drawing.Size(75, 21);
     this.dctoTotal.TabIndex = 95;
     this.dctoTotal.Text = "00.00";
     this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(170, 31);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(76, 13);
     this.label39.TabIndex = 79;
     this.label39.Text = "Descuento :";
     //
     // dctoTarj
     //
     this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTarj.Location = new System.Drawing.Point(577, 29);
     this.dctoTarj.Name = "dctoTarj";
     this.dctoTarj.Size = new System.Drawing.Size(75, 20);
     this.dctoTarj.TabIndex = 93;
     this.dctoTarj.Text = "00.00";
     this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(246, 28);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 78;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(501, 53);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(75, 13);
     this.label17.TabIndex = 96;
     this.label17.Text = "Descto.TT :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(3, 51);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto :";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(76, 48);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 76;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(344, 52);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(48, 13);
     this.label40.TabIndex = 89;
     this.label40.Text = "Stock :";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location = new System.Drawing.Point(6, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 75;
     this.label7.Text = "T. Piezas :";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(76, 26);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 74;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(392, 48);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 88;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(29, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 73;
     this.label1.Text = "Items :";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(77, 4);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 72;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer3.Size = new System.Drawing.Size(989, 80);
     this.shapeContainer3.TabIndex = 97;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderWidth = 2;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 482;
     this.lineShape4.X2 = 482;
     this.lineShape4.Y1 = 10;
     this.lineShape4.Y2 = 71;
     //
     // lineShape3
     //
     this.lineShape3.BorderWidth = 2;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 665;
     this.lineShape3.X2 = 665;
     this.lineShape3.Y1 = 10;
     this.lineShape3.Y2 = 71;
     //
     // griddetallemov
     //
     this.griddetallemov.AllowUserToAddRows = false;
     this.griddetallemov.AllowUserToDeleteRows = false;
     this.griddetallemov.AllowUserToResizeColumns = false;
     this.griddetallemov.AllowUserToResizeRows = false;
     this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetallemov.ColumnHeadersHeight = 20;
     this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nostock,
     this.item,
     this.productid,
     this.productname,
     this.rollo,
     this.unmed,
     this.Ubicacion,
     this.stock_old,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.cantidad_old,
     this.precioanterior,
     this.precunit,
     this.valor,
     this.dtotimpto,
     this.importe,
     this.importfac,
     this.dalmacaccionid,
     this.cantidadcta});
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8;
     this.griddetallemov.Location = new System.Drawing.Point(1, 214);
     this.griddetallemov.MultiSelect = false;
     this.griddetallemov.Name = "griddetallemov";
     this.griddetallemov.RowHeadersVisible = false;
     this.griddetallemov.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.NullValue = null;
     this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null;
     this.griddetallemov.RowTemplate.Height = 20;
     this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetallemov.Size = new System.Drawing.Size(989, 266);
     this.griddetallemov.TabIndex = 71;
     this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit);
     this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter);
     this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave);
     this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing);
     this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown);
     this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp);
     //
     // nostock
     //
     this.nostock.DataPropertyName = "nostock";
     this.nostock.FalseValue = "false";
     this.nostock.Frozen = true;
     this.nostock.HeaderText = "Aft";
     this.nostock.Name = "nostock";
     this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.nostock.TrueValue = "true";
     this.nostock.Width = 20;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.Frozen = true;
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.Frozen = true;
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.Frozen = true;
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 400;
     //
     // rollo
     //
     this.rollo.DataPropertyName = "rollo";
     this.rollo.Frozen = true;
     this.rollo.HeaderText = "Rollo";
     this.rollo.MaxInputLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.rollo.Visible = false;
     this.rollo.Width = 80;
     //
     // unmed
     //
     this.unmed.DataPropertyName = "unmed";
     this.unmed.Frozen = true;
     this.unmed.HeaderText = "UnMed";
     this.unmed.Name = "unmed";
     this.unmed.Width = 48;
     //
     // Ubicacion
     //
     this.Ubicacion.DataPropertyName = "ubicacion";
     dataGridViewCellStyle2.NullValue = null;
     this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2;
     this.Ubicacion.Frozen = true;
     this.Ubicacion.HeaderText = "Ubicacion";
     this.Ubicacion.MaxInputLength = 4;
     this.Ubicacion.Name = "Ubicacion";
     this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ubicacion.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.Frozen = true;
     this.stock_old.HeaderText = "stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle3.NullValue = null;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.Frozen = true;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.Frozen = true;
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.Frozen = true;
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.Frozen = true;
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.Frozen = true;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad.Width = 80;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.Frozen = true;
     this.cantidad_old.HeaderText = "cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.Frozen = true;
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.Frozen = true;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit.Width = 90;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importe.DefaultCellStyle = dataGridViewCellStyle6;
     this.importe.HeaderText = "Importe";
     this.importe.Name = "importe";
     this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importe.Visible = false;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle7;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(64, 125);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(233, 21);
     this.direc.TabIndex = 23;
     //
     // ctactename
     //
     this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactename.Location = new System.Drawing.Point(64, 104);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(387, 21);
     this.ctactename.TabIndex = 21;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(160, 82);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(90, 21);
     this.nmruc.TabIndex = 12;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.chkfijar);
     this.panel1.Controls.Add(this.cbo_incprec);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.lbltitulo);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.fechdoc);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numdoc);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.tipodoc);
     this.panel1.Controls.Add(this.serdoc);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 45);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 23;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // chkfijar
     //
     this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chkfijar.Location = new System.Drawing.Point(137, 21);
     this.chkfijar.Name = "chkfijar";
     this.chkfijar.Properties.Caption = "Fijar";
     this.chkfijar.Size = new System.Drawing.Size(51, 19);
     this.chkfijar.TabIndex = 22;
     this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged);
     //
     // cbo_incprec
     //
     this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbo_incprec.FormattingEnabled = true;
     this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cbo_incprec.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cbo_incprec.Location = new System.Drawing.Point(946, 20);
     this.cbo_incprec.Name = "cbo_incprec";
     this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.cbo_incprec.Size = new System.Drawing.Size(40, 21);
     this.cbo_incprec.TabIndex = 21;
     this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(947, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 20;
     this.label20.Text = "Inclu.";
     //
     // lbltitulo
     //
     this.lbltitulo.AutoSize = true;
     this.lbltitulo.BackColor = System.Drawing.Color.Transparent;
     this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitulo.ForeColor = System.Drawing.Color.White;
     this.lbltitulo.Location = new System.Drawing.Point(422, 9);
     this.lbltitulo.Name = "lbltitulo";
     this.lbltitulo.Size = new System.Drawing.Size(151, 31);
     this.lbltitulo.TabIndex = 19;
     this.lbltitulo.Text = "FACTURA";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(928, 22);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 18;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(887, 20);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 17;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // fechdoc
     //
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.Location = new System.Drawing.Point(669, 21);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 7;
     this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0);
     this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged);
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(756, 20);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 8;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(16, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Tipo Documento";
     //
     // numdoc
     //
     this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(231, 20);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(87, 21);
     this.numdoc.TabIndex = 8;
     this.numdoc.Text = "000000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(828, 20);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 9;
     this.tcamb.Text = "3.420";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tipodoc
     //
     this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.tipodoc.FormattingEnabled = true;
     this.tipodoc.Location = new System.Drawing.Point(7, 20);
     this.tipodoc.Name = "tipodoc";
     this.tipodoc.Size = new System.Drawing.Size(128, 20);
     this.tipodoc.TabIndex = 4;
     this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged);
     //
     // serdoc
     //
     this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(189, 20);
     this.serdoc.MaxLength = 5;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(40, 21);
     this.serdoc.TabIndex = 4;
     this.serdoc.Text = "2014";
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(761, 5);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 12;
     this.label21.Text = "Moneda";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location = new System.Drawing.Point(193, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Serie";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(883, 5);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Impuesto";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location = new System.Drawing.Point(247, 5);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Número";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(826, 5);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 14;
     this.label15.Text = "T Cambio";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(688, 5);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 13);
     this.label16.TabIndex = 10;
     this.label16.Text = "Fecha";
     //
     // Botonera
     //
     this.Botonera.BackColor = System.Drawing.SystemColors.Control;
     this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnImprimirNoval,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_Calculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_upload,
     this.btn_salir,
     this.btn_information});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(993, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked);
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image")));
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20;
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image")));
     this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(24, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.ToolTipText = "Impresion Valorizada";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btnImprimirNoval
     //
     this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimirNoval.Name = "btnImprimirNoval";
     this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26);
     this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(26, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_Calculadora
     //
     this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2;
     this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Calculadora.Name = "btn_Calculadora";
     this.btn_Calculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_Calculadora.Text = "Calculadora";
     this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_upload
     //
     this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode;
     this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_upload.Name = "btn_upload";
     this.btn_upload.Size = new System.Drawing.Size(26, 26);
     this.btn_upload.Text = "Leer Codigo Barras";
     this.btn_upload.ToolTipText = "Cargar";
     this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // btn_information
     //
     this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information;
     this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_information.Name = "btn_information";
     this.btn_information.Size = new System.Drawing.Size(26, 26);
     this.btn_information.Text = "Informacion";
     this.btn_information.Click += new System.EventHandler(this.btn_information_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(6, 86);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(42, 13);
     this.tipoclieprov.TabIndex = 18;
     this.tipoclieprov.Text = "Cliente:";
     //
     // lblruc
     //
     this.lblruc.AutoSize = true;
     this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblruc.Location = new System.Drawing.Point(123, 85);
     this.lblruc.Name = "lblruc";
     this.lblruc.Size = new System.Drawing.Size(33, 13);
     this.lblruc.TabIndex = 75;
     this.lblruc.Text = "RUC:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 128);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 22;
     this.label24.Text = "Dirección:";
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2});
     this.shapeContainer1.Size = new System.Drawing.Size(993, 560);
     this.shapeContainer1.TabIndex = 82;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderWidth = 2;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack;
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 453;
     this.lineShape2.Y1 = 176;
     this.lineShape2.Y2 = 176;
     //
     // pdtimagen
     //
     this.pdtimagen.BackColor = System.Drawing.Color.Transparent;
     this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado;
     this.pdtimagen.Location = new System.Drawing.Point(378, 286);
     this.pdtimagen.Name = "pdtimagen";
     this.pdtimagen.Size = new System.Drawing.Size(262, 135);
     this.pdtimagen.TabIndex = 96;
     this.pdtimagen.TabStop = false;
     //
     // lstListaprec
     //
     this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstListaprec.FormattingEnabled = true;
     this.lstListaprec.Location = new System.Drawing.Point(873, 99);
     this.lstListaprec.Name = "lstListaprec";
     this.lstListaprec.Size = new System.Drawing.Size(113, 21);
     this.lstListaprec.TabIndex = 98;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(870, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(85, 13);
     this.label22.TabIndex = 99;
     this.label22.Text = "Lista de Precios:";
     //
     // btnextraersunat
     //
     this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1;
     this.btnextraersunat.Location = new System.Drawing.Point(256, 80);
     this.btnextraersunat.Name = "btnextraersunat";
     this.btnextraersunat.Size = new System.Drawing.Size(90, 23);
     this.btnextraersunat.TabIndex = 100;
     this.btnextraersunat.ToolTip = "Extrae Datos";
     this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(466, 76);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(401, 137);
     this.xtraTabControl1.TabIndex = 101;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.canticombo);
     this.xtraTabPage3.Controls.Add(this.label26);
     this.xtraTabPage3.Controls.Add(this.label25);
     this.xtraTabPage3.Controls.Add(this.preccombo);
     this.xtraTabPage3.Controls.Add(this.princombo);
     this.xtraTabPage3.Controls.Add(this.glosa);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage3.Text = "Observaciones";
     //
     // canticombo
     //
     this.canticombo.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.canticombo.Location = new System.Drawing.Point(295, 30);
     this.canticombo.Name = "canticombo";
     this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.canticombo.Properties.MaxValue = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.canticombo.Size = new System.Drawing.Size(67, 20);
     this.canticombo.TabIndex = 87;
     this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 64);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(55, 13);
     this.label26.TabIndex = 86;
     this.label26.Text = "Prec/Unit:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(210, 34);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(84, 13);
     this.label25.TabIndex = 85;
     this.label25.Text = "Nro de Combos:";
     //
     // preccombo
     //
     this.preccombo.Location = new System.Drawing.Point(295, 60);
     this.preccombo.Name = "preccombo";
     this.preccombo.ReadOnly = true;
     this.preccombo.Size = new System.Drawing.Size(67, 21);
     this.preccombo.TabIndex = 83;
     this.preccombo.Text = "0.00";
     this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // princombo
     //
     this.princombo.AutoSize = true;
     this.princombo.Location = new System.Drawing.Point(219, 9);
     this.princombo.Name = "princombo";
     this.princombo.Size = new System.Drawing.Size(151, 17);
     this.princombo.TabIndex = 81;
     this.princombo.Text = "Imprimir en Detalle Combo";
     this.princombo.UseVisualStyleBackColor = true;
     this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged);
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(18, 9);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(186, 72);
     this.glosa.TabIndex = 80;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.label23);
     this.xtraTabPage1.Controls.Add(this.importtarj);
     this.xtraTabPage1.Controls.Add(this.btn_del);
     this.xtraTabPage1.Controls.Add(this.btn_add);
     this.xtraTabPage1.Controls.Add(this.lstTarjGroup);
     this.xtraTabPage1.Controls.Add(this.dgbtarjetas);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage1.Text = "Pago con Tarjeta";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(73, 83);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 101;
     this.label23.Text = "Total >>";
     //
     // importtarj
     //
     this.importtarj.Location = new System.Drawing.Point(129, 80);
     this.importtarj.MaxLength = 8;
     this.importtarj.Name = "importtarj";
     this.importtarj.Size = new System.Drawing.Size(69, 21);
     this.importtarj.TabIndex = 100;
     this.importtarj.Text = "0.00";
     this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lstTarjGroup
     //
     this.lstTarjGroup.FormattingEnabled = true;
     this.lstTarjGroup.Location = new System.Drawing.Point(253, 12);
     this.lstTarjGroup.Name = "lstTarjGroup";
     this.lstTarjGroup.Size = new System.Drawing.Size(116, 56);
     this.lstTarjGroup.TabIndex = 97;
     //
     // dgbtarjetas
     //
     this.dgbtarjetas.AllowUserToAddRows = false;
     this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tarjetalogo,
     this._tarjetaid,
     this._tarjetaname,
     this._tarjetanum,
     this._tarjetaimpo,
     this._ddnni});
     this.dgbtarjetas.Location = new System.Drawing.Point(5, 12);
     this.dgbtarjetas.Name = "dgbtarjetas";
     this.dgbtarjetas.ReadOnly = true;
     this.dgbtarjetas.RowHeadersVisible = false;
     this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgbtarjetas.Size = new System.Drawing.Size(214, 68);
     this.dgbtarjetas.TabIndex = 96;
     //
     // _tarjetalogo
     //
     this._tarjetalogo.DataPropertyName = "tarjetalogo";
     this._tarjetalogo.HeaderText = "TarJ";
     this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this._tarjetalogo.Name = "_tarjetalogo";
     this._tarjetalogo.ReadOnly = true;
     this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._tarjetalogo.Width = 40;
     //
     // _tarjetaid
     //
     this._tarjetaid.DataPropertyName = "tarjetaid";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10;
     this._tarjetaid.HeaderText = "Cod";
     this._tarjetaid.Name = "_tarjetaid";
     this._tarjetaid.ReadOnly = true;
     this._tarjetaid.Visible = false;
     this._tarjetaid.Width = 30;
     //
     // _tarjetaname
     //
     this._tarjetaname.DataPropertyName = "tarjetaname";
     this._tarjetaname.HeaderText = "Nom";
     this._tarjetaname.Name = "_tarjetaname";
     this._tarjetaname.ReadOnly = true;
     this._tarjetaname.Visible = false;
     //
     // _tarjetanum
     //
     this._tarjetanum.DataPropertyName = "tarjetanume";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11;
     this._tarjetanum.HeaderText = "Aprob.";
     this._tarjetanum.Name = "_tarjetanum";
     this._tarjetanum.ReadOnly = true;
     this._tarjetanum.Width = 80;
     //
     // _tarjetaimpo
     //
     this._tarjetaimpo.DataPropertyName = "tarjetaimpo";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12;
     this._tarjetaimpo.HeaderText = "Importe";
     this._tarjetaimpo.Name = "_tarjetaimpo";
     this._tarjetaimpo.ReadOnly = true;
     this._tarjetaimpo.Width = 80;
     //
     // _ddnni
     //
     this._ddnni.DataPropertyName = "ddnni";
     this._ddnni.HeaderText = "Dni";
     this._ddnni.Name = "_ddnni";
     this._ddnni.ReadOnly = true;
     this._ddnni.Visible = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.numnotac);
     this.xtraTabPage2.Controls.Add(this.sernotac);
     this.xtraTabPage2.Controls.Add(this.tipnotac);
     this.xtraTabPage2.Controls.Add(this.numguia);
     this.xtraTabPage2.Controls.Add(this.serguia);
     this.xtraTabPage2.Controls.Add(this.tipguia);
     this.xtraTabPage2.Controls.Add(this.numfac);
     this.xtraTabPage2.Controls.Add(this.serfac);
     this.xtraTabPage2.Controls.Add(this.tipfac);
     this.xtraTabPage2.Controls.Add(this.recep_fecha);
     this.xtraTabPage2.Controls.Add(this.recep_dni);
     this.xtraTabPage2.Controls.Add(this.recep_name);
     this.xtraTabPage2.Controls.Add(this.chkNC);
     this.xtraTabPage2.Controls.Add(this.chkGR);
     this.xtraTabPage2.Controls.Add(this.chkFA);
     this.xtraTabPage2.Controls.Add(this.fechnotac);
     this.xtraTabPage2.Controls.Add(this.fechguia);
     this.xtraTabPage2.Controls.Add(this.fechfac);
     this.xtraTabPage2.Controls.Add(this.label29);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Controls.Add(this.label27);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage2.Text = "Docs Referencia";
     //
     // numnotac
     //
     //
     //
     //
     this.numnotac.Border.Class = "TextBoxBorder";
     this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numnotac.ButtonCustom.Tooltip = "";
     this.numnotac.ButtonCustom2.Tooltip = "";
     this.numnotac.Location = new System.Drawing.Point(88, 60);
     this.numnotac.MaxLength = 10;
     this.numnotac.Name = "numnotac";
     this.numnotac.PreventEnterBeep = true;
     this.numnotac.Size = new System.Drawing.Size(79, 21);
     this.numnotac.TabIndex = 94;
     //
     // sernotac
     //
     //
     //
     //
     this.sernotac.Border.Class = "TextBoxBorder";
     this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sernotac.ButtonCustom.Tooltip = "";
     this.sernotac.ButtonCustom2.Tooltip = "";
     this.sernotac.Location = new System.Drawing.Point(49, 60);
     this.sernotac.MaxLength = 4;
     this.sernotac.Name = "sernotac";
     this.sernotac.PreventEnterBeep = true;
     this.sernotac.Size = new System.Drawing.Size(37, 21);
     this.sernotac.TabIndex = 93;
     //
     // tipnotac
     //
     this.tipnotac.DisplayMember = "Text";
     this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipnotac.FormattingEnabled = true;
     this.tipnotac.ItemHeight = 15;
     this.tipnotac.Items.AddRange(new object[] {
     this.comboItem5});
     this.tipnotac.Location = new System.Drawing.Point(6, 60);
     this.tipnotac.Name = "tipnotac";
     this.tipnotac.Size = new System.Drawing.Size(40, 21);
     this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipnotac.TabIndex = 92;
     this.tipnotac.Text = "NC";
     //
     // comboItem5
     //
     this.comboItem5.Text = "NC";
     //
     // numguia
     //
     //
     //
     //
     this.numguia.Border.Class = "TextBoxBorder";
     this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numguia.ButtonCustom.Tooltip = "";
     this.numguia.ButtonCustom2.Tooltip = "";
     this.numguia.Location = new System.Drawing.Point(88, 36);
     this.numguia.MaxLength = 10;
     this.numguia.Name = "numguia";
     this.numguia.PreventEnterBeep = true;
     this.numguia.Size = new System.Drawing.Size(79, 21);
     this.numguia.TabIndex = 91;
     //
     // serguia
     //
     //
     //
     //
     this.serguia.Border.Class = "TextBoxBorder";
     this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serguia.ButtonCustom.Tooltip = "";
     this.serguia.ButtonCustom2.Tooltip = "";
     this.serguia.Location = new System.Drawing.Point(49, 36);
     this.serguia.MaxLength = 4;
     this.serguia.Name = "serguia";
     this.serguia.PreventEnterBeep = true;
     this.serguia.Size = new System.Drawing.Size(37, 21);
     this.serguia.TabIndex = 90;
     //
     // tipguia
     //
     this.tipguia.DisplayMember = "Text";
     this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipguia.FormattingEnabled = true;
     this.tipguia.ItemHeight = 15;
     this.tipguia.Items.AddRange(new object[] {
     this.comboItem3});
     this.tipguia.Location = new System.Drawing.Point(6, 36);
     this.tipguia.Name = "tipguia";
     this.tipguia.Size = new System.Drawing.Size(40, 21);
     this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipguia.TabIndex = 89;
     this.tipguia.Text = "GR";
     //
     // comboItem3
     //
     this.comboItem3.Text = "GR";
     //
     // numfac
     //
     //
     //
     //
     this.numfac.Border.Class = "TextBoxBorder";
     this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numfac.ButtonCustom.Tooltip = "";
     this.numfac.ButtonCustom2.Tooltip = "";
     this.numfac.Location = new System.Drawing.Point(88, 12);
     this.numfac.MaxLength = 10;
     this.numfac.Name = "numfac";
     this.numfac.PreventEnterBeep = true;
     this.numfac.Size = new System.Drawing.Size(79, 21);
     this.numfac.TabIndex = 88;
     this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown);
     //
     // serfac
     //
     //
     //
     //
     this.serfac.Border.Class = "TextBoxBorder";
     this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serfac.ButtonCustom.Tooltip = "";
     this.serfac.ButtonCustom2.Tooltip = "";
     this.serfac.Location = new System.Drawing.Point(49, 12);
     this.serfac.MaxLength = 4;
     this.serfac.Name = "serfac";
     this.serfac.PreventEnterBeep = true;
     this.serfac.Size = new System.Drawing.Size(37, 21);
     this.serfac.TabIndex = 87;
     this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown);
     //
     // tipfac
     //
     this.tipfac.DisplayMember = "Text";
     this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipfac.FormattingEnabled = true;
     this.tipfac.ItemHeight = 15;
     this.tipfac.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.tipfac.Location = new System.Drawing.Point(6, 12);
     this.tipfac.Name = "tipfac";
     this.tipfac.Size = new System.Drawing.Size(40, 21);
     this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipfac.TabIndex = 86;
     //
     // comboItem1
     //
     this.comboItem1.Text = "FA";
     //
     // comboItem2
     //
     this.comboItem2.Text = "BV";
     //
     // recep_fecha
     //
     //
     //
     //
     this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground";
     this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.ButtonClear.Tooltip = "";
     this.recep_fecha.ButtonCustom.Tooltip = "";
     this.recep_fecha.ButtonCustom2.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.recep_fecha.ButtonDropDown.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Visible = true;
     this.recep_fecha.ButtonFreeText.Tooltip = "";
     this.recep_fecha.IsPopupCalendarOpen = false;
     this.recep_fecha.Location = new System.Drawing.Point(297, 79);
     //
     //
     //
     this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.recep_fecha.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.TodayButtonVisible = true;
     this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.recep_fecha.Name = "recep_fecha";
     this.recep_fecha.Size = new System.Drawing.Size(82, 21);
     this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recep_fecha.TabIndex = 85;
     //
     // recep_dni
     //
     //
     //
     //
     this.recep_dni.Border.Class = "TextBoxBorder";
     this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_dni.ButtonCustom.Tooltip = "";
     this.recep_dni.ButtonCustom2.Tooltip = "";
     this.recep_dni.Location = new System.Drawing.Point(297, 58);
     this.recep_dni.MaxLength = 8;
     this.recep_dni.Name = "recep_dni";
     this.recep_dni.PreventEnterBeep = true;
     this.recep_dni.Size = new System.Drawing.Size(83, 21);
     this.recep_dni.TabIndex = 84;
     //
     // recep_name
     //
     //
     //
     //
     this.recep_name.Border.Class = "TextBoxBorder";
     this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_name.ButtonCustom.Tooltip = "";
     this.recep_name.ButtonCustom2.Tooltip = "";
     this.recep_name.Location = new System.Drawing.Point(269, 21);
     this.recep_name.MaxLength = 100;
     this.recep_name.Multiline = true;
     this.recep_name.Name = "recep_name";
     this.recep_name.PreventEnterBeep = true;
     this.recep_name.Size = new System.Drawing.Size(111, 36);
     this.recep_name.TabIndex = 83;
     //
     // chkNC
     //
     //
     //
     //
     this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNC.Location = new System.Drawing.Point(247, 58);
     this.chkNC.Name = "chkNC";
     this.chkNC.Size = new System.Drawing.Size(16, 23);
     this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNC.TabIndex = 82;
     this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged);
     //
     // chkGR
     //
     //
     //
     //
     this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkGR.Location = new System.Drawing.Point(247, 36);
     this.chkGR.Name = "chkGR";
     this.chkGR.Size = new System.Drawing.Size(16, 23);
     this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkGR.TabIndex = 81;
     this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged);
     //
     // chkFA
     //
     //
     //
     //
     this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkFA.Location = new System.Drawing.Point(247, 12);
     this.chkFA.Name = "chkFA";
     this.chkFA.Size = new System.Drawing.Size(16, 23);
     this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkFA.TabIndex = 80;
     this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged);
     //
     // fechnotac
     //
     //
     //
     //
     this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.ButtonClear.Tooltip = "";
     this.fechnotac.ButtonCustom.Tooltip = "";
     this.fechnotac.ButtonCustom2.Tooltip = "";
     this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechnotac.ButtonDropDown.Tooltip = "";
     this.fechnotac.ButtonDropDown.Visible = true;
     this.fechnotac.ButtonFreeText.Tooltip = "";
     this.fechnotac.IsPopupCalendarOpen = false;
     this.fechnotac.Location = new System.Drawing.Point(168, 59);
     //
     //
     //
     this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechnotac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.TodayButtonVisible = true;
     this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechnotac.Name = "fechnotac";
     this.fechnotac.Size = new System.Drawing.Size(82, 21);
     this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechnotac.TabIndex = 79;
     //
     // fechguia
     //
     //
     //
     //
     this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.ButtonClear.Tooltip = "";
     this.fechguia.ButtonCustom.Tooltip = "";
     this.fechguia.ButtonCustom2.Tooltip = "";
     this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechguia.ButtonDropDown.Tooltip = "";
     this.fechguia.ButtonDropDown.Visible = true;
     this.fechguia.ButtonFreeText.Tooltip = "";
     this.fechguia.IsPopupCalendarOpen = false;
     this.fechguia.Location = new System.Drawing.Point(168, 36);
     //
     //
     //
     this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechguia.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.TodayButtonVisible = true;
     this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechguia.Name = "fechguia";
     this.fechguia.Size = new System.Drawing.Size(82, 21);
     this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechguia.TabIndex = 78;
     //
     // fechfac
     //
     //
     //
     //
     this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.ButtonClear.Tooltip = "";
     this.fechfac.ButtonCustom.Tooltip = "";
     this.fechfac.ButtonCustom2.Tooltip = "";
     this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechfac.ButtonDropDown.Tooltip = "";
     this.fechfac.ButtonDropDown.Visible = true;
     this.fechfac.ButtonFreeText.Tooltip = "";
     this.fechfac.IsPopupCalendarOpen = false;
     this.fechfac.Location = new System.Drawing.Point(168, 12);
     //
     //
     //
     this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechfac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.TodayButtonVisible = true;
     this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechfac.Name = "fechfac";
     this.fechfac.Size = new System.Drawing.Size(82, 21);
     this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechfac.TabIndex = 77;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(225, 84);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 72;
     this.label29.Text = "Fecha Recep:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(269, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(29, 13);
     this.label28.TabIndex = 69;
     this.label28.Text = "DNI:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(271, 9);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(55, 13);
     this.label27.TabIndex = 67;
     this.label27.Text = "Receptor:";
     //
     // Frm_ventas
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(993, 560);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnextraersunat);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.lstListaprec);
     this.Controls.Add(this.pdtimagen);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.telef);
     this.Controls.Add(this.vendpername);
     this.Controls.Add(this.vendperid);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetallemov);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.lblruc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.shapeContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ventas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modulo de Ventas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing);
     this.Load += new System.EventHandler(this.Frm_ventas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
     this.label1              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.label4              = new System.Windows.Forms.Label();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.btnAboutClose       = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(88, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(160, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "OTC Option Calculator";
     this.label1.Click   += new System.EventHandler(this.label1_Click);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(86, 53);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(240, 18);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Copyright © 2006, EGAR Technology Inc.";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 17);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(50, 54);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(88, 29);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 17);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Version 1.0.350";
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName          = "Money Twins";
     this.defaultLookAndFeel1.LookAndFeel.Style             = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.defaultLookAndFeel1.LookAndFeel.UseWindowsXPTheme = false;
     //
     // btnAboutClose
     //
     this.btnAboutClose.Location = new System.Drawing.Point(132, 87);
     this.btnAboutClose.Name     = "btnAboutClose";
     this.btnAboutClose.Size     = new System.Drawing.Size(75, 23);
     this.btnAboutClose.TabIndex = 7;
     this.btnAboutClose.Text     = "OK";
     this.btnAboutClose.Click   += new System.EventHandler(this.btnAboutClose_Click);
     //
     // frmAbout
     //
     this.Appearance.BackColor            = System.Drawing.Color.Gainsboro;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(338, 122);
     this.Controls.Add(this.btnAboutClose);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmAbout";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About...";
     this.TopMost         = true;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.DateRangeTo = new DevExpress.XtraEditors.DateEdit();
     this.DateFrom = new DevExpress.XtraEditors.DateEdit();
     this.dSPromotion = new ACMS.Dataset.DSPromotion();
     this.tblReceiptPromotionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tblReceiptPromotionTableAdapter = new ACMS.Dataset.DSPromotionTableAdapters.tblReceiptPromotionTableAdapter();
     this.GridPromotion = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.MembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSPromotion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblReceiptPromotionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridPromotion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(144, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(33, 23);
     this.label2.TabIndex = 9;
     this.label2.Text = "To";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(0, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 8;
     this.label1.Text = "From";
     //
     // DateRangeTo
     //
     this.DateRangeTo.EditValue = null;
     this.DateRangeTo.Location = new System.Drawing.Point(174, 8);
     this.DateRangeTo.Name = "DateRangeTo";
     this.DateRangeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateRangeTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateRangeTo.Size = new System.Drawing.Size(97, 20);
     this.DateRangeTo.TabIndex = 7;
     this.DateRangeTo.EditValueChanged += new System.EventHandler(this.DateRangeTo_EditValueChanged);
     //
     // DateFrom
     //
     this.DateFrom.EditValue = null;
     this.DateFrom.Location = new System.Drawing.Point(40, 8);
     this.DateFrom.Name = "DateFrom";
     this.DateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateFrom.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateFrom.Size = new System.Drawing.Size(100, 20);
     this.DateFrom.TabIndex = 6;
     this.DateFrom.EditValueChanged += new System.EventHandler(this.DateFrom_EditValueChanged);
     //
     // dSPromotion
     //
     this.dSPromotion.DataSetName = "DSPromotion";
     this.dSPromotion.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // tblReceiptPromotionTableAdapter
     //
     this.tblReceiptPromotionTableAdapter.ClearBeforeFill = true;
     //
     // GridPromotion
     //
     this.GridPromotion.DataSource = this.tblReceiptPromotionBindingSource;
     this.GridPromotion.Location = new System.Drawing.Point(3, 58);
     this.GridPromotion.MainView = this.gridView1;
     this.GridPromotion.Name = "GridPromotion";
     this.GridPromotion.Size = new System.Drawing.Size(787, 391);
     this.GridPromotion.TabIndex = 10;
     this.GridPromotion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1,
     this.gridView2});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.MembershipID,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7});
     this.gridView1.GridControl = this.GridPromotion;
     this.gridView1.Name = "gridView1";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.GridPromotion;
     this.gridView2.Name = "gridView2";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Date";
     this.gridColumn1.FieldName = "dtDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Receipt";
     this.gridColumn2.FieldName = "strReceiptNo";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(302, 5);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 11;
     this.simpleButton1.Text = "Generate";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // MembershipID
     //
     this.MembershipID.Caption = "Membership ID";
     this.MembershipID.FieldName = "strMembershipID";
     this.MembershipID.Name = "MembershipID";
     this.MembershipID.Visible = true;
     this.MembershipID.VisibleIndex = 2;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Description";
     this.gridColumn3.FieldName = "strPromotion";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 3;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Sales Person";
     this.gridColumn4.FieldName = "strEmployeeName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 4;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Type";
     this.gridColumn5.FieldName = "strType";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Paid";
     this.gridColumn6.FieldName = "Paid";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 6;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Discount";
     this.gridColumn7.FieldName = "Discount";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 7;
     //
     // RPPromotionReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(792, 453);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.GridPromotion);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.DateRangeTo);
     this.Controls.Add(this.DateFrom);
     this.Name = "RPPromotionReport";
     this.Text = "Promotions Report";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.PromotionReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRangeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSPromotion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblReceiptPromotionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridPromotion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDataDown));
     this.sbtnClose     = new DevExpress.XtraEditors.SimpleButton();
     this.listBox1      = new System.Windows.Forms.ListBox();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // sbtnClose
     //
     this.sbtnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnClose.Location    = new System.Drawing.Point(400, 360);
     this.sbtnClose.Name        = "sbtnClose";
     this.sbtnClose.Size        = new System.Drawing.Size(56, 23);
     this.sbtnClose.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnClose.TabIndex    = 25;
     this.sbtnClose.Text        = "关闭";
     this.sbtnClose.Click      += new System.EventHandler(this.sbtnClose_Click);
     //
     // listBox1
     //
     this.listBox1.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.listBox1.ForeColor           = System.Drawing.Color.RoyalBlue;
     this.listBox1.ItemHeight          = 12;
     this.listBox1.Location            = new System.Drawing.Point(16, 88);
     this.listBox1.Name                = "listBox1";
     this.listBox1.ScrollAlwaysVisible = true;
     this.listBox1.Size                = new System.Drawing.Size(600, 256);
     this.listBox1.TabIndex            = 24;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(56, 16);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(512, 56);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 23;
     this.pictureBox1.TabStop  = false;
     //
     // simpleButton1
     //
     this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.simpleButton1.Location    = new System.Drawing.Point(152, 360);
     this.simpleButton1.Name        = "simpleButton1";
     this.simpleButton1.Size        = new System.Drawing.Size(80, 23);
     this.simpleButton1.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.simpleButton1.TabIndex    = 26;
     this.simpleButton1.Text        = "开始下载";
     this.simpleButton1.Click      += new System.EventHandler(this.simpleButton1_Click);
     //
     // frmDataDown
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(632, 398);
     this.ControlBox        = false;
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.sbtnClose);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmDataDown";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "数据下载更新";
     this.Load           += new System.EventHandler(this.frmDataDown_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dateedtDate = new DevExpress.XtraEditors.DateEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtReason = new DevExpress.XtraEditors.TextEdit();
     this.sbtnSave = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.timeedtStartTime = new DevExpress.XtraEditors.TimeEdit();
     this.timeedtEndTime = new DevExpress.XtraEditors.TimeEdit();
     this.chkPH = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReason.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeedtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeedtEndTime.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dateedtDate
     //
     this.dateedtDate.EditValue = new System.DateTime(2006, 1, 28, 0, 0, 0, 0);
     this.dateedtDate.Location = new System.Drawing.Point(82, 8);
     this.dateedtDate.Name = "dateedtDate";
     this.dateedtDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateedtDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.dateedtDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateedtDate.Size = new System.Drawing.Size(152, 20);
     this.dateedtDate.TabIndex = 0;
     this.dateedtDate.EditValueChanged += new System.EventHandler(this.dateedtDate_EditValueChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 66);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(68, 18);
     this.label3.TabIndex = 39;
     this.label3.Text = "End time:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 38);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(68, 18);
     this.label2.TabIndex = 38;
     this.label2.Text = "Start time:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(68, 18);
     this.label1.TabIndex = 37;
     this.label1.Text = "Date:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(12, 94);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(68, 18);
     this.label5.TabIndex = 46;
     this.label5.Text = "Reason:";
     //
     // txtReason
     //
     this.txtReason.EditValue = "";
     this.txtReason.Location = new System.Drawing.Point(82, 92);
     this.txtReason.Name = "txtReason";
     this.txtReason.Properties.MaxLength = 50;
     this.txtReason.Size = new System.Drawing.Size(314, 20);
     this.txtReason.TabIndex = 3;
     //
     // sbtnSave
     //
     this.sbtnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.sbtnSave.Location = new System.Drawing.Point(240, 118);
     this.sbtnSave.Name = "sbtnSave";
     this.sbtnSave.Size = new System.Drawing.Size(75, 23);
     this.sbtnSave.TabIndex = 4;
     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(322, 118);
     this.sbtnCancel.Name = "sbtnCancel";
     this.sbtnCancel.Size = new System.Drawing.Size(75, 23);
     this.sbtnCancel.TabIndex = 5;
     this.sbtnCancel.Text = "Cancel";
     this.sbtnCancel.Click += new System.EventHandler(this.sbtnCancel_Click);
     //
     // timeedtStartTime
     //
     this.timeedtStartTime.EditValue = new System.DateTime(2006, 4, 11, 0, 0, 0, 0);
     this.timeedtStartTime.Location = new System.Drawing.Point(82, 36);
     this.timeedtStartTime.Name = "timeedtStartTime";
     this.timeedtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeedtStartTime.Properties.Mask.EditMask = "hh:mm tt";
     this.timeedtStartTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.timeedtStartTime.Size = new System.Drawing.Size(100, 20);
     this.timeedtStartTime.TabIndex = 1;
     //
     // timeedtEndTime
     //
     this.timeedtEndTime.EditValue = new System.DateTime(2006, 4, 11, 0, 0, 0, 0);
     this.timeedtEndTime.Location = new System.Drawing.Point(82, 64);
     this.timeedtEndTime.Name = "timeedtEndTime";
     this.timeedtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeedtEndTime.Properties.Mask.EditMask = "hh:mm tt";
     this.timeedtEndTime.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
     this.timeedtEndTime.Size = new System.Drawing.Size(100, 20);
     this.timeedtEndTime.TabIndex = 2;
     //
     // chkPH
     //
     this.chkPH.AutoSize = true;
     this.chkPH.Location = new System.Drawing.Point(266, 11);
     this.chkPH.Name = "chkPH";
     this.chkPH.Size = new System.Drawing.Size(93, 17);
     this.chkPH.TabIndex = 47;
     this.chkPH.Text = "Public Holiday";
     this.chkPH.UseVisualStyleBackColor = true;
     this.chkPH.CheckedChanged += new System.EventHandler(this.chkPH_CheckedChanged);
     //
     // frmOvertime
     //
     this.AcceptButton = this.sbtnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.sbtnCancel;
     this.ClientSize = new System.Drawing.Size(402, 146);
     this.Controls.Add(this.chkPH);
     this.Controls.Add(this.timeedtEndTime);
     this.Controls.Add(this.timeedtStartTime);
     this.Controls.Add(this.sbtnSave);
     this.Controls.Add(this.sbtnCancel);
     this.Controls.Add(this.txtReason);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.dateedtDate);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmOvertime";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Apply Overtime";
     ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReason.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeedtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeedtEndTime.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 52
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.checkEdit1         = new DevExpress.XtraEditors.CheckEdit();
     this.memoEdit1          = new DevExpress.XtraEditors.MemoEdit();
     this.lookUpEdit1        = new DevExpress.XtraEditors.LookUpEdit();
     this.label4             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.textEditPW         = new DevExpress.XtraEditors.TextEdit();
     this.textEditUserID     = new DevExpress.XtraEditors.TextEdit();
     this.simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK     = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPW.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUserID.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.memoEdit1);
     this.panelControl1.Controls.Add(this.lookUpEdit1);
     this.panelControl1.Controls.Add(this.label4);
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.label1);
     this.panelControl1.Controls.Add(this.textEditPW);
     this.panelControl1.Controls.Add(this.textEditUserID);
     this.panelControl1.Controls.Add(this.simpleButtonCancel);
     this.panelControl1.Controls.Add(this.simpleButtonOK);
     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(328, 268);
     this.panelControl1.TabIndex = 0;
     this.panelControl1.Text     = "panelControl1";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(16, 82);
     this.checkEdit1.Name     = "checkEdit1";
     //
     // checkEdit1.Properties
     //
     this.checkEdit1.Properties.Caption = "Standing Instructor";
     this.checkEdit1.Size            = new System.Drawing.Size(118, 19);
     this.checkEdit1.TabIndex        = 49;
     this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // memoEdit1
     //
     this.memoEdit1.EditValue = "";
     this.memoEdit1.Location  = new System.Drawing.Point(142, 110);
     this.memoEdit1.Name      = "memoEdit1";
     this.memoEdit1.Size      = new System.Drawing.Size(156, 110);
     this.memoEdit1.TabIndex  = 3;
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(142, 80);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     //
     // lookUpEdit1.Properties
     //
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Size     = new System.Drawing.Size(156, 20);
     this.lookUpEdit1.TabIndex = 2;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 112);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(80, 23);
     this.label4.TabIndex = 46;
     this.label4.Text     = "Remark";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 42;
     this.label2.Text     = "Password";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 23);
     this.label1.TabIndex = 41;
     this.label1.Text     = "Verifier ID";
     //
     // textEditPW
     //
     this.textEditPW.EditValue = "";
     this.textEditPW.Location  = new System.Drawing.Point(142, 50);
     this.textEditPW.Name      = "textEditPW";
     //
     // textEditPW.Properties
     //
     this.textEditPW.Properties.PasswordChar = '*';
     this.textEditPW.Size     = new System.Drawing.Size(156, 20);
     this.textEditPW.TabIndex = 1;
     //
     // textEditUserID
     //
     this.textEditUserID.EditValue = "";
     this.textEditUserID.Location  = new System.Drawing.Point(142, 18);
     this.textEditUserID.Name      = "textEditUserID";
     this.textEditUserID.Size      = new System.Drawing.Size(156, 20);
     this.textEditUserID.TabIndex  = 0;
     //
     // simpleButtonCancel
     //
     this.simpleButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButtonCancel.Location     = new System.Drawing.Point(174, 232);
     this.simpleButtonCancel.Name         = "simpleButtonCancel";
     this.simpleButtonCancel.TabIndex     = 38;
     this.simpleButtonCancel.Text         = "Cancel";
     //
     // simpleButtonOK
     //
     this.simpleButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK.Location     = new System.Drawing.Point(70, 232);
     this.simpleButtonOK.Name         = "simpleButtonOK";
     this.simpleButtonOK.TabIndex     = 37;
     this.simpleButtonOK.Text         = "OK";
     this.simpleButtonOK.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // VerifyClassInstances
     //
     this.AcceptButton      = this.simpleButtonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.simpleButtonCancel;
     this.ClientSize        = new System.Drawing.Size(328, 268);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "VerifyClassInstances";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "VerifyClassInstances";
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPW.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUserID.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.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlBuildingList = new DevExpress.XtraEditors.GroupControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.building_company_id_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_floor_no = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_company_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlBuildingInfo = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.lookUpEditxxx = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlCompanyName = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuildingLabel = new DevExpress.XtraEditors.LabelControl();
     this.labelControlFloorNo = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.luEditFloorNo = new DevExpress.XtraEditors.LookUpEdit();
     this.luEditBuilding = new DevExpress.XtraEditors.LookUpEdit();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.txtBuildingLabel = new DevExpress.XtraEditors.TextEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).BeginInit();
     this.groupControlBuildingList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).BeginInit();
     this.groupControlBuildingInfo.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlBuildingList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 11;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlBuildingList
     //
     this.groupControlBuildingList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingList.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingList.Controls.Add(this.gridControl1);
     this.groupControlBuildingList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingList.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingList.Name = "groupControlBuildingList";
     this.groupControlBuildingList.Size = new System.Drawing.Size(500, 474);
     this.groupControlBuildingList.TabIndex = 0;
     this.groupControlBuildingList.Text = "รายการอาคาร";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Buttons.EnabledAutoRepeat = false;
     this.gridControl1.EmbeddedNavigator.Buttons.EndEdit.Enabled = false;
     this.gridControl1.Location = new System.Drawing.Point(2, 22);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(496, 450);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.building_company_id_text,
     this.building_building_code,
     this.building_building_label,
     this.building_floor_no,
     this.building_building_id,
     this.building_company_id});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // building_company_id_text
     //
     this.building_company_id_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_company_id_text.AppearanceHeader.Options.UseFont = true;
     this.building_company_id_text.Caption = "ชื่อกิจการ";
     this.building_company_id_text.FieldName = "company_name";
     this.building_company_id_text.Name = "building_company_id_text";
     this.building_company_id_text.OptionsColumn.AllowEdit = false;
     this.building_company_id_text.OptionsColumn.AllowFocus = false;
     this.building_company_id_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_company_id_text.OptionsColumn.AllowMove = false;
     this.building_company_id_text.Visible = true;
     this.building_company_id_text.VisibleIndex = 0;
     //
     // building_building_code
     //
     this.building_building_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_code.AppearanceHeader.Options.UseFont = true;
     this.building_building_code.Caption = "รหัสอาคาร";
     this.building_building_code.FieldName = "building_code";
     this.building_building_code.Name = "building_building_code";
     this.building_building_code.OptionsColumn.AllowEdit = false;
     this.building_building_code.OptionsColumn.AllowFocus = false;
     this.building_building_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_code.OptionsColumn.AllowMove = false;
     this.building_building_code.Visible = true;
     this.building_building_code.VisibleIndex = 1;
     //
     // building_building_label
     //
     this.building_building_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_label.AppearanceHeader.Options.UseFont = true;
     this.building_building_label.Caption = "ชื่ออาคาร";
     this.building_building_label.FieldName = "building_label";
     this.building_building_label.Name = "building_building_label";
     this.building_building_label.OptionsColumn.AllowEdit = false;
     this.building_building_label.OptionsColumn.AllowFocus = false;
     this.building_building_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_label.OptionsColumn.AllowMove = false;
     this.building_building_label.Visible = true;
     this.building_building_label.VisibleIndex = 2;
     //
     // building_floor_no
     //
     this.building_floor_no.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_floor_no.AppearanceHeader.Options.UseFont = true;
     this.building_floor_no.Caption = "จำนวนชั้น";
     this.building_floor_no.FieldName = "floor_count";
     this.building_floor_no.Name = "building_floor_no";
     this.building_floor_no.OptionsColumn.AllowEdit = false;
     this.building_floor_no.OptionsColumn.AllowFocus = false;
     this.building_floor_no.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_floor_no.OptionsColumn.AllowMove = false;
     this.building_floor_no.Visible = true;
     this.building_floor_no.VisibleIndex = 3;
     //
     // building_building_id
     //
     this.building_building_id.Caption = "building_id";
     this.building_building_id.FieldName = "building_id";
     this.building_building_id.Name = "building_building_id";
     //
     // building_company_id
     //
     this.building_company_id.Caption = "gridColumn1";
     this.building_company_id.FieldName = "company_id";
     this.building_company_id.Name = "building_company_id";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlBuildingInfo);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(535, 474);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlBuildingInfo
     //
     this.groupControlBuildingInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingInfo.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingInfo.Controls.Add(this.xtraScrollableControl1);
     this.groupControlBuildingInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingInfo.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingInfo.Name = "groupControlBuildingInfo";
     this.groupControlBuildingInfo.Size = new System.Drawing.Size(535, 474);
     this.groupControlBuildingInfo.TabIndex = 0;
     this.groupControlBuildingInfo.Text = "ข้อมูลอาคาร";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.lookUpEditxxx);
     this.xtraScrollableControl1.Controls.Add(this.labelControlRequired);
     this.xtraScrollableControl1.Controls.Add(this.tableLayoutPanel1);
     this.xtraScrollableControl1.Controls.Add(this.bttDelete);
     this.xtraScrollableControl1.Controls.Add(this.bttEdit);
     this.xtraScrollableControl1.Controls.Add(this.bttAdd);
     this.xtraScrollableControl1.Controls.Add(this.luEditFloorNo);
     this.xtraScrollableControl1.Controls.Add(this.luEditBuilding);
     this.xtraScrollableControl1.Controls.Add(this.bttSave);
     this.xtraScrollableControl1.Controls.Add(this.bttCancel);
     this.xtraScrollableControl1.Controls.Add(this.txtBuildingLabel);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(531, 450);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // lookUpEditxxx
     //
     this.lookUpEditxxx.Enabled = false;
     this.lookUpEditxxx.Location = new System.Drawing.Point(126, 11);
     this.lookUpEditxxx.Name = "lookUpEditxxx";
     this.lookUpEditxxx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditxxx.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_name", " ")});
     this.lookUpEditxxx.Size = new System.Drawing.Size(399, 20);
     this.lookUpEditxxx.TabIndex = 360;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(9, 159);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 358;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
     this.tableLayoutPanel1.Controls.Add(this.labelControl3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlCompanyName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuilding, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl12, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuildingLabel, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlFloorNo, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl5, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControl7, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl8, 2, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 15);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(114, 120);
     this.tableLayoutPanel1.TabIndex = 359;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(3, 3);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 350;
     this.labelControl3.Text = "*";
     //
     // labelControlCompanyName
     //
     this.labelControlCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlCompanyName.Location = new System.Drawing.Point(48, 3);
     this.labelControlCompanyName.Name = "labelControlCompanyName";
     this.labelControlCompanyName.Size = new System.Drawing.Size(51, 13);
     this.labelControlCompanyName.TabIndex = 349;
     this.labelControlCompanyName.Text = "ชื่อกิจการ :";
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuilding.Location = new System.Drawing.Point(44, 30);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(55, 13);
     this.labelControlBuilding.TabIndex = 20;
     this.labelControlBuilding.Text = "รหัสอาคาร :";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(3, 82);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 346;
     this.labelControl12.Text = "*";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(3, 57);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 347;
     this.labelControl2.Text = "*";
     //
     // labelControlBuildingLabel
     //
     this.labelControlBuildingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuildingLabel.Location = new System.Drawing.Point(49, 57);
     this.labelControlBuildingLabel.Name = "labelControlBuildingLabel";
     this.labelControlBuildingLabel.Size = new System.Drawing.Size(50, 13);
     this.labelControlBuildingLabel.TabIndex = 15;
     this.labelControlBuildingLabel.Text = "ชื่ออาคาร :";
     //
     // labelControlFloorNo
     //
     this.labelControlFloorNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlFloorNo.Location = new System.Drawing.Point(48, 82);
     this.labelControlFloorNo.Name = "labelControlFloorNo";
     this.labelControlFloorNo.Size = new System.Drawing.Size(51, 13);
     this.labelControlFloorNo.TabIndex = 21;
     this.labelControlFloorNo.Text = "จำนวนชั้น :";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(105, 3);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(4, 13);
     this.labelControl5.TabIndex = 349;
     this.labelControl5.Text = ":";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(105, 57);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(4, 13);
     this.labelControl6.TabIndex = 349;
     this.labelControl6.Text = ":";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(105, 30);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(4, 13);
     this.labelControl7.TabIndex = 349;
     this.labelControl7.Text = ":";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(105, 82);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(4, 13);
     this.labelControl8.TabIndex = 349;
     this.labelControl8.Text = ":";
     //
     // bttDelete
     //
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(293, 159);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 6;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // bttEdit
     //
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(212, 159);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 5;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttAdd
     //
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(131, 159);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 4;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // luEditFloorNo
     //
     this.luEditFloorNo.Enabled = false;
     this.luEditFloorNo.Location = new System.Drawing.Point(126, 93);
     this.luEditFloorNo.Name = "luEditFloorNo";
     this.luEditFloorNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditFloorNo.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_no", "floor_no")});
     this.luEditFloorNo.Size = new System.Drawing.Size(399, 20);
     this.luEditFloorNo.TabIndex = 3;
     //
     // luEditBuilding
     //
     this.luEditBuilding.Enabled = false;
     this.luEditBuilding.Location = new System.Drawing.Point(126, 41);
     this.luEditBuilding.Name = "luEditBuilding";
     this.luEditBuilding.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditBuilding.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_id", "id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_code", "building_code")});
     this.luEditBuilding.Size = new System.Drawing.Size(399, 20);
     this.luEditBuilding.TabIndex = 1;
     //
     // bttSave
     //
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(374, 159);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 7;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // bttCancel
     //
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(455, 159);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 8;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // txtBuildingLabel
     //
     this.txtBuildingLabel.Enabled = false;
     this.txtBuildingLabel.Location = new System.Drawing.Point(126, 67);
     this.txtBuildingLabel.Name = "txtBuildingLabel";
     this.txtBuildingLabel.Properties.Mask.BeepOnError = true;
     this.txtBuildingLabel.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}";
     this.txtBuildingLabel.Properties.Mask.IgnoreMaskBlank = false;
     this.txtBuildingLabel.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.txtBuildingLabel.Properties.MaxLength = 50;
     this.txtBuildingLabel.Properties.ValidateOnEnterKey = true;
     this.txtBuildingLabel.Size = new System.Drawing.Size(399, 20);
     this.txtBuildingLabel.TabIndex = 2;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl1.SplitterPosition = 585;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1040, 474);
     this.panelControl2.TabIndex = 10;
     //
     // BasicInfoBuilding
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoBuilding";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1054, 488);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).EndInit();
     this.groupControlBuildingList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).EndInit();
     this.groupControlBuildingInfo.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 54
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.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.lookUpEdit1   = new DevExpress.XtraEditors.LookUpEdit();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text     = "Promotion Code";
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(192, 40);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.TabIndex     = 10;
     this.simpleButton2.Text         = "Cancel";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(112, 8);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     //
     // lookUpEdit1.Properties
     //
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.lookUpEdit1.Properties.NullText          = "";
     this.lookUpEdit1.Size     = new System.Drawing.Size(152, 22);
     this.lookUpEdit1.TabIndex = 9;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(112, 40);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.TabIndex = 8;
     this.simpleButton1.Text     = "Search";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // SearchPromotion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(282, 71);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.lookUpEdit1);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SearchPromotion";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SearchPromotion";
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.TxtUserName = new DevExpress.XtraEditors.TextEdit();
     this.BtnEnter = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.TxtPassword = new DevExpress.XtraEditors.TextEdit();
     this.BtnEnd = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtPassword.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl1.Location = new System.Drawing.Point(206, 21);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(74, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اسم المستخدم";
     //
     // TxtUserName
     //
     this.TxtUserName.EditValue = "";
     this.TxtUserName.Location = new System.Drawing.Point(18, 17);
     this.TxtUserName.Name = "TxtUserName";
     this.TxtUserName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.TxtUserName.Size = new System.Drawing.Size(182, 22);
     this.TxtUserName.TabIndex = 0;
     this.TxtUserName.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
     //
     // BtnEnter
     //
     this.BtnEnter.Location = new System.Drawing.Point(18, 107);
     this.BtnEnter.Name = "BtnEnter";
     this.BtnEnter.Size = new System.Drawing.Size(182, 23);
     this.BtnEnter.TabIndex = 2;
     this.BtnEnter.Text = "دخــــــــــــــــــــــــــول";
     this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
     this.labelControl2.Location = new System.Drawing.Point(227, 52);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(54, 13);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text = "كلمة الســر";
     //
     // TxtPassword
     //
     this.TxtPassword.EditValue = "";
     this.TxtPassword.Location = new System.Drawing.Point(18, 48);
     this.TxtPassword.Name = "TxtPassword";
     this.TxtPassword.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.TxtPassword.Properties.PasswordChar = '*';
     this.TxtPassword.Size = new System.Drawing.Size(182, 22);
     this.TxtPassword.TabIndex = 1;
     this.TxtPassword.EditValueChanged += new System.EventHandler(this.text_EditValueChanged);
     //
     // BtnEnd
     //
     this.BtnEnd.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnEnd.Location = new System.Drawing.Point(215, 107);
     this.BtnEnd.Name = "BtnEnd";
     this.BtnEnd.Size = new System.Drawing.Size(75, 23);
     this.BtnEnd.TabIndex = 3;
     this.BtnEnd.Text = "خروج";
     this.BtnEnd.Click += new System.EventHandler(this.BtnEnd_Click);
     //
     // LoginFrm
     //
     this.AcceptButton = this.BtnEnter;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
     this.BackgroundImageStore = global::schoolStore.Properties.Resources.Login_Back;
     this.CancelButton = this.BtnEnd;
     this.ClientSize = new System.Drawing.Size(288, 138);
     this.ControlBox = false;
     this.Controls.Add(this.BtnEnd);
     this.Controls.Add(this.BtnEnter);
     this.Controls.Add(this.TxtPassword);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.TxtUserName);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "LoginFrm";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "المستخدميـــــــــــــن";
     this.TopMost = true;
     ((System.ComponentModel.ISupportInitialize)(this.TxtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtPassword.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 56
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmAssInfo));
     this.toolBar1       = new System.Windows.Forms.ToolBar();
     this.tbbAssAdd      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
     this.tbbAssMod      = new System.Windows.Forms.ToolBarButton();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.dataGrid1      = new System.Windows.Forms.DataGrid();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.cmbCompName    = new System.Windows.Forms.ComboBox();
     this.txtLicenseTag  = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.cmbType        = new System.Windows.Forms.ComboBox();
     this.cmbDept        = new System.Windows.Forms.ComboBox();
     this.label11        = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.sbtnExcel      = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnClose      = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnQuery      = new DevExpress.XtraEditors.SimpleButton();
     this.label2         = new System.Windows.Forms.Label();
     this.txtCardID      = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.txtCount       = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolBar1
     //
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAssAdd,
         this.toolBarButton1,
         this.tbbAssMod
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(48, 48);
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imageList1;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(936, 54);
     this.toolBar1.TabIndex       = 0;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // tbbAssAdd
     //
     this.tbbAssAdd.ImageIndex = 0;
     this.tbbAssAdd.Text       = "添加";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbAssMod
     //
     this.tbbAssMod.ImageIndex = 1;
     this.tbbAssMod.Text       = "修改";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dataGrid1
     //
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 136);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(936, 294);
     this.dataGrid1.TabIndex        = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbCompName);
     this.groupBox1.Controls.Add(this.txtLicenseTag);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cmbType);
     this.groupBox1.Controls.Add(this.cmbDept);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.sbtnExcel);
     this.groupBox1.Controls.Add(this.sbtnClose);
     this.groupBox1.Controls.Add(this.sbtnQuery);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtCardID);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 54);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(936, 82);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     //
     // cmbCompName
     //
     this.cmbCompName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCompName.ItemHeight    = 12;
     this.cmbCompName.Location      = new System.Drawing.Point(72, 56);
     this.cmbCompName.Name          = "cmbCompName";
     this.cmbCompName.Size          = new System.Drawing.Size(360, 20);
     this.cmbCompName.TabIndex      = 42;
     //
     // txtLicenseTag
     //
     this.txtLicenseTag.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtLicenseTag.Location  = new System.Drawing.Point(536, 56);
     this.txtLicenseTag.MaxLength = 15;
     this.txtLicenseTag.Name      = "txtLicenseTag";
     this.txtLicenseTag.Size      = new System.Drawing.Size(128, 22);
     this.txtLicenseTag.TabIndex  = 41;
     this.txtLicenseTag.Text      = "";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(488, 64);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 40;
     this.label4.Text     = "车牌号";
     //
     // cmbType
     //
     this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbType.Location      = new System.Drawing.Point(304, 24);
     this.cmbType.Name          = "cmbType";
     this.cmbType.Size          = new System.Drawing.Size(128, 20);
     this.cmbType.TabIndex      = 39;
     //
     // cmbDept
     //
     this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDept.ItemHeight    = 12;
     this.cmbDept.Location      = new System.Drawing.Point(536, 24);
     this.cmbDept.Name          = "cmbDept";
     this.cmbDept.Size          = new System.Drawing.Size(128, 20);
     this.cmbDept.TabIndex      = 37;
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label11.Location = new System.Drawing.Point(464, 32);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(80, 24);
     this.label11.TabIndex = 38;
     this.label11.Text     = "指定加油站";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(248, 32);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 35;
     this.label3.Text     = "会员状态";
     //
     // sbtnExcel
     //
     this.sbtnExcel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnExcel.Location    = new System.Drawing.Point(792, 40);
     this.sbtnExcel.Name        = "sbtnExcel";
     this.sbtnExcel.Size        = new System.Drawing.Size(56, 23);
     this.sbtnExcel.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnExcel.TabIndex    = 33;
     this.sbtnExcel.Text        = "导出";
     this.sbtnExcel.Click      += new System.EventHandler(this.sbtnExcel_Click);
     //
     // sbtnClose
     //
     this.sbtnClose.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnClose.Location    = new System.Drawing.Point(864, 40);
     this.sbtnClose.Name        = "sbtnClose";
     this.sbtnClose.Size        = new System.Drawing.Size(56, 23);
     this.sbtnClose.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnClose.TabIndex    = 23;
     this.sbtnClose.Text        = "关闭";
     this.sbtnClose.Click      += new System.EventHandler(this.sbtnClose_Click);
     //
     // sbtnQuery
     //
     this.sbtnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.sbtnQuery.Location    = new System.Drawing.Point(720, 40);
     this.sbtnQuery.Name        = "sbtnQuery";
     this.sbtnQuery.Size        = new System.Drawing.Size(56, 23);
     this.sbtnQuery.Style       = new DevExpress.Utils.ViewStyle("ControlStyle", null, new System.Drawing.Font("Microsoft Sans Serif", 8F), "", DevExpress.Utils.StyleOptions.StyleEnabled, true, false, false, DevExpress.Utils.HorzAlignment.Center, DevExpress.Utils.VertAlignment.Center, null, System.Drawing.Color.CornflowerBlue, System.Drawing.SystemColors.ControlText);
     this.sbtnQuery.TabIndex    = 22;
     this.sbtnQuery.Text        = "查询";
     this.sbtnQuery.Click      += new System.EventHandler(this.sbtnQuery_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 64);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "单位名称";
     //
     // txtCardID
     //
     this.txtCardID.Font      = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtCardID.Location  = new System.Drawing.Point(72, 24);
     this.txtCardID.MaxLength = 5;
     this.txtCardID.Name      = "txtCardID";
     this.txtCardID.Size      = new System.Drawing.Size(136, 22);
     this.txtCardID.TabIndex  = 1;
     this.txtCardID.Text      = "*";
     this.txtCardID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCardID_KeyPress);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(16, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "会员卡号";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txtCount);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 430);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(936, 56);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "数据汇总";
     //
     // txtCount
     //
     this.txtCount.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtCount.Location = new System.Drawing.Point(96, 24);
     this.txtCount.Name     = "txtCount";
     this.txtCount.Size     = new System.Drawing.Size(96, 22);
     this.txtCount.TabIndex = 30;
     this.txtCount.Text     = "";
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.Location = new System.Drawing.Point(32, 32);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(64, 16);
     this.label6.TabIndex = 29;
     this.label6.Text     = "查询条数";
     //
     // frmAssInfo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(936, 486);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolBar1);
     this.Name          = "frmAssInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "会员基本资料管理";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmAssInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 57
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.GridControlMemberPackage = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChecked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControlPackage = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1 = new DevExpress.XtraEditors.SimpleButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     this.SuspendLayout();
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit2.ValueGrayed = "";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location = new System.Drawing.Point(0, 0);
     this.panelControlMemberPackage.Name = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex = 1;
     //
     // GridControlMemberPackage
     //
     this.GridControlMemberPackage.Location = new System.Drawing.Point(-2, 13);
     this.GridControlMemberPackage.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControlMemberPackage.MainView = this.gridViewMemberPackage;
     this.GridControlMemberPackage.Name = "GridControlMemberPackage";
     this.GridControlMemberPackage.Size = new System.Drawing.Size(818, 229);
     this.GridControlMemberPackage.TabIndex = 8;
     this.GridControlMemberPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMemberPackage});
     this.GridControlMemberPackage.Click += new System.EventHandler(this.GridControlMemberPackage_Click);
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.GridColumn28,
     this.GridColumn30,
     this.GridColumn31,
     this.GridColumn32,
     this.GridColumn33,
     this.GridColumn35,
     this.GridColumn44,
     this.GridColumn45,
     this.GridColumn50,
     this.GridColumn49,
     this.gridColumn14,
     this.GridColumn34,
     this.gridColumn13,
     this.colChecked,
     this.gridColumn2});
     this.gridViewMemberPackage.GridControl = this.GridControlMemberPackage;
     this.gridViewMemberPackage.GroupFormat = "";
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsCustomization.AllowGroup = false;
     this.gridViewMemberPackage.OptionsCustomization.AllowSort = false;
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel = false;
     this.gridViewMemberPackage.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMemberPackage_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Type";
     this.gridColumn1.FieldName = "strPackageType";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width = 100;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit = false;
     this.GridColumn28.OptionsColumn.AllowFocus = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible = true;
     this.GridColumn28.VisibleIndex = 2;
     this.GridColumn28.Width = 80;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit = false;
     this.GridColumn30.OptionsColumn.AllowFocus = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible = true;
     this.GridColumn30.VisibleIndex = 3;
     this.GridColumn30.Width = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit = false;
     this.GridColumn31.OptionsColumn.AllowFocus = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible = true;
     this.GridColumn31.VisibleIndex = 4;
     this.GridColumn31.Width = 280;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit = false;
     this.GridColumn32.OptionsColumn.AllowFocus = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit = false;
     this.GridColumn33.OptionsColumn.AllowFocus = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Width = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit = false;
     this.GridColumn35.OptionsColumn.AllowFocus = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Width = 73;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit = false;
     this.GridColumn44.OptionsColumn.AllowFocus = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Width = 104;
     //
     // GridColumn45
     //
     this.GridColumn45.Caption = "Free Indicator";
     this.GridColumn45.ColumnEdit = this.repositoryItemCheckEdit1;
     this.GridColumn45.FieldName = "fFree";
     this.GridColumn45.Name = "GridColumn45";
     this.GridColumn45.OptionsColumn.AllowEdit = false;
     this.GridColumn45.OptionsColumn.AllowFocus = false;
     this.GridColumn45.OptionsFilter.AllowFilter = false;
     this.GridColumn45.Width = 110;
     //
     // GridColumn50
     //
     this.GridColumn50.Caption = "Usage Balance Amount";
     this.GridColumn50.DisplayFormat.FormatString = "{0:C}";
     this.GridColumn50.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.GridColumn50.FieldName = "UsageBalAmt";
     this.GridColumn50.Name = "GridColumn50";
     this.GridColumn50.OptionsColumn.AllowEdit = false;
     this.GridColumn50.OptionsColumn.AllowFocus = false;
     this.GridColumn50.OptionsFilter.AllowFilter = false;
     this.GridColumn50.Visible = true;
     this.GridColumn50.VisibleIndex = 5;
     this.GridColumn50.Width = 134;
     //
     // GridColumn49
     //
     this.GridColumn49.Caption = "Remark";
     this.GridColumn49.FieldName = "strRemarks";
     this.GridColumn49.Name = "GridColumn49";
     this.GridColumn49.OptionsColumn.AllowEdit = false;
     this.GridColumn49.OptionsColumn.AllowFocus = false;
     this.GridColumn49.OptionsFilter.AllowFilter = false;
     this.GridColumn49.Visible = true;
     this.GridColumn49.VisibleIndex = 6;
     this.GridColumn49.Width = 70;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Paid Amount";
     this.gridColumn14.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn14.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn14.FieldName = "PaidAmt";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsColumn.AllowFocus = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.Width = 90;
     //
     // GridColumn34
     //
     this.GridColumn34.Caption = "Balance";
     this.GridColumn34.FieldName = "strBalNew";
     this.GridColumn34.Name = "GridColumn34";
     this.GridColumn34.OptionsColumn.AllowEdit = false;
     this.GridColumn34.OptionsColumn.AllowFocus = false;
     this.GridColumn34.OptionsFilter.AllowFilter = false;
     this.GridColumn34.Visible = true;
     this.GridColumn34.VisibleIndex = 7;
     this.GridColumn34.Width = 60;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Unit Price";
     this.gridColumn13.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn13.FieldName = "mBaseUnitPrice";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsColumn.AllowFocus = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Width = 57;
     //
     // colChecked
     //
     this.colChecked.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colChecked.FieldName = "Checked";
     this.colChecked.Name = "colChecked";
     this.colChecked.Visible = true;
     this.colChecked.VisibleIndex = 0;
     this.colChecked.Width = 34;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Calculation";
     this.gridColumn2.FieldName = "strCalculation";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 8;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(979, 6);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GridControlMemberPackage);
     this.panelControlPackage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 6);
     this.panelControlPackage.Name = "panelControlPackage";
     this.panelControlPackage.Size = new System.Drawing.Size(979, 316);
     this.panelControlPackage.TabIndex = 4;
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(644, 247);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 12;
     this.simpleButton2.Text = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location = new System.Drawing.Point(557, 247);
     this.simpleButtonOK1.Name = "simpleButtonOK1";
     this.simpleButtonOK1.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK1.TabIndex = 11;
     this.simpleButtonOK1.Text = "OK";
     this.simpleButtonOK1.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormUpgradePackageNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(979, 322);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormUpgradePackageNew";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Upgrade Selection";
     this.Load += new System.EventHandler(this.FormUpgradePackage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     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()
 {
     DevExpress.XtraEditors.SimpleButton            btnExit;
     DevExpress.XtraEditors.SimpleButton            btnAccept;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaoTri));
     DevExpress.XtraEditors.SimpleButton            simpleButton1;
     this.label1        = new System.Windows.Forms.Label();
     this.progressBar1  = new System.Windows.Forms.ProgressBar();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.progressBar2  = new System.Windows.Forms.ProgressBar();
     this.label2        = new System.Windows.Forms.Label();
     btnExit            = new DevExpress.XtraEditors.SimpleButton();
     btnAccept          = new DevExpress.XtraEditors.SimpleButton();
     simpleButton1      = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // btnExit
     //
     btnExit.ImageOptions.Image = global::DoAnCK_TTA.Properties.Resources.cancel_32x32;
     btnExit.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     btnExit.Location = new System.Drawing.Point(438, 224);
     btnExit.Name     = "btnExit";
     btnExit.Size     = new System.Drawing.Size(93, 37);
     btnExit.TabIndex = 14;
     btnExit.Text     = "Thoát";
     btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // btnAccept
     //
     btnAccept.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAccept.ImageOptions.Image")));
     btnAccept.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     btnAccept.Location = new System.Drawing.Point(327, 224);
     btnAccept.Name     = "btnAccept";
     btnAccept.Size     = new System.Drawing.Size(93, 37);
     btnAccept.TabIndex = 13;
     btnAccept.Text     = "Đồng ý";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 10F);
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(193)))));
     this.label1.Location  = new System.Drawing.Point(39, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(456, 19);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Chú ý: tùy vào độ lớn dữ liệu khác nhau mà thời gian thự hiện khác nhau";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(12, 49);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(519, 16);
     this.progressBar1.TabIndex = 1;
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.ButtonHighlight;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(12, 71);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(519, 138);
     this.dataGridView1.TabIndex = 2;
     //
     // simpleButton1
     //
     simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     simpleButton1.Location = new System.Drawing.Point(12, 224);
     simpleButton1.Name     = "simpleButton1";
     simpleButton1.Size     = new System.Drawing.Size(93, 37);
     simpleButton1.TabIndex = 13;
     simpleButton1.Text     = "Trợ giúp";
     //
     // progressBar2
     //
     this.progressBar2.Location = new System.Drawing.Point(12, 296);
     this.progressBar2.Name     = "progressBar2";
     this.progressBar2.Size     = new System.Drawing.Size(519, 16);
     this.progressBar2.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 277);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(103, 13);
     this.label2.TabIndex = 15;
     this.label2.Text     = "Kiểm tra lỗi dữ liệu";
     //
     // frmBaoTri
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(543, 324);
     this.Controls.Add(this.label2);
     this.Controls.Add(btnExit);
     this.Controls.Add(simpleButton1);
     this.Controls.Add(btnAccept);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.progressBar2);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.IconOptions.ShowIcon = false;
     this.MaximizeBox          = false;
     this.MinimizeBox          = false;
     this.Name          = "frmBaoTri";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Bảo trì dữ liệu";
     this.Load         += new System.EventHandler(this.frmBaoTri_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblCashOpeningFloat = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.strRemarks = new DevExpress.XtraEditors.MemoEdit();
     this.lblRemark = new System.Windows.Forms.Label();
     this.txtNumLockerBal = new DevExpress.XtraEditors.TextEdit();
     this.txtMineralWaterBalance = new DevExpress.XtraEditors.TextEdit();
     this.txtCashOpeningFLoat = new DevExpress.XtraEditors.TextEdit();
     this.Open = new DevExpress.XtraEditors.SimpleButton();
     this.Cancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNumLockerBal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMineralWaterBalance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCashOpeningFLoat.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // lblCashOpeningFloat
     //
     this.lblCashOpeningFloat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblCashOpeningFloat.Location = new System.Drawing.Point(16, 16);
     this.lblCashOpeningFloat.Name = "lblCashOpeningFloat";
     this.lblCashOpeningFloat.Size = new System.Drawing.Size(112, 23);
     this.lblCashOpeningFloat.TabIndex = 0;
     this.lblCashOpeningFloat.Text = "Cash Opening Point";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(192, 16);
     this.label1.TabIndex = 1;
     this.label1.Text = "Mineral Water Balance";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 88);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(216, 16);
     this.label2.TabIndex = 2;
     this.label2.Text = "Number of Lock Balance";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.strRemarks);
     this.groupControl1.Controls.Add(this.lblRemark);
     this.groupControl1.Controls.Add(this.txtNumLockerBal);
     this.groupControl1.Controls.Add(this.txtMineralWaterBalance);
     this.groupControl1.Controls.Add(this.txtCashOpeningFLoat);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.lblCashOpeningFloat);
     this.groupControl1.Controls.Add(this.label2);
     this.groupControl1.Controls.Add(this.Open);
     this.groupControl1.Controls.Add(this.Cancel);
     this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(400, 237);
     this.groupControl1.TabIndex = 3;
     this.groupControl1.Text = "groupControl1";
     //
     // strRemarks
     //
     this.strRemarks.EditValue = "";
     this.strRemarks.Location = new System.Drawing.Point(176, 112);
     this.strRemarks.Name = "strRemarks";
     this.strRemarks.Size = new System.Drawing.Size(216, 80);
     this.strRemarks.TabIndex = 7;
     //
     // 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(16, 120);
     this.lblRemark.Name = "lblRemark";
     this.lblRemark.Size = new System.Drawing.Size(152, 72);
     this.lblRemark.TabIndex = 6;
     this.lblRemark.Text = "Remarks";
     this.lblRemark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNumLockerBal
     //
     this.txtNumLockerBal.EditValue = 0;
     this.txtNumLockerBal.Location = new System.Drawing.Point(176, 80);
     this.txtNumLockerBal.Name = "txtNumLockerBal";
     //
     // txtNumLockerBal.Properties
     //
     this.txtNumLockerBal.Properties.Mask.EditMask = "f0";
     this.txtNumLockerBal.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtNumLockerBal.Properties.ReadOnly = true;
     this.txtNumLockerBal.TabIndex = 5;
     //
     // txtMineralWaterBalance
     //
     this.txtMineralWaterBalance.EditValue = "0";
     this.txtMineralWaterBalance.Location = new System.Drawing.Point(176, 48);
     this.txtMineralWaterBalance.Name = "txtMineralWaterBalance";
     //
     // txtMineralWaterBalance.Properties
     //
     this.txtMineralWaterBalance.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.txtMineralWaterBalance.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.txtMineralWaterBalance.Properties.Mask.EditMask = "n0";
     this.txtMineralWaterBalance.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtMineralWaterBalance.Properties.ReadOnly = true;
     this.txtMineralWaterBalance.TabIndex = 4;
     //
     // txtCashOpeningFLoat
     //
     this.txtCashOpeningFLoat.EditValue = "0.00";
     this.txtCashOpeningFLoat.Location = new System.Drawing.Point(176, 16);
     this.txtCashOpeningFLoat.Name = "txtCashOpeningFLoat";
     //
     // txtCashOpeningFLoat.Properties
     //
     this.txtCashOpeningFLoat.Properties.DisplayFormat.FormatString = "f2";
     this.txtCashOpeningFLoat.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.txtCashOpeningFLoat.Properties.EditFormat.FormatString = "f2";
     this.txtCashOpeningFLoat.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.txtCashOpeningFLoat.Properties.Mask.BeepOnError = true;
     this.txtCashOpeningFLoat.Properties.Mask.EditMask = "[0-9]+\\.[0-9][0-9]";
     this.txtCashOpeningFLoat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.txtCashOpeningFLoat.Properties.Mask.ShowPlaceHolders = false;
     this.txtCashOpeningFLoat.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtCashOpeningFLoat.Properties.ReadOnly = true;
     this.txtCashOpeningFLoat.TabIndex = 3;
     //
     // Open
     //
     this.Open.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.Open.Appearance.Options.UseFont = true;
     this.Open.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Open.Location = new System.Drawing.Point(240, 208);
     this.Open.Name = "Open";
     this.Open.Size = new System.Drawing.Size(72, 20);
     this.Open.TabIndex = 5;
     this.Open.Text = "Open";
     this.Open.Click += new System.EventHandler(this.Open_Click);
     //
     // Cancel
     //
     this.Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.Cancel.Appearance.Options.UseFont = true;
     this.Cancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.Cancel.Location = new System.Drawing.Point(320, 208);
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(72, 20);
     this.Cancel.TabIndex = 6;
     this.Cancel.Text = "Cancel";
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // frmOpenShift
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(400, 237);
     this.Controls.Add(this.groupControl1);
     this.Name = "frmOpenShift";
     this.Text = "Open Shift .....";
     this.Load += new System.EventHandler(this.frmOpenShift_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.strRemarks.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNumLockerBal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMineralWaterBalance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCashOpeningFLoat.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager   resources  = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1  = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1     = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1  = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler   = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop         = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh        = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList    = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract       = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit        = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63     = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd            = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember           = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End         = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId  = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start       = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status      = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject     = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers  = false;
     this.dateNavigator1.Size             = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex         = 1;
     this.dateNavigator1.DoubleClick     += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts            = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete               = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect          = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility           = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size              = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start             = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage           = this.schedulerStorage1;
     this.schedulerControl1.TabIndex          = 0;
     this.schedulerControl1.Text              = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler1
     });
     this.schedulerControl1.Views.DayView.TimeScale            = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler2
     });
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader        += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow  = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll  = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name     = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size     = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text     = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor            = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text     = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location                   = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name     = "sBtnRefresh";
     this.sBtnRefresh.Size     = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text     = "Refresh";
     this.sBtnRefresh.Click   += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name     = "sBtnWaitingList";
     this.sBtnWaitingList.Size     = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text     = "Waiting List";
     this.sBtnWaitingList.Click   += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont        = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex                        = 1;
     this.sBtnSubtract.Location                          = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name     = "sBtnSubtract";
     this.sBtnSubtract.Size     = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text     = ">>";
     this.sBtnSubtract.Click   += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name     = "sBtnForfeit";
     this.sBtnForfeit.Size     = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text     = "Forfeit";
     this.sBtnForfeit.Click   += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name     = "SimpleButton61";
     this.SimpleButton61.Size     = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text     = "Mark Service";
     this.SimpleButton61.Click   += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name     = "SimpleButton62";
     this.SimpleButton62.Size     = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text     = "Delete";
     this.SimpleButton62.Click   += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name     = "SimpleButton63";
     this.SimpleButton63.Size     = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text     = "New";
     this.SimpleButton63.Click   += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont        = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex                        = 0;
     this.sBtnAdd.Location                          = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name     = "sBtnAdd";
     this.sBtnAdd.Size     = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text     = "<<";
     this.sBtnAdd.Click   += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick     = true;
     this.resourcesCheckedListBoxControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex         = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex    = 57;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }