/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.txtRUNameFilter = new DevExpress.XtraEditors.TextEdit();
     this.lkType = new DevExpress.XtraEditors.LookUpEdit();
     this.lkZone = new DevExpress.XtraEditors.LookUpEdit();
     this.lkActive = new DevExpress.XtraEditors.LookUpEdit();
     this.grdReceivingUnit = new DevExpress.XtraGrid.GridControl();
     this.grdViewReceivingUnit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPhone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRouteName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRegion = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colZone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWoreda = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRUOwnership = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReceivingUnitType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lkRegion = new DevExpress.XtraEditors.LookUpEdit();
     this.lkOwnership = new DevExpress.XtraEditors.LookUpEdit();
     this.btnAddReceivingUnit = new DevExpress.XtraEditors.SimpleButton();
     this.lkWoreda = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtRUNameFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkZone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkActive.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdReceivingUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdViewReceivingUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRegion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkOwnership.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkWoreda.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.txtRUNameFilter);
     this.layoutControl1.Controls.Add(this.lkType);
     this.layoutControl1.Controls.Add(this.lkZone);
     this.layoutControl1.Controls.Add(this.lkActive);
     this.layoutControl1.Controls.Add(this.grdReceivingUnit);
     this.layoutControl1.Controls.Add(this.lkRegion);
     this.layoutControl1.Controls.Add(this.lkOwnership);
     this.layoutControl1.Controls.Add(this.btnAddReceivingUnit);
     this.layoutControl1.Controls.Add(this.lkWoreda);
     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(331, 290, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1035, 472);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // txtRUNameFilter
     //
     this.txtRUNameFilter.Location = new System.Drawing.Point(692, 44);
     this.txtRUNameFilter.Name = "txtRUNameFilter";
     this.txtRUNameFilter.Properties.Enter += new System.EventHandler(this.txtRUNameFilter_Properties_Enter);
     this.txtRUNameFilter.Size = new System.Drawing.Size(319, 20);
     this.txtRUNameFilter.StyleController = this.layoutControl1;
     this.txtRUNameFilter.TabIndex = 34;
     this.txtRUNameFilter.EditValueChanged += new System.EventHandler(this.txtRUNameFilter_EditValueChanged);
     this.txtRUNameFilter.Enter += new System.EventHandler(this.txtRUNameFilter_Enter);
     //
     // lkType
     //
     this.lkType.EnterMoveNextControl = true;
     this.lkType.Location = new System.Drawing.Point(392, 68);
     this.lkType.Name = "lkType";
     this.lkType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkType.Properties.DisplayMember = "Name";
     this.lkType.Properties.NullText = "";
     this.lkType.Properties.ShowFooter = false;
     this.lkType.Properties.ShowHeader = false;
     this.lkType.Properties.ValueMember = "ID";
     this.lkType.Size = new System.Drawing.Size(190, 20);
     this.lkType.StyleController = this.layoutControl1;
     this.lkType.TabIndex = 16;
     this.lkType.ToolTip = "Select Facility Type,";
     this.lkType.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.lkType.ToolTipTitle = "Filter...";
     this.lkType.EditValueChanged += new System.EventHandler(this.lkType_EditValueChanged);
     //
     // lkZone
     //
     this.lkZone.EnterMoveNextControl = true;
     this.lkZone.Location = new System.Drawing.Point(106, 68);
     this.lkZone.Name = "lkZone";
     this.lkZone.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkZone.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ZoneName", "Zone Name", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "Count")});
     this.lkZone.Properties.DisplayMember = "ZoneName";
     this.lkZone.Properties.NullText = "Select Zone";
     this.lkZone.Properties.ShowFooter = false;
     this.lkZone.Properties.ShowHeader = false;
     this.lkZone.Properties.ValueMember = "ID";
     this.lkZone.Size = new System.Drawing.Size(200, 20);
     this.lkZone.StyleController = this.layoutControl1;
     this.lkZone.TabIndex = 14;
     this.lkZone.ToolTip = "Select Zone, the number of facilities in that zone is written next to it.";
     this.lkZone.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.lkZone.ToolTipTitle = "Filter";
     this.lkZone.EditValueChanged += new System.EventHandler(this.lkZone_EditValueChanged);
     //
     // lkActive
     //
     this.lkActive.EnterMoveNextControl = true;
     this.lkActive.Location = new System.Drawing.Point(392, 92);
     this.lkActive.Name = "lkActive";
     this.lkActive.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkActive.Properties.DropDownRows = 3;
     this.lkActive.Properties.NullText = "";
     this.lkActive.Properties.ShowFooter = false;
     this.lkActive.Properties.ShowHeader = false;
     this.lkActive.Size = new System.Drawing.Size(190, 20);
     this.lkActive.StyleController = this.layoutControl1;
     this.lkActive.TabIndex = 18;
     this.lkActive.EditValueChanged += new System.EventHandler(this.lkActive_EditValueChanged);
     //
     // grdReceivingUnit
     //
     this.grdReceivingUnit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.grdReceivingUnit.Location = new System.Drawing.Point(12, 130);
     this.grdReceivingUnit.MainView = this.grdViewReceivingUnit;
     this.grdReceivingUnit.Name = "grdReceivingUnit";
     this.grdReceivingUnit.Size = new System.Drawing.Size(1011, 330);
     this.grdReceivingUnit.TabIndex = 7;
     this.grdReceivingUnit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdViewReceivingUnit});
     this.grdReceivingUnit.DoubleClick += new System.EventHandler(this.grdReceivingUnit_DoubleClick);
     //
     // grdViewReceivingUnit
     //
     this.grdViewReceivingUnit.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.grdViewReceivingUnit.Appearance.Empty.Options.UseBackColor = true;
     this.grdViewReceivingUnit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colName,
     this.colPhone,
     this.colRouteName,
     this.colRegion,
     this.colZone,
     this.colWoreda,
     this.colRUOwnership,
     this.colReceivingUnitType});
     this.grdViewReceivingUnit.GridControl = this.grdReceivingUnit;
     this.grdViewReceivingUnit.Name = "grdViewReceivingUnit";
     this.grdViewReceivingUnit.OptionsBehavior.Editable = false;
     this.grdViewReceivingUnit.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grdViewReceivingUnit.OptionsView.ShowGroupPanel = false;
     this.grdViewReceivingUnit.CustomDrawEmptyForeground += new DevExpress.XtraGrid.Views.Base.CustomDrawEventHandler(this.grdViewClientStatus_CustomDrawEmptyForeground);
     //
     // colName
     //
     this.colName.Caption = "Name";
     this.colName.FieldName = "Name";
     this.colName.Name = "colName";
     this.colName.Visible = true;
     this.colName.VisibleIndex = 0;
     //
     // colPhone
     //
     this.colPhone.Caption = "Phone";
     this.colPhone.FieldName = "Phone";
     this.colPhone.Name = "colPhone";
     this.colPhone.Visible = true;
     this.colPhone.VisibleIndex = 1;
     //
     // colRouteName
     //
     this.colRouteName.Caption = "Route Name";
     this.colRouteName.FieldName = "RouteName";
     this.colRouteName.Name = "colRouteName";
     this.colRouteName.Visible = true;
     this.colRouteName.VisibleIndex = 2;
     //
     // colRegion
     //
     this.colRegion.Caption = "Region";
     this.colRegion.FieldName = "RegionName";
     this.colRegion.Name = "colRegion";
     this.colRegion.Visible = true;
     this.colRegion.VisibleIndex = 3;
     //
     // colZone
     //
     this.colZone.Caption = "Zone";
     this.colZone.FieldName = "ZoneName";
     this.colZone.Name = "colZone";
     this.colZone.Visible = true;
     this.colZone.VisibleIndex = 4;
     //
     // colWoreda
     //
     this.colWoreda.Caption = "Woreda";
     this.colWoreda.FieldName = "WoredaName";
     this.colWoreda.Name = "colWoreda";
     this.colWoreda.Visible = true;
     this.colWoreda.VisibleIndex = 5;
     //
     // colRUOwnership
     //
     this.colRUOwnership.Caption = "Ownership Type";
     this.colRUOwnership.FieldName = "OwnershipType";
     this.colRUOwnership.Name = "colRUOwnership";
     this.colRUOwnership.Visible = true;
     this.colRUOwnership.VisibleIndex = 6;
     //
     // colReceivingUnitType
     //
     this.colReceivingUnitType.Caption = "Facility Type";
     this.colReceivingUnitType.FieldName = "RUType";
     this.colReceivingUnitType.Name = "colReceivingUnitType";
     this.colReceivingUnitType.Visible = true;
     this.colReceivingUnitType.VisibleIndex = 7;
     //
     // lkRegion
     //
     this.lkRegion.EditValue = "<null>";
     this.lkRegion.EnterMoveNextControl = true;
     this.lkRegion.Location = new System.Drawing.Point(106, 44);
     this.lkRegion.Name = "lkRegion";
     this.lkRegion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkRegion.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RegionName", "Region Name")});
     this.lkRegion.Properties.DisplayMember = "RegionName";
     this.lkRegion.Properties.NullText = "";
     this.lkRegion.Properties.ShowFooter = false;
     this.lkRegion.Properties.ShowHeader = false;
     this.lkRegion.Properties.ValueMember = "ID";
     this.lkRegion.Size = new System.Drawing.Size(200, 20);
     this.lkRegion.StyleController = this.layoutControl1;
     this.lkRegion.TabIndex = 13;
     this.lkRegion.EditValueChanged += new System.EventHandler(this.lkRegion_EditValueChanged);
     //
     // lkOwnership
     //
     this.lkOwnership.EnterMoveNextControl = true;
     this.lkOwnership.Location = new System.Drawing.Point(392, 44);
     this.lkOwnership.Name = "lkOwnership";
     this.lkOwnership.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkOwnership.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")});
     this.lkOwnership.Properties.DisplayMember = "Name";
     this.lkOwnership.Properties.NullText = "";
     this.lkOwnership.Properties.ShowFooter = false;
     this.lkOwnership.Properties.ShowHeader = false;
     this.lkOwnership.Properties.ValueMember = "ID";
     this.lkOwnership.Size = new System.Drawing.Size(190, 20);
     this.lkOwnership.StyleController = this.layoutControl1;
     this.lkOwnership.TabIndex = 17;
     this.lkOwnership.ToolTip = "Select Ownership type";
     this.lkOwnership.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.lkOwnership.ToolTipTitle = "Filter...";
     this.lkOwnership.EditValueChanged += new System.EventHandler(this.lkOwnership_EditValueChanged);
     //
     // btnAddReceivingUnit
     //
     this.btnAddReceivingUnit.Image = global::HCMIS.Desktop.Properties.Resources.add_16;
     this.btnAddReceivingUnit.Location = new System.Drawing.Point(812, 90);
     this.btnAddReceivingUnit.Name = "btnAddReceivingUnit";
     this.btnAddReceivingUnit.Size = new System.Drawing.Size(199, 22);
     this.btnAddReceivingUnit.StyleController = this.layoutControl1;
     this.btnAddReceivingUnit.TabIndex = 13;
     this.btnAddReceivingUnit.Text = "Add Issue Location";
     this.btnAddReceivingUnit.Click += new System.EventHandler(this.btnAddReceivingUnit_Click);
     //
     // lkWoreda
     //
     this.lkWoreda.EnterMoveNextControl = true;
     this.lkWoreda.Location = new System.Drawing.Point(106, 92);
     this.lkWoreda.Name = "lkWoreda";
     this.lkWoreda.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkWoreda.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("WoredaName", "Woreda Name", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Count", "Count")});
     this.lkWoreda.Properties.DisplayMember = "WoredaName";
     this.lkWoreda.Properties.NullText = "Select Woreda";
     this.lkWoreda.Properties.ShowFooter = false;
     this.lkWoreda.Properties.ShowHeader = false;
     this.lkWoreda.Properties.ValueMember = "ID";
     this.lkWoreda.Size = new System.Drawing.Size(200, 20);
     this.lkWoreda.StyleController = this.layoutControl1;
     this.lkWoreda.TabIndex = 15;
     this.lkWoreda.ToolTip = "Select woreda, the number of facilities in that Woreda is written next to it.";
     this.lkWoreda.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.lkWoreda.ToolTipTitle = "Filter";
     this.lkWoreda.EditValueChanged += new System.EventHandler(this.lkWoreda_EditValueChanged);
     //
     // 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.layoutControlItem1,
     this.simpleSeparator1,
     this.layoutControlGroup2,
     this.layoutControlGroup3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(1035, 472);
     this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.grdReceivingUnit;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 118);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1015, 334);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
     this.simpleSeparator1.Location = new System.Drawing.Point(0, 116);
     this.simpleSeparator1.Name = "simpleSeparator1";
     this.simpleSeparator1.Size = new System.Drawing.Size(1015, 2);
     this.simpleSeparator1.Text = "simpleSeparator1";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "Standard Filter";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.layoutControlItem7,
     this.layoutControlItem6,
     this.layoutControlItem5});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(586, 116);
     this.layoutControlGroup2.Text = "Standard Filter";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.lkRegion;
     this.layoutControlItem2.CustomizationFormText = "Region";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(286, 24);
     this.layoutControlItem2.Text = "Region";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.lkZone;
     this.layoutControlItem3.CustomizationFormText = "Zone";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(286, 24);
     this.layoutControlItem3.Text = "Zone";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.lkWoreda;
     this.layoutControlItem4.CustomizationFormText = "Woreda";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(286, 24);
     this.layoutControlItem4.Text = "Woreda";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.lkActive;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(286, 48);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(276, 24);
     this.layoutControlItem7.Text = "Show";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lkOwnership;
     this.layoutControlItem6.CustomizationFormText = "Ownership";
     this.layoutControlItem6.Location = new System.Drawing.Point(286, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(276, 24);
     this.layoutControlItem6.Text = "Ownership Type";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.lkType;
     this.layoutControlItem5.CustomizationFormText = "Type";
     this.layoutControlItem5.Location = new System.Drawing.Point(286, 24);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(276, 24);
     this.layoutControlItem5.Text = "Facility Type";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(78, 13);
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "Filter By Name";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem8,
     this.emptySpaceItem2,
     this.layoutControlItem9,
     this.emptySpaceItem1,
     this.splitterItem1});
     this.layoutControlGroup3.Location = new System.Drawing.Point(586, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(429, 116);
     this.layoutControlGroup3.Text = "Filter By Name";
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.txtRUNameFilter;
     this.layoutControlItem8.CustomizationFormText = "Filter By name";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(405, 24);
     this.layoutControlItem8.Text = "Name";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(78, 13);
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 24);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(405, 17);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.btnAddReceivingUnit;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(202, 46);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(203, 26);
     this.layoutControlItem9.Text = "layoutControlItem9";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextToControlDistance = 0;
     this.layoutControlItem9.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 46);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(202, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(0, 41);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(405, 5);
     //
     // ReceivingUnitsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1035, 472);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ReceivingUnitsForm";
     this.Text = "ReceivingUnitsForm";
     this.Load += new System.EventHandler(this.ReceivingUnitsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtRUNameFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkZone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkActive.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdReceivingUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdViewReceivingUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkRegion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkOwnership.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkWoreda.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frDanhSachMatHang));
     this.bm = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.bbiTaoMoi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiKetNoiCan = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXem = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXuatExcel = new DevExpress.XtraBars.BarButtonItem();
     this.bbiInMaVach = new DevExpress.XtraBars.BarButtonItem();
     this.bbiCanhMaVach = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDocExcel = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDong = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXoa = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSua = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.img = new DevExpress.Utils.ImageCollection(this.components);
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.txtDiaChi = new DevExpress.XtraEditors.TextEdit();
     this.cbCongCom = new System.Windows.Forms.ComboBox();
     this.txtNgay = new DevExpress.XtraEditors.DateEdit();
     this.txtTenDoanhNghiep = new DevExpress.XtraEditors.TextEdit();
     this.gcList = new DevExpress.XtraGrid.GridControl();
     this.inMaVachBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsDanhSachHangHoa = new Phan_Mem_Quan_Ly_Cam_Do.InMaVach.DS.dsDanhSachHangHoa();
     this.gbList = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTenHang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTongTrongLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rptMayTinh = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colMaVach = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTrongLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTienCong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHot = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLoaiVang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNhaCungCap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHamLuongPho = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSoLuongTem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rptMayTinhPhanTram = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.danhSachHangHoaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTenDoanhNghiep.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.inMaVachBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsDanhSachHangHoa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.danhSachHangHoaBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // bm
     //
     this.bm.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2});
     this.bm.DockControls.Add(this.barDockControlTop);
     this.bm.DockControls.Add(this.barDockControlBottom);
     this.bm.DockControls.Add(this.barDockControlLeft);
     this.bm.DockControls.Add(this.barDockControlRight);
     this.bm.Form = this;
     this.bm.Images = this.img;
     this.bm.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiXem,
     this.bbiSua,
     this.bbiXoa,
     this.bbiDong,
     this.bbiXuatExcel,
     this.bbiInMaVach,
     this.bbiDocExcel,
     this.bbiTaoMoi,
     this.bbiCanhMaVach,
     this.bbiKetNoiCan});
     this.bm.LargeImages = this.img;
     this.bm.MainMenu = this.bar2;
     this.bm.MaxItemId = 18;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(49, 160);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiTaoMoi, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiKetNoiCan),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXuatExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiInMaVach),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiCanhMaVach),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiDocExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiDong),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXoa),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiSua)});
     this.bar2.OptionsBar.AllowDelete = true;
     this.bar2.OptionsBar.DrawSizeGrip = true;
     this.bar2.Text = "Main menu";
     //
     // bbiTaoMoi
     //
     this.bbiTaoMoi.Caption = "Tạo Mới";
     this.bbiTaoMoi.Id = 15;
     this.bbiTaoMoi.ImageIndex = 5;
     this.bbiTaoMoi.Name = "bbiTaoMoi";
     this.bbiTaoMoi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiTaoMoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTaoMoi_ItemClick);
     //
     // bbiKetNoiCan
     //
     this.bbiKetNoiCan.Caption = "Kết Nối Cân";
     this.bbiKetNoiCan.Id = 17;
     this.bbiKetNoiCan.ImageIndex = 56;
     this.bbiKetNoiCan.Name = "bbiKetNoiCan";
     this.bbiKetNoiCan.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiKetNoiCan.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKetNoiCan_ItemClick);
     //
     // bbiXem
     //
     this.bbiXem.Caption = "Xem";
     this.bbiXem.Id = 0;
     this.bbiXem.ImageIndex = 35;
     this.bbiXem.Name = "bbiXem";
     this.bbiXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXem_ItemClick);
     //
     // bbiXuatExcel
     //
     this.bbiXuatExcel.Caption = "Xuất";
     this.bbiXuatExcel.Id = 12;
     this.bbiXuatExcel.ImageIndex = 54;
     this.bbiXuatExcel.Name = "bbiXuatExcel";
     this.bbiXuatExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXuatExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXuatExcel_ItemClick);
     //
     // bbiInMaVach
     //
     this.bbiInMaVach.Caption = "In Mã Vạch";
     this.bbiInMaVach.Id = 13;
     this.bbiInMaVach.ImageIndex = 55;
     this.bbiInMaVach.Name = "bbiInMaVach";
     this.bbiInMaVach.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiInMaVach.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiInMaVach_ItemClick);
     //
     // bbiCanhMaVach
     //
     this.bbiCanhMaVach.Caption = "Canh Mã Vạch";
     this.bbiCanhMaVach.Id = 16;
     this.bbiCanhMaVach.ImageIndex = 24;
     this.bbiCanhMaVach.Name = "bbiCanhMaVach";
     this.bbiCanhMaVach.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiCanhMaVach.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCanhMaVach_ItemClick);
     //
     // bbiDocExcel
     //
     this.bbiDocExcel.Caption = "Đọc Excel";
     this.bbiDocExcel.Id = 14;
     this.bbiDocExcel.ImageIndex = 54;
     this.bbiDocExcel.Name = "bbiDocExcel";
     this.bbiDocExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiDocExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDocExcel_ItemClick);
     //
     // bbiDong
     //
     this.bbiDong.Caption = "Đóng";
     this.bbiDong.Id = 6;
     this.bbiDong.ImageIndex = 10;
     this.bbiDong.Name = "bbiDong";
     this.bbiDong.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bbiXoa
     //
     this.bbiXoa.Caption = "Xóa";
     this.bbiXoa.Id = 2;
     this.bbiXoa.ImageIndex = 16;
     this.bbiXoa.Name = "bbiXoa";
     this.bbiXoa.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXoa.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbiSua
     //
     this.bbiSua.Caption = "Sửa";
     this.bbiSua.Id = 1;
     this.bbiSua.ImageIndex = 29;
     this.bbiSua.Name = "bbiSua";
     this.bbiSua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiSua.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1133, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 416);
     this.barDockControlBottom.Size = new System.Drawing.Size(1133, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 392);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1133, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 392);
     //
     // img
     //
     this.img.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img.ImageStream")));
     this.img.Images.SetKeyName(0, "abort.png");
     this.img.Images.SetKeyName(1, "about.png");
     this.img.Images.SetKeyName(2, "accept.png");
     this.img.Images.SetKeyName(3, "add.png");
     this.img.Images.SetKeyName(4, "application.png");
     this.img.Images.SetKeyName(5, "apply.png");
     this.img.Images.SetKeyName(6, "attention.png");
     this.img.Images.SetKeyName(7, "back.png");
     this.img.Images.SetKeyName(8, "cancel.png");
     this.img.Images.SetKeyName(9, "circulation.png");
     this.img.Images.SetKeyName(10, "close.png");
     this.img.Images.SetKeyName(11, "create.png");
     this.img.Images.SetKeyName(12, "cut.png");
     this.img.Images.SetKeyName(13, "danger.png");
     this.img.Images.SetKeyName(14, "delete.png");
     this.img.Images.SetKeyName(15, "down.png");
     this.img.Images.SetKeyName(16, "erase.png");
     this.img.Images.SetKeyName(17, "error.png");
     this.img.Images.SetKeyName(18, "forward.png");
     this.img.Images.SetKeyName(19, "help.png");
     this.img.Images.SetKeyName(20, "info.png");
     this.img.Images.SetKeyName(21, "information.png");
     this.img.Images.SetKeyName(22, "logout.png");
     this.img.Images.SetKeyName(23, "minus.png");
     this.img.Images.SetKeyName(24, "move.png");
     this.img.Images.SetKeyName(25, "next.png");
     this.img.Images.SetKeyName(26, "no entry.png");
     this.img.Images.SetKeyName(27, "no.png");
     this.img.Images.SetKeyName(28, "OK.png");
     this.img.Images.SetKeyName(29, "options.png");
     this.img.Images.SetKeyName(30, "plus.png");
     this.img.Images.SetKeyName(31, "previous.png");
     this.img.Images.SetKeyName(32, "problem.png");
     this.img.Images.SetKeyName(33, "question.png");
     this.img.Images.SetKeyName(34, "redo.png");
     this.img.Images.SetKeyName(35, "refresh.png");
     this.img.Images.SetKeyName(36, "remove.png");
     this.img.Images.SetKeyName(37, "renew.png");
     this.img.Images.SetKeyName(38, "repeat.png");
     this.img.Images.SetKeyName(39, "run.png");
     this.img.Images.SetKeyName(40, "save.png");
     this.img.Images.SetKeyName(41, "search.png");
     this.img.Images.SetKeyName(42, "settings.png");
     this.img.Images.SetKeyName(43, "stop.png");
     this.img.Images.SetKeyName(44, "switch.png");
     this.img.Images.SetKeyName(45, "sync.png");
     this.img.Images.SetKeyName(46, "system.png");
     this.img.Images.SetKeyName(47, "turn off.png");
     this.img.Images.SetKeyName(48, "undo.png");
     this.img.Images.SetKeyName(49, "up.png");
     this.img.Images.SetKeyName(50, "update.png");
     this.img.Images.SetKeyName(51, "view.png");
     this.img.Images.SetKeyName(52, "warning.png");
     this.img.Images.SetKeyName(53, "yes.png");
     this.img.Images.SetKeyName(54, "Excel-icon.png");
     this.img.Images.SetKeyName(55, "barcode.png");
     this.img.Images.SetKeyName(56, "images.jpg");
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.txtDiaChi);
     this.layoutControl1.Controls.Add(this.cbCongCom);
     this.layoutControl1.Controls.Add(this.txtNgay);
     this.layoutControl1.Controls.Add(this.txtTenDoanhNghiep);
     this.layoutControl1.Controls.Add(this.gcList);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(264, 217, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1133, 392);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text = "layoutControl1";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location = new System.Drawing.Point(368, 2);
     this.txtDiaChi.MenuManager = this.bm;
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.Size = new System.Drawing.Size(277, 20);
     this.txtDiaChi.StyleController = this.layoutControl1;
     this.txtDiaChi.TabIndex = 8;
     //
     // cbCongCom
     //
     this.cbCongCom.FormattingEnabled = true;
     this.cbCongCom.Location = new System.Drawing.Point(1013, 2);
     this.cbCongCom.Name = "cbCongCom";
     this.cbCongCom.Size = new System.Drawing.Size(118, 21);
     this.cbCongCom.TabIndex = 7;
     //
     // txtNgay
     //
     this.txtNgay.EditValue = null;
     this.txtNgay.Location = new System.Drawing.Point(705, 2);
     this.txtNgay.MenuManager = this.bm;
     this.txtNgay.Name = "txtNgay";
     this.txtNgay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtNgay.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtNgay.Size = new System.Drawing.Size(209, 20);
     this.txtNgay.StyleController = this.layoutControl1;
     this.txtNgay.TabIndex = 6;
     //
     // txtTenDoanhNghiep
     //
     this.txtTenDoanhNghiep.EditValue = "";
     this.txtTenDoanhNghiep.Location = new System.Drawing.Point(97, 2);
     this.txtTenDoanhNghiep.MenuManager = this.bm;
     this.txtTenDoanhNghiep.Name = "txtTenDoanhNghiep";
     this.txtTenDoanhNghiep.Size = new System.Drawing.Size(224, 20);
     this.txtTenDoanhNghiep.StyleController = this.layoutControl1;
     this.txtTenDoanhNghiep.TabIndex = 5;
     //
     // gcList
     //
     this.gcList.Cursor = System.Windows.Forms.Cursors.Default;
     this.gcList.DataSource = this.inMaVachBindingSource;
     this.gcList.Location = new System.Drawing.Point(2, 27);
     this.gcList.MainView = this.gbList;
     this.gcList.MenuManager = this.bm;
     this.gcList.Name = "gcList";
     this.gcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rptMayTinh,
     this.rptMayTinhPhanTram});
     this.gcList.Size = new System.Drawing.Size(1129, 363);
     this.gcList.TabIndex = 4;
     this.gcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gbList});
     //
     // inMaVachBindingSource
     //
     this.inMaVachBindingSource.DataMember = "InMaVach";
     this.inMaVachBindingSource.DataSource = this.dsDanhSachHangHoa;
     //
     // dsDanhSachHangHoa
     //
     this.dsDanhSachHangHoa.DataSetName = "dsDanhSachHangHoa";
     this.dsDanhSachHangHoa.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gbList
     //
     this.gbList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTenHang,
     this.colTongTrongLuong,
     this.colMaVach,
     this.colTrongLuong,
     this.colTienCong,
     this.colHot,
     this.colLoaiVang,
     this.colNhaCungCap,
     this.colHamLuongPho,
     this.colSoLuongTem});
     this.gbList.GridControl = this.gcList;
     this.gbList.GroupPanelText = "Kéo cột và thả vào đây để nhóm dữ liệu";
     this.gbList.IndicatorWidth = 40;
     this.gbList.Name = "gbList";
     this.gbList.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
     this.gbList.OptionsNavigation.EnterMoveNextColumn = true;
     this.gbList.OptionsView.ColumnAutoWidth = false;
     this.gbList.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gbList.OptionsView.ShowAutoFilterRow = true;
     this.gbList.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gbList.OptionsView.ShowFooter = true;
     this.gbList.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_CustomDrawRowIndicator);
     //
     // colTenHang
     //
     this.colTenHang.AppearanceHeader.Options.UseTextOptions = true;
     this.colTenHang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTenHang.Caption = "Tên Hàng";
     this.colTenHang.FieldName = "TenHang";
     this.colTenHang.Name = "colTenHang";
     this.colTenHang.Visible = true;
     this.colTenHang.VisibleIndex = 1;
     this.colTenHang.Width = 147;
     //
     // colTongTrongLuong
     //
     this.colTongTrongLuong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTongTrongLuong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTongTrongLuong.Caption = "Tổng Trọng Lượng";
     this.colTongTrongLuong.ColumnEdit = this.rptMayTinh;
     this.colTongTrongLuong.FieldName = "TongTrongLuong";
     this.colTongTrongLuong.Name = "colTongTrongLuong";
     this.colTongTrongLuong.Visible = true;
     this.colTongTrongLuong.VisibleIndex = 2;
     this.colTongTrongLuong.Width = 133;
     //
     // rptMayTinh
     //
     this.rptMayTinh.AutoHeight = false;
     this.rptMayTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinh.DisplayFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.EditFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.Name = "rptMayTinh";
     //
     // colMaVach
     //
     this.colMaVach.AppearanceHeader.Options.UseTextOptions = true;
     this.colMaVach.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMaVach.Caption = "Mã Vạch";
     this.colMaVach.FieldName = "MaVach";
     this.colMaVach.Name = "colMaVach";
     this.colMaVach.Visible = true;
     this.colMaVach.VisibleIndex = 0;
     this.colMaVach.Width = 106;
     //
     // colTrongLuong
     //
     this.colTrongLuong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrongLuong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrongLuong.Caption = "Trọng Lượng";
     this.colTrongLuong.ColumnEdit = this.rptMayTinh;
     this.colTrongLuong.FieldName = "TrongLuong";
     this.colTrongLuong.Name = "colTrongLuong";
     this.colTrongLuong.Visible = true;
     this.colTrongLuong.VisibleIndex = 3;
     this.colTrongLuong.Width = 123;
     //
     // colTienCong
     //
     this.colTienCong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTienCong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTienCong.Caption = "Tiền Công";
     this.colTienCong.ColumnEdit = this.rptMayTinh;
     this.colTienCong.FieldName = "TienCong";
     this.colTienCong.Name = "colTienCong";
     this.colTienCong.Visible = true;
     this.colTienCong.VisibleIndex = 4;
     this.colTienCong.Width = 105;
     //
     // colHot
     //
     this.colHot.AppearanceHeader.Options.UseTextOptions = true;
     this.colHot.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colHot.Caption = "Hột";
     this.colHot.ColumnEdit = this.rptMayTinh;
     this.colHot.FieldName = "Hot";
     this.colHot.Name = "colHot";
     this.colHot.Visible = true;
     this.colHot.VisibleIndex = 5;
     this.colHot.Width = 104;
     //
     // colLoaiVang
     //
     this.colLoaiVang.AppearanceHeader.Options.UseTextOptions = true;
     this.colLoaiVang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLoaiVang.Caption = "Loại Vàng";
     this.colLoaiVang.FieldName = "LoaiVang";
     this.colLoaiVang.Name = "colLoaiVang";
     this.colLoaiVang.Width = 93;
     //
     // colNhaCungCap
     //
     this.colNhaCungCap.AppearanceHeader.Options.UseTextOptions = true;
     this.colNhaCungCap.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNhaCungCap.Caption = "Nhà Cung Cấp";
     this.colNhaCungCap.FieldName = "NhaCungCap";
     this.colNhaCungCap.Name = "colNhaCungCap";
     this.colNhaCungCap.Visible = true;
     this.colNhaCungCap.VisibleIndex = 6;
     this.colNhaCungCap.Width = 102;
     //
     // colHamLuongPho
     //
     this.colHamLuongPho.AppearanceHeader.Options.UseTextOptions = true;
     this.colHamLuongPho.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colHamLuongPho.Caption = "Hàm Lượng Phổ";
     this.colHamLuongPho.FieldName = "HamLuongPho";
     this.colHamLuongPho.Name = "colHamLuongPho";
     this.colHamLuongPho.Visible = true;
     this.colHamLuongPho.VisibleIndex = 7;
     this.colHamLuongPho.Width = 95;
     //
     // colSoLuongTem
     //
     this.colSoLuongTem.AppearanceHeader.Options.UseTextOptions = true;
     this.colSoLuongTem.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSoLuongTem.Caption = "Số Lượng Tem";
     this.colSoLuongTem.ColumnEdit = this.rptMayTinh;
     this.colSoLuongTem.FieldName = "SoLuongTem";
     this.colSoLuongTem.Name = "colSoLuongTem";
     this.colSoLuongTem.Visible = true;
     this.colSoLuongTem.VisibleIndex = 8;
     //
     // rptMayTinhPhanTram
     //
     this.rptMayTinhPhanTram.AutoHeight = false;
     this.rptMayTinhPhanTram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinhPhanTram.DisplayFormat.FormatString = "{0:##,##0.###} %";
     this.rptMayTinhPhanTram.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.EditFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinhPhanTram.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.Name = "rptMayTinhPhanTram";
     //
     // 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.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.splitterItem1,
     this.layoutControlItem4,
     this.layoutControlItem5});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1133, 392);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gcList;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 25);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1133, 367);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.txtTenDoanhNghiep;
     this.layoutControlItem2.CustomizationFormText = "Tên Doanh Nghiệp:";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(323, 25);
     this.layoutControlItem2.Text = "Tên Doanh Nghiệp:";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(92, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtNgay;
     this.layoutControlItem3.CustomizationFormText = "Ngày Tạo";
     this.layoutControlItem3.Location = new System.Drawing.Point(652, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(264, 25);
     this.layoutControlItem3.Text = "Ngày Tạo";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(46, 13);
     this.layoutControlItem3.TextToControlDistance = 5;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(647, 0);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(5, 25);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.cbCongCom;
     this.layoutControlItem4.CustomizationFormText = "Cổng COM (Cân):";
     this.layoutControlItem4.Location = new System.Drawing.Point(916, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(217, 25);
     this.layoutControlItem4.Text = "Cổng COM (Cân):";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(92, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.txtDiaChi;
     this.layoutControlItem5.CustomizationFormText = "Địa Chỉ:";
     this.layoutControlItem5.Location = new System.Drawing.Point(323, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(324, 25);
     this.layoutControlItem5.Text = "Địa Chỉ:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(38, 13);
     this.layoutControlItem5.TextToControlDistance = 5;
     //
     // danhSachHangHoaBindingSource
     //
     this.danhSachHangHoaBindingSource.DataMember = "DanhSachHangHoa";
     this.danhSachHangHoaBindingSource.DataSource = this.dsDanhSachHangHoa;
     //
     // frDanhSachMatHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1133, 416);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frDanhSachMatHang";
     this.Text = "In Mã Vạch";
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTenDoanhNghiep.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.inMaVachBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsDanhSachHangHoa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.danhSachHangHoaBindingSource)).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(ApprovalForm));
     this.boxSizedList = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.tabControlOrderDetail = new DevExpress.XtraTab.XtraTabControl();
     this.tabGeneral = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl5 = new DevExpress.XtraLayout.LayoutControl();
     this.uxApproval = new HCMIS.Desktop.Forms.Controls.Approval();
     this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabFacility = new DevExpress.XtraTab.XtraTabPage();
     this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
     this.gridOrderDetailForFacility = new DevExpress.XtraGrid.GridControl();
     this.gridViewOrderDetailForFacility = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     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.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.btnReturnToEdit = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveDraft = new DevExpress.XtraEditors.SimpleButton();
     this.txtFacilityName = new DevExpress.XtraEditors.TextEdit();
     this.btnPrintStockOutReport = new DevExpress.XtraEditors.SimpleButton();
     this.lkMode = new DevExpress.XtraEditors.LookUpEdit();
     this.btnCancelApproval = new DevExpress.XtraEditors.SimpleButton();
     this.btnApproveOrder = new DevExpress.XtraEditors.SimpleButton();
     this.gridOrder = new DevExpress.XtraGrid.GridControl();
     this.gridViewOrder = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRoute = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup18 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem49 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem59 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.ActionGroup = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.toolTip = new DevExpress.Utils.ToolTipController();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider();
     this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem();
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink();
     this.printOrder = new DevExpress.XtraPrinting.PrintableComponentLink();
     this.bgWorker = new System.ComponentModel.BackgroundWorker();
     this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem33 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.deletetabFacility = new DevExpress.XtraLayout.LayoutControlGroup();
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlOrderDetail)).BeginInit();
     this.tabControlOrderDetail.SuspendLayout();
     this.tabGeneral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).BeginInit();
     this.layoutControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.tabFacility.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
     this.layoutControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderDetailForFacility)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrderDetailForFacility)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deletetabFacility)).BeginInit();
     this.SuspendLayout();
     //
     // boxSizedList
     //
     this.boxSizedList.AutoHeight = false;
     this.boxSizedList.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.boxSizedList.DisplayMember = "Name";
     this.boxSizedList.Name = "boxSizedList";
     this.boxSizedList.ValueMember = "ID";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // 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.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemDateEdit3.EditFormat.FormatString = "mm-DD-YYYY";
     this.repositoryItemDateEdit3.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit3.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // layoutControl1
     //
     this.layoutControl1.AllowCustomizationMenu = false;
     this.layoutControl1.Controls.Add(this.tabControlOrderDetail);
     this.layoutControl1.Controls.Add(this.btnReturnToEdit);
     this.layoutControl1.Controls.Add(this.btnSaveDraft);
     this.layoutControl1.Controls.Add(this.txtFacilityName);
     this.layoutControl1.Controls.Add(this.btnPrintStockOutReport);
     this.layoutControl1.Controls.Add(this.lkMode);
     this.layoutControl1.Controls.Add(this.btnCancelApproval);
     this.layoutControl1.Controls.Add(this.btnApproveOrder);
     this.layoutControl1.Controls.Add(this.gridOrder);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem7});
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(12, 183, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1354, 575);
     this.layoutControl1.TabIndex = 30;
     this.layoutControl1.Text = "layoutControl1";
     //
     // tabControlOrderDetail
     //
     this.tabControlOrderDetail.Location = new System.Drawing.Point(271, 5);
     this.tabControlOrderDetail.Name = "tabControlOrderDetail";
     this.tabControlOrderDetail.SelectedTabPage = this.tabGeneral;
     this.tabControlOrderDetail.Size = new System.Drawing.Size(1078, 539);
     this.tabControlOrderDetail.TabIndex = 1;
     this.tabControlOrderDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabGeneral,
     this.tabFacility});
     this.tabControlOrderDetail.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControlOrderDetail_SelectedPageChanged);
     this.tabControlOrderDetail.Click += new System.EventHandler(this.tabControlOrderDetail_Click);
     //
     // tabGeneral
     //
     this.tabGeneral.Controls.Add(this.layoutControl5);
     this.tabGeneral.Name = "tabGeneral";
     this.tabGeneral.Size = new System.Drawing.Size(1072, 511);
     this.tabGeneral.Text = "General";
     //
     // layoutControl5
     //
     this.layoutControl5.AllowCustomizationMenu = false;
     this.layoutControl5.Controls.Add(this.uxApproval);
     this.layoutControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl5.Location = new System.Drawing.Point(0, 0);
     this.layoutControl5.Name = "layoutControl5";
     this.layoutControl5.Root = this.layoutControlGroup12;
     this.layoutControl5.Size = new System.Drawing.Size(1072, 511);
     this.layoutControl5.TabIndex = 0;
     this.layoutControl5.Text = "layoutControl5";
     //
     // uxApproval
     //
     this.uxApproval.Location = new System.Drawing.Point(12, 12);
     this.uxApproval.Name = "uxApproval";
     this.uxApproval.ShowAMCandMOS = true;
     this.uxApproval.ShowPipeline = true;
     this.uxApproval.Size = new System.Drawing.Size(1048, 487);
     this.uxApproval.TabIndex = 65;
     //
     // layoutControlGroup12
     //
     this.layoutControlGroup12.CustomizationFormText = "layoutControlGroup12";
     this.layoutControlGroup12.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup12.GroupBordersVisible = false;
     this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem2});
     this.layoutControlGroup12.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup12.Name = "layoutControlGroup12";
     this.layoutControlGroup12.Size = new System.Drawing.Size(1072, 511);
     this.layoutControlGroup12.Text = "layoutControlGroup12";
     this.layoutControlGroup12.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.uxApproval;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(1052, 491);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // tabFacility
     //
     this.tabFacility.Controls.Add(this.layoutControl4);
     this.tabFacility.Name = "tabFacility";
     this.tabFacility.Size = new System.Drawing.Size(1072, 511);
     this.tabFacility.Text = "Facility";
     //
     // layoutControl4
     //
     this.layoutControl4.AllowCustomizationMenu = false;
     this.layoutControl4.Controls.Add(this.gridOrderDetailForFacility);
     this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl4.Location = new System.Drawing.Point(0, 0);
     this.layoutControl4.Name = "layoutControl4";
     this.layoutControl4.Root = this.layoutControlGroup5;
     this.layoutControl4.Size = new System.Drawing.Size(1072, 511);
     this.layoutControl4.TabIndex = 0;
     this.layoutControl4.Text = "layoutControl4";
     //
     // gridOrderDetailForFacility
     //
     this.gridOrderDetailForFacility.Location = new System.Drawing.Point(12, 12);
     this.gridOrderDetailForFacility.MainView = this.gridViewOrderDetailForFacility;
     this.gridOrderDetailForFacility.Name = "gridOrderDetailForFacility";
     this.gridOrderDetailForFacility.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemMemoEdit3,
     this.repositoryItemMemoEdit4});
     this.gridOrderDetailForFacility.Size = new System.Drawing.Size(1048, 487);
     this.gridOrderDetailForFacility.TabIndex = 45;
     this.gridOrderDetailForFacility.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewOrderDetailForFacility});
     //
     // gridViewOrderDetailForFacility
     //
     this.gridViewOrderDetailForFacility.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn12,
     this.gridColumn11,
     this.gridColumn17,
     this.gridColumn20,
     this.gridColumn22,
     this.gridColumn23});
     this.gridViewOrderDetailForFacility.GridControl = this.gridOrderDetailForFacility;
     this.gridViewOrderDetailForFacility.IndicatorWidth = 40;
     this.gridViewOrderDetailForFacility.Name = "gridViewOrderDetailForFacility";
     this.gridViewOrderDetailForFacility.OptionsBehavior.Editable = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowColumnMoving = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowColumnResizing = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowFilter = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridViewOrderDetailForFacility.OptionsCustomization.AllowSort = false;
     this.gridViewOrderDetailForFacility.OptionsView.RowAutoHeight = true;
     this.gridViewOrderDetailForFacility.OptionsView.ShowGroupedColumns = true;
     this.gridViewOrderDetailForFacility.OptionsView.ShowGroupPanel = false;
     this.gridViewOrderDetailForFacility.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridViewOrderDetailForFacility_CustomDrawRowIndicator);
     this.gridViewOrderDetailForFacility.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridViewOrderDetailForFacility_CustomColumnDisplayText);
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceCell.TextOptions.Trimming = DevExpress.Utils.Trimming.None;
     this.gridColumn4.AppearanceCell.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.gridColumn4.Caption = "Item Name";
     this.gridColumn4.ColumnEdit = this.repositoryItemMemoEdit3;
     this.gridColumn4.FieldName = "FullItemName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn4.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn4.OptionsFilter.AllowFilter = false;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     this.gridColumn4.Width = 226;
     //
     // repositoryItemMemoEdit3
     //
     this.repositoryItemMemoEdit3.LinesCount = 2;
     this.repositoryItemMemoEdit3.Name = "repositoryItemMemoEdit3";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Unit";
     this.gridColumn5.FieldName = "Text";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     this.gridColumn5.Width = 76;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "SOH";
     this.gridColumn6.DisplayFormat.FormatString = "#,##0";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "SOH";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AllowFilter = false;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 2;
     this.gridColumn6.Width = 47;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Dmg.";
     this.gridColumn7.DisplayFormat.FormatString = "#,##0";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName = "Damaged";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width = 55;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Exp.";
     this.gridColumn8.DisplayFormat.FormatString = "#,##0";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn8.FieldName = "Expired";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsFilter.AllowFilter = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width = 47;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Total Requested";
     this.gridColumn9.DisplayFormat.FormatString = "#,##0";
     this.gridColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn9.FieldName = "TotalRequested";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 5;
     this.gridColumn9.Width = 131;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Last Approved Qty";
     this.gridColumn10.DisplayFormat.FormatString = "#,##0";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn10.FieldName = "LastApprovedQuantity";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsFilter.AllowFilter = false;
     this.gridColumn10.Width = 118;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Total Issued";
     this.gridColumn12.DisplayFormat.FormatString = "#,##0";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn12.FieldName = "TotalIssued";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 6;
     this.gridColumn12.Width = 107;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "No. Refills Count";
     this.gridColumn11.FieldName = "NumberOfRefills";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 7;
     this.gridColumn11.Width = 133;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Last Visit Date";
     this.gridColumn17.ColumnEdit = this.repositoryItemMemoEdit4;
     this.gridColumn17.FieldName = "LastRequestedDate";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsFilter.AllowFilter = false;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 8;
     this.gridColumn17.Width = 120;
     //
     // repositoryItemMemoEdit4
     //
     this.repositoryItemMemoEdit4.LinesCount = 2;
     this.repositoryItemMemoEdit4.Name = "repositoryItemMemoEdit4";
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "pAMC";
     this.gridColumn20.DisplayFormat.FormatString = "#,##0";
     this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn20.FieldName = "gridColumn20";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsFilter.AllowFilter = false;
     this.gridColumn20.UnboundExpression = "[TotalIssued]/6";
     this.gridColumn20.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 9;
     this.gridColumn20.Width = 61;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "pMin";
     this.gridColumn22.DisplayFormat.FormatString = "#,##0";
     this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn22.FieldName = "gridColumn22";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AllowFilter = false;
     this.gridColumn22.ToolTip = "2 * [AMC]";
     this.gridColumn22.UnboundExpression = "2 * [gridColumn20]";
     this.gridColumn22.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 10;
     this.gridColumn22.Width = 70;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "pMax";
     this.gridColumn23.DisplayFormat.FormatString = "#,##0";
     this.gridColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn23.FieldName = "gridColumn23";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AllowFilter = false;
     this.gridColumn23.ToolTip = "4 * [AMC]";
     this.gridColumn23.UnboundExpression = "4*[gridColumn20]";
     this.gridColumn23.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 11;
     this.gridColumn23.Width = 83;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "layoutControlGroup5";
     this.layoutControlGroup5.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup5.GroupBordersVisible = false;
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3});
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name = "layoutControlGroup5";
     this.layoutControlGroup5.Size = new System.Drawing.Size(1072, 511);
     this.layoutControlGroup5.Text = "layoutControlGroup5";
     this.layoutControlGroup5.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridOrderDetailForFacility;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(1052, 491);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // btnReturnToEdit
     //
     this.btnReturnToEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnReturnToEdit.Image")));
     this.btnReturnToEdit.Location = new System.Drawing.Point(754, 549);
     this.btnReturnToEdit.Name = "btnReturnToEdit";
     this.btnReturnToEdit.Size = new System.Drawing.Size(146, 22);
     this.btnReturnToEdit.StyleController = this.layoutControl1;
     this.btnReturnToEdit.TabIndex = 42;
     this.btnReturnToEdit.Tag = "Approve";
     this.btnReturnToEdit.Text = "Return To Requisition";
     this.btnReturnToEdit.Click += new System.EventHandler(this.btnReturnToEdit_Click);
     //
     // btnSaveDraft
     //
     this.btnSaveDraft.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveDraft.Image")));
     this.btnSaveDraft.Location = new System.Drawing.Point(904, 549);
     this.btnSaveDraft.Name = "btnSaveDraft";
     this.btnSaveDraft.Size = new System.Drawing.Size(146, 22);
     this.btnSaveDraft.StyleController = this.layoutControl1;
     this.btnSaveDraft.TabIndex = 41;
     this.btnSaveDraft.Tag = "Cancel";
     this.btnSaveDraft.Text = "Save Draft";
     this.btnSaveDraft.Click += new System.EventHandler(this.btnSaveDraft_Click);
     //
     // txtFacilityName
     //
     this.txtFacilityName.Location = new System.Drawing.Point(47, 29);
     this.txtFacilityName.Name = "txtFacilityName";
     this.txtFacilityName.Size = new System.Drawing.Size(215, 20);
     this.txtFacilityName.StyleController = this.layoutControl1;
     this.txtFacilityName.TabIndex = 38;
     this.txtFacilityName.EditValueChanged += new System.EventHandler(this.txtFacilityName_EditValueChanged);
     //
     // btnPrintStockOutReport
     //
     this.btnPrintStockOutReport.Location = new System.Drawing.Point(24, 55);
     this.btnPrintStockOutReport.Name = "btnPrintStockOutReport";
     this.btnPrintStockOutReport.Size = new System.Drawing.Size(106, 22);
     this.btnPrintStockOutReport.StyleController = this.layoutControl1;
     this.btnPrintStockOutReport.TabIndex = 37;
     this.btnPrintStockOutReport.Text = "Stockout Report";
     this.btnPrintStockOutReport.Click += new System.EventHandler(this.btnPrintStockOutReport_Click);
     //
     // lkMode
     //
     this.lkMode.Location = new System.Drawing.Point(47, 5);
     this.lkMode.Name = "lkMode";
     this.lkMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkMode.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TypeName", "Name")});
     this.lkMode.Properties.DisplayMember = "TypeName";
     this.lkMode.Properties.NullText = "Select Activity";
     this.lkMode.Properties.ValueMember = "ID";
     this.lkMode.Size = new System.Drawing.Size(215, 20);
     this.lkMode.StyleController = this.layoutControl1;
     this.lkMode.TabIndex = 34;
     this.lkMode.EditValueChanged += new System.EventHandler(this.lkStoreType_EditValueChanged);
     //
     // btnCancelApproval
     //
     this.btnCancelApproval.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelApproval.Image")));
     this.btnCancelApproval.Location = new System.Drawing.Point(1204, 549);
     this.btnCancelApproval.Name = "btnCancelApproval";
     this.btnCancelApproval.Size = new System.Drawing.Size(146, 22);
     this.btnCancelApproval.StyleController = this.layoutControl1;
     this.btnCancelApproval.TabIndex = 31;
     this.btnCancelApproval.Text = "Cancel";
     this.btnCancelApproval.Click += new System.EventHandler(this.BtnCancelClicked);
     //
     // btnApproveOrder
     //
     this.btnApproveOrder.Image = ((System.Drawing.Image)(resources.GetObject("btnApproveOrder.Image")));
     this.btnApproveOrder.Location = new System.Drawing.Point(1054, 549);
     this.btnApproveOrder.Name = "btnApproveOrder";
     this.btnApproveOrder.Size = new System.Drawing.Size(146, 22);
     this.btnApproveOrder.StyleController = this.layoutControl1;
     this.btnApproveOrder.TabIndex = 30;
     this.btnApproveOrder.Text = "Approve Quantity";
     this.btnApproveOrder.Click += new System.EventHandler(this.OnSaveApproval);
     //
     // gridOrder
     //
     this.gridOrder.Location = new System.Drawing.Point(5, 53);
     this.gridOrder.MainView = this.gridViewOrder;
     this.gridOrder.Name = "gridOrder";
     this.gridOrder.Size = new System.Drawing.Size(257, 491);
     this.gridOrder.TabIndex = 15;
     this.gridOrder.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewOrder});
     //
     // gridViewOrder
     //
     this.gridViewOrder.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridViewOrder.Appearance.FocusedRow.Options.UseFont = true;
     this.gridViewOrder.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn42,
     this.gridColumn43,
     this.colRoute});
     this.gridViewOrder.GridControl = this.gridOrder;
     this.gridViewOrder.GroupCount = 1;
     this.gridViewOrder.Name = "gridViewOrder";
     this.gridViewOrder.OptionsBehavior.Editable = false;
     this.gridViewOrder.OptionsCustomization.AllowSort = false;
     this.gridViewOrder.OptionsFilter.AllowFilterEditor = false;
     this.gridViewOrder.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewOrder.OptionsSelection.UseIndicatorForSelection = false;
     this.gridViewOrder.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.gridViewOrder.OptionsView.ShowGroupPanel = false;
     this.gridViewOrder.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colRoute, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewOrder.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.OnOutstandingOrdersRowClicked);
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "Ref No";
     this.gridColumn42.FieldName = "RefNo";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsColumn.AllowMove = false;
     this.gridColumn42.OptionsFilter.AllowFilter = false;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 0;
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "Requested By";
     this.gridColumn43.FieldName = "RequestedBy";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.OptionsColumn.AllowMove = false;
     this.gridColumn43.OptionsFilter.AllowAutoFilter = false;
     this.gridColumn43.OptionsFilter.AllowFilter = false;
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 1;
     this.gridColumn43.Width = 159;
     //
     // colRoute
     //
     this.colRoute.Caption = "Route";
     this.colRoute.FieldName = "RouteName";
     this.colRoute.Name = "colRoute";
     this.colRoute.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.True;
     this.colRoute.OptionsColumn.AllowMove = false;
     this.colRoute.Visible = true;
     this.colRoute.VisibleIndex = 2;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnPrintStockOutReport;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 50);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(110, 0);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(110, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(261, 26);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible = false;
     //
     // 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.layoutControlGroup4,
     this.ActionGroup});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1354, 575);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "Order Details";
     this.layoutControlGroup4.GroupBordersVisible = false;
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup18});
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup4.Size = new System.Drawing.Size(1350, 545);
     this.layoutControlGroup4.Text = "Order Details";
     //
     // layoutControlGroup18
     //
     this.layoutControlGroup18.CustomizationFormText = "layoutControlGroup18";
     this.layoutControlGroup18.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem49,
     this.layoutControlItem9,
     this.layoutControlItem59,
     this.layoutControlItem4,
     this.splitterItem1});
     this.layoutControlGroup18.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup18.Name = "layoutControlGroup18";
     this.layoutControlGroup18.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup18.Size = new System.Drawing.Size(1350, 545);
     this.layoutControlGroup18.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup18.Text = "layoutControlGroup18";
     this.layoutControlGroup18.TextLocation = DevExpress.Utils.Locations.Left;
     this.layoutControlGroup18.TextVisible = false;
     //
     // layoutControlItem49
     //
     this.layoutControlItem49.Control = this.gridOrder;
     this.layoutControlItem49.CustomizationFormText = "layoutControlItem49";
     this.layoutControlItem49.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem49.MaxSize = new System.Drawing.Size(261, 0);
     this.layoutControlItem49.MinSize = new System.Drawing.Size(261, 24);
     this.layoutControlItem49.Name = "layoutControlItem49";
     this.layoutControlItem49.Size = new System.Drawing.Size(261, 495);
     this.layoutControlItem49.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem49.Text = "layoutControlItem49";
     this.layoutControlItem49.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem49.TextToControlDistance = 0;
     this.layoutControlItem49.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.txtFacilityName;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem9.MaxSize = new System.Drawing.Size(0, 24);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(54, 24);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(261, 24);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "Search:";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(37, 13);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem59
     //
     this.layoutControlItem59.Control = this.lkMode;
     this.layoutControlItem59.CustomizationFormText = "Mode";
     this.layoutControlItem59.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem59.MaxSize = new System.Drawing.Size(0, 24);
     this.layoutControlItem59.MinSize = new System.Drawing.Size(140, 24);
     this.layoutControlItem59.Name = "layoutControlItem59";
     this.layoutControlItem59.Size = new System.Drawing.Size(261, 24);
     this.layoutControlItem59.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem59.Text = "Mode:";
     this.layoutControlItem59.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem59.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem59.TextToControlDistance = 12;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.tabControlOrderDetail;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(266, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(1082, 543);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(261, 0);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(5, 543);
     //
     // ActionGroup
     //
     this.ActionGroup.CustomizationFormText = "layoutActions";
     this.ActionGroup.GroupBordersVisible = false;
     this.ActionGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem12,
     this.layoutControlItem23,
     this.layoutControlItem24,
     this.layoutControlItem11,
     this.emptySpaceItem2});
     this.ActionGroup.Location = new System.Drawing.Point(0, 545);
     this.ActionGroup.Name = "ActionGroup";
     this.ActionGroup.Size = new System.Drawing.Size(1350, 26);
     this.ActionGroup.Text = "ActionGroup";
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control = this.btnReturnToEdit;
     this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
     this.layoutControlItem12.Location = new System.Drawing.Point(750, 0);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Tag = "Approve";
     this.layoutControlItem12.Text = "layoutControlItem12";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem12.TextToControlDistance = 0;
     this.layoutControlItem12.TextVisible = false;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.Control = this.btnApproveOrder;
     this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
     this.layoutControlItem23.Location = new System.Drawing.Point(1050, 0);
     this.layoutControlItem23.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem23.Text = "layoutControlItem23";
     this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem23.TextToControlDistance = 0;
     this.layoutControlItem23.TextVisible = false;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.Control = this.btnCancelApproval;
     this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
     this.layoutControlItem24.Location = new System.Drawing.Point(1200, 0);
     this.layoutControlItem24.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem24.Text = "layoutControlItem24";
     this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem24.TextToControlDistance = 0;
     this.layoutControlItem24.TextVisible = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.btnSaveDraft;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(900, 0);
     this.layoutControlItem11.MaxSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(150, 26);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Tag = "Cancel";
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(750, 26);
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // toolTip
     //
     this.toolTip.ToolTipType = DevExpress.Utils.ToolTipType.SuperTip;
     //
     // popupMenu1
     //
     this.popupMenu1.Name = "popupMenu1";
     //
     // emptySpaceItem15
     //
     this.emptySpaceItem15.AllowHotTrack = false;
     this.emptySpaceItem15.CustomizationFormText = "emptySpaceItem15";
     this.emptySpaceItem15.Location = new System.Drawing.Point(0, 116);
     this.emptySpaceItem15.Name = "emptySpaceItem15";
     this.emptySpaceItem15.Size = new System.Drawing.Size(717, 10);
     this.emptySpaceItem15.Text = "emptySpaceItem15";
     this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup8
     //
     this.layoutControlGroup8.CustomizationFormText = "layoutControlGroup8";
     this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup8.Name = "layoutControlGroup8";
     this.layoutControlGroup8.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup8.Size = new System.Drawing.Size(717, 116);
     this.layoutControlGroup8.Text = "layoutControlGroup8";
     //
     // layoutControlGroup9
     //
     this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
     this.layoutControlGroup9.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup9.Name = "layoutControlGroup9";
     this.layoutControlGroup9.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup9.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup9.Text = "layoutControlGroup9";
     //
     // layoutControlGroup10
     //
     this.layoutControlGroup10.CustomizationFormText = "layoutControlGroup10";
     this.layoutControlGroup10.Location = new System.Drawing.Point(0, 126);
     this.layoutControlGroup10.Name = "layoutControlGroup10";
     this.layoutControlGroup10.OptionsItemText.TextToControlDistance = 5;
     this.layoutControlGroup10.Size = new System.Drawing.Size(717, 68);
     this.layoutControlGroup10.Text = "layoutControlGroup10";
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.CustomizationFormText = "emptySpaceItem10";
     this.emptySpaceItem10.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem10.Name = "emptySpaceItem10";
     this.emptySpaceItem10.Size = new System.Drawing.Size(693, 10);
     this.emptySpaceItem10.Text = "emptySpaceItem10";
     this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem22
     //
     this.emptySpaceItem22.AllowHotTrack = false;
     this.emptySpaceItem22.CustomizationFormText = "emptySpaceItem22";
     this.emptySpaceItem22.Location = new System.Drawing.Point(85, 0);
     this.emptySpaceItem22.Name = "emptySpaceItem22";
     this.emptySpaceItem22.Size = new System.Drawing.Size(119, 479);
     this.emptySpaceItem22.Text = "emptySpaceItem22";
     this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem23
     //
     this.emptySpaceItem23.AllowHotTrack = false;
     this.emptySpaceItem23.CustomizationFormText = "emptySpaceItem23";
     this.emptySpaceItem23.Location = new System.Drawing.Point(1179, 24);
     this.emptySpaceItem23.Name = "emptySpaceItem23";
     this.emptySpaceItem23.Size = new System.Drawing.Size(10, 455);
     this.emptySpaceItem23.Text = "emptySpaceItem23";
     this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
     this.printableComponentLink1,
     this.printOrder});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(20, 20, 20, 20);
     this.printableComponentLink1.PageHeaderFooter = new DevExpress.XtraPrinting.PageHeaderFooter(null, new DevExpress.XtraPrinting.PageFooterArea(new string[] {
         "[Time Printed]",
         "[Date Printed]",
         "[Page # of Pages #]"}, new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))), DevExpress.XtraPrinting.BrickAlignment.Near));
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystemBase = this.printingSystem1;
     this.printableComponentLink1.RtfReportHeader = resources.GetString("printableComponentLink1.RtfReportHeader");
     //
     // printOrder
     //
     this.printOrder.Landscape = true;
     this.printOrder.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printOrder.PrintingSystemBase = this.printingSystem1;
     //
     // layoutControlGroup7
     //
     this.layoutControlGroup7.CustomizationFormText = "layoutControlGroup7";
     this.layoutControlGroup7.Location = new System.Drawing.Point(711, 0);
     this.layoutControlGroup7.Name = "layoutControlGroup7";
     this.layoutControlGroup7.Size = new System.Drawing.Size(97, 111);
     this.layoutControlGroup7.Text = "layoutControlGroup7";
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(735, 51);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(73, 37);
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem28
     //
     this.layoutControlItem28.CustomizationFormText = "layoutControlItem28";
     this.layoutControlItem28.Location = new System.Drawing.Point(0, 269);
     this.layoutControlItem28.Name = "layoutControlItem28";
     this.layoutControlItem28.Size = new System.Drawing.Size(1119, 302);
     this.layoutControlItem28.Text = "layoutControlItem28";
     this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem28.TextToControlDistance = 0;
     this.layoutControlItem28.TextVisible = false;
     //
     // layoutControlItem33
     //
     this.layoutControlItem33.CustomizationFormText = "layoutControlItem33";
     this.layoutControlItem33.Location = new System.Drawing.Point(735, 68);
     this.layoutControlItem33.Name = "layoutControlItem33";
     this.layoutControlItem33.Size = new System.Drawing.Size(73, 10);
     this.layoutControlItem33.Text = "layoutControlItem33";
     this.layoutControlItem33.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem33.TextToControlDistance = 5;
     //
     // layoutControlGroup11
     //
     this.layoutControlGroup11.CustomizationFormText = "layoutControlGroup11";
     this.layoutControlGroup11.Location = new System.Drawing.Point(605, 0);
     this.layoutControlGroup11.Name = "layoutControlGroup11";
     this.layoutControlGroup11.Size = new System.Drawing.Size(458, 113);
     this.layoutControlGroup11.Text = "layoutControlGroup11";
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(709, 94);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(330, 10);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem34
     //
     this.layoutControlItem34.CustomizationFormText = "layoutControlItem34";
     this.layoutControlItem34.Location = new System.Drawing.Point(931, 26);
     this.layoutControlItem34.Name = "layoutControlItem34";
     this.layoutControlItem34.Size = new System.Drawing.Size(108, 17);
     this.layoutControlItem34.Text = "layoutControlItem34";
     this.layoutControlItem34.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem34.TextToControlDistance = 5;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "General";
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(1039, 499);
     this.layoutControlGroup3.Text = "General";
     //
     // deletetabFacility
     //
     this.deletetabFacility.CustomizationFormText = "Facility ";
     this.deletetabFacility.Location = new System.Drawing.Point(0, 0);
     this.deletetabFacility.Name = "layoutControlGroup5";
     this.deletetabFacility.Size = new System.Drawing.Size(1039, 499);
     this.deletetabFacility.Text = "Facility ";
     //
     // ApprovalForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1354, 575);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ApprovalForm";
     this.Text = "Order";
     this.Load += new System.EventHandler(this.OrderForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.boxSizedList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlOrderDetail)).EndInit();
     this.tabControlOrderDetail.ResumeLayout(false);
     this.tabGeneral.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).EndInit();
     this.layoutControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.tabFacility.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
     this.layoutControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridOrderDetailForFacility)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrderDetailForFacility)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFacilityName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem49)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem59)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ActionGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem33)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deletetabFacility)).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();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MSrvTicketVisitAddDlg));
     this.dataLayoutControlMain = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.lueDamage = new DevExpress.XtraEditors.LookUpEdit();
     this.deDate = new DevExpress.XtraEditors.DateEdit();
     this.lblContactPerson = new DevExpress.XtraEditors.LabelControl();
     this.clbcReason = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.gridControlPart = new DevExpress.XtraGrid.GridControl();
     this.mSrvTicketVisitPartBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsMSrc = new NICSQLTools.Data.dsMSrc();
     this.gridViewPart = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colPartId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEditPartId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCalcEditn2 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colActualPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.deEndDate = new DevExpress.XtraEditors.DateEdit();
     this.deStartDate = new DevExpress.XtraEditors.DateEdit();
     this.tbOpenComment = new DevExpress.XtraEditors.MemoEdit();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.lueTicket = new DevExpress.XtraEditors.LookUpEdit();
     this.lueTechnicianId = new DevExpress.XtraEditors.LookUpEdit();
     this.layoutControlGroupMain = new DevExpress.XtraLayout.LayoutControlGroup();
     this.ItemForAssetplaceId = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.tabbedControlGroupDetails = new DevExpress.XtraLayout.TabbedControlGroup();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.dxValidationProviderMain = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.mSrv_TicketVisitPartTableAdapter = new NICSQLTools.Data.dsMSrcTableAdapters.MSrv_TicketVisitPartTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControlMain)).BeginInit();
     this.dataLayoutControlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lueDamage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clbcReason)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mSrvTicketVisitPartBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsMSrc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditPartId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditn2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEndDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deStartDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbOpenComment.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueTicket.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueTechnicianId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForAssetplaceId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroupDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).BeginInit();
     this.SuspendLayout();
     //
     // dataLayoutControlMain
     //
     this.dataLayoutControlMain.Controls.Add(this.lueDamage);
     this.dataLayoutControlMain.Controls.Add(this.deDate);
     this.dataLayoutControlMain.Controls.Add(this.lblContactPerson);
     this.dataLayoutControlMain.Controls.Add(this.clbcReason);
     this.dataLayoutControlMain.Controls.Add(this.gridControlPart);
     this.dataLayoutControlMain.Controls.Add(this.deEndDate);
     this.dataLayoutControlMain.Controls.Add(this.deStartDate);
     this.dataLayoutControlMain.Controls.Add(this.tbOpenComment);
     this.dataLayoutControlMain.Controls.Add(this.btnSave);
     this.dataLayoutControlMain.Controls.Add(this.btnCancel);
     this.dataLayoutControlMain.Controls.Add(this.lueTicket);
     this.dataLayoutControlMain.Controls.Add(this.lueTechnicianId);
     this.dataLayoutControlMain.DataMember = "TblAssets";
     this.dataLayoutControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataLayoutControlMain.Location = new System.Drawing.Point(0, 0);
     this.dataLayoutControlMain.Name = "dataLayoutControlMain";
     this.dataLayoutControlMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1171, 152, 330, 622);
     this.dataLayoutControlMain.OptionsView.RightToLeftMirroringApplied = true;
     this.dataLayoutControlMain.Root = this.layoutControlGroupMain;
     this.dataLayoutControlMain.Size = new System.Drawing.Size(622, 545);
     this.dataLayoutControlMain.TabIndex = 0;
     this.dataLayoutControlMain.Text = "dataLayoutControl1";
     //
     // lueDamage
     //
     this.lueDamage.Location = new System.Drawing.Point(87, 239);
     this.lueDamage.Name = "lueDamage";
     this.lueDamage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lueDamage.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("msrv_dmg_reason_name", "name", 130, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.lueDamage.Properties.NullText = "";
     this.lueDamage.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.lueDamage.Size = new System.Drawing.Size(523, 20);
     this.lueDamage.StyleController = this.dataLayoutControlMain;
     this.lueDamage.TabIndex = 12;
     //
     // deDate
     //
     this.deDate.EditValue = null;
     this.deDate.Location = new System.Drawing.Point(99, 179);
     this.deDate.Name = "deDate";
     this.deDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deDate.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.deDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deDate.Properties.EditFormat.FormatString = "yyyy-MM-dd";
     this.deDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deDate.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.deDate.Size = new System.Drawing.Size(499, 20);
     this.deDate.StyleController = this.dataLayoutControlMain;
     this.deDate.TabIndex = 11;
     this.deDate.EditValueChanged += new System.EventHandler(this.deDate_EditValueChanged);
     //
     // lblContactPerson
     //
     this.lblContactPerson.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.lblContactPerson.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lblContactPerson.Location = new System.Drawing.Point(24, 68);
     this.lblContactPerson.Name = "lblContactPerson";
     this.lblContactPerson.Size = new System.Drawing.Size(9, 13);
     this.lblContactPerson.StyleController = this.dataLayoutControlMain;
     this.lblContactPerson.TabIndex = 10;
     this.lblContactPerson.Text = "...";
     //
     // clbcReason
     //
     this.clbcReason.HorizontalScrollbar = true;
     this.clbcReason.Location = new System.Drawing.Point(24, 366);
     this.clbcReason.Name = "clbcReason";
     this.clbcReason.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.clbcReason.Size = new System.Drawing.Size(574, 128);
     this.clbcReason.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.clbcReason.StyleController = this.dataLayoutControlMain;
     this.clbcReason.TabIndex = 1;
     //
     // gridControlPart
     //
     this.gridControlPart.DataSource = this.mSrvTicketVisitPartBindingSource;
     this.gridControlPart.Location = new System.Drawing.Point(24, 366);
     this.gridControlPart.MainView = this.gridViewPart;
     this.gridControlPart.Name = "gridControlPart";
     this.gridControlPart.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCalcEditn2,
     this.repositoryItemLookUpEditPartId});
     this.gridControlPart.Size = new System.Drawing.Size(574, 128);
     this.gridControlPart.TabIndex = 7;
     this.gridControlPart.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewPart});
     //
     // mSrvTicketVisitPartBindingSource
     //
     this.mSrvTicketVisitPartBindingSource.DataMember = "MSrv_TicketVisitPart";
     this.mSrvTicketVisitPartBindingSource.DataSource = this.dsMSrc;
     //
     // dsMSrc
     //
     this.dsMSrc.DataSetName = "dsMSrc";
     this.dsMSrc.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gridViewPart
     //
     this.gridViewPart.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colPartId,
     this.colQuantity,
     this.colActualPrice});
     this.gridViewPart.GridControl = this.gridControlPart;
     this.gridViewPart.Name = "gridViewPart";
     this.gridViewPart.NewItemRowText = "Click here to add new part";
     this.gridViewPart.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     this.gridViewPart.OptionsView.ShowDetailButtons = false;
     this.gridViewPart.OptionsView.ShowFooter = true;
     this.gridViewPart.OptionsView.ShowGroupPanel = false;
     this.gridViewPart.OptionsView.ShowIndicator = false;
     this.gridViewPart.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gridViewPart_InitNewRow);
     //
     // colPartId
     //
     this.colPartId.Caption = "Part Type";
     this.colPartId.ColumnEdit = this.repositoryItemLookUpEditPartId;
     this.colPartId.FieldName = "PartId";
     this.colPartId.Name = "colPartId";
     this.colPartId.Visible = true;
     this.colPartId.VisibleIndex = 0;
     this.colPartId.Width = 333;
     //
     // repositoryItemLookUpEditPartId
     //
     this.repositoryItemLookUpEditPartId.AutoHeight = false;
     this.repositoryItemLookUpEditPartId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEditPartId.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PartName", "Part Name", 60, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("PartPrice", "Part Price", 56, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Far)});
     this.repositoryItemLookUpEditPartId.Name = "repositoryItemLookUpEditPartId";
     this.repositoryItemLookUpEditPartId.NullText = "";
     this.repositoryItemLookUpEditPartId.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEditPartId.EditValueChanged += new System.EventHandler(this.repositoryItemLookUpEditPartId_EditValueChanged);
     //
     // colQuantity
     //
     this.colQuantity.Caption = "Quantity";
     this.colQuantity.ColumnEdit = this.repositoryItemCalcEditn2;
     this.colQuantity.FieldName = "Quantity";
     this.colQuantity.Name = "colQuantity";
     this.colQuantity.Visible = true;
     this.colQuantity.VisibleIndex = 1;
     //
     // repositoryItemCalcEditn2
     //
     this.repositoryItemCalcEditn2.AutoHeight = false;
     this.repositoryItemCalcEditn2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEditn2.DisplayFormat.FormatString = "n2";
     this.repositoryItemCalcEditn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditn2.EditFormat.FormatString = "n2";
     this.repositoryItemCalcEditn2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEditn2.Mask.EditMask = "n2";
     this.repositoryItemCalcEditn2.Name = "repositoryItemCalcEditn2";
     //
     // colActualPrice
     //
     this.colActualPrice.Caption = "Price";
     this.colActualPrice.ColumnEdit = this.repositoryItemCalcEditn2;
     this.colActualPrice.FieldName = "ActualPrice";
     this.colActualPrice.Name = "colActualPrice";
     this.colActualPrice.Visible = true;
     this.colActualPrice.VisibleIndex = 2;
     this.colActualPrice.Width = 162;
     //
     // deEndDate
     //
     this.deEndDate.EditValue = null;
     this.deEndDate.Location = new System.Drawing.Point(387, 203);
     this.deEndDate.Name = "deEndDate";
     this.deEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deEndDate.Properties.CalendarDateEditing = false;
     this.deEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deEndDate.Properties.DisplayFormat.FormatString = "t";
     this.deEndDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deEndDate.Properties.EditFormat.FormatString = "t";
     this.deEndDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deEndDate.Properties.Mask.EditMask = "t";
     this.deEndDate.Size = new System.Drawing.Size(211, 20);
     this.deEndDate.StyleController = this.dataLayoutControlMain;
     this.deEndDate.TabIndex = 4;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "This value is not valid";
     this.dxValidationProviderMain.SetValidationRule(this.deEndDate, conditionValidationRule1);
     //
     // deStartDate
     //
     this.deStartDate.EditValue = null;
     this.deStartDate.Location = new System.Drawing.Point(99, 203);
     this.deStartDate.Name = "deStartDate";
     this.deStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deStartDate.Properties.CalendarDateEditing = false;
     this.deStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.deStartDate.Properties.DisplayFormat.FormatString = "t";
     this.deStartDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deStartDate.Properties.EditFormat.FormatString = "t";
     this.deStartDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.deStartDate.Properties.Mask.EditMask = "t";
     this.deStartDate.Size = new System.Drawing.Size(209, 20);
     this.deStartDate.StyleController = this.dataLayoutControlMain;
     this.deStartDate.TabIndex = 3;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText = "This value is not valid";
     this.dxValidationProviderMain.SetValidationRule(this.deStartDate, conditionValidationRule2);
     //
     // tbOpenComment
     //
     this.tbOpenComment.Location = new System.Drawing.Point(87, 263);
     this.tbOpenComment.Name = "tbOpenComment";
     this.tbOpenComment.Properties.MaxLength = 255;
     this.tbOpenComment.Size = new System.Drawing.Size(523, 60);
     this.tbOpenComment.StyleController = this.dataLayoutControlMain;
     this.tbOpenComment.TabIndex = 5;
     //
     // btnSave
     //
     this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.btnSave.Appearance.Options.UseFont = true;
     this.btnSave.Image = global::NICSQLTools.Properties.Resources.apply_16x16;
     this.btnSave.Location = new System.Drawing.Point(12, 510);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(411, 23);
     this.btnSave.StyleController = this.dataLayoutControlMain;
     this.btnSave.TabIndex = 8;
     this.btnSave.Text = "Save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.btnCancel.Appearance.Options.UseFont = true;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Image = global::NICSQLTools.Properties.Resources.cancel_16x16;
     this.btnCancel.Location = new System.Drawing.Point(427, 510);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(183, 23);
     this.btnCancel.StyleController = this.dataLayoutControlMain;
     this.btnCancel.TabIndex = 9;
     this.btnCancel.Text = "Cancel";
     //
     // lueTicket
     //
     this.lueTicket.EnterMoveNextControl = true;
     this.lueTicket.Location = new System.Drawing.Point(24, 42);
     this.lueTicket.Name = "lueTicket";
     this.lueTicket.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.lueTicket.Properties.Appearance.Options.UseFont = true;
     this.lueTicket.Properties.Appearance.Options.UseTextOptions = true;
     this.lueTicket.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.lueTicket.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
     this.lueTicket.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lueTicket.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TicketId", "Ticket Id", 72, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Far),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CustomerId", "Customer Id", 80, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("IssueContactPerson", "Customer Name"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("EquipmentSerial", "Equipment Serial", 107, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Route", "Route", 43, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("OpenDate", "Open Date", 70, DevExpress.Utils.FormatType.DateTime, "yyyy-MM-dd HH:mm", true, DevExpress.Utils.HorzAlignment.Near)});
     this.lueTicket.Properties.DropDownRows = 10;
     this.lueTicket.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
     this.lueTicket.Properties.NullText = "";
     this.lueTicket.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.lueTicket.Size = new System.Drawing.Size(574, 22);
     this.lueTicket.StyleController = this.dataLayoutControlMain;
     this.lueTicket.TabIndex = 0;
     conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule3.ErrorText = "This value is not valid";
     this.dxValidationProviderMain.SetValidationRule(this.lueTicket, conditionValidationRule3);
     this.lueTicket.EditValueChanged += new System.EventHandler(this.lueTicket_EditValueChanged);
     //
     // lueTechnicianId
     //
     this.lueTechnicianId.EnterMoveNextControl = true;
     this.lueTechnicianId.Location = new System.Drawing.Point(87, 123);
     this.lueTechnicianId.Name = "lueTechnicianId";
     this.lueTechnicianId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.lueTechnicianId.Properties.Appearance.Options.UseFont = true;
     this.lueTechnicianId.Properties.Appearance.Options.UseTextOptions = true;
     this.lueTechnicianId.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.lueTechnicianId.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
     this.lueTechnicianId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lueTechnicianId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TechnicianId", "Technician Id", 99, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Far),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TechnicianName", "Technician Name", 108, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("TechnicianCompany", "Technician Company", 128, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.lueTechnicianId.Properties.DropDownRows = 10;
     this.lueTechnicianId.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
     this.lueTechnicianId.Properties.NullText = "";
     this.lueTechnicianId.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.lueTechnicianId.Size = new System.Drawing.Size(523, 22);
     this.lueTechnicianId.StyleController = this.dataLayoutControlMain;
     this.lueTechnicianId.TabIndex = 2;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule4.ErrorText = "This value is not valid";
     this.dxValidationProviderMain.SetValidationRule(this.lueTechnicianId, conditionValidationRule4);
     //
     // layoutControlGroupMain
     //
     this.layoutControlGroupMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroupMain.GroupBordersVisible = false;
     this.layoutControlGroupMain.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.ItemForAssetplaceId,
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem9,
     this.tabbedControlGroupDetails,
     this.layoutControlGroup2,
     this.emptySpaceItem1,
     this.splitterItem1,
     this.layoutControlGroup4,
     this.layoutControlItem11});
     this.layoutControlGroupMain.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroupMain.Name = "Root";
     this.layoutControlGroupMain.Size = new System.Drawing.Size(622, 545);
     this.layoutControlGroupMain.TextVisible = false;
     //
     // ItemForAssetplaceId
     //
     this.ItemForAssetplaceId.Control = this.lueTechnicianId;
     this.ItemForAssetplaceId.Location = new System.Drawing.Point(0, 111);
     this.ItemForAssetplaceId.Name = "ItemForAssetplaceId";
     this.ItemForAssetplaceId.Size = new System.Drawing.Size(602, 26);
     this.ItemForAssetplaceId.Text = "Technician";
     this.ItemForAssetplaceId.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.btnCancel;
     this.layoutControlItem1.Location = new System.Drawing.Point(415, 498);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(187, 27);
     this.layoutControlItem1.Text = "Cancel";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnSave;
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 498);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(415, 27);
     this.layoutControlItem2.Text = "Save";
     this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem9.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.layoutControlItem9.Control = this.tbOpenComment;
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 251);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(602, 64);
     this.layoutControlItem9.Text = "Comment";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 13);
     //
     // tabbedControlGroupDetails
     //
     this.tabbedControlGroupDetails.Location = new System.Drawing.Point(0, 320);
     this.tabbedControlGroupDetails.Name = "tabbedControlGroupDetails";
     this.tabbedControlGroupDetails.SelectedTabPage = this.layoutControlGroup3;
     this.tabbedControlGroupDetails.SelectedTabPageIndex = 0;
     this.tabbedControlGroupDetails.Size = new System.Drawing.Size(602, 178);
     this.tabbedControlGroupDetails.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlGroup3,
     this.layoutControlGroup1});
     this.tabbedControlGroupDetails.Text = "Details";
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem4});
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(578, 132);
     this.layoutControlGroup3.Text = "Resolution";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.clbcReason;
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(578, 132);
     this.layoutControlItem4.Text = "Reasons List";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem3});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Size = new System.Drawing.Size(578, 132);
     this.layoutControlGroup1.Text = "Parts Usage";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControlPart;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(578, 132);
     this.layoutControlItem3.Text = "Parts";
     this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem5,
     this.layoutControlItem7});
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(602, 85);
     this.layoutControlGroup2.Text = "Select Ticket";
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.lueTicket;
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(578, 26);
     this.layoutControlItem5.Text = "Select Ticket";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.layoutControlItem7.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.layoutControlItem7.Control = this.lblContactPerson;
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(578, 17);
     this.layoutControlItem7.Text = "Ticket Info";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 85);
     this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 26);
     this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 26);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(602, 26);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.Location = new System.Drawing.Point(0, 315);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(602, 5);
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem10,
     this.layoutControlItem6,
     this.layoutControlItem8});
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 137);
     this.layoutControlGroup4.Name = "layoutControlGroup4";
     this.layoutControlGroup4.Size = new System.Drawing.Size(602, 90);
     this.layoutControlGroup4.Text = "Date of visit";
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control = this.deDate;
     this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(578, 24);
     this.layoutControlItem10.Text = "Date of visit";
     this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.deStartDate;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(288, 24);
     this.layoutControlItem6.Text = "From time";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.deEndDate;
     this.layoutControlItem8.Location = new System.Drawing.Point(288, 24);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(290, 24);
     this.layoutControlItem8.Text = "To time";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 13);
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.lueDamage;
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 227);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(602, 24);
     this.layoutControlItem11.Text = "Damage Found";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(72, 13);
     //
     // mSrv_TicketVisitPartTableAdapter
     //
     this.mSrv_TicketVisitPartTableAdapter.ClearBeforeFill = true;
     //
     // MSrvTicketVisitAddDlg
     //
     this.AcceptButton = this.btnSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(622, 545);
     this.Controls.Add(this.dataLayoutControlMain);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MSrvTicketVisitAddDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Editor";
     this.Load += new System.EventHandler(this.Dlg_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControlMain)).EndInit();
     this.dataLayoutControlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lueDamage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clbcReason)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mSrvTicketVisitPartBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsMSrc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditPartId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEditn2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEndDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deStartDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbOpenComment.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueTicket.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lueTechnicianId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemForAssetplaceId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroupDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).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.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsRetirementCenter = new RetirementCenter.DataSources.dsRetirementCenter();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.btnSearch60 = new DevExpress.XtraEditors.SimpleButton();
     this.tbCode60 = new DevExpress.XtraEditors.TextEdit();
     this.gridControlData = new DevExpress.XtraGrid.GridControl();
     this.vQry28bBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridViewData = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colMMashatId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfdatefrom = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfdateto = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmonymonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colrsmmonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coleshtrakmonth = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colestktaa = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEdafat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMMashatName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfnumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDofatSarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSarfTypeedad = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonId = 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.coldatein = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEditDMY = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.coluserin = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdituserin = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colresponsiblesarf = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colresponsiblesarfId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colResponsiblesarfName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colYasref_Current = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSendBank = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colnewid = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActivate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colamanatvisa = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsarfcheek = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.gridControlbank = new DevExpress.XtraGrid.GridControl();
     this.vQry102BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridViewbank = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDofatSarf1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colvisanumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsummony = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colsendbankdate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colamanatmony = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colamanatwareddate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonId1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colpersonName1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.repositoryItemMemoExEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.tbCode = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.usersTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.UsersTableAdapter();
     this.vQry28bTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.vQry28bTableAdapter();
     this.vQry102TableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.vQry102TableAdapter();
     this.colDofatSarf_From = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDofatSarf_To = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbCode60.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vQry28bBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdituserin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlbank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vQry102BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewbank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.SuspendLayout();
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // usersBindingSource
     //
     this.usersBindingSource.DataMember = "Users";
     this.usersBindingSource.DataSource = this.dsRetirementCenter;
     //
     // dsRetirementCenter
     //
     this.dsRetirementCenter.DataSetName = "dsRetirementCenter";
     this.dsRetirementCenter.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // 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(512, 12);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(78, 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.btnSearch60);
     this.layoutControl1.Controls.Add(this.tbCode60);
     this.layoutControl1.Controls.Add(this.gridControlData);
     this.layoutControl1.Controls.Add(this.gridControlbank);
     this.layoutControl1.Controls.Add(this.btnSearch);
     this.layoutControl1.Controls.Add(this.tbCode);
     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(1128, 454, 250, 350);
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(734, 462);
     this.layoutControl1.TabIndex = 5;
     this.layoutControl1.Text = "layoutControl1";
     //
     // btnSearch60
     //
     this.btnSearch60.Image = global::RetirementCenter.Properties.Resources.apply_16x16;
     this.btnSearch60.Location = new System.Drawing.Point(284, 12);
     this.btnSearch60.Name = "btnSearch60";
     this.btnSearch60.Size = new System.Drawing.Size(87, 22);
     this.btnSearch60.StyleController = this.layoutControl1;
     this.btnSearch60.TabIndex = 8;
     this.btnSearch60.Text = "بحث بكود 60";
     this.btnSearch60.Click += new System.EventHandler(this.btnSearch60_Click);
     //
     // tbCode60
     //
     this.tbCode60.Location = new System.Drawing.Point(375, 12);
     this.tbCode60.Name = "tbCode60";
     this.tbCode60.Size = new System.Drawing.Size(97, 20);
     this.tbCode60.StyleController = this.layoutControl1;
     this.tbCode60.TabIndex = 7;
     //
     // 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.vQry28bBindingSource;
     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.repositoryItemDateEditDMY,
     this.repositoryItemMemoExEdit1,
     this.repositoryItemLookUpEdituserin});
     this.gridControlData.Size = new System.Drawing.Size(710, 226);
     this.gridControlData.TabIndex = 6;
     this.gridControlData.UseEmbeddedNavigator = true;
     this.gridControlData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewData});
     //
     // vQry28bBindingSource
     //
     this.vQry28bBindingSource.DataMember = "vQry28b";
     this.vQry28bBindingSource.DataSource = this.dsQueries;
     //
     // 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.colMMashatId,
     this.colsarfdatefrom,
     this.colsarfdateto,
     this.colmonymonth,
     this.colrsmmonth,
     this.coleshtrakmonth,
     this.colestktaa,
     this.colsarf,
     this.colEdafat,
     this.colMMashatName,
     this.colsarfnumber,
     this.colDofatSarf,
     this.colSarfTypeedad,
     this.colPersonId,
     this.colpersonName,
     this.colSyndicate,
     this.colSubCommitte,
     this.coldatein,
     this.coluserin,
     this.colresponsiblesarf,
     this.colresponsiblesarfId,
     this.colResponsiblesarfName,
     this.colYasref_Current,
     this.colSendBank,
     this.colnewid,
     this.colActivate,
     this.colamanatvisa,
     this.colsarfcheek,
     this.gridColumn1,
     this.colDofatSarf_From,
     this.colDofatSarf_To});
     this.gridViewData.GridControl = this.gridControlData;
     this.gridViewData.Name = "gridViewData";
     this.gridViewData.OptionsBehavior.ReadOnly = true;
     this.gridViewData.OptionsCustomization.AllowRowSizing = 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.ShowGroupPanel = false;
     this.gridViewData.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.coldatein, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // 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.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Equals;
     this.colMMashatId.Visible = true;
     this.colMMashatId.VisibleIndex = 4;
     //
     // colsarfdatefrom
     //
     this.colsarfdatefrom.AppearanceCell.Options.UseTextOptions = true;
     this.colsarfdatefrom.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfdatefrom.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarfdatefrom.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfdatefrom.Caption = "من";
     this.colsarfdatefrom.FieldName = "sarfdatefrom";
     this.colsarfdatefrom.Name = "colsarfdatefrom";
     this.colsarfdatefrom.Visible = true;
     this.colsarfdatefrom.VisibleIndex = 29;
     //
     // colsarfdateto
     //
     this.colsarfdateto.AppearanceCell.Options.UseTextOptions = true;
     this.colsarfdateto.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfdateto.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarfdateto.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfdateto.Caption = "الي";
     this.colsarfdateto.FieldName = "sarfdateto";
     this.colsarfdateto.Name = "colsarfdateto";
     this.colsarfdateto.Visible = true;
     this.colsarfdateto.VisibleIndex = 30;
     //
     // colmonymonth
     //
     this.colmonymonth.AppearanceCell.Options.UseTextOptions = true;
     this.colmonymonth.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colmonymonth.AppearanceHeader.Options.UseTextOptions = true;
     this.colmonymonth.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colmonymonth.Caption = "المبلغ";
     this.colmonymonth.FieldName = "monymonth";
     this.colmonymonth.Name = "colmonymonth";
     this.colmonymonth.Visible = true;
     this.colmonymonth.VisibleIndex = 11;
     //
     // colrsmmonth
     //
     this.colrsmmonth.AppearanceCell.Options.UseTextOptions = true;
     this.colrsmmonth.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colrsmmonth.AppearanceHeader.Options.UseTextOptions = true;
     this.colrsmmonth.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colrsmmonth.Caption = "رسم";
     this.colrsmmonth.FieldName = "rsmmonth";
     this.colrsmmonth.Name = "colrsmmonth";
     this.colrsmmonth.Visible = true;
     this.colrsmmonth.VisibleIndex = 12;
     //
     // coleshtrakmonth
     //
     this.coleshtrakmonth.AppearanceCell.Options.UseTextOptions = true;
     this.coleshtrakmonth.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coleshtrakmonth.AppearanceHeader.Options.UseTextOptions = true;
     this.coleshtrakmonth.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.coleshtrakmonth.Caption = "اشتراك";
     this.coleshtrakmonth.FieldName = "eshtrakmonth";
     this.coleshtrakmonth.Name = "coleshtrakmonth";
     this.coleshtrakmonth.Visible = true;
     this.coleshtrakmonth.VisibleIndex = 13;
     //
     // colestktaa
     //
     this.colestktaa.AppearanceCell.Options.UseTextOptions = true;
     this.colestktaa.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colestktaa.AppearanceHeader.Options.UseTextOptions = true;
     this.colestktaa.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colestktaa.Caption = "استقطاع";
     this.colestktaa.FieldName = "estktaa";
     this.colestktaa.Name = "colestktaa";
     this.colestktaa.Visible = true;
     this.colestktaa.VisibleIndex = 14;
     //
     // colsarf
     //
     this.colsarf.AppearanceCell.Options.UseTextOptions = true;
     this.colsarf.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarf.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarf.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarf.Caption = "يصرف";
     this.colsarf.FieldName = "sarf";
     this.colsarf.Name = "colsarf";
     this.colsarf.Visible = true;
     this.colsarf.VisibleIndex = 15;
     //
     // colEdafat
     //
     this.colEdafat.AppearanceCell.Options.UseTextOptions = true;
     this.colEdafat.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdafat.AppearanceHeader.Options.UseTextOptions = true;
     this.colEdafat.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colEdafat.Caption = "اضافات";
     this.colEdafat.FieldName = "Edafat";
     this.colEdafat.Name = "colEdafat";
     this.colEdafat.Visible = true;
     this.colEdafat.VisibleIndex = 16;
     //
     // colMMashatName
     //
     this.colMMashatName.AppearanceCell.Options.UseTextOptions = true;
     this.colMMashatName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName.AppearanceHeader.Options.UseTextOptions = true;
     this.colMMashatName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMMashatName.Caption = "اسم العضو";
     this.colMMashatName.FieldName = "MMashatName";
     this.colMMashatName.Name = "colMMashatName";
     this.colMMashatName.Visible = true;
     this.colMMashatName.VisibleIndex = 5;
     //
     // 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.Visible = true;
     this.colsarfnumber.VisibleIndex = 17;
     //
     // colDofatSarf
     //
     this.colDofatSarf.AppearanceCell.Options.UseTextOptions = true;
     this.colDofatSarf.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf.AppearanceHeader.Options.UseTextOptions = true;
     this.colDofatSarf.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf.Caption = "الدفعه";
     this.colDofatSarf.FieldName = "DofatSarf";
     this.colDofatSarf.Name = "colDofatSarf";
     this.colDofatSarf.Visible = true;
     this.colDofatSarf.VisibleIndex = 6;
     //
     // colSarfTypeedad
     //
     this.colSarfTypeedad.AppearanceCell.Options.UseTextOptions = true;
     this.colSarfTypeedad.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSarfTypeedad.AppearanceHeader.Options.UseTextOptions = true;
     this.colSarfTypeedad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSarfTypeedad.Caption = "نوع الصرف";
     this.colSarfTypeedad.FieldName = "SarfTypeedad";
     this.colSarfTypeedad.Name = "colSarfTypeedad";
     this.colSarfTypeedad.Visible = true;
     this.colSarfTypeedad.VisibleIndex = 8;
     //
     // colPersonId
     //
     this.colPersonId.AppearanceCell.Options.UseTextOptions = true;
     this.colPersonId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPersonId.AppearanceHeader.Options.UseTextOptions = true;
     this.colPersonId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPersonId.Caption = "كود الوريث";
     this.colPersonId.FieldName = "PersonId";
     this.colPersonId.Name = "colPersonId";
     this.colPersonId.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Equals;
     this.colPersonId.Visible = true;
     this.colPersonId.VisibleIndex = 2;
     //
     // 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 = "personName";
     this.colpersonName.Name = "colpersonName";
     this.colpersonName.Visible = true;
     this.colpersonName.VisibleIndex = 3;
     //
     // 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 = 18;
     //
     // 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 = 19;
     //
     // 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.repositoryItemDateEditDMY;
     this.coldatein.FieldName = "datein";
     this.coldatein.Name = "coldatein";
     this.coldatein.Visible = true;
     this.coldatein.VisibleIndex = 7;
     //
     // 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()});
     //
     // 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.repositoryItemLookUpEdituserin;
     this.coluserin.FieldName = "userin";
     this.coluserin.Name = "coluserin";
     this.coluserin.Visible = true;
     this.coluserin.VisibleIndex = 20;
     this.coluserin.Width = 88;
     //
     // 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.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserID", "User ID", 59, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Far),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RealName", "Real Name", 61, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.repositoryItemLookUpEdituserin.DataSource = this.usersBindingSource;
     this.repositoryItemLookUpEdituserin.DisplayMember = "RealName";
     this.repositoryItemLookUpEdituserin.Name = "repositoryItemLookUpEdituserin";
     this.repositoryItemLookUpEdituserin.NullText = "";
     this.repositoryItemLookUpEdituserin.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEdituserin.ValueMember = "UserID";
     //
     // colresponsiblesarf
     //
     this.colresponsiblesarf.AppearanceCell.Options.UseTextOptions = true;
     this.colresponsiblesarf.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colresponsiblesarf.AppearanceHeader.Options.UseTextOptions = true;
     this.colresponsiblesarf.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colresponsiblesarf.Caption = "مسئول";
     this.colresponsiblesarf.FieldName = "responsiblesarf";
     this.colresponsiblesarf.Name = "colresponsiblesarf";
     this.colresponsiblesarf.Visible = true;
     this.colresponsiblesarf.VisibleIndex = 21;
     //
     // colresponsiblesarfId
     //
     this.colresponsiblesarfId.AppearanceCell.Options.UseTextOptions = true;
     this.colresponsiblesarfId.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colresponsiblesarfId.AppearanceHeader.Options.UseTextOptions = true;
     this.colresponsiblesarfId.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colresponsiblesarfId.Caption = "كود المسئول";
     this.colresponsiblesarfId.FieldName = "responsiblesarfId";
     this.colresponsiblesarfId.Name = "colresponsiblesarfId";
     this.colresponsiblesarfId.Visible = true;
     this.colresponsiblesarfId.VisibleIndex = 22;
     this.colresponsiblesarfId.Width = 78;
     //
     // colResponsiblesarfName
     //
     this.colResponsiblesarfName.AppearanceCell.Options.UseTextOptions = true;
     this.colResponsiblesarfName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colResponsiblesarfName.AppearanceHeader.Options.UseTextOptions = true;
     this.colResponsiblesarfName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colResponsiblesarfName.Caption = "اسم المسئول";
     this.colResponsiblesarfName.FieldName = "ResponsiblesarfName";
     this.colResponsiblesarfName.Name = "colResponsiblesarfName";
     this.colResponsiblesarfName.Visible = true;
     this.colResponsiblesarfName.VisibleIndex = 23;
     this.colResponsiblesarfName.Width = 85;
     //
     // colYasref_Current
     //
     this.colYasref_Current.AppearanceCell.Options.UseTextOptions = true;
     this.colYasref_Current.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colYasref_Current.AppearanceHeader.Options.UseTextOptions = true;
     this.colYasref_Current.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colYasref_Current.Caption = "يصرف حاليا";
     this.colYasref_Current.FieldName = "Yasref_Current";
     this.colYasref_Current.Name = "colYasref_Current";
     this.colYasref_Current.Visible = true;
     this.colYasref_Current.VisibleIndex = 24;
     //
     // colSendBank
     //
     this.colSendBank.AppearanceCell.Options.UseTextOptions = true;
     this.colSendBank.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSendBank.AppearanceHeader.Options.UseTextOptions = true;
     this.colSendBank.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSendBank.Caption = "تم الاعداد";
     this.colSendBank.FieldName = "SendBank";
     this.colSendBank.Name = "colSendBank";
     this.colSendBank.Visible = true;
     this.colSendBank.VisibleIndex = 1;
     //
     // colnewid
     //
     this.colnewid.AppearanceCell.Options.UseTextOptions = true;
     this.colnewid.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnewid.AppearanceHeader.Options.UseTextOptions = true;
     this.colnewid.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colnewid.Caption = "كود60";
     this.colnewid.FieldName = "newid";
     this.colnewid.Name = "colnewid";
     this.colnewid.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Equals;
     this.colnewid.Visible = true;
     this.colnewid.VisibleIndex = 0;
     //
     // colActivate
     //
     this.colActivate.AppearanceCell.Options.UseTextOptions = true;
     this.colActivate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colActivate.AppearanceHeader.Options.UseTextOptions = true;
     this.colActivate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colActivate.Caption = "تفعيل";
     this.colActivate.FieldName = "Activate";
     this.colActivate.Name = "colActivate";
     this.colActivate.Visible = true;
     this.colActivate.VisibleIndex = 25;
     //
     // colamanatvisa
     //
     this.colamanatvisa.AppearanceCell.Options.UseTextOptions = true;
     this.colamanatvisa.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatvisa.AppearanceHeader.Options.UseTextOptions = true;
     this.colamanatvisa.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatvisa.Caption = "امانات فيزا";
     this.colamanatvisa.FieldName = "amanatvisa";
     this.colamanatvisa.Name = "colamanatvisa";
     this.colamanatvisa.Visible = true;
     this.colamanatvisa.VisibleIndex = 26;
     //
     // colsarfcheek
     //
     this.colsarfcheek.AppearanceCell.Options.UseTextOptions = true;
     this.colsarfcheek.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfcheek.AppearanceHeader.Options.UseTextOptions = true;
     this.colsarfcheek.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsarfcheek.Caption = "شيك";
     this.colsarfcheek.FieldName = "sarfcheek";
     this.colsarfcheek.Name = "colsarfcheek";
     this.colsarfcheek.Visible = true;
     this.colsarfcheek.VisibleIndex = 27;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "تاريخ الارسال للبنك";
     this.gridColumn1.FieldName = "SendBankDate";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 28;
     this.gridColumn1.Width = 105;
     //
     // 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";
     //
     // gridControlbank
     //
     this.gridControlbank.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.gridControlbank.DataSource = this.vQry102BindingSource;
     this.gridControlbank.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlbank.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlbank.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlbank.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlbank.EmbeddedNavigator.TextStringFormat = "صف {0} من {1}";
     this.gridControlbank.Location = new System.Drawing.Point(12, 273);
     this.gridControlbank.MainView = this.gridViewbank;
     this.gridControlbank.Name = "gridControlbank";
     this.gridControlbank.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit1,
     this.repositoryItemMemoExEdit2,
     this.repositoryItemLookUpEdit1});
     this.gridControlbank.Size = new System.Drawing.Size(710, 177);
     this.gridControlbank.TabIndex = 5;
     this.gridControlbank.UseEmbeddedNavigator = true;
     this.gridControlbank.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewbank});
     //
     // vQry102BindingSource
     //
     this.vQry102BindingSource.DataMember = "vQry102";
     this.vQry102BindingSource.DataSource = this.dsQueries;
     //
     // gridViewbank
     //
     this.gridViewbank.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gridViewbank.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Gainsboro;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gridViewbank.Appearance.Empty.BackColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.Empty.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.gridViewbank.Appearance.Empty.Options.UseBackColor = true;
     this.gridViewbank.Appearance.EvenRow.BackColor = System.Drawing.Color.White;
     this.gridViewbank.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.Gray;
     this.gridViewbank.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.Gray;
     this.gridViewbank.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gridViewbank.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.FilterPanel.BackColor = System.Drawing.Color.Gray;
     this.gridViewbank.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
     this.gridViewbank.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gridViewbank.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gridViewbank.Appearance.FocusedRow.BackColor = System.Drawing.Color.Black;
     this.gridViewbank.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
     this.gridViewbank.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gridViewbank.Appearance.FooterPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.FooterPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gridViewbank.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.FooterPanel.Options.UseTextOptions = true;
     this.gridViewbank.Appearance.FooterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewbank.Appearance.GroupButton.BackColor = System.Drawing.Color.Silver;
     this.gridViewbank.Appearance.GroupButton.BorderColor = System.Drawing.Color.Silver;
     this.gridViewbank.Appearance.GroupButton.Options.UseBackColor = true;
     this.gridViewbank.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.GroupFooter.BackColor = System.Drawing.Color.Silver;
     this.gridViewbank.Appearance.GroupFooter.BorderColor = System.Drawing.Color.Silver;
     this.gridViewbank.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gridViewbank.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.GroupPanel.BackColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Gray;
     this.gridViewbank.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gridViewbank.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridViewbank.Appearance.GroupRow.BackColor = System.Drawing.Color.Silver;
     this.gridViewbank.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.gridViewbank.Appearance.GroupRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.GroupRow.Options.UseFont = true;
     this.gridViewbank.Appearance.HeaderPanel.BackColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.DarkGray;
     this.gridViewbank.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gridViewbank.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gridViewbank.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.LightSlateGray;
     this.gridViewbank.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.HorzLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewbank.Appearance.HorzLine.Options.UseBackColor = true;
     this.gridViewbank.Appearance.OddRow.BackColor = System.Drawing.Color.WhiteSmoke;
     this.gridViewbank.Appearance.OddRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.Preview.BackColor = System.Drawing.Color.Gainsboro;
     this.gridViewbank.Appearance.Preview.ForeColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.Preview.Options.UseBackColor = true;
     this.gridViewbank.Appearance.Preview.Options.UseForeColor = true;
     this.gridViewbank.Appearance.Row.BackColor = System.Drawing.Color.White;
     this.gridViewbank.Appearance.Row.Options.UseBackColor = true;
     this.gridViewbank.Appearance.RowSeparator.BackColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gridViewbank.Appearance.SelectedRow.BackColor = System.Drawing.Color.DimGray;
     this.gridViewbank.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gridViewbank.Appearance.VertLine.BackColor = System.Drawing.Color.LightGray;
     this.gridViewbank.Appearance.VertLine.Options.UseBackColor = true;
     this.gridViewbank.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colDofatSarf1,
     this.colvisanumber,
     this.colsummony,
     this.colsendbankdate,
     this.colamanatmony,
     this.colamanatwareddate,
     this.colPersonId1,
     this.colpersonName1});
     this.gridViewbank.GridControl = this.gridControlbank;
     this.gridViewbank.Name = "gridViewbank";
     this.gridViewbank.OptionsBehavior.ReadOnly = true;
     this.gridViewbank.OptionsCustomization.AllowRowSizing = true;
     this.gridViewbank.OptionsPrint.EnableAppearanceEvenRow = true;
     this.gridViewbank.OptionsPrint.EnableAppearanceOddRow = true;
     this.gridViewbank.OptionsView.ColumnAutoWidth = false;
     this.gridViewbank.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewbank.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewbank.OptionsView.ShowGroupPanel = false;
     this.gridViewbank.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colsendbankdate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colDofatSarf1
     //
     this.colDofatSarf1.AppearanceCell.Options.UseTextOptions = true;
     this.colDofatSarf1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf1.AppearanceHeader.Options.UseTextOptions = true;
     this.colDofatSarf1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf1.Caption = "الدفعة";
     this.colDofatSarf1.FieldName = "DofatSarf";
     this.colDofatSarf1.Name = "colDofatSarf1";
     this.colDofatSarf1.Visible = true;
     this.colDofatSarf1.VisibleIndex = 2;
     //
     // colvisanumber
     //
     this.colvisanumber.AppearanceCell.Options.UseTextOptions = true;
     this.colvisanumber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colvisanumber.AppearanceHeader.Options.UseTextOptions = true;
     this.colvisanumber.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colvisanumber.Caption = "رقم الفيزا";
     this.colvisanumber.FieldName = "visanumber";
     this.colvisanumber.Name = "colvisanumber";
     this.colvisanumber.Visible = true;
     this.colvisanumber.VisibleIndex = 6;
     //
     // colsummony
     //
     this.colsummony.AppearanceCell.Options.UseTextOptions = true;
     this.colsummony.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsummony.AppearanceHeader.Options.UseTextOptions = true;
     this.colsummony.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsummony.Caption = "المبلغ";
     this.colsummony.FieldName = "summony";
     this.colsummony.Name = "colsummony";
     this.colsummony.Visible = true;
     this.colsummony.VisibleIndex = 3;
     //
     // colsendbankdate
     //
     this.colsendbankdate.AppearanceCell.Options.UseTextOptions = true;
     this.colsendbankdate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsendbankdate.AppearanceHeader.Options.UseTextOptions = true;
     this.colsendbankdate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colsendbankdate.Caption = "تاريخ الارسال";
     this.colsendbankdate.FieldName = "sendbankdate";
     this.colsendbankdate.Name = "colsendbankdate";
     this.colsendbankdate.Visible = true;
     this.colsendbankdate.VisibleIndex = 5;
     this.colsendbankdate.Width = 91;
     //
     // colamanatmony
     //
     this.colamanatmony.AppearanceCell.Options.UseTextOptions = true;
     this.colamanatmony.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatmony.AppearanceHeader.Options.UseTextOptions = true;
     this.colamanatmony.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatmony.Caption = "مبلغ الامانات";
     this.colamanatmony.FieldName = "amanatmony";
     this.colamanatmony.Name = "colamanatmony";
     this.colamanatmony.Visible = true;
     this.colamanatmony.VisibleIndex = 4;
     this.colamanatmony.Width = 76;
     //
     // colamanatwareddate
     //
     this.colamanatwareddate.AppearanceCell.Options.UseTextOptions = true;
     this.colamanatwareddate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatwareddate.AppearanceHeader.Options.UseTextOptions = true;
     this.colamanatwareddate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colamanatwareddate.Caption = "تاريخ التوريد";
     this.colamanatwareddate.FieldName = "amanatwareddate";
     this.colamanatwareddate.Name = "colamanatwareddate";
     this.colamanatwareddate.Visible = true;
     this.colamanatwareddate.VisibleIndex = 7;
     //
     // colPersonId1
     //
     this.colPersonId1.AppearanceCell.Options.UseTextOptions = true;
     this.colPersonId1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPersonId1.AppearanceHeader.Options.UseTextOptions = true;
     this.colPersonId1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPersonId1.Caption = "كود الوريث";
     this.colPersonId1.FieldName = "PersonId";
     this.colPersonId1.Name = "colPersonId1";
     this.colPersonId1.Visible = true;
     this.colPersonId1.VisibleIndex = 0;
     //
     // colpersonName1
     //
     this.colpersonName1.AppearanceCell.Options.UseTextOptions = true;
     this.colpersonName1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colpersonName1.AppearanceHeader.Options.UseTextOptions = true;
     this.colpersonName1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colpersonName1.Caption = "اسم الوريث";
     this.colpersonName1.FieldName = "personName";
     this.colpersonName1.Name = "colpersonName1";
     this.colpersonName1.Visible = true;
     this.colpersonName1.VisibleIndex = 1;
     //
     // 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.EditFormat.FormatString = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.repositoryItemDateEdit1.Mask.EditMask = "dd/MM/yyyy";
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // repositoryItemMemoExEdit2
     //
     this.repositoryItemMemoExEdit2.AutoHeight = false;
     this.repositoryItemMemoExEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEdit2.Name = "repositoryItemMemoExEdit2";
     //
     // 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.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("UserID", "User ID", 59, DevExpress.Utils.FormatType.Numeric, "", true, DevExpress.Utils.HorzAlignment.Far),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RealName", "Real Name", 61, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
     this.repositoryItemLookUpEdit1.DataSource = this.usersBindingSource;
     this.repositoryItemLookUpEdit1.DisplayMember = "RealName";
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     this.repositoryItemLookUpEdit1.NullText = "";
     this.repositoryItemLookUpEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEdit1.ValueMember = "UserID";
     //
     // tbCode
     //
     this.tbCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.tbCode.Location = new System.Drawing.Point(594, 12);
     this.tbCode.Name = "tbCode";
     this.tbCode.Properties.Mask.EditMask = "f0";
     this.tbCode.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.tbCode.Size = new System.Drawing.Size(92, 20);
     this.tbCode.StyleController = this.layoutControl1;
     this.tbCode.TabIndex = 3;
     //
     // 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.layoutControlItem1,
     this.layoutControlItem2,
     this.emptySpaceItem1,
     this.layoutControlItem4,
     this.splitterItem1,
     this.layoutControlItem3,
     this.layoutControlItem5,
     this.layoutControlItem6});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(734, 462);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.tbCode;
     this.layoutControlItem1.CustomizationFormText = "   كود   ";
     this.layoutControlItem1.Location = new System.Drawing.Point(582, 0);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(132, 26);
     this.layoutControlItem1.Text = "   كود   ";
     this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(33, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnSearch;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(500, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(82, 26);
     this.layoutControlItem2.Text = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(272, 26);
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControlbank;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 261);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(714, 181);
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(0, 256);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(714, 5);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControlData;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(714, 230);
     this.layoutControlItem3.Text = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
     this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.layoutControlItem5.Control = this.tbCode60;
     this.layoutControlItem5.CustomizationFormText = "كود 60";
     this.layoutControlItem5.Location = new System.Drawing.Point(363, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(137, 26);
     this.layoutControlItem5.Text = "كود 60";
     this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Right;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(33, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnSearch60;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(272, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(91, 26);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // usersTableAdapter
     //
     this.usersTableAdapter.ClearBeforeFill = true;
     //
     // vQry28bTableAdapter
     //
     this.vQry28bTableAdapter.ClearBeforeFill = true;
     //
     // vQry102TableAdapter
     //
     this.vQry102TableAdapter.ClearBeforeFill = true;
     //
     // colDofatSarf_From
     //
     this.colDofatSarf_From.AppearanceCell.Options.UseTextOptions = true;
     this.colDofatSarf_From.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf_From.AppearanceHeader.Options.UseTextOptions = true;
     this.colDofatSarf_From.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf_From.Caption = "من دفعة";
     this.colDofatSarf_From.FieldName = "DofatSarf_From";
     this.colDofatSarf_From.Name = "colDofatSarf_From";
     this.colDofatSarf_From.Visible = true;
     this.colDofatSarf_From.VisibleIndex = 9;
     //
     // colDofatSarf_To
     //
     this.colDofatSarf_To.AppearanceCell.Options.UseTextOptions = true;
     this.colDofatSarf_To.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf_To.AppearanceHeader.Options.UseTextOptions = true;
     this.colDofatSarf_To.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDofatSarf_To.Caption = "الي دفعة";
     this.colDofatSarf_To.FieldName = "DofatSarf_To";
     this.colDofatSarf_To.Name = "colDofatSarf_To";
     this.colDofatSarf_To.Visible = true;
     this.colDofatSarf_To.VisibleIndex = 10;
     //
     // Qry28bFrm
     //
     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.layoutControl1);
     this.Name = "Qry28bFrm";
     this.Text = "ارشيف صرف الورثة - بالكود";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Qry06Frm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbCode60.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vQry28bBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEditDMY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdituserin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlbank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vQry102BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewbank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PhieuCamDo));
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.cbInThongTinRutGon = new DevExpress.XtraEditors.CheckEdit();
     this.bm = new DevExpress.XtraBars.BarManager(this.components);
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.bbiTaoMoi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiLuu = new DevExpress.XtraBars.BarButtonItem();
     this.bbiLuuVaIn = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDong = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.img = new DevExpress.Utils.ImageCollection(this.components);
     this.bbiXoa = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXoaTatCa = new DevExpress.XtraBars.BarButtonItem();
     this.txtKhachHang = new DevExpress.XtraEditors.TextEdit();
     this.txtSoTienCamBangChu = new DevExpress.XtraEditors.TextEdit();
     this.txtNgaySinh = new DevExpress.XtraEditors.TextEdit();
     this.btnChonHangHoa = new DevExpress.XtraEditors.SimpleButton();
     this.txtLien = new DevExpress.XtraEditors.TextEdit();
     this.btnTimDiaChi = new DevExpress.XtraEditors.SimpleButton();
     this.txtGhiChu = new DevExpress.XtraEditors.TextEdit();
     this.gcList_HangHoa = new DevExpress.XtraGrid.GridControl();
     this.dANHSACHHANGHOABindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsCamDo = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDo();
     this.gbList_HangHoa = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTen_Tai_San1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtBo = new DevExpress.XtraEditors.SimpleButton();
     this.btnTimKhachHang = new DevExpress.XtraEditors.SimpleButton();
     this.txtTuNgay = new DevExpress.XtraEditors.TextEdit();
     this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.txtDenNgay = new DevExpress.XtraEditors.TextEdit();
     this.txtSo = new DevExpress.XtraEditors.TextEdit();
     this.txtChuTiem = new DevExpress.XtraEditors.TextEdit();
     this.txtSoDienThoai = new DevExpress.XtraEditors.TextEdit();
     this.txtNoiCap = new DevExpress.XtraEditors.TextEdit();
     this.txtNgayCap = new DevExpress.XtraEditors.TextEdit();
     this.txtCMNDSo = new DevExpress.XtraEditors.TextEdit();
     this.txtSoTienCam = new DevExpress.XtraEditors.CalcEdit();
     this.txtDiaChi = new DevExpress.XtraEditors.TextEdit();
     this.txtNgay = new DevExpress.XtraEditors.DateEdit();
     this.txtMaChungTu = new DevExpress.XtraEditors.TextEdit();
     this.gcList = new DevExpress.XtraGrid.GridControl();
     this.cHUNGTUCHITIETBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gbList = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colMa_Chi_Tiet = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colMa_Chung_Tu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTen_Tai_San = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptTenTaiSan = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.colLoai_Vang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptLoaiVang = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colTrong_Luong_Vang_18k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptMayTinh = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colTrong_Luong_Vang_24k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong_Khac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colChuan_Do = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colGia_Tri_Vat_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSap_Xep = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.txtHangHoa = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.txtLoaiVang = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.txtLaiSuatNgay = new DevExpress.XtraEditors.CalcEdit();
     this.txtLaiSuatThang = new DevExpress.XtraEditors.CalcEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
     this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
     this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cHUNG_TU_CHI_TIETTableAdapter = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDoTableAdapters.CHUNG_TU_CHI_TIETTableAdapter();
     this.pm = new DevExpress.XtraBars.PopupMenu(this.components);
     this.dANH_SACH_HANG_HOATableAdapter = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDoTableAdapters.DANH_SACH_HANG_HOATableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbInThongTinRutGon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKhachHang.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoTienCamBangChu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgaySinh.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLien.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGhiChu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList_HangHoa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dANHSACHHANGHOABindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList_HangHoa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTuNgay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDenNgay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChuTiem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoDienThoai.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNoiCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgayCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCMNDSo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoTienCam.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaChungTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptTenTaiSan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptLoaiVang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHangHoa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoaiVang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLaiSuatNgay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLaiSuatThang.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pm)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cbInThongTinRutGon);
     this.layoutControl1.Controls.Add(this.txtKhachHang);
     this.layoutControl1.Controls.Add(this.txtSoTienCamBangChu);
     this.layoutControl1.Controls.Add(this.txtNgaySinh);
     this.layoutControl1.Controls.Add(this.btnChonHangHoa);
     this.layoutControl1.Controls.Add(this.txtLien);
     this.layoutControl1.Controls.Add(this.btnTimDiaChi);
     this.layoutControl1.Controls.Add(this.txtGhiChu);
     this.layoutControl1.Controls.Add(this.gcList_HangHoa);
     this.layoutControl1.Controls.Add(this.txtBo);
     this.layoutControl1.Controls.Add(this.btnTimKhachHang);
     this.layoutControl1.Controls.Add(this.txtTuNgay);
     this.layoutControl1.Controls.Add(this.layoutControl3);
     this.layoutControl1.Controls.Add(this.txtDenNgay);
     this.layoutControl1.Controls.Add(this.txtSo);
     this.layoutControl1.Controls.Add(this.txtChuTiem);
     this.layoutControl1.Controls.Add(this.txtSoDienThoai);
     this.layoutControl1.Controls.Add(this.txtNoiCap);
     this.layoutControl1.Controls.Add(this.txtNgayCap);
     this.layoutControl1.Controls.Add(this.txtCMNDSo);
     this.layoutControl1.Controls.Add(this.txtSoTienCam);
     this.layoutControl1.Controls.Add(this.txtDiaChi);
     this.layoutControl1.Controls.Add(this.txtNgay);
     this.layoutControl1.Controls.Add(this.txtMaChungTu);
     this.layoutControl1.Controls.Add(this.gcList);
     this.layoutControl1.Controls.Add(this.txtLaiSuatNgay);
     this.layoutControl1.Controls.Add(this.txtLaiSuatThang);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1091, 612);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // cbInThongTinRutGon
     //
     this.cbInThongTinRutGon.EditValue = true;
     this.cbInThongTinRutGon.Location = new System.Drawing.Point(870, 98);
     this.cbInThongTinRutGon.MenuManager = this.bm;
     this.cbInThongTinRutGon.Name = "cbInThongTinRutGon";
     this.cbInThongTinRutGon.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.cbInThongTinRutGon.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
     this.cbInThongTinRutGon.Properties.Appearance.Options.UseFont = true;
     this.cbInThongTinRutGon.Properties.Appearance.Options.UseForeColor = true;
     this.cbInThongTinRutGon.Properties.Caption = "In thông tin rút gọn trên liên 1";
     this.cbInThongTinRutGon.Size = new System.Drawing.Size(219, 19);
     this.cbInThongTinRutGon.StyleController = this.layoutControl1;
     this.cbInThongTinRutGon.TabIndex = 28;
     //
     // bm
     //
     this.bm.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar3});
     this.bm.DockControls.Add(this.barDockControlTop);
     this.bm.DockControls.Add(this.barDockControlBottom);
     this.bm.DockControls.Add(this.barDockControlLeft);
     this.bm.DockControls.Add(this.barDockControlRight);
     this.bm.Form = this;
     this.bm.Images = this.img;
     this.bm.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiTaoMoi,
     this.bbiLuu,
     this.bbiDong,
     this.bbiXoa,
     this.bbiXoaTatCa,
     this.bbiLuuVaIn});
     this.bm.LargeImages = this.img;
     this.bm.MaxItemId = 6;
     this.bm.StatusBar = this.bar3;
     //
     // bar3
     //
     this.bar3.BarItemHorzIndent = 20;
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiTaoMoi),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiLuu),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiLuuVaIn),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiDong)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // bbiTaoMoi
     //
     this.bbiTaoMoi.Border = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.bbiTaoMoi.Caption = "Tạo Mới";
     this.bbiTaoMoi.Id = 0;
     this.bbiTaoMoi.ImageIndex = 1;
     this.bbiTaoMoi.Name = "bbiTaoMoi";
     this.bbiTaoMoi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiTaoMoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTaoMoi_ItemClick);
     //
     // bbiLuu
     //
     this.bbiLuu.Border = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.bbiLuu.Caption = "Lưu";
     this.bbiLuu.Id = 1;
     this.bbiLuu.ImageIndex = 4;
     this.bbiLuu.Name = "bbiLuu";
     this.bbiLuu.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiLuu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLuu_ItemClick);
     //
     // bbiLuuVaIn
     //
     this.bbiLuuVaIn.Caption = "Lưu và In";
     this.bbiLuuVaIn.Id = 5;
     this.bbiLuuVaIn.ImageIndex = 3;
     this.bbiLuuVaIn.Name = "bbiLuuVaIn";
     this.bbiLuuVaIn.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiLuuVaIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLuuVaIn_ItemClick);
     //
     // bbiDong
     //
     this.bbiDong.Border = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.bbiDong.Caption = "Đóng";
     this.bbiDong.Id = 2;
     this.bbiDong.ImageIndex = 7;
     this.bbiDong.Name = "bbiDong";
     this.bbiDong.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiDong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDong_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1091, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 612);
     this.barDockControlBottom.Size = new System.Drawing.Size(1091, 29);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 612);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1091, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 612);
     //
     // img
     //
     this.img.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img.ImageStream")));
     this.img.Images.SetKeyName(0, "add.png");
     this.img.Images.SetKeyName(1, "create.png");
     this.img.Images.SetKeyName(2, "plus.png");
     this.img.Images.SetKeyName(3, "accept.png");
     this.img.Images.SetKeyName(4, "apply.png");
     this.img.Images.SetKeyName(5, "OK.png");
     this.img.Images.SetKeyName(6, "yes.png");
     this.img.Images.SetKeyName(7, "cancel.png");
     this.img.Images.SetKeyName(8, "close.png");
     this.img.Images.SetKeyName(9, "no.png");
     this.img.Images.SetKeyName(10, "stop.png");
     this.img.Images.SetKeyName(11, "turn off.png");
     this.img.Images.SetKeyName(12, "delete_red.png");
     this.img.Images.SetKeyName(13, "next_arrow_1.png");
     this.img.Images.SetKeyName(14, "next_arrow_2.png");
     //
     // bbiXoa
     //
     this.bbiXoa.Caption = "Xóa";
     this.bbiXoa.Id = 3;
     this.bbiXoa.ImageIndex = 12;
     this.bbiXoa.Name = "bbiXoa";
     this.bbiXoa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXoa_ItemClick);
     //
     // bbiXoaTatCa
     //
     this.bbiXoaTatCa.Caption = "Xóa tất cả";
     this.bbiXoaTatCa.Id = 4;
     this.bbiXoaTatCa.ImageIndex = 12;
     this.bbiXoaTatCa.Name = "bbiXoaTatCa";
     this.bbiXoaTatCa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXoaTatCa_ItemClick);
     //
     // txtKhachHang
     //
     this.txtKhachHang.Location = new System.Drawing.Point(227, 2);
     this.txtKhachHang.MenuManager = this.bm;
     this.txtKhachHang.Name = "txtKhachHang";
     this.txtKhachHang.Size = new System.Drawing.Size(256, 20);
     this.txtKhachHang.StyleController = this.layoutControl1;
     this.txtKhachHang.TabIndex = 27;
     //
     // txtSoTienCamBangChu
     //
     this.txtSoTienCamBangChu.Location = new System.Drawing.Point(402, 535);
     this.txtSoTienCamBangChu.MenuManager = this.bm;
     this.txtSoTienCamBangChu.Name = "txtSoTienCamBangChu";
     this.txtSoTienCamBangChu.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtSoTienCamBangChu.Properties.Appearance.Options.UseFont = true;
     this.txtSoTienCamBangChu.Properties.ReadOnly = true;
     this.txtSoTienCamBangChu.Size = new System.Drawing.Size(687, 20);
     this.txtSoTienCamBangChu.StyleController = this.layoutControl1;
     this.txtSoTienCamBangChu.TabIndex = 20;
     //
     // txtNgaySinh
     //
     this.txtNgaySinh.Location = new System.Drawing.Point(712, 2);
     this.txtNgaySinh.MenuManager = this.bm;
     this.txtNgaySinh.Name = "txtNgaySinh";
     this.txtNgaySinh.Size = new System.Drawing.Size(149, 20);
     this.txtNgaySinh.StyleController = this.layoutControl1;
     this.txtNgaySinh.TabIndex = 3;
     //
     // btnChonHangHoa
     //
     this.btnChonHangHoa.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnChonHangHoa.Appearance.Options.UseFont = true;
     this.btnChonHangHoa.ImageIndex = 13;
     this.btnChonHangHoa.ImageList = this.img;
     this.btnChonHangHoa.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
     this.btnChonHangHoa.Location = new System.Drawing.Point(2, 126);
     this.btnChonHangHoa.Name = "btnChonHangHoa";
     this.btnChonHangHoa.Size = new System.Drawing.Size(279, 22);
     this.btnChonHangHoa.StyleController = this.layoutControl1;
     this.btnChonHangHoa.TabIndex = 16;
     this.btnChonHangHoa.Text = "Chọn hàng hóa";
     this.btnChonHangHoa.Click += new System.EventHandler(this.btnChonHangHoa_Click);
     //
     // txtLien
     //
     this.txtLien.Location = new System.Drawing.Point(955, 50);
     this.txtLien.MenuManager = this.bm;
     this.txtLien.Name = "txtLien";
     this.txtLien.Size = new System.Drawing.Size(134, 20);
     this.txtLien.StyleController = this.layoutControl1;
     this.txtLien.TabIndex = 14;
     //
     // btnTimDiaChi
     //
     this.btnTimDiaChi.Location = new System.Drawing.Point(485, 52);
     this.btnTimDiaChi.MaximumSize = new System.Drawing.Size(90, 0);
     this.btnTimDiaChi.MinimumSize = new System.Drawing.Size(90, 0);
     this.btnTimDiaChi.Name = "btnTimDiaChi";
     this.btnTimDiaChi.Size = new System.Drawing.Size(90, 22);
     this.btnTimDiaChi.StyleController = this.layoutControl1;
     this.btnTimDiaChi.TabIndex = 8;
     this.btnTimDiaChi.Text = "Tìm";
     this.btnTimDiaChi.Click += new System.EventHandler(this.btnTimDiaChi_Click);
     //
     // txtGhiChu
     //
     this.txtGhiChu.Location = new System.Drawing.Point(57, 102);
     this.txtGhiChu.MenuManager = this.bm;
     this.txtGhiChu.Name = "txtGhiChu";
     this.txtGhiChu.Size = new System.Drawing.Size(804, 20);
     this.txtGhiChu.StyleController = this.layoutControl1;
     this.txtGhiChu.TabIndex = 11;
     //
     // gcList_HangHoa
     //
     this.gcList_HangHoa.DataSource = this.dANHSACHHANGHOABindingSource;
     this.gcList_HangHoa.Location = new System.Drawing.Point(2, 152);
     this.gcList_HangHoa.MainView = this.gbList_HangHoa;
     this.gcList_HangHoa.MenuManager = this.bm;
     this.gcList_HangHoa.Name = "gcList_HangHoa";
     this.gcList_HangHoa.Size = new System.Drawing.Size(279, 379);
     this.gcList_HangHoa.TabIndex = 17;
     this.gcList_HangHoa.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gbList_HangHoa});
     //
     // dANHSACHHANGHOABindingSource
     //
     this.dANHSACHHANGHOABindingSource.DataMember = "DANH_SACH_HANG_HOA";
     this.dANHSACHHANGHOABindingSource.DataSource = this.dsCamDo;
     //
     // dsCamDo
     //
     this.dsCamDo.DataSetName = "dsCamDo";
     this.dsCamDo.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gbList_HangHoa
     //
     this.gbList_HangHoa.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTen_Tai_San1});
     this.gbList_HangHoa.GridControl = this.gcList_HangHoa;
     this.gbList_HangHoa.IndicatorWidth = 40;
     this.gbList_HangHoa.Name = "gbList_HangHoa";
     this.gbList_HangHoa.OptionsSelection.InvertSelection = true;
     this.gbList_HangHoa.OptionsView.ShowAutoFilterRow = true;
     this.gbList_HangHoa.OptionsView.ShowFooter = true;
     this.gbList_HangHoa.OptionsView.ShowGroupPanel = false;
     this.gbList_HangHoa.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_HangHoa_CustomDrawRowIndicator);
     //
     // colTen_Tai_San1
     //
     this.colTen_Tai_San1.Caption = "Tên Tài Sản";
     this.colTen_Tai_San1.FieldName = "Ten_Tai_San";
     this.colTen_Tai_San1.Name = "colTen_Tai_San1";
     this.colTen_Tai_San1.OptionsColumn.ReadOnly = true;
     this.colTen_Tai_San1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTen_Tai_San1.Visible = true;
     this.colTen_Tai_San1.VisibleIndex = 0;
     //
     // txtBo
     //
     this.txtBo.Location = new System.Drawing.Point(567, 2);
     this.txtBo.Name = "txtBo";
     this.txtBo.Size = new System.Drawing.Size(76, 22);
     this.txtBo.StyleController = this.layoutControl1;
     this.txtBo.TabIndex = 2;
     this.txtBo.Text = "Bỏ";
     this.txtBo.Click += new System.EventHandler(this.txtBo_Click);
     //
     // btnTimKhachHang
     //
     this.btnTimKhachHang.Location = new System.Drawing.Point(487, 2);
     this.btnTimKhachHang.Name = "btnTimKhachHang";
     this.btnTimKhachHang.Size = new System.Drawing.Size(76, 22);
     this.btnTimKhachHang.StyleController = this.layoutControl1;
     this.btnTimKhachHang.TabIndex = 1;
     this.btnTimKhachHang.Text = "Tìm";
     this.btnTimKhachHang.Click += new System.EventHandler(this.btnTimKhachHang_Click);
     //
     // txtTuNgay
     //
     this.txtTuNgay.Location = new System.Drawing.Point(167, 564);
     this.txtTuNgay.MenuManager = this.bm;
     this.txtTuNgay.Name = "txtTuNgay";
     this.txtTuNgay.Size = new System.Drawing.Size(131, 20);
     this.txtTuNgay.StyleController = this.layoutControl1;
     this.txtTuNgay.TabIndex = 21;
     //
     // layoutControl3
     //
     this.layoutControl3.Location = new System.Drawing.Point(360, 589);
     this.layoutControl3.Name = "layoutControl3";
     this.layoutControl3.Root = this.layoutControlGroup3;
     this.layoutControl3.Size = new System.Drawing.Size(729, 21);
     this.layoutControl3.TabIndex = 25;
     this.layoutControl3.Text = "layoutControl3";
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup3.GroupBordersVisible = false;
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name = "layoutControlGroup3";
     this.layoutControlGroup3.Size = new System.Drawing.Size(729, 21);
     this.layoutControlGroup3.Text = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // txtDenNgay
     //
     this.txtDenNgay.Location = new System.Drawing.Point(367, 564);
     this.txtDenNgay.MenuManager = this.bm;
     this.txtDenNgay.Name = "txtDenNgay";
     this.txtDenNgay.Size = new System.Drawing.Size(231, 20);
     this.txtDenNgay.StyleController = this.layoutControl1;
     this.txtDenNgay.TabIndex = 22;
     //
     // txtSo
     //
     this.txtSo.Location = new System.Drawing.Point(955, 26);
     this.txtSo.MenuManager = this.bm;
     this.txtSo.Name = "txtSo";
     this.txtSo.Size = new System.Drawing.Size(134, 20);
     this.txtSo.StyleController = this.layoutControl1;
     this.txtSo.TabIndex = 13;
     //
     // txtChuTiem
     //
     this.txtChuTiem.Location = new System.Drawing.Point(157, 78);
     this.txtChuTiem.MenuManager = this.bm;
     this.txtChuTiem.Name = "txtChuTiem";
     this.txtChuTiem.Size = new System.Drawing.Size(704, 20);
     this.txtChuTiem.StyleController = this.layoutControl1;
     this.txtChuTiem.TabIndex = 10;
     //
     // txtSoDienThoai
     //
     this.txtSoDienThoai.Location = new System.Drawing.Point(664, 52);
     this.txtSoDienThoai.MenuManager = this.bm;
     this.txtSoDienThoai.Name = "txtSoDienThoai";
     this.txtSoDienThoai.Size = new System.Drawing.Size(197, 20);
     this.txtSoDienThoai.StyleController = this.layoutControl1;
     this.txtSoDienThoai.TabIndex = 9;
     //
     // txtNoiCap
     //
     this.txtNoiCap.Location = new System.Drawing.Point(431, 28);
     this.txtNoiCap.MenuManager = this.bm;
     this.txtNoiCap.Name = "txtNoiCap";
     this.txtNoiCap.Size = new System.Drawing.Size(430, 20);
     this.txtNoiCap.StyleController = this.layoutControl1;
     this.txtNoiCap.TabIndex = 6;
     //
     // txtNgayCap
     //
     this.txtNgayCap.Location = new System.Drawing.Point(282, 28);
     this.txtNgayCap.MenuManager = this.bm;
     this.txtNgayCap.Name = "txtNgayCap";
     this.txtNgayCap.Size = new System.Drawing.Size(80, 20);
     this.txtNgayCap.StyleController = this.layoutControl1;
     this.txtNgayCap.TabIndex = 5;
     //
     // txtCMNDSo
     //
     this.txtCMNDSo.Location = new System.Drawing.Point(57, 28);
     this.txtCMNDSo.MenuManager = this.bm;
     this.txtCMNDSo.Name = "txtCMNDSo";
     this.txtCMNDSo.Size = new System.Drawing.Size(161, 20);
     this.txtCMNDSo.StyleController = this.layoutControl1;
     this.txtCMNDSo.TabIndex = 4;
     //
     // txtSoTienCam
     //
     this.txtSoTienCam.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtSoTienCam.Location = new System.Drawing.Point(84, 535);
     this.txtSoTienCam.Name = "txtSoTienCam";
     this.txtSoTienCam.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtSoTienCam.Properties.Appearance.Options.UseFont = true;
     this.txtSoTienCam.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtSoTienCam.Properties.DisplayFormat.FormatString = "{0:##,##0.###}";
     this.txtSoTienCam.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtSoTienCam.Properties.EditFormat.FormatString = "{0:##,##0.###}";
     this.txtSoTienCam.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtSoTienCam.Size = new System.Drawing.Size(314, 20);
     this.txtSoTienCam.StyleController = this.layoutControl1;
     this.txtSoTienCam.TabIndex = 19;
     this.txtSoTienCam.EditValueChanged += new System.EventHandler(this.txtSoTienCam_EditValueChanged);
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location = new System.Drawing.Point(57, 52);
     this.txtDiaChi.MenuManager = this.bm;
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.Size = new System.Drawing.Size(424, 20);
     this.txtDiaChi.StyleController = this.layoutControl1;
     this.txtDiaChi.TabIndex = 7;
     //
     // txtNgay
     //
     this.txtNgay.EditValue = null;
     this.txtNgay.Location = new System.Drawing.Point(955, 74);
     this.txtNgay.Name = "txtNgay";
     this.txtNgay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtNgay.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtNgay.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.txtNgay.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.txtNgay.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.txtNgay.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.txtNgay.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.txtNgay.Size = new System.Drawing.Size(134, 20);
     this.txtNgay.StyleController = this.layoutControl1;
     this.txtNgay.TabIndex = 15;
     this.txtNgay.EditValueChanged += new System.EventHandler(this.txtNgay_EditValueChanged);
     //
     // txtMaChungTu
     //
     this.txtMaChungTu.Location = new System.Drawing.Point(955, 2);
     this.txtMaChungTu.Name = "txtMaChungTu";
     this.txtMaChungTu.Size = new System.Drawing.Size(134, 20);
     this.txtMaChungTu.StyleController = this.layoutControl1;
     this.txtMaChungTu.TabIndex = 12;
     //
     // gcList
     //
     this.gcList.DataSource = this.cHUNGTUCHITIETBindingSource;
     this.gcList.Location = new System.Drawing.Point(290, 126);
     this.gcList.MainView = this.gbList;
     this.gcList.Name = "gcList";
     this.gcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rptMayTinh,
     this.rptTenTaiSan,
     this.rptLoaiVang,
     this.txtHangHoa,
     this.txtLoaiVang});
     this.gcList.Size = new System.Drawing.Size(799, 405);
     this.gcList.TabIndex = 18;
     this.gcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gbList});
     //
     // cHUNGTUCHITIETBindingSource
     //
     this.cHUNGTUCHITIETBindingSource.DataMember = "CHUNG_TU_CHI_TIET";
     this.cHUNGTUCHITIETBindingSource.DataSource = this.dsCamDo;
     //
     // gbList
     //
     this.gbList.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand3,
     this.gridBand2});
     this.gbList.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.colMa_Chi_Tiet,
     this.colMa_Chung_Tu,
     this.colTen_Tai_San,
     this.colLoai_Vang,
     this.colTrong_Luong,
     this.colChuan_Do,
     this.colGia_Tri_Vat_Cam,
     this.colSap_Xep,
     this.colTrong_Luong_Vang_18k,
     this.colTrong_Luong_Vang_24k,
     this.colTrong_Luong_Khac});
     this.gbList.CustomizationFormBounds = new System.Drawing.Rectangle(592, 274, 216, 178);
     this.gbList.GridControl = this.gcList;
     this.gbList.IndicatorWidth = 40;
     this.gbList.Name = "gbList";
     this.gbList.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
     this.gbList.OptionsCustomization.AllowFilter = false;
     this.gbList.OptionsCustomization.AllowGroup = false;
     this.gbList.OptionsCustomization.AllowRowSizing = true;
     this.gbList.OptionsCustomization.AllowSort = false;
     this.gbList.OptionsNavigation.EnterMoveNextColumn = true;
     this.gbList.OptionsSelection.InvertSelection = true;
     this.gbList.OptionsSelection.MultiSelect = true;
     this.gbList.OptionsView.ColumnAutoWidth = false;
     this.gbList.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gbList.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.gbList.OptionsView.ShowFooter = true;
     this.gbList.OptionsView.ShowGroupPanel = false;
     this.gbList.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_CustomDrawRowIndicator);
     this.gbList.ShownEditor += new System.EventHandler(this.gbList_ShownEditor);
     this.gbList.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gbList_CellValueChanged);
     //
     // gridBand1
     //
     this.gridBand1.Columns.Add(this.colMa_Chi_Tiet);
     this.gridBand1.Columns.Add(this.colMa_Chung_Tu);
     this.gridBand1.Columns.Add(this.colTen_Tai_San);
     this.gridBand1.Columns.Add(this.colLoai_Vang);
     this.gridBand1.MinWidth = 20;
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width = 325;
     //
     // colMa_Chi_Tiet
     //
     this.colMa_Chi_Tiet.AppearanceHeader.Options.UseTextOptions = true;
     this.colMa_Chi_Tiet.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMa_Chi_Tiet.FieldName = "Ma_Chi_Tiet";
     this.colMa_Chi_Tiet.Name = "colMa_Chi_Tiet";
     //
     // colMa_Chung_Tu
     //
     this.colMa_Chung_Tu.AppearanceHeader.Options.UseTextOptions = true;
     this.colMa_Chung_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMa_Chung_Tu.FieldName = "Ma_Chung_Tu";
     this.colMa_Chung_Tu.Name = "colMa_Chung_Tu";
     //
     // colTen_Tai_San
     //
     this.colTen_Tai_San.AppearanceHeader.Options.UseTextOptions = true;
     this.colTen_Tai_San.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTen_Tai_San.Caption = "Tên tài sản";
     this.colTen_Tai_San.ColumnEdit = this.rptTenTaiSan;
     this.colTen_Tai_San.FieldName = "Ten_Tai_San";
     this.colTen_Tai_San.Name = "colTen_Tai_San";
     this.colTen_Tai_San.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.colTen_Tai_San.Visible = true;
     this.colTen_Tai_San.Width = 249;
     //
     // rptTenTaiSan
     //
     this.rptTenTaiSan.AutoComplete = false;
     this.rptTenTaiSan.AutoHeight = false;
     this.rptTenTaiSan.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus, "Chọn", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", "Chọn", null, true)});
     this.rptTenTaiSan.ImmediatePopup = true;
     this.rptTenTaiSan.Name = "rptTenTaiSan";
     this.rptTenTaiSan.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptTenTaiSan_ButtonClick);
     //
     // colLoai_Vang
     //
     this.colLoai_Vang.AppearanceHeader.Options.UseTextOptions = true;
     this.colLoai_Vang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLoai_Vang.Caption = "Loại Vàng";
     this.colLoai_Vang.ColumnEdit = this.rptLoaiVang;
     this.colLoai_Vang.FieldName = "Loai_Vang";
     this.colLoai_Vang.Name = "colLoai_Vang";
     this.colLoai_Vang.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.colLoai_Vang.Visible = true;
     this.colLoai_Vang.Width = 76;
     //
     // rptLoaiVang
     //
     this.rptLoaiVang.AutoComplete = false;
     this.rptLoaiVang.AutoHeight = false;
     this.rptLoaiVang.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", "Chọn", null, true)});
     this.rptLoaiVang.Name = "rptLoaiVang";
     this.rptLoaiVang.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptLoaiVang_ButtonClick);
     //
     // gridBand3
     //
     this.gridBand3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand3.Caption = "Trọng Lượng (Đơn vị: Chỉ)";
     this.gridBand3.Columns.Add(this.colTrong_Luong_Vang_18k);
     this.gridBand3.Columns.Add(this.colTrong_Luong_Vang_24k);
     this.gridBand3.Columns.Add(this.colTrong_Luong_Khac);
     this.gridBand3.Columns.Add(this.colTrong_Luong);
     this.gridBand3.MinWidth = 20;
     this.gridBand3.Name = "gridBand3";
     this.gridBand3.VisibleIndex = 1;
     this.gridBand3.Width = 353;
     //
     // colTrong_Luong_Vang_18k
     //
     this.colTrong_Luong_Vang_18k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_18k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_18k.Caption = "18k";
     this.colTrong_Luong_Vang_18k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_18k.FieldName = "Trong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.Name = "colTrong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_18k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_18k.Visible = true;
     this.colTrong_Luong_Vang_18k.Width = 68;
     //
     // rptMayTinh
     //
     this.rptMayTinh.AutoHeight = false;
     this.rptMayTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinh.DisplayFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.EditFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.Name = "rptMayTinh";
     this.rptMayTinh.NullText = "0";
     this.rptMayTinh.ShowCloseButton = true;
     //
     // colTrong_Luong_Vang_24k
     //
     this.colTrong_Luong_Vang_24k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_24k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_24k.Caption = "24k";
     this.colTrong_Luong_Vang_24k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_24k.FieldName = "Trong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.Name = "colTrong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_24k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_24k.Visible = true;
     //
     // colTrong_Luong_Khac
     //
     this.colTrong_Luong_Khac.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Khac.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Khac.Caption = "Khác";
     this.colTrong_Luong_Khac.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Khac.FieldName = "Trong_Luong_Khac";
     this.colTrong_Luong_Khac.Name = "colTrong_Luong_Khac";
     this.colTrong_Luong_Khac.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Khac", "{0:##,##0.###}")});
     this.colTrong_Luong_Khac.Visible = true;
     //
     // colTrong_Luong
     //
     this.colTrong_Luong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong.Caption = "Trọng Lượng";
     this.colTrong_Luong.FieldName = "Trong_Luong";
     this.colTrong_Luong.Name = "colTrong_Luong";
     this.colTrong_Luong.Visible = true;
     this.colTrong_Luong.Width = 135;
     //
     // gridBand2
     //
     this.gridBand2.Columns.Add(this.colChuan_Do);
     this.gridBand2.Columns.Add(this.colGia_Tri_Vat_Cam);
     this.gridBand2.Columns.Add(this.colSap_Xep);
     this.gridBand2.MinWidth = 20;
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.VisibleIndex = 2;
     this.gridBand2.Width = 167;
     //
     // colChuan_Do
     //
     this.colChuan_Do.AppearanceHeader.Options.UseTextOptions = true;
     this.colChuan_Do.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colChuan_Do.Caption = "Chuẩn Độ";
     this.colChuan_Do.FieldName = "Chuan_Do";
     this.colChuan_Do.Name = "colChuan_Do";
     this.colChuan_Do.Visible = true;
     this.colChuan_Do.Width = 82;
     //
     // colGia_Tri_Vat_Cam
     //
     this.colGia_Tri_Vat_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colGia_Tri_Vat_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colGia_Tri_Vat_Cam.Caption = "Giá Trị Vật Cầm";
     this.colGia_Tri_Vat_Cam.ColumnEdit = this.rptMayTinh;
     this.colGia_Tri_Vat_Cam.FieldName = "Gia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.Name = "colGia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Gia_Tri_Vat_Cam", "{0:##,##0.###}")});
     this.colGia_Tri_Vat_Cam.Visible = true;
     this.colGia_Tri_Vat_Cam.Width = 85;
     //
     // colSap_Xep
     //
     this.colSap_Xep.AppearanceHeader.Options.UseTextOptions = true;
     this.colSap_Xep.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSap_Xep.FieldName = "Sap_Xep";
     this.colSap_Xep.Name = "colSap_Xep";
     //
     // txtHangHoa
     //
     this.txtHangHoa.AutoHeight = false;
     this.txtHangHoa.Name = "txtHangHoa";
     //
     // txtLoaiVang
     //
     this.txtLoaiVang.AutoHeight = false;
     this.txtLoaiVang.Name = "txtLoaiVang";
     //
     // txtLaiSuatNgay
     //
     this.txtLaiSuatNgay.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtLaiSuatNgay.Location = new System.Drawing.Point(87, 589);
     this.txtLaiSuatNgay.MenuManager = this.bm;
     this.txtLaiSuatNgay.Name = "txtLaiSuatNgay";
     this.txtLaiSuatNgay.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtLaiSuatNgay.Properties.Appearance.Options.UseFont = true;
     this.txtLaiSuatNgay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtLaiSuatNgay.Properties.DisplayFormat.FormatString = "{0:##,##0.###} %";
     this.txtLaiSuatNgay.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtLaiSuatNgay.Properties.EditFormat.FormatString = "{0:##,##0.###}";
     this.txtLaiSuatNgay.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtLaiSuatNgay.Size = new System.Drawing.Size(91, 20);
     this.txtLaiSuatNgay.StyleController = this.layoutControl1;
     this.txtLaiSuatNgay.TabIndex = 23;
     this.txtLaiSuatNgay.TabStop = false;
     //
     // txtLaiSuatThang
     //
     this.txtLaiSuatThang.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtLaiSuatThang.Location = new System.Drawing.Point(227, 589);
     this.txtLaiSuatThang.MenuManager = this.bm;
     this.txtLaiSuatThang.Name = "txtLaiSuatThang";
     this.txtLaiSuatThang.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.txtLaiSuatThang.Properties.Appearance.Options.UseFont = true;
     this.txtLaiSuatThang.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtLaiSuatThang.Properties.DisplayFormat.FormatString = "{0:##,##0.###} %";
     this.txtLaiSuatThang.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtLaiSuatThang.Properties.EditFormat.FormatString = "{0:##,##0.###}";
     this.txtLaiSuatThang.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtLaiSuatThang.Size = new System.Drawing.Size(91, 20);
     this.txtLaiSuatThang.StyleController = this.layoutControl1;
     this.txtLaiSuatThang.TabIndex = 24;
     this.txtLaiSuatThang.TabStop = false;
     this.txtLaiSuatThang.EditValueChanged += new System.EventHandler(this.txtLaiSuatThang_EditValueChanged);
     //
     // 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.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem4,
     this.splitterItem1,
     this.layoutControlItem5,
     this.layoutControlItem7,
     this.layoutControlItem14,
     this.layoutControlItem15,
     this.layoutControlItem16,
     this.layoutControlItem17,
     this.layoutControlItem6,
     this.layoutControlItem9,
     this.layoutControlItem10,
     this.layoutControlItem18,
     this.layoutControlItem8,
     this.layoutControlItem12,
     this.layoutControlItem19,
     this.layoutControlItem11,
     this.layoutControlItem13,
     this.layoutControlItem20,
     this.splitterItem2,
     this.layoutControlItem21,
     this.layoutControlItem22,
     this.layoutControlItem23,
     this.layoutControlItem24,
     this.layoutControlItem26,
     this.layoutControlItem25,
     this.layoutControlItem3,
     this.layoutControlItem27});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1091, 612);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gcList;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(288, 124);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(803, 409);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem2.Control = this.txtMaChungTu;
     this.layoutControlItem2.CustomizationFormText = "Mã chứng từ:";
     this.layoutControlItem2.Location = new System.Drawing.Point(868, 0);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(223, 24);
     this.layoutControlItem2.Text = "Mã chứng từ:";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(80, 13);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem4.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem4.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem4.Control = this.txtNgay;
     this.layoutControlItem4.CustomizationFormText = "Ngày:";
     this.layoutControlItem4.Location = new System.Drawing.Point(868, 72);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(223, 24);
     this.layoutControlItem4.Text = "Ngày:";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(80, 13);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // splitterItem1
     //
     this.splitterItem1.AllowHotTrack = true;
     this.splitterItem1.CustomizationFormText = "splitterItem1";
     this.splitterItem1.Location = new System.Drawing.Point(863, 0);
     this.splitterItem1.Name = "splitterItem1";
     this.splitterItem1.Size = new System.Drawing.Size(5, 124);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem5.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem5.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem5.Control = this.txtCMNDSo;
     this.layoutControlItem5.CustomizationFormText = "CMND số:";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(220, 24);
     this.layoutControlItem5.Text = "CMND số:";
     this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem5.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem5.TextToControlDistance = 5;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem7.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem7.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem7.Control = this.txtNgayCap;
     this.layoutControlItem7.CustomizationFormText = "Ngày cấp:";
     this.layoutControlItem7.Location = new System.Drawing.Point(220, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(144, 24);
     this.layoutControlItem7.Text = "Ngày cấp:";
     this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(55, 20);
     this.layoutControlItem7.TextToControlDistance = 5;
     //
     // layoutControlItem14
     //
     this.layoutControlItem14.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem14.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem14.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem14.Control = this.txtNoiCap;
     this.layoutControlItem14.CustomizationFormText = "Nơi cấp:";
     this.layoutControlItem14.Location = new System.Drawing.Point(364, 26);
     this.layoutControlItem14.Name = "layoutControlItem14";
     this.layoutControlItem14.Size = new System.Drawing.Size(499, 24);
     this.layoutControlItem14.Text = "Nơi cấp:";
     this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 20);
     this.layoutControlItem14.TextToControlDistance = 5;
     //
     // layoutControlItem15
     //
     this.layoutControlItem15.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem15.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem15.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem15.Control = this.txtDiaChi;
     this.layoutControlItem15.CustomizationFormText = "Địa chỉ:";
     this.layoutControlItem15.Location = new System.Drawing.Point(0, 50);
     this.layoutControlItem15.Name = "layoutControlItem15";
     this.layoutControlItem15.Size = new System.Drawing.Size(483, 26);
     this.layoutControlItem15.Text = "Địa chỉ:";
     this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem15.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem15.TextToControlDistance = 5;
     //
     // layoutControlItem16
     //
     this.layoutControlItem16.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem16.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem16.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem16.Control = this.txtSoDienThoai;
     this.layoutControlItem16.CustomizationFormText = "Số điện thoại:";
     this.layoutControlItem16.Location = new System.Drawing.Point(577, 50);
     this.layoutControlItem16.Name = "layoutControlItem16";
     this.layoutControlItem16.Size = new System.Drawing.Size(286, 26);
     this.layoutControlItem16.Text = "Số điện thoại:";
     this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem16.TextSize = new System.Drawing.Size(80, 20);
     this.layoutControlItem16.TextToControlDistance = 5;
     //
     // layoutControlItem17
     //
     this.layoutControlItem17.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem17.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem17.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem17.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem17.Control = this.txtChuTiem;
     this.layoutControlItem17.CustomizationFormText = "Biên nhận cầm đồ (Bên B):";
     this.layoutControlItem17.Location = new System.Drawing.Point(0, 76);
     this.layoutControlItem17.Name = "layoutControlItem17";
     this.layoutControlItem17.Size = new System.Drawing.Size(863, 24);
     this.layoutControlItem17.Text = "Biên nhận cầm đồ (Bên B):";
     this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem17.TextSize = new System.Drawing.Size(150, 20);
     this.layoutControlItem17.TextToControlDistance = 5;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem6.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem6.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem6.Control = this.txtSo;
     this.layoutControlItem6.CustomizationFormText = "Số:";
     this.layoutControlItem6.Location = new System.Drawing.Point(868, 24);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(223, 24);
     this.layoutControlItem6.Text = "Số:";
     this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem6.TextSize = new System.Drawing.Size(80, 20);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem9.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem9.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem9.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem9.Control = this.txtLaiSuatNgay;
     this.layoutControlItem9.CustomizationFormText = "- Lãi suất cầm";
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 587);
     this.layoutControlItem9.MaxSize = new System.Drawing.Size(180, 25);
     this.layoutControlItem9.MinSize = new System.Drawing.Size(1, 25);
     this.layoutControlItem9.Name = "layoutControlItem9";
     this.layoutControlItem9.Size = new System.Drawing.Size(180, 25);
     this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem9.Text = "- Lãi suất cầm";
     this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem9.TextSize = new System.Drawing.Size(80, 20);
     this.layoutControlItem9.TextToControlDistance = 5;
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem10.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem10.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem10.Control = this.txtLaiSuatThang;
     this.layoutControlItem10.CustomizationFormText = "ngày";
     this.layoutControlItem10.Location = new System.Drawing.Point(180, 587);
     this.layoutControlItem10.MaxSize = new System.Drawing.Size(140, 25);
     this.layoutControlItem10.MinSize = new System.Drawing.Size(1, 25);
     this.layoutControlItem10.Name = "layoutControlItem10";
     this.layoutControlItem10.Size = new System.Drawing.Size(140, 25);
     this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem10.Text = "ngày,";
     this.layoutControlItem10.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem10.TextSize = new System.Drawing.Size(40, 20);
     this.layoutControlItem10.TextToControlDistance = 5;
     //
     // layoutControlItem18
     //
     this.layoutControlItem18.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem18.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem18.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem18.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem18.Control = this.layoutControl3;
     this.layoutControlItem18.CustomizationFormText = "tháng";
     this.layoutControlItem18.Location = new System.Drawing.Point(320, 587);
     this.layoutControlItem18.MaxSize = new System.Drawing.Size(0, 25);
     this.layoutControlItem18.MinSize = new System.Drawing.Size(137, 25);
     this.layoutControlItem18.Name = "layoutControlItem18";
     this.layoutControlItem18.Size = new System.Drawing.Size(771, 25);
     this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem18.Text = "tháng";
     this.layoutControlItem18.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem18.TextSize = new System.Drawing.Size(33, 13);
     this.layoutControlItem18.TextToControlDistance = 5;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem8.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem8.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem8.Control = this.txtSoTienCam;
     this.layoutControlItem8.CustomizationFormText = "Thành Tiền:";
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 533);
     this.layoutControlItem8.MaxSize = new System.Drawing.Size(400, 29);
     this.layoutControlItem8.MinSize = new System.Drawing.Size(116, 29);
     this.layoutControlItem8.Name = "layoutControlItem8";
     this.layoutControlItem8.Size = new System.Drawing.Size(400, 29);
     this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem8.Text = "- Số tiền cầm:";
     this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem8.TextSize = new System.Drawing.Size(77, 13);
     this.layoutControlItem8.TextToControlDistance = 5;
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem12.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem12.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem12.Control = this.txtDenNgay;
     this.layoutControlItem12.CustomizationFormText = "đến ngày";
     this.layoutControlItem12.Location = new System.Drawing.Point(300, 562);
     this.layoutControlItem12.MaxSize = new System.Drawing.Size(300, 25);
     this.layoutControlItem12.MinSize = new System.Drawing.Size(1, 25);
     this.layoutControlItem12.Name = "layoutControlItem12";
     this.layoutControlItem12.Size = new System.Drawing.Size(791, 25);
     this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem12.Text = "đến ngày";
     this.layoutControlItem12.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem12.TextSize = new System.Drawing.Size(60, 20);
     this.layoutControlItem12.TextToControlDistance = 5;
     //
     // layoutControlItem19
     //
     this.layoutControlItem19.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem19.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem19.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem19.Control = this.txtTuNgay;
     this.layoutControlItem19.CustomizationFormText = "Thời gian cầm kể từ ngày";
     this.layoutControlItem19.Location = new System.Drawing.Point(0, 562);
     this.layoutControlItem19.MaxSize = new System.Drawing.Size(300, 25);
     this.layoutControlItem19.MinSize = new System.Drawing.Size(1, 25);
     this.layoutControlItem19.Name = "layoutControlItem19";
     this.layoutControlItem19.Size = new System.Drawing.Size(300, 25);
     this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem19.Text = "- Thời gian cầm kể từ ngày";
     this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem19.TextSize = new System.Drawing.Size(160, 20);
     this.layoutControlItem19.TextToControlDistance = 5;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control = this.btnTimKhachHang;
     this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
     this.layoutControlItem11.Location = new System.Drawing.Point(485, 0);
     this.layoutControlItem11.MaxSize = new System.Drawing.Size(80, 26);
     this.layoutControlItem11.MinSize = new System.Drawing.Size(80, 26);
     this.layoutControlItem11.Name = "layoutControlItem11";
     this.layoutControlItem11.Size = new System.Drawing.Size(80, 26);
     this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem11.Text = "layoutControlItem11";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem11.TextToControlDistance = 0;
     this.layoutControlItem11.TextVisible = false;
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control = this.txtBo;
     this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
     this.layoutControlItem13.Location = new System.Drawing.Point(565, 0);
     this.layoutControlItem13.MaxSize = new System.Drawing.Size(80, 26);
     this.layoutControlItem13.MinSize = new System.Drawing.Size(80, 26);
     this.layoutControlItem13.Name = "layoutControlItem13";
     this.layoutControlItem13.Size = new System.Drawing.Size(80, 26);
     this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem13.Text = "layoutControlItem13";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem13.TextToControlDistance = 0;
     this.layoutControlItem13.TextVisible = false;
     //
     // layoutControlItem20
     //
     this.layoutControlItem20.Control = this.gcList_HangHoa;
     this.layoutControlItem20.CustomizationFormText = "layoutControlItem20";
     this.layoutControlItem20.Location = new System.Drawing.Point(0, 150);
     this.layoutControlItem20.Name = "layoutControlItem20";
     this.layoutControlItem20.Size = new System.Drawing.Size(283, 383);
     this.layoutControlItem20.Text = "layoutControlItem20";
     this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem20.TextToControlDistance = 0;
     this.layoutControlItem20.TextVisible = false;
     //
     // splitterItem2
     //
     this.splitterItem2.AllowHotTrack = true;
     this.splitterItem2.CustomizationFormText = "splitterItem2";
     this.splitterItem2.Location = new System.Drawing.Point(283, 124);
     this.splitterItem2.Name = "splitterItem2";
     this.splitterItem2.Size = new System.Drawing.Size(5, 409);
     //
     // layoutControlItem21
     //
     this.layoutControlItem21.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem21.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem21.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem21.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem21.Control = this.txtGhiChu;
     this.layoutControlItem21.CustomizationFormText = "Ghi chú:";
     this.layoutControlItem21.Location = new System.Drawing.Point(0, 100);
     this.layoutControlItem21.Name = "layoutControlItem21";
     this.layoutControlItem21.Size = new System.Drawing.Size(863, 24);
     this.layoutControlItem21.Text = "Ghi chú:";
     this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem21.TextSize = new System.Drawing.Size(50, 20);
     this.layoutControlItem21.TextToControlDistance = 5;
     //
     // layoutControlItem22
     //
     this.layoutControlItem22.Control = this.btnTimDiaChi;
     this.layoutControlItem22.CustomizationFormText = "layoutControlItem22";
     this.layoutControlItem22.Location = new System.Drawing.Point(483, 50);
     this.layoutControlItem22.Name = "layoutControlItem22";
     this.layoutControlItem22.Size = new System.Drawing.Size(94, 26);
     this.layoutControlItem22.Text = "layoutControlItem22";
     this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem22.TextToControlDistance = 0;
     this.layoutControlItem22.TextVisible = false;
     //
     // layoutControlItem23
     //
     this.layoutControlItem23.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem23.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem23.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem23.Control = this.txtLien;
     this.layoutControlItem23.CustomizationFormText = "Liên:";
     this.layoutControlItem23.Location = new System.Drawing.Point(868, 48);
     this.layoutControlItem23.Name = "layoutControlItem23";
     this.layoutControlItem23.Size = new System.Drawing.Size(223, 24);
     this.layoutControlItem23.Text = "Liên:";
     this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem23.TextSize = new System.Drawing.Size(80, 20);
     this.layoutControlItem23.TextToControlDistance = 5;
     //
     // layoutControlItem24
     //
     this.layoutControlItem24.Control = this.btnChonHangHoa;
     this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
     this.layoutControlItem24.Location = new System.Drawing.Point(0, 124);
     this.layoutControlItem24.Name = "layoutControlItem24";
     this.layoutControlItem24.Size = new System.Drawing.Size(283, 26);
     this.layoutControlItem24.Text = "layoutControlItem24";
     this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem24.TextToControlDistance = 0;
     this.layoutControlItem24.TextVisible = false;
     //
     // layoutControlItem26
     //
     this.layoutControlItem26.Control = this.txtSoTienCamBangChu;
     this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
     this.layoutControlItem26.Location = new System.Drawing.Point(400, 533);
     this.layoutControlItem26.Name = "layoutControlItem26";
     this.layoutControlItem26.Size = new System.Drawing.Size(691, 29);
     this.layoutControlItem26.Text = "layoutControlItem26";
     this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem26.TextToControlDistance = 0;
     this.layoutControlItem26.TextVisible = false;
     //
     // layoutControlItem25
     //
     this.layoutControlItem25.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem25.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem25.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem25.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem25.Control = this.txtNgaySinh;
     this.layoutControlItem25.CustomizationFormText = "Ngày sinh:";
     this.layoutControlItem25.Location = new System.Drawing.Point(645, 0);
     this.layoutControlItem25.Name = "layoutControlItem25";
     this.layoutControlItem25.Size = new System.Drawing.Size(218, 26);
     this.layoutControlItem25.Text = "Ngày sinh:";
     this.layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem25.TextSize = new System.Drawing.Size(60, 20);
     this.layoutControlItem25.TextToControlDistance = 5;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem3.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem3.Control = this.txtKhachHang;
     this.layoutControlItem3.CustomizationFormText = "Bên có tài sản cầm đồ (Bên A) Ông (Bà):";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(485, 26);
     this.layoutControlItem3.Text = "Bên có tài sản cầm đồ (Bên A) Ông (Bà):";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(222, 13);
     //
     // layoutControlItem27
     //
     this.layoutControlItem27.Control = this.cbInThongTinRutGon;
     this.layoutControlItem27.CustomizationFormText = "layoutControlItem27";
     this.layoutControlItem27.Location = new System.Drawing.Point(868, 96);
     this.layoutControlItem27.Name = "layoutControlItem27";
     this.layoutControlItem27.Size = new System.Drawing.Size(223, 28);
     this.layoutControlItem27.Text = "layoutControlItem27";
     this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem27.TextToControlDistance = 0;
     this.layoutControlItem27.TextVisible = false;
     //
     // cHUNG_TU_CHI_TIETTableAdapter
     //
     this.cHUNG_TU_CHI_TIETTableAdapter.ClearBeforeFill = true;
     //
     // pm
     //
     this.pm.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXoa),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXoaTatCa)});
     this.pm.Manager = this.bm;
     this.pm.Name = "pm";
     //
     // dANH_SACH_HANG_HOATableAdapter
     //
     this.dANH_SACH_HANG_HOATableAdapter.ClearBeforeFill = true;
     //
     // PhieuCamDo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1091, 641);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PhieuCamDo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Cầm Đồ";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbInThongTinRutGon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKhachHang.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoTienCamBangChu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgaySinh.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLien.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGhiChu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList_HangHoa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dANHSACHHANGHOABindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList_HangHoa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTuNgay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDenNgay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtChuTiem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoDienThoai.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNoiCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgayCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCMNDSo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoTienCam.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaChi.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNgay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaChungTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptTenTaiSan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptLoaiVang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHangHoa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoaiVang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLaiSuatNgay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLaiSuatThang.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pm)).EndInit();
     this.ResumeLayout(false);
 }