private void InitializeComponent()
 {
     this.label1 = new Label();
     this.grbMain = new GroupControl();
     this.rbOr = new CheckEdit();
     this.rbAnd = new CheckEdit();
     this.piSecond = new ComboBoxEdit();
     this.piFirst = new ComboBoxEdit();
     this.btnOK = new SimpleButton();
     this.btnCancel = new SimpleButton();
     this.pnlMain = new PanelControl();
     this.grbMain.BeginInit();
     this.grbMain.SuspendLayout();
     this.rbOr.Properties.BeginInit();
     this.rbAnd.Properties.BeginInit();
     this.piSecond.Properties.BeginInit();
     this.piFirst.Properties.BeginInit();
     this.pnlMain.BeginInit();
     this.pnlMain.SuspendLayout();
     base.SuspendLayout();
     this.label1.AutoSize = true;
     this.label1.Location = new Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x61, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Show rows where:";
     this.grbMain.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.grbMain.Controls.AddRange(new Control[] { this.rbOr, this.rbAnd, this.piSecond, this.piFirst });
     this.grbMain.Location = new Point(8, 0x18);
     this.grbMain.Name = "grbMain";
     this.grbMain.Size = new Size(0x174, 0x6c);
     this.grbMain.TabIndex = 1;
     this.rbOr.Location = new Point(0x5e, 0x34);
     this.rbOr.Name = "rbOr";
     this.rbOr.Properties.Caption = "&Or";
     this.rbOr.Properties.CheckStyle = CheckStyles.Radio;
     this.rbOr.Properties.RadioGroupIndex = 0;
     this.rbOr.Size = new Size(0x38, 20);
     this.rbOr.TabIndex = 14;
     this.rbAnd.Location = new Point(0x26, 0x34);
     this.rbAnd.Name = "rbAnd";
     this.rbAnd.Properties.Caption = "&And";
     this.rbAnd.Properties.CheckStyle = CheckStyles.Radio;
     this.rbAnd.Properties.RadioGroupIndex = 0;
     this.rbAnd.Size = new Size(0x38, 20);
     this.rbAnd.TabIndex = 13;
     this.piSecond.EditValue = "";
     this.piSecond.Location = new Point(12, 0x4c);
     this.piSecond.Name = "piSecond";
     this.piSecond.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.piSecond.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
     this.piSecond.Size = new Size(0xa4, 0x15);
     this.piSecond.TabIndex = 0x19;
     this.piFirst.EditValue = "";
     this.piFirst.Location = new Point(12, 0x1c);
     this.piFirst.Name = "piFirst";
     this.piFirst.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.piFirst.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
     this.piFirst.Size = new Size(0xa4, 0x15);
     this.piFirst.TabIndex = 2;
     this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.btnOK.DialogResult = DialogResult.OK;
     this.btnOK.Location = new Point(0xbc, 140);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(0x5c, 0x19);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "&OK";
     this.btnOK.Click += new EventHandler(this.btnOK_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.Location = new Point(0x120, 140);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x5c, 0x19);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "&Cancel";
     this.pnlMain.BorderStyle = BorderStyles.NoBorder;
     this.pnlMain.Controls.AddRange(new Control[] { this.btnCancel, this.btnOK, this.grbMain, this.label1 });
     this.pnlMain.Dock = DockStyle.Fill;
     this.pnlMain.Name = "pnlMain";
     this.pnlMain.Size = new Size(0x184, 0xaf);
     this.pnlMain.TabIndex = 0;
     base.AcceptButton = this.btnOK;
     base.CancelButton = this.btnCancel;
     base.ClientSize = new Size(0x184, 0xaf);
     base.Controls.AddRange(new Control[] { this.pnlMain });
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "FilterCustomDialog";
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "Custom AutoFilter";
     this.grbMain.EndInit();
     this.grbMain.ResumeLayout(false);
     this.rbOr.Properties.EndInit();
     this.rbAnd.Properties.EndInit();
     this.piSecond.Properties.EndInit();
     this.piFirst.Properties.EndInit();
     this.pnlMain.EndInit();
     this.pnlMain.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 public static void ChangeLanguageGroupControl(GroupControl groupControl)
 {
     foreach (Control control in groupControl.Controls)
     {
         RecursivePocessing(control);
     }
 }
Beispiel #3
0
        /// <summary>
        /// 调用仓库
        /// </summary>
        public static void CallWH(string p_WHID, GroupControl p_Parent, ToolTip p_Tip)
        {
            string    sql   = "SELECT WHPicID,PosX,PosY,SizeWidth,SizeHeight FROM WH_WHPic WHERE WHID=" + SysString.ToDBString(p_WHID) + " AND SizeWidth>0 AND SizeHeight>0 ORDER BY WHPicID ";
            DataTable dtPic = SysUtils.Fill(sql);//平面分类表

            sql = "SELECT WHPicID,SectionID,WeightMax,PosY,PosX,SizeWidth,SizeHeight FROM WH_Section WHERE WHID=" + SysString.ToDBString(p_WHID) + " AND SizeWidth>0 AND SizeHeight>0 ORDER BY WHPicID,SectionID";
            DataTable dtSection = SysUtils.Fill(sql);//平面区表

            ArrayList wpicParm  = new ArrayList();
            ArrayList wpicParm2 = new ArrayList();

            foreach (DataRow dr in dtPic.Rows)
            {
                ArrayList sectionParm = new ArrayList();//平面区位表
                foreach (DataRow drSection in dtSection.Rows)
                {
                    if (dr["WHPicID"].ToString().ToUpper() == drSection["WHPicID"].ToString().ToUpper())//找到一致的数据
                    {
                        sectionParm.Add(new string[] { drSection["PosX"].ToString(), drSection["PosY"].ToString(), drSection["SizeWidth"].ToString(), drSection["SizeHeight"].ToString()
                                                       , drSection["SectionID"].ToString(), drSection["WeightMax"].ToString() });
                    }
                }

                wpicParm.Add(new string[] { dr["PosX"].ToString(), dr["PosY"].ToString(), dr["SizeWidth"].ToString(), dr["SizeHeight"].ToString()
                                            , dr["WHPicID"].ToString() });                                             //int p_X, int p_Y, int p_Width, int p_Height, string p_Caption, string p_MaxWeight
                wpicParm2.Add(sectionParm);
            }

            WHID = p_WHID;
            GroupParentClear(p_Parent);
            m_StorgeData = GetStorge(p_WHID);
            CreatePanel(p_Parent, wpicParm, wpicParm2, p_Tip);
        }
Beispiel #4
0
        private void InitializeLayout(List <Sys_Layout> sys_Layouts, Control parentControl)
        {
            Control OneCtrl = new Control();

            foreach (Sys_Layout sys_Layout in sys_Layouts.OrderBy(s => s.Layout_Sort))
            {
                if ((DockStyle)sys_Layout.Layout_Dock != DockStyle.Fill)
                {
                    SplitterControl OneSpli = (SplitterControl)iDesignerHost.CreateComponent(typeof(SplitterControl));
                    OneSpli.Dock = (DockStyle)sys_Layout.Layout_Dock;
                    parentControl.Controls.Add(OneSpli);
                }
                GroupControl newPanel = null;
                switch (sys_Layout.Layout_Type)
                {
                case 0:
                    newPanel = (GroupControl)iDesignerHost.CreateComponent(typeof(GroupControl), sys_Layout.Layout_Name);
                    break;

                case 1:
                    newPanel = (GroupControl)iDesignerHost.CreateComponent(typeof(GroupControl), sys_Layout.Layout_Name);
                    GridControl gd = (GridControl)iDesignerHost.CreateComponent(typeof(GridControl), sys_Layout.Layout_Grid);
                    gd.Dock = DockStyle.Fill;
                    gd.Name = sys_Layout.Layout_Grid;
                    GridView abv = (GridView)gd.CreateView("GridView");
                    abv.OptionsView.ColumnAutoWidth = false;
                    abv.Name = gd.Name.Replace("d", "v");
                    abv.OptionsView.ShowGroupPanel = false;
                    abv.OptionsView.ShowFooter     = true;
                    //abv.OptionsView.ShowBands = false;
                    abv.OptionsSelection.MultiSelect = true;
                    //iDesignerHost.DestroyComponent(abv.Bands[0]);
                    gd.MainView = abv;
                    newPanel.Controls.Add(gd);
                    break;

                default:
                    break;
                }
                if (newPanel == null)
                {
                    return;
                }
                newPanel.Dock   = (DockStyle)sys_Layout.Layout_Dock;
                newPanel.Top    = 80;
                newPanel.Left   = 80;
                newPanel.Width  = 80;
                newPanel.Height = 80;
                newPanel.Name   = sys_Layout.Layout_Name;
                newPanel.Text   = sys_Layout.Layout_Nick;
                if (((DockStyle)sys_Layout.Layout_Dock).Equals(DockStyle.Fill))
                {
                    OneCtrl = newPanel;
                }
                parentControl.Controls.Add(newPanel);
            }
            OneCtrl.Dock = DockStyle.Fill;
            OneCtrl.BringToFront();
            sys_Layouts.Clear();
        }
Beispiel #5
0
 /// <summary>
 /// 清空
 /// </summary>
 /// <param name="p_Parent"></param>
 private static void GroupParentClear(GroupControl p_Parent)
 {
     for (int i = p_Parent.Controls.Count - 1; i >= 0; i--)
     {
         p_Parent.Controls.Remove(p_Parent.Controls[i]);
     }
 }
		public Bitmap MorningCheckInfoStatPrint(DateTime getBegDate,DateTime getEndDate,string getGrade,
			string getClass,string getName,string getNumber,int getPrintType,GroupControl gControl,string savePath)
		{
			stuMorningCheckInfoPrintRules.BegDate = getBegDate;
			stuMorningCheckInfoPrintRules.EndDate = getEndDate;

			if ( getPrintType == 0 )
			{
				stuMorningCheckInfoPrintRules.Excel_InfoStat(getGrade,getClass,savePath);
				return null;
			}

			else if ( getPrintType == 1 )
				return stuMorningCheckInfoPrintRules.Bar_InfoStat(getGrade,getClass,gControl);
				
			else if ( getPrintType == 2 )
				return stuMorningCheckInfoPrintRules.Pie_InfoStat(getGrade,getClass,gControl);

			else if ( getPrintType == 3 )
			{
				stuMorningCheckInfoPrintRules.PrintKidStatInfo(getGrade,getClass,getName,getNumber,savePath);
				return null;
			}
			else
			{
				stuMorningCheckInfoPrintRules.PrintKidDetailInfo(getGrade,getClass,getName,getNumber,savePath);
				return null;
			}

		}
Beispiel #7
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(FrmCompareImages));

            groupControl1 = new GroupControl();
            pbMainImage   = new PictureEdit();
            groupControl2 = new GroupControl();
            pbCamImage    = new PictureEdit();
            groupControl1.BeginInit();
            groupControl1.SuspendLayout();
            pbMainImage.Properties.BeginInit();
            groupControl2.BeginInit();
            groupControl2.SuspendLayout();
            pbCamImage.Properties.BeginInit();
            SuspendLayout();
            componentResourceManager.ApplyResources(groupControl1, "groupControl1");
            groupControl1.AppearanceCaption.Font            = (Font)componentResourceManager.GetObject("groupControl1.AppearanceCaption.Font");
            groupControl1.AppearanceCaption.FontSizeDelta   = (int)componentResourceManager.GetObject("groupControl1.AppearanceCaption.FontSizeDelta");
            groupControl1.AppearanceCaption.FontStyleDelta  = (FontStyle)componentResourceManager.GetObject("groupControl1.AppearanceCaption.FontStyleDelta");
            groupControl1.AppearanceCaption.GradientMode    = (LinearGradientMode)componentResourceManager.GetObject("groupControl1.AppearanceCaption.GradientMode");
            groupControl1.AppearanceCaption.Image           = (Image)componentResourceManager.GetObject("groupControl1.AppearanceCaption.Image");
            groupControl1.AppearanceCaption.Options.UseFont = true;
            groupControl1.Controls.Add(pbMainImage);
            groupControl1.Name = "groupControl1";
            componentResourceManager.ApplyResources(pbMainImage, "pbMainImage");
            pbMainImage.Name = "pbMainImage";
            pbMainImage.Properties.AccessibleDescription = componentResourceManager.GetString("pbMainImage.Properties.AccessibleDescription");
            pbMainImage.Properties.AccessibleName        = componentResourceManager.GetString("pbMainImage.Properties.AccessibleName");
            pbMainImage.Properties.SizeMode = PictureSizeMode.Zoom;
            componentResourceManager.ApplyResources(groupControl2, "groupControl2");
            groupControl2.AppearanceCaption.Font            = (Font)componentResourceManager.GetObject("groupControl2.AppearanceCaption.Font");
            groupControl2.AppearanceCaption.FontSizeDelta   = (int)componentResourceManager.GetObject("groupControl2.AppearanceCaption.FontSizeDelta");
            groupControl2.AppearanceCaption.FontStyleDelta  = (FontStyle)componentResourceManager.GetObject("groupControl2.AppearanceCaption.FontStyleDelta");
            groupControl2.AppearanceCaption.GradientMode    = (LinearGradientMode)componentResourceManager.GetObject("groupControl2.AppearanceCaption.GradientMode");
            groupControl2.AppearanceCaption.Image           = (Image)componentResourceManager.GetObject("groupControl2.AppearanceCaption.Image");
            groupControl2.AppearanceCaption.Options.UseFont = true;
            groupControl2.Controls.Add(pbCamImage);
            groupControl2.Name = "groupControl2";
            componentResourceManager.ApplyResources(pbCamImage, "pbCamImage");
            pbCamImage.Name = "pbCamImage";
            pbCamImage.Properties.AccessibleDescription = componentResourceManager.GetString("pbCamImage.Properties.AccessibleDescription");
            pbCamImage.Properties.AccessibleName        = componentResourceManager.GetString("pbCamImage.Properties.AccessibleName");
            pbCamImage.Properties.SizeMode = PictureSizeMode.Zoom;
            componentResourceManager.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(groupControl2);
            Controls.Add(groupControl1);
            MaximizeBox = false;
            MinimizeBox = false;
            Name        = "FrmCompareImages";
            Load       += frmCompareImages_Load;
            groupControl1.EndInit();
            groupControl1.ResumeLayout(false);
            pbMainImage.Properties.EndInit();
            groupControl2.EndInit();
            groupControl2.ResumeLayout(false);
            pbCamImage.Properties.EndInit();
            ResumeLayout(false);
        }
Beispiel #8
0
        private void btnOnayla_Click(object sender, EventArgs e)
        {
            string turAd = Convert.ToString(comboTur.SelectedItem);

            if (turAd != null)
            {
                using (data.massTurEntities db = new data.massTurEntities())
                {
                    seciliTur = db.Tur.Where(t => t.ad == turAd).FirstOrDefault();
                    if (seciliTur != null)
                    {
                        if (seciliTur.bitTarih != null)
                        {
                            DateTime bitTarih = (DateTime)seciliTur.bitTarih;
                            labelBitTarih.Text = bitTarih.ToString("dd/MM/yyyy");
                        }
                        if (seciliTur.basTarih != null)
                        {
                            DateTime basTarih = (DateTime)seciliTur.basTarih;
                            labelBasTarih.Text = basTarih.ToString("dd/MM/yyyy");
                        }
                        labelKod.Text         = seciliTur.kod;
                        groupTurBilgi.Visible = true;

                        int padding = 0;
                        int y       = 20;
                        foreach (data.Parkur p in seciliTur.Parkur.ToList())
                        {
                            GroupControl gc = new GroupControl();
                            ////gc.AutoSize = true;
                            gc.Width    = 75;
                            gc.Height   = 75;
                            gc.Location = new Point(padding, y);
                            PictureBox pic = new PictureBox();
                            pic.SizeMode = PictureBoxSizeMode.StretchImage;
                            pic.Dock     = DockStyle.Fill;
                            gc.Text      = p.sehir + "(" + p.sira + ")";
                            if (p.ulasim == "Uçak")
                            {
                                pic.Image = Image.FromFile("../../data\\images\\AWT-Plane.png");
                            }
                            else if (p.ulasim == "Otobüs")
                            {
                                pic.Image = Image.FromFile("../../data/images/AWT-Bus.png");
                            }
                            gc.Controls.Add(pic);
                            groupParkur.Controls.Add(gc);
                            groupParkur.Visible = true;
                            padding            += 75;
                            if (padding > 300)
                            {
                                padding = 0;
                                y      += 75;
                            }
                        }
                    }
                }
            }
        }
Beispiel #9
0
        //public static void LoadModules(XtraForm frm, TreeList treeList)
        //{
        //    treeList.KeyFieldName = "Id";
        //    treeList.ParentFieldName = "ParentId";
        //    AppModule objModule = frm.Tag as AppModule;
        //    if (objModule != null)
        //    {
        //        foreach (ChucNang c in DataServices.ChucNang.GetByIDTrangThai(objModule.Id, true))
        //        {
        //            TList<ChucNang> listModules = DataServices.ChucNang.GetByMaNhomQuyenParentIDPhanLoaiTrangThai(UserInfo.GroupID, c.Id, "Module", true);
        //            if (listModules.Count > 0)
        //            {
        //                treeList.DataSource = listModules;
        //                return;
        //            }
        //        }
        //    }
        //}

        public void LoadModules(XtraForm frm, NavBarControl navControl, GroupControl pContainer, ImageCollection simageCollection)
        {
            AppContainer = pContainer;
            int      sIndex = 0;
            ChucNang cn     = frm.Tag as ChucNang;

            if (cn == null || !cn.TrangThai)
            {
                return;
            }

            List <ChucNang> dsGroup = _dataChucNang.LayDuLieu(cn.ModuleID, "Module", true);

            foreach (ChucNang grp in dsGroup)
            {
                //Group
                NavBarGroup group = new NavBarGroup(grp.ModuleName)
                {
                    Name = string.Format("navBarGroup{0}", grp.ModuleID), GroupStyle = NavBarGroupStyle.Default
                };
                if (grp.HinhAnh != null)
                {
                    simageCollection.AddImage(grp.HinhAnh);
                    group.SmallImageIndex = sIndex;
                    sIndex++;
                }
                //Item
                List <ChucNang> dsItem = _dataChucNang.LayDuLieu(grp.ModuleID, "Module", true);
                foreach (ChucNang i in dsItem)
                {
                    NavBarItem item = new NavBarItem(i.ModuleName)
                    {
                        Caption = i.ModuleName,
                        Hint    = i.ModuleName,
                        Name    = string.Format("navBarItem{0}{1}", i.ModuleID, grp.ModuleID),
                        Tag     = i
                                  //Tag = new AppModule() {
                                  //    Id = i.ModuleID,
                                  //    ModuleId = i.GUIName,
                                  //    Caption = i.ModuleName,
                                  //    Type = i.KieuForm,
                                  //    MethodName = i.TenPhuongThuc,
                                  //    Parameter = i.ThamSo
                                  //}
                    };
                    item.LinkClicked += NavItemClick;
                    if (i.HinhAnh != null)
                    {
                        simageCollection.AddImage(i.HinhAnh);
                        item.SmallImageIndex = sIndex;
                        sIndex++;
                    }
                    group.ItemLinks.Add(item);
                    navControl.Items.Add(item);
                }
                navControl.Groups.Add(group);
            }
            return;
        }
 private void Lv1TheoDoi_CustomButtonChecked(object sender, DevExpress.XtraBars.Docking2010.BaseButtonEventArgs e)
 {
     GroupControl Gp = sender as GroupControl;
     foreach (Control ctl1 in Gp.Controls)
     {
         ctl1.Enabled = true;
     }
 }
Beispiel #11
0
 public UIGroupControlModel(GroupControl control, UISubcomponentModel subcomponent, UIGroupControlModel parent) : base(control, subcomponent, parent)
 {
     groupControl = control;
     foreach (Control child in groupControl.ChildControls)
     {
         Children.Add(CreateControlModel(child, subcomponent, this));
     }
 }
Beispiel #12
0
        public void Connect(GroupControl groupControl, GridView gridView, PopupMenu popupMenu, BindingSource bindingSource)
        {
            this.RegisterBindingSource(bindingSource);
            this.RegisterGridView(gridView);
            this.RegisterPopup(popupMenu);

            this.ConnectPopup(popupMenu, groupControl, gridView);
        }
Beispiel #13
0
        public void Connect(GroupControl groupControl, TreeList treeList, PopupMenu popupMenu, BindingSource bindingSource)
        {
            this.RegisterBindingSource(bindingSource);
            this.RegisterTreeList(treeList);
            this.RegisterPopup(popupMenu);

            this.ConnectPopup(popupMenu, groupControl, treeList);
        }
Beispiel #14
0
 /// <summary>
 /// 创建总的区分类图
 /// </summary>
 /// <param name="p_Parent"></param>
 /// <param name="p_SectionParam"></param>
 /// <param name="p_SBitParam"></param>
 private static void CreatePanel(GroupControl p_Parent, ArrayList p_WHPicParam, ArrayList p_WHPicParam2, ToolTip p_Tip)
 {
     for (int i = 0; i < p_WHPicParam.Count; i++)
     {
         string[] tempa = (string[])p_WHPicParam[i];
         CreateOnePanel(p_Parent, SysConvert.ToInt32(tempa[0]), SysConvert.ToInt32(tempa[1]), SysConvert.ToInt32(tempa[2]), SysConvert.ToInt32(tempa[3]),
                        tempa[4], (ArrayList)p_WHPicParam2[i], p_Tip);
     }
 }
Beispiel #15
0
 /// <summary>
 /// 创建
 /// </summary>
 /// <param name="p_Parent"></param>
 /// <param name="p_SBitParam"></param>
 /// <param name="p_Tip"></param>
 private static void CreateSBit(GroupControl p_Parent, ArrayList p_SBitParam, ToolTip p_Tip)
 {
     for (int i = 0; i < p_SBitParam.Count; i++)
     {
         string[] tempa = (string[])p_SBitParam[i];
         CreateOneSBit(p_Parent, SysConvert.ToInt32(tempa[0]), SysConvert.ToInt32(tempa[1]), SysConvert.ToInt32(tempa[2]), SysConvert.ToInt32(tempa[3]),
                       tempa[4], tempa[5], p_Tip);
     }
 }
Beispiel #16
0
        private void ConnectPopup(PopupMenu popupMenu, GroupControl groupControl, TreeList treeList)
        {
            if (!this.treeConnector.ContainsKey(treeList))
            {
                this.treeConnector.Add(treeList, popupMenu);
            }

            this.ConnectPopup(popupMenu, groupControl);
        }
Beispiel #17
0
        private void ConnectPopup(PopupMenu popupMenu, GroupControl groupControl, GridView gridView)
        {
            if (!this.gridConnector.ContainsKey(gridView))
            {
                this.gridConnector.Add(gridView, popupMenu);
            }

            this.ConnectPopup(popupMenu, groupControl);
        }
Beispiel #18
0
 public static void TrimDataInControl(GroupControl groupControl)
 {
     foreach (var control in groupControl.Controls)
     {
         if (control is TextEdit textEdit && textEdit.ReadOnly == false)
         {
             textEdit.EditValue = textEdit.EditValue.ToString().Trim();
         }
     }
 }
        private void LoadEmployeeInformation()
        {
            HRM_EMPLOYEE hRMEMPLOYEE = new HRM_EMPLOYEE();

            hRMEMPLOYEE.Get(this.m_EmployeeCode);
            GroupControl groupControl = this.grInformation;

            string[] employeeCode = new string[] { "Thông Tin Tạm Ứng - ", hRMEMPLOYEE.EmployeeCode, " (", hRMEMPLOYEE.FirstName, " ", hRMEMPLOYEE.LastName, ")" };
            groupControl.Text         = string.Concat(employeeCode);
            this.txtEmployeeName.Text = string.Concat(hRMEMPLOYEE.FirstName, " ", hRMEMPLOYEE.LastName);
        }
Beispiel #20
0
        public ResourceManager(ClientControl clientControl)
        {
            ClientControl = clientControl;

            _personControl           = new PersonControl(ClientControl);
            _groupControl            = new GroupControl(ClientControl);
            _ocgSSoDControl          = new OcgSSoDControl(clientControl);
            _ocgOrgUnitControl       = new OcgOrgUnitControl(clientControl);
            _ocgOrgAssignmentControl = new OcgOrgAssignmentControl(clientControl);
            _ocgRoleControl          = new OcgRoleControl(clientControl);
            _approvalControl         = new ApprovalControl(clientControl);
            _genericControl          = new GenericControl(clientControl);
        }
        private void LoadData()
        {
            DataTable dtDonVi = new DataTable();

            dtDonVi = _clsDV.Get_AllDonVi();
            foreach (DataRow dv in dtDonVi.Rows)
            {
                DataTable dtOTIF = _clsOtif.KetQuaTongHop(clsXuLyChung.GetSafeInt(dv["ID"]), 8, 2020);
                //Group
                GroupControl group = new GroupControl();
                group.Size = new Size(320, 165);
                group.Text = dv["VIET_TAT"].ToString();
                group.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
                group.AppearanceCaption.Font = new Font("Times New Roman", 11);
                //List view
                ListView listView = new ListView();
                listView.Font          = new Font("Times New Roman", 10);
                listView.Dock          = DockStyle.Fill;
                listView.View          = View.Details;
                listView.MultiSelect   = false;
                listView.FullRowSelect = true;
                listView.GridLines     = true;
                //Create column
                foreach (DataColumn column in dtOTIF.Columns)
                {
                    listView.Columns.Add(column.ColumnName, 100);
                }
                //Add row
                foreach (DataRow row in dtOTIF.Rows)
                {
                    //Nếu chỉ có 1 tuần. column count = 2
                    if (dtOTIF.Columns.Count == 2)
                    {
                        ListViewItem lvi = new ListViewItem(row[0].ToString());
                        lvi.SubItems.Add(row[1].ToString());
                        listView.Items.Add(lvi);
                    }
                    else if (dtOTIF.Columns.Count == 3)
                    {
                        ListViewItem lvi = new ListViewItem(row[0].ToString());
                        lvi.SubItems.Add(row[1].ToString());
                        lvi.SubItems.Add(row[2].ToString());
                        listView.Items.Add(lvi);
                    }
                }

                group.Controls.Add(listView);
                flowLayoutPanel.Controls.Add(group);
            }
        }
Beispiel #22
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="ctl"></param>
 public static void InitGroupControlAppearance(this GroupControl ctl)
 {
     InitDefaultFont();
     InitAppearance(ctl.Appearance);
     InitAppearance(ctl.AppearanceCaption);
     ctl.AppearanceCaption.Reset();
     ctl.Appearance.Reset();
     ctl.LookAndFeel.Style = LookAndFeelStyle.Skin;
     ctl.LookAndFeel.UseDefaultLookAndFeel = true;
     if (Localizer.IsRtl)
     {
         ctl.RightToLeft = RightToLeft.Yes;
     }
 }
        private void InitPopupForm(Control customControl)
        {
            _Form = new Form();
            _Form.FormBorderStyle = FormBorderStyle.None;
            _Form.BackColor       = Color.Black;
            _Form.Deactivate     += new EventHandler(_Form_Deactivate);
            GroupControl gc = new GroupControl();

            gc.Dock = DockStyle.Fill;
            gc.Text = "Custom popup window";
            _Form.Controls.Add(gc);
            customControl.Dock = DockStyle.Fill;
            gc.Controls.Add(customControl);
        }
        private void spellChecker1_OptionsFormShowing(object sender, DevExpress.XtraSpellChecker.FormShowingEventArgs e)
        {
            var optionsForm = spellChecker1.FormsManager.OptionsForm;

            // You can hide the 'Add' button
            spellChecker1.FormsManager.SpellCheckForm.Controls["btnAdd"].Visible = false;

            // Or suppress the entire panel
            GroupControl grpEditCustomDic = optionsForm.Controls.Find("grpEditCustomDic", true)[0] as GroupControl;

            grpEditCustomDic.Visible = false;
            optionsForm.Controls.Find("grpInternationDocs", true)[0].Top  = grpEditCustomDic.Top;
            optionsForm.Controls.Find("xtraTabControl1", true)[0].Height -= grpEditCustomDic.Height;
            optionsForm.Height -= grpEditCustomDic.Height;
        }
Beispiel #25
0
 public void HabilitarPropiedadReadOnly(GroupControl grupo, bool readOnly)
 {
     foreach (Control control in grupo.Controls)
     {
         if (control is LayoutControl)
         {
             foreach (Control controlLayout in control.Controls)
             {
                 if (controlLayout is TextEdit)
                 {
                     ((TextEdit)controlLayout).Properties.ReadOnly = readOnly;
                 }
             }
         }
     }
 }
Beispiel #26
0
 public void LimpiarControles(GroupControl grupo)
 {
     foreach (Control control in grupo.Controls)
     {
         if (control is LayoutControl)
         {
             foreach (Control controlLayout in control.Controls)
             {
                 if (controlLayout is TextEdit)
                 {
                     ((TextEdit)controlLayout).Text = string.Empty;
                 }
             }
         }
     }
 }
Beispiel #27
0
        static string SectionID = string.Empty; //仓库区编码
        #endregion

        #region 外部调用方法

        #region 位相关
        /// <summary>
        /// 调用仓库
        /// </summary>
        public static void CallWH1(string p_WHID, GroupControl p_Parent, ToolTip p_Tip)
        {
            string    sql      = "SELECT SBitID,WeightMax,PosY,PosX,SizeWidth,SizeHeight FROM WH_SBit WHERE WHID=" + SysString.ToDBString(p_WHID) + " AND SizeWidth>0 AND SizeHeight>0 ORDER BY SBitID";
            DataTable dt       = SysUtils.Fill(sql);
            ArrayList sbitParm = new ArrayList();

            foreach (DataRow dr in dt.Rows)
            {
                sbitParm.Add(new string[] { dr["PosX"].ToString(), dr["PosY"].ToString(), dr["SizeWidth"].ToString(), dr["SizeHeight"].ToString()
                                            , dr["SBitID"].ToString(), dr["WeightMax"].ToString() });//int p_X, int p_Y, int p_Width, int p_Height, string p_Caption, string p_MaxWeight
            }

            GroupParentClear(p_Parent);
            m_StorgeData = GetStorge(p_WHID);
            CreateSBit(p_Parent, sbitParm, p_Tip);
        }
Beispiel #28
0
        private void SetContainer()
        {
            GroupControl groupControl = new GroupControl();

            groupControl.Location   = new Point(0, 0);
            groupControl.Name       = "groupControlContainer";
            groupControl.Text       = "提示";
            groupControl.Dock       = DockStyle.Fill;
            groupControl.MouseDown += new MouseEventHandler(this.groupControlContainer_MouseDown);
            base.Controls.Add(groupControl);
            foreach (Control value in base.Controls)
            {
                groupControl.Controls.Add(value);
            }
            this.captionBarAnother1.Visible = false;
        }
Beispiel #29
0
        /// <summary>
        /// 创建
        /// </summary>
        /// <param name="p_Parent"></param>
        /// <param name="p_X"></param>
        /// <param name="p_Y"></param>
        /// <param name="p_Width"></param>
        /// <param name="p_Height"></param>
        /// <param name="p_Caption"></param>
        /// <param name="p_Value"></param>
        private static void CreateOneSBit(GroupControl p_Parent, int p_X, int p_Y, int p_Width, int p_Height, string p_Caption, string p_MaxWeight, ToolTip p_Tip)
        {
            ProgressBarControl sbitBar = new ProgressBarControl();

            sbitBar.Tag    = p_MaxWeight;
            sbitBar.Left   = p_X * m_MinPixel;
            sbitBar.Top    = (p_Y + m_DelLabel) * m_MinPixel;
            sbitBar.Width  = p_Width * m_MinPixel;
            sbitBar.Height = (p_Height - m_DelLabel) * m_MinPixel;

            sbitBar.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            sbitBar.Properties.EndColor    = System.Drawing.Color.Cornsilk;
            sbitBar.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
            sbitBar.Properties.LookAndFeel.UseWindowsXPTheme     = false;
            sbitBar.Properties.ProgressViewStyle = DevExpress.XtraEditors.Controls.ProgressViewStyle.Solid;
            sbitBar.Properties.ShowTitle         = false;
            sbitBar.Properties.StartColor        = System.Drawing.Color.BurlyWood;
            sbitBar.Text = "100";
            string tempTip = LoadWHStorgeLotQty(p_Caption);

            p_Tip.SetToolTip(sbitBar, tempTip);

            p_Parent.Controls.Add(sbitBar);
            Label lbl = new Label();

            lbl.Left      = m_DelLabel * m_MinPixel;
            lbl.Top       = m_DelLabel * m_MinPixel + m_LabelPixel;
            lbl.Width     = p_Width * m_MinPixel;
            lbl.Height    = p_Height * m_MinPixel;//m_HeightLabel * m_MinPixel;
            lbl.Text      = p_Caption;
            lbl.BackColor = Color.Transparent;
            lbl.Text     += Environment.NewLine + tempTip;


            p_Tip.SetToolTip(lbl, tempTip);

            sbitBar.Controls.Add(lbl);

            //Label lbl = new Label();
            //lbl.Left = p_X * m_MinPixel;
            //lbl.Top = p_Y * m_MinPixel + m_LabelPixel;
            //lbl.Width = p_Width * m_MinPixel;
            //lbl.Height = m_HeightLabel * m_MinPixel;
            //lbl.Text = p_Caption;
            //lbl.BackColor = Color.Transparent;
            //p_Parent.Controls.Add(lbl);
        }
Beispiel #30
0
        private void OnSelectedItemHidden(object sender, SelectedItemHiddenEventArgs args)
        {
            GroupControl groupControl = args.OriginalSource as GroupControl;

            if (groupControl == null)
            {
                return;
            }
            NestedGroup nestedGroup = groupControl.DataContext as NestedGroup;
            int         position    = 0;

            if (ViewManager.Instance.Preferences.DocumentDockPreference == DockPreference.DockAtEnd)
            {
                position = args.LastVisiblePosition;
            }
            DockOperations.MoveTab(nestedGroup.SelectedElement, position);
        }
Beispiel #31
0
        private void SetContainer()
        {
            GroupControl groupControlContainer = new GroupControl();

            groupControlContainer.Location   = new System.Drawing.Point(0, 0);
            groupControlContainer.Name       = "groupControlContainer";
            groupControlContainer.Text       = "提示";
            groupControlContainer.Dock       = DockStyle.Fill;
            groupControlContainer.MouseDown += new MouseEventHandler(groupControlContainer_MouseDown);
            this.Controls.Add(groupControlContainer);

            foreach (Control control in this.Controls)
            {
                groupControlContainer.Controls.Add(control);
            }

            captionBarAnother1.Visible = false;
        }
Beispiel #32
0
        public static void SetFont(GridView gridView, GroupControl groupControl)
        {
            gridView.Appearance.ViewCaption.Font     = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            gridView.Appearance.SelectedRow.Font     =
                gridView.Appearance.HeaderPanel.Font =
                    gridView.Appearance.Row.Font     =
                        new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            groupControl.AppearanceCaption.Font =
                new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));

            //foreach (var item in groupControl.Controls)
            //{
            //   (item as BaseEdit).Font =
            //      new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            //}
            groupControl.Controls.OfType <BaseEdit>().ToList().ForEach(c => c.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
            groupControl.Controls.OfType <Label>().ToList().ForEach(c => c.Font    = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))));
        }
		public Bitmap Bar_InfoStat(string getGrade,string getClass,GroupControl gControl)
		{
			DataSet dsBuildStatInfo = BuildMorningInfoStat(BegDate,EndDate,getGrade,getClass);
			DataSet dsClassInfo = new RealtimeInfoDataAccess().setClassList("",getClass,getGrade);
			int statMember = dsClassInfo.Tables[0].Rows.Count;
			if ( getClass.Equals("") )
			{
				try
				{
					zedGraph_StuBarPrint = new ZedGraphControl();
					gControl.Controls.Clear();
					gControl.Controls.Add(zedGraph_StuBarPrint);
					zedGraph_StuBarPrint.Dock = DockStyle.Fill;

					GraphPane myPane = zedGraph_StuBarPrint.GraphPane;

					// Create a new graph with the dimension of the groupcontrol
//					GraphPane myPane = new GraphPane( new Rectangle( 0, 0, gControl.Width, gControl.Height ),
//						new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
//						+ "晨检信息统计图", "统计日期: "
//						+ BegDate.ToString("yyyy.MM.dd") + " 至 " + EndDate.ToString("yyyy.MM.dd"), "晨检统计率" );
					myPane.Title = new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
						+ "晨检信息统计图";

					myPane.XAxis.Title = "统计日期: "
						+ BegDate.ToString("yyyy.MM.dd") + " 至 " + EndDate.ToString("yyyy.MM.dd");

					myPane.YAxis.Title = "晨检统计率";

					myPane.FontSpec.IsBold = true;
					myPane.FontSpec.Size = 16;

					//build label shown below
					string[] classLabels = new string[statMember];
					for ( int classMember=0 ; classMember<statMember; classMember++ )
					{
						classLabels[classMember] = dsClassInfo.Tables[0].Rows[classMember][1].ToString();
					}

					//build health bar
					double[] healthBar = new double[statMember];
					for ( int healthMember=0 ; healthMember<statMember; healthMember++ )
					{
						if ( dsBuildStatInfo.Tables[0].Rows[healthMember][3].ToString().Equals("0") )
							healthBar[healthMember] = 0;
						else
						{
							string tempHealth = dsBuildStatInfo.Tables[0].Rows[healthMember][3].ToString();
							healthBar[healthMember] = Convert.ToDouble(tempHealth.Substring(tempHealth.IndexOf("(")+1,
								tempHealth.IndexOf("%")-tempHealth.IndexOf("(")-1));	
						}
					}

					//build ill Bar
					double[] illBar = new double[statMember];
					for ( int illMember=0; illMember<statMember; illMember++ )
					{
						if ( dsBuildStatInfo.Tables[0].Rows[illMember][5].ToString().Equals("0") )
							illBar[illMember] = 0;
						else
						{
							string tempIll = dsBuildStatInfo.Tables[0].Rows[illMember][5].ToString();
							illBar[illMember] = Convert.ToDouble(tempIll.Substring(tempIll.IndexOf("(")+1,
								tempIll.IndexOf("%")-tempIll.IndexOf("(")-1));
						}
					}

					//build wathc bar
					double[] watchBar = new double[statMember];
					for ( int watchMember=0; watchMember<statMember; watchMember++ )
					{
						if ( dsBuildStatInfo.Tables[0].Rows[watchMember][4].ToString().Equals("0") )
							watchBar[watchMember] = 0;
						else
						{
							string tempWatch = dsBuildStatInfo.Tables[0].Rows[watchMember][4].ToString();
							watchBar[watchMember] = Convert.ToDouble(tempWatch.Substring(tempWatch.IndexOf("(")+1,
								tempWatch.IndexOf("%")-tempWatch.IndexOf("(")-1));
						}
					}

					//build absence bar
					double[] absBar = new double[statMember];
					for ( int absMember=0; absMember<statMember; absMember++ )
					{
						if ( dsBuildStatInfo.Tables[0].Rows[absMember][8].ToString().Equals("0") )
							absBar[absMember] = 0;
						else
						{
							string tempAbs = dsBuildStatInfo.Tables[0].Rows[absMember][8].ToString();
							absBar[absMember] = Convert.ToDouble(tempAbs.Substring(tempAbs.IndexOf("(")+1,
								tempAbs.IndexOf("%")-tempAbs.IndexOf("(")-1));
						}
					}

					//build attend bar
					double[] attBar = new double[statMember];
					for ( int attMember=0 ;attMember<statMember; attMember++ )
					{
						if ( dsBuildStatInfo.Tables[0].Rows[attMember][9].ToString().Equals("0") )
							attBar[attMember] = 0;
						else
						{
							string tempAtt = dsBuildStatInfo.Tables[0].Rows[attMember][9].ToString();
							attBar[attMember] = Convert.ToDouble(tempAtt.Substring(tempAtt.IndexOf("(")+1,
								tempAtt.IndexOf("%")-tempAtt.IndexOf("(")-1));
						}
					}	

					if ( getGrade.Equals("") )
						myPane.BarType = BarType.PercentStack;

					// Generate a red bar with "健康" in the legend
					BarItem myBar = myPane.AddBar( "健康", null, healthBar, Color.Red);
					myBar.Bar.Fill = new Fill( Color.Red, Color.White,Color.Red );
			
					// Generate a blue bar with "服药" in the legend
					myBar = myPane.AddBar( "服药", null, illBar, Color.Blue );
					myBar.Bar.Fill = new Fill( Color.Blue, Color.White, Color.Blue );

					// Generate a green bar with "观察" in the legend
					myBar = myPane.AddBar( "观察", null, watchBar, Color.Green );
					myBar.Bar.Fill = new Fill( Color.Green, Color.White, Color.Green );

					// Generate a purple bar with "缺席" in the lengend
					myBar = myPane.AddBar("缺席",null,absBar,Color.Purple);
					myBar.Bar.Fill = new Fill(Color.Purple,Color.White,Color.Purple);

					//Generate a black line with "Curve 4" in the legend
					LineItem myCurve = myPane.AddCurve( "出勤率",
						null, attBar, Color.Black, SymbolType.Circle );
					myCurve.Line.Fill = new Fill( Color.White, Color.LightSkyBlue, -45F );

					//Fix up the curve attributes a little
					myCurve.Symbol.Size = 8.0F;
					myCurve.Symbol.Fill = new Fill( Color.White );
					myCurve.Line.Width = 2.0F;

					// Draw the X tics between the labels instead of at the labels
					myPane.XAxis.IsTicsBetweenLabels = true;

					// Set the XAxis labels
					myPane.XAxis.TextLabels = classLabels;

					myPane.XAxis.ScaleFontSpec.Size = 10;
					// Set the XAxis to Text type
					myPane.XAxis.Type = AxisType.Text;

					// Fill the Axis and Pane backgrounds
					myPane.AxisFill = new Fill( Color.Pink,
						Color.FromArgb( 255, 255, 166), 90F );
					myPane.PaneFill = new Fill( Color.Lavender );
    
					// Tell ZedGraph to refigure the
					// axes since the data have changed
//					myPane.AxisChange( gra );
//					myPane.Draw(gra);

//					myPane.ReSize(gra,new RectangleF(150, 300, 800,600));

					zedGraph_StuBarPrint.IsShowContextMenu = false;
					zedGraph_StuBarPrint.IsEnableZoom = false;
					zedGraph_StuBarPrint.AxisChange();

					return myPane.Image;
				}
				catch(Exception e)
				{
					Util.WriteLog(e.Message,Util.EXCEPTION_LOG_TITLE);
					return null;
				}

			}
			else
			{
				try
				{
					string health = dsBuildStatInfo.Tables[0].Rows[0][3].ToString();
					string ill = dsBuildStatInfo.Tables[0].Rows[0][5].ToString();
					string watch = dsBuildStatInfo.Tables[0].Rows[0][4].ToString();
					string absence = dsBuildStatInfo.Tables[0].Rows[0][8].ToString();
					string attend = dsBuildStatInfo.Tables[0].Rows[0][9].ToString();

//					Graphics gra = gControl.CreateGraphics();
					// Create a new graph with the dimension of the groupcontrol
//					GraphPane myPane = new GraphPane( new Rectangle( 0, 0, gControl.Width, gControl.Height ),
//						new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
//						+ "晨检信息统计图", "统计日期: "
//						+ BegDate.ToString("yyyy.MM.dd") + " 至 " + EndDate.ToString("yyyy.MM.dd"), "晨检统计率" );
					zedGraph_StuBarPrint = new ZedGraphControl();
					gControl.Controls.Clear();
					gControl.Controls.Add(zedGraph_StuBarPrint);
					zedGraph_StuBarPrint.Dock = DockStyle.Fill;

					GraphPane myPane = zedGraph_StuBarPrint.GraphPane;

					myPane.Title = new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
						+ "晨检信息统计图";

					myPane.XAxis.Title = "统计日期: "
						+ BegDate.ToString("yyyy.MM.dd") + " 至 " + EndDate.ToString("yyyy.MM.dd");

					myPane.YAxis.Title = "晨检统计率";

					myPane.FontSpec.IsBold = true;
					myPane.FontSpec.Size = 16;

					string[] statusLabels = { "健康","服药","观察","缺席","出勤率"};

					double[] statusBar = new double[5];

					if ( health.Equals("0") )
						statusBar[0] = 0;
					else
						statusBar[0] = Convert.ToDouble(health.Substring(health.IndexOf("(")+1,
								health.IndexOf("%")-health.IndexOf("(")-1));

					if ( ill.Equals("0") )
							statusBar[1] = 0;
					else
						statusBar[1] = Convert.ToDouble(ill.Substring(ill.IndexOf("(")+1,
								ill.IndexOf("%")-ill.IndexOf("(")-1));

					if ( watch.Equals("0") )
						statusBar[2] = 0;
					else
						statusBar[2] = Convert.ToDouble(watch.Substring(watch.IndexOf("(")+1,
							watch.IndexOf("%")-watch.IndexOf("(")-1));

					if ( absence.Equals("0") )
						statusBar[3] = 0;
					else
						statusBar[3] = Convert.ToDouble(absence.Substring(absence.IndexOf("(")+1,
						absence.IndexOf("%")-absence.IndexOf("(")-1));

					if ( attend.Equals("0") )
						statusBar[4] = 0;
					else
						statusBar[4] = Convert.ToDouble(attend.Substring(attend.IndexOf("(")+1,
							attend.IndexOf("%")-attend.IndexOf("(")-1));

					BarItem myBar = myPane.AddBar( dsBuildStatInfo.Tables[0].Rows[0]["info_className"].ToString(), null, statusBar, Color.Red);
					myBar.Bar.Fill = new Fill( Color.Red, Color.White,Color.Red );

			
					for ( int i=0; i<statusBar.Length; i++ )
					{
						// format the label string to have 1 decimal place
						string lab = statusBar[i].ToString( "0.00" );
						// create the text item (assumes the x axis is ordinal or text)
						// for negative bars, the label appears just above the zero value
						TextItem text = new TextItem( lab, (float) (i+1), (float) (statusBar[i] + 1 ) );
						// tell Zedgraph to use user scale units for locating the TextItem
						text.Location.CoordinateFrame = CoordType.AxisXYScale;
						// AlignH the left-center of the text to the specified point
						text.Location.AlignH = AlignH.Center;
						text.Location.AlignV = AlignV.Bottom;
						text.FontSpec.Border.IsVisible = false;
						text.FontSpec.Fill.IsVisible = false;
						// rotate the text 90 degrees
						text.FontSpec.Angle = 0;
						// add the TextItem to the list
						myPane.GraphItemList.Add( text );
					}

					myPane.XAxis.IsTicsBetweenLabels = true;

					// Set the XAxis labels
					myPane.XAxis.TextLabels = statusLabels;

					myPane.XAxis.ScaleFontSpec.Size = 12;
					// Set the XAxis to Text type
					myPane.XAxis.Type = AxisType.Text;

					// Fill the Axis and Pane backgrounds
					myPane.AxisFill = new Fill( Color.Pink,
						Color.FromArgb( 255, 255, 166), 90F );
					myPane.PaneFill = new Fill( Color.Lavender );
    
					// Tell ZedGraph to refigure the
					// axes since the data have changed
//					myPane.AxisChange( gra );
//					myPane.Draw(gra);

//					myPane.ReSize(gra,new RectangleF(1500, 300, 800,600));

					zedGraph_StuBarPrint.IsShowContextMenu = false;
					zedGraph_StuBarPrint.IsEnableZoom = false;
					zedGraph_StuBarPrint.AxisChange();

					return myPane.Image;

				}
				catch(Exception e)
				{
					Util.WriteLog(e.Message,Util.EXCEPTION_LOG_TITLE);
					return null;
				}
			}
		}
		public Bitmap Pie_InfoStat(string getGrade,string getClass,GroupControl gControl)
		{
			using ( StudentAttendCalcDataAccess stuAttCalcDataAccess = new StudentAttendCalcDataAccess() )
			{
				try
				{
					stuAttCalcDataAccess.DoAttendCalcForClass(getGrade,getClass,BegDate.ToString("yyyy-MM-dd"),EndDate.ToString("yyyy-MM-dd"),"健康");
					double healthPer = (double)stuAttCalcDataAccess.StateAmount/((double)stuAttCalcDataAccess.StuAmount*SetAttendDays())*100;
					stuAttCalcDataAccess.DoAttendCalcForClass(getGrade,getClass,BegDate.ToString("yyyy-MM-dd"),EndDate.ToString("yyyy-MM-dd"),"服药");
					double illPer = (double)stuAttCalcDataAccess.StateAmount/((double)stuAttCalcDataAccess.StuAmount*SetAttendDays())*100;
					stuAttCalcDataAccess.DoAttendCalcForClass(getGrade,getClass,BegDate.ToString("yyyy-MM-dd"),EndDate.ToString("yyyy-MM-dd"),"观察");
					double watchPer = (double)stuAttCalcDataAccess.StateAmount/((double)stuAttCalcDataAccess.StuAmount*SetAttendDays())*100;
//					stuAttCalcDataAccess.DoAttendCalcForClass(getGrade,getClass,BegDate.ToString("yyyy-MM-dd"),EndDate.ToString("yyyy-MM-dd"),"缺席");
//					double absPer = (double)stuAttCalcDataAccess.StateAmount/((double)stuAttCalcDataAccess.StuAmount*SetAttendDays())*100;
					double absPer = 100-healthPer-illPer-watchPer;

//					Graphics gra = gControl.CreateGraphics();
//					GraphPane myPane = new GraphPane( new Rectangle( 0, 0, gControl.Width, gControl.Height ),
//						"11", "11", "11" );
					zedGraph_StuPiePrint = new ZedGraphControl();
					gControl.Controls.Clear();
					gControl.Controls.Add(zedGraph_StuPiePrint);
					zedGraph_StuPiePrint.Dock = DockStyle.Fill;
					
					GraphPane myPane = zedGraph_StuPiePrint.GraphPane;

					if ( getGrade.Equals("") )
						myPane.Title = new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
							+ "全年级晨检信息统计图\n"+"统计日期: " + BegDate.ToString("yyyy.MM.dd") + " 至 "
							+ EndDate.ToString("yyyy.MM.dd");
					else if ( getClass.Equals("") )
						myPane.Title = new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
							+ new StuInfoDataAccess().GetGradeList("",getGrade).Tables[0].Rows[0][1].ToString()
							+ "晨检信息统计图\n"+"统计日期: " + BegDate.ToString("yyyy.MM.dd") + " 至 "
							+ EndDate.ToString("yyyy.MM.dd");
					else
						myPane.Title = new GardenInfoDataAccess().GetGardenInfo().Tables[0].Rows[0][1].ToString()
							+ new RealtimeInfoDataAccess().setClassList("",getClass,getGrade).Tables[0].Rows[0][1].ToString()
							+ "晨检信息统计图\n"+"统计日期: " + BegDate.ToString("yyyy.MM.dd") + " 至 "
							+ EndDate.ToString("yyyy.MM.dd");

					double[] statusVal = { healthPer, watchPer, absPer, illPer };
					string[] statusLabel = { "健康", "观察", "缺席", "服药"  };

					myPane.PaneFill = new Fill( Color.Cornsilk );
					myPane.AxisFill = new Fill( Color.Cornsilk );
					myPane.Legend.Position = LegendPos.Right ;
					myPane.Legend.FontSpec.Size = 14;

					PieItem [] slices = new PieItem[statusVal.Length] ;
					slices = myPane.AddPieSlices ( statusVal, statusLabel ) ;
					
					((PieItem)slices[0]).LabelType = PieLabelType.Percent ;
					((PieItem)slices[0]).LabelDetail.FontSpec.Size = 14;
					((PieItem)slices[1]).LabelType = PieLabelType.Percent ;
					((PieItem)slices[1]).LabelDetail.FontSpec.Size = 14;
					((PieItem)slices[2]).LabelType = PieLabelType.Percent ;
					((PieItem)slices[2]).LabelDetail.FontSpec.Size = 14;
					((PieItem)slices[3]).LabelType = PieLabelType.Percent ;
					((PieItem)slices[3]).LabelDetail.FontSpec.Size = 14;
					((PieItem)slices[1]).Displacement = .2 ;
					((PieItem)slices[2]).Displacement = .2 ;

					BoxItem box = new BoxItem( new RectangleF( 0F, 0F, 1F, 1F ),
						Color.Empty, Color.PeachPuff );
					box.Location.CoordinateFrame = CoordType.AxisFraction;
					box.Border.IsVisible = false;
					box.Location.AlignH = AlignH.Left;
					box.Location.AlignV = AlignV.Top;
					box.ZOrder = ZOrder.E_BehindAxis;

					myPane.GraphItemList.Add( box );
//					myPane.AxisChange(gra);
//					myPane.Draw(gra);

//					myPane.ReSize(gra,new RectangleF(150, 300, 800,600));

					zedGraph_StuPiePrint.IsShowContextMenu = false;
					zedGraph_StuPiePrint.IsEnableZoom = false;
					zedGraph_StuPiePrint.AxisChange();

					return myPane.Image;
				}
				catch(Exception e)
				{
					Util.WriteLog(e.Message,Util.EXCEPTION_LOG_TITLE);
					return null;
				}
			}
		}
 private void InitializeComponent()
 {
     this.gcMessage = new GroupControl();
     this.gpgLabel1 = new GPGLabel();
     this.gcMessage.BeginInit();
     this.gcMessage.SuspendLayout();
     base.SuspendLayout();
     this.gcMessage.Appearance.BackColor = Color.FromArgb(0x1b, 0x2e, 0x4a);
     this.gcMessage.Appearance.Font = new Font("Arial", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gcMessage.Appearance.Options.UseBackColor = true;
     this.gcMessage.Appearance.Options.UseFont = true;
     this.gcMessage.AppearanceCaption.BackColor = Color.FromArgb(0x9f, 0xb8, 0xdd);
     this.gcMessage.AppearanceCaption.BackColor2 = Color.FromArgb(0x5c, 0x77, 0x9e);
     this.gcMessage.AppearanceCaption.Font = new Font("Arial", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gcMessage.AppearanceCaption.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gcMessage.AppearanceCaption.Options.UseBackColor = true;
     this.gcMessage.AppearanceCaption.Options.UseFont = true;
     this.gcMessage.Controls.Add(this.gpgLabel1);
     this.gcMessage.Dock = DockStyle.Fill;
     this.gcMessage.Location = new Point(0, 0);
     this.gcMessage.LookAndFeel.SkinName = "The Asphalt World";
     this.gcMessage.LookAndFeel.Style = LookAndFeelStyle.Office2003;
     this.gcMessage.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gcMessage.Name = "gcMessage";
     this.gcMessage.Size = new Size(0xda, 0x71);
     this.gcMessage.TabIndex = 0;
     this.gcMessage.Text = "Unknown Message";
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Dock = DockStyle.Fill;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(2, 0x16);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xd6, 0x59);
     this.gpgLabel1.TabIndex = 0;
     this.gpgLabel1.Text = "Unknown Message";
     this.gpgLabel1.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabel1.TextStyle = TextStyles.Default;
     base.AutoScaleMode = AutoScaleMode.None;
     base.ClientSize = new Size(0xda, 0x71);
     base.Controls.Add(this.gcMessage);
     base.Name = "FrmSimpleMessage";
     base.ShowInTaskbar = false;
     this.Text = "FrmSimpleMessage";
     this.gcMessage.EndInit();
     this.gcMessage.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void BorderGrid(GroupControl grp, bool select)
 {
     if (select)
     {
         grp.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
         grp.Appearance.Options.UseBorderColor = true;
         grp.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
         grp.LookAndFeel.UseDefaultLookAndFeel = false;
         this.SelectedGroup = grp.Name;
     }
     else
     {
         grp.Appearance.Options.UseBorderColor = false;
         grp.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
         grp.LookAndFeel.UseDefaultLookAndFeel = true;
         this.SelectedGroup = "";
     }
 }
Beispiel #37
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStaff));
     this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.MenuItem1 = new System.Windows.Forms.MenuItem();
     this.MenuItem2 = new System.Windows.Forms.MenuItem();
     this.MenuItem4 = new System.Windows.Forms.MenuItem();
     this.MenuItemChangePassword = new System.Windows.Forms.MenuItem();
     this.MenuItemBlockMembershipID = new System.Windows.Forms.MenuItem();
     this.MenuItemResetMembershipID = new System.Windows.Forms.MenuItem();
     this.MenuItem9 = new System.Windows.Forms.MenuItem();
     this.MenuItem10 = new System.Windows.Forms.MenuItem();
     this.MenuItem5 = new System.Windows.Forms.MenuItem();
     this.Bar1 = new DevExpress.XtraBars.Bar();
     this.BarManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.Bar2 = new DevExpress.XtraBars.Bar();
     this.bbiClose = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnTimeCard = new DevExpress.XtraBars.BarButtonItem();
     this.barstaticCurrentLogin = new DevExpress.XtraBars.BarStaticItem();
     this.BarAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnClose = new DevExpress.XtraBars.BarButtonItem();
     this.tabStaff = new DevExpress.XtraTab.XtraTabControl();
     this.tabStaffOne = new DevExpress.XtraTab.XtraTabPage();
     this.lblOne_2 = new DevExpress.XtraEditors.SimpleButton();
     this.luedtMemoEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lblMemoEmployeeID = new System.Windows.Forms.Label();
     this.groupMessages = new DevExpress.XtraEditors.GroupControl();
     this.lblmnuMessagesReceipient = new System.Windows.Forms.Label();
     this.lblmnuMessagesFollowUpAction = new System.Windows.Forms.Label();
     this.lblmnuMessagesMemoInfo = new System.Windows.Forms.Label();
     this.groupMessagesEntry = new DevExpress.XtraEditors.GroupControl();
     this.cbViewMemo = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnMemoUnpost = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnMemoPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnMemoNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrMemo = new DevExpress.XtraGrid.GridControl();
     this.gvMemo = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colnMemoID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPostUpdateDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAuthorID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAuthor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRead = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.groupMessagesFollowUpAction = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRepliesDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesView = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRepliesAdd = new DevExpress.XtraEditors.SimpleButton();
     this.gctrReplies = new DevExpress.XtraGrid.GridControl();
     this.gvReplies = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colReplyDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyEmployeeName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReplyMessage = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupMessagesMemoInfo = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl8 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.memoedtMessage = new DevExpress.XtraEditors.MemoEdit();
     this.Label37 = new System.Windows.Forms.Label();
     this.groupMessagesReceipient = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl6 = new DevExpress.XtraEditors.GroupControl();
     this.cbMemoReceipient = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnReceipientDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnReceipientNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrReceipient = new DevExpress.XtraGrid.GridControl();
     this.gvReceipient = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRecipientType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRecipient = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRecipientID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupReceipientGroup = new DevExpress.XtraEditors.GroupControl();
     this.groupReceipientGroupEntry = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRecpGrpDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpGrpEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpGrpNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrRecpGrp = new DevExpress.XtraGrid.GridControl();
     this.gvRecpGrp = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colReceipientGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colReceipientGroupCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupReceipientGroupReceipientEntries = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl10 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnRecpEntryDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnRecpEntryNew = new DevExpress.XtraEditors.SimpleButton();
     this.gctrRecpEntry = new DevExpress.XtraGrid.GridControl();
     this.gvRecpEntry = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmployeeName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblOne_1 = new DevExpress.XtraEditors.SimpleButton();
     this.tabStaffTwo = new DevExpress.XtraTab.XtraTabPage();
     this.groupService = new DevExpress.XtraEditors.GroupControl();
     this.groupServiceEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.luedtCommissionServiceBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.label30 = new System.Windows.Forms.Label();
     this.cbServiceYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.cbServiceMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cbServiceServiceType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnServiceInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gctrService = new DevExpress.XtraGrid.GridControl();
     this.gvService = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colServicedtDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrBranchCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrServiceCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colServicestrCommission = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblTwo_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblTwo_2 = new DevExpress.XtraEditors.SimpleButton();
     this.groupSales = new DevExpress.XtraEditors.GroupControl();
     this.groupSalesEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl7 = new DevExpress.XtraEditors.GroupControl();
     this.luedtSalesBranchCode = new DevExpress.XtraEditors.LookUpEdit();
     this.label16 = new System.Windows.Forms.Label();
     this.cbSalesYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.cbSalesMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnSalesInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.cbSalesType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gctrSales = new DevExpress.XtraGrid.GridControl();
     this.gvSales = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colSalesDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesReceipt = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSalesNettAmount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffThree = new DevExpress.XtraTab.XtraTabPage();
     this.lblThree_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_2 = new DevExpress.XtraEditors.SimpleButton();
     this.groupTimesheet = new DevExpress.XtraEditors.GroupControl();
     this.groupTimesheetEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl9 = new DevExpress.XtraEditors.GroupControl();
     this.cbTimesheetYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.cbTimesheetMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnTimesheetInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrTimesheet = new DevExpress.XtraGrid.GridControl();
     this.gvTimesheet = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTimesheetDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetRosterOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetBranchLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetFirstTimeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLastTimeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetManagerNameOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTimesheetLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colTimesheetTotalLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupOvertime = new DevExpress.XtraEditors.GroupControl();
     this.groupControl15 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnOvertimeDelete = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl16 = new DevExpress.XtraEditors.GroupControl();
     this.cbOvertimeYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.cbOvertimeMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnOvertimeInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnApplyOvertime = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrOvertime = new DevExpress.XtraGrid.GridControl();
     this.gvOvertime = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colOvertimeDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeReason = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeCharging = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeManager = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeApprovingManagerID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOvertimeStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupLateness = new DevExpress.XtraEditors.GroupControl();
     this.groupControl13 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl14 = new DevExpress.XtraEditors.GroupControl();
     this.cbLatenessYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.cbLatenessMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnLatenessInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrLateness = new DevExpress.XtraGrid.GridControl();
     this.gvLateness = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLatenessRosterID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessBranch = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLatenessExpected = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colLatenessActual = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.colLatenessLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffFour = new DevExpress.XtraTab.XtraTabPage();
     this.lblFour_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupAppointment = new DevExpress.XtraEditors.GroupControl();
     this.groupAppointmentEntry = new DevExpress.XtraEditors.GroupControl();
     this.groupControl12 = new DevExpress.XtraEditors.GroupControl();
     this.cbAppointmentYear = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.cbAppointmentMonth = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sbtnAppointmentInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnAppointmentNew = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrAppointment = new DevExpress.XtraGrid.GridControl();
     this.gvAppointment = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAppointmentDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentEndDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentOrganization = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentContact = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentTypeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAppointmentRemarks = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupContact = new DevExpress.XtraEditors.GroupControl();
     this.groupContactEntry = new DevExpress.XtraEditors.GroupControl();
     this.sbtnContactEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnContactDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnContactNew = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrContact = new DevExpress.XtraGrid.GridControl();
     this.gvContact = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colContactPerson = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactOrganization = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactMobile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactOfficeNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactEmail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactFax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colContactAddress = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabStaffFive = new DevExpress.XtraTab.XtraTabPage();
     this.groupCustomerVoice = new DevExpress.XtraEditors.GroupControl();
     this.lblmnuCustomerVoiceActionHistory = new System.Windows.Forms.Label();
     this.lblmnuCustomerVoiceCVDetails = new System.Windows.Forms.Label();
     this.GroupControl24 = new DevExpress.XtraEditors.GroupControl();
     this.luedtCVSubmitter = new DevExpress.XtraEditors.LookUpEdit();
     this.sbtnAssign = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVPrint = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnCVNew = new DevExpress.XtraEditors.SimpleButton();
     this.cbListCV = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gctrCV = new DevExpress.XtraGrid.GridControl();
     this.gvCV = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colRefNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDtReceived = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colBranch = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMembershipID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMemberName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDepartment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubmittedBy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStaffSubject = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDepartmentAssignedTo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastUpdatedDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label17 = new System.Windows.Forms.Label();
     this.luedtCVAssignTo = new DevExpress.XtraEditors.LookUpEdit();
     this.lblCVSubmitter = new System.Windows.Forms.Label();
     this.groupCustomerVoiceActionHistory = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl26 = new DevExpress.XtraEditors.GroupControl();
     this.sbtnNewCVAction = new DevExpress.XtraEditors.SimpleButton();
     this.gctrCVAction = new DevExpress.XtraGrid.GridControl();
     this.gvCVAction = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colActionID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldtDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldtTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionDetail = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionTakenBy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colActionTakenByID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupCustomerVoiceCVDetails = new DevExpress.XtraEditors.GroupControl();
     this.GroupControl28 = new DevExpress.XtraEditors.GroupControl();
     this.txtHomeNo = new DevExpress.XtraEditors.TextEdit();
     this.label31 = new System.Windows.Forms.Label();
     this.txtEmail = new DevExpress.XtraEditors.TextEdit();
     this.label10 = new System.Windows.Forms.Label();
     this.txtContactNo = new DevExpress.XtraEditors.TextEdit();
     this.label9 = new System.Windows.Forms.Label();
     this.memoeditSummaryCV = new DevExpress.XtraEditors.MemoEdit();
     this.Label32 = new System.Windows.Forms.Label();
     this.tabStaffSix = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.lblSix_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblSix_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupLeave = new DevExpress.XtraEditors.GroupControl();
     this.groupLeaveLeaveDetails = new DevExpress.XtraEditors.GroupControl();
     this.groupControl11 = new DevExpress.XtraEditors.GroupControl();
     this.cbLeaveStatus = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label35 = new System.Windows.Forms.Label();
     this.txtLeaveEntitlement = new DevExpress.XtraEditors.TextEdit();
     this.label34 = new System.Windows.Forms.Label();
     this.dateedtLeaveJoinDate = new DevExpress.XtraEditors.DateEdit();
     this.label33 = new System.Windows.Forms.Label();
     this.sbtnLeaveEdit = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeaveDelete = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeaveApply = new DevExpress.XtraEditors.SimpleButton();
     this.gridctrLeaveDetail = new DevExpress.XtraGrid.GridControl();
     this.gvLeave = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLeaveStartDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveStartTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveEndTime = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nLeaveQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidLeave = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveTimeOff = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colfFullDay = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveLeaveType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveReason = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveLeaveStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveApprovingManager = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cbLeaveNYearID = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblNYearID = new System.Windows.Forms.Label();
     this.groupLeaveLeaveBalance = new DevExpress.XtraEditors.GroupControl();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.btnConvert = new System.Windows.Forms.Button();
     this.txtDaysConvert = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.btnAdjust = new System.Windows.Forms.Button();
     this.txtLeaveAdjust = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.sbtnLeaveBalanceInquiry = new DevExpress.XtraEditors.SimpleButton();
     this.label25 = new System.Windows.Forms.Label();
     this.cbLeaveBalance = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gridctrLeaveBalance = new DevExpress.XtraGrid.GridControl();
     this.gvLeaveBalance = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colLeaveBalanceDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceTransaction = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeaveBalanceNoOfDays = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupLeaveRoster = new DevExpress.XtraEditors.GroupControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.acmsRosterHeader6 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader5 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader4 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader3 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader2 = new ACMS.Control.ACMSRosterHeader();
     this.acmsRosterHeader1 = new ACMS.Control.ACMSRosterHeader();
     this.sbtnLeaveNextMonth = new DevExpress.XtraEditors.SimpleButton();
     this.sbtnLeavePreviousMonth = new DevExpress.XtraEditors.SimpleButton();
     this.luedtLeaveEmployeeID = new DevExpress.XtraEditors.LookUpEdit();
     this.lblLeaveEmployeeID = new System.Windows.Forms.Label();
     this.tabStaffSeven = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl17 = new DevExpress.XtraEditors.GroupControl();
     this.tabStaffEight = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.memoEdit2 = new DevExpress.XtraEditors.MemoEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.lookUpEdit4 = new DevExpress.XtraEditors.LookUpEdit();
     this.label40 = new System.Windows.Forms.Label();
     this.lookUpEdit3 = new DevExpress.XtraEditors.LookUpEdit();
     this.label39 = new System.Windows.Forms.Label();
     this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit();
     this.label38 = new System.Windows.Forms.Label();
     this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
     this.label28 = new System.Windows.Forms.Label();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl18 = new DevExpress.XtraEditors.GroupControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.BarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabStaff)).BeginInit();
     this.tabStaff.SuspendLayout();
     this.tabStaffOne.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtMemoEmployeeID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessages)).BeginInit();
     this.groupMessages.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesEntry)).BeginInit();
     this.groupMessagesEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbViewMemo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrMemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMemo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesFollowUpAction)).BeginInit();
     this.groupMessagesFollowUpAction.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl4)).BeginInit();
     this.GroupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReplies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReplies)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesMemoInfo)).BeginInit();
     this.groupMessagesMemoInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl8)).BeginInit();
     this.GroupControl8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoedtMessage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesReceipient)).BeginInit();
     this.groupMessagesReceipient.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl6)).BeginInit();
     this.GroupControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbMemoReceipient.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReceipient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroup)).BeginInit();
     this.groupReceipientGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupEntry)).BeginInit();
     this.groupReceipientGroupEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpGrp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpGrp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupReceipientEntries)).BeginInit();
     this.groupReceipientGroupReceipientEntries.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl10)).BeginInit();
     this.GroupControl10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpEntry)).BeginInit();
     this.tabStaffTwo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupService)).BeginInit();
     this.groupService.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupServiceEntry)).BeginInit();
     this.groupServiceEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCommissionServiceBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceServiceType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupSales)).BeginInit();
     this.groupSales.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupSalesEntry)).BeginInit();
     this.groupSalesEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).BeginInit();
     this.groupControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtSalesBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSales)).BeginInit();
     this.tabStaffThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheet)).BeginInit();
     this.groupTimesheet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheetEntry)).BeginInit();
     this.groupTimesheetEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).BeginInit();
     this.groupControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimesheet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOvertime)).BeginInit();
     this.groupOvertime.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl15)).BeginInit();
     this.groupControl15.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl16)).BeginInit();
     this.groupControl16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrOvertime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOvertime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLateness)).BeginInit();
     this.groupLateness.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).BeginInit();
     this.groupControl13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl14)).BeginInit();
     this.groupControl14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLateness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLateness)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     this.tabStaffFour.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointment)).BeginInit();
     this.groupAppointment.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointmentEntry)).BeginInit();
     this.groupAppointmentEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).BeginInit();
     this.groupControl12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentMonth.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrAppointment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAppointment)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupContact)).BeginInit();
     this.groupContact.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupContactEntry)).BeginInit();
     this.groupContactEntry.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrContact)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).BeginInit();
     this.tabStaffFive.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoice)).BeginInit();
     this.groupCustomerVoice.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl24)).BeginInit();
     this.GroupControl24.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVSubmitter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbListCV.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVAssignTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceActionHistory)).BeginInit();
     this.groupCustomerVoiceActionHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl26)).BeginInit();
     this.GroupControl26.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCVAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCVAction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceCVDetails)).BeginInit();
     this.groupCustomerVoiceCVDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl28)).BeginInit();
     this.GroupControl28.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomeNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoeditSummaryCV.Properties)).BeginInit();
     this.tabStaffSix.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeave)).BeginInit();
     this.groupLeave.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveDetails)).BeginInit();
     this.groupLeaveLeaveDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).BeginInit();
     this.groupControl11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLeaveEntitlement.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeave)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveNYearID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveBalance)).BeginInit();
     this.groupLeaveLeaveBalance.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveBalance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveBalance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeaveBalance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveRoster)).BeginInit();
     this.groupLeaveRoster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtLeaveEmployeeID.Properties)).BeginInit();
     this.tabStaffSeven.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl17)).BeginInit();
     this.tabStaffEight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl18)).BeginInit();
     this.SuspendLayout();
     //
     // MainMenu1
     //
     this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem1,
     this.MenuItem4,
     this.MenuItem5});
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 0;
     this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem2});
     this.MenuItem1.Text = "File";
     //
     // MenuItem2
     //
     this.MenuItem2.Index = 0;
     this.MenuItem2.Text = "Quit";
     this.MenuItem2.Click += new System.EventHandler(this.MenuItem2_Click);
     //
     // MenuItem4
     //
     this.MenuItem4.Index = 1;
     this.MenuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItemChangePassword,
     this.MenuItemBlockMembershipID,
     this.MenuItemResetMembershipID,
     this.MenuItem9,
     this.MenuItem10});
     this.MenuItem4.Text = "Tools";
     //
     // MenuItemChangePassword
     //
     this.MenuItemChangePassword.Index = 0;
     this.MenuItemChangePassword.Text = "Change Password";
     this.MenuItemChangePassword.Click += new System.EventHandler(this.MenuItemChangePassword_Click);
     //
     // MenuItemBlockMembershipID
     //
     this.MenuItemBlockMembershipID.Index = 1;
     this.MenuItemBlockMembershipID.Text = "Block Membership ID";
     this.MenuItemBlockMembershipID.Click += new System.EventHandler(this.MenuItemBlockMembershipID_Click);
     //
     // MenuItemResetMembershipID
     //
     this.MenuItemResetMembershipID.Index = 2;
     this.MenuItemResetMembershipID.Text = "Reset Membership ID";
     this.MenuItemResetMembershipID.Click += new System.EventHandler(this.MenuItemResetMembershipID_Click);
     //
     // MenuItem9
     //
     this.MenuItem9.Index = 3;
     this.MenuItem9.Text = "Re-print receipt";
     //
     // MenuItem10
     //
     this.MenuItem10.Index = 4;
     this.MenuItem10.Text = "Open Carton";
     //
     // MenuItem5
     //
     this.MenuItem5.Index = 2;
     this.MenuItem5.Text = "Help";
     //
     // Bar1
     //
     this.Bar1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Bar1.Appearance.Options.UseFont = true;
     this.Bar1.BarName = "bnTopBar";
     this.Bar1.DockCol = 0;
     this.Bar1.DockRow = 0;
     this.Bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.Bar1.OptionsBar.MultiLine = true;
     this.Bar1.OptionsBar.UseWholeRow = true;
     this.Bar1.Text = "TopBar";
     //
     // BarManager1
     //
     this.BarManager1.AllowQuickCustomization = false;
     this.BarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.Bar2});
     this.BarManager1.Controller = this.BarAndDockingController1;
     this.BarManager1.DockControls.Add(this.barDockControlTop);
     this.BarManager1.DockControls.Add(this.barDockControlBottom);
     this.BarManager1.DockControls.Add(this.barDockControlLeft);
     this.BarManager1.DockControls.Add(this.barDockControlRight);
     this.BarManager1.Form = this;
     this.BarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiClose,
     this.barbtnTimeCard,
     this.barButtonItem1,
     this.barbtnClose,
     this.barstaticCurrentLogin});
     this.BarManager1.MainMenu = this.Bar2;
     this.BarManager1.MaxItemId = 6;
     //
     // Bar2
     //
     this.Bar2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Bar2.Appearance.Options.UseFont = true;
     this.Bar2.BarName = "Custom 1";
     this.Bar2.DockCol = 0;
     this.Bar2.DockRow = 0;
     this.Bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.Bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barbtnTimeCard, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barstaticCurrentLogin, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard)});
     this.Bar2.OptionsBar.MultiLine = true;
     this.Bar2.OptionsBar.UseWholeRow = true;
     this.Bar2.Text = "Custom 1";
     //
     // bbiClose
     //
     this.bbiClose.Caption = "Close";
     this.bbiClose.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiClose.Glyph")));
     this.bbiClose.Id = 0;
     this.bbiClose.Name = "bbiClose";
     this.bbiClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLoginOut_ItemClick);
     //
     // barbtnTimeCard
     //
     this.barbtnTimeCard.Caption = "Time Card";
     this.barbtnTimeCard.Glyph = ((System.Drawing.Image)(resources.GetObject("barbtnTimeCard.Glyph")));
     this.barbtnTimeCard.Id = 1;
     this.barbtnTimeCard.Name = "barbtnTimeCard";
     this.barbtnTimeCard.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnTimeCard_ItemClick);
     //
     // barstaticCurrentLogin
     //
     this.barstaticCurrentLogin.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barstaticCurrentLogin.Caption = "Current Login: {0}, {1}";
     this.barstaticCurrentLogin.Id = 4;
     this.barstaticCurrentLogin.Name = "barstaticCurrentLogin";
     this.barstaticCurrentLogin.OwnFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barstaticCurrentLogin.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barstaticCurrentLogin.UseOwnFont = true;
     //
     // BarAndDockingController1
     //
     this.BarAndDockingController1.PaintStyleName = "WindowsXP";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "ACMS Manager";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 2;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barbtnClose
     //
     this.barbtnClose.Id = 5;
     this.barbtnClose.Name = "barbtnClose";
     //
     // tabStaff
     //
     this.tabStaff.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.tabStaff.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.tabStaff.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaff.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tabStaff.Location = new System.Drawing.Point(0, 65);
     this.tabStaff.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tabStaff.Name = "tabStaff";
     this.tabStaff.PaintStyleName = "Skin";
     this.tabStaff.SelectedTabPage = this.tabStaffOne;
     this.tabStaff.Size = new System.Drawing.Size(1016, 648);
     this.tabStaff.TabIndex = 0;
     this.tabStaff.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabStaffOne,
     this.tabStaffTwo,
     this.tabStaffThree,
     this.tabStaffFour,
     this.tabStaffFive,
     this.tabStaffSix,
     this.tabStaffSeven,
     this.tabStaffEight});
     this.tabStaff.Text = "tabStaffMailbox";
     this.tabStaff.VisibleChanged += new System.EventHandler(this.tabStaff_VisibleChanged);
     this.tabStaff.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabStaff_SelectedPageChanged);
     this.tabStaff.Click += new System.EventHandler(this.tabStaff_Click);
     //
     // tabStaffOne
     //
     this.tabStaffOne.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffOne.Appearance.Header.Options.UseFont = true;
     this.tabStaffOne.Controls.Add(this.lblOne_2);
     this.tabStaffOne.Controls.Add(this.luedtMemoEmployeeID);
     this.tabStaffOne.Controls.Add(this.lblMemoEmployeeID);
     this.tabStaffOne.Controls.Add(this.groupMessages);
     this.tabStaffOne.Controls.Add(this.groupReceipientGroup);
     this.tabStaffOne.Controls.Add(this.lblOne_1);
     this.tabStaffOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffOne.Name = "tabStaffOne";
     this.tabStaffOne.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffOne.Text = "Mailbox";
     this.tabStaffOne.VisibleChanged += new System.EventHandler(this.tabStaffMailbox_VisibleChanged);
     //
     // lblOne_2
     //
     this.lblOne_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_2.Appearance.Options.UseFont = true;
     this.lblOne_2.Appearance.Options.UseForeColor = true;
     this.lblOne_2.Location = new System.Drawing.Point(160, 8);
     this.lblOne_2.Name = "lblOne_2";
     this.lblOne_2.Size = new System.Drawing.Size(138, 23);
     this.lblOne_2.TabIndex = 142;
     this.lblOne_2.Text = "Receipient Group";
     this.lblOne_2.Click += new System.EventHandler(this.lblOne_2_Click);
     //
     // luedtMemoEmployeeID
     //
     this.luedtMemoEmployeeID.Location = new System.Drawing.Point(776, 8);
     this.luedtMemoEmployeeID.Name = "luedtMemoEmployeeID";
     this.luedtMemoEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtMemoEmployeeID.Size = new System.Drawing.Size(208, 20);
     this.luedtMemoEmployeeID.TabIndex = 33;
     this.luedtMemoEmployeeID.EditValueChanged += new System.EventHandler(this.luedtMemoEmployeeID_EditValueChanged);
     //
     // lblMemoEmployeeID
     //
     this.lblMemoEmployeeID.AutoSize = true;
     this.lblMemoEmployeeID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMemoEmployeeID.Location = new System.Drawing.Point(688, 8);
     this.lblMemoEmployeeID.Name = "lblMemoEmployeeID";
     this.lblMemoEmployeeID.Size = new System.Drawing.Size(88, 16);
     this.lblMemoEmployeeID.TabIndex = 34;
     this.lblMemoEmployeeID.Text = "Staff Name:";
     //
     // groupMessages
     //
     this.groupMessages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessages.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupMessages.Controls.Add(this.lblmnuMessagesReceipient);
     this.groupMessages.Controls.Add(this.lblmnuMessagesFollowUpAction);
     this.groupMessages.Controls.Add(this.lblmnuMessagesMemoInfo);
     this.groupMessages.Controls.Add(this.groupMessagesEntry);
     this.groupMessages.Controls.Add(this.groupMessagesFollowUpAction);
     this.groupMessages.Controls.Add(this.groupMessagesMemoInfo);
     this.groupMessages.Controls.Add(this.groupMessagesReceipient);
     this.groupMessages.Location = new System.Drawing.Point(0, 34);
     this.groupMessages.Name = "groupMessages";
     this.groupMessages.ShowCaption = false;
     this.groupMessages.Size = new System.Drawing.Size(1007, 584);
     this.groupMessages.TabIndex = 13;
     this.groupMessages.Text = "GroupControl3";
     //
     // lblmnuMessagesReceipient
     //
     this.lblmnuMessagesReceipient.AutoSize = true;
     this.lblmnuMessagesReceipient.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesReceipient.Location = new System.Drawing.Point(176, 320);
     this.lblmnuMessagesReceipient.Name = "lblmnuMessagesReceipient";
     this.lblmnuMessagesReceipient.Size = new System.Drawing.Size(83, 16);
     this.lblmnuMessagesReceipient.TabIndex = 2;
     this.lblmnuMessagesReceipient.Text = "Receipient";
     this.lblmnuMessagesReceipient.Click += new System.EventHandler(this.lblmnuMessagesReceipient_Click);
     //
     // lblmnuMessagesFollowUpAction
     //
     this.lblmnuMessagesFollowUpAction.AutoSize = true;
     this.lblmnuMessagesFollowUpAction.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesFollowUpAction.Location = new System.Drawing.Point(112, 320);
     this.lblmnuMessagesFollowUpAction.Name = "lblmnuMessagesFollowUpAction";
     this.lblmnuMessagesFollowUpAction.Size = new System.Drawing.Size(62, 16);
     this.lblmnuMessagesFollowUpAction.TabIndex = 1;
     this.lblmnuMessagesFollowUpAction.Text = "Replies";
     this.lblmnuMessagesFollowUpAction.Click += new System.EventHandler(this.lblmnuMessagesFollowUpAction_Click);
     //
     // lblmnuMessagesMemoInfo
     //
     this.lblmnuMessagesMemoInfo.AutoSize = true;
     this.lblmnuMessagesMemoInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuMessagesMemoInfo.Location = new System.Drawing.Point(24, 320);
     this.lblmnuMessagesMemoInfo.Name = "lblmnuMessagesMemoInfo";
     this.lblmnuMessagesMemoInfo.Size = new System.Drawing.Size(79, 16);
     this.lblmnuMessagesMemoInfo.TabIndex = 0;
     this.lblmnuMessagesMemoInfo.Text = "Memo Info";
     this.lblmnuMessagesMemoInfo.Click += new System.EventHandler(this.lblmnuMessagesMemoInfo_Click);
     //
     // groupMessagesEntry
     //
     this.groupMessagesEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesEntry.Appearance.Options.UseBackColor = true;
     this.groupMessagesEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesEntry.Controls.Add(this.cbViewMemo);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoUnpost);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoPrint);
     this.groupMessagesEntry.Controls.Add(this.sbtnMemoNew);
     this.groupMessagesEntry.Controls.Add(this.gctrMemo);
     this.groupMessagesEntry.Location = new System.Drawing.Point(8, 0);
     this.groupMessagesEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesEntry.Name = "groupMessagesEntry";
     this.groupMessagesEntry.Size = new System.Drawing.Size(992, 312);
     this.groupMessagesEntry.TabIndex = 1;
     this.groupMessagesEntry.Text = "MESSAGES";
     //
     // cbViewMemo
     //
     this.cbViewMemo.EditValue = "All";
     this.cbViewMemo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbViewMemo.Location = new System.Drawing.Point(16, 32);
     this.cbViewMemo.Name = "cbViewMemo";
     this.cbViewMemo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbViewMemo.Properties.Items.AddRange(new object[] {
     "All",
     "Personal Email",
     "Branch Bulletin",
     "Sent Memo"});
     this.cbViewMemo.Properties.PopupSizeable = true;
     this.cbViewMemo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbViewMemo.Size = new System.Drawing.Size(136, 20);
     this.cbViewMemo.TabIndex = 0;
     this.cbViewMemo.SelectedIndexChanged += new System.EventHandler(this.cbViewMemo_SelectedIndexChanged);
     //
     // sbtnMemoUnpost
     //
     this.sbtnMemoUnpost.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoUnpost.Appearance.Options.UseFont = true;
     this.sbtnMemoUnpost.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoUnpost.Location = new System.Drawing.Point(320, 32);
     this.sbtnMemoUnpost.Name = "sbtnMemoUnpost";
     this.sbtnMemoUnpost.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoUnpost.TabIndex = 3;
     this.sbtnMemoUnpost.Text = "Unpost";
     this.sbtnMemoUnpost.Click += new System.EventHandler(this.sbtnMemoUnpost_Click);
     //
     // sbtnMemoPrint
     //
     this.sbtnMemoPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoPrint.Appearance.Options.UseFont = true;
     this.sbtnMemoPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoPrint.Location = new System.Drawing.Point(240, 32);
     this.sbtnMemoPrint.Name = "sbtnMemoPrint";
     this.sbtnMemoPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoPrint.TabIndex = 2;
     this.sbtnMemoPrint.Text = "Print";
     this.sbtnMemoPrint.Click += new System.EventHandler(this.sbtnMemoPrint_Click);
     //
     // sbtnMemoNew
     //
     this.sbtnMemoNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnMemoNew.Appearance.Options.UseFont = true;
     this.sbtnMemoNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnMemoNew.Location = new System.Drawing.Point(160, 32);
     this.sbtnMemoNew.Name = "sbtnMemoNew";
     this.sbtnMemoNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnMemoNew.TabIndex = 1;
     this.sbtnMemoNew.Text = "New";
     this.sbtnMemoNew.Click += new System.EventHandler(this.sbtnMemoNew_Click);
     //
     // gctrMemo
     //
     this.gctrMemo.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrMemo.EmbeddedNavigator.Name = "";
     this.gctrMemo.Location = new System.Drawing.Point(2, 62);
     this.gctrMemo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrMemo.MainView = this.gvMemo;
     this.gctrMemo.Name = "gctrMemo";
     this.gctrMemo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gctrMemo.Size = new System.Drawing.Size(988, 248);
     this.gctrMemo.TabIndex = 4;
     this.gctrMemo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvMemo});
     //
     // gvMemo
     //
     this.gvMemo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colnMemoID,
     this.colPostUpdateDateTime,
     this.colAuthorID,
     this.colAuthor,
     this.colTitle,
     this.colRead});
     this.gvMemo.GridControl = this.gctrMemo;
     this.gvMemo.Name = "gvMemo";
     this.gvMemo.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvMemo.OptionsBehavior.Editable = false;
     this.gvMemo.OptionsCustomization.AllowFilter = false;
     this.gvMemo.OptionsView.ShowGroupPanel = false;
     this.gvMemo.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPostUpdateDateTime, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvMemo.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvMemo_FocusedRowChanged);
     this.gvMemo.DataSourceChanged += new System.EventHandler(this.gvMemo_DataSourceChanged);
     //
     // colnMemoID
     //
     this.colnMemoID.Caption = "Memo ID";
     this.colnMemoID.FieldName = "nMemoID";
     this.colnMemoID.Name = "colnMemoID";
     this.colnMemoID.Visible = true;
     this.colnMemoID.VisibleIndex = 0;
     this.colnMemoID.Width = 115;
     //
     // colPostUpdateDateTime
     //
     this.colPostUpdateDateTime.Caption = "Post/Update Date Time";
     this.colPostUpdateDateTime.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm tt";
     this.colPostUpdateDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colPostUpdateDateTime.FieldName = "dtLastEditDate";
     this.colPostUpdateDateTime.Name = "colPostUpdateDateTime";
     this.colPostUpdateDateTime.Visible = true;
     this.colPostUpdateDateTime.VisibleIndex = 1;
     this.colPostUpdateDateTime.Width = 172;
     //
     // colAuthorID
     //
     this.colAuthorID.Caption = "Author ID";
     this.colAuthorID.FieldName = "nEmployeeID";
     this.colAuthorID.Name = "colAuthorID";
     this.colAuthorID.Width = 201;
     //
     // colAuthor
     //
     this.colAuthor.Caption = "Author";
     this.colAuthor.FieldName = "strEmployeeName";
     this.colAuthor.Name = "colAuthor";
     this.colAuthor.Visible = true;
     this.colAuthor.VisibleIndex = 2;
     this.colAuthor.Width = 229;
     //
     // colTitle
     //
     this.colTitle.Caption = "Subject";
     this.colTitle.FieldName = "strTitle";
     this.colTitle.Name = "colTitle";
     this.colTitle.Visible = true;
     this.colTitle.VisibleIndex = 3;
     this.colTitle.Width = 405;
     //
     // colRead
     //
     this.colRead.Caption = "Read";
     this.colRead.ColumnEdit = this.repositoryItemCheckEdit1;
     this.colRead.FieldName = "fRead";
     this.colRead.Name = "colRead";
     this.colRead.Visible = true;
     this.colRead.VisibleIndex = 4;
     this.colRead.Width = 46;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // groupMessagesFollowUpAction
     //
     this.groupMessagesFollowUpAction.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesFollowUpAction.Appearance.Options.UseBackColor = true;
     this.groupMessagesFollowUpAction.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesFollowUpAction.Controls.Add(this.GroupControl4);
     this.groupMessagesFollowUpAction.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesFollowUpAction.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesFollowUpAction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesFollowUpAction.Name = "groupMessagesFollowUpAction";
     this.groupMessagesFollowUpAction.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesFollowUpAction.TabIndex = 12;
     this.groupMessagesFollowUpAction.Text = "Replies";
     //
     // GroupControl4
     //
     this.GroupControl4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl4.Controls.Add(this.sbtnRepliesDelete);
     this.GroupControl4.Controls.Add(this.sbtnRepliesView);
     this.GroupControl4.Controls.Add(this.sbtnRepliesUpdate);
     this.GroupControl4.Controls.Add(this.sbtnRepliesAdd);
     this.GroupControl4.Controls.Add(this.gctrReplies);
     this.GroupControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl4.Location = new System.Drawing.Point(2, 19);
     this.GroupControl4.Name = "GroupControl4";
     this.GroupControl4.ShowCaption = false;
     this.GroupControl4.Size = new System.Drawing.Size(988, 211);
     this.GroupControl4.TabIndex = 0;
     this.GroupControl4.Text = "GroupControl1";
     //
     // sbtnRepliesDelete
     //
     this.sbtnRepliesDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesDelete.Appearance.Options.UseFont = true;
     this.sbtnRepliesDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesDelete.Location = new System.Drawing.Point(256, 16);
     this.sbtnRepliesDelete.Name = "sbtnRepliesDelete";
     this.sbtnRepliesDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesDelete.TabIndex = 3;
     this.sbtnRepliesDelete.Text = "Delete";
     this.sbtnRepliesDelete.Click += new System.EventHandler(this.sbtnRepliesDelete_Click);
     //
     // sbtnRepliesView
     //
     this.sbtnRepliesView.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesView.Appearance.Options.UseFont = true;
     this.sbtnRepliesView.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesView.Location = new System.Drawing.Point(96, 16);
     this.sbtnRepliesView.Name = "sbtnRepliesView";
     this.sbtnRepliesView.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesView.TabIndex = 1;
     this.sbtnRepliesView.Text = "View";
     this.sbtnRepliesView.Click += new System.EventHandler(this.sbtnRepliesView_Click);
     //
     // sbtnRepliesUpdate
     //
     this.sbtnRepliesUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesUpdate.Appearance.Options.UseFont = true;
     this.sbtnRepliesUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesUpdate.Location = new System.Drawing.Point(176, 16);
     this.sbtnRepliesUpdate.Name = "sbtnRepliesUpdate";
     this.sbtnRepliesUpdate.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesUpdate.TabIndex = 2;
     this.sbtnRepliesUpdate.Text = "Update";
     this.sbtnRepliesUpdate.Click += new System.EventHandler(this.sbtnRepliesUpdate_Click);
     //
     // sbtnRepliesAdd
     //
     this.sbtnRepliesAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRepliesAdd.Appearance.Options.UseFont = true;
     this.sbtnRepliesAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRepliesAdd.Location = new System.Drawing.Point(16, 16);
     this.sbtnRepliesAdd.Name = "sbtnRepliesAdd";
     this.sbtnRepliesAdd.Size = new System.Drawing.Size(72, 20);
     this.sbtnRepliesAdd.TabIndex = 0;
     this.sbtnRepliesAdd.Text = "Add";
     this.sbtnRepliesAdd.Click += new System.EventHandler(this.sbtnRepliesAdd_Click);
     //
     // gctrReplies
     //
     this.gctrReplies.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrReplies.EmbeddedNavigator.Name = "";
     this.gctrReplies.Location = new System.Drawing.Point(2, 49);
     this.gctrReplies.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrReplies.MainView = this.gvReplies;
     this.gctrReplies.Name = "gctrReplies";
     this.gctrReplies.Size = new System.Drawing.Size(984, 160);
     this.gctrReplies.TabIndex = 4;
     this.gctrReplies.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReplies});
     //
     // gvReplies
     //
     this.gvReplies.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colReplyDate,
     this.colReplyEmployeeID,
     this.colReplyEmployeeName,
     this.colReplyMessage});
     this.gvReplies.GridControl = this.gctrReplies;
     this.gvReplies.Name = "gvReplies";
     this.gvReplies.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvReplies.OptionsBehavior.Editable = false;
     this.gvReplies.OptionsCustomization.AllowFilter = false;
     this.gvReplies.OptionsView.ShowGroupPanel = false;
     this.gvReplies.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colReplyDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colReplyDate
     //
     this.colReplyDate.Caption = "Date";
     this.colReplyDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colReplyDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colReplyDate.FieldName = "dtDate";
     this.colReplyDate.Name = "colReplyDate";
     this.colReplyDate.Visible = true;
     this.colReplyDate.VisibleIndex = 0;
     this.colReplyDate.Width = 143;
     //
     // colReplyEmployeeID
     //
     this.colReplyEmployeeID.Caption = "Employee ID";
     this.colReplyEmployeeID.FieldName = "nEmployeeID";
     this.colReplyEmployeeID.Name = "colReplyEmployeeID";
     this.colReplyEmployeeID.Width = 209;
     //
     // colReplyEmployeeName
     //
     this.colReplyEmployeeName.Caption = "Employee";
     this.colReplyEmployeeName.FieldName = "strEmployeeName";
     this.colReplyEmployeeName.Name = "colReplyEmployeeName";
     this.colReplyEmployeeName.Visible = true;
     this.colReplyEmployeeName.VisibleIndex = 1;
     this.colReplyEmployeeName.Width = 247;
     //
     // colReplyMessage
     //
     this.colReplyMessage.Caption = "Message";
     this.colReplyMessage.FieldName = "strMessage";
     this.colReplyMessage.Name = "colReplyMessage";
     this.colReplyMessage.Visible = true;
     this.colReplyMessage.VisibleIndex = 2;
     this.colReplyMessage.Width = 569;
     //
     // groupMessagesMemoInfo
     //
     this.groupMessagesMemoInfo.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesMemoInfo.Appearance.Options.UseBackColor = true;
     this.groupMessagesMemoInfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesMemoInfo.Controls.Add(this.GroupControl8);
     this.groupMessagesMemoInfo.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesMemoInfo.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesMemoInfo.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesMemoInfo.Name = "groupMessagesMemoInfo";
     this.groupMessagesMemoInfo.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesMemoInfo.TabIndex = 13;
     this.groupMessagesMemoInfo.Text = "MEMO INFO";
     this.groupMessagesMemoInfo.VisibleChanged += new System.EventHandler(this.groupMessagesMemoInfo_VisibleChanged);
     //
     // GroupControl8
     //
     this.GroupControl8.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl8.Controls.Add(this.sbtnUpdate);
     this.GroupControl8.Controls.Add(this.memoedtMessage);
     this.GroupControl8.Controls.Add(this.Label37);
     this.GroupControl8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl8.Location = new System.Drawing.Point(2, 19);
     this.GroupControl8.Name = "GroupControl8";
     this.GroupControl8.ShowCaption = false;
     this.GroupControl8.Size = new System.Drawing.Size(988, 211);
     this.GroupControl8.TabIndex = 0;
     this.GroupControl8.Text = "GroupControl1";
     //
     // sbtnUpdate
     //
     this.sbtnUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnUpdate.Appearance.Options.UseFont = true;
     this.sbtnUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnUpdate.Location = new System.Drawing.Point(656, 180);
     this.sbtnUpdate.Name = "sbtnUpdate";
     this.sbtnUpdate.Size = new System.Drawing.Size(72, 20);
     this.sbtnUpdate.TabIndex = 1;
     this.sbtnUpdate.Text = "Update";
     this.sbtnUpdate.Click += new System.EventHandler(this.sbtnUpdate_Click);
     //
     // memoedtMessage
     //
     this.memoedtMessage.EditValue = "";
     this.memoedtMessage.Location = new System.Drawing.Point(88, 16);
     this.memoedtMessage.Name = "memoedtMessage";
     this.memoedtMessage.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.memoedtMessage.Properties.Appearance.Options.UseFont = true;
     this.memoedtMessage.Properties.MaxLength = 1000;
     this.memoedtMessage.Size = new System.Drawing.Size(560, 184);
     this.memoedtMessage.TabIndex = 0;
     //
     // Label37
     //
     this.Label37.AutoSize = true;
     this.Label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label37.Location = new System.Drawing.Point(16, 16);
     this.Label37.Name = "Label37";
     this.Label37.Size = new System.Drawing.Size(72, 16);
     this.Label37.TabIndex = 16;
     this.Label37.Text = "Message";
     //
     // groupMessagesReceipient
     //
     this.groupMessagesReceipient.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupMessagesReceipient.Appearance.Options.UseBackColor = true;
     this.groupMessagesReceipient.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupMessagesReceipient.Controls.Add(this.GroupControl6);
     this.groupMessagesReceipient.Location = new System.Drawing.Point(7, 344);
     this.groupMessagesReceipient.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupMessagesReceipient.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupMessagesReceipient.Name = "groupMessagesReceipient";
     this.groupMessagesReceipient.Size = new System.Drawing.Size(992, 232);
     this.groupMessagesReceipient.TabIndex = 14;
     this.groupMessagesReceipient.Text = "RECEIPIENT";
     //
     // GroupControl6
     //
     this.GroupControl6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl6.Controls.Add(this.cbMemoReceipient);
     this.GroupControl6.Controls.Add(this.sbtnReceipientDelete);
     this.GroupControl6.Controls.Add(this.sbtnReceipientNew);
     this.GroupControl6.Controls.Add(this.gctrReceipient);
     this.GroupControl6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl6.Location = new System.Drawing.Point(2, 19);
     this.GroupControl6.Name = "GroupControl6";
     this.GroupControl6.ShowCaption = false;
     this.GroupControl6.Size = new System.Drawing.Size(988, 211);
     this.GroupControl6.TabIndex = 0;
     this.GroupControl6.Text = "GroupControl1";
     //
     // cbMemoReceipient
     //
     this.cbMemoReceipient.EditValue = "Branch Group";
     this.cbMemoReceipient.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbMemoReceipient.Location = new System.Drawing.Point(8, 16);
     this.cbMemoReceipient.Name = "cbMemoReceipient";
     this.cbMemoReceipient.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbMemoReceipient.Properties.Items.AddRange(new object[] {
     "Branch Group",
     "Department Group",
     "Personal Group",
     "Employee"});
     this.cbMemoReceipient.Properties.PopupSizeable = true;
     this.cbMemoReceipient.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbMemoReceipient.Size = new System.Drawing.Size(136, 20);
     this.cbMemoReceipient.TabIndex = 0;
     this.cbMemoReceipient.SelectedIndexChanged += new System.EventHandler(this.cbMemoReceipient_SelectedIndexChanged);
     //
     // sbtnReceipientDelete
     //
     this.sbtnReceipientDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnReceipientDelete.Appearance.Options.UseFont = true;
     this.sbtnReceipientDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReceipientDelete.Location = new System.Drawing.Point(232, 16);
     this.sbtnReceipientDelete.Name = "sbtnReceipientDelete";
     this.sbtnReceipientDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnReceipientDelete.TabIndex = 2;
     this.sbtnReceipientDelete.Text = "Delete";
     this.sbtnReceipientDelete.Click += new System.EventHandler(this.sbtnReceipientDelete_Click);
     //
     // sbtnReceipientNew
     //
     this.sbtnReceipientNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnReceipientNew.Appearance.Options.UseFont = true;
     this.sbtnReceipientNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnReceipientNew.Location = new System.Drawing.Point(152, 16);
     this.sbtnReceipientNew.Name = "sbtnReceipientNew";
     this.sbtnReceipientNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnReceipientNew.TabIndex = 1;
     this.sbtnReceipientNew.Text = "New";
     this.sbtnReceipientNew.Click += new System.EventHandler(this.sbtnReceipientNew_Click);
     //
     // gctrReceipient
     //
     this.gctrReceipient.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrReceipient.EmbeddedNavigator.Name = "";
     this.gctrReceipient.Location = new System.Drawing.Point(2, 49);
     this.gctrReceipient.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrReceipient.MainView = this.gvReceipient;
     this.gctrReceipient.Name = "gctrReceipient";
     this.gctrReceipient.Size = new System.Drawing.Size(984, 160);
     this.gctrReceipient.TabIndex = 3;
     this.gctrReceipient.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvReceipient});
     //
     // gvReceipient
     //
     this.gvReceipient.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colRecipientType,
     this.colRecipient,
     this.colRecipientID});
     this.gvReceipient.GridControl = this.gctrReceipient;
     this.gvReceipient.Name = "gvReceipient";
     this.gvReceipient.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvReceipient.OptionsBehavior.Editable = false;
     this.gvReceipient.OptionsCustomization.AllowFilter = false;
     this.gvReceipient.OptionsView.ShowGroupPanel = false;
     //
     // colRecipientType
     //
     this.colRecipientType.Caption = "Type";
     this.colRecipientType.FieldName = "Type";
     this.colRecipientType.Name = "colRecipientType";
     this.colRecipientType.Visible = true;
     this.colRecipientType.VisibleIndex = 0;
     this.colRecipientType.Width = 223;
     //
     // colRecipient
     //
     this.colRecipient.Caption = "Receipient";
     this.colRecipient.FieldName = "Receipient";
     this.colRecipient.Name = "colRecipient";
     this.colRecipient.Visible = true;
     this.colRecipient.VisibleIndex = 1;
     this.colRecipient.Width = 558;
     //
     // colRecipientID
     //
     this.colRecipientID.Caption = "Receipient ID";
     this.colRecipientID.FieldName = "nReceipientID";
     this.colRecipientID.Name = "colRecipientID";
     this.colRecipientID.Width = 178;
     //
     // groupReceipientGroup
     //
     this.groupReceipientGroup.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroup.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupReceipientGroup.Controls.Add(this.groupReceipientGroupEntry);
     this.groupReceipientGroup.Controls.Add(this.groupReceipientGroupReceipientEntries);
     this.groupReceipientGroup.Location = new System.Drawing.Point(0, 34);
     this.groupReceipientGroup.Name = "groupReceipientGroup";
     this.groupReceipientGroup.ShowCaption = false;
     this.groupReceipientGroup.Size = new System.Drawing.Size(1007, 584);
     this.groupReceipientGroup.TabIndex = 14;
     this.groupReceipientGroup.Text = "GroupControl3";
     //
     // groupReceipientGroupEntry
     //
     this.groupReceipientGroupEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupReceipientGroupEntry.Appearance.Options.UseBackColor = true;
     this.groupReceipientGroupEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpDelete);
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpEdit);
     this.groupReceipientGroupEntry.Controls.Add(this.sbtnRecpGrpNew);
     this.groupReceipientGroupEntry.Controls.Add(this.gctrRecpGrp);
     this.groupReceipientGroupEntry.Location = new System.Drawing.Point(8, 0);
     this.groupReceipientGroupEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupReceipientGroupEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupReceipientGroupEntry.Name = "groupReceipientGroupEntry";
     this.groupReceipientGroupEntry.Size = new System.Drawing.Size(992, 312);
     this.groupReceipientGroupEntry.TabIndex = 1;
     this.groupReceipientGroupEntry.Text = "RECEIPIENT GROUP";
     //
     // sbtnRecpGrpDelete
     //
     this.sbtnRecpGrpDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpDelete.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpDelete.Location = new System.Drawing.Point(176, 32);
     this.sbtnRecpGrpDelete.Name = "sbtnRecpGrpDelete";
     this.sbtnRecpGrpDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpDelete.TabIndex = 2;
     this.sbtnRecpGrpDelete.Text = "Delete";
     this.sbtnRecpGrpDelete.Click += new System.EventHandler(this.sbtnRecpGrpDelete_Click);
     //
     // sbtnRecpGrpEdit
     //
     this.sbtnRecpGrpEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpEdit.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpEdit.Location = new System.Drawing.Point(96, 32);
     this.sbtnRecpGrpEdit.Name = "sbtnRecpGrpEdit";
     this.sbtnRecpGrpEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpEdit.TabIndex = 1;
     this.sbtnRecpGrpEdit.Text = "Edit";
     this.sbtnRecpGrpEdit.Click += new System.EventHandler(this.sbtnRecpGrpEdit_Click);
     //
     // sbtnRecpGrpNew
     //
     this.sbtnRecpGrpNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpGrpNew.Appearance.Options.UseFont = true;
     this.sbtnRecpGrpNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpGrpNew.Location = new System.Drawing.Point(16, 32);
     this.sbtnRecpGrpNew.Name = "sbtnRecpGrpNew";
     this.sbtnRecpGrpNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpGrpNew.TabIndex = 0;
     this.sbtnRecpGrpNew.Text = "New";
     this.sbtnRecpGrpNew.Click += new System.EventHandler(this.sbtnRecpGrpNew_Click);
     //
     // gctrRecpGrp
     //
     this.gctrRecpGrp.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrRecpGrp.EmbeddedNavigator.Name = "";
     this.gctrRecpGrp.Location = new System.Drawing.Point(2, 62);
     this.gctrRecpGrp.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrRecpGrp.MainView = this.gvRecpGrp;
     this.gctrRecpGrp.Name = "gctrRecpGrp";
     this.gctrRecpGrp.Size = new System.Drawing.Size(988, 248);
     this.gctrRecpGrp.TabIndex = 3;
     this.gctrRecpGrp.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvRecpGrp});
     //
     // gvRecpGrp
     //
     this.gvRecpGrp.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colReceipientGroupID,
     this.colReceipientGroupCode,
     this.colDescription});
     this.gvRecpGrp.GridControl = this.gctrRecpGrp;
     this.gvRecpGrp.Name = "gvRecpGrp";
     this.gvRecpGrp.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvRecpGrp.OptionsBehavior.Editable = false;
     this.gvRecpGrp.OptionsCustomization.AllowFilter = false;
     this.gvRecpGrp.OptionsView.ShowGroupPanel = false;
     this.gvRecpGrp.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvRecpGrp_FocusedRowChanged);
     this.gvRecpGrp.DataSourceChanged += new System.EventHandler(this.gvRecpGrp_DataSourceChanged);
     //
     // colReceipientGroupID
     //
     this.colReceipientGroupID.Caption = "Group ID";
     this.colReceipientGroupID.FieldName = "nMemoGroupID";
     this.colReceipientGroupID.Name = "colReceipientGroupID";
     this.colReceipientGroupID.Visible = true;
     this.colReceipientGroupID.VisibleIndex = 0;
     this.colReceipientGroupID.Width = 110;
     //
     // colReceipientGroupCode
     //
     this.colReceipientGroupCode.Caption = "Receipient Group Code";
     this.colReceipientGroupCode.FieldName = "strMemoGroupCode";
     this.colReceipientGroupCode.Name = "colReceipientGroupCode";
     this.colReceipientGroupCode.Visible = true;
     this.colReceipientGroupCode.VisibleIndex = 1;
     this.colReceipientGroupCode.Width = 417;
     //
     // colDescription
     //
     this.colDescription.Caption = "Description";
     this.colDescription.FieldName = "strDescription";
     this.colDescription.Name = "colDescription";
     this.colDescription.Visible = true;
     this.colDescription.VisibleIndex = 2;
     this.colDescription.Width = 440;
     //
     // groupReceipientGroupReceipientEntries
     //
     this.groupReceipientGroupReceipientEntries.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupReceipientGroupReceipientEntries.Appearance.Options.UseBackColor = true;
     this.groupReceipientGroupReceipientEntries.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupReceipientGroupReceipientEntries.Controls.Add(this.GroupControl10);
     this.groupReceipientGroupReceipientEntries.Location = new System.Drawing.Point(7, 320);
     this.groupReceipientGroupReceipientEntries.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupReceipientGroupReceipientEntries.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupReceipientGroupReceipientEntries.Name = "groupReceipientGroupReceipientEntries";
     this.groupReceipientGroupReceipientEntries.Size = new System.Drawing.Size(992, 256);
     this.groupReceipientGroupReceipientEntries.TabIndex = 14;
     this.groupReceipientGroupReceipientEntries.Text = "RECEIPIENT ENTRIES";
     //
     // GroupControl10
     //
     this.GroupControl10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl10.Controls.Add(this.sbtnRecpEntryDelete);
     this.GroupControl10.Controls.Add(this.sbtnRecpEntryNew);
     this.GroupControl10.Controls.Add(this.gctrRecpEntry);
     this.GroupControl10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl10.Location = new System.Drawing.Point(2, 19);
     this.GroupControl10.Name = "GroupControl10";
     this.GroupControl10.ShowCaption = false;
     this.GroupControl10.Size = new System.Drawing.Size(988, 235);
     this.GroupControl10.TabIndex = 0;
     this.GroupControl10.Text = "GroupControl1";
     //
     // sbtnRecpEntryDelete
     //
     this.sbtnRecpEntryDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpEntryDelete.Appearance.Options.UseFont = true;
     this.sbtnRecpEntryDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpEntryDelete.Location = new System.Drawing.Point(96, 16);
     this.sbtnRecpEntryDelete.Name = "sbtnRecpEntryDelete";
     this.sbtnRecpEntryDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpEntryDelete.TabIndex = 1;
     this.sbtnRecpEntryDelete.Text = "Delete";
     this.sbtnRecpEntryDelete.Click += new System.EventHandler(this.sbtnRecpEntryDelete_Click);
     //
     // sbtnRecpEntryNew
     //
     this.sbtnRecpEntryNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnRecpEntryNew.Appearance.Options.UseFont = true;
     this.sbtnRecpEntryNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnRecpEntryNew.Location = new System.Drawing.Point(16, 16);
     this.sbtnRecpEntryNew.Name = "sbtnRecpEntryNew";
     this.sbtnRecpEntryNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnRecpEntryNew.TabIndex = 0;
     this.sbtnRecpEntryNew.Text = "New";
     this.sbtnRecpEntryNew.Click += new System.EventHandler(this.sbtnRecpEntryNew_Click);
     //
     // gctrRecpEntry
     //
     this.gctrRecpEntry.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrRecpEntry.EmbeddedNavigator.Name = "";
     this.gctrRecpEntry.Location = new System.Drawing.Point(2, 49);
     this.gctrRecpEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrRecpEntry.MainView = this.gvRecpEntry;
     this.gctrRecpEntry.Name = "gctrRecpEntry";
     this.gctrRecpEntry.Size = new System.Drawing.Size(984, 184);
     this.gctrRecpEntry.TabIndex = 2;
     this.gctrRecpEntry.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvRecpEntry});
     //
     // gvRecpEntry
     //
     this.gvRecpEntry.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colEmployeeID,
     this.colEmployeeName});
     this.gvRecpEntry.GridControl = this.gctrRecpEntry;
     this.gvRecpEntry.Name = "gvRecpEntry";
     this.gvRecpEntry.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvRecpEntry.OptionsBehavior.Editable = false;
     this.gvRecpEntry.OptionsCustomization.AllowFilter = false;
     this.gvRecpEntry.OptionsView.ShowGroupPanel = false;
     //
     // colEmployeeID
     //
     this.colEmployeeID.Caption = "EmployeeID";
     this.colEmployeeID.FieldName = "nEmployeeID";
     this.colEmployeeID.Name = "colEmployeeID";
     this.colEmployeeID.Visible = true;
     this.colEmployeeID.VisibleIndex = 0;
     this.colEmployeeID.Width = 90;
     //
     // colEmployeeName
     //
     this.colEmployeeName.Caption = "Employee Name";
     this.colEmployeeName.FieldName = "strEmployeeName";
     this.colEmployeeName.Name = "colEmployeeName";
     this.colEmployeeName.Visible = true;
     this.colEmployeeName.VisibleIndex = 1;
     this.colEmployeeName.Width = 209;
     //
     // lblOne_1
     //
     this.lblOne_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_1.Appearance.Options.UseFont = true;
     this.lblOne_1.Appearance.Options.UseForeColor = true;
     this.lblOne_1.Location = new System.Drawing.Point(8, 8);
     this.lblOne_1.Name = "lblOne_1";
     this.lblOne_1.Size = new System.Drawing.Size(138, 23);
     this.lblOne_1.TabIndex = 141;
     this.lblOne_1.Text = "Messages";
     this.lblOne_1.Click += new System.EventHandler(this.lblOne_1_Click);
     //
     // tabStaffTwo
     //
     this.tabStaffTwo.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffTwo.Appearance.Header.Options.UseFont = true;
     this.tabStaffTwo.Controls.Add(this.groupService);
     this.tabStaffTwo.Controls.Add(this.lblTwo_1);
     this.tabStaffTwo.Controls.Add(this.lblTwo_2);
     this.tabStaffTwo.Controls.Add(this.groupSales);
     this.tabStaffTwo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffTwo.Name = "tabStaffTwo";
     this.tabStaffTwo.PageVisible = false;
     this.tabStaffTwo.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffTwo.Text = "Commission";
     this.tabStaffTwo.VisibleChanged += new System.EventHandler(this.tabStaffCommision_VisibleChanged);
     //
     // groupService
     //
     this.groupService.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupService.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupService.Controls.Add(this.groupServiceEntry);
     this.groupService.Location = new System.Drawing.Point(0, 34);
     this.groupService.Name = "groupService";
     this.groupService.ShowCaption = false;
     this.groupService.Size = new System.Drawing.Size(1007, 584);
     this.groupService.TabIndex = 15;
     this.groupService.Text = "GroupControl3";
     //
     // groupServiceEntry
     //
     this.groupServiceEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupServiceEntry.Appearance.Options.UseBackColor = true;
     this.groupServiceEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupServiceEntry.Controls.Add(this.groupControl3);
     this.groupServiceEntry.Controls.Add(this.gctrService);
     this.groupServiceEntry.Location = new System.Drawing.Point(8, 0);
     this.groupServiceEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupServiceEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupServiceEntry.Name = "groupServiceEntry";
     this.groupServiceEntry.Size = new System.Drawing.Size(992, 576);
     this.groupServiceEntry.TabIndex = 1;
     this.groupServiceEntry.Text = "SERVICE";
     //
     // groupControl3
     //
     this.groupControl3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl3.Controls.Add(this.luedtCommissionServiceBranch);
     this.groupControl3.Controls.Add(this.label30);
     this.groupControl3.Controls.Add(this.cbServiceYear);
     this.groupControl3.Controls.Add(this.label5);
     this.groupControl3.Controls.Add(this.label3);
     this.groupControl3.Controls.Add(this.label2);
     this.groupControl3.Controls.Add(this.cbServiceMonth);
     this.groupControl3.Controls.Add(this.cbServiceServiceType);
     this.groupControl3.Controls.Add(this.sbtnServiceInquiry);
     this.groupControl3.Location = new System.Drawing.Point(6, 24);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(730, 52);
     this.groupControl3.TabIndex = 0;
     this.groupControl3.Text = "Inquiry";
     //
     // luedtCommissionServiceBranch
     //
     this.luedtCommissionServiceBranch.Location = new System.Drawing.Point(258, 24);
     this.luedtCommissionServiceBranch.Name = "luedtCommissionServiceBranch";
     this.luedtCommissionServiceBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCommissionServiceBranch.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.luedtCommissionServiceBranch.Size = new System.Drawing.Size(150, 20);
     this.luedtCommissionServiceBranch.TabIndex = 1;
     //
     // label30
     //
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(206, 24);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(50, 20);
     this.label30.TabIndex = 18;
     this.label30.Text = "Branch:";
     //
     // cbServiceYear
     //
     this.cbServiceYear.EditValue = "";
     this.cbServiceYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceYear.Location = new System.Drawing.Point(580, 24);
     this.cbServiceYear.Name = "cbServiceYear";
     this.cbServiceYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceYear.Properties.PopupSizeable = true;
     this.cbServiceYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceYear.Size = new System.Drawing.Size(64, 20);
     this.cbServiceYear.TabIndex = 3;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(542, 24);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(34, 20);
     this.label5.TabIndex = 15;
     this.label5.Text = "Year:";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(414, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(42, 20);
     this.label3.TabIndex = 14;
     this.label3.Text = "Month:";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(78, 20);
     this.label2.TabIndex = 13;
     this.label2.Text = "Service Type:";
     //
     // cbServiceMonth
     //
     this.cbServiceMonth.EditValue = "January";
     this.cbServiceMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceMonth.Location = new System.Drawing.Point(458, 24);
     this.cbServiceMonth.Name = "cbServiceMonth";
     this.cbServiceMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbServiceMonth.Properties.PopupSizeable = true;
     this.cbServiceMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceMonth.Size = new System.Drawing.Size(80, 20);
     this.cbServiceMonth.TabIndex = 2;
     //
     // cbServiceServiceType
     //
     this.cbServiceServiceType.EditValue = "PT Service";
     this.cbServiceServiceType.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbServiceServiceType.Location = new System.Drawing.Point(88, 24);
     this.cbServiceServiceType.Name = "cbServiceServiceType";
     this.cbServiceServiceType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbServiceServiceType.Properties.Items.AddRange(new object[] {
     "PT Service",
     "Spa Service"});
     this.cbServiceServiceType.Properties.PopupSizeable = true;
     this.cbServiceServiceType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbServiceServiceType.Size = new System.Drawing.Size(112, 20);
     this.cbServiceServiceType.TabIndex = 0;
     //
     // sbtnServiceInquiry
     //
     this.sbtnServiceInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnServiceInquiry.Appearance.Options.UseFont = true;
     this.sbtnServiceInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnServiceInquiry.Location = new System.Drawing.Point(648, 24);
     this.sbtnServiceInquiry.Name = "sbtnServiceInquiry";
     this.sbtnServiceInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnServiceInquiry.TabIndex = 4;
     this.sbtnServiceInquiry.Text = "Inquiry";
     this.sbtnServiceInquiry.Click += new System.EventHandler(this.sbtnServiceInquiry_Click);
     //
     // gctrService
     //
     this.gctrService.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrService.EmbeddedNavigator.Name = "";
     this.gctrService.Location = new System.Drawing.Point(2, 80);
     this.gctrService.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrService.MainView = this.gvService;
     this.gctrService.Name = "gctrService";
     this.gctrService.Size = new System.Drawing.Size(988, 494);
     this.gctrService.TabIndex = 5;
     this.gctrService.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvService});
     //
     // gvService
     //
     this.gvService.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colServicedtDate,
     this.colServicestrBranchCode,
     this.colServicestrMembershipID,
     this.colServicestrServiceCode,
     this.colServicestrCommission});
     this.gvService.GridControl = this.gctrService;
     this.gvService.Name = "gvService";
     this.gvService.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvService.OptionsBehavior.Editable = false;
     this.gvService.OptionsCustomization.AllowFilter = false;
     this.gvService.OptionsView.ShowFooter = true;
     this.gvService.OptionsView.ShowGroupPanel = false;
     this.gvService.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colServicedtDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colServicedtDate
     //
     this.colServicedtDate.Caption = "Date";
     this.colServicedtDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colServicedtDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colServicedtDate.FieldName = "dtDate";
     this.colServicedtDate.Name = "colServicedtDate";
     this.colServicedtDate.Visible = true;
     this.colServicedtDate.VisibleIndex = 0;
     //
     // colServicestrBranchCode
     //
     this.colServicestrBranchCode.Caption = "Branch";
     this.colServicestrBranchCode.FieldName = "strBranchCode";
     this.colServicestrBranchCode.Name = "colServicestrBranchCode";
     this.colServicestrBranchCode.Visible = true;
     this.colServicestrBranchCode.VisibleIndex = 1;
     //
     // colServicestrMembershipID
     //
     this.colServicestrMembershipID.Caption = "Membership ID";
     this.colServicestrMembershipID.FieldName = "strMembershipID";
     this.colServicestrMembershipID.Name = "colServicestrMembershipID";
     this.colServicestrMembershipID.Visible = true;
     this.colServicestrMembershipID.VisibleIndex = 2;
     //
     // colServicestrServiceCode
     //
     this.colServicestrServiceCode.Caption = "Transaction Code";
     this.colServicestrServiceCode.FieldName = "strServiceCode";
     this.colServicestrServiceCode.Name = "colServicestrServiceCode";
     this.colServicestrServiceCode.Visible = true;
     this.colServicestrServiceCode.VisibleIndex = 3;
     //
     // colServicestrCommission
     //
     this.colServicestrCommission.Caption = "Commission";
     this.colServicestrCommission.FieldName = "mCommission";
     this.colServicestrCommission.Name = "colServicestrCommission";
     this.colServicestrCommission.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colServicestrCommission.Visible = true;
     this.colServicestrCommission.VisibleIndex = 4;
     //
     // lblTwo_1
     //
     this.lblTwo_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblTwo_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblTwo_1.Appearance.Options.UseFont = true;
     this.lblTwo_1.Appearance.Options.UseForeColor = true;
     this.lblTwo_1.Location = new System.Drawing.Point(8, 8);
     this.lblTwo_1.Name = "lblTwo_1";
     this.lblTwo_1.Size = new System.Drawing.Size(138, 23);
     this.lblTwo_1.TabIndex = 142;
     this.lblTwo_1.Text = "Sales";
     this.lblTwo_1.Click += new System.EventHandler(this.lblTwo_1_Click);
     //
     // lblTwo_2
     //
     this.lblTwo_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblTwo_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblTwo_2.Appearance.Options.UseFont = true;
     this.lblTwo_2.Appearance.Options.UseForeColor = true;
     this.lblTwo_2.Location = new System.Drawing.Point(160, 8);
     this.lblTwo_2.Name = "lblTwo_2";
     this.lblTwo_2.Size = new System.Drawing.Size(138, 23);
     this.lblTwo_2.TabIndex = 143;
     this.lblTwo_2.Text = "Service";
     this.lblTwo_2.Click += new System.EventHandler(this.lblTwo_2_Click);
     //
     // groupSales
     //
     this.groupSales.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupSales.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupSales.Controls.Add(this.groupSalesEntry);
     this.groupSales.Location = new System.Drawing.Point(0, 34);
     this.groupSales.Name = "groupSales";
     this.groupSales.ShowCaption = false;
     this.groupSales.Size = new System.Drawing.Size(1007, 584);
     this.groupSales.TabIndex = 14;
     this.groupSales.Text = "GroupControl3";
     //
     // groupSalesEntry
     //
     this.groupSalesEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupSalesEntry.Appearance.Options.UseBackColor = true;
     this.groupSalesEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupSalesEntry.Controls.Add(this.groupControl7);
     this.groupSalesEntry.Controls.Add(this.gctrSales);
     this.groupSalesEntry.Location = new System.Drawing.Point(8, 0);
     this.groupSalesEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupSalesEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupSalesEntry.Name = "groupSalesEntry";
     this.groupSalesEntry.Size = new System.Drawing.Size(992, 576);
     this.groupSalesEntry.TabIndex = 1;
     this.groupSalesEntry.Text = "SALES";
     //
     // groupControl7
     //
     this.groupControl7.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl7.Controls.Add(this.luedtSalesBranchCode);
     this.groupControl7.Controls.Add(this.label16);
     this.groupControl7.Controls.Add(this.cbSalesYear);
     this.groupControl7.Controls.Add(this.label6);
     this.groupControl7.Controls.Add(this.label7);
     this.groupControl7.Controls.Add(this.label8);
     this.groupControl7.Controls.Add(this.cbSalesMonth);
     this.groupControl7.Controls.Add(this.sbtnSalesInquiry);
     this.groupControl7.Controls.Add(this.cbSalesType);
     this.groupControl7.Location = new System.Drawing.Point(6, 24);
     this.groupControl7.Name = "groupControl7";
     this.groupControl7.Size = new System.Drawing.Size(772, 52);
     this.groupControl7.TabIndex = 0;
     this.groupControl7.Text = "Inquiry";
     //
     // luedtSalesBranchCode
     //
     this.luedtSalesBranchCode.Location = new System.Drawing.Point(304, 24);
     this.luedtSalesBranchCode.Name = "luedtSalesBranchCode";
     this.luedtSalesBranchCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtSalesBranchCode.Size = new System.Drawing.Size(150, 20);
     this.luedtSalesBranchCode.TabIndex = 1;
     //
     // label16
     //
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(252, 24);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(50, 20);
     this.label16.TabIndex = 16;
     this.label16.Text = "Branch:";
     //
     // cbSalesYear
     //
     this.cbSalesYear.EditValue = "";
     this.cbSalesYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesYear.Location = new System.Drawing.Point(624, 24);
     this.cbSalesYear.Name = "cbSalesYear";
     this.cbSalesYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesYear.Properties.PopupSizeable = true;
     this.cbSalesYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesYear.Size = new System.Drawing.Size(64, 20);
     this.cbSalesYear.TabIndex = 3;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(586, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(34, 20);
     this.label6.TabIndex = 15;
     this.label6.Text = "Year:";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(458, 24);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(42, 20);
     this.label7.TabIndex = 14;
     this.label7.Text = "Month:";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 24);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(70, 20);
     this.label8.TabIndex = 13;
     this.label8.Text = "Sales Type:";
     //
     // cbSalesMonth
     //
     this.cbSalesMonth.EditValue = "January";
     this.cbSalesMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesMonth.Location = new System.Drawing.Point(502, 24);
     this.cbSalesMonth.Name = "cbSalesMonth";
     this.cbSalesMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbSalesMonth.Properties.PopupSizeable = true;
     this.cbSalesMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesMonth.Size = new System.Drawing.Size(80, 20);
     this.cbSalesMonth.TabIndex = 2;
     //
     // sbtnSalesInquiry
     //
     this.sbtnSalesInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnSalesInquiry.Appearance.Options.UseFont = true;
     this.sbtnSalesInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnSalesInquiry.Location = new System.Drawing.Point(692, 24);
     this.sbtnSalesInquiry.Name = "sbtnSalesInquiry";
     this.sbtnSalesInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnSalesInquiry.TabIndex = 4;
     this.sbtnSalesInquiry.Text = "Inquiry";
     this.sbtnSalesInquiry.Click += new System.EventHandler(this.sbtnSalesInquiry_Click);
     //
     // cbSalesType
     //
     this.cbSalesType.EditValue = "Fitness Package Sales";
     this.cbSalesType.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbSalesType.Location = new System.Drawing.Point(80, 24);
     this.cbSalesType.Name = "cbSalesType";
     this.cbSalesType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbSalesType.Properties.Items.AddRange(new object[] {
     "Fitness Product Sales",
     "Fitness Package Sales",
     "Spa Product Sales",
     "Spa Package Sales",
     "Personal Trainer Package Sales",
     "IPL Package Sales"});
     this.cbSalesType.Properties.PopupSizeable = true;
     this.cbSalesType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSalesType.Size = new System.Drawing.Size(168, 20);
     this.cbSalesType.TabIndex = 0;
     //
     // gctrSales
     //
     this.gctrSales.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrSales.EmbeddedNavigator.Name = "";
     this.gctrSales.Location = new System.Drawing.Point(2, 80);
     this.gctrSales.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrSales.MainView = this.gvSales;
     this.gctrSales.Name = "gctrSales";
     this.gctrSales.Size = new System.Drawing.Size(988, 494);
     this.gctrSales.TabIndex = 5;
     this.gctrSales.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvSales});
     //
     // gvSales
     //
     this.gvSales.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colSalesDate,
     this.colSalesReceipt,
     this.colSalesMembershipID,
     this.colSalesNettAmount});
     this.gvSales.GridControl = this.gctrSales;
     this.gvSales.Name = "gvSales";
     this.gvSales.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvSales.OptionsBehavior.Editable = false;
     this.gvSales.OptionsCustomization.AllowFilter = false;
     this.gvSales.OptionsView.ShowFooter = true;
     this.gvSales.OptionsView.ShowGroupPanel = false;
     this.gvSales.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSalesDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colSalesDate
     //
     this.colSalesDate.Caption = "Date";
     this.colSalesDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colSalesDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colSalesDate.FieldName = "dtDate";
     this.colSalesDate.Name = "colSalesDate";
     this.colSalesDate.Visible = true;
     this.colSalesDate.VisibleIndex = 0;
     this.colSalesDate.Width = 99;
     //
     // colSalesReceipt
     //
     this.colSalesReceipt.Caption = "Receipt No";
     this.colSalesReceipt.FieldName = "strReceiptNo";
     this.colSalesReceipt.Name = "colSalesReceipt";
     this.colSalesReceipt.Visible = true;
     this.colSalesReceipt.VisibleIndex = 1;
     this.colSalesReceipt.Width = 166;
     //
     // colSalesMembershipID
     //
     this.colSalesMembershipID.Caption = "Membership ID";
     this.colSalesMembershipID.FieldName = "strMembershipID";
     this.colSalesMembershipID.Name = "colSalesMembershipID";
     this.colSalesMembershipID.Visible = true;
     this.colSalesMembershipID.VisibleIndex = 2;
     this.colSalesMembershipID.Width = 294;
     //
     // colSalesNettAmount
     //
     this.colSalesNettAmount.Caption = "Nett Amount";
     this.colSalesNettAmount.FieldName = "mNettAmount";
     this.colSalesNettAmount.Name = "colSalesNettAmount";
     this.colSalesNettAmount.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colSalesNettAmount.Visible = true;
     this.colSalesNettAmount.VisibleIndex = 3;
     this.colSalesNettAmount.Width = 107;
     //
     // tabStaffThree
     //
     this.tabStaffThree.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffThree.Appearance.Header.Options.UseFont = true;
     this.tabStaffThree.Controls.Add(this.lblThree_3);
     this.tabStaffThree.Controls.Add(this.lblThree_1);
     this.tabStaffThree.Controls.Add(this.lblThree_2);
     this.tabStaffThree.Controls.Add(this.groupTimesheet);
     this.tabStaffThree.Controls.Add(this.groupOvertime);
     this.tabStaffThree.Controls.Add(this.groupLateness);
     this.tabStaffThree.Name = "tabStaffThree";
     this.tabStaffThree.PageVisible = false;
     this.tabStaffThree.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffThree.Text = "Timesheet";
     this.tabStaffThree.VisibleChanged += new System.EventHandler(this.tabStaffTimesheet_VisibleChanged);
     //
     // lblThree_3
     //
     this.lblThree_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_3.Appearance.Options.UseFont = true;
     this.lblThree_3.Appearance.Options.UseForeColor = true;
     this.lblThree_3.Location = new System.Drawing.Point(296, 8);
     this.lblThree_3.Name = "lblThree_3";
     this.lblThree_3.Size = new System.Drawing.Size(138, 23);
     this.lblThree_3.TabIndex = 146;
     this.lblThree_3.Text = "Lateness";
     this.lblThree_3.Click += new System.EventHandler(this.lblThree_3_Click);
     //
     // lblThree_1
     //
     this.lblThree_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_1.Appearance.Options.UseFont = true;
     this.lblThree_1.Appearance.Options.UseForeColor = true;
     this.lblThree_1.Location = new System.Drawing.Point(8, 8);
     this.lblThree_1.Name = "lblThree_1";
     this.lblThree_1.Size = new System.Drawing.Size(138, 23);
     this.lblThree_1.TabIndex = 144;
     this.lblThree_1.Text = "Timesheet";
     this.lblThree_1.Click += new System.EventHandler(this.lblThree_1_Click);
     //
     // lblThree_2
     //
     this.lblThree_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_2.Appearance.Options.UseFont = true;
     this.lblThree_2.Appearance.Options.UseForeColor = true;
     this.lblThree_2.Location = new System.Drawing.Point(152, 8);
     this.lblThree_2.Name = "lblThree_2";
     this.lblThree_2.Size = new System.Drawing.Size(138, 23);
     this.lblThree_2.TabIndex = 145;
     this.lblThree_2.Text = "Overtime";
     this.lblThree_2.Click += new System.EventHandler(this.lblThree_2_Click);
     //
     // groupTimesheet
     //
     this.groupTimesheet.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupTimesheet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupTimesheet.Controls.Add(this.groupTimesheetEntry);
     this.groupTimesheet.Location = new System.Drawing.Point(0, 32);
     this.groupTimesheet.Name = "groupTimesheet";
     this.groupTimesheet.ShowCaption = false;
     this.groupTimesheet.Size = new System.Drawing.Size(1007, 576);
     this.groupTimesheet.TabIndex = 10;
     this.groupTimesheet.Text = "GroupControl1";
     //
     // groupTimesheetEntry
     //
     this.groupTimesheetEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupTimesheetEntry.Appearance.Options.UseBackColor = true;
     this.groupTimesheetEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupTimesheetEntry.Controls.Add(this.groupControl9);
     this.groupTimesheetEntry.Controls.Add(this.gridctrTimesheet);
     this.groupTimesheetEntry.Location = new System.Drawing.Point(8, 0);
     this.groupTimesheetEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupTimesheetEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupTimesheetEntry.Name = "groupTimesheetEntry";
     this.groupTimesheetEntry.Size = new System.Drawing.Size(992, 568);
     this.groupTimesheetEntry.TabIndex = 1;
     this.groupTimesheetEntry.Text = "TIMESHEET";
     //
     // groupControl9
     //
     this.groupControl9.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl9.Controls.Add(this.cbTimesheetYear);
     this.groupControl9.Controls.Add(this.label1);
     this.groupControl9.Controls.Add(this.label11);
     this.groupControl9.Controls.Add(this.cbTimesheetMonth);
     this.groupControl9.Controls.Add(this.sbtnTimesheetInquiry);
     this.groupControl9.Location = new System.Drawing.Point(6, 22);
     this.groupControl9.Name = "groupControl9";
     this.groupControl9.Size = new System.Drawing.Size(328, 52);
     this.groupControl9.TabIndex = 0;
     this.groupControl9.Text = "Inquiry";
     //
     // cbTimesheetYear
     //
     this.cbTimesheetYear.EditValue = "";
     this.cbTimesheetYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbTimesheetYear.Location = new System.Drawing.Point(178, 24);
     this.cbTimesheetYear.Name = "cbTimesheetYear";
     this.cbTimesheetYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTimesheetYear.Properties.PopupSizeable = true;
     this.cbTimesheetYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbTimesheetYear.Size = new System.Drawing.Size(64, 20);
     this.cbTimesheetYear.TabIndex = 2;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(140, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(34, 20);
     this.label1.TabIndex = 15;
     this.label1.Text = "Year:";
     //
     // label11
     //
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(12, 24);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(42, 20);
     this.label11.TabIndex = 0;
     this.label11.Text = "Month:";
     //
     // cbTimesheetMonth
     //
     this.cbTimesheetMonth.EditValue = "January";
     this.cbTimesheetMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbTimesheetMonth.Location = new System.Drawing.Point(56, 24);
     this.cbTimesheetMonth.Name = "cbTimesheetMonth";
     this.cbTimesheetMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTimesheetMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbTimesheetMonth.Properties.PopupSizeable = true;
     this.cbTimesheetMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbTimesheetMonth.Size = new System.Drawing.Size(80, 20);
     this.cbTimesheetMonth.TabIndex = 1;
     //
     // sbtnTimesheetInquiry
     //
     this.sbtnTimesheetInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnTimesheetInquiry.Appearance.Options.UseFont = true;
     this.sbtnTimesheetInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnTimesheetInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnTimesheetInquiry.Name = "sbtnTimesheetInquiry";
     this.sbtnTimesheetInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnTimesheetInquiry.TabIndex = 3;
     this.sbtnTimesheetInquiry.Text = "Inquiry";
     this.sbtnTimesheetInquiry.Click += new System.EventHandler(this.sbtnTimesheetInquiry_Click);
     //
     // gridctrTimesheet
     //
     this.gridctrTimesheet.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrTimesheet.EmbeddedNavigator.Name = "";
     this.gridctrTimesheet.Location = new System.Drawing.Point(2, 76);
     this.gridctrTimesheet.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrTimesheet.MainView = this.gvTimesheet;
     this.gridctrTimesheet.Name = "gridctrTimesheet";
     this.gridctrTimesheet.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2});
     this.gridctrTimesheet.Size = new System.Drawing.Size(988, 490);
     this.gridctrTimesheet.TabIndex = 1;
     this.gridctrTimesheet.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvTimesheet});
     //
     // gvTimesheet
     //
     this.gvTimesheet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTimesheetDate,
     this.colTimesheetRosterIn,
     this.colTimesheetRosterOut,
     this.colTimesheetBranchFirstTimeIn,
     this.colTimesheetBranchLastTimeOut,
     this.colTimesheetFirstTimeIn,
     this.colTimesheetLastTimeOut,
     this.colTimesheetManagerNameIn,
     this.colTimesheetManagerNameOut,
     this.colTimesheetLateness,
     this.colTimesheetTotalLateness});
     this.gvTimesheet.GridControl = this.gridctrTimesheet;
     this.gvTimesheet.Name = "gvTimesheet";
     this.gvTimesheet.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvTimesheet.OptionsBehavior.Editable = false;
     this.gvTimesheet.OptionsCustomization.AllowFilter = false;
     this.gvTimesheet.OptionsView.ShowGroupPanel = false;
     this.gvTimesheet.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colTimesheetDate, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvTimesheet.DoubleClick += new System.EventHandler(this.gvTimesheet_DoubleClick);
     this.gvTimesheet.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gvTimesheet_RowStyle);
     //
     // colTimesheetDate
     //
     this.colTimesheetDate.Caption = "Date";
     this.colTimesheetDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colTimesheetDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetDate.FieldName = "dtDate";
     this.colTimesheetDate.Name = "colTimesheetDate";
     this.colTimesheetDate.Visible = true;
     this.colTimesheetDate.VisibleIndex = 0;
     this.colTimesheetDate.Width = 119;
     //
     // colTimesheetRosterIn
     //
     this.colTimesheetRosterIn.Caption = "Roster In";
     this.colTimesheetRosterIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterIn.FieldName = "Expected Start Time";
     this.colTimesheetRosterIn.Name = "colTimesheetRosterIn";
     this.colTimesheetRosterIn.Visible = true;
     this.colTimesheetRosterIn.VisibleIndex = 1;
     this.colTimesheetRosterIn.Width = 89;
     //
     // colTimesheetRosterOut
     //
     this.colTimesheetRosterOut.Caption = "Roster Out";
     this.colTimesheetRosterOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetRosterOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetRosterOut.FieldName = "Expected End Time";
     this.colTimesheetRosterOut.Name = "colTimesheetRosterOut";
     this.colTimesheetRosterOut.Visible = true;
     this.colTimesheetRosterOut.VisibleIndex = 2;
     this.colTimesheetRosterOut.Width = 79;
     //
     // colTimesheetBranchFirstTimeIn
     //
     this.colTimesheetBranchFirstTimeIn.Caption = "Branch In";
     this.colTimesheetBranchFirstTimeIn.FieldName = "strBranchCodeIn";
     this.colTimesheetBranchFirstTimeIn.Name = "colTimesheetBranchFirstTimeIn";
     this.colTimesheetBranchFirstTimeIn.Visible = true;
     this.colTimesheetBranchFirstTimeIn.VisibleIndex = 3;
     this.colTimesheetBranchFirstTimeIn.Width = 71;
     //
     // colTimesheetBranchLastTimeOut
     //
     this.colTimesheetBranchLastTimeOut.Caption = "Branch Out";
     this.colTimesheetBranchLastTimeOut.FieldName = "strBranchCodeOut";
     this.colTimesheetBranchLastTimeOut.Name = "colTimesheetBranchLastTimeOut";
     this.colTimesheetBranchLastTimeOut.Visible = true;
     this.colTimesheetBranchLastTimeOut.VisibleIndex = 5;
     this.colTimesheetBranchLastTimeOut.Width = 66;
     //
     // colTimesheetFirstTimeIn
     //
     this.colTimesheetFirstTimeIn.Caption = "Time (In)";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetFirstTimeIn.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetFirstTimeIn.FieldName = "First Time In";
     this.colTimesheetFirstTimeIn.Name = "colTimesheetFirstTimeIn";
     this.colTimesheetFirstTimeIn.Visible = true;
     this.colTimesheetFirstTimeIn.VisibleIndex = 4;
     this.colTimesheetFirstTimeIn.Width = 83;
     //
     // colTimesheetLastTimeOut
     //
     this.colTimesheetLastTimeOut.Caption = "Time (Out)";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatString = "hh:mm tt";
     this.colTimesheetLastTimeOut.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetLastTimeOut.FieldName = "Last Time Out";
     this.colTimesheetLastTimeOut.Name = "colTimesheetLastTimeOut";
     this.colTimesheetLastTimeOut.Visible = true;
     this.colTimesheetLastTimeOut.VisibleIndex = 6;
     this.colTimesheetLastTimeOut.Width = 84;
     //
     // colTimesheetManagerNameIn
     //
     this.colTimesheetManagerNameIn.Caption = "Edit (In)";
     this.colTimesheetManagerNameIn.FieldName = "strManagerNameIn";
     this.colTimesheetManagerNameIn.Name = "colTimesheetManagerNameIn";
     this.colTimesheetManagerNameIn.Visible = true;
     this.colTimesheetManagerNameIn.VisibleIndex = 7;
     this.colTimesheetManagerNameIn.Width = 120;
     //
     // colTimesheetManagerNameOut
     //
     this.colTimesheetManagerNameOut.Caption = "Edit (Out)";
     this.colTimesheetManagerNameOut.FieldName = "strManagerNameOut";
     this.colTimesheetManagerNameOut.Name = "colTimesheetManagerNameOut";
     this.colTimesheetManagerNameOut.Visible = true;
     this.colTimesheetManagerNameOut.VisibleIndex = 8;
     this.colTimesheetManagerNameOut.Width = 122;
     //
     // colTimesheetLateness
     //
     this.colTimesheetLateness.Caption = "Lateness";
     this.colTimesheetLateness.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colTimesheetLateness.FieldName = "fLateness";
     this.colTimesheetLateness.Name = "colTimesheetLateness";
     this.colTimesheetLateness.Visible = true;
     this.colTimesheetLateness.VisibleIndex = 9;
     this.colTimesheetLateness.Width = 54;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // colTimesheetTotalLateness
     //
     this.colTimesheetTotalLateness.Caption = "Total Lateness";
     this.colTimesheetTotalLateness.DisplayFormat.FormatString = "HH:mm";
     this.colTimesheetTotalLateness.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colTimesheetTotalLateness.FieldName = "dtLateness";
     this.colTimesheetTotalLateness.Name = "colTimesheetTotalLateness";
     this.colTimesheetTotalLateness.Visible = true;
     this.colTimesheetTotalLateness.VisibleIndex = 10;
     this.colTimesheetTotalLateness.Width = 80;
     //
     // groupOvertime
     //
     this.groupOvertime.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupOvertime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupOvertime.Controls.Add(this.groupControl15);
     this.groupOvertime.Location = new System.Drawing.Point(0, 32);
     this.groupOvertime.Name = "groupOvertime";
     this.groupOvertime.ShowCaption = false;
     this.groupOvertime.Size = new System.Drawing.Size(1007, 576);
     this.groupOvertime.TabIndex = 15;
     this.groupOvertime.Text = "GroupControl1";
     this.groupOvertime.Visible = false;
     //
     // groupControl15
     //
     this.groupControl15.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl15.Appearance.Options.UseBackColor = true;
     this.groupControl15.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl15.Controls.Add(this.sbtnOvertimeDelete);
     this.groupControl15.Controls.Add(this.groupControl16);
     this.groupControl15.Controls.Add(this.sbtnApplyOvertime);
     this.groupControl15.Controls.Add(this.gridctrOvertime);
     this.groupControl15.Location = new System.Drawing.Point(8, 0);
     this.groupControl15.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl15.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl15.Name = "groupControl15";
     this.groupControl15.Size = new System.Drawing.Size(992, 574);
     this.groupControl15.TabIndex = 1;
     this.groupControl15.Text = "OVERTIME";
     //
     // sbtnOvertimeDelete
     //
     this.sbtnOvertimeDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnOvertimeDelete.Appearance.Options.UseFont = true;
     this.sbtnOvertimeDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnOvertimeDelete.Location = new System.Drawing.Point(452, 48);
     this.sbtnOvertimeDelete.Name = "sbtnOvertimeDelete";
     this.sbtnOvertimeDelete.Size = new System.Drawing.Size(104, 20);
     this.sbtnOvertimeDelete.TabIndex = 2;
     this.sbtnOvertimeDelete.Text = "Cancel Overtime";
     this.sbtnOvertimeDelete.Click += new System.EventHandler(this.sbtnOvertimeDelete_Click);
     //
     // groupControl16
     //
     this.groupControl16.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl16.Controls.Add(this.cbOvertimeYear);
     this.groupControl16.Controls.Add(this.label14);
     this.groupControl16.Controls.Add(this.label15);
     this.groupControl16.Controls.Add(this.cbOvertimeMonth);
     this.groupControl16.Controls.Add(this.sbtnOvertimeInquiry);
     this.groupControl16.Location = new System.Drawing.Point(6, 24);
     this.groupControl16.Name = "groupControl16";
     this.groupControl16.Size = new System.Drawing.Size(328, 52);
     this.groupControl16.TabIndex = 0;
     this.groupControl16.Text = "Inquiry";
     //
     // cbOvertimeYear
     //
     this.cbOvertimeYear.EditValue = "";
     this.cbOvertimeYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbOvertimeYear.Location = new System.Drawing.Point(178, 24);
     this.cbOvertimeYear.Name = "cbOvertimeYear";
     this.cbOvertimeYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbOvertimeYear.Properties.PopupSizeable = true;
     this.cbOvertimeYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbOvertimeYear.Size = new System.Drawing.Size(64, 20);
     this.cbOvertimeYear.TabIndex = 1;
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(140, 24);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(34, 20);
     this.label14.TabIndex = 15;
     this.label14.Text = "Year:";
     //
     // label15
     //
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(12, 24);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(42, 20);
     this.label15.TabIndex = 14;
     this.label15.Text = "Month:";
     //
     // cbOvertimeMonth
     //
     this.cbOvertimeMonth.EditValue = "January";
     this.cbOvertimeMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbOvertimeMonth.Location = new System.Drawing.Point(56, 24);
     this.cbOvertimeMonth.Name = "cbOvertimeMonth";
     this.cbOvertimeMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbOvertimeMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbOvertimeMonth.Properties.PopupSizeable = true;
     this.cbOvertimeMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbOvertimeMonth.Size = new System.Drawing.Size(80, 20);
     this.cbOvertimeMonth.TabIndex = 0;
     //
     // sbtnOvertimeInquiry
     //
     this.sbtnOvertimeInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnOvertimeInquiry.Appearance.Options.UseFont = true;
     this.sbtnOvertimeInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnOvertimeInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnOvertimeInquiry.Name = "sbtnOvertimeInquiry";
     this.sbtnOvertimeInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnOvertimeInquiry.TabIndex = 2;
     this.sbtnOvertimeInquiry.Text = "Inquiry";
     this.sbtnOvertimeInquiry.Click += new System.EventHandler(this.sbtnOvertimeInquiry_Click);
     //
     // sbtnApplyOvertime
     //
     this.sbtnApplyOvertime.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnApplyOvertime.Appearance.Options.UseFont = true;
     this.sbtnApplyOvertime.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnApplyOvertime.Location = new System.Drawing.Point(340, 48);
     this.sbtnApplyOvertime.Name = "sbtnApplyOvertime";
     this.sbtnApplyOvertime.Size = new System.Drawing.Size(104, 20);
     this.sbtnApplyOvertime.TabIndex = 1;
     this.sbtnApplyOvertime.Text = "Apply Overtime";
     this.sbtnApplyOvertime.Click += new System.EventHandler(this.sbtnApplyOvertime_Click);
     //
     // gridctrOvertime
     //
     this.gridctrOvertime.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrOvertime.EmbeddedNavigator.Name = "";
     this.gridctrOvertime.Location = new System.Drawing.Point(2, 80);
     this.gridctrOvertime.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrOvertime.MainView = this.gvOvertime;
     this.gridctrOvertime.Name = "gridctrOvertime";
     this.gridctrOvertime.Size = new System.Drawing.Size(988, 492);
     this.gridctrOvertime.TabIndex = 3;
     this.gridctrOvertime.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvOvertime});
     //
     // gvOvertime
     //
     this.gvOvertime.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colOvertimeDate,
     this.colOvertimeHours,
     this.colOvertimeReason,
     this.colOvertimeCharging,
     this.colOvertimeManager,
     this.colOvertimeApprovingManagerID,
     this.colOvertimeStatus});
     this.gvOvertime.GridControl = this.gridctrOvertime;
     this.gvOvertime.Name = "gvOvertime";
     this.gvOvertime.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvOvertime.OptionsBehavior.Editable = false;
     this.gvOvertime.OptionsCustomization.AllowFilter = false;
     this.gvOvertime.OptionsView.ShowGroupPanel = false;
     this.gvOvertime.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colOvertimeDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colOvertimeDate
     //
     this.colOvertimeDate.Caption = "Date";
     this.colOvertimeDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colOvertimeDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colOvertimeDate.FieldName = "dtDate";
     this.colOvertimeDate.Name = "colOvertimeDate";
     this.colOvertimeDate.Visible = true;
     this.colOvertimeDate.VisibleIndex = 0;
     this.colOvertimeDate.Width = 115;
     //
     // colOvertimeHours
     //
     this.colOvertimeHours.Caption = "Hours";
     this.colOvertimeHours.FieldName = "nHours";
     this.colOvertimeHours.Name = "colOvertimeHours";
     this.colOvertimeHours.Visible = true;
     this.colOvertimeHours.VisibleIndex = 1;
     this.colOvertimeHours.Width = 96;
     //
     // colOvertimeReason
     //
     this.colOvertimeReason.Caption = "Reason";
     this.colOvertimeReason.FieldName = "strReason";
     this.colOvertimeReason.Name = "colOvertimeReason";
     this.colOvertimeReason.Visible = true;
     this.colOvertimeReason.VisibleIndex = 2;
     this.colOvertimeReason.Width = 320;
     //
     // colOvertimeCharging
     //
     this.colOvertimeCharging.Caption = "Charging";
     this.colOvertimeCharging.FieldName = "Charging";
     this.colOvertimeCharging.Name = "colOvertimeCharging";
     this.colOvertimeCharging.Visible = true;
     this.colOvertimeCharging.VisibleIndex = 3;
     this.colOvertimeCharging.Width = 84;
     //
     // colOvertimeManager
     //
     this.colOvertimeManager.Caption = "Approving Manager";
     this.colOvertimeManager.FieldName = "strEmployeeName";
     this.colOvertimeManager.Name = "colOvertimeManager";
     this.colOvertimeManager.Visible = true;
     this.colOvertimeManager.VisibleIndex = 4;
     this.colOvertimeManager.Width = 194;
     //
     // colOvertimeApprovingManagerID
     //
     this.colOvertimeApprovingManagerID.Caption = "Approving Manager ID";
     this.colOvertimeApprovingManagerID.FieldName = "nApprovingManagerID";
     this.colOvertimeApprovingManagerID.Name = "colOvertimeApprovingManagerID";
     this.colOvertimeApprovingManagerID.Visible = true;
     this.colOvertimeApprovingManagerID.VisibleIndex = 5;
     this.colOvertimeApprovingManagerID.Width = 57;
     //
     // colOvertimeStatus
     //
     this.colOvertimeStatus.Caption = "Status";
     this.colOvertimeStatus.FieldName = "Status";
     this.colOvertimeStatus.Name = "colOvertimeStatus";
     this.colOvertimeStatus.Visible = true;
     this.colOvertimeStatus.VisibleIndex = 6;
     this.colOvertimeStatus.Width = 101;
     //
     // groupLateness
     //
     this.groupLateness.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLateness.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupLateness.Controls.Add(this.groupControl13);
     this.groupLateness.Location = new System.Drawing.Point(0, 32);
     this.groupLateness.Name = "groupLateness";
     this.groupLateness.ShowCaption = false;
     this.groupLateness.Size = new System.Drawing.Size(1007, 576);
     this.groupLateness.TabIndex = 14;
     this.groupLateness.Text = "GroupControl1";
     //
     // groupControl13
     //
     this.groupControl13.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl13.Appearance.Options.UseBackColor = true;
     this.groupControl13.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl13.Controls.Add(this.groupControl14);
     this.groupControl13.Controls.Add(this.gridctrLateness);
     this.groupControl13.Location = new System.Drawing.Point(8, 0);
     this.groupControl13.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupControl13.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControl13.Name = "groupControl13";
     this.groupControl13.Size = new System.Drawing.Size(992, 574);
     this.groupControl13.TabIndex = 1;
     this.groupControl13.Text = "LATENESS";
     //
     // groupControl14
     //
     this.groupControl14.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl14.Controls.Add(this.cbLatenessYear);
     this.groupControl14.Controls.Add(this.label12);
     this.groupControl14.Controls.Add(this.label13);
     this.groupControl14.Controls.Add(this.cbLatenessMonth);
     this.groupControl14.Controls.Add(this.sbtnLatenessInquiry);
     this.groupControl14.Location = new System.Drawing.Point(6, 24);
     this.groupControl14.Name = "groupControl14";
     this.groupControl14.Size = new System.Drawing.Size(328, 52);
     this.groupControl14.TabIndex = 0;
     this.groupControl14.Text = "Inquiry";
     //
     // cbLatenessYear
     //
     this.cbLatenessYear.EditValue = "";
     this.cbLatenessYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbLatenessYear.Location = new System.Drawing.Point(178, 24);
     this.cbLatenessYear.Name = "cbLatenessYear";
     this.cbLatenessYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLatenessYear.Properties.PopupSizeable = true;
     this.cbLatenessYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLatenessYear.Size = new System.Drawing.Size(64, 20);
     this.cbLatenessYear.TabIndex = 1;
     //
     // label12
     //
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(140, 24);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 20);
     this.label12.TabIndex = 15;
     this.label12.Text = "Year:";
     //
     // label13
     //
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(12, 24);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 20);
     this.label13.TabIndex = 14;
     this.label13.Text = "Month:";
     //
     // cbLatenessMonth
     //
     this.cbLatenessMonth.EditValue = "January";
     this.cbLatenessMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbLatenessMonth.Location = new System.Drawing.Point(56, 24);
     this.cbLatenessMonth.Name = "cbLatenessMonth";
     this.cbLatenessMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLatenessMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbLatenessMonth.Properties.PopupSizeable = true;
     this.cbLatenessMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLatenessMonth.Size = new System.Drawing.Size(80, 20);
     this.cbLatenessMonth.TabIndex = 0;
     //
     // sbtnLatenessInquiry
     //
     this.sbtnLatenessInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLatenessInquiry.Appearance.Options.UseFont = true;
     this.sbtnLatenessInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLatenessInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnLatenessInquiry.Name = "sbtnLatenessInquiry";
     this.sbtnLatenessInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnLatenessInquiry.TabIndex = 2;
     this.sbtnLatenessInquiry.Text = "Inquiry";
     this.sbtnLatenessInquiry.Click += new System.EventHandler(this.sbtnLatenessInquiry_Click);
     //
     // gridctrLateness
     //
     this.gridctrLateness.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrLateness.EmbeddedNavigator.Name = "";
     this.gridctrLateness.Location = new System.Drawing.Point(2, 80);
     this.gridctrLateness.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLateness.MainView = this.gvLateness;
     this.gridctrLateness.Name = "gridctrLateness";
     this.gridctrLateness.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTimeEdit1,
     this.repositoryItemTimeEdit2});
     this.gridctrLateness.Size = new System.Drawing.Size(988, 492);
     this.gridctrLateness.TabIndex = 1;
     this.gridctrLateness.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLateness});
     //
     // gvLateness
     //
     this.gvLateness.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLatenessRosterID,
     this.colLatenessDate,
     this.colLatenessBranch,
     this.colLatenessType,
     this.colLatenessExpected,
     this.colLatenessActual,
     this.colLatenessLateness});
     this.gvLateness.GridControl = this.gridctrLateness;
     this.gvLateness.Name = "gvLateness";
     this.gvLateness.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLateness.OptionsBehavior.Editable = false;
     this.gvLateness.OptionsCustomization.AllowFilter = false;
     this.gvLateness.OptionsView.ShowFooter = true;
     this.gvLateness.OptionsView.ShowGroupPanel = false;
     this.gvLateness.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLatenessDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colLatenessRosterID
     //
     this.colLatenessRosterID.Caption = "Roster ID";
     this.colLatenessRosterID.FieldName = "nRosterID";
     this.colLatenessRosterID.Name = "colLatenessRosterID";
     //
     // colLatenessDate
     //
     this.colLatenessDate.Caption = "Date";
     this.colLatenessDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLatenessDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLatenessDate.FieldName = "dtDate";
     this.colLatenessDate.Name = "colLatenessDate";
     this.colLatenessDate.Visible = true;
     this.colLatenessDate.VisibleIndex = 0;
     this.colLatenessDate.Width = 185;
     //
     // colLatenessBranch
     //
     this.colLatenessBranch.Caption = "Branch Code";
     this.colLatenessBranch.FieldName = "strBranchCode";
     this.colLatenessBranch.Name = "colLatenessBranch";
     this.colLatenessBranch.Visible = true;
     this.colLatenessBranch.VisibleIndex = 1;
     this.colLatenessBranch.Width = 85;
     //
     // colLatenessType
     //
     this.colLatenessType.Caption = "Type";
     this.colLatenessType.FieldName = "strType";
     this.colLatenessType.Name = "colLatenessType";
     this.colLatenessType.Visible = true;
     this.colLatenessType.VisibleIndex = 2;
     this.colLatenessType.Width = 124;
     //
     // colLatenessExpected
     //
     this.colLatenessExpected.Caption = "Expected Time";
     this.colLatenessExpected.ColumnEdit = this.repositoryItemTimeEdit1;
     this.colLatenessExpected.FieldName = "dtExpected";
     this.colLatenessExpected.Name = "colLatenessExpected";
     this.colLatenessExpected.Visible = true;
     this.colLatenessExpected.VisibleIndex = 3;
     this.colLatenessExpected.Width = 196;
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // colLatenessActual
     //
     this.colLatenessActual.Caption = "Actual Time";
     this.colLatenessActual.ColumnEdit = this.repositoryItemTimeEdit2;
     this.colLatenessActual.FieldName = "dtActual";
     this.colLatenessActual.Name = "colLatenessActual";
     this.colLatenessActual.Visible = true;
     this.colLatenessActual.VisibleIndex = 4;
     this.colLatenessActual.Width = 208;
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // colLatenessLateness
     //
     this.colLatenessLateness.Caption = "Lateness (Minutes)";
     this.colLatenessLateness.DisplayFormat.FormatString = "#.00";
     this.colLatenessLateness.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colLatenessLateness.FieldName = "nLateness";
     this.colLatenessLateness.Name = "colLatenessLateness";
     this.colLatenessLateness.SummaryItem.DisplayFormat = "{0:#.00}";
     this.colLatenessLateness.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colLatenessLateness.Visible = true;
     this.colLatenessLateness.VisibleIndex = 5;
     this.colLatenessLateness.Width = 169;
     //
     // tabStaffFour
     //
     this.tabStaffFour.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffFour.Appearance.Header.Options.UseFont = true;
     this.tabStaffFour.Controls.Add(this.lblFour_2);
     this.tabStaffFour.Controls.Add(this.lblFour_1);
     this.tabStaffFour.Controls.Add(this.groupAppointment);
     this.tabStaffFour.Controls.Add(this.groupContact);
     this.tabStaffFour.Name = "tabStaffFour";
     this.tabStaffFour.PageVisible = false;
     this.tabStaffFour.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffFour.Text = "Appointments";
     this.tabStaffFour.VisibleChanged += new System.EventHandler(this.tabStaffAppointments_VisibleChanged);
     //
     // lblFour_2
     //
     this.lblFour_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_2.Appearance.Options.UseFont = true;
     this.lblFour_2.Appearance.Options.UseForeColor = true;
     this.lblFour_2.Location = new System.Drawing.Point(160, 8);
     this.lblFour_2.Name = "lblFour_2";
     this.lblFour_2.Size = new System.Drawing.Size(138, 23);
     this.lblFour_2.TabIndex = 144;
     this.lblFour_2.Text = "Contact";
     this.lblFour_2.Click += new System.EventHandler(this.lblFour_2_Click);
     //
     // lblFour_1
     //
     this.lblFour_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_1.Appearance.Options.UseFont = true;
     this.lblFour_1.Appearance.Options.UseForeColor = true;
     this.lblFour_1.Location = new System.Drawing.Point(8, 8);
     this.lblFour_1.Name = "lblFour_1";
     this.lblFour_1.Size = new System.Drawing.Size(138, 23);
     this.lblFour_1.TabIndex = 143;
     this.lblFour_1.Text = "Appointment";
     this.lblFour_1.Click += new System.EventHandler(this.lblFour_1_Click);
     //
     // groupAppointment
     //
     this.groupAppointment.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupAppointment.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupAppointment.Controls.Add(this.groupAppointmentEntry);
     this.groupAppointment.Location = new System.Drawing.Point(0, 34);
     this.groupAppointment.Name = "groupAppointment";
     this.groupAppointment.ShowCaption = false;
     this.groupAppointment.Size = new System.Drawing.Size(1007, 584);
     this.groupAppointment.TabIndex = 21;
     this.groupAppointment.Text = "GroupControl3";
     //
     // groupAppointmentEntry
     //
     this.groupAppointmentEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupAppointmentEntry.Appearance.Options.UseBackColor = true;
     this.groupAppointmentEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupAppointmentEntry.Controls.Add(this.groupControl12);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentDelete);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentPrint);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentEdit);
     this.groupAppointmentEntry.Controls.Add(this.sbtnAppointmentNew);
     this.groupAppointmentEntry.Controls.Add(this.gridctrAppointment);
     this.groupAppointmentEntry.Location = new System.Drawing.Point(8, 0);
     this.groupAppointmentEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupAppointmentEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupAppointmentEntry.Name = "groupAppointmentEntry";
     this.groupAppointmentEntry.Size = new System.Drawing.Size(992, 576);
     this.groupAppointmentEntry.TabIndex = 0;
     this.groupAppointmentEntry.Text = "APPOINTMENT";
     //
     // groupControl12
     //
     this.groupControl12.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl12.Controls.Add(this.cbAppointmentYear);
     this.groupControl12.Controls.Add(this.label26);
     this.groupControl12.Controls.Add(this.label27);
     this.groupControl12.Controls.Add(this.cbAppointmentMonth);
     this.groupControl12.Controls.Add(this.sbtnAppointmentInquiry);
     this.groupControl12.Location = new System.Drawing.Point(8, 24);
     this.groupControl12.Name = "groupControl12";
     this.groupControl12.Size = new System.Drawing.Size(328, 52);
     this.groupControl12.TabIndex = 0;
     this.groupControl12.Text = "Inquiry";
     //
     // cbAppointmentYear
     //
     this.cbAppointmentYear.EditValue = "";
     this.cbAppointmentYear.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbAppointmentYear.Location = new System.Drawing.Point(178, 24);
     this.cbAppointmentYear.Name = "cbAppointmentYear";
     this.cbAppointmentYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAppointmentYear.Properties.PopupSizeable = true;
     this.cbAppointmentYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbAppointmentYear.Size = new System.Drawing.Size(64, 20);
     this.cbAppointmentYear.TabIndex = 1;
     //
     // label26
     //
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(140, 24);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(34, 20);
     this.label26.TabIndex = 15;
     this.label26.Text = "Year:";
     //
     // label27
     //
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(12, 24);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(42, 20);
     this.label27.TabIndex = 14;
     this.label27.Text = "Month:";
     //
     // cbAppointmentMonth
     //
     this.cbAppointmentMonth.EditValue = "January";
     this.cbAppointmentMonth.ImeMode = System.Windows.Forms.ImeMode.On;
     this.cbAppointmentMonth.Location = new System.Drawing.Point(56, 24);
     this.cbAppointmentMonth.Name = "cbAppointmentMonth";
     this.cbAppointmentMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbAppointmentMonth.Properties.Items.AddRange(new object[] {
     "January",
     "February",
     "March",
     "April",
     "May",
     "June",
     "July",
     "August",
     "September",
     "October",
     "November",
     "December"});
     this.cbAppointmentMonth.Properties.PopupSizeable = true;
     this.cbAppointmentMonth.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbAppointmentMonth.Size = new System.Drawing.Size(80, 20);
     this.cbAppointmentMonth.TabIndex = 0;
     //
     // sbtnAppointmentInquiry
     //
     this.sbtnAppointmentInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentInquiry.Appearance.Options.UseFont = true;
     this.sbtnAppointmentInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentInquiry.Location = new System.Drawing.Point(246, 24);
     this.sbtnAppointmentInquiry.Name = "sbtnAppointmentInquiry";
     this.sbtnAppointmentInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentInquiry.TabIndex = 2;
     this.sbtnAppointmentInquiry.Text = "Inquiry";
     this.sbtnAppointmentInquiry.Click += new System.EventHandler(this.sbtnAppointmentInquiry_Click);
     //
     // sbtnAppointmentDelete
     //
     this.sbtnAppointmentDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentDelete.Appearance.Options.UseFont = true;
     this.sbtnAppointmentDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentDelete.Location = new System.Drawing.Point(504, 48);
     this.sbtnAppointmentDelete.Name = "sbtnAppointmentDelete";
     this.sbtnAppointmentDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentDelete.TabIndex = 3;
     this.sbtnAppointmentDelete.Text = "Delete";
     this.sbtnAppointmentDelete.Click += new System.EventHandler(this.sbtnAppointmentDelete_Click);
     //
     // sbtnAppointmentPrint
     //
     this.sbtnAppointmentPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentPrint.Appearance.Options.UseFont = true;
     this.sbtnAppointmentPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentPrint.Location = new System.Drawing.Point(584, 48);
     this.sbtnAppointmentPrint.Name = "sbtnAppointmentPrint";
     this.sbtnAppointmentPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentPrint.TabIndex = 3;
     this.sbtnAppointmentPrint.Text = "Print";
     this.sbtnAppointmentPrint.Click += new System.EventHandler(this.sbtnAppointmentPrint_Click);
     //
     // sbtnAppointmentEdit
     //
     this.sbtnAppointmentEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentEdit.Appearance.Options.UseFont = true;
     this.sbtnAppointmentEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentEdit.Location = new System.Drawing.Point(424, 48);
     this.sbtnAppointmentEdit.Name = "sbtnAppointmentEdit";
     this.sbtnAppointmentEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentEdit.TabIndex = 2;
     this.sbtnAppointmentEdit.Text = "Edit";
     this.sbtnAppointmentEdit.Click += new System.EventHandler(this.sbtnAppointmentEdit_Click);
     //
     // sbtnAppointmentNew
     //
     this.sbtnAppointmentNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAppointmentNew.Appearance.Options.UseFont = true;
     this.sbtnAppointmentNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAppointmentNew.Location = new System.Drawing.Point(344, 48);
     this.sbtnAppointmentNew.Name = "sbtnAppointmentNew";
     this.sbtnAppointmentNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnAppointmentNew.TabIndex = 1;
     this.sbtnAppointmentNew.Text = "New";
     this.sbtnAppointmentNew.Click += new System.EventHandler(this.sbtnAppointmentNew_Click);
     //
     // gridctrAppointment
     //
     this.gridctrAppointment.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrAppointment.EmbeddedNavigator.Name = "";
     this.gridctrAppointment.Location = new System.Drawing.Point(2, 86);
     this.gridctrAppointment.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrAppointment.MainView = this.gvAppointment;
     this.gridctrAppointment.Name = "gridctrAppointment";
     this.gridctrAppointment.Size = new System.Drawing.Size(988, 488);
     this.gridctrAppointment.TabIndex = 4;
     this.gridctrAppointment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAppointment});
     //
     // gvAppointment
     //
     this.gvAppointment.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colAppointmentDate,
     this.colAppointmentStartDate,
     this.colAppointmentEndDate,
     this.colAppointmentOrganization,
     this.colAppointmentContact,
     this.colAppointmentTypeID,
     this.colAppointmentRemarks});
     this.gvAppointment.GridControl = this.gridctrAppointment;
     this.gvAppointment.Name = "gvAppointment";
     this.gvAppointment.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvAppointment.OptionsBehavior.Editable = false;
     this.gvAppointment.OptionsCustomization.AllowFilter = false;
     this.gvAppointment.OptionsView.ShowGroupPanel = false;
     this.gvAppointment.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colAppointmentDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colAppointmentDate
     //
     this.colAppointmentDate.Caption = "Date";
     this.colAppointmentDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colAppointmentDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentDate.FieldName = "dtDate";
     this.colAppointmentDate.Name = "colAppointmentDate";
     this.colAppointmentDate.Visible = true;
     this.colAppointmentDate.VisibleIndex = 0;
     this.colAppointmentDate.Width = 93;
     //
     // colAppointmentStartDate
     //
     this.colAppointmentStartDate.Caption = "Start Time";
     this.colAppointmentStartDate.DisplayFormat.FormatString = "hh:mm tt";
     this.colAppointmentStartDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentStartDate.FieldName = "dtStartTime";
     this.colAppointmentStartDate.Name = "colAppointmentStartDate";
     this.colAppointmentStartDate.Visible = true;
     this.colAppointmentStartDate.VisibleIndex = 1;
     this.colAppointmentStartDate.Width = 85;
     //
     // colAppointmentEndDate
     //
     this.colAppointmentEndDate.Caption = "End Time";
     this.colAppointmentEndDate.DisplayFormat.FormatString = "hh:mm tt";
     this.colAppointmentEndDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colAppointmentEndDate.FieldName = "dtEndTime";
     this.colAppointmentEndDate.Name = "colAppointmentEndDate";
     this.colAppointmentEndDate.Visible = true;
     this.colAppointmentEndDate.VisibleIndex = 2;
     this.colAppointmentEndDate.Width = 79;
     //
     // colAppointmentOrganization
     //
     this.colAppointmentOrganization.Caption = "Organization / Place of Appointment";
     this.colAppointmentOrganization.FieldName = "strOrganization";
     this.colAppointmentOrganization.Name = "colAppointmentOrganization";
     this.colAppointmentOrganization.Visible = true;
     this.colAppointmentOrganization.VisibleIndex = 3;
     this.colAppointmentOrganization.Width = 215;
     //
     // colAppointmentContact
     //
     this.colAppointmentContact.Caption = "Contact";
     this.colAppointmentContact.FieldName = "strContactName";
     this.colAppointmentContact.Name = "colAppointmentContact";
     this.colAppointmentContact.Visible = true;
     this.colAppointmentContact.VisibleIndex = 4;
     this.colAppointmentContact.Width = 153;
     //
     // colAppointmentTypeID
     //
     this.colAppointmentTypeID.Caption = "Appointment Type";
     this.colAppointmentTypeID.FieldName = "nAppointmentTypeId";
     this.colAppointmentTypeID.Name = "colAppointmentTypeID";
     this.colAppointmentTypeID.Visible = true;
     this.colAppointmentTypeID.VisibleIndex = 5;
     //
     // colAppointmentRemarks
     //
     this.colAppointmentRemarks.Caption = "Remarks";
     this.colAppointmentRemarks.FieldName = "strRemarks";
     this.colAppointmentRemarks.Name = "colAppointmentRemarks";
     this.colAppointmentRemarks.Visible = true;
     this.colAppointmentRemarks.VisibleIndex = 6;
     this.colAppointmentRemarks.Width = 342;
     //
     // groupContact
     //
     this.groupContact.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupContact.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupContact.Controls.Add(this.groupContactEntry);
     this.groupContact.Location = new System.Drawing.Point(0, 34);
     this.groupContact.Name = "groupContact";
     this.groupContact.ShowCaption = false;
     this.groupContact.Size = new System.Drawing.Size(1007, 584);
     this.groupContact.TabIndex = 20;
     this.groupContact.Text = "GroupControl3";
     //
     // groupContactEntry
     //
     this.groupContactEntry.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupContactEntry.Appearance.Options.UseBackColor = true;
     this.groupContactEntry.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupContactEntry.Controls.Add(this.sbtnContactEdit);
     this.groupContactEntry.Controls.Add(this.sbtnContactDelete);
     this.groupContactEntry.Controls.Add(this.sbtnContactNew);
     this.groupContactEntry.Controls.Add(this.gridctrContact);
     this.groupContactEntry.Location = new System.Drawing.Point(8, 0);
     this.groupContactEntry.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupContactEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupContactEntry.Name = "groupContactEntry";
     this.groupContactEntry.Size = new System.Drawing.Size(992, 576);
     this.groupContactEntry.TabIndex = 1;
     this.groupContactEntry.Text = "CONTACT";
     //
     // sbtnContactEdit
     //
     this.sbtnContactEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactEdit.Appearance.Options.UseFont = true;
     this.sbtnContactEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactEdit.Location = new System.Drawing.Point(96, 32);
     this.sbtnContactEdit.Name = "sbtnContactEdit";
     this.sbtnContactEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactEdit.TabIndex = 1;
     this.sbtnContactEdit.Text = "Edit";
     this.sbtnContactEdit.Click += new System.EventHandler(this.sbtnContactEdit_Click);
     //
     // sbtnContactDelete
     //
     this.sbtnContactDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactDelete.Appearance.Options.UseFont = true;
     this.sbtnContactDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactDelete.Location = new System.Drawing.Point(176, 32);
     this.sbtnContactDelete.Name = "sbtnContactDelete";
     this.sbtnContactDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactDelete.TabIndex = 2;
     this.sbtnContactDelete.Text = "Delete";
     this.sbtnContactDelete.Click += new System.EventHandler(this.sbtnContactDelete_Click);
     //
     // sbtnContactNew
     //
     this.sbtnContactNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnContactNew.Appearance.Options.UseFont = true;
     this.sbtnContactNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnContactNew.Location = new System.Drawing.Point(16, 32);
     this.sbtnContactNew.Name = "sbtnContactNew";
     this.sbtnContactNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnContactNew.TabIndex = 0;
     this.sbtnContactNew.Text = "New";
     this.sbtnContactNew.Click += new System.EventHandler(this.sbtnContactNew_Click);
     //
     // gridctrContact
     //
     this.gridctrContact.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridctrContact.EmbeddedNavigator.Name = "";
     this.gridctrContact.Location = new System.Drawing.Point(2, 62);
     this.gridctrContact.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrContact.MainView = this.gvContact;
     this.gridctrContact.Name = "gridctrContact";
     this.gridctrContact.Size = new System.Drawing.Size(988, 512);
     this.gridctrContact.TabIndex = 3;
     this.gridctrContact.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvContact});
     //
     // gvContact
     //
     this.gvContact.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colContactPerson,
     this.colContactOrganization,
     this.colContactMobile,
     this.colContactOfficeNo,
     this.colContactEmail,
     this.colContactFax,
     this.colContactAddress});
     this.gvContact.GridControl = this.gridctrContact;
     this.gvContact.Name = "gvContact";
     this.gvContact.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvContact.OptionsBehavior.Editable = false;
     this.gvContact.OptionsCustomization.AllowFilter = false;
     this.gvContact.OptionsView.ShowGroupPanel = false;
     //
     // colContactPerson
     //
     this.colContactPerson.Caption = "Contact Person";
     this.colContactPerson.FieldName = "strContactName";
     this.colContactPerson.Name = "colContactPerson";
     this.colContactPerson.Visible = true;
     this.colContactPerson.VisibleIndex = 0;
     this.colContactPerson.Width = 128;
     //
     // colContactOrganization
     //
     this.colContactOrganization.Caption = "Organization";
     this.colContactOrganization.FieldName = "strOrganization";
     this.colContactOrganization.Name = "colContactOrganization";
     this.colContactOrganization.Visible = true;
     this.colContactOrganization.VisibleIndex = 1;
     this.colContactOrganization.Width = 150;
     //
     // colContactMobile
     //
     this.colContactMobile.Caption = "Mobile No.";
     this.colContactMobile.FieldName = "strMobileNo";
     this.colContactMobile.Name = "colContactMobile";
     this.colContactMobile.Visible = true;
     this.colContactMobile.VisibleIndex = 2;
     this.colContactMobile.Width = 107;
     //
     // colContactOfficeNo
     //
     this.colContactOfficeNo.Caption = "Office No.";
     this.colContactOfficeNo.FieldName = "strOfficeNo";
     this.colContactOfficeNo.Name = "colContactOfficeNo";
     this.colContactOfficeNo.Visible = true;
     this.colContactOfficeNo.VisibleIndex = 3;
     this.colContactOfficeNo.Width = 111;
     //
     // colContactEmail
     //
     this.colContactEmail.Caption = "Email Address";
     this.colContactEmail.FieldName = "strEmail";
     this.colContactEmail.Name = "colContactEmail";
     this.colContactEmail.Visible = true;
     this.colContactEmail.VisibleIndex = 4;
     this.colContactEmail.Width = 159;
     //
     // colContactFax
     //
     this.colContactFax.Caption = "Fax";
     this.colContactFax.FieldName = "strFax";
     this.colContactFax.Name = "colContactFax";
     this.colContactFax.Visible = true;
     this.colContactFax.VisibleIndex = 5;
     this.colContactFax.Width = 102;
     //
     // colContactAddress
     //
     this.colContactAddress.Caption = "Address";
     this.colContactAddress.FieldName = "strAddress";
     this.colContactAddress.Name = "colContactAddress";
     this.colContactAddress.Visible = true;
     this.colContactAddress.VisibleIndex = 6;
     this.colContactAddress.Width = 210;
     //
     // tabStaffFive
     //
     this.tabStaffFive.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffFive.Appearance.Header.Options.UseFont = true;
     this.tabStaffFive.Controls.Add(this.groupCustomerVoice);
     this.tabStaffFive.Name = "tabStaffFive";
     this.tabStaffFive.PageVisible = false;
     this.tabStaffFive.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffFive.Text = "Customer Voice";
     this.tabStaffFive.VisibleChanged += new System.EventHandler(this.tabStaffCustomerVoice_VisibleChanged);
     //
     // groupCustomerVoice
     //
     this.groupCustomerVoice.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoice.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupCustomerVoice.Controls.Add(this.lblmnuCustomerVoiceActionHistory);
     this.groupCustomerVoice.Controls.Add(this.lblmnuCustomerVoiceCVDetails);
     this.groupCustomerVoice.Controls.Add(this.GroupControl24);
     this.groupCustomerVoice.Controls.Add(this.groupCustomerVoiceActionHistory);
     this.groupCustomerVoice.Controls.Add(this.groupCustomerVoiceCVDetails);
     this.groupCustomerVoice.Location = new System.Drawing.Point(0, 8);
     this.groupCustomerVoice.Name = "groupCustomerVoice";
     this.groupCustomerVoice.ShowCaption = false;
     this.groupCustomerVoice.Size = new System.Drawing.Size(1007, 584);
     this.groupCustomerVoice.TabIndex = 11;
     this.groupCustomerVoice.Text = "GroupControl1";
     //
     // lblmnuCustomerVoiceActionHistory
     //
     this.lblmnuCustomerVoiceActionHistory.AutoSize = true;
     this.lblmnuCustomerVoiceActionHistory.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuCustomerVoiceActionHistory.Location = new System.Drawing.Point(184, 320);
     this.lblmnuCustomerVoiceActionHistory.Name = "lblmnuCustomerVoiceActionHistory";
     this.lblmnuCustomerVoiceActionHistory.Size = new System.Drawing.Size(104, 16);
     this.lblmnuCustomerVoiceActionHistory.TabIndex = 10;
     this.lblmnuCustomerVoiceActionHistory.Text = "Action History";
     this.lblmnuCustomerVoiceActionHistory.Click += new System.EventHandler(this.lblmnuCustomerVoiceActionHistory_Click);
     //
     // lblmnuCustomerVoiceCVDetails
     //
     this.lblmnuCustomerVoiceCVDetails.AutoSize = true;
     this.lblmnuCustomerVoiceCVDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblmnuCustomerVoiceCVDetails.Location = new System.Drawing.Point(24, 320);
     this.lblmnuCustomerVoiceCVDetails.Name = "lblmnuCustomerVoiceCVDetails";
     this.lblmnuCustomerVoiceCVDetails.Size = new System.Drawing.Size(170, 16);
     this.lblmnuCustomerVoiceCVDetails.TabIndex = 9;
     this.lblmnuCustomerVoiceCVDetails.Text = "Customer Voice Details";
     this.lblmnuCustomerVoiceCVDetails.Click += new System.EventHandler(this.lblmnuCustomerVoiceCVDetails_Click);
     //
     // GroupControl24
     //
     this.GroupControl24.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupControl24.Appearance.Options.UseBackColor = true;
     this.GroupControl24.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl24.Controls.Add(this.luedtCVSubmitter);
     this.GroupControl24.Controls.Add(this.sbtnAssign);
     this.GroupControl24.Controls.Add(this.sbtnCVPrint);
     this.GroupControl24.Controls.Add(this.sbtnCVEdit);
     this.GroupControl24.Controls.Add(this.sbtnCVDelete);
     this.GroupControl24.Controls.Add(this.sbtnCVNew);
     this.GroupControl24.Controls.Add(this.cbListCV);
     this.GroupControl24.Controls.Add(this.gctrCV);
     this.GroupControl24.Controls.Add(this.label17);
     this.GroupControl24.Controls.Add(this.luedtCVAssignTo);
     this.GroupControl24.Controls.Add(this.lblCVSubmitter);
     this.GroupControl24.Location = new System.Drawing.Point(8, 0);
     this.GroupControl24.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupControl24.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupControl24.Name = "GroupControl24";
     this.GroupControl24.Size = new System.Drawing.Size(992, 312);
     this.GroupControl24.TabIndex = 0;
     this.GroupControl24.Text = "CUSTOMER VOICE";
     //
     // luedtCVSubmitter
     //
     this.luedtCVSubmitter.Location = new System.Drawing.Point(400, 32);
     this.luedtCVSubmitter.Name = "luedtCVSubmitter";
     this.luedtCVSubmitter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCVSubmitter.Size = new System.Drawing.Size(176, 20);
     this.luedtCVSubmitter.TabIndex = 2;
     this.luedtCVSubmitter.EditValueChanged += new System.EventHandler(this.luedtCVSubmiter_EditValueChanged);
     //
     // sbtnAssign
     //
     this.sbtnAssign.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnAssign.Appearance.Options.UseFont = true;
     this.sbtnAssign.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnAssign.Location = new System.Drawing.Point(824, 32);
     this.sbtnAssign.Name = "sbtnAssign";
     this.sbtnAssign.Size = new System.Drawing.Size(80, 20);
     this.sbtnAssign.TabIndex = 6;
     this.sbtnAssign.Text = "Assign To";
     this.sbtnAssign.Click += new System.EventHandler(this.sbtnAssign_Click);
     //
     // sbtnCVPrint
     //
     this.sbtnCVPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVPrint.Appearance.Options.UseFont = true;
     this.sbtnCVPrint.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVPrint.Location = new System.Drawing.Point(912, 32);
     this.sbtnCVPrint.Name = "sbtnCVPrint";
     this.sbtnCVPrint.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVPrint.TabIndex = 7;
     this.sbtnCVPrint.Text = "Print";
     this.sbtnCVPrint.Click += new System.EventHandler(this.sbtnCVPrint_Click);
     //
     // sbtnCVEdit
     //
     this.sbtnCVEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVEdit.Appearance.Options.UseFont = true;
     this.sbtnCVEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVEdit.Location = new System.Drawing.Point(744, 32);
     this.sbtnCVEdit.Name = "sbtnCVEdit";
     this.sbtnCVEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVEdit.TabIndex = 5;
     this.sbtnCVEdit.Text = "Update";
     this.sbtnCVEdit.Click += new System.EventHandler(this.sbtnCVEdit_Click);
     //
     // sbtnCVDelete
     //
     this.sbtnCVDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVDelete.Appearance.Options.UseFont = true;
     this.sbtnCVDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVDelete.Location = new System.Drawing.Point(664, 32);
     this.sbtnCVDelete.Name = "sbtnCVDelete";
     this.sbtnCVDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVDelete.TabIndex = 4;
     this.sbtnCVDelete.Text = "Delete";
     this.sbtnCVDelete.Click += new System.EventHandler(this.sbtnCVDelete_Click);
     //
     // sbtnCVNew
     //
     this.sbtnCVNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnCVNew.Appearance.Options.UseFont = true;
     this.sbtnCVNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnCVNew.Location = new System.Drawing.Point(584, 32);
     this.sbtnCVNew.Name = "sbtnCVNew";
     this.sbtnCVNew.Size = new System.Drawing.Size(72, 20);
     this.sbtnCVNew.TabIndex = 3;
     this.sbtnCVNew.Text = "New";
     this.sbtnCVNew.Click += new System.EventHandler(this.sbtnCVNew_Click);
     //
     // cbListCV
     //
     this.cbListCV.EditValue = "All";
     this.cbListCV.Location = new System.Drawing.Point(8, 32);
     this.cbListCV.Name = "cbListCV";
     this.cbListCV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbListCV.Properties.Items.AddRange(new object[] {
     "All",
     "New",
     "Open",
     "Closed"});
     this.cbListCV.Properties.PopupSizeable = true;
     this.cbListCV.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbListCV.Size = new System.Drawing.Size(88, 20);
     this.cbListCV.TabIndex = 0;
     this.cbListCV.SelectedIndexChanged += new System.EventHandler(this.cbListCV_SelectedIndexChanged);
     //
     // gctrCV
     //
     this.gctrCV.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrCV.EmbeddedNavigator.Name = "";
     this.gctrCV.Location = new System.Drawing.Point(2, 62);
     this.gctrCV.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrCV.MainView = this.gvCV;
     this.gctrCV.Name = "gctrCV";
     this.gctrCV.Size = new System.Drawing.Size(988, 248);
     this.gctrCV.TabIndex = 8;
     this.gctrCV.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCV});
     //
     // gvCV
     //
     this.gvCV.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colRefNo,
     this.colDtReceived,
     this.colBranch,
     this.colMembershipID,
     this.colMemberName,
     this.colDepartment,
     this.colType,
     this.colCategory,
     this.colSubject,
     this.colSubmittedBy,
     this.colStaffSubject,
     this.colDepartmentAssignedTo,
     this.colLastUpdatedDate,
     this.colStatus});
     this.gvCV.GridControl = this.gctrCV;
     this.gvCV.Name = "gvCV";
     this.gvCV.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvCV.OptionsBehavior.Editable = false;
     this.gvCV.OptionsCustomization.AllowFilter = false;
     this.gvCV.OptionsView.ColumnAutoWidth = false;
     this.gvCV.OptionsView.ShowGroupPanel = false;
     this.gvCV.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colDtReceived, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gvCV.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvCV_FocusedRowChanged);
     this.gvCV.DataSourceChanged += new System.EventHandler(this.gvCV_DataSourceChanged);
     //
     // colRefNo
     //
     this.colRefNo.Caption = "Ref No";
     this.colRefNo.FieldName = "nCaseID";
     this.colRefNo.Name = "colRefNo";
     this.colRefNo.Visible = true;
     this.colRefNo.VisibleIndex = 0;
     //
     // colDtReceived
     //
     this.colDtReceived.Caption = "Date Received";
     this.colDtReceived.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colDtReceived.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colDtReceived.FieldName = "dtDate";
     this.colDtReceived.Name = "colDtReceived";
     this.colDtReceived.Visible = true;
     this.colDtReceived.VisibleIndex = 1;
     this.colDtReceived.Width = 100;
     //
     // colBranch
     //
     this.colBranch.Caption = "Branch";
     this.colBranch.FieldName = "strBranchCode";
     this.colBranch.Name = "colBranch";
     this.colBranch.Visible = true;
     this.colBranch.VisibleIndex = 2;
     //
     // colMembershipID
     //
     this.colMembershipID.Caption = "Membership Id";
     this.colMembershipID.FieldName = "strMembershipID";
     this.colMembershipID.Name = "colMembershipID";
     this.colMembershipID.Visible = true;
     this.colMembershipID.VisibleIndex = 6;
     this.colMembershipID.Width = 100;
     //
     // colMemberName
     //
     this.colMemberName.Caption = "Member Name";
     this.colMemberName.FieldName = "strMembershipName";
     this.colMemberName.Name = "colMemberName";
     this.colMemberName.Visible = true;
     this.colMemberName.VisibleIndex = 3;
     this.colMemberName.Width = 101;
     //
     // colDepartment
     //
     this.colDepartment.Caption = "Department";
     this.colDepartment.FieldName = "strDepartmentDescription";
     this.colDepartment.Name = "colDepartment";
     this.colDepartment.Visible = true;
     this.colDepartment.VisibleIndex = 7;
     this.colDepartment.Width = 89;
     //
     // colType
     //
     this.colType.Caption = "Type";
     this.colType.FieldName = "strCaseTypeDescription";
     this.colType.Name = "colType";
     this.colType.Visible = true;
     this.colType.VisibleIndex = 4;
     //
     // colCategory
     //
     this.colCategory.Caption = "Category";
     this.colCategory.FieldName = "strCaseCategoryDescription";
     this.colCategory.Name = "colCategory";
     this.colCategory.Visible = true;
     this.colCategory.VisibleIndex = 5;
     //
     // colSubject
     //
     this.colSubject.Caption = "Subject";
     this.colSubject.FieldName = "strSubject";
     this.colSubject.Name = "colSubject";
     //
     // colSubmittedBy
     //
     this.colSubmittedBy.Caption = "Submitted By";
     this.colSubmittedBy.FieldName = "strSubmittedBy";
     this.colSubmittedBy.Name = "colSubmittedBy";
     this.colSubmittedBy.Visible = true;
     this.colSubmittedBy.VisibleIndex = 8;
     this.colSubmittedBy.Width = 97;
     //
     // colStaffSubject
     //
     this.colStaffSubject.Caption = "Subject Staff ";
     this.colStaffSubject.FieldName = "strSubjectStaff";
     this.colStaffSubject.Name = "colStaffSubject";
     //
     // colDepartmentAssignedTo
     //
     this.colDepartmentAssignedTo.Caption = "Department Assigned To";
     this.colDepartmentAssignedTo.FieldName = "strDepartmentAssignedTo";
     this.colDepartmentAssignedTo.Name = "colDepartmentAssignedTo";
     this.colDepartmentAssignedTo.Visible = true;
     this.colDepartmentAssignedTo.VisibleIndex = 9;
     this.colDepartmentAssignedTo.Width = 130;
     //
     // colLastUpdatedDate
     //
     this.colLastUpdatedDate.Caption = "Last Updated Date";
     this.colLastUpdatedDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLastUpdatedDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLastUpdatedDate.FieldName = "dtLastEditDate";
     this.colLastUpdatedDate.Name = "colLastUpdatedDate";
     this.colLastUpdatedDate.Visible = true;
     this.colLastUpdatedDate.VisibleIndex = 10;
     this.colLastUpdatedDate.Width = 100;
     //
     // colStatus
     //
     this.colStatus.Caption = "Status";
     this.colStatus.FieldName = "strStatus";
     this.colStatus.Name = "colStatus";
     this.colStatus.Visible = true;
     this.colStatus.VisibleIndex = 11;
     //
     // label17
     //
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(104, 32);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(64, 20);
     this.label17.TabIndex = 19;
     this.label17.Text = "Assign To:";
     //
     // luedtCVAssignTo
     //
     this.luedtCVAssignTo.Location = new System.Drawing.Point(168, 32);
     this.luedtCVAssignTo.Name = "luedtCVAssignTo";
     this.luedtCVAssignTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtCVAssignTo.Size = new System.Drawing.Size(160, 20);
     this.luedtCVAssignTo.TabIndex = 1;
     this.luedtCVAssignTo.EditValueChanged += new System.EventHandler(this.luedtCVAssignTo_EditValueChanged);
     //
     // lblCVSubmitter
     //
     this.lblCVSubmitter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCVSubmitter.Location = new System.Drawing.Point(336, 32);
     this.lblCVSubmitter.Name = "lblCVSubmitter";
     this.lblCVSubmitter.Size = new System.Drawing.Size(64, 20);
     this.lblCVSubmitter.TabIndex = 16;
     this.lblCVSubmitter.Text = "Submitter:";
     //
     // groupCustomerVoiceActionHistory
     //
     this.groupCustomerVoiceActionHistory.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCustomerVoiceActionHistory.Appearance.Options.UseBackColor = true;
     this.groupCustomerVoiceActionHistory.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoiceActionHistory.Controls.Add(this.GroupControl26);
     this.groupCustomerVoiceActionHistory.Location = new System.Drawing.Point(7, 344);
     this.groupCustomerVoiceActionHistory.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCustomerVoiceActionHistory.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCustomerVoiceActionHistory.Name = "groupCustomerVoiceActionHistory";
     this.groupCustomerVoiceActionHistory.Size = new System.Drawing.Size(992, 232);
     this.groupCustomerVoiceActionHistory.TabIndex = 11;
     this.groupCustomerVoiceActionHistory.Text = "ACTION HISTORY";
     //
     // GroupControl26
     //
     this.GroupControl26.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl26.Controls.Add(this.sbtnNewCVAction);
     this.GroupControl26.Controls.Add(this.gctrCVAction);
     this.GroupControl26.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl26.Location = new System.Drawing.Point(2, 19);
     this.GroupControl26.Name = "GroupControl26";
     this.GroupControl26.ShowCaption = false;
     this.GroupControl26.Size = new System.Drawing.Size(988, 211);
     this.GroupControl26.TabIndex = 0;
     this.GroupControl26.Text = "GroupControl1";
     //
     // sbtnNewCVAction
     //
     this.sbtnNewCVAction.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnNewCVAction.Appearance.Options.UseFont = true;
     this.sbtnNewCVAction.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnNewCVAction.Location = new System.Drawing.Point(16, 16);
     this.sbtnNewCVAction.Name = "sbtnNewCVAction";
     this.sbtnNewCVAction.Size = new System.Drawing.Size(72, 20);
     this.sbtnNewCVAction.TabIndex = 0;
     this.sbtnNewCVAction.Text = "New";
     this.sbtnNewCVAction.Click += new System.EventHandler(this.sbtnNewCVAction_Click);
     //
     // gctrCVAction
     //
     this.gctrCVAction.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gctrCVAction.EmbeddedNavigator.Name = "";
     this.gctrCVAction.Location = new System.Drawing.Point(2, 49);
     this.gctrCVAction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gctrCVAction.MainView = this.gvCVAction;
     this.gctrCVAction.Name = "gctrCVAction";
     this.gctrCVAction.Size = new System.Drawing.Size(984, 160);
     this.gctrCVAction.TabIndex = 1;
     this.gctrCVAction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvCVAction});
     //
     // gvCVAction
     //
     this.gvCVAction.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colActionID,
     this.coldtDate,
     this.coldtTime,
     this.colMode,
     this.colActionDetail,
     this.colActionTakenBy,
     this.colActionTakenByID});
     this.gvCVAction.GridControl = this.gctrCVAction;
     this.gvCVAction.Name = "gvCVAction";
     this.gvCVAction.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvCVAction.OptionsBehavior.Editable = false;
     this.gvCVAction.OptionsCustomization.AllowFilter = false;
     this.gvCVAction.OptionsView.ShowGroupPanel = false;
     this.gvCVAction.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.coldtDate, DevExpress.Data.ColumnSortOrder.Descending)});
     //
     // colActionID
     //
     this.colActionID.Caption = "ID";
     this.colActionID.FieldName = "nActionID";
     this.colActionID.Name = "colActionID";
     this.colActionID.Visible = true;
     this.colActionID.VisibleIndex = 0;
     this.colActionID.Width = 64;
     //
     // coldtDate
     //
     this.coldtDate.Caption = "Date";
     this.coldtDate.DisplayFormat.FormatString = "dd/MM/yyy";
     this.coldtDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtDate.FieldName = "dtDate";
     this.coldtDate.Name = "coldtDate";
     this.coldtDate.Visible = true;
     this.coldtDate.VisibleIndex = 1;
     this.coldtDate.Width = 117;
     //
     // coldtTime
     //
     this.coldtTime.Caption = "Time";
     this.coldtTime.DisplayFormat.FormatString = "hh:mm tt";
     this.coldtTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtTime.FieldName = "dtDate";
     this.coldtTime.GroupFormat.FormatString = "hh:mm tt";
     this.coldtTime.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coldtTime.Name = "coldtTime";
     this.coldtTime.Visible = true;
     this.coldtTime.VisibleIndex = 2;
     this.coldtTime.Width = 78;
     //
     // colMode
     //
     this.colMode.Caption = "Mode";
     this.colMode.FieldName = "strMode";
     this.colMode.Name = "colMode";
     this.colMode.Visible = true;
     this.colMode.VisibleIndex = 3;
     this.colMode.Width = 207;
     //
     // colActionDetail
     //
     this.colActionDetail.Caption = "Action Taken";
     this.colActionDetail.FieldName = "strActionDetails";
     this.colActionDetail.Name = "colActionDetail";
     this.colActionDetail.Visible = true;
     this.colActionDetail.VisibleIndex = 4;
     this.colActionDetail.Width = 262;
     //
     // colActionTakenBy
     //
     this.colActionTakenBy.Caption = "Action Taken By";
     this.colActionTakenBy.FieldName = "strActionTakenBy";
     this.colActionTakenBy.Name = "colActionTakenBy";
     this.colActionTakenBy.Visible = true;
     this.colActionTakenBy.VisibleIndex = 5;
     this.colActionTakenBy.Width = 231;
     //
     // colActionTakenByID
     //
     this.colActionTakenByID.Caption = "Action Taken By ID";
     this.colActionTakenByID.FieldName = "nActionByID";
     this.colActionTakenByID.Name = "colActionTakenByID";
     this.colActionTakenByID.Visible = true;
     this.colActionTakenByID.VisibleIndex = 6;
     //
     // groupCustomerVoiceCVDetails
     //
     this.groupCustomerVoiceCVDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCustomerVoiceCVDetails.Appearance.Options.UseBackColor = true;
     this.groupCustomerVoiceCVDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupCustomerVoiceCVDetails.Controls.Add(this.GroupControl28);
     this.groupCustomerVoiceCVDetails.Location = new System.Drawing.Point(7, 344);
     this.groupCustomerVoiceCVDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCustomerVoiceCVDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCustomerVoiceCVDetails.Name = "groupCustomerVoiceCVDetails";
     this.groupCustomerVoiceCVDetails.Size = new System.Drawing.Size(992, 232);
     this.groupCustomerVoiceCVDetails.TabIndex = 6;
     this.groupCustomerVoiceCVDetails.Text = "CUSTOMER VOICE DETAILS";
     //
     // GroupControl28
     //
     this.GroupControl28.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.GroupControl28.Controls.Add(this.txtHomeNo);
     this.GroupControl28.Controls.Add(this.label31);
     this.GroupControl28.Controls.Add(this.txtEmail);
     this.GroupControl28.Controls.Add(this.label10);
     this.GroupControl28.Controls.Add(this.txtContactNo);
     this.GroupControl28.Controls.Add(this.label9);
     this.GroupControl28.Controls.Add(this.memoeditSummaryCV);
     this.GroupControl28.Controls.Add(this.Label32);
     this.GroupControl28.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GroupControl28.Location = new System.Drawing.Point(2, 19);
     this.GroupControl28.Name = "GroupControl28";
     this.GroupControl28.ShowCaption = false;
     this.GroupControl28.Size = new System.Drawing.Size(988, 211);
     this.GroupControl28.TabIndex = 0;
     this.GroupControl28.Text = "GroupControl1";
     //
     // txtHomeNo
     //
     this.txtHomeNo.EditValue = "";
     this.txtHomeNo.Location = new System.Drawing.Point(360, 16);
     this.txtHomeNo.Name = "txtHomeNo";
     this.txtHomeNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtHomeNo.Properties.Appearance.Options.UseFont = true;
     this.txtHomeNo.Properties.ReadOnly = true;
     this.txtHomeNo.Size = new System.Drawing.Size(152, 22);
     this.txtHomeNo.TabIndex = 18;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(288, 16);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(73, 16);
     this.label31.TabIndex = 19;
     this.label31.Text = "Home No";
     //
     // txtEmail
     //
     this.txtEmail.EditValue = "";
     this.txtEmail.Location = new System.Drawing.Point(640, 16);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtEmail.Properties.Appearance.Options.UseFont = true;
     this.txtEmail.Properties.ReadOnly = true;
     this.txtEmail.Size = new System.Drawing.Size(280, 22);
     this.txtEmail.TabIndex = 1;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(528, 16);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(109, 16);
     this.label10.TabIndex = 17;
     this.label10.Text = "Email Address";
     //
     // txtContactNo
     //
     this.txtContactNo.EditValue = "";
     this.txtContactNo.Location = new System.Drawing.Point(120, 16);
     this.txtContactNo.Name = "txtContactNo";
     this.txtContactNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtContactNo.Properties.Appearance.Options.UseFont = true;
     this.txtContactNo.Properties.ReadOnly = true;
     this.txtContactNo.Size = new System.Drawing.Size(152, 22);
     this.txtContactNo.TabIndex = 0;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 16);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(79, 16);
     this.label9.TabIndex = 15;
     this.label9.Text = "Mobile No";
     //
     // memoeditSummaryCV
     //
     this.memoeditSummaryCV.EditValue = "";
     this.memoeditSummaryCV.Location = new System.Drawing.Point(120, 48);
     this.memoeditSummaryCV.Name = "memoeditSummaryCV";
     this.memoeditSummaryCV.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.memoeditSummaryCV.Properties.Appearance.Options.UseFont = true;
     this.memoeditSummaryCV.Properties.ReadOnly = true;
     this.memoeditSummaryCV.Size = new System.Drawing.Size(800, 152);
     this.memoeditSummaryCV.TabIndex = 2;
     //
     // Label32
     //
     this.Label32.AutoSize = true;
     this.Label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label32.Location = new System.Drawing.Point(8, 56);
     this.Label32.Name = "Label32";
     this.Label32.Size = new System.Drawing.Size(113, 16);
     this.Label32.TabIndex = 13;
     this.Label32.Text = "Summary of CV";
     //
     // tabStaffSix
     //
     this.tabStaffSix.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStaffSix.Appearance.Header.Options.UseFont = true;
     this.tabStaffSix.Controls.Add(this.groupControl1);
     this.tabStaffSix.Name = "tabStaffSix";
     this.tabStaffSix.PageVisible = false;
     this.tabStaffSix.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffSix.Text = "Leave";
     //
     // groupControl1
     //
     this.groupControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.lblSix_2);
     this.groupControl1.Controls.Add(this.lblSix_1);
     this.groupControl1.Controls.Add(this.groupLeave);
     this.groupControl1.Controls.Add(this.groupLeaveRoster);
     this.groupControl1.Controls.Add(this.luedtLeaveEmployeeID);
     this.groupControl1.Controls.Add(this.lblLeaveEmployeeID);
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(1007, 610);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text = "GroupControl1";
     //
     // lblSix_2
     //
     this.lblSix_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblSix_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSix_2.Appearance.Options.UseFont = true;
     this.lblSix_2.Appearance.Options.UseForeColor = true;
     this.lblSix_2.Location = new System.Drawing.Point(156, 4);
     this.lblSix_2.Name = "lblSix_2";
     this.lblSix_2.Size = new System.Drawing.Size(138, 23);
     this.lblSix_2.TabIndex = 144;
     this.lblSix_2.Text = "Roster";
     this.lblSix_2.Click += new System.EventHandler(this.lblSix_2_Click);
     //
     // lblSix_1
     //
     this.lblSix_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblSix_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblSix_1.Appearance.Options.UseFont = true;
     this.lblSix_1.Appearance.Options.UseForeColor = true;
     this.lblSix_1.Location = new System.Drawing.Point(12, 4);
     this.lblSix_1.Name = "lblSix_1";
     this.lblSix_1.Size = new System.Drawing.Size(138, 23);
     this.lblSix_1.TabIndex = 143;
     this.lblSix_1.Text = "Leave";
     this.lblSix_1.Click += new System.EventHandler(this.lblSix_2_Click);
     //
     // groupLeave
     //
     this.groupLeave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeave.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupLeave.Controls.Add(this.groupLeaveLeaveDetails);
     this.groupLeave.Controls.Add(this.groupLeaveLeaveBalance);
     this.groupLeave.Location = new System.Drawing.Point(0, 30);
     this.groupLeave.Name = "groupLeave";
     this.groupLeave.Size = new System.Drawing.Size(1004, 578);
     this.groupLeave.TabIndex = 4;
     this.groupLeave.Text = "groupControl12";
     //
     // groupLeaveLeaveDetails
     //
     this.groupLeaveLeaveDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveLeaveDetails.Appearance.Options.UseBackColor = true;
     this.groupLeaveLeaveDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveLeaveDetails.Controls.Add(this.groupControl11);
     this.groupLeaveLeaveDetails.Location = new System.Drawing.Point(8, 0);
     this.groupLeaveLeaveDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveLeaveDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveLeaveDetails.Name = "groupLeaveLeaveDetails";
     this.groupLeaveLeaveDetails.Size = new System.Drawing.Size(990, 282);
     this.groupLeaveLeaveDetails.TabIndex = 5;
     this.groupLeaveLeaveDetails.Text = "LEAVE DETAILS";
     //
     // groupControl11
     //
     this.groupControl11.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl11.Controls.Add(this.cbLeaveStatus);
     this.groupControl11.Controls.Add(this.label35);
     this.groupControl11.Controls.Add(this.txtLeaveEntitlement);
     this.groupControl11.Controls.Add(this.label34);
     this.groupControl11.Controls.Add(this.dateedtLeaveJoinDate);
     this.groupControl11.Controls.Add(this.label33);
     this.groupControl11.Controls.Add(this.sbtnLeaveEdit);
     this.groupControl11.Controls.Add(this.sbtnLeaveDelete);
     this.groupControl11.Controls.Add(this.sbtnLeaveApply);
     this.groupControl11.Controls.Add(this.gridctrLeaveDetail);
     this.groupControl11.Controls.Add(this.cbLeaveNYearID);
     this.groupControl11.Controls.Add(this.lblNYearID);
     this.groupControl11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl11.Location = new System.Drawing.Point(2, 19);
     this.groupControl11.Name = "groupControl11";
     this.groupControl11.ShowCaption = false;
     this.groupControl11.Size = new System.Drawing.Size(986, 261);
     this.groupControl11.TabIndex = 0;
     this.groupControl11.Text = "GroupControl1";
     //
     // cbLeaveStatus
     //
     this.cbLeaveStatus.EditValue = "All";
     this.cbLeaveStatus.Location = new System.Drawing.Point(168, 8);
     this.cbLeaveStatus.Name = "cbLeaveStatus";
     this.cbLeaveStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveStatus.Properties.Items.AddRange(new object[] {
     "Pending Approval",
     "Approved",
     "Rejected",
     "Cancelled",
     "All"});
     this.cbLeaveStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveStatus.Size = new System.Drawing.Size(118, 20);
     this.cbLeaveStatus.TabIndex = 19;
     this.cbLeaveStatus.SelectedIndexChanged += new System.EventHandler(this.cbLeaveStatus_SelectedIndexChanged);
     //
     // label35
     //
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(120, 10);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(46, 18);
     this.label35.TabIndex = 18;
     this.label35.Text = "Status:";
     //
     // txtLeaveEntitlement
     //
     this.txtLeaveEntitlement.EditValue = "";
     this.txtLeaveEntitlement.Location = new System.Drawing.Point(884, 8);
     this.txtLeaveEntitlement.Name = "txtLeaveEntitlement";
     this.txtLeaveEntitlement.Properties.ReadOnly = true;
     this.txtLeaveEntitlement.Size = new System.Drawing.Size(52, 20);
     this.txtLeaveEntitlement.TabIndex = 6;
     //
     // label34
     //
     this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(702, 10);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(180, 18);
     this.label34.TabIndex = 17;
     this.label34.Text = "Leave Entitlement For This Year:";
     //
     // dateedtLeaveJoinDate
     //
     this.dateedtLeaveJoinDate.EditValue = null;
     this.dateedtLeaveJoinDate.Location = new System.Drawing.Point(588, 8);
     this.dateedtLeaveJoinDate.Name = "dateedtLeaveJoinDate";
     this.dateedtLeaveJoinDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateedtLeaveJoinDate.Properties.ReadOnly = true;
     this.dateedtLeaveJoinDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateedtLeaveJoinDate.Size = new System.Drawing.Size(110, 20);
     this.dateedtLeaveJoinDate.TabIndex = 5;
     this.dateedtLeaveJoinDate.QueryPopUp += new System.ComponentModel.CancelEventHandler(this.dateedtLeaveJoinDate_QueryPopUp);
     //
     // label33
     //
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(526, 10);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(60, 18);
     this.label33.TabIndex = 15;
     this.label33.Text = "Join Date:";
     //
     // sbtnLeaveEdit
     //
     this.sbtnLeaveEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveEdit.Appearance.Options.UseFont = true;
     this.sbtnLeaveEdit.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveEdit.Location = new System.Drawing.Point(370, 8);
     this.sbtnLeaveEdit.Name = "sbtnLeaveEdit";
     this.sbtnLeaveEdit.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveEdit.TabIndex = 3;
     this.sbtnLeaveEdit.Text = "Edit";
     this.sbtnLeaveEdit.Click += new System.EventHandler(this.sbtnLeaveEdit_Click);
     //
     // sbtnLeaveDelete
     //
     this.sbtnLeaveDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveDelete.Appearance.Options.UseFont = true;
     this.sbtnLeaveDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveDelete.Location = new System.Drawing.Point(448, 8);
     this.sbtnLeaveDelete.Name = "sbtnLeaveDelete";
     this.sbtnLeaveDelete.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveDelete.TabIndex = 4;
     this.sbtnLeaveDelete.Text = "Cancel";
     this.sbtnLeaveDelete.Click += new System.EventHandler(this.sbtnLeaveDelete_Click);
     //
     // sbtnLeaveApply
     //
     this.sbtnLeaveApply.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveApply.Appearance.Options.UseFont = true;
     this.sbtnLeaveApply.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveApply.Location = new System.Drawing.Point(292, 8);
     this.sbtnLeaveApply.Name = "sbtnLeaveApply";
     this.sbtnLeaveApply.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveApply.TabIndex = 2;
     this.sbtnLeaveApply.Text = "Apply";
     this.sbtnLeaveApply.Click += new System.EventHandler(this.sbtnLeaveApply_Click);
     //
     // gridctrLeaveDetail
     //
     this.gridctrLeaveDetail.EmbeddedNavigator.Name = "";
     this.gridctrLeaveDetail.Location = new System.Drawing.Point(4, 36);
     this.gridctrLeaveDetail.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLeaveDetail.MainView = this.gvLeave;
     this.gridctrLeaveDetail.Name = "gridctrLeaveDetail";
     this.gridctrLeaveDetail.Size = new System.Drawing.Size(978, 222);
     this.gridctrLeaveDetail.TabIndex = 7;
     this.gridctrLeaveDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLeave});
     //
     // gvLeave
     //
     this.gvLeave.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLeaveStartDate,
     this.colLeaveStartTime,
     this.colLeaveEndTime,
     this.gridColumn2,
     this.gridColumn1,
     this.nLeaveQuantity,
     this.nUnpaidLeave,
     this.colLeaveTimeOff,
     this.colfFullDay,
     this.colLeaveLeaveType,
     this.colLeaveReason,
     this.colLeaveLeaveStatus,
     this.colLeaveApprovingManager});
     this.gvLeave.GridControl = this.gridctrLeaveDetail;
     this.gvLeave.Name = "gvLeave";
     this.gvLeave.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLeave.OptionsBehavior.Editable = false;
     this.gvLeave.OptionsCustomization.AllowFilter = false;
     this.gvLeave.OptionsView.ShowFooter = true;
     this.gvLeave.OptionsView.ShowGroupPanel = false;
     this.gvLeave.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLeaveStartDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colLeaveStartDate
     //
     this.colLeaveStartDate.Caption = "Date";
     this.colLeaveStartDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLeaveStartDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveStartDate.FieldName = "dtStartTime";
     this.colLeaveStartDate.Name = "colLeaveStartDate";
     this.colLeaveStartDate.Visible = true;
     this.colLeaveStartDate.VisibleIndex = 0;
     //
     // colLeaveStartTime
     //
     this.colLeaveStartTime.Caption = "Start Time";
     this.colLeaveStartTime.DisplayFormat.FormatString = "hh:mm tt";
     this.colLeaveStartTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveStartTime.FieldName = "StartTime";
     this.colLeaveStartTime.Name = "colLeaveStartTime";
     this.colLeaveStartTime.Visible = true;
     this.colLeaveStartTime.VisibleIndex = 1;
     this.colLeaveStartTime.Width = 60;
     //
     // colLeaveEndTime
     //
     this.colLeaveEndTime.Caption = "End Time";
     this.colLeaveEndTime.DisplayFormat.FormatString = "hh:mm tt";
     this.colLeaveEndTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveEndTime.FieldName = "EndTime";
     this.colLeaveEndTime.Name = "colLeaveEndTime";
     this.colLeaveEndTime.Visible = true;
     this.colLeaveEndTime.VisibleIndex = 2;
     this.colLeaveEndTime.Width = 56;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Off (Hrs)";
     this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.FieldName = "nTimeOffQuantity";
     this.gridColumn2.GroupFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.SummaryItem.DisplayFormat = "{0}";
     this.gridColumn2.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 3;
     this.gridColumn2.Width = 70;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Unpaid(Hrs)";
     this.gridColumn1.FieldName = "nUnpaidTimeOff";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.SummaryItem.DisplayFormat = "{0}";
     this.gridColumn1.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 4;
     this.gridColumn1.Width = 73;
     //
     // nLeaveQuantity
     //
     this.nLeaveQuantity.Caption = "Leave (Days)";
     this.nLeaveQuantity.FieldName = "nLeaveQuantity";
     this.nLeaveQuantity.Name = "nLeaveQuantity";
     this.nLeaveQuantity.SummaryItem.DisplayFormat = "{0}";
     this.nLeaveQuantity.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.nLeaveQuantity.Visible = true;
     this.nLeaveQuantity.VisibleIndex = 5;
     this.nLeaveQuantity.Width = 78;
     //
     // nUnpaidLeave
     //
     this.nUnpaidLeave.Caption = "Unpaid (Days)";
     this.nUnpaidLeave.FieldName = "nUnpaidLeave";
     this.nUnpaidLeave.Name = "nUnpaidLeave";
     this.nUnpaidLeave.SummaryItem.DisplayFormat = "{0}";
     this.nUnpaidLeave.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.nUnpaidLeave.Visible = true;
     this.nUnpaidLeave.VisibleIndex = 6;
     this.nUnpaidLeave.Width = 85;
     //
     // colLeaveTimeOff
     //
     this.colLeaveTimeOff.Caption = "Time Off";
     this.colLeaveTimeOff.FieldName = "fTimeOff";
     this.colLeaveTimeOff.Name = "colLeaveTimeOff";
     this.colLeaveTimeOff.Width = 64;
     //
     // colfFullDay
     //
     this.colfFullDay.Caption = "Full Day";
     this.colfFullDay.FieldName = "fFullDay";
     this.colfFullDay.Name = "colfFullDay";
     this.colfFullDay.Visible = true;
     this.colfFullDay.VisibleIndex = 7;
     this.colfFullDay.Width = 54;
     //
     // colLeaveLeaveType
     //
     this.colLeaveLeaveType.Caption = "Type";
     this.colLeaveLeaveType.FieldName = "strLeaveType";
     this.colLeaveLeaveType.Name = "colLeaveLeaveType";
     this.colLeaveLeaveType.Visible = true;
     this.colLeaveLeaveType.VisibleIndex = 8;
     this.colLeaveLeaveType.Width = 68;
     //
     // colLeaveReason
     //
     this.colLeaveReason.Caption = "Reason";
     this.colLeaveReason.FieldName = "strRemarks";
     this.colLeaveReason.Name = "colLeaveReason";
     this.colLeaveReason.Visible = true;
     this.colLeaveReason.VisibleIndex = 9;
     this.colLeaveReason.Width = 62;
     //
     // colLeaveLeaveStatus
     //
     this.colLeaveLeaveStatus.Caption = "Status";
     this.colLeaveLeaveStatus.FieldName = "strStatus";
     this.colLeaveLeaveStatus.Name = "colLeaveLeaveStatus";
     this.colLeaveLeaveStatus.Visible = true;
     this.colLeaveLeaveStatus.VisibleIndex = 10;
     this.colLeaveLeaveStatus.Width = 64;
     //
     // colLeaveApprovingManager
     //
     this.colLeaveApprovingManager.Caption = "Approving Manager";
     this.colLeaveApprovingManager.FieldName = "strApprovingManager";
     this.colLeaveApprovingManager.Name = "colLeaveApprovingManager";
     this.colLeaveApprovingManager.Visible = true;
     this.colLeaveApprovingManager.VisibleIndex = 11;
     this.colLeaveApprovingManager.Width = 212;
     //
     // cbLeaveNYearID
     //
     this.cbLeaveNYearID.EditValue = "1";
     this.cbLeaveNYearID.Location = new System.Drawing.Point(60, 8);
     this.cbLeaveNYearID.Name = "cbLeaveNYearID";
     this.cbLeaveNYearID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveNYearID.Properties.Items.AddRange(new object[] {
     "1"});
     this.cbLeaveNYearID.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveNYearID.Size = new System.Drawing.Size(56, 20);
     this.cbLeaveNYearID.TabIndex = 1;
     this.cbLeaveNYearID.SelectedIndexChanged += new System.EventHandler(this.cbLeaveNYearID_SelectedIndexChanged);
     //
     // lblNYearID
     //
     this.lblNYearID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNYearID.Location = new System.Drawing.Point(6, 10);
     this.lblNYearID.Name = "lblNYearID";
     this.lblNYearID.Size = new System.Drawing.Size(52, 18);
     this.lblNYearID.TabIndex = 15;
     this.lblNYearID.Text = "Year ID:";
     //
     // groupLeaveLeaveBalance
     //
     this.groupLeaveLeaveBalance.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveLeaveBalance.Appearance.Options.UseBackColor = true;
     this.groupLeaveLeaveBalance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveLeaveBalance.Controls.Add(this.groupControl5);
     this.groupLeaveLeaveBalance.Location = new System.Drawing.Point(8, 286);
     this.groupLeaveLeaveBalance.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveLeaveBalance.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveLeaveBalance.Name = "groupLeaveLeaveBalance";
     this.groupLeaveLeaveBalance.Size = new System.Drawing.Size(990, 290);
     this.groupLeaveLeaveBalance.TabIndex = 7;
     this.groupLeaveLeaveBalance.Text = "LEAVE BALANCE";
     //
     // groupControl5
     //
     this.groupControl5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl5.Controls.Add(this.btnConvert);
     this.groupControl5.Controls.Add(this.txtDaysConvert);
     this.groupControl5.Controls.Add(this.label36);
     this.groupControl5.Controls.Add(this.btnAdjust);
     this.groupControl5.Controls.Add(this.txtLeaveAdjust);
     this.groupControl5.Controls.Add(this.label29);
     this.groupControl5.Controls.Add(this.sbtnLeaveBalanceInquiry);
     this.groupControl5.Controls.Add(this.label25);
     this.groupControl5.Controls.Add(this.cbLeaveBalance);
     this.groupControl5.Controls.Add(this.gridctrLeaveBalance);
     this.groupControl5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl5.Location = new System.Drawing.Point(2, 19);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.ShowCaption = false;
     this.groupControl5.Size = new System.Drawing.Size(986, 269);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "GroupControl1";
     //
     // btnConvert
     //
     this.btnConvert.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConvert.Location = new System.Drawing.Point(822, 10);
     this.btnConvert.Name = "btnConvert";
     this.btnConvert.Size = new System.Drawing.Size(56, 22);
     this.btnConvert.TabIndex = 21;
     this.btnConvert.Text = "Convert";
     this.btnConvert.Click += new System.EventHandler(this.button1_Click_1);
     //
     // txtDaysConvert
     //
     this.txtDaysConvert.Location = new System.Drawing.Point(782, 10);
     this.txtDaysConvert.Name = "txtDaysConvert";
     this.txtDaysConvert.Size = new System.Drawing.Size(36, 20);
     this.txtDaysConvert.TabIndex = 20;
     //
     // label36
     //
     this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(642, 12);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(136, 20);
     this.label36.TabIndex = 19;
     this.label36.Text = "Convert Leave to Hours:";
     //
     // btnAdjust
     //
     this.btnAdjust.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdjust.Location = new System.Drawing.Point(518, 10);
     this.btnAdjust.Name = "btnAdjust";
     this.btnAdjust.Size = new System.Drawing.Size(46, 22);
     this.btnAdjust.TabIndex = 18;
     this.btnAdjust.Text = "Adjust";
     this.btnAdjust.Click += new System.EventHandler(this.button1_Click);
     //
     // txtLeaveAdjust
     //
     this.txtLeaveAdjust.Location = new System.Drawing.Point(478, 10);
     this.txtLeaveAdjust.Name = "txtLeaveAdjust";
     this.txtLeaveAdjust.Size = new System.Drawing.Size(36, 20);
     this.txtLeaveAdjust.TabIndex = 17;
     //
     // label29
     //
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(288, 12);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(184, 20);
     this.label29.TabIndex = 15;
     this.label29.Text = "Adjustment for selected Year ID :";
     //
     // sbtnLeaveBalanceInquiry
     //
     this.sbtnLeaveBalanceInquiry.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveBalanceInquiry.Appearance.Options.UseFont = true;
     this.sbtnLeaveBalanceInquiry.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveBalanceInquiry.Location = new System.Drawing.Point(186, 10);
     this.sbtnLeaveBalanceInquiry.Name = "sbtnLeaveBalanceInquiry";
     this.sbtnLeaveBalanceInquiry.Size = new System.Drawing.Size(72, 20);
     this.sbtnLeaveBalanceInquiry.TabIndex = 2;
     this.sbtnLeaveBalanceInquiry.Text = "Inquiry";
     this.sbtnLeaveBalanceInquiry.Click += new System.EventHandler(this.sbtnLeaveBalanceInquiry_Click);
     //
     // label25
     //
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(8, 12);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(40, 18);
     this.label25.TabIndex = 14;
     this.label25.Text = "Type:";
     //
     // cbLeaveBalance
     //
     this.cbLeaveBalance.EditValue = "Annual Leave balance";
     this.cbLeaveBalance.Location = new System.Drawing.Point(52, 10);
     this.cbLeaveBalance.Name = "cbLeaveBalance";
     this.cbLeaveBalance.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbLeaveBalance.Properties.Items.AddRange(new object[] {
     "Annual Leave balance",
     "Time Off balance",
     "Misc Leave balance"});
     this.cbLeaveBalance.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbLeaveBalance.Size = new System.Drawing.Size(130, 20);
     this.cbLeaveBalance.TabIndex = 0;
     //
     // gridctrLeaveBalance
     //
     this.gridctrLeaveBalance.EmbeddedNavigator.Name = "";
     this.gridctrLeaveBalance.Location = new System.Drawing.Point(4, 38);
     this.gridctrLeaveBalance.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridctrLeaveBalance.MainView = this.gvLeaveBalance;
     this.gridctrLeaveBalance.Name = "gridctrLeaveBalance";
     this.gridctrLeaveBalance.Size = new System.Drawing.Size(978, 226);
     this.gridctrLeaveBalance.TabIndex = 3;
     this.gridctrLeaveBalance.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLeaveBalance});
     //
     // gvLeaveBalance
     //
     this.gvLeaveBalance.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colLeaveBalanceDate,
     this.colLeaveBalanceTransaction,
     this.colLeaveBalanceStatus,
     this.colLeaveBalanceNoOfDays});
     this.gvLeaveBalance.GridControl = this.gridctrLeaveBalance;
     this.gvLeaveBalance.Name = "gvLeaveBalance";
     this.gvLeaveBalance.OptionsBehavior.AllowIncrementalSearch = true;
     this.gvLeaveBalance.OptionsBehavior.Editable = false;
     this.gvLeaveBalance.OptionsCustomization.AllowFilter = false;
     this.gvLeaveBalance.OptionsCustomization.AllowSort = false;
     this.gvLeaveBalance.OptionsLayout.Columns.AddNewColumns = false;
     this.gvLeaveBalance.OptionsView.ShowFooter = true;
     this.gvLeaveBalance.OptionsView.ShowGroupPanel = false;
     this.gvLeaveBalance.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colLeaveBalanceTransaction, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colLeaveBalanceDate
     //
     this.colLeaveBalanceDate.Caption = "Date";
     this.colLeaveBalanceDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colLeaveBalanceDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.colLeaveBalanceDate.FieldName = "dtDate";
     this.colLeaveBalanceDate.Name = "colLeaveBalanceDate";
     this.colLeaveBalanceDate.Visible = true;
     this.colLeaveBalanceDate.VisibleIndex = 0;
     this.colLeaveBalanceDate.Width = 173;
     //
     // colLeaveBalanceTransaction
     //
     this.colLeaveBalanceTransaction.Caption = "Transaction";
     this.colLeaveBalanceTransaction.FieldName = "Transaction";
     this.colLeaveBalanceTransaction.Name = "colLeaveBalanceTransaction";
     this.colLeaveBalanceTransaction.Visible = true;
     this.colLeaveBalanceTransaction.VisibleIndex = 1;
     this.colLeaveBalanceTransaction.Width = 512;
     //
     // colLeaveBalanceStatus
     //
     this.colLeaveBalanceStatus.Caption = "Status";
     this.colLeaveBalanceStatus.FieldName = "strStatus";
     this.colLeaveBalanceStatus.Name = "colLeaveBalanceStatus";
     this.colLeaveBalanceStatus.Visible = true;
     this.colLeaveBalanceStatus.VisibleIndex = 2;
     this.colLeaveBalanceStatus.Width = 172;
     //
     // colLeaveBalanceNoOfDays
     //
     this.colLeaveBalanceNoOfDays.Caption = "No. of Days";
     this.colLeaveBalanceNoOfDays.FieldName = "NoOfDays";
     this.colLeaveBalanceNoOfDays.Name = "colLeaveBalanceNoOfDays";
     this.colLeaveBalanceNoOfDays.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colLeaveBalanceNoOfDays.Visible = true;
     this.colLeaveBalanceNoOfDays.VisibleIndex = 3;
     this.colLeaveBalanceNoOfDays.Width = 100;
     //
     // groupLeaveRoster
     //
     this.groupLeaveRoster.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupLeaveRoster.Appearance.Options.UseBackColor = true;
     this.groupLeaveRoster.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupLeaveRoster.Controls.Add(this.groupControl2);
     this.groupLeaveRoster.Controls.Add(this.panelControl1);
     this.groupLeaveRoster.Controls.Add(this.sbtnLeaveNextMonth);
     this.groupLeaveRoster.Controls.Add(this.sbtnLeavePreviousMonth);
     this.groupLeaveRoster.Location = new System.Drawing.Point(8, 30);
     this.groupLeaveRoster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupLeaveRoster.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupLeaveRoster.Name = "groupLeaveRoster";
     this.groupLeaveRoster.Size = new System.Drawing.Size(994, 576);
     this.groupLeaveRoster.TabIndex = 1;
     this.groupLeaveRoster.Text = "ROSTER";
     //
     // groupControl2
     //
     this.groupControl2.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupControl2.Appearance.ForeColor = System.Drawing.Color.Black;
     this.groupControl2.Appearance.Options.UseBackColor = true;
     this.groupControl2.Appearance.Options.UseForeColor = true;
     this.groupControl2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl2.Controls.Add(this.label23);
     this.groupControl2.Controls.Add(this.label24);
     this.groupControl2.Controls.Add(this.label21);
     this.groupControl2.Controls.Add(this.label22);
     this.groupControl2.Controls.Add(this.label19);
     this.groupControl2.Controls.Add(this.label20);
     this.groupControl2.Controls.Add(this.label18);
     this.groupControl2.Controls.Add(this.label4);
     this.groupControl2.Location = new System.Drawing.Point(694, 38);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(210, 138);
     this.groupControl2.TabIndex = 30;
     this.groupControl2.Text = "Legend";
     //
     // label23
     //
     this.label23.Location = new System.Drawing.Point(42, 114);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(162, 16);
     this.label23.TabIndex = 7;
     this.label23.Text = "Time off";
     //
     // label24
     //
     this.label24.BackColor = System.Drawing.Color.Green;
     this.label24.Location = new System.Drawing.Point(10, 108);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(26, 23);
     this.label24.TabIndex = 6;
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(42, 84);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(162, 16);
     this.label21.TabIndex = 5;
     this.label21.Text = "Full day leave";
     //
     // label22
     //
     this.label22.BackColor = System.Drawing.Color.LightBlue;
     this.label22.Location = new System.Drawing.Point(10, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(26, 23);
     this.label22.TabIndex = 4;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(42, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(162, 16);
     this.label19.TabIndex = 3;
     this.label19.Text = "Half day leave";
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.Yellow;
     this.label20.Location = new System.Drawing.Point(10, 50);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(26, 23);
     this.label20.TabIndex = 2;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(42, 28);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(162, 16);
     this.label18.TabIndex = 1;
     this.label18.Text = "Applied leave in pending status";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(10, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(26, 23);
     this.label4.TabIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.acmsRosterHeader6);
     this.panelControl1.Controls.Add(this.acmsRosterHeader5);
     this.panelControl1.Controls.Add(this.acmsRosterHeader4);
     this.panelControl1.Controls.Add(this.acmsRosterHeader3);
     this.panelControl1.Controls.Add(this.acmsRosterHeader2);
     this.panelControl1.Controls.Add(this.acmsRosterHeader1);
     this.panelControl1.Location = new System.Drawing.Point(6, 44);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(668, 530);
     this.panelControl1.TabIndex = 29;
     //
     // acmsRosterHeader6
     //
     this.acmsRosterHeader6.dtLeaveDetails = null;
     this.acmsRosterHeader6.dtRoster = null;
     this.acmsRosterHeader6.dtRosterDetail = null;
     this.acmsRosterHeader6.EmpID = null;
     this.acmsRosterHeader6.IsShowLeave = false;
     this.acmsRosterHeader6.Location = new System.Drawing.Point(-146, 442);
     this.acmsRosterHeader6.Name = "acmsRosterHeader6";
     this.acmsRosterHeader6.ShowHeaderLabel = false;
     this.acmsRosterHeader6.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader6.TabIndex = 5;
     this.acmsRosterHeader6.WeekDay = null;
     this.acmsRosterHeader6.WeekNo = null;
     this.acmsRosterHeader6.year = null;
     this.acmsRosterHeader6.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader5
     //
     this.acmsRosterHeader5.dtLeaveDetails = null;
     this.acmsRosterHeader5.dtRoster = null;
     this.acmsRosterHeader5.dtRosterDetail = null;
     this.acmsRosterHeader5.EmpID = null;
     this.acmsRosterHeader5.IsShowLeave = false;
     this.acmsRosterHeader5.Location = new System.Drawing.Point(-146, 354);
     this.acmsRosterHeader5.Name = "acmsRosterHeader5";
     this.acmsRosterHeader5.ShowHeaderLabel = false;
     this.acmsRosterHeader5.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader5.TabIndex = 4;
     this.acmsRosterHeader5.WeekDay = null;
     this.acmsRosterHeader5.WeekNo = null;
     this.acmsRosterHeader5.year = null;
     this.acmsRosterHeader5.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader4
     //
     this.acmsRosterHeader4.dtLeaveDetails = null;
     this.acmsRosterHeader4.dtRoster = null;
     this.acmsRosterHeader4.dtRosterDetail = null;
     this.acmsRosterHeader4.EmpID = null;
     this.acmsRosterHeader4.IsShowLeave = false;
     this.acmsRosterHeader4.Location = new System.Drawing.Point(-146, 266);
     this.acmsRosterHeader4.Name = "acmsRosterHeader4";
     this.acmsRosterHeader4.ShowHeaderLabel = false;
     this.acmsRosterHeader4.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader4.TabIndex = 3;
     this.acmsRosterHeader4.WeekDay = null;
     this.acmsRosterHeader4.WeekNo = null;
     this.acmsRosterHeader4.year = null;
     this.acmsRosterHeader4.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader3
     //
     this.acmsRosterHeader3.dtLeaveDetails = null;
     this.acmsRosterHeader3.dtRoster = null;
     this.acmsRosterHeader3.dtRosterDetail = null;
     this.acmsRosterHeader3.EmpID = null;
     this.acmsRosterHeader3.IsShowLeave = false;
     this.acmsRosterHeader3.Location = new System.Drawing.Point(-146, 178);
     this.acmsRosterHeader3.Name = "acmsRosterHeader3";
     this.acmsRosterHeader3.ShowHeaderLabel = false;
     this.acmsRosterHeader3.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader3.TabIndex = 2;
     this.acmsRosterHeader3.WeekDay = null;
     this.acmsRosterHeader3.WeekNo = null;
     this.acmsRosterHeader3.year = null;
     this.acmsRosterHeader3.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader2
     //
     this.acmsRosterHeader2.dtLeaveDetails = null;
     this.acmsRosterHeader2.dtRoster = null;
     this.acmsRosterHeader2.dtRosterDetail = null;
     this.acmsRosterHeader2.EmpID = null;
     this.acmsRosterHeader2.IsShowLeave = false;
     this.acmsRosterHeader2.Location = new System.Drawing.Point(-146, 90);
     this.acmsRosterHeader2.Name = "acmsRosterHeader2";
     this.acmsRosterHeader2.ShowHeaderLabel = false;
     this.acmsRosterHeader2.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader2.TabIndex = 1;
     this.acmsRosterHeader2.WeekDay = null;
     this.acmsRosterHeader2.WeekNo = null;
     this.acmsRosterHeader2.year = null;
     this.acmsRosterHeader2.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // acmsRosterHeader1
     //
     this.acmsRosterHeader1.dtLeaveDetails = null;
     this.acmsRosterHeader1.dtRoster = null;
     this.acmsRosterHeader1.dtRosterDetail = null;
     this.acmsRosterHeader1.EmpID = null;
     this.acmsRosterHeader1.IsShowLeave = false;
     this.acmsRosterHeader1.Location = new System.Drawing.Point(-146, 2);
     this.acmsRosterHeader1.Name = "acmsRosterHeader1";
     this.acmsRosterHeader1.ShowHeaderLabel = false;
     this.acmsRosterHeader1.Size = new System.Drawing.Size(794, 85);
     this.acmsRosterHeader1.TabIndex = 0;
     this.acmsRosterHeader1.WeekDay = null;
     this.acmsRosterHeader1.WeekNo = null;
     this.acmsRosterHeader1.year = null;
     this.acmsRosterHeader1.Click += new System.EventHandler(this.acmsRosterHeader_Click);
     //
     // sbtnLeaveNextMonth
     //
     this.sbtnLeaveNextMonth.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.sbtnLeaveNextMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeaveNextMonth.Appearance.Options.UseBackColor = true;
     this.sbtnLeaveNextMonth.Appearance.Options.UseFont = true;
     this.sbtnLeaveNextMonth.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeaveNextMonth.Location = new System.Drawing.Point(572, 22);
     this.sbtnLeaveNextMonth.Name = "sbtnLeaveNextMonth";
     this.sbtnLeaveNextMonth.Size = new System.Drawing.Size(80, 20);
     this.sbtnLeaveNextMonth.TabIndex = 1;
     this.sbtnLeaveNextMonth.Text = "Next >>";
     this.sbtnLeaveNextMonth.Click += new System.EventHandler(this.sbtnLeaveNextMonth_Click);
     //
     // sbtnLeavePreviousMonth
     //
     this.sbtnLeavePreviousMonth.Appearance.BackColor = System.Drawing.Color.LightGray;
     this.sbtnLeavePreviousMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sbtnLeavePreviousMonth.Appearance.Options.UseBackColor = true;
     this.sbtnLeavePreviousMonth.Appearance.Options.UseFont = true;
     this.sbtnLeavePreviousMonth.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.sbtnLeavePreviousMonth.Location = new System.Drawing.Point(12, 22);
     this.sbtnLeavePreviousMonth.Name = "sbtnLeavePreviousMonth";
     this.sbtnLeavePreviousMonth.Size = new System.Drawing.Size(80, 20);
     this.sbtnLeavePreviousMonth.TabIndex = 0;
     this.sbtnLeavePreviousMonth.Text = "<<Previous";
     this.sbtnLeavePreviousMonth.Click += new System.EventHandler(this.sbtnLeavePreviousMonth_Click);
     //
     // luedtLeaveEmployeeID
     //
     this.luedtLeaveEmployeeID.Location = new System.Drawing.Point(778, 2);
     this.luedtLeaveEmployeeID.Name = "luedtLeaveEmployeeID";
     this.luedtLeaveEmployeeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtLeaveEmployeeID.Size = new System.Drawing.Size(208, 20);
     this.luedtLeaveEmployeeID.TabIndex = 3;
     this.luedtLeaveEmployeeID.EditValueChanged += new System.EventHandler(this.luedtLeaveEmployeeID_EditValueChanged);
     //
     // lblLeaveEmployeeID
     //
     this.lblLeaveEmployeeID.AutoSize = true;
     this.lblLeaveEmployeeID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLeaveEmployeeID.Location = new System.Drawing.Point(690, 6);
     this.lblLeaveEmployeeID.Name = "lblLeaveEmployeeID";
     this.lblLeaveEmployeeID.Size = new System.Drawing.Size(88, 16);
     this.lblLeaveEmployeeID.TabIndex = 32;
     this.lblLeaveEmployeeID.Text = "Staff Name:";
     //
     // tabStaffSeven
     //
     this.tabStaffSeven.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.tabStaffSeven.Appearance.Header.Options.UseFont = true;
     this.tabStaffSeven.Controls.Add(this.groupControl17);
     this.tabStaffSeven.Name = "tabStaffSeven";
     this.tabStaffSeven.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffSeven.Text = "To-Do-List";
     //
     // groupControl17
     //
     this.groupControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl17.Appearance.Options.UseFont = true;
     this.groupControl17.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl17.Location = new System.Drawing.Point(0, 0);
     this.groupControl17.Name = "groupControl17";
     this.groupControl17.Size = new System.Drawing.Size(992, 576);
     this.groupControl17.TabIndex = 1;
     this.groupControl17.Text = "You Won\'t Behind Schedule Anymore";
     //
     // tabStaffEight
     //
     this.tabStaffEight.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold);
     this.tabStaffEight.Appearance.Header.Options.UseFont = true;
     this.tabStaffEight.Controls.Add(this.xtraTabControl1);
     this.tabStaffEight.Controls.Add(this.groupControl18);
     this.tabStaffEight.Name = "tabStaffEight";
     this.tabStaffEight.Size = new System.Drawing.Size(1007, 612);
     this.tabStaffEight.Text = "Work Flow";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 337);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size = new System.Drawing.Size(1004, 281);
     this.xtraTabControl1.TabIndex = 3;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     this.xtraTabControl1.Text = "xtraTabControl1";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.memoEdit2);
     this.xtraTabPage1.Controls.Add(this.labelControl1);
     this.xtraTabPage1.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.Image")));
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage1.Text = "Detail";
     //
     // memoEdit2
     //
     this.memoEdit2.EditValue = "";
     this.memoEdit2.Location = new System.Drawing.Point(10, 33);
     this.memoEdit2.Name = "memoEdit2";
     this.memoEdit2.Size = new System.Drawing.Size(706, 187);
     this.memoEdit2.TabIndex = 6;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(12, 8);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(53, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "Description";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.lookUpEdit4);
     this.xtraTabPage2.Controls.Add(this.label40);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit3);
     this.xtraTabPage2.Controls.Add(this.label39);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit2);
     this.xtraTabPage2.Controls.Add(this.label38);
     this.xtraTabPage2.Controls.Add(this.lookUpEdit1);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.Image")));
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage2.Text = "Attachment";
     //
     // lookUpEdit4
     //
     this.lookUpEdit4.Location = new System.Drawing.Point(100, 39);
     this.lookUpEdit4.Name = "lookUpEdit4";
     this.lookUpEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit4.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit4.TabIndex = 7;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(19, 43);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(61, 13);
     this.label40.TabIndex = 6;
     this.label40.Text = "Attachment";
     //
     // lookUpEdit3
     //
     this.lookUpEdit3.Location = new System.Drawing.Point(100, 70);
     this.lookUpEdit3.Name = "lookUpEdit3";
     this.lookUpEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit3.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit3.TabIndex = 5;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(19, 77);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(61, 13);
     this.label39.TabIndex = 4;
     this.label39.Text = "Attachment";
     //
     // lookUpEdit2
     //
     this.lookUpEdit2.Location = new System.Drawing.Point(100, 106);
     this.lookUpEdit2.Name = "lookUpEdit2";
     this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit2.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit2.TabIndex = 3;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(19, 110);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(61, 13);
     this.label38.TabIndex = 2;
     this.label38.Text = "Attachment";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(100, 10);
     this.lookUpEdit1.Name = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEdit1.Size = new System.Drawing.Size(139, 20);
     this.lookUpEdit1.TabIndex = 1;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(19, 14);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(61, 13);
     this.label28.TabIndex = 0;
     this.label28.Text = "Attachment";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage3.Image")));
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(995, 240);
     this.xtraTabPage3.Text = "Video";
     //
     // groupControl18
     //
     this.groupControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupControl18.Appearance.Options.UseFont = true;
     this.groupControl18.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.groupControl18.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControl18.Location = new System.Drawing.Point(0, 0);
     this.groupControl18.Name = "groupControl18";
     this.groupControl18.Size = new System.Drawing.Size(1007, 337);
     this.groupControl18.TabIndex = 2;
     this.groupControl18.Text = "You Won\'t Behind Schedule Anymore";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmStaff
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1016, 713);
     this.Controls.Add(this.tabStaff);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.MainMenu1;
     this.Name = "frmStaff";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ACMS Staff";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmStaff_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmStaff_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.BarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BarAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabStaff)).EndInit();
     this.tabStaff.ResumeLayout(false);
     this.tabStaffOne.ResumeLayout(false);
     this.tabStaffOne.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtMemoEmployeeID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessages)).EndInit();
     this.groupMessages.ResumeLayout(false);
     this.groupMessages.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesEntry)).EndInit();
     this.groupMessagesEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbViewMemo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrMemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvMemo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesFollowUpAction)).EndInit();
     this.groupMessagesFollowUpAction.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl4)).EndInit();
     this.GroupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrReplies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReplies)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesMemoInfo)).EndInit();
     this.groupMessagesMemoInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl8)).EndInit();
     this.GroupControl8.ResumeLayout(false);
     this.GroupControl8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoedtMessage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMessagesReceipient)).EndInit();
     this.groupMessagesReceipient.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl6)).EndInit();
     this.GroupControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbMemoReceipient.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrReceipient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvReceipient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroup)).EndInit();
     this.groupReceipientGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupEntry)).EndInit();
     this.groupReceipientGroupEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpGrp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpGrp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupReceipientGroupReceipientEntries)).EndInit();
     this.groupReceipientGroupReceipientEntries.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl10)).EndInit();
     this.GroupControl10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrRecpEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvRecpEntry)).EndInit();
     this.tabStaffTwo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupService)).EndInit();
     this.groupService.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupServiceEntry)).EndInit();
     this.groupServiceEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtCommissionServiceBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbServiceServiceType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupSales)).EndInit();
     this.groupSales.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupSalesEntry)).EndInit();
     this.groupSalesEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).EndInit();
     this.groupControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtSalesBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSalesType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSales)).EndInit();
     this.tabStaffThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheet)).EndInit();
     this.groupTimesheet.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupTimesheetEntry)).EndInit();
     this.groupTimesheetEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).EndInit();
     this.groupControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTimesheetMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrTimesheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvTimesheet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOvertime)).EndInit();
     this.groupOvertime.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl15)).EndInit();
     this.groupControl15.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl16)).EndInit();
     this.groupControl16.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbOvertimeMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrOvertime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvOvertime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLateness)).EndInit();
     this.groupLateness.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).EndInit();
     this.groupControl13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl14)).EndInit();
     this.groupControl14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLatenessMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLateness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLateness)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     this.tabStaffFour.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointment)).EndInit();
     this.groupAppointment.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupAppointmentEntry)).EndInit();
     this.groupAppointmentEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).EndInit();
     this.groupControl12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbAppointmentMonth.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrAppointment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAppointment)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupContact)).EndInit();
     this.groupContact.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupContactEntry)).EndInit();
     this.groupContactEntry.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridctrContact)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvContact)).EndInit();
     this.tabStaffFive.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoice)).EndInit();
     this.groupCustomerVoice.ResumeLayout(false);
     this.groupCustomerVoice.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl24)).EndInit();
     this.GroupControl24.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVSubmitter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbListCV.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gctrCV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtCVAssignTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceActionHistory)).EndInit();
     this.groupCustomerVoiceActionHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl26)).EndInit();
     this.GroupControl26.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gctrCVAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvCVAction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCustomerVoiceCVDetails)).EndInit();
     this.groupCustomerVoiceCVDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl28)).EndInit();
     this.GroupControl28.ResumeLayout(false);
     this.GroupControl28.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHomeNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContactNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoeditSummaryCV.Properties)).EndInit();
     this.tabStaffSix.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeave)).EndInit();
     this.groupLeave.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveDetails)).EndInit();
     this.groupLeaveLeaveDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).EndInit();
     this.groupControl11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLeaveEntitlement.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateedtLeaveJoinDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeave)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveNYearID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveLeaveBalance)).EndInit();
     this.groupLeaveLeaveBalance.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbLeaveBalance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridctrLeaveBalance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLeaveBalance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupLeaveRoster)).EndInit();
     this.groupLeaveRoster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtLeaveEmployeeID.Properties)).EndInit();
     this.tabStaffSeven.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl17)).EndInit();
     this.tabStaffEight.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit2.Properties)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl18)).EndInit();
     this.ResumeLayout(false);
 }
        private void FillCell(DataTable dt, ref GroupControl gc, ref LabelControl Fasl, ref LabelControl Subject, int daycode, int hasa_code)
        {
            int repeted = 0;
            for (int i = 0; i < dt.Rows.Count; i++)
            {
                if ((int)dt.Rows[i]["daycode"] == daycode && (int)dt.Rows[i]["hasa_code"] == hasa_code)
                {
                    Subject.Text = dt.Rows[i]["Subject"].ToString();
                    //Subject.Tag = dt.Rows[i]["SubjectId"].ToString();

                    gc.Tag = dt.Rows[i];

                    if (repeted == 0)
                    {
                        Fasl.Text = String.Format("{0} - {1}", dt.Rows[i]["ShortlySaf"], dt.Rows[i]["ShortlyFasl"]);
                        Fasl.Tag = dt.Rows[i]["fasl_code"].ToString();
                        repeted++;
                    }
                    else
                    {
                        Fasl.Text += " // " + String.Format("{0} - {1}", dt.Rows[i]["ShortlySaf"], dt.Rows[i]["ShortlyFasl"]);
                        Fasl.Tag += ";" + dt.Rows[i]["fasl_code"];
                    }
                }
            }
        }
Beispiel #39
0
 public static void ChangeCaptionGroupControl(string parent_name, string language, GroupControl[] group_controls)
 {
     foreach (GroupControl group_control in group_controls)
         ChangeCaptionGroupControl(parent_name, language, group_control);
 }
Beispiel #40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
     this.textbh = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbh.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.comboBoxEdit1);
     this.groupControl1.Controls.Add(this.spinEdit1);
     this.groupControl1.Controls.Add(this.textbh);
     this.groupControl1.Controls.Add(this.textEdit1);
     this.groupControl1.Controls.Add(this.radioGroup1);
     this.groupControl1.Location = new System.Drawing.Point(13, 28);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(267, 199);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text = "��ѯ����";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Enabled = false;
     this.comboBoxEdit1.Location = new System.Drawing.Point(113, 104);
     this.comboBoxEdit1.Name = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEdit1.Size = new System.Drawing.Size(136, 21);
     this.comboBoxEdit1.TabIndex = 7;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit1.Enabled = false;
     this.spinEdit1.Location = new System.Drawing.Point(113, 68);
     this.spinEdit1.Name = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit1.Size = new System.Drawing.Size(136, 21);
     this.spinEdit1.TabIndex = 6;
     //
     // textbh
     //
     this.textbh.Location = new System.Drawing.Point(112, 137);
     this.textbh.Name = "textbh";
     this.textbh.Size = new System.Drawing.Size(136, 21);
     this.textbh.TabIndex = 5;
     this.textbh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textbh_KeyPress);
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(114, 32);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(136, 21);
     this.textEdit1.TabIndex = 5;
     this.textEdit1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textEdit1_KeyPress);
     this.textEdit1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textEdit1_KeyDown);
     //
     // radioGroup1
     //
     this.radioGroup1.EditValue = "0";
     this.radioGroup1.Location = new System.Drawing.Point(6, 21);
     this.radioGroup1.Name = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "�豸���Ƽ���"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "��ѹ�ȼ�����"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "���˹�ϵ����"),
     new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "�豸��ż���")});
     this.radioGroup1.Size = new System.Drawing.Size(101, 144);
     this.radioGroup1.TabIndex = 4;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.simpleButton1.Location = new System.Drawing.Point(37, 246);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 28);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text = "ȷ��";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(200, 246);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 28);
     this.simpleButton2.TabIndex = 2;
     this.simpleButton2.Text = "ȡ��";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // XtraSelectfrm
     //
     this.ClientSize = new System.Drawing.Size(292, 291);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.groupControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "XtraSelectfrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "�����豸";
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbh.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #41
0
        void cmdAddApplication_Click(object sender, EventArgs e)
        {
            try
            {

            
            NewAppWizard wizard = new NewAppWizard();
            wizard.ShowDialog();
            PDFScanAndSort.Models.Application app = wizard.Application;
            wizard.Dispose();




            GroupControl gc = new GroupControl();
            gc.Text = app.Name;
            gc.Dock = DockStyle.Top;
            gc.Width = 446;
            gc.Height = 165;
            xtraScrollableControl1.Controls.Add(gc);
            xtraScrollableControl1.Controls.SetChildIndex(gc, 0);


            FlowLayoutPanel panelLong = new FlowLayoutPanel();
            panelLong.Width = 442;
            panelLong.Height = 142;
            panelLong.AutoSize = false;
            panelLong.AutoScroll = true;
            panelLong.WrapContents = false;
            panelLong.Dock = DockStyle.Top;
            panelLong.HorizontalScroll.Value = 0;
            gc.Controls.Add(panelLong);
            //create application class


            app.Name = app.Name;
            applications.Add(app);

            for (int i = 0; i < app.NumberOfPages; i++)
            {



                FlowLayoutPanel pictureContainer = new FlowLayoutPanel();
                pictureContainer.Width = 85;
                pictureContainer.Height = 111;
                pictureContainer.AutoSize = false;
                pictureContainer.AutoScroll = false;
                pictureContainer.BorderStyle = BorderStyle.FixedSingle;
                panelLong.Controls.Add(pictureContainer);

                Card picture = new Card();
                picture.Width = 76;
                picture.Height = 75;
                picture.AutoSize = false;
                //picture.Image = Bitmap.FromFile(item);
                picture.BorderStyle = BorderStyle.FixedSingle;
                picture.SizeMode = PictureBoxSizeMode.StretchImage;
                pictureContainer.Controls.Add(picture);



                picture.Visible = true;
                picture.BorderStyle = BorderStyle.FixedSingle;
                picture.DragEnter += picture_DragEnter;
                picture.DragDrop += picture_DragDrop;
                picture.MouseDown += picture_MouseDown;

                picture.AllowDrop = true;


                Page page = new Page();
                page.Card = picture;
                
                picture.Page = page;
                picture.Page.PageNumber = i;
                cards.Add(picture);

                //  card.PageNumber = i;
                page.Application = app;
                // page.PictureBox = picture;
                app.Pages.Add(page);

              

            }


            

            //add the add and subtract buttons 

            FlowLayoutPanel btnContainer = new FlowLayoutPanel();
            btnContainer.Width = 42;
            btnContainer.Height = 111;
            btnContainer.AutoSize = false;
            btnContainer.AutoScroll = false;
            btnContainer.BorderStyle = BorderStyle.FixedSingle;
            btnContainer.WrapContents = true;

            SimpleButton newbtn = new SimpleButton();
            newbtn.Text = "+";
            newbtn.Width = 33;
            newbtn.Height = 48;
            newbtn.Click += newbtn_Click;



            SimpleButton removebtn = new SimpleButton();
            removebtn.Text = "-";
            removebtn.Width = 33;
            removebtn.Height = 48;
            removebtn.Click += removebtn_Click;


           
            btnContainer.Controls.Add(newbtn);
            btnContainer.Controls.Add(removebtn);
            panelLong.Controls.Add(btnContainer);

            }
            catch (Exception)
            {

                throw;
            }

            
        }
Beispiel #42
0
        private void RefreshApplicationGUI()
        {

            //add new application button

            SimpleButton cmdAddApplication = new SimpleButton();
            cmdAddApplication.Text = "Add New Application";
            cmdAddApplication.Dock = DockStyle.Bottom;
            cmdAddApplication.Click += cmdAddApplication_Click;

            xtraScrollableControl1.Controls.Add(cmdAddApplication);

            //create apps in the UI
            var groupedAppList = records
            .GroupBy(u => u.Application)
            .Select(grp => grp.ToList())
            .ToList();

           

            foreach (var item in groupedAppList)
            {
                GroupControl gc = new GroupControl();
                gc.Text = item[0].Application;
                gc.Dock = DockStyle.Top;
                gc.Width = 446;
                gc.Height = 165;
                xtraScrollableControl1.Controls.Add(gc);


                FlowLayoutPanel panelLong = new FlowLayoutPanel();
                panelLong.Width = 442;
                panelLong.Height = 142;
                panelLong.AutoSize = false;
                panelLong.AutoScroll = true;
                panelLong.WrapContents = false;
                panelLong.Dock = DockStyle.Top;
                panelLong.HorizontalScroll.Value = 0;
                gc.Controls.Add(panelLong);

                //create application class

                PDFScanAndSort.Models.Application app = new PDFScanAndSort.Models.Application();
                app.Name = item[0].Application;
                applications.Add(app);
               

                int i = 1;
                foreach (var rr in item)
                {
                    FlowLayoutPanel pictureContainer = new FlowLayoutPanel();
                    pictureContainer.Width = 85;
                    pictureContainer.Height = 111;
                    pictureContainer.AutoSize = false;
                    pictureContainer.AutoScroll = false;
                    pictureContainer.BorderStyle = BorderStyle.FixedSingle;
                    panelLong.Controls.Add(pictureContainer);

                    Card picture = new Card();
                    picture.Width = 76;
                    picture.Height = 75;
                    picture.AutoSize = false;
                    //picture.Image = Bitmap.FromFile(item);
                    picture.BorderStyle = BorderStyle.FixedSingle;
                    picture.SizeMode = PictureBoxSizeMode.StretchImage;
                    pictureContainer.Controls.Add(picture);



                    picture.Visible = true;
                    picture.BorderStyle = BorderStyle.FixedSingle;
                    picture.DragEnter += picture_DragEnter;
                    picture.DragDrop += picture_DragDrop;
                    picture.MouseDown += picture_MouseDown;

                    picture.AllowDrop = true;


                    Page page = new Page();
                    page.Card = picture;
                    page.SearchStrings = rr.SearchTermStringList;
                    picture.Page = page;
                    picture.Page.PageNumber = i;
                    cards.Add(picture);
                    
                    //  card.PageNumber = i;
                    page.Application = app;
                    // page.PictureBox = picture;
                    app.Pages.Add(page);

                    i++;

                    


                }

                //add the add and subtract buttons 

                FlowLayoutPanel btnContainer = new FlowLayoutPanel();
                btnContainer.Width = 42;
                btnContainer.Height = 111;
                btnContainer.AutoSize = false;
                btnContainer.AutoScroll = false;
                btnContainer.BorderStyle = BorderStyle.FixedSingle;
                btnContainer.WrapContents = true;

                SimpleButton newbtn = new SimpleButton();
                newbtn.Text = "+";
                newbtn.Width = 33;
                newbtn.Height = 48;
                newbtn.Click += newbtn_Click;



                SimpleButton removebtn = new SimpleButton();   
                removebtn.Text= "-";
                removebtn.Width = 33;
                removebtn.Height = 48;
                removebtn.Click += removebtn_Click;


                btnContainer.Controls.Add(newbtn);
                btnContainer.Controls.Add(removebtn);
                panelLong.Controls.Add(btnContainer);


            }


        }
Beispiel #43
0
 private void InitializeComponent()
 {
     this.tabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tbpCommon = new DevExpress.XtraTab.XtraTabPage();
     this.groupBox1 = new DevExpress.XtraEditors.GroupControl();
     this.lblEndInfo = new System.Windows.Forms.Label();
     this.chkStaff = new System.Windows.Forms.CheckBox();
     this.chkReSel = new System.Windows.Forms.CheckBox();
     this.cmbPoscond = new System.Windows.Forms.ComboBox();
     this.cmbActdef = new System.Windows.Forms.ComboBox();
     this.List_PreStaff = new System.Windows.Forms.ListBox();
     this.cmbStaff = new System.Windows.Forms.ComboBox();
     this.lblReSel = new System.Windows.Forms.Label();
     this.Label4 = new System.Windows.Forms.Label();
     this.Label2 = new System.Windows.Forms.Label();
     this.Lbl_TS = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tbpCommon.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btCancel
     //
     this.btCancel.Location = new System.Drawing.Point(200, 291);
     //
     // btOk
     //
     this.btOk.Location = new System.Drawing.Point(104, 291);
     //
     // tabControl1
     //
     this.tabControl1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tabControl1.Location = new System.Drawing.Point(8, 8);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabPage = this.tbpCommon;
     this.tabControl1.Size = new System.Drawing.Size(376, 272);
     this.tabControl1.TabIndex = 2;
     this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tbpCommon});
     //
     // tbpCommon
     //
     this.tbpCommon.Appearance.PageClient.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tbpCommon.Appearance.PageClient.Options.UseForeColor = true;
     this.tbpCommon.Controls.Add(this.groupBox1);
     this.tbpCommon.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbpCommon.Name = "tbpCommon";
     this.tbpCommon.Size = new System.Drawing.Size(367, 240);
     this.tbpCommon.Text = "一般转出";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblEndInfo);
     this.groupBox1.Controls.Add(this.chkStaff);
     this.groupBox1.Controls.Add(this.chkReSel);
     this.groupBox1.Controls.Add(this.cmbPoscond);
     this.groupBox1.Controls.Add(this.cmbActdef);
     this.groupBox1.Controls.Add(this.List_PreStaff);
     this.groupBox1.Controls.Add(this.cmbStaff);
     this.groupBox1.Controls.Add(this.lblReSel);
     this.groupBox1.Controls.Add(this.Label4);
     this.groupBox1.Controls.Add(this.Label2);
     this.groupBox1.Controls.Add(this.Lbl_TS);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(352, 192);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.Text = "请选择下一步经办人";
     //
     // lblEndInfo
     //
     this.lblEndInfo.AutoSize = true;
     this.lblEndInfo.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblEndInfo.ForeColor = System.Drawing.Color.Magenta;
     this.lblEndInfo.Location = new System.Drawing.Point(118, 174);
     this.lblEndInfo.Name = "lblEndInfo";
     this.lblEndInfo.Size = new System.Drawing.Size(135, 12);
     this.lblEndInfo.TabIndex = 22;
     this.lblEndInfo.Text = "选择该条件业务将结案";
     //
     // chkStaff
     //
     this.chkStaff.BackColor = System.Drawing.Color.Transparent;
     this.chkStaff.Cursor = System.Windows.Forms.Cursors.Default;
     this.chkStaff.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chkStaff.ForeColor = System.Drawing.SystemColors.WindowText;
     this.chkStaff.Location = new System.Drawing.Point(22, 72);
     this.chkStaff.Name = "chkStaff";
     this.chkStaff.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkStaff.Size = new System.Drawing.Size(112, 18);
     this.chkStaff.TabIndex = 17;
     this.chkStaff.Text = "下一步经办人:";
     this.chkStaff.UseVisualStyleBackColor = false;
     //
     // chkReSel
     //
     this.chkReSel.BackColor = System.Drawing.Color.Transparent;
     this.chkReSel.Cursor = System.Windows.Forms.Cursors.Default;
     this.chkReSel.Enabled = false;
     this.chkReSel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.chkReSel.Location = new System.Drawing.Point(310, 23);
     this.chkReSel.Name = "chkReSel";
     this.chkReSel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.chkReSel.Size = new System.Drawing.Size(16, 21);
     this.chkReSel.TabIndex = 16;
     this.chkReSel.UseVisualStyleBackColor = false;
     this.chkReSel.Visible = false;
     //
     // cmbPoscond
     //
     this.cmbPoscond.BackColor = System.Drawing.SystemColors.Window;
     this.cmbPoscond.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmbPoscond.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPoscond.ForeColor = System.Drawing.SystemColors.WindowText;
     this.cmbPoscond.Location = new System.Drawing.Point(142, 23);
     this.cmbPoscond.Name = "cmbPoscond";
     this.cmbPoscond.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbPoscond.Size = new System.Drawing.Size(155, 20);
     this.cmbPoscond.TabIndex = 15;
     //
     // cmbActdef
     //
     this.cmbActdef.BackColor = System.Drawing.SystemColors.Window;
     this.cmbActdef.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmbActdef.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbActdef.ForeColor = System.Drawing.SystemColors.WindowText;
     this.cmbActdef.Location = new System.Drawing.Point(142, 47);
     this.cmbActdef.Name = "cmbActdef";
     this.cmbActdef.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbActdef.Size = new System.Drawing.Size(155, 20);
     this.cmbActdef.TabIndex = 14;
     //
     // List_PreStaff
     //
     this.List_PreStaff.BackColor = System.Drawing.SystemColors.Menu;
     this.List_PreStaff.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.List_PreStaff.Cursor = System.Windows.Forms.Cursors.Default;
     this.List_PreStaff.ForeColor = System.Drawing.Color.Blue;
     this.List_PreStaff.ItemHeight = 12;
     this.List_PreStaff.Location = new System.Drawing.Point(142, 97);
     this.List_PreStaff.Name = "List_PreStaff";
     this.List_PreStaff.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.List_PreStaff.Size = new System.Drawing.Size(155, 62);
     this.List_PreStaff.Sorted = true;
     this.List_PreStaff.TabIndex = 13;
     this.List_PreStaff.Visible = false;
     //
     // cmbStaff
     //
     this.cmbStaff.BackColor = System.Drawing.SystemColors.Window;
     this.cmbStaff.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmbStaff.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbStaff.ForeColor = System.Drawing.SystemColors.WindowText;
     this.cmbStaff.Location = new System.Drawing.Point(142, 71);
     this.cmbStaff.Name = "cmbStaff";
     this.cmbStaff.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmbStaff.Size = new System.Drawing.Size(155, 20);
     this.cmbStaff.TabIndex = 12;
     //
     // lblReSel
     //
     this.lblReSel.BackColor = System.Drawing.Color.Transparent;
     this.lblReSel.Cursor = System.Windows.Forms.Cursors.Default;
     this.lblReSel.Enabled = false;
     this.lblReSel.ForeColor = System.Drawing.Color.Blue;
     this.lblReSel.Location = new System.Drawing.Point(310, 47);
     this.lblReSel.Name = "lblReSel";
     this.lblReSel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblReSel.Size = new System.Drawing.Size(20, 96);
     this.lblReSel.TabIndex = 21;
     this.lblReSel.Text = "重新选择条件";
     this.lblReSel.Visible = false;
     //
     // Label4
     //
     this.Label4.AutoSize = true;
     this.Label4.BackColor = System.Drawing.Color.Transparent;
     this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
     this.Label4.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Label4.Location = new System.Drawing.Point(48, 27);
     this.Label4.Name = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size = new System.Drawing.Size(77, 12);
     this.Label4.TabIndex = 20;
     this.Label4.Text = "转下步条件:";
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.BackColor = System.Drawing.Color.Transparent;
     this.Label2.Cursor = System.Windows.Forms.Cursors.Default;
     this.Label2.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Label2.Location = new System.Drawing.Point(48, 52);
     this.Label2.Name = "Label2";
     this.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label2.Size = new System.Drawing.Size(77, 12);
     this.Label2.TabIndex = 19;
     this.Label2.Text = "下一步工作:";
     //
     // Lbl_TS
     //
     this.Lbl_TS.BackColor = System.Drawing.Color.Transparent;
     this.Lbl_TS.Cursor = System.Windows.Forms.Cursors.Default;
     this.Lbl_TS.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lbl_TS.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Lbl_TS.Location = new System.Drawing.Point(54, 98);
     this.Lbl_TS.Name = "Lbl_TS";
     this.Lbl_TS.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Lbl_TS.Size = new System.Drawing.Size(78, 48);
     this.Lbl_TS.TabIndex = 18;
     this.Lbl_TS.Text = "提示:                上几步经办人见右列表";
     this.Lbl_TS.Visible = false;
     //
     // PassDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(392, 325);
     this.Controls.Add(this.tabControl1);
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Name = "PassDialog";
     this.Controls.SetChildIndex(this.btOk, 0);
     this.Controls.SetChildIndex(this.btCancel, 0);
     this.Controls.SetChildIndex(this.tabControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tbpCommon.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #44
0
        public void RefreshLines(GroupControl objGroup)
        {
            var linesConnectedWiththisBox = _dtMovingLines.AsEnumerable().Where(x => x.Field<string>("groupBoxName").Equals(objGroup.Name)).Select(x => new
            {
                Lines = x.Field<string>("Lines"),
                Direcion = x.Field<string>("Direction")
            }).Distinct().ToList();

            if (linesConnectedWiththisBox.Any())
            {
                foreach (var item in linesConnectedWiththisBox)
                {
                    for (int i = 0; i < Canvas.Shapes.Count; i++)
                    {
                        var x = Canvas.Shapes.get_Item(i) as LineShape;
                        if (x.Name.ToString() == item.Lines.ToString())
                        {
                            if (item.Direcion.ToString() == "X")
                            {
                                x.X1 = objGroup.Location.X;
                                x.Y1 = objGroup.Size.Height / 2 + objGroup.Location.Y;
                            }
                            else
                            {
                                x.X2 = objGroup.Width + objGroup.Location.X;
                                x.Y2 = objGroup.Size.Height / 2 + objGroup.Location.Y;
                            }
                        }
                    }
                }
            }
        }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.iNew = new DevExpress.XtraBars.BarButtonItem();
            this.iNew2 = new DevExpress.XtraBars.BarButtonItem();
            this.iNewR = new DevExpress.XtraBars.BarButtonItem();
            this.iNewR2IB = new DevExpress.XtraBars.BarButtonItem();
            this.iLoadStrategy = new DevExpress.XtraBars.BarButtonItem();
            this.pmNew = new DevExpress.XtraBars.PopupMenu(this.components);
            this.pmNewR = new DevExpress.XtraBars.PopupMenu(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
            this.btnSbobetGetInfo = new DevExpress.XtraBars.BarButtonItem();
            this.lblSbobetCurrentCredit = new DevExpress.XtraBars.BarStaticItem();
            this.lblSbobetTotalMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblSbobetLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem7 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem8 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetCurrentCredit = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetTotalMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.btnIbetGetInfo = new DevExpress.XtraBars.BarButtonItem();
            this.lblStatus = new DevExpress.XtraBars.BarStaticItem();
            this.lblSameMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.btnStart = new DevExpress.XtraBars.BarButtonItem();
            this.btnStop = new DevExpress.XtraBars.BarButtonItem();
            this.btnClear = new DevExpress.XtraBars.BarButtonItem();
            this.btnSnapShot = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgIbet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgSbobet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageMatches = new DevExpress.XtraTab.XtraTabPage();
            this.grdSameMatch = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPageBetList1 = new DevExpress.XtraTab.XtraTabPage();
            this.girdBetList1 = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPageBetList2 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit18 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit17 = new DevExpress.XtraEditors.CheckEdit();
            this.spinEdit4 = new DevExpress.XtraEditors.SpinEdit();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.spinEdit3 = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.txtTransactionTimeSpan = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.txtMaxTimePerHalf = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.chbAllowHalftime = new DevExpress.XtraEditors.CheckEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit15 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit14 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit13 = new DevExpress.XtraEditors.CheckEdit();
            this.btnSetUpdateInterval = new DevExpress.XtraEditors.SimpleButton();
            this.txtSBOBETUpdateInterval = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtIBETUpdateInterval = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
            this.chbHighRevenueBoost = new DevExpress.XtraEditors.CheckEdit();
            this.txtAddValue = new DevExpress.XtraEditors.SpinEdit();
            this.txtLowestOddValue = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.txtOddValueDifferenet = new DevExpress.XtraEditors.SpinEdit();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.txtSBOBETFixedStake = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtStake = new DevExpress.XtraEditors.MemoEdit();
            this.chbRandomStake = new DevExpress.XtraEditors.CheckEdit();
            this.txtIBETFixedStake = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl6 = new DevExpress.XtraEditors.GroupControl();
            this.chkListAllowedMatch = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
            this.grdTransaction = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = 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.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.label1 = new System.Windows.Forms.Label();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
            this.btnIBETGO2 = new DevExpress.XtraEditors.SimpleButton();
            this.txtIBETAddress2 = new DevExpress.XtraEditors.TextEdit();
            this.xtraTabPage9 = new DevExpress.XtraTab.XtraTabPage();
            ((System.ComponentModel.ISupportInitialize)(this.pmNew)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmNewR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPageMatches.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdSameMatch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPageBetList1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.girdBetList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
            this.xtraTabControl2.SuspendLayout();
            this.xtraTabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit18.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit17.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTransactionTimeSpan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMaxTimePerHalf.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbAllowHalftime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETUpdateInterval.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETUpdateInterval.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
            this.groupControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chbHighRevenueBoost.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLowestOddValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOddValueDifferenet.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETFixedStake.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtStake.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbRandomStake.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETFixedStake.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
            this.groupControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkListAllowedMatch)).BeginInit();
            this.xtraTabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdTransaction)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
            this.panelControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETAddress2.Properties)).BeginInit();
            this.xtraTabPage9.SuspendLayout();
            this.SuspendLayout();
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Kick Off";
            this.gridColumn23.FieldName = "KickOffTime";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 8;
            this.gridColumn23.Width = 150;
            // 
            // iNew
            // 
            this.iNew.Caption = "Open Website";
            this.iNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNew.Description = "Open Website";
            this.iNew.Enabled = false;
            this.iNew.Hint = "Open main web";
            this.iNew.Id = 0;
            this.iNew.ImageIndex = 6;
            this.iNew.LargeImageIndex = 0;
            this.iNew.Name = "iNew";
            this.iNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewIbetWeb);
            // 
            // iNew2
            // 
            this.iNew2.Caption = "Open 2nd Website";
            this.iNew2.CategoryGuid = new System.Guid("1b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNew2.Description = "Open 2nd Website";
            this.iNew2.Enabled = false;
            this.iNew2.Hint = "Open main web";
            this.iNew2.Id = 0;
            this.iNew2.ImageIndex = 6;
            this.iNew2.LargeImageIndex = 0;
            this.iNew2.Name = "iNew2";
            this.iNew2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewIbet2Web);
            // 
            // iNewR
            // 
            this.iNewR.Caption = "Open Website";
            this.iNewR.CategoryGuid = new System.Guid("ab511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNewR.Description = "Open Website";
            this.iNewR.Enabled = false;
            this.iNewR.Hint = "Open main web";
            this.iNewR.Id = 0;
            this.iNewR.ImageIndex = 6;
            this.iNewR.LargeImageIndex = 0;
            this.iNewR.Name = "iNewR";
            this.iNewR.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewSboWeb);
            // 
            // iNewR2IB
            // 
            this.iNewR2IB.Caption = "Login to 2nd IBET";
            this.iNewR2IB.CategoryGuid = new System.Guid("ab511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNewR2IB.Description = "2nd IB";
            this.iNewR2IB.Enabled = false;
            this.iNewR2IB.Hint = "2nd IB";
            this.iNewR2IB.Id = 0;
            this.iNewR2IB.ImageIndex = 6;
            this.iNewR2IB.LargeImageIndex = 0;
            this.iNewR2IB.Name = "iNewR2IB";
            this.iNewR2IB.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLoginIbet2);
            // 
            // iLoadStrategy
            // 
            this.iLoadStrategy.Caption = "Load Strategy";
            this.iLoadStrategy.Description = "Load Strategy";
            this.iLoadStrategy.Enabled = false;
            this.iLoadStrategy.Hint = "Best Strategy";
            this.iLoadStrategy.Id = 0;
            this.iLoadStrategy.ImageIndex = 6;
            this.iLoadStrategy.LargeImageIndex = 0;
            this.iLoadStrategy.Name = "iLoadStrategy";
            this.iLoadStrategy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLoadStrategy);
            // 
            // pmNew
            // 
            this.pmNew.ItemLinks.Add(this.iNew);
            this.pmNew.ItemLinks.Add(this.iLoadStrategy);
            this.pmNew.ItemLinks.Add(this.iNewR2IB);
            this.pmNew.ItemLinks.Add(this.iNew2);
            this.pmNew.Name = "pmNew";
            // 
            // pmNewR
            // 
            this.pmNewR.ItemLinks.Add(this.iNewR);

            this.pmNewR.Name = "pmNewR";
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ApplicationButtonText = null;
            // 
            // 
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barStaticItem1,
            this.barStaticItem2,
            this.barStaticItem3,
            this.btnSbobetGetInfo,
            this.lblSbobetCurrentCredit,
            this.lblSbobetTotalMatch,
            this.lblSbobetLastUpdate,
            this.barStaticItem7,
            this.barStaticItem8,
            this.barStaticItem9,
            this.lblIbetCurrentCredit,
            this.lblIbetTotalMatch,
            this.lblIbetLastUpdate,
            this.btnIbetGetInfo,
            this.iNew,
            this.iNew2,
            this.iNewR,
            this.iNewR2IB,
            this.iLoadStrategy,
            this.lblStatus,
            this.lblSameMatch,
            this.lblLastUpdate,
            this.btnStart,
            this.btnStop,
            this.btnClear,
            this.btnSnapShot});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 23;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl1.SelectedPage = this.ribbonPage1;
            this.ribbonControl1.ShowCategoryInCaption = false;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1130, 125);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "Current Credit:";
            this.barStaticItem1.Id = 1;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "Total Match:";
            this.barStaticItem2.Id = 2;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem3
            // 
            this.barStaticItem3.Caption = "Last Update:";
            this.barStaticItem3.Id = 3;
            this.barStaticItem3.Name = "barStaticItem3";
            this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnSbobetGetInfo
            // 
            this.btnSbobetGetInfo.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.btnSbobetGetInfo.Caption = "Log In";
            this.btnSbobetGetInfo.DropDownControl = this.pmNewR;
            this.btnSbobetGetInfo.Id = 4;
            this.btnSbobetGetInfo.LargeGlyph = global::iBet.App.Properties.Resources.i8;
            this.btnSbobetGetInfo.Name = "btnSbobetGetInfo";
            this.btnSbobetGetInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSbobetGetInfo_ItemClick);
            // 
            // lblSbobetCurrentCredit
            // 
            this.lblSbobetCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetCurrentCredit.Appearance.Options.UseFont = true;
            this.lblSbobetCurrentCredit.Caption = "-";
            this.lblSbobetCurrentCredit.Id = 5;
            this.lblSbobetCurrentCredit.Name = "lblSbobetCurrentCredit";
            this.lblSbobetCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetCurrentCredit.Width = 135;
            // 
            // lblSbobetTotalMatch
            // 
            this.lblSbobetTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetTotalMatch.Appearance.Options.UseFont = true;
            this.lblSbobetTotalMatch.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.lblSbobetTotalMatch.Caption = "-";
            this.lblSbobetTotalMatch.Id = 6;
            this.lblSbobetTotalMatch.Name = "lblSbobetTotalMatch";
            this.lblSbobetTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetTotalMatch.Width = 135;
            // 
            // lblSbobetLastUpdate
            // 
            this.lblSbobetLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetLastUpdate.Appearance.Options.UseFont = true;
            this.lblSbobetLastUpdate.Caption = "-";
            this.lblSbobetLastUpdate.Id = 8;
            this.lblSbobetLastUpdate.Name = "lblSbobetLastUpdate";
            this.lblSbobetLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetLastUpdate.Width = 135;
            // 
            // barStaticItem7
            // 
            this.barStaticItem7.Caption = "Current Credit:";
            this.barStaticItem7.Id = 9;
            this.barStaticItem7.Name = "barStaticItem7";
            this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem8
            // 
            this.barStaticItem8.Caption = "Total Match:";
            this.barStaticItem8.Id = 10;
            this.barStaticItem8.Name = "barStaticItem8";
            this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem9
            // 
            this.barStaticItem9.Caption = "Last Update:";
            this.barStaticItem9.Id = 11;
            this.barStaticItem9.Name = "barStaticItem9";
            this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblIbetCurrentCredit
            // 
            this.lblIbetCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetCurrentCredit.Appearance.Options.UseFont = true;
            this.lblIbetCurrentCredit.Caption = "-";
            this.lblIbetCurrentCredit.Id = 12;
            this.lblIbetCurrentCredit.Name = "lblIbetCurrentCredit";
            this.lblIbetCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetCurrentCredit.Width = 135;
            // 
            // lblIbetTotalMatch
            // 
            this.lblIbetTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetTotalMatch.Appearance.Options.UseFont = true;
            this.lblIbetTotalMatch.Caption = "-";
            this.lblIbetTotalMatch.Id = 13;
            this.lblIbetTotalMatch.Name = "lblIbetTotalMatch";
            this.lblIbetTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetTotalMatch.Width = 135;
            // 
            // lblIbetLastUpdate
            // 
            this.lblIbetLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetLastUpdate.Appearance.Options.UseFont = true;
            this.lblIbetLastUpdate.Caption = "-";
            this.lblIbetLastUpdate.Id = 14;
            this.lblIbetLastUpdate.Name = "lblIbetLastUpdate";
            this.lblIbetLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetLastUpdate.Width = 135;
            // 
            // btnIbetGetInfo
            // 
            this.btnIbetGetInfo.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.btnIbetGetInfo.Caption = "Log In";
            this.btnIbetGetInfo.DropDownControl = this.pmNew;
            this.btnIbetGetInfo.Id = 15;
            this.btnIbetGetInfo.LargeGlyph = global::iBet.App.Properties.Resources.i8;
            this.btnIbetGetInfo.Name = "btnIbetGetInfo";
            this.btnIbetGetInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // lblStatus
            // 
            this.lblStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStatus.Appearance.Options.UseFont = true;
            this.lblStatus.Caption = "STOPPED";
            this.lblStatus.Id = 16;
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblStatus.Width = 135;
            // 
            // lblSameMatch
            // 
            this.lblSameMatch.Caption = "Total Same Match: -";
            this.lblSameMatch.Id = 17;
            this.lblSameMatch.Name = "lblSameMatch";
            this.lblSameMatch.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblSameMatch.Width = 135;
            // 
            // lblLastUpdate
            // 
            this.lblLastUpdate.Caption = "-";
            this.lblLastUpdate.Id = 18;
            this.lblLastUpdate.Name = "lblLastUpdate";
            this.lblLastUpdate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblLastUpdate.Width = 135;
            // 
            // btnStart
            // 
            this.btnStart.Caption = "Start";
            this.btnStart.Enabled = false;
            this.btnStart.Id = 19;
            this.btnStart.LargeGlyph = global::iBet.App.Properties.Resources.i5;
            this.btnStart.Name = "btnStart";
            this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStart_ItemClick);
            // 
            // btnStop
            // 
            this.btnStop.Caption = "Stop";
            this.btnStop.Enabled = false;
            this.btnStop.Id = 20;
            this.btnStop.LargeGlyph = global::iBet.App.Properties.Resources.i6;
            this.btnStop.Name = "btnStop";
            this.btnStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStop_ItemClick);
            // 
            // btnClear
            // 
            this.btnClear.Caption = "Clear";
            this.btnClear.Enabled = false;
            this.btnClear.Id = 21;
            this.btnClear.LargeGlyph = global::iBet.App.Properties.Resources.i7;
            this.btnClear.Name = "btnClear";
            this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
            // 
            // btnSnapShot
            // 
            this.btnSnapShot.Caption = "Snap Shot";
            this.btnSnapShot.Enabled = false;
            this.btnSnapShot.Id = 21;
            this.btnSnapShot.LargeGlyph = global::iBet.App.Properties.Resources.i11;
            this.btnSnapShot.Name = "btnSnapShot";
            this.btnSnapShot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSnapShot_ItemClick);
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgIbet,
            this.rpgSbobet,
            this.ribbonPageGroup3,
            this.ribbonPageGroup4,
            this.ribbonPageGroup5});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "ribbonPage1";
            // 
            // rpgIbet
            // 
            this.rpgIbet.ItemLinks.Add(this.barStaticItem7);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem8);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem9);
            this.rpgIbet.ItemLinks.Add(this.lblIbetCurrentCredit);
            this.rpgIbet.ItemLinks.Add(this.lblIbetTotalMatch);
            this.rpgIbet.ItemLinks.Add(this.lblIbetLastUpdate);
            this.rpgIbet.ItemLinks.Add(this.btnIbetGetInfo);
            this.rpgIbet.Name = "rpgIbet";
            this.rpgIbet.ShowCaptionButton = false;
            this.rpgIbet.Text = "IBET";
            // 
            // rpgSbobet
            // 
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem1);
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem2);
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem3);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetCurrentCredit);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetTotalMatch);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetLastUpdate);
            this.rpgSbobet.ItemLinks.Add(this.btnSbobetGetInfo);
            this.rpgSbobet.Name = "rpgSbobet";
            this.rpgSbobet.ShowCaptionButton = false;
            this.rpgSbobet.Text = "SBOBET";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.lblStatus);
            this.ribbonPageGroup3.ItemLinks.Add(this.lblSameMatch);
            this.ribbonPageGroup3.ItemLinks.Add(this.lblLastUpdate);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnStart);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnStop);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Status";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.btnClear);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Transaction";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.btnSnapShot);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Match Data";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 125);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl1);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl2);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1130, 553);
            this.splitContainerControl1.SplitterPosition = 275;
            this.splitContainerControl1.TabIndex = 1;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPageMatches;
            this.xtraTabControl1.Size = new System.Drawing.Size(1130, 273);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageMatches,
            this.xtraTabPageBetList1,
            this.xtraTabPageBetList2});
            // 
            // xtraTabPageMatches
            // 
            this.xtraTabPageMatches.Controls.Add(this.grdSameMatch);
            this.xtraTabPageMatches.Name = "xtraTabPageMatches";
            this.xtraTabPageMatches.Size = new System.Drawing.Size(1124, 247);
            this.xtraTabPageMatches.Text = "Live Match";
            // 
            // grdSameMatch
            // 
            this.grdSameMatch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSameMatch.Location = new System.Drawing.Point(0, 0);
            this.grdSameMatch.MainView = this.gridView1;
            this.grdSameMatch.Name = "grdSameMatch";
            this.grdSameMatch.Size = new System.Drawing.Size(1124, 247);
            this.grdSameMatch.TabIndex = 3;
            this.grdSameMatch.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn14,
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn19,
            this.gridColumn23});
            this.gridView1.GridControl = this.grdSameMatch;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsDetail.AllowZoomDetail = false;
            this.gridView1.OptionsDetail.EnableMasterViewMode = false;
            this.gridView1.OptionsDetail.ShowDetailTabs = false;
            this.gridView1.OptionsDetail.SmartDetailExpand = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowPreview = true;
            this.gridView1.PreviewFieldName = "LeagueName";
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn23, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "Home Team";
            this.gridColumn15.FieldName = "HomeTeamName";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 0;
            this.gridColumn15.Width = 367;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "Away Team";
            this.gridColumn16.FieldName = "AwayTeamName";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 1;
            this.gridColumn16.Width = 368;
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "HScore";
            this.gridColumn21.FieldName = "HomeScore";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 2;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "AScore";
            this.gridColumn22.FieldName = "AwayScore";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 3;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "Odd Count";
            this.gridColumn14.FieldName = "OddCount";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.FixedWidth = true;
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 4;
            this.gridColumn14.Width = 70;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "Half";
            this.gridColumn17.FieldName = "Half";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.FixedWidth = true;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 5;
            this.gridColumn17.Width = 40;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "Min";
            this.gridColumn18.FieldName = "Minute";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.FixedWidth = true;
            this.gridColumn18.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 6;
            this.gridColumn18.Width = 40;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "HT";
            this.gridColumn19.FieldName = "IsHalfTime";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.OptionsColumn.FixedWidth = true;
            this.gridColumn19.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 7;
            this.gridColumn19.Width = 40;
            // 
            // xtraTabPageBetList1
            // 
            this.xtraTabPageBetList1.Controls.Add(this.girdBetList1);
            this.xtraTabPageBetList1.Name = "xtraTabPageBetList1";
            this.xtraTabPageBetList1.Size = new System.Drawing.Size(1124, 247);
            this.xtraTabPageBetList1.Text = "Bet List 1";
            // 
            // girdBetList1
            // 
            this.girdBetList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.girdBetList1.Location = new System.Drawing.Point(0, 0);
            this.girdBetList1.MainView = this.gridView3;
            this.girdBetList1.Name = "girdBetList1";
            this.girdBetList1.Size = new System.Drawing.Size(1124, 247);
            this.girdBetList1.TabIndex = 4;
            this.girdBetList1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            // 
            // gridView3
            // 
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn33,
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn28,
            this.gridColumn29,
            this.gridColumn30,
            this.gridColumn31,
            this.gridColumn32});
            this.gridView3.GridControl = this.girdBetList1;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsBehavior.Editable = false;
            this.gridView3.OptionsCustomization.AllowGroup = false;
            this.gridView3.OptionsDetail.AllowZoomDetail = false;
            this.gridView3.OptionsDetail.EnableMasterViewMode = false;
            this.gridView3.OptionsDetail.ShowDetailTabs = false;
            this.gridView3.OptionsDetail.SmartDetailExpand = false;
            this.gridView3.OptionsView.ShowAutoFilterRow = true;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            this.gridView3.OptionsView.ShowPreview = true;
            this.gridView3.PreviewFieldName = "LeagueName";
            this.gridView3.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn32, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn33
            // 
            this.gridColumn33.Caption = "RefID";
            this.gridColumn33.FieldName = "ID";
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.Visible = true;
            this.gridColumn33.VisibleIndex = 0;
            this.gridColumn33.Width = 69;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "Home Team";
            this.gridColumn24.FieldName = "Home";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 1;
            this.gridColumn24.Width = 300;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "Away Team";
            this.gridColumn25.FieldName = "Away";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 2;
            this.gridColumn25.Width = 300;
            // 
            // gridColumn28
            // 
            this.gridColumn28.Caption = "Choose";
            this.gridColumn28.FieldName = "Choice";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.OptionsColumn.FixedWidth = true;
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 3;
            this.gridColumn28.Width = 70;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "Odd";
            this.gridColumn29.FieldName = "Handicap";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.FixedWidth = true;
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 4;
            this.gridColumn29.Width = 40;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Odd Value";
            this.gridColumn30.FieldName = "OddsValue";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.FixedWidth = true;
            this.gridColumn30.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 5;
            this.gridColumn30.Width = 60;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "Stake";
            this.gridColumn31.FieldName = "Stake";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.OptionsColumn.FixedWidth = true;
            this.gridColumn31.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 6;
            this.gridColumn31.Width = 40;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "Bet Time";
            this.gridColumn32.FieldName = "BetTime";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 7;
            this.gridColumn32.Width = 227;
            // 
            // xtraTabPageBetList2
            // 
            this.xtraTabPageBetList2.Name = "xtraTabPageBetList2";
            this.xtraTabPageBetList2.Size = new System.Drawing.Size(1124, 247);
            this.xtraTabPageBetList2.Text = "Bet List 2";
            // 
            // xtraTabControl2
            // 
            this.xtraTabControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.xtraTabControl2.Appearance.Options.UseBackColor = true;
            this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl2.Name = "xtraTabControl2";
            this.xtraTabControl2.SelectedTabPage = this.xtraTabPage4;
            this.xtraTabControl2.Size = new System.Drawing.Size(1130, 275);
            this.xtraTabControl2.TabIndex = 1;
            this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage4,
            this.xtraTabPage5});
            // 
            // xtraTabPage4
            // 
            this.xtraTabPage4.Controls.Add(this.groupControl2);
            this.xtraTabPage4.Controls.Add(this.groupControl1);
            this.xtraTabPage4.Controls.Add(this.groupControl5);
            this.xtraTabPage4.Controls.Add(this.groupControl4);
            this.xtraTabPage4.Controls.Add(this.groupControl6);
            this.xtraTabPage4.Name = "xtraTabPage4";
            this.xtraTabPage4.Size = new System.Drawing.Size(1124, 249);
            this.xtraTabPage4.Text = "Settings";
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl2.Controls.Add(this.checkEdit2);
            this.groupControl2.Controls.Add(this.labelControl12);
            this.groupControl2.Controls.Add(this.labelControl11);
            this.groupControl2.Controls.Add(this.checkEdit18);
            this.groupControl2.Controls.Add(this.checkEdit17);
            this.groupControl2.Controls.Add(this.spinEdit4);
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Controls.Add(this.spinEdit3);
            this.groupControl2.Controls.Add(this.labelControl13);
            this.groupControl2.Controls.Add(this.spinEdit2);
            this.groupControl2.Controls.Add(this.spinEdit1);
            this.groupControl2.Controls.Add(this.txtTransactionTimeSpan);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.txtMaxTimePerHalf);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.chbAllowHalftime);
            this.groupControl2.Location = new System.Drawing.Point(209, 3);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(200, 243);
            this.groupControl2.TabIndex = 14;
            this.groupControl2.Text = "Time Settings";
            // 
            // checkEdit2
            // 
            this.checkEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit2.Location = new System.Drawing.Point(135, 191);
            this.checkEdit2.Name = "checkEdit2";
            this.checkEdit2.Properties.Caption = "O/U";
            this.checkEdit2.Size = new System.Drawing.Size(60, 19);
            this.checkEdit2.TabIndex = 24;
            this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // labelControl12
            // 
            this.labelControl12.Location = new System.Drawing.Point(7, 140);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(56, 13);
            this.labelControl12.TabIndex = 23;
            this.labelControl12.Text = "Flush Half 2";
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(7, 112);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(56, 13);
            this.labelControl11.TabIndex = 22;
            this.labelControl11.Text = "Flush Half 1";
            // 
            // checkEdit18
            // 
            this.checkEdit18.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit18.EditValue = true;
            this.checkEdit18.Location = new System.Drawing.Point(69, 191);
            this.checkEdit18.Name = "checkEdit18";
            this.checkEdit18.Properties.Caption = "Half 2";
            this.checkEdit18.Size = new System.Drawing.Size(60, 19);
            this.checkEdit18.TabIndex = 21;
            // 
            // checkEdit17
            // 
            this.checkEdit17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit17.EditValue = true;
            this.checkEdit17.Location = new System.Drawing.Point(5, 191);
            this.checkEdit17.Name = "checkEdit17";
            this.checkEdit17.Properties.Caption = "Half 1";
            this.checkEdit17.Size = new System.Drawing.Size(58, 19);
            this.checkEdit17.TabIndex = 20;
            // 
            // spinEdit4
            // 
            this.spinEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.spinEdit4.EditValue = new decimal(new int[] {
            2,
            0,
            0,
            131072});
            this.spinEdit4.Location = new System.Drawing.Point(85, 166);
            this.spinEdit4.Name = "spinEdit4";
            this.spinEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit4.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.spinEdit4.Size = new System.Drawing.Size(52, 20);
            this.spinEdit4.TabIndex = 17;
            // 
            // checkEdit1
            // 
            this.checkEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit1.EditValue = true;
            this.checkEdit1.Location = new System.Drawing.Point(5, 166);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "Take Profit";
            this.checkEdit1.Size = new System.Drawing.Size(77, 19);
            this.checkEdit1.TabIndex = 16;
            // 
            // spinEdit3
            // 
            this.spinEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.spinEdit3.EditValue = new decimal(new int[] {
            15,
            0,
            0,
            131072});
            this.spinEdit3.Location = new System.Drawing.Point(143, 166);
            this.spinEdit3.Name = "spinEdit3";
            this.spinEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit3.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            -2147352576});
            this.spinEdit3.Properties.MinValue = new decimal(new int[] {
            2,
            0,
            0,
            -2147352576});
            this.spinEdit3.Size = new System.Drawing.Size(52, 20);
            this.spinEdit3.TabIndex = 15;
            // 
            // labelControl13
            // 
            this.labelControl13.Location = new System.Drawing.Point(5, 169);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(0, 13);
            this.labelControl13.TabIndex = 14;
            // 
            // spinEdit2
            // 
            this.spinEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.spinEdit2.EditValue = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.spinEdit2.Location = new System.Drawing.Point(123, 137);
            this.spinEdit2.Name = "spinEdit2";
            this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit2.Properties.IsFloatValue = false;
            this.spinEdit2.Properties.Mask.EditMask = "N00";
            this.spinEdit2.Size = new System.Drawing.Size(72, 20);
            this.spinEdit2.TabIndex = 13;
            // 
            // spinEdit1
            // 
            this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.spinEdit1.EditValue = new decimal(new int[] {
            32,
            0,
            0,
            0});
            this.spinEdit1.Location = new System.Drawing.Point(123, 109);
            this.spinEdit1.Name = "spinEdit1";
            this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit1.Properties.IsFloatValue = false;
            this.spinEdit1.Properties.Mask.EditMask = "N00";
            this.spinEdit1.Size = new System.Drawing.Size(72, 20);
            this.spinEdit1.TabIndex = 11;
            // 
            // txtTransactionTimeSpan
            // 
            this.txtTransactionTimeSpan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTransactionTimeSpan.EditValue = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.txtTransactionTimeSpan.Location = new System.Drawing.Point(123, 80);
            this.txtTransactionTimeSpan.Name = "txtTransactionTimeSpan";
            this.txtTransactionTimeSpan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtTransactionTimeSpan.Properties.IsFloatValue = false;
            this.txtTransactionTimeSpan.Properties.Mask.EditMask = "N00";
            this.txtTransactionTimeSpan.Size = new System.Drawing.Size(72, 20);
            this.txtTransactionTimeSpan.TabIndex = 9;
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(5, 81);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(112, 13);
            this.labelControl10.TabIndex = 8;
            this.labelControl10.Text = "Transaction Time Span:";
            // 
            // txtMaxTimePerHalf
            // 
            this.txtMaxTimePerHalf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMaxTimePerHalf.EditValue = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.txtMaxTimePerHalf.Location = new System.Drawing.Point(123, 50);
            this.txtMaxTimePerHalf.Name = "txtMaxTimePerHalf";
            this.txtMaxTimePerHalf.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtMaxTimePerHalf.Properties.IsFloatValue = false;
            this.txtMaxTimePerHalf.Properties.Mask.EditMask = "N00";
            this.txtMaxTimePerHalf.Size = new System.Drawing.Size(72, 20);
            this.txtMaxTimePerHalf.TabIndex = 7;
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(5, 53);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(90, 13);
            this.labelControl7.TabIndex = 6;
            this.labelControl7.Text = "Max Time Per Half:";
            // 
            // chbAllowHalftime
            // 
            this.chbAllowHalftime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chbAllowHalftime.EditValue = true;
            this.chbAllowHalftime.Location = new System.Drawing.Point(5, 26);
            this.chbAllowHalftime.Name = "chbAllowHalftime";
            this.chbAllowHalftime.Properties.Caption = "Allow Halftime";
            this.chbAllowHalftime.Size = new System.Drawing.Size(102, 19);
            this.chbAllowHalftime.TabIndex = 5;
            // 
            // groupControl1
            // 
            this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl1.Controls.Add(this.checkEdit15);
            this.groupControl1.Controls.Add(this.checkEdit14);
            this.groupControl1.Controls.Add(this.checkEdit13);
            this.groupControl1.Controls.Add(this.btnSetUpdateInterval);
            this.groupControl1.Controls.Add(this.txtSBOBETUpdateInterval);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.txtIBETUpdateInterval);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Location = new System.Drawing.Point(415, 3);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(200, 243);
            this.groupControl1.TabIndex = 13;
            this.groupControl1.Text = "Data Settings";
            // 
            // checkEdit15
            // 
            this.checkEdit15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit15.Location = new System.Drawing.Point(5, 151);
            this.checkEdit15.Name = "checkEdit15";
            this.checkEdit15.Properties.Caption = "Scanner mode: Pure odd sms";
            this.checkEdit15.Size = new System.Drawing.Size(190, 19);
            this.checkEdit15.TabIndex = 30;
            // 
            // checkEdit14
            // 
            this.checkEdit14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit14.EditValue = true;
            this.checkEdit14.Location = new System.Drawing.Point(5, 128);
            this.checkEdit14.Name = "checkEdit14";
            this.checkEdit14.Properties.Caption = "Receive odd from community";
            this.checkEdit14.Size = new System.Drawing.Size(190, 19);
            this.checkEdit14.TabIndex = 29;
            // 
            // checkEdit13
            // 
            this.checkEdit13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit13.EditValue = true;
            this.checkEdit13.Location = new System.Drawing.Point(5, 104);
            this.checkEdit13.Name = "checkEdit13";
            this.checkEdit13.Properties.Caption = "Submit odd to community";
            this.checkEdit13.Size = new System.Drawing.Size(190, 19);
            this.checkEdit13.TabIndex = 28;
            // 
            // btnSetUpdateInterval
            // 
            this.btnSetUpdateInterval.Location = new System.Drawing.Point(59, 77);
            this.btnSetUpdateInterval.Name = "btnSetUpdateInterval";
            this.btnSetUpdateInterval.Size = new System.Drawing.Size(136, 23);
            this.btnSetUpdateInterval.TabIndex = 6;
            this.btnSetUpdateInterval.Text = "Set Update Interval";
            this.btnSetUpdateInterval.Click += new System.EventHandler(this.btnSetUpdateInterval_Click);
            // 
            // txtSBOBETUpdateInterval
            // 
            this.txtSBOBETUpdateInterval.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSBOBETUpdateInterval.EditValue = new decimal(new int[] {
            12,
            0,
            0,
            0});
            this.txtSBOBETUpdateInterval.Location = new System.Drawing.Point(132, 51);
            this.txtSBOBETUpdateInterval.Name = "txtSBOBETUpdateInterval";
            this.txtSBOBETUpdateInterval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtSBOBETUpdateInterval.Properties.IsFloatValue = false;
            this.txtSBOBETUpdateInterval.Properties.Mask.EditMask = "N00";
            this.txtSBOBETUpdateInterval.Size = new System.Drawing.Size(63, 20);
            this.txtSBOBETUpdateInterval.TabIndex = 5;
            this.txtSBOBETUpdateInterval.EditValueChanged += new System.EventHandler(this.txtSBOBETUpdateInterval_EditValueChanged);
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(5, 54);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(121, 13);
            this.labelControl3.TabIndex = 4;
            this.labelControl3.Text = "SBOBET Update Interval:";
            // 
            // txtIBETUpdateInterval
            // 
            this.txtIBETUpdateInterval.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIBETUpdateInterval.EditValue = new decimal(new int[] {
            12,
            0,
            0,
            0});
            this.txtIBETUpdateInterval.Location = new System.Drawing.Point(132, 25);
            this.txtIBETUpdateInterval.Name = "txtIBETUpdateInterval";
            this.txtIBETUpdateInterval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtIBETUpdateInterval.Properties.IsFloatValue = false;
            this.txtIBETUpdateInterval.Properties.Mask.EditMask = "N00";
            this.txtIBETUpdateInterval.Size = new System.Drawing.Size(63, 20);
            this.txtIBETUpdateInterval.TabIndex = 1;
            this.txtIBETUpdateInterval.EditValueChanged += new System.EventHandler(this.txtIBETUpdateInterval_EditValueChanged);
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(5, 28);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(105, 13);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "IBET Update Interval:";
            // 
            // groupControl5
            // 
            this.groupControl5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl5.Controls.Add(this.chbHighRevenueBoost);
            this.groupControl5.Controls.Add(this.txtAddValue);
            this.groupControl5.Controls.Add(this.txtLowestOddValue);
            this.groupControl5.Controls.Add(this.labelControl9);
            this.groupControl5.Controls.Add(this.txtOddValueDifferenet);
            this.groupControl5.Controls.Add(this.checkEdit6);
            this.groupControl5.Controls.Add(this.checkEdit5);
            this.groupControl5.Controls.Add(this.labelControl18);
            this.groupControl5.Controls.Add(this.labelControl8);
            this.groupControl5.Controls.Add(this.checkEdit7);
            this.groupControl5.Controls.Add(this.checkEdit12);
            this.groupControl5.Controls.Add(this.checkEdit11);
            this.groupControl5.Controls.Add(this.checkEdit10);
            this.groupControl5.Controls.Add(this.checkEdit9);
            this.groupControl5.Controls.Add(this.checkEdit8);
            this.groupControl5.Controls.Add(this.checkEdit4);
            this.groupControl5.Controls.Add(this.checkEdit3);
            this.groupControl5.Location = new System.Drawing.Point(3, 3);
            this.groupControl5.Name = "groupControl5";
            this.groupControl5.Size = new System.Drawing.Size(200, 243);
            this.groupControl5.TabIndex = 13;
            this.groupControl5.Text = "Trading Settings";
            // 
            // chbHighRevenueBoost
            // 
            this.chbHighRevenueBoost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chbHighRevenueBoost.Location = new System.Drawing.Point(5, 172);
            this.chbHighRevenueBoost.Name = "chbHighRevenueBoost";
            this.chbHighRevenueBoost.Properties.Caption = "Top Class";
            this.chbHighRevenueBoost.Size = new System.Drawing.Size(90, 19);
            this.chbHighRevenueBoost.TabIndex = 13;
            // 
            // txtAddValue
            // 
            this.txtAddValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAddValue.EditValue = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.txtAddValue.Location = new System.Drawing.Point(110, 148);
            this.txtAddValue.Name = "txtAddValue";
            this.txtAddValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtAddValue.Size = new System.Drawing.Size(85, 20);
            this.txtAddValue.TabIndex = 22;
            // 
            // txtLowestOddValue
            // 
            this.txtLowestOddValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtLowestOddValue.EditValue = new decimal(new int[] {
            5,
            0,
            0,
            65536});
            this.txtLowestOddValue.Location = new System.Drawing.Point(110, 121);
            this.txtLowestOddValue.Name = "txtLowestOddValue";
            this.txtLowestOddValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtLowestOddValue.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.txtLowestOddValue.Properties.MaxValue = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.txtLowestOddValue.Properties.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.txtLowestOddValue.Size = new System.Drawing.Size(85, 20);
            this.txtLowestOddValue.TabIndex = 12;
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(5, 123);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(90, 13);
            this.labelControl9.TabIndex = 11;
            this.labelControl9.Text = "Lowest Odd Value:";
            // 
            // txtOddValueDifferenet
            // 
            this.txtOddValueDifferenet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtOddValueDifferenet.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            -2147352576});
            this.txtOddValueDifferenet.Location = new System.Drawing.Point(110, 94);
            this.txtOddValueDifferenet.Name = "txtOddValueDifferenet";
            this.txtOddValueDifferenet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtOddValueDifferenet.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            -2147352576});
            this.txtOddValueDifferenet.Properties.MinValue = new decimal(new int[] {
            2,
            0,
            0,
            -2147352576});
            this.txtOddValueDifferenet.Size = new System.Drawing.Size(85, 20);
            this.txtOddValueDifferenet.TabIndex = 10;
            // 
            // checkEdit6
            // 
            this.checkEdit6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit6.EditValue = true;
            this.checkEdit6.Location = new System.Drawing.Point(108, 51);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "Non-Live";
            this.checkEdit6.Size = new System.Drawing.Size(77, 19);
            this.checkEdit6.TabIndex = 8;
            // 
            // checkEdit5
            // 
            this.checkEdit5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit5.EditValue = true;
            this.checkEdit5.Location = new System.Drawing.Point(5, 72);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "Live";
            this.checkEdit5.Size = new System.Drawing.Size(52, 19);
            this.checkEdit5.TabIndex = 7;
            // 
            // labelControl18
            // 
            this.labelControl18.Location = new System.Drawing.Point(5, 150);
            this.labelControl18.Name = "labelControl18";
            this.labelControl18.Size = new System.Drawing.Size(95, 13);
            this.labelControl18.TabIndex = 29;
            this.labelControl18.Text = "Min of |Won-Lose|: ";
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(5, 97);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(99, 13);
            this.labelControl8.TabIndex = 9;
            this.labelControl8.Text = "Odd Value Different:";
            // 
            // checkEdit7
            // 
            this.checkEdit7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit7.Location = new System.Drawing.Point(108, 221);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Over 92/90";
            this.checkEdit7.Size = new System.Drawing.Size(83, 19);
            this.checkEdit7.TabIndex = 9;
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit12.Location = new System.Drawing.Point(108, 196);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "Under Equal";
            this.checkEdit12.Size = new System.Drawing.Size(83, 19);
            this.checkEdit12.TabIndex = 23;
            // 
            // checkEdit11
            // 
            this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit11.Location = new System.Drawing.Point(5, 221);
            this.checkEdit11.Name = "checkEdit11";
            this.checkEdit11.Properties.Caption = "Over 1.75";
            this.checkEdit11.Size = new System.Drawing.Size(95, 19);
            this.checkEdit11.TabIndex = 19;
            // 
            // checkEdit10
            // 
            this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit10.Location = new System.Drawing.Point(5, 47);
            this.checkEdit10.Name = "checkEdit10";
            this.checkEdit10.Properties.Caption = "Matches List";
            this.checkEdit10.Size = new System.Drawing.Size(90, 19);
            this.checkEdit10.TabIndex = 19;
            // 
            // checkEdit9
            // 
            this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit9.Location = new System.Drawing.Point(108, 172);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Odd Down";
            this.checkEdit9.Size = new System.Drawing.Size(76, 19);
            this.checkEdit9.TabIndex = 19;
            // 
            // checkEdit8
            // 
            this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit8.Location = new System.Drawing.Point(5, 196);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Over Equal";
            this.checkEdit8.Size = new System.Drawing.Size(95, 19);
            this.checkEdit8.TabIndex = 14;
            // 
            // checkEdit4
            // 
            this.checkEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit4.EditValue = true;
            this.checkEdit4.Location = new System.Drawing.Point(108, 25);
            this.checkEdit4.Name = "checkEdit4";
            this.checkEdit4.Properties.Caption = "Over/Under";
            this.checkEdit4.Size = new System.Drawing.Size(87, 19);
            this.checkEdit4.TabIndex = 6;
            // 
            // checkEdit3
            // 
            this.checkEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit3.EditValue = true;
            this.checkEdit3.Location = new System.Drawing.Point(5, 26);
            this.checkEdit3.Name = "checkEdit3";
            this.checkEdit3.Properties.Caption = "Handicap";
            this.checkEdit3.Size = new System.Drawing.Size(90, 19);
            this.checkEdit3.TabIndex = 5;
            // 
            // groupControl4
            // 
            this.groupControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl4.Controls.Add(this.txtSBOBETFixedStake);
            this.groupControl4.Controls.Add(this.labelControl2);
            this.groupControl4.Controls.Add(this.txtStake);
            this.groupControl4.Controls.Add(this.chbRandomStake);
            this.groupControl4.Controls.Add(this.txtIBETFixedStake);
            this.groupControl4.Controls.Add(this.labelControl6);
            this.groupControl4.Location = new System.Drawing.Point(621, 3);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.Size = new System.Drawing.Size(200, 243);
            this.groupControl4.TabIndex = 12;
            this.groupControl4.Text = "Stake Settings";
            // 
            // txtSBOBETFixedStake
            // 
            this.txtSBOBETFixedStake.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSBOBETFixedStake.EditValue = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.txtSBOBETFixedStake.Location = new System.Drawing.Point(112, 51);
            this.txtSBOBETFixedStake.Name = "txtSBOBETFixedStake";
            this.txtSBOBETFixedStake.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtSBOBETFixedStake.Properties.IsFloatValue = false;
            this.txtSBOBETFixedStake.Properties.Mask.EditMask = "N00";
            this.txtSBOBETFixedStake.Size = new System.Drawing.Size(83, 20);
            this.txtSBOBETFixedStake.TabIndex = 5;
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(5, 54);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(101, 13);
            this.labelControl2.TabIndex = 4;
            this.labelControl2.Text = "SBOBET Fixed Stake:";
            // 
            // txtStake
            // 
            this.txtStake.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.txtStake.EditValue = "10\r\n20\r\n15\r\n5";
            this.txtStake.Location = new System.Drawing.Point(5, 103);
            this.txtStake.Name = "txtStake";
            this.txtStake.Size = new System.Drawing.Size(190, 135);
            this.txtStake.TabIndex = 3;
            // 
            // chbRandomStake
            // 
            this.chbRandomStake.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chbRandomStake.EditValue = true;
            this.chbRandomStake.Location = new System.Drawing.Point(3, 78);
            this.chbRandomStake.Name = "chbRandomStake";
            this.chbRandomStake.Properties.Caption = "Random Stake";
            this.chbRandomStake.Size = new System.Drawing.Size(192, 19);
            this.chbRandomStake.TabIndex = 2;
            this.chbRandomStake.CheckedChanged += new System.EventHandler(this.chbRandomStake_CheckedChanged);
            // 
            // txtIBETFixedStake
            // 
            this.txtIBETFixedStake.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIBETFixedStake.EditValue = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.txtIBETFixedStake.Location = new System.Drawing.Point(112, 25);
            this.txtIBETFixedStake.Name = "txtIBETFixedStake";
            this.txtIBETFixedStake.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtIBETFixedStake.Properties.IsFloatValue = false;
            this.txtIBETFixedStake.Properties.Mask.EditMask = "N00";
            this.txtIBETFixedStake.Size = new System.Drawing.Size(83, 20);
            this.txtIBETFixedStake.TabIndex = 1;
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(5, 28);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(85, 13);
            this.labelControl6.TabIndex = 0;
            this.labelControl6.Text = "IBET Fixed Stake:";
            // 
            // groupControl6
            // 
            this.groupControl6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl6.Controls.Add(this.chkListAllowedMatch);
            this.groupControl6.Location = new System.Drawing.Point(827, 3);
            this.groupControl6.Name = "groupControl6";
            this.groupControl6.Size = new System.Drawing.Size(293, 243);
            this.groupControl6.TabIndex = 19;
            this.groupControl6.Text = "Allowed Betting Matches";
            // 
            // chkListAllowedMatch
            // 
            this.chkListAllowedMatch.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.chkListAllowedMatch.CheckOnClick = true;
            this.chkListAllowedMatch.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
            this.chkListAllowedMatch.ItemHeight = 16;
            this.chkListAllowedMatch.Location = new System.Drawing.Point(5, 25);
            this.chkListAllowedMatch.Name = "chkListAllowedMatch";
            this.chkListAllowedMatch.Size = new System.Drawing.Size(283, 213);
            this.chkListAllowedMatch.TabIndex = 20;
            // 
            // xtraTabPage5
            // 
            this.xtraTabPage5.Controls.Add(this.grdTransaction);
            this.xtraTabPage5.Name = "xtraTabPage5";
            this.xtraTabPage5.Size = new System.Drawing.Size(1124, 249);
            this.xtraTabPage5.Text = "Live Transaction";
            // 
            // grdTransaction
            // 
            this.grdTransaction.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdTransaction.Location = new System.Drawing.Point(0, 0);
            this.grdTransaction.MainView = this.gridView2;
            this.grdTransaction.Name = "grdTransaction";
            this.grdTransaction.Size = new System.Drawing.Size(1124, 249);
            this.grdTransaction.TabIndex = 3;
            this.grdTransaction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn6,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn20,
            this.gridColumn13});
            this.gridView2.GridControl = this.grdTransaction;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsCustomization.AllowGroup = false;
            this.gridView2.OptionsView.AutoCalcPreviewLineCount = true;
            this.gridView2.OptionsView.ShowAutoFilterRow = true;
            this.gridView2.OptionsView.ShowFooter = true;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            this.gridView2.OptionsView.ShowPreview = true;
            this.gridView2.PreviewFieldName = "Note";
            this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn13, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "ID";
            this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn1.FieldName = "ID";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.FixedWidth = true;
            this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 50;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Home Team";
            this.gridColumn2.FieldName = "HomeTeamName";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 20;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Away Team";
            this.gridColumn3.FieldName = "AwayTeamName";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width = 20;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Type";
            this.gridColumn6.FieldName = "OddType";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.FixedWidth = true;
            this.gridColumn6.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 3;
            this.gridColumn6.Width = 180;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Odd";
            this.gridColumn4.FieldName = "OddKindValue";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.FixedWidth = true;
            this.gridColumn4.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 4;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "Value";
            this.gridColumn5.FieldName = "OddValue";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.FixedWidth = true;
            this.gridColumn5.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 5;
            this.gridColumn5.Width = 80;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Stake";
            this.gridColumn7.FieldName = "Stake";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.FixedWidth = true;
            this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 6;
            this.gridColumn7.Width = 100;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "I Allow";
            this.gridColumn8.FieldName = "IBETAllow";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.FixedWidth = true;
            this.gridColumn8.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 7;
            this.gridColumn8.Width = 50;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "B Allow";
            this.gridColumn9.FieldName = "SBOBETAllow";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.FixedWidth = true;
            this.gridColumn9.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 8;
            this.gridColumn9.Width = 50;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "I Trade";
            this.gridColumn10.FieldName = "IBETTrade";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.FixedWidth = true;
            this.gridColumn10.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 9;
            this.gridColumn10.Width = 50;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "B Trade";
            this.gridColumn11.FieldName = "SBOBETTrade";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.OptionsColumn.FixedWidth = true;
            this.gridColumn11.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 10;
            this.gridColumn11.Width = 50;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "B Retrade";
            this.gridColumn12.FieldName = "SBOBETReTrade";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.OptionsColumn.FixedWidth = true;
            this.gridColumn12.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 11;
            this.gridColumn12.Width = 50;
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "I Retrade";
            this.gridColumn20.FieldName = "IBETReTrade";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.OptionsColumn.FixedWidth = true;
            this.gridColumn20.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 12;
            this.gridColumn20.Width = 50;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "DateTime";
            this.gridColumn13.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm:ss";
            this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn13.FieldName = "DateTime";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.OptionsColumn.FixedWidth = true;
            this.gridColumn13.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn13.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.gridColumn13.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 13;
            this.gridColumn13.Width = 130;
            // 
            // panelControl5
            // 
            this.panelControl5.Location = new System.Drawing.Point(0, 0);
            this.panelControl5.Name = "panelControl5";
            this.panelControl5.Size = new System.Drawing.Size(200, 100);
            this.panelControl5.TabIndex = 0;
            // 
            // panelControl4
            // 
            this.panelControl4.Location = new System.Drawing.Point(0, 0);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(200, 100);
            this.panelControl4.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(2, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(50, 13);
            this.label1.TabIndex = 9;
            this.label1.Text = "Address:";
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(0, 0);
            // 
            // panelControl3
            // 
            this.panelControl3.Location = new System.Drawing.Point(0, 0);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(200, 100);
            this.panelControl3.TabIndex = 0;
            // 
            // panelControl2
            // 
            this.panelControl2.Location = new System.Drawing.Point(0, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(200, 100);
            this.panelControl2.TabIndex = 0;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(0, 0);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(75, 14);
            this.labelControl1.TabIndex = 0;
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(5, 9);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(43, 13);
            this.labelControl5.TabIndex = 6;
            this.labelControl5.Text = "Address:";
            // 
            // panelControl9
            // 
            this.panelControl9.Location = new System.Drawing.Point(0, 0);
            this.panelControl9.Name = "panelControl9";
            this.panelControl9.Size = new System.Drawing.Size(200, 100);
            this.panelControl9.TabIndex = 0;
            // 
            // panelControl10
            // 
            this.panelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelControl10.Controls.Add(this.btnIBETGO2);
            this.panelControl10.Controls.Add(this.txtIBETAddress2);
            this.panelControl10.Controls.Add(this.labelControl5);
            this.panelControl10.Location = new System.Drawing.Point(3, 3);
            this.panelControl10.Name = "panelControl10";
            this.panelControl10.Size = new System.Drawing.Size(987, 29);
            this.panelControl10.TabIndex = 2;
            // 
            // btnIBETGO2
            // 
            this.btnIBETGO2.Location = new System.Drawing.Point(0, 0);
            this.btnIBETGO2.Name = "btnIBETGO2";
            this.btnIBETGO2.Size = new System.Drawing.Size(75, 23);
            this.btnIBETGO2.TabIndex = 0;
            // 
            // txtIBETAddress2
            // 
            this.txtIBETAddress2.Location = new System.Drawing.Point(0, 0);
            this.txtIBETAddress2.Name = "txtIBETAddress2";
            this.txtIBETAddress2.Size = new System.Drawing.Size(100, 20);
            this.txtIBETAddress2.TabIndex = 1;
            // 
            // xtraTabPage9
            // 
            this.xtraTabPage9.Controls.Add(this.panelControl9);
            this.xtraTabPage9.Controls.Add(this.panelControl10);
            this.xtraTabPage9.Name = "xtraTabPage9";
            this.xtraTabPage9.Size = new System.Drawing.Size(993, 276);
            this.xtraTabPage9.Text = "ibet Test";
            // 
            // TerminalFormIBETSBO
            // 
            this.ClientSize = new System.Drawing.Size(1130, 678);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = global::iBet.App.Properties.Resources._2;
            this.Name = "TerminalFormIBETSBO";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "IBET vs SBOBET";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TerminalFormIBETSBO_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.pmNew)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmNewR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPageMatches.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdSameMatch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPageBetList1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.girdBetList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
            this.xtraTabControl2.ResumeLayout(false);
            this.xtraTabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit18.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit17.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTransactionTimeSpan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMaxTimePerHalf.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbAllowHalftime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETUpdateInterval.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETUpdateInterval.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
            this.groupControl5.ResumeLayout(false);
            this.groupControl5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chbHighRevenueBoost.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAddValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLowestOddValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtOddValueDifferenet.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            this.groupControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETFixedStake.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtStake.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbRandomStake.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETFixedStake.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
            this.groupControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chkListAllowedMatch)).EndInit();
            this.xtraTabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdTransaction)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
            this.panelControl10.ResumeLayout(false);
            this.panelControl10.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETAddress2.Properties)).EndInit();
            this.xtraTabPage9.ResumeLayout(false);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.groupPanel1 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.roleGridEdit1 = new Ultra.Permission.RoleGridEdit();
     this.roleGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.groupPanel2 = new DevExpress.XtraEditors.GroupControl();
     this.treeCtl1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).BeginInit();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).BeginInit();
     this.pnlFill.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).BeginInit();
     this.pnlBottom.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(648, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(563, 5);
     this.btnOK.Text = "保存(&E)";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(562, 461);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.groupPanel2);
     this.pnlFill.Controls.Add(this.groupPanel1);
     this.pnlFill.Size = new System.Drawing.Size(562, 415);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 415);
     this.pnlBottom.Size = new System.Drawing.Size(562, 46);
     //
     // groupPanel1
     //
     this.groupPanel1.Controls.Add(this.labelControl1);
     this.groupPanel1.Controls.Add(this.roleGridEdit1);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupPanel1.Location = new System.Drawing.Point(2, 2);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(558, 61);
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "角色";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 34);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 1;
     this.labelControl1.Text = "角色名称";
     //
     // roleGridEdit1
     //
     this.roleGridEdit1.ClearButtonText = "清除所选";
     this.roleGridEdit1.ColumnCaption = "名称";
     this.roleGridEdit1.DisplayMember = "Name";
     this.roleGridEdit1.EditValue = "";
     this.roleGridEdit1.Location = new System.Drawing.Point(64, 31);
     this.roleGridEdit1.Name = "roleGridEdit1";
     this.roleGridEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, false, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "清除所选", null, null, true)});
     this.roleGridEdit1.Properties.DisplayMember = "Name";
     this.roleGridEdit1.Properties.NullText = "";
     this.roleGridEdit1.Properties.ValueMember = "Guid";
     this.roleGridEdit1.Properties.View = this.roleGridEdit1View;
     this.roleGridEdit1.SelectedValue = null;
     this.roleGridEdit1.Size = new System.Drawing.Size(237, 20);
     this.roleGridEdit1.TabIndex = 0;
     this.roleGridEdit1.ValueMember = "Guid";
     this.roleGridEdit1.EditValueChanged += new System.EventHandler(this.roleGridEdit1_EditValueChanged);
     //
     // roleGridEdit1View
     //
     this.roleGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.roleGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.roleGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.roleGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.roleGridEdit1View.Name = "roleGridEdit1View";
     this.roleGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.roleGridEdit1View.OptionsBehavior.Editable = false;
     this.roleGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.roleGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // groupPanel2
     //
     this.groupPanel2.Controls.Add(this.treeCtl1);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupPanel2.Location = new System.Drawing.Point(2, 63);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(558, 350);
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "权限";
     //
     // treeCtl1
     //
     this.treeCtl1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1});
     this.treeCtl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeCtl1.HorzScrollVisibility = DevExpress.XtraTreeList.ScrollVisibility.Always;
     this.treeCtl1.Location = new System.Drawing.Point(2, 22);
     this.treeCtl1.Name = "treeCtl1";
     this.treeCtl1.BeginUnboundLoad();
     this.treeCtl1.AppendNode(new object[] {
     "1"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "11"}, 0);
     this.treeCtl1.AppendNode(new object[] {
     "2"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "22"}, 2);
     this.treeCtl1.AppendNode(new object[] {
     "222"}, 3);
     this.treeCtl1.AppendNode(new object[] {
     "3"}, -1);
     this.treeCtl1.EndUnboundLoad();
     this.treeCtl1.OptionsBehavior.Editable = false;
     this.treeCtl1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.treeCtl1.OptionsSelection.InvertSelection = true;
     this.treeCtl1.OptionsView.ShowCheckBoxes = true;
     this.treeCtl1.OptionsView.ShowColumns = false;
     this.treeCtl1.OptionsView.ShowFocusedFrame = false;
     this.treeCtl1.OptionsView.ShowHorzLines = false;
     this.treeCtl1.OptionsView.ShowIndicator = false;
     this.treeCtl1.OptionsView.ShowVertLines = false;
     this.treeCtl1.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
     this.treeCtl1.Size = new System.Drawing.Size(554, 326);
     this.treeCtl1.TabIndex = 1;
     this.treeCtl1.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "treeListColumn1";
     this.treeListColumn1.FieldName = "treeListColumn1";
     this.treeListColumn1.MinWidth = 86;
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width = 91;
     //
     // PermitView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(562, 461);
     this.Name = "PermitView";
     this.Text = "角色权限";
     this.Load += new System.EventHandler(this.PermitView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnlMain)).EndInit();
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlFill)).EndInit();
     this.pnlFill.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlBottom)).EndInit();
     this.pnlBottom.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roleGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).EndInit();
     this.ResumeLayout(false);
 }
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(TerminalFormIBET3IN1));
			this.ribbonControl1 = new RibbonControl();
			this.barStaticItem1 = new BarStaticItem();
			this.barStaticItem2 = new BarStaticItem();
			this.barStaticItem3 = new BarStaticItem();
			this.btn3in1betGetInfo = new BarButtonItem();
			this.lbl3in1betCurrentCredit = new BarStaticItem();
			this.lbl3in1betTotalMatch = new BarStaticItem();
			this.lbl3in1betLastUpdate = new BarStaticItem();
			this.barStaticItem7 = new BarStaticItem();
			this.barStaticItem8 = new BarStaticItem();
			this.barStaticItem9 = new BarStaticItem();
			this.lblIbetCurrentCredit = new BarStaticItem();
			this.lblIbetTotalMatch = new BarStaticItem();
			this.lblIbetLastUpdate = new BarStaticItem();
			this.btnIbetGetInfo = new BarButtonItem();
			this.lblStatus = new BarStaticItem();
			this.lblSameMatch = new BarStaticItem();
			this.lblLastUpdate = new BarStaticItem();
			this.btnStart = new BarButtonItem();
			this.btnStop = new BarButtonItem();
			this.btnClear = new BarButtonItem();
			this.ribbonPage1 = new RibbonPage();
			this.rpgIbet = new RibbonPageGroup();
			this.rpg3in1bet = new RibbonPageGroup();
			this.ribbonPageGroup3 = new RibbonPageGroup();
			this.ribbonPageGroup4 = new RibbonPageGroup();
			this.splitContainerControl1 = new SplitContainerControl();
			this.xtraTabControl1 = new XtraTabControl();
			this.xtraTabPage1 = new XtraTabPage();
			this.panelControl5 = new PanelControl();
			this.webIBET = new WebBrowser();
			this.panelControl4 = new PanelControl();
			this.btnIBETGO = new SimpleButton();
			this.txtIBETAddress = new TextEdit();
			this.labelControl5 = new LabelControl();
			this.xtraTabPage2 = new XtraTabPage();
			this.panelControl3 = new PanelControl();
			this.web3IN1BET = new WebBrowser();
			this.panelControl2 = new PanelControl();
			this.btn3IN1BETGO = new SimpleButton();
			this.txt1IN1BETAddress = new TextEdit();
			this.labelControl1 = new LabelControl();
			this.xtraTabPage3 = new XtraTabPage();
            this.xtraTabPage9 = new XtraTabPage();
			this.grdSameMatch = new GridControl();
			this.gridView1 = new GridView();
			this.gridColumn15 = new GridColumn();
			this.gridColumn16 = new GridColumn();
			this.gridColumn14 = new GridColumn();
			this.gridColumn17 = new GridColumn();
			this.gridColumn18 = new GridColumn();
			this.gridColumn19 = new GridColumn();
			this.xtraTabControl2 = new XtraTabControl();
			this.xtraTabPage4 = new XtraTabPage();
			this.groupControl2 = new GroupControl();
			this.txtTransactionTimeSpan = new SpinEdit();
			this.labelControl10 = new LabelControl();
			this.txtMaxTimePerHalf = new SpinEdit();
			this.labelControl7 = new LabelControl();
			this.chbAllowHalftime = new CheckEdit();
			this.groupControl1 = new GroupControl();
			this.btnSetUpdateInterval = new SimpleButton();
			this.txt3IN1BETUpdateInterval = new SpinEdit();
			this.labelControl3 = new LabelControl();
			this.txtIBETUpdateInterval = new SpinEdit();
			this.labelControl4 = new LabelControl();
			this.groupControl5 = new GroupControl();            
			this.chbHighRevenueBoost = new CheckEdit();
			this.txtLowestOddValue = new SpinEdit();
			this.labelControl9 = new LabelControl();
			this.txtOddValueDifferenet = new SpinEdit();
			this.labelControl8 = new LabelControl();
            this.checkEdit9 = new CheckEdit();
            this.checkEdit8 = new CheckEdit();
            this.checkEdit7 = new CheckEdit();
			this.checkEdit6 = new CheckEdit();
			this.checkEdit5 = new CheckEdit();
			this.checkEdit4 = new CheckEdit();
			this.checkEdit3 = new CheckEdit();
			this.groupControl4 = new GroupControl();
            this.groupControl6 = new GroupControl();
			this.txt3in1BETFixedStake = new SpinEdit();
			this.labelControl2 = new LabelControl();
			this.txtStake = new MemoEdit();
			this.chbRandomStake = new CheckEdit();
			this.txtIBETFixedStake = new SpinEdit();
			this.labelControl6 = new LabelControl();
			this.xtraTabPage5 = new XtraTabPage();
			this.grdTransaction = new GridControl();
			this.gridView2 = new GridView();
			this.gridColumn1 = new GridColumn();
			this.gridColumn2 = new GridColumn();
			this.gridColumn3 = new GridColumn();
			this.gridColumn6 = new GridColumn();
			this.gridColumn4 = new GridColumn();
			this.gridColumn5 = new GridColumn();
			this.gridColumn7 = new GridColumn();
			this.gridColumn8 = new GridColumn();
			this.gridColumn9 = new GridColumn();
			this.gridColumn10 = new GridColumn();
			this.gridColumn11 = new GridColumn();
			this.gridColumn12 = new GridColumn();
			this.gridColumn20 = new GridColumn();
			this.gridColumn13 = new GridColumn();

            this.chkListAllowedMatch = new CheckedListBoxControl();

			((System.ComponentModel.ISupportInitialize)this.ribbonControl1).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.splitContainerControl1).BeginInit();
			this.splitContainerControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.xtraTabControl1).BeginInit();
			this.xtraTabControl1.SuspendLayout();
			this.xtraTabPage1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.panelControl5).BeginInit();
			this.panelControl5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.panelControl4).BeginInit();
			this.panelControl4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.txtIBETAddress.Properties).BeginInit();
			this.xtraTabPage2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.panelControl3).BeginInit();
			this.panelControl3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.panelControl2).BeginInit();
			this.panelControl2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.txt1IN1BETAddress.Properties).BeginInit();
			this.xtraTabPage3.SuspendLayout();

            this.xtraTabPage9.SuspendLayout();

			((System.ComponentModel.ISupportInitialize)this.grdSameMatch).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.gridView1).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.xtraTabControl2).BeginInit();
			this.xtraTabControl2.SuspendLayout();
			this.xtraTabPage4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.groupControl2).BeginInit();
			this.groupControl2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.txtTransactionTimeSpan.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtMaxTimePerHalf.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.chbAllowHalftime.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl1).BeginInit();
			this.groupControl1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.txt3IN1BETUpdateInterval.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtIBETUpdateInterval.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl5).BeginInit();
			this.groupControl5.SuspendLayout();

            ((System.ComponentModel.ISupportInitialize)this.groupControl6).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkListAllowedMatch)).BeginInit();
            this.groupControl6.SuspendLayout();

			((System.ComponentModel.ISupportInitialize)this.chbHighRevenueBoost.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtLowestOddValue.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtOddValueDifferenet.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit9.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit8.Properties).BeginInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit7.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit6.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit5.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit4.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit3.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl4).BeginInit();
			this.groupControl4.SuspendLayout();

            

			((System.ComponentModel.ISupportInitialize)this.txt3in1BETFixedStake.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtStake.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.chbRandomStake.Properties).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.txtIBETFixedStake.Properties).BeginInit();
			this.xtraTabPage5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)this.grdTransaction).BeginInit();
			((System.ComponentModel.ISupportInitialize)this.gridView2).BeginInit();
			base.SuspendLayout();
			this.ribbonControl1.ApplicationButtonText = null;
			this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = string.Empty;
			this.ribbonControl1.Items.AddRange(new BarItem[]
			{
				this.ribbonControl1.ExpandCollapseItem, 
				this.barStaticItem1, 
				this.barStaticItem2, 
				this.barStaticItem3, 
				this.btn3in1betGetInfo, 
				this.lbl3in1betCurrentCredit, 
				this.lbl3in1betTotalMatch, 
				this.lbl3in1betLastUpdate, 
				this.barStaticItem7, 
				this.barStaticItem8, 
				this.barStaticItem9, 
				this.lblIbetCurrentCredit, 
				this.lblIbetTotalMatch, 
				this.lblIbetLastUpdate, 
				this.btnIbetGetInfo, 
				this.lblStatus, 
				this.lblSameMatch, 
				this.lblLastUpdate, 
				this.btnStart, 
				this.btnStop, 
				this.btnClear
			});
			this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
			this.ribbonControl1.MaxItemId = 22;
			this.ribbonControl1.Name = "ribbonControl1";
			this.ribbonControl1.Pages.AddRange(new RibbonPage[]
			{
				this.ribbonPage1
			});
			this.ribbonControl1.RibbonStyle = RibbonControlStyle.Office2010;
			this.ribbonControl1.SelectedPage = this.ribbonPage1;
			this.ribbonControl1.ShowCategoryInCaption = false;
			this.ribbonControl1.ShowExpandCollapseButton = DefaultBoolean.False;
			this.ribbonControl1.ShowPageHeadersMode = ShowPageHeadersMode.Hide;
			this.ribbonControl1.ShowToolbarCustomizeItem = false;
			this.ribbonControl1.Size = new System.Drawing.Size(999, 123);
			this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
			this.barStaticItem1.Caption = "Current Credit:";
			this.barStaticItem1.Id = 1;
			this.barStaticItem1.Name = "barStaticItem1";
			this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem2.Caption = "Total Match:";
			this.barStaticItem2.Id = 2;
			this.barStaticItem2.Name = "barStaticItem2";
			this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem3.Caption = "Last Update:";
			this.barStaticItem3.Id = 3;
			this.barStaticItem3.Name = "barStaticItem3";
			this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
			this.btn3in1betGetInfo.Caption = "Get Info";
			this.btn3in1betGetInfo.Id = 4;
            //Bitmap bmp = (Bitmap)Image.FromFile("C:\\1.jpg");
            this.btn3in1betGetInfo.LargeGlyph = iBet.App.Properties.Resources.i8;
			this.btn3in1betGetInfo.Name = "btn3in1betGetInfo";
			this.btn3in1betGetInfo.ItemClick += new ItemClickEventHandler(this.btn3in1betGetInfo_ItemClick);
			this.lbl3in1betCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
			this.lbl3in1betCurrentCredit.Appearance.Options.UseFont = true;
			this.lbl3in1betCurrentCredit.Caption = "-";
			this.lbl3in1betCurrentCredit.Id = 5;
			this.lbl3in1betCurrentCredit.Name = "lbl3in1betCurrentCredit";
			this.lbl3in1betCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lbl3in1betCurrentCredit.Width = 135;
			this.lbl3in1betTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
			this.lbl3in1betTotalMatch.Appearance.Options.UseFont = true;
			this.lbl3in1betTotalMatch.AutoSize = BarStaticItemSize.None;
			this.lbl3in1betTotalMatch.Caption = "-";
			this.lbl3in1betTotalMatch.Id = 6;
			this.lbl3in1betTotalMatch.Name = "lbl3in1betTotalMatch";
			this.lbl3in1betTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lbl3in1betTotalMatch.Width = 135;
			this.lbl3in1betLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lbl3in1betLastUpdate.Appearance.Options.UseFont = true;
			this.lbl3in1betLastUpdate.Caption = "-";
			this.lbl3in1betLastUpdate.Id = 8;
			this.lbl3in1betLastUpdate.Name = "lbl3in1betLastUpdate";
			this.lbl3in1betLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lbl3in1betLastUpdate.Width = 135;
			this.barStaticItem7.Caption = "Current Credit:";
			this.barStaticItem7.Id = 9;
			this.barStaticItem7.Name = "barStaticItem7";
			this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem8.Caption = "Total Match:";
			this.barStaticItem8.Id = 10;
			this.barStaticItem8.Name = "barStaticItem8";
			this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem9.Caption = "Last Update:";
			this.barStaticItem9.Id = 11;
			this.barStaticItem9.Name = "barStaticItem9";
			this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
			this.lblIbetCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
			this.lblIbetCurrentCredit.Appearance.Options.UseFont = true;
			this.lblIbetCurrentCredit.Caption = "-";
			this.lblIbetCurrentCredit.Id = 12;
			this.lblIbetCurrentCredit.Name = "lblIbetCurrentCredit";
			this.lblIbetCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lblIbetCurrentCredit.Width = 135;
			this.lblIbetTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
			this.lblIbetTotalMatch.Appearance.Options.UseFont = true;
			this.lblIbetTotalMatch.Caption = "-";
			this.lblIbetTotalMatch.Id = 13;
			this.lblIbetTotalMatch.Name = "lblIbetTotalMatch";
			this.lblIbetTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lblIbetTotalMatch.Width = 135;
			this.lblIbetLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
			this.lblIbetLastUpdate.Appearance.Options.UseFont = true;
			this.lblIbetLastUpdate.Caption = "-";
			this.lblIbetLastUpdate.Id = 14;
			this.lblIbetLastUpdate.Name = "lblIbetLastUpdate";
			this.lblIbetLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
			this.lblIbetLastUpdate.Width = 135;
			this.btnIbetGetInfo.Caption = "Get Info";
			this.btnIbetGetInfo.Id = 15;
            this.btnIbetGetInfo.LargeGlyph = iBet.App.Properties.Resources.i8;
			this.btnIbetGetInfo.Name = "btnIbetGetInfo";
			this.btnIbetGetInfo.ItemClick += new ItemClickEventHandler(this.barButtonItem2_ItemClick);
			this.lblStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25f, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
			this.lblStatus.Appearance.Options.UseFont = true;
			this.lblStatus.Caption = "STOPPED";
			this.lblStatus.Id = 16;
			this.lblStatus.Name = "lblStatus";
			this.lblStatus.TextAlignment = System.Drawing.StringAlignment.Center;
			this.lblStatus.Width = 135;
			this.lblSameMatch.Caption = "Total Same Match: -";
			this.lblSameMatch.Id = 17;
			this.lblSameMatch.Name = "lblSameMatch";
			this.lblSameMatch.TextAlignment = System.Drawing.StringAlignment.Center;
			this.lblSameMatch.Width = 135;
			this.lblLastUpdate.Caption = "-";
			this.lblLastUpdate.Id = 18;
			this.lblLastUpdate.Name = "lblLastUpdate";
			this.lblLastUpdate.TextAlignment = System.Drawing.StringAlignment.Center;
			this.lblLastUpdate.Width = 135;
			this.btnStart.Caption = "Start";
			this.btnStart.Id = 19;
            this.btnStart.LargeGlyph = iBet.App.Properties.Resources.i5;
			this.btnStart.Name = "btnStart";
			this.btnStart.ItemClick += new ItemClickEventHandler(this.btnStart_ItemClick);
            this.btnStart.Enabled = false;
			this.btnStop.Caption = "Stop";
			this.btnStop.Enabled = false;
			this.btnStop.Id = 20;
            this.btnStop.LargeGlyph = iBet.App.Properties.Resources.i6;
			this.btnStop.Name = "btnStop";
			this.btnStop.ItemClick += new ItemClickEventHandler(this.btnStop_ItemClick);
			this.btnClear.Caption = "Clear";
			this.btnClear.Enabled = false;
			this.btnClear.Id = 21;
            this.btnClear.LargeGlyph = iBet.App.Properties.Resources.i7;
			this.btnClear.Name = "btnClear";
			this.btnClear.ItemClick += new ItemClickEventHandler(this.btnClear_ItemClick);
			this.ribbonPage1.Groups.AddRange(new RibbonPageGroup[]
			{
				this.rpgIbet, 
				this.rpg3in1bet, 
				this.ribbonPageGroup3, 
				this.ribbonPageGroup4
			});
			this.ribbonPage1.Name = "ribbonPage1";
			this.ribbonPage1.Text = "ribbonPage1";
			this.rpgIbet.ItemLinks.Add(this.barStaticItem7);
			this.rpgIbet.ItemLinks.Add(this.barStaticItem8);
			this.rpgIbet.ItemLinks.Add(this.barStaticItem9);
			this.rpgIbet.ItemLinks.Add(this.lblIbetCurrentCredit);
			this.rpgIbet.ItemLinks.Add(this.lblIbetTotalMatch);
			this.rpgIbet.ItemLinks.Add(this.lblIbetLastUpdate);
			this.rpgIbet.ItemLinks.Add(this.btnIbetGetInfo);
			this.rpgIbet.Name = "rpgIbet";
			this.rpgIbet.ShowCaptionButton = false;
			this.rpgIbet.Text = "IBET";
			this.rpg3in1bet.ItemLinks.Add(this.barStaticItem1);
            this.rpg3in1bet.ItemLinks.Add(this.barStaticItem2);
            this.rpg3in1bet.ItemLinks.Add(this.barStaticItem3);
            this.rpg3in1bet.ItemLinks.Add(this.lbl3in1betCurrentCredit);
            this.rpg3in1bet.ItemLinks.Add(this.lbl3in1betTotalMatch);
            this.rpg3in1bet.ItemLinks.Add(this.lbl3in1betLastUpdate);
            this.rpg3in1bet.ItemLinks.Add(this.btn3in1betGetInfo);
            this.rpg3in1bet.Name = "rpg3in1bet";
            this.rpg3in1bet.ShowCaptionButton = false;
            this.rpg3in1bet.Text = "3IN1BET";
			this.ribbonPageGroup3.ItemLinks.Add(this.lblStatus);
			this.ribbonPageGroup3.ItemLinks.Add(this.lblSameMatch);
			this.ribbonPageGroup3.ItemLinks.Add(this.lblLastUpdate);
			this.ribbonPageGroup3.ItemLinks.Add(this.btnStart);
			this.ribbonPageGroup3.ItemLinks.Add(this.btnStop);
			this.ribbonPageGroup3.Name = "ribbonPageGroup3";
			this.ribbonPageGroup3.ShowCaptionButton = false;
			this.ribbonPageGroup3.Text = "Status";
			this.ribbonPageGroup4.ItemLinks.Add(this.btnClear);
			this.ribbonPageGroup4.Name = "ribbonPageGroup4";
			this.ribbonPageGroup4.ShowCaptionButton = false;
			this.ribbonPageGroup4.Text = "Transaction";
			this.splitContainerControl1.Dock = DockStyle.Fill;
			this.splitContainerControl1.FixedPanel = SplitFixedPanel.Panel2;
			this.splitContainerControl1.Horizontal = false;
			this.splitContainerControl1.Location = new System.Drawing.Point(0, 123);
			this.splitContainerControl1.Name = "splitContainerControl1";
			this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl1);
			this.splitContainerControl1.Panel1.Text = "Panel1";
			this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl2);
			this.splitContainerControl1.Panel2.Text = "Panel2";
			this.splitContainerControl1.Size = new System.Drawing.Size(999, 575);
			this.splitContainerControl1.SplitterPosition = 285;
			this.splitContainerControl1.TabIndex = 1;
			this.splitContainerControl1.Text = "splitContainerControl1";
			this.xtraTabControl1.Dock = DockStyle.Fill;
			this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
			this.xtraTabControl1.Name = "xtraTabControl1";
			this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
			this.xtraTabControl1.Size = new System.Drawing.Size(999, 302);
			this.xtraTabControl1.TabIndex = 0;
			this.xtraTabControl1.TabPages.AddRange(new XtraTabPage[]
			{
				this.xtraTabPage1, 
				this.xtraTabPage2, 
				this.xtraTabPage3,
                this.xtraTabPage9
			});
			this.xtraTabPage1.Controls.Add(this.panelControl5);
			this.xtraTabPage1.Controls.Add(this.panelControl4);
			this.xtraTabPage1.Name = "xtraTabPage1";
			this.xtraTabPage1.Size = new System.Drawing.Size(993, 276);
			this.xtraTabPage1.Text = "IBET";
			this.panelControl5.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
			this.panelControl5.Controls.Add(this.webIBET);
			this.panelControl5.Location = new System.Drawing.Point(3, 38);
			this.panelControl5.Name = "panelControl5";
			this.panelControl5.Size = new System.Drawing.Size(987, 235);
			this.panelControl5.TabIndex = 3;
			this.webIBET.Dock = DockStyle.Fill;
			this.webIBET.Location = new System.Drawing.Point(2, 2);
			this.webIBET.MinimumSize = new System.Drawing.Size(20, 20);
			this.webIBET.Name = "webIBET";
			this.webIBET.Size = new System.Drawing.Size(983, 231);
			this.webIBET.TabIndex = 0;
			this.webIBET.Url = new System.Uri("http://www.ibet888.net", System.UriKind.Absolute);
			this.webIBET.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(this.webIBET_DocumentCompleted);
			this.panelControl4.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.panelControl4.Controls.Add(this.btnIBETGO);
			this.panelControl4.Controls.Add(this.txtIBETAddress);
			this.panelControl4.Controls.Add(this.labelControl5);
			this.panelControl4.Location = new System.Drawing.Point(3, 3);
			this.panelControl4.Name = "panelControl4";
			this.panelControl4.Size = new System.Drawing.Size(987, 29);
			this.panelControl4.TabIndex = 2;
			this.btnIBETGO.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
			this.btnIBETGO.Location = new System.Drawing.Point(908, 3);
			this.btnIBETGO.Name = "btnIBETGO";
			this.btnIBETGO.Size = new System.Drawing.Size(75, 23);
			this.btnIBETGO.TabIndex = 8;
			this.btnIBETGO.Text = "GO";
			this.btnIBETGO.Click += new System.EventHandler(this.btnIBETGO_Click);
			this.txtIBETAddress.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.txtIBETAddress.EditValue = "http://www.ibet888.net";
			this.txtIBETAddress.Location = new System.Drawing.Point(54, 6);
			this.txtIBETAddress.Name = "txtIBETAddress";
			this.txtIBETAddress.Size = new System.Drawing.Size(848, 20);
			this.txtIBETAddress.TabIndex = 7;
			this.labelControl5.Location = new System.Drawing.Point(5, 9);
			this.labelControl5.Name = "labelControl5";
			this.labelControl5.Size = new System.Drawing.Size(43, 13);
			this.labelControl5.TabIndex = 6;
			this.labelControl5.Text = "Address:";
			this.xtraTabPage2.Controls.Add(this.panelControl3);
			this.xtraTabPage2.Controls.Add(this.panelControl2);
			this.xtraTabPage2.Name = "xtraTabPage2";
			this.xtraTabPage2.Size = new System.Drawing.Size(993, 276);
			this.xtraTabPage2.Text = "3IN1BET";
			this.panelControl3.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
			this.panelControl3.Controls.Add(this.web3IN1BET);
			this.panelControl3.Location = new System.Drawing.Point(3, 38);
			this.panelControl3.Name = "panelControl3";
			this.panelControl3.Size = new System.Drawing.Size(987, 235);
			this.panelControl3.TabIndex = 6;
			this.web3IN1BET.Dock = DockStyle.Fill;
			this.web3IN1BET.Location = new System.Drawing.Point(2, 2);
			this.web3IN1BET.MinimumSize = new System.Drawing.Size(20, 20);
			this.web3IN1BET.Name = "web3IN1BET";
			this.web3IN1BET.Size = new System.Drawing.Size(983, 231);
			this.web3IN1BET.TabIndex = 0;			
            this.web3IN1BET.Url = new System.Uri("http://www.3in1bet.com", System.UriKind.Absolute);
			this.web3IN1BET.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(this.web3IN1BET_DocumentCompleted);
			this.panelControl2.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.panelControl2.Controls.Add(this.btn3IN1BETGO);
			this.panelControl2.Controls.Add(this.txt1IN1BETAddress);
			this.panelControl2.Controls.Add(this.labelControl1);
			this.panelControl2.Location = new System.Drawing.Point(3, 3);
			this.panelControl2.Name = "panelControl2";
			this.panelControl2.Size = new System.Drawing.Size(987, 29);
			this.panelControl2.TabIndex = 5;
			this.btn3IN1BETGO.Anchor = (AnchorStyles.Top | AnchorStyles.Right);
			this.btn3IN1BETGO.Location = new System.Drawing.Point(908, 3);
			this.btn3IN1BETGO.Name = "btn3IN1BETGO";
			this.btn3IN1BETGO.Size = new System.Drawing.Size(75, 23);
			this.btn3IN1BETGO.TabIndex = 5;
			this.btn3IN1BETGO.Text = "GO";
			this.btn3IN1BETGO.Click += new System.EventHandler(this.btn3IN1BETGO_Click);
			this.txt1IN1BETAddress.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			//this.txt1IN1BETAddress.EditValue = "http://www.secureiron.com"; day
            this.txt1IN1BETAddress.EditValue = "http://www.3in1bet.com";
			this.txt1IN1BETAddress.Location = new System.Drawing.Point(54, 6);
			this.txt1IN1BETAddress.Name = "txt1IN1BETAddress";
			this.txt1IN1BETAddress.Size = new System.Drawing.Size(848, 20);
			this.txt1IN1BETAddress.TabIndex = 4;
			this.labelControl1.Location = new System.Drawing.Point(5, 9);
			this.labelControl1.Name = "labelControl1";
			this.labelControl1.Size = new System.Drawing.Size(43, 13);
			this.labelControl1.TabIndex = 3;
			this.labelControl1.Text = "Address:";

            this.xtraTabPage9.Name = "xtraTabPage9";
            this.xtraTabPage9.Size = new System.Drawing.Size(993, 276);
            this.xtraTabPage9.Text = "ibet Test";
            //this.xtraTabPage9.Controls.Add(this.grdSameMatch);
            
            this.xtraTabPage3.Controls.Add(this.grdSameMatch);
			this.xtraTabPage3.Name = "xtraTabPage3";
			this.xtraTabPage3.Size = new System.Drawing.Size(993, 276);
			this.xtraTabPage3.Text = "Live Match";
			this.grdSameMatch.Dock = DockStyle.Fill;
			this.grdSameMatch.Location = new System.Drawing.Point(0, 0);
			this.grdSameMatch.MainView = this.gridView1;
			this.grdSameMatch.Name = "grdSameMatch";
			this.grdSameMatch.Size = new System.Drawing.Size(993, 276);
			this.grdSameMatch.TabIndex = 3;
			this.grdSameMatch.ViewCollection.AddRange(new BaseView[]
			{
				this.gridView1
			});
			this.gridView1.Columns.AddRange(new GridColumn[]
			{
				this.gridColumn15, 
				this.gridColumn16, 
				this.gridColumn14, 
				this.gridColumn17, 
				this.gridColumn18, 
				this.gridColumn19
			});
			this.gridView1.GridControl = this.grdSameMatch;
			this.gridView1.Name = "gridView1";
			this.gridView1.OptionsBehavior.Editable = false;
			this.gridView1.OptionsCustomization.AllowGroup = false;
			this.gridView1.OptionsDetail.AllowZoomDetail = false;
			this.gridView1.OptionsDetail.EnableMasterViewMode = false;
			this.gridView1.OptionsDetail.ShowDetailTabs = false;
			this.gridView1.OptionsDetail.SmartDetailExpand = false;
			this.gridView1.OptionsView.ShowAutoFilterRow = true;
			this.gridView1.OptionsView.ShowGroupPanel = false;
			this.gridView1.OptionsView.ShowPreview = true;
			this.gridView1.PreviewFieldName = "LeagueName";
			this.gridView1.SortInfo.AddRange(new GridColumnSortInfo[]
			{
				new GridColumnSortInfo(this.gridColumn18, ColumnSortOrder.Ascending)
			});
			this.gridColumn15.Caption = "Home Team";
			this.gridColumn15.FieldName = "HomeTeamName";            
			this.gridColumn15.Name = "gridColumn15";
			this.gridColumn15.Visible = true;
			this.gridColumn15.VisibleIndex = 0;
			this.gridColumn15.Width = 367;
			this.gridColumn16.Caption = "Away Team";
			this.gridColumn16.FieldName = "AwayTeamName";
			this.gridColumn16.Name = "gridColumn16";
			this.gridColumn16.Visible = true;
			this.gridColumn16.VisibleIndex = 1;
			this.gridColumn16.Width = 368;
			this.gridColumn14.Caption = "Odd Count";
			this.gridColumn14.FieldName = "OddCount";
			this.gridColumn14.Name = "gridColumn14";
			this.gridColumn14.OptionsColumn.FixedWidth = true;
			this.gridColumn14.Visible = true;
			this.gridColumn14.VisibleIndex = 2;
			this.gridColumn14.Width = 70;
			this.gridColumn17.Caption = "Half";
			this.gridColumn17.FieldName = "Half";
			this.gridColumn17.Name = "gridColumn17";
			this.gridColumn17.OptionsColumn.FixedWidth = true;
			this.gridColumn17.Visible = true;
			this.gridColumn17.VisibleIndex = 3;
			this.gridColumn17.Width = 60;
			this.gridColumn18.Caption = "Minute";
			this.gridColumn18.FieldName = "Minute";
			this.gridColumn18.Name = "gridColumn18";
			this.gridColumn18.OptionsColumn.FixedWidth = true;
			this.gridColumn18.SortMode = ColumnSortMode.Value;
			this.gridColumn18.Visible = true;
			this.gridColumn18.VisibleIndex = 4;
			this.gridColumn18.Width = 60;
			this.gridColumn19.Caption = "Half Time";
			this.gridColumn19.FieldName = "IsHalfTime";
			this.gridColumn19.Name = "gridColumn19";
			this.gridColumn19.OptionsColumn.FixedWidth = true;
			this.gridColumn19.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn19.Visible = true;
			this.gridColumn19.VisibleIndex = 5;
			this.gridColumn19.Width = 60;
			this.xtraTabControl2.Dock = DockStyle.Fill;
			this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
			this.xtraTabControl2.Name = "xtraTabControl2";
			this.xtraTabControl2.SelectedTabPage = this.xtraTabPage4;
			this.xtraTabControl2.Size = new System.Drawing.Size(999, 248);
			this.xtraTabControl2.TabIndex = 1;
			this.xtraTabControl2.TabPages.AddRange(new XtraTabPage[]
			{
				this.xtraTabPage4, 
				this.xtraTabPage5
			});
			this.xtraTabPage4.Controls.Add(this.groupControl2);
			this.xtraTabPage4.Controls.Add(this.groupControl1);
			this.xtraTabPage4.Controls.Add(this.groupControl5);
			this.xtraTabPage4.Controls.Add(this.groupControl4);
            this.xtraTabPage4.Controls.Add(this.groupControl6);
			this.xtraTabPage4.Name = "xtraTabPage4";
			this.xtraTabPage4.Size = new System.Drawing.Size(993, 222);
			this.xtraTabPage4.Text = "Settings";
			this.groupControl2.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
			this.groupControl2.Controls.Add(this.txtTransactionTimeSpan);
			this.groupControl2.Controls.Add(this.labelControl10);
			this.groupControl2.Controls.Add(this.txtMaxTimePerHalf);
			this.groupControl2.Controls.Add(this.labelControl7);
			this.groupControl2.Controls.Add(this.chbAllowHalftime);
			this.groupControl2.Location = new System.Drawing.Point(209, 3);
			this.groupControl2.Name = "groupControl2";
			this.groupControl2.Size = new System.Drawing.Size(200, 212);
			this.groupControl2.TabIndex = 14;
			this.groupControl2.Text = "Time Settings";
			this.txtTransactionTimeSpan.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_22D6_0 = this.txtTransactionTimeSpan;
			int[] array = new int[4];
			array[0] = 15;
			arg_22D6_0.EditValue = new decimal(array);
			this.txtTransactionTimeSpan.Location = new System.Drawing.Point(123, 80);
			this.txtTransactionTimeSpan.Name = "txtTransactionTimeSpan";
			this.txtTransactionTimeSpan.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtTransactionTimeSpan.Properties.IsFloatValue = false;
			this.txtTransactionTimeSpan.Properties.Mask.EditMask = "N00";
			RepositoryItemSpinEdit arg_2378_0 = this.txtTransactionTimeSpan.Properties;
			array = new int[4];
			array[0] = 20;
			arg_2378_0.MaxValue = new decimal(array);
			RepositoryItemSpinEdit arg_239D_0 = this.txtTransactionTimeSpan.Properties;
			array = new int[4];
			array[0] = 5;
			arg_239D_0.MinValue = new decimal(array);
			this.txtTransactionTimeSpan.Size = new System.Drawing.Size(72, 20);
			this.txtTransactionTimeSpan.TabIndex = 9;
			this.labelControl10.Location = new System.Drawing.Point(5, 81);
			this.labelControl10.Name = "labelControl10";
			this.labelControl10.Size = new System.Drawing.Size(112, 13);
			this.labelControl10.TabIndex = 8;
			this.labelControl10.Text = "Transaction Time Span:";
			this.txtMaxTimePerHalf.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_244C_0 = this.txtMaxTimePerHalf;
			array = new int[4];
			array[0] = 40;
			arg_244C_0.EditValue = new decimal(array);
			this.txtMaxTimePerHalf.Location = new System.Drawing.Point(123, 50);
			this.txtMaxTimePerHalf.Name = "txtMaxTimePerHalf";
			this.txtMaxTimePerHalf.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtMaxTimePerHalf.Properties.IsFloatValue = false;
			this.txtMaxTimePerHalf.Properties.Mask.EditMask = "N00";
			this.txtMaxTimePerHalf.Size = new System.Drawing.Size(72, 20);
			this.txtMaxTimePerHalf.TabIndex = 7;
			this.labelControl7.Location = new System.Drawing.Point(5, 53);
			this.labelControl7.Name = "labelControl7";
			this.labelControl7.Size = new System.Drawing.Size(90, 13);
			this.labelControl7.TabIndex = 6;
			this.labelControl7.Text = "Max Time Per Half:";
			this.chbAllowHalftime.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.chbAllowHalftime.EditValue = true;
			this.chbAllowHalftime.Location = new System.Drawing.Point(5, 26);
			this.chbAllowHalftime.Name = "chbAllowHalftime";
			this.chbAllowHalftime.Properties.Caption = "Allow Halftime";
			this.chbAllowHalftime.Size = new System.Drawing.Size(190, 19);
			this.chbAllowHalftime.TabIndex = 5;
			this.groupControl1.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
			this.groupControl1.Controls.Add(this.btnSetUpdateInterval);
			this.groupControl1.Controls.Add(this.txt3IN1BETUpdateInterval);
			this.groupControl1.Controls.Add(this.labelControl3);
			this.groupControl1.Controls.Add(this.txtIBETUpdateInterval);
			this.groupControl1.Controls.Add(this.labelControl4);
			this.groupControl1.Location = new System.Drawing.Point(415, 3);
			this.groupControl1.Name = "groupControl1";
			this.groupControl1.Size = new System.Drawing.Size(200, 212);
			this.groupControl1.TabIndex = 13;
			this.groupControl1.Text = "Data Settings";
			this.btnSetUpdateInterval.Location = new System.Drawing.Point(59, 77);
			this.btnSetUpdateInterval.Name = "btnSetUpdateInterval";
			this.btnSetUpdateInterval.Size = new System.Drawing.Size(136, 23);
			this.btnSetUpdateInterval.TabIndex = 6;
			this.btnSetUpdateInterval.Text = "Set Update Interval";
			this.btnSetUpdateInterval.Click += new System.EventHandler(this.btnSetUpdateInterval_Click);
			this.txt3IN1BETUpdateInterval.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_274B_0 = this.txt3IN1BETUpdateInterval;
			array = new int[4];
			array[0] = 8;
			arg_274B_0.EditValue = new decimal(array);
			this.txt3IN1BETUpdateInterval.Location = new System.Drawing.Point(132, 51);
			this.txt3IN1BETUpdateInterval.Name = "txt3IN1BETUpdateInterval";
			this.txt3IN1BETUpdateInterval.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txt3IN1BETUpdateInterval.Properties.IsFloatValue = false;
			this.txt3IN1BETUpdateInterval.Properties.Mask.EditMask = "N00";
			this.txt3IN1BETUpdateInterval.Size = new System.Drawing.Size(63, 20);
			this.txt3IN1BETUpdateInterval.TabIndex = 5;
			this.txt3IN1BETUpdateInterval.EditValueChanged += new System.EventHandler(this.txt3IN1BETUpdateInterval_EditValueChanged);
			this.labelControl3.Location = new System.Drawing.Point(5, 54);
			this.labelControl3.Name = "labelControl3";
			this.labelControl3.Size = new System.Drawing.Size(121, 13);
			this.labelControl3.TabIndex = 4;
			this.labelControl3.Text = "3IN1BET Update Interval:";
			this.txtIBETUpdateInterval.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_288F_0 = this.txtIBETUpdateInterval;
			array = new int[4];
			array[0] = 8;
			arg_288F_0.EditValue = new decimal(array);
			this.txtIBETUpdateInterval.Location = new System.Drawing.Point(132, 25);
			this.txtIBETUpdateInterval.Name = "txtIBETUpdateInterval";
			this.txtIBETUpdateInterval.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtIBETUpdateInterval.Properties.IsFloatValue = false;
			this.txtIBETUpdateInterval.Properties.Mask.EditMask = "N00";
			this.txtIBETUpdateInterval.Size = new System.Drawing.Size(63, 20);
			this.txtIBETUpdateInterval.TabIndex = 1;
			this.txtIBETUpdateInterval.EditValueChanged += new System.EventHandler(this.txtIBETUpdateInterval_EditValueChanged);
			this.labelControl4.Location = new System.Drawing.Point(5, 28);
			this.labelControl4.Name = "labelControl4";
			this.labelControl4.Size = new System.Drawing.Size(105, 13);
			this.labelControl4.TabIndex = 0;
			this.labelControl4.Text = "IBET Update Interval:";

			this.groupControl5.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
			this.groupControl5.Controls.Add(this.chbHighRevenueBoost);
			this.groupControl5.Controls.Add(this.txtLowestOddValue);
			this.groupControl5.Controls.Add(this.labelControl9);
			this.groupControl5.Controls.Add(this.txtOddValueDifferenet);
			this.groupControl5.Controls.Add(this.labelControl8);
            this.groupControl5.Controls.Add(this.checkEdit9);
            this.groupControl5.Controls.Add(this.checkEdit8);
            this.groupControl5.Controls.Add(this.checkEdit7);
			this.groupControl5.Controls.Add(this.checkEdit6);
			this.groupControl5.Controls.Add(this.checkEdit5);
			this.groupControl5.Controls.Add(this.checkEdit4);
			this.groupControl5.Controls.Add(this.checkEdit3);
			this.groupControl5.Location = new System.Drawing.Point(3, 3);
			this.groupControl5.Name = "groupControl5";
			this.groupControl5.Size = new System.Drawing.Size(200, 212);
			this.groupControl5.TabIndex = 13;
			this.groupControl5.Text = "Trading Settings";
			this.chbHighRevenueBoost.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.chbHighRevenueBoost.Location = new System.Drawing.Point(5, 203);
			this.chbHighRevenueBoost.Name = "chbHighRevenueBoost";
			this.chbHighRevenueBoost.Properties.Caption = "High Revenue Boost";
			this.chbHighRevenueBoost.Size = new System.Drawing.Size(190, 19);
			this.chbHighRevenueBoost.TabIndex = 13;
			this.txtLowestOddValue.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.txtLowestOddValue.EditValue = new decimal(new int[]
			{
				5, 
				0, 
				0, 
				65536
			});
			this.txtLowestOddValue.Location = new System.Drawing.Point(110, 178);
			this.txtLowestOddValue.Name = "txtLowestOddValue";
			this.txtLowestOddValue.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtLowestOddValue.Properties.Increment = new decimal(new int[]
			{
				1, 
				0, 
				0, 
				65536
			});
			RepositoryItemSpinEdit arg_2C2D_0 = this.txtLowestOddValue.Properties;
			array = new int[4];
			array[0] = 1;
			arg_2C2D_0.MaxValue = new decimal(array);
			this.txtLowestOddValue.Properties.MinValue = new decimal(new int[]
			{
				1, 
				0, 
				0, 
				131072
			});
			this.txtLowestOddValue.Size = new System.Drawing.Size(85, 20);
			this.txtLowestOddValue.TabIndex = 12;
			this.labelControl9.Location = new System.Drawing.Point(5, 181);
			this.labelControl9.Name = "labelControl9";
			this.labelControl9.Size = new System.Drawing.Size(90, 13);
			this.labelControl9.TabIndex = 11;
			this.labelControl9.Text = "Lowest Odd Value:";
			this.txtOddValueDifferenet.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.txtOddValueDifferenet.EditValue = new decimal(new int[]
			{
				2, 
				0, 
				0, 
				-2147352576
			});
			this.txtOddValueDifferenet.Location = new System.Drawing.Point(110, 153);
			this.txtOddValueDifferenet.Name = "txtOddValueDifferenet";
			this.txtOddValueDifferenet.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtOddValueDifferenet.Properties.Increment = new decimal(new int[]
			{
				1, 
				0, 
				0, 
				-2147352576
			});
			this.txtOddValueDifferenet.Properties.MinValue = new decimal(new int[]
			{
				2, //cho nay
				0, 
				0, 
				-2147352576
			});
			this.txtOddValueDifferenet.Size = new System.Drawing.Size(85, 20);
			this.txtOddValueDifferenet.TabIndex = 10;
			this.labelControl8.Location = new System.Drawing.Point(5, 156);
			this.labelControl8.Name = "labelControl8";
			this.labelControl8.Size = new System.Drawing.Size(99, 13);
			this.labelControl8.TabIndex = 9;
			this.labelControl8.Text = "Odd Value Different:";
			
            this.checkEdit6.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.checkEdit6.EditValue = true;
			this.checkEdit6.Enabled = false;
			this.checkEdit6.Location = new System.Drawing.Point(5, 101);
			this.checkEdit6.Name = "checkEdit6";
			this.checkEdit6.Properties.Caption = "Non-Live";
			this.checkEdit6.Size = new System.Drawing.Size(190, 19);
			this.checkEdit6.TabIndex = 8;
			
            this.checkEdit5.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.checkEdit5.EditValue = true;
			this.checkEdit5.Enabled = false;
			this.checkEdit5.Location = new System.Drawing.Point(5, 76);
			this.checkEdit5.Name = "checkEdit5";
			this.checkEdit5.Properties.Caption = "Live";
			this.checkEdit5.Size = new System.Drawing.Size(190, 19);
			this.checkEdit5.TabIndex = 7;
			
            this.checkEdit4.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.checkEdit4.EditValue = true;
			this.checkEdit4.Enabled = true;
			this.checkEdit4.Location = new System.Drawing.Point(5, 51);
			this.checkEdit4.Name = "checkEdit4";
			this.checkEdit4.Properties.Caption = "Allow Over/Under";
			this.checkEdit4.Size = new System.Drawing.Size(190, 19);
			this.checkEdit4.TabIndex = 6;

			this.checkEdit3.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.checkEdit3.EditValue = true;
			this.checkEdit3.Enabled = true;
			this.checkEdit3.Location = new System.Drawing.Point(5, 26);
			this.checkEdit3.Name = "checkEdit3";
			this.checkEdit3.Properties.Caption = "Allow Handicap";
			this.checkEdit3.Size = new System.Drawing.Size(190, 19);
			this.checkEdit3.TabIndex = 5;

            this.checkEdit7.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.checkEdit7.EditValue = true;
            this.checkEdit7.Enabled = true;
            this.checkEdit7.Location = new System.Drawing.Point(5, 126);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Allow x.5 Over/Under from min 30";
            this.checkEdit7.Size = new System.Drawing.Size(190, 19);
            this.checkEdit7.TabIndex = 9;

            this.checkEdit8.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.checkEdit8.EditValue = false;
            this.checkEdit8.Enabled = true;
            this.checkEdit8.Location = new System.Drawing.Point(5, 228);
            this.checkEdit8.Name = "checkEdit8";
            this.checkEdit8.Properties.Caption = "Check credit before bet";
            this.checkEdit8.Size = new System.Drawing.Size(190, 19);
            this.checkEdit8.TabIndex = 14;

            this.checkEdit9.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
            this.checkEdit9.EditValue = false;
            this.checkEdit9.Enabled = true;
            this.checkEdit9.Location = new System.Drawing.Point(5, 252);
            this.checkEdit9.Name = "checkEdit9";
            this.checkEdit9.Properties.Caption = "Play sound";
            this.checkEdit9.Size = new System.Drawing.Size(190, 19);
            this.checkEdit9.TabIndex = 14;

			this.groupControl4.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
			this.groupControl4.Controls.Add(this.txt3in1BETFixedStake);
			this.groupControl4.Controls.Add(this.labelControl2);
			this.groupControl4.Controls.Add(this.txtStake);
			this.groupControl4.Controls.Add(this.chbRandomStake);
			this.groupControl4.Controls.Add(this.txtIBETFixedStake);
			this.groupControl4.Controls.Add(this.labelControl6);
			this.groupControl4.Location = new System.Drawing.Point(621, 3);
			this.groupControl4.Name = "groupControl4";
			this.groupControl4.Size = new System.Drawing.Size(200, 212);
			this.groupControl4.TabIndex = 12;
			this.groupControl4.Text = "Stake Settings";

            

			this.txt3in1BETFixedStake.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_31A4_0 = this.txt3in1BETFixedStake;
			array = new int[4];
			array[0] = 10;
			arg_31A4_0.EditValue = new decimal(array);
            

            this.txt3in1BETFixedStake.Location = new System.Drawing.Point(112, 51);
			this.txt3in1BETFixedStake.Name = "txt3in1BETFixedStake";
			this.txt3in1BETFixedStake.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txt3in1BETFixedStake.Properties.IsFloatValue = false;
			this.txt3in1BETFixedStake.Properties.Mask.EditMask = "N00";
			this.txt3in1BETFixedStake.Size = new System.Drawing.Size(83, 20);
			this.txt3in1BETFixedStake.TabIndex = 5;
			this.labelControl2.Location = new System.Drawing.Point(5, 54);
			this.labelControl2.Name = "labelControl2";
			this.labelControl2.Size = new System.Drawing.Size(101, 13);
			this.labelControl2.TabIndex = 4;
			this.labelControl2.Text = "3IN1BET Fixed Stake:";
			this.txtStake.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
			this.txtStake.EditValue = "10\r\n15\r\n25\r\n35\r\n50\r\n30\r\n20\r\n30";            


            this.txtStake.Location = new System.Drawing.Point(5, 103);
			this.txtStake.Name = "txtStake";
			this.txtStake.Size = new System.Drawing.Size(190, 104);
			this.txtStake.TabIndex = 3;
			this.chbRandomStake.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			this.chbRandomStake.EditValue = true;
			this.chbRandomStake.Location = new System.Drawing.Point(3, 78);
			this.chbRandomStake.Name = "chbRandomStake";
			this.chbRandomStake.Properties.Caption = "Random Stake";
			this.chbRandomStake.Size = new System.Drawing.Size(192, 19);
			this.chbRandomStake.TabIndex = 2;
			this.chbRandomStake.CheckedChanged += new System.EventHandler(this.chbRandomStake_CheckedChanged);
			this.txtIBETFixedStake.Anchor = (AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right);
			BaseEdit arg_33D2_0 = this.txtIBETFixedStake;
			array = new int[4];
			array[0] = 15;
			arg_33D2_0.EditValue = new decimal(array);
			this.txtIBETFixedStake.Location = new System.Drawing.Point(112, 25);
			this.txtIBETFixedStake.Name = "txtIBETFixedStake";
			this.txtIBETFixedStake.Properties.Buttons.AddRange(new EditorButton[]
			{
				new EditorButton()
			});
			this.txtIBETFixedStake.Properties.IsFloatValue = false;
			this.txtIBETFixedStake.Properties.Mask.EditMask = "N00";
			this.txtIBETFixedStake.Size = new System.Drawing.Size(83, 20);
			this.txtIBETFixedStake.TabIndex = 1;
			this.labelControl6.Location = new System.Drawing.Point(5, 28);
			this.labelControl6.Name = "labelControl6";
			this.labelControl6.Size = new System.Drawing.Size(85, 13);
			this.labelControl6.TabIndex = 0;
			this.labelControl6.Text = "IBET Fixed Stake:";

            #region group6



            this.groupControl6.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left);
            this.groupControl6.Controls.Add(this.chkListAllowedMatch);
            this.groupControl6.Location = new System.Drawing.Point(825, 3);
            this.groupControl6.Name = "groupControl6";
            this.groupControl6.Size = new System.Drawing.Size(295, 212);
            this.groupControl6.TabIndex = 19;
            this.groupControl6.Text = "Allowed Betting Matches";
            //this.groupControl6.Resize 


            

            this.chkListAllowedMatch.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.chkListAllowedMatch.CheckOnClick = true;
            //this.chkListAllowedMatch.Dock = DockStyle.Fill;
            this.chkListAllowedMatch.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
            this.chkListAllowedMatch.ItemHeight = 16;
            this.chkListAllowedMatch.Location = new System.Drawing.Point(5, 25);
            this.chkListAllowedMatch.Name = "chkListAllowedMatch";
            this.chkListAllowedMatch.Size = new System.Drawing.Size(283, 182);
            this.chkListAllowedMatch.TabIndex = 20;
            //this.chkListAllowedMatch.ItemCheck += new ItemCheckedEventHandler (this.chkListAllowedMatch_ItemCheck);
            #endregion
            
            
            this.xtraTabPage5.Controls.Add(this.grdTransaction);
			this.xtraTabPage5.Name = "xtraTabPage5";
			this.xtraTabPage5.Size = new System.Drawing.Size(993, 222);
			this.xtraTabPage5.Text = "Live Transaction";
			this.grdTransaction.Dock = DockStyle.Fill;
			this.grdTransaction.Location = new System.Drawing.Point(0, 0);
			this.grdTransaction.MainView = this.gridView2;
			this.grdTransaction.Name = "grdTransaction";
			this.grdTransaction.Size = new System.Drawing.Size(993, 222);
			this.grdTransaction.TabIndex = 3;
			this.grdTransaction.ViewCollection.AddRange(new BaseView[]
			{
				this.gridView2
			});
			this.gridView2.Columns.AddRange(new GridColumn[]
			{
				this.gridColumn1, 
				this.gridColumn2, 
				this.gridColumn3, 
				this.gridColumn6, 
				this.gridColumn4, 
				this.gridColumn5, 
				this.gridColumn7, 
				this.gridColumn8, 
				this.gridColumn9, 
				this.gridColumn10, 
				this.gridColumn11, 
				this.gridColumn12, 
				this.gridColumn20, 
				this.gridColumn13
			});
			this.gridView2.GridControl = this.grdTransaction;
			this.gridView2.Name = "gridView2";
			this.gridView2.OptionsBehavior.Editable = false;
			this.gridView2.OptionsCustomization.AllowGroup = false;
			this.gridView2.OptionsView.AutoCalcPreviewLineCount = true;
			this.gridView2.OptionsView.ShowAutoFilterRow = true;
			this.gridView2.OptionsView.ShowFooter = true;
			this.gridView2.OptionsView.ShowGroupPanel = false;
			this.gridView2.OptionsView.ShowPreview = true;
			this.gridView2.PreviewFieldName = "Note";
			this.gridView2.SortInfo.AddRange(new GridColumnSortInfo[]
			{
				new GridColumnSortInfo(this.gridColumn13, ColumnSortOrder.Descending)
			});
			this.gridColumn1.Caption = "ID";
			this.gridColumn1.DisplayFormat.FormatType = FormatType.Numeric;
			this.gridColumn1.FieldName = "ID";
			this.gridColumn1.Name = "gridColumn1";
			this.gridColumn1.OptionsColumn.FixedWidth = true;
			this.gridColumn1.UnboundType = UnboundColumnType.Integer;
			this.gridColumn1.Visible = true;
			this.gridColumn1.VisibleIndex = 0;
			this.gridColumn1.Width = 50;
			this.gridColumn2.Caption = "Home Team";
			this.gridColumn2.FieldName = "HomeTeamName";
			this.gridColumn2.Name = "gridColumn2";
			this.gridColumn2.UnboundType = UnboundColumnType.String;
			this.gridColumn2.Visible = true;
			this.gridColumn2.VisibleIndex = 1;
			this.gridColumn2.Width = 20;
			this.gridColumn3.Caption = "Away Team";
			this.gridColumn3.FieldName = "AwayTeamName";
			this.gridColumn3.Name = "gridColumn3";
			this.gridColumn3.UnboundType = UnboundColumnType.String;
			this.gridColumn3.Visible = true;
			this.gridColumn3.VisibleIndex = 2;
			this.gridColumn3.Width = 20;
			this.gridColumn6.Caption = "Type";
			this.gridColumn6.FieldName = "OddType";
			this.gridColumn6.Name = "gridColumn6";
			this.gridColumn6.OptionsColumn.FixedWidth = true;
			this.gridColumn6.UnboundType = UnboundColumnType.String;
			this.gridColumn6.Visible = true;
			this.gridColumn6.VisibleIndex = 3;
			this.gridColumn6.Width = 180;
			this.gridColumn4.Caption = "Odd";
			this.gridColumn4.FieldName = "OddKindValue";
			this.gridColumn4.Name = "gridColumn4";
			this.gridColumn4.OptionsColumn.FixedWidth = true;
			this.gridColumn4.UnboundType = UnboundColumnType.String;
			this.gridColumn4.Visible = true;
			this.gridColumn4.VisibleIndex = 4;
			this.gridColumn5.Caption = "Value";
			this.gridColumn5.FieldName = "OddValue";
			this.gridColumn5.Name = "gridColumn5";
			this.gridColumn5.OptionsColumn.FixedWidth = true;
			this.gridColumn5.UnboundType = UnboundColumnType.String;
			this.gridColumn5.Visible = true;
			this.gridColumn5.VisibleIndex = 5;
			this.gridColumn5.Width = 80;
			this.gridColumn7.Caption = "Stake";
			this.gridColumn7.FieldName = "Stake";
			this.gridColumn7.Name = "gridColumn7";
			this.gridColumn7.OptionsColumn.FixedWidth = true;
			this.gridColumn7.UnboundType = UnboundColumnType.String;
			this.gridColumn7.Visible = true;
			this.gridColumn7.VisibleIndex = 6;
			this.gridColumn7.Width = 100;
			this.gridColumn8.Caption = "I Allow";
			this.gridColumn8.FieldName = "IBETAllow";
			this.gridColumn8.Name = "gridColumn8";
			this.gridColumn8.OptionsColumn.FixedWidth = true;
			this.gridColumn8.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn8.Visible = true;
			this.gridColumn8.VisibleIndex = 7;
			this.gridColumn8.Width = 50;
			this.gridColumn9.Caption = "3 Allow";
            this.gridColumn9.FieldName = "THREEIN1Allow";
			this.gridColumn9.Name = "gridColumn9";
			this.gridColumn9.OptionsColumn.FixedWidth = true;
			this.gridColumn9.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn9.Visible = true;
			this.gridColumn9.VisibleIndex = 8;
			this.gridColumn9.Width = 50;
			this.gridColumn10.Caption = "I Trade";
			this.gridColumn10.FieldName = "IBETTrade";
			this.gridColumn10.Name = "gridColumn10";
			this.gridColumn10.OptionsColumn.FixedWidth = true;
			this.gridColumn10.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn10.Visible = true;
			this.gridColumn10.VisibleIndex = 9;
			this.gridColumn10.Width = 50;
			this.gridColumn11.Caption = "3 Trade";
            this.gridColumn11.FieldName = "THREEIN1Trade";
			this.gridColumn11.Name = "gridColumn11";
			this.gridColumn11.OptionsColumn.FixedWidth = true;
			this.gridColumn11.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn11.Visible = true;
			this.gridColumn11.VisibleIndex = 10;
			this.gridColumn11.Width = 50;
			this.gridColumn12.Caption = "3 Retrade";
            this.gridColumn12.FieldName = "THREEIN1ReTrade";
			this.gridColumn12.Name = "gridColumn12";
			this.gridColumn12.OptionsColumn.FixedWidth = true;
			this.gridColumn12.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn12.Visible = true;
			this.gridColumn12.VisibleIndex = 11;
			this.gridColumn12.Width = 50;
			this.gridColumn20.Caption = "I Retrade";
			this.gridColumn20.FieldName = "IBETReTrade";
			this.gridColumn20.Name = "gridColumn20";
			this.gridColumn20.OptionsColumn.FixedWidth = true;
			this.gridColumn20.UnboundType = UnboundColumnType.Boolean;
			this.gridColumn20.Visible = true;
			this.gridColumn20.VisibleIndex = 12;
			this.gridColumn20.Width = 50;
			this.gridColumn13.Caption = "DateTime";
			this.gridColumn13.DisplayFormat.FormatString = "dd/MM/yyyy hh:mm:ss";
			this.gridColumn13.DisplayFormat.FormatType = FormatType.DateTime;
			this.gridColumn13.FieldName = "DateTime";
			this.gridColumn13.Name = "gridColumn13";
			this.gridColumn13.OptionsColumn.FixedWidth = true;
			this.gridColumn13.SortMode = ColumnSortMode.Value;
			this.gridColumn13.SummaryItem.SummaryType = SummaryItemType.Count;
			this.gridColumn13.UnboundType = UnboundColumnType.DateTime;
			this.gridColumn13.Visible = true;
			this.gridColumn13.VisibleIndex = 13;
			this.gridColumn13.Width = 130;
			base.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f);
			base.AutoScaleMode = AutoScaleMode.Font;
            base.ClientSize = new System.Drawing.Size(1130, 678);
			base.Controls.Add(this.splitContainerControl1);
			base.Controls.Add(this.ribbonControl1);
///			base.Icon = (System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
			base.Name = "TerminalForm";
			this.Ribbon = this.ribbonControl1;
			base.StartPosition = FormStartPosition.CenterScreen;
			this.Text = "IBET vs 3IN1BET";
			((System.ComponentModel.ISupportInitialize)this.ribbonControl1).EndInit();
			((System.ComponentModel.ISupportInitialize)this.splitContainerControl1).EndInit();
			this.splitContainerControl1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.xtraTabControl1).EndInit();
			this.xtraTabControl1.ResumeLayout(false);
			this.xtraTabPage1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.panelControl5).EndInit();
			this.panelControl5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.panelControl4).EndInit();
			this.panelControl4.ResumeLayout(false);
			this.panelControl4.PerformLayout();
			((System.ComponentModel.ISupportInitialize)this.txtIBETAddress.Properties).EndInit();
			this.xtraTabPage2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.panelControl3).EndInit();
			this.panelControl3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.panelControl2).EndInit();
			this.panelControl2.ResumeLayout(false);
			this.panelControl2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)this.txt1IN1BETAddress.Properties).EndInit();

            this.xtraTabPage9.ResumeLayout(false);

			this.xtraTabPage3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.grdSameMatch).EndInit();
			((System.ComponentModel.ISupportInitialize)this.gridView1).EndInit();
			((System.ComponentModel.ISupportInitialize)this.xtraTabControl2).EndInit();
			this.xtraTabControl2.ResumeLayout(false);
			this.xtraTabPage4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.groupControl2).EndInit();
			this.groupControl2.ResumeLayout(false);
			this.groupControl2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)this.txtTransactionTimeSpan.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtMaxTimePerHalf.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.chbAllowHalftime.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl1).EndInit();
			this.groupControl1.ResumeLayout(false);
			this.groupControl1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)this.txt3IN1BETUpdateInterval.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtIBETUpdateInterval.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl5).EndInit();
			this.groupControl5.ResumeLayout(false);
			this.groupControl5.PerformLayout();
			((System.ComponentModel.ISupportInitialize)this.chbHighRevenueBoost.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtLowestOddValue.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtOddValueDifferenet.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit9.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit8.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit7.Properties).EndInit();
            ((System.ComponentModel.ISupportInitialize)this.checkEdit6.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit5.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit4.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.checkEdit3.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.groupControl4).EndInit();
			this.groupControl4.ResumeLayout(false);
			this.groupControl4.PerformLayout();

            ((System.ComponentModel.ISupportInitialize)this.chkListAllowedMatch).EndInit();
            ((System.ComponentModel.ISupportInitialize)this.groupControl6).EndInit();
            this.groupControl6.ResumeLayout(false);
            this.groupControl6.PerformLayout();

			((System.ComponentModel.ISupportInitialize)this.txt3in1BETFixedStake.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtStake.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.chbRandomStake.Properties).EndInit();
			((System.ComponentModel.ISupportInitialize)this.txtIBETFixedStake.Properties).EndInit();
			this.xtraTabPage5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)this.grdTransaction).EndInit();
			((System.ComponentModel.ISupportInitialize)this.gridView2).EndInit();

            Icon icoMain = Properties.Resources._1;
            this.Icon = icoMain;
			base.ResumeLayout(false);
		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTKThuocTinhBienMuc));
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode4 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode5 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridDetail_LoaiBang = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Cot_LoaiBang_Ten = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_SoLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridDetail_TietMuc = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Cot_TietMuc_Ten = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_TietMuc_SoLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridDetail_TietMuc_BienMuc = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Cot_TietMuc_BienMuc_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_TietMuc_BienMuc_NoiDung = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.CotMatserSoLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridDetail_LoaiBang_ThongSo_BienMuc = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Rating = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridDetail_LoaiBang_ThongSo = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Cot_LoaiBang_ThongSo_Ten = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cot_LoaiBang_ThongSo_SoLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = 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.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.checkedListBoxControl2 = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.label3 = new System.Windows.Forms.Label();
     this.ThongSoLoaiBang = new ProtocolVN.Framework.Win.PLDMGrid();
     this.label9 = new System.Windows.Forms.Label();
     this.plCombobox3 = new ProtocolVN.Framework.Win.PLCombobox();
     this.NguoiXuat = new ProtocolVN.Framework.Win.PLCombobox();
     this.label2 = new System.Windows.Forms.Label();
     this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.plTreeSelectItem1 = new ProtocolVN.Framework.Win.PLDMTreeGroupElement();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_TietMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_TietMuc_BienMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang_ThongSo_BienMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang_ThongSo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
     this.SuspendLayout();
     //
     // gridDetail_LoaiBang
     //
     this.gridDetail_LoaiBang.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridDetail_LoaiBang.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridDetail_LoaiBang.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Cot_LoaiBang_Ten,
     this.Cot_LoaiBang_SoLuong});
     this.gridDetail_LoaiBang.CustomizationFormBounds = new System.Drawing.Rectangle(816, 401, 208, 168);
     this.gridDetail_LoaiBang.GridControl = this.gridControlMaster;
     this.gridDetail_LoaiBang.IndicatorWidth = 40;
     this.gridDetail_LoaiBang.Name = "gridDetail_LoaiBang";
     this.gridDetail_LoaiBang.OptionsLayout.Columns.AddNewColumns = false;
     this.gridDetail_LoaiBang.OptionsNavigation.AutoFocusNewRow = true;
     this.gridDetail_LoaiBang.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridDetail_LoaiBang.OptionsPrint.UsePrintStyles = true;
     this.gridDetail_LoaiBang.OptionsView.EnableAppearanceEvenRow = true;
     this.gridDetail_LoaiBang.OptionsView.EnableAppearanceOddRow = true;
     this.gridDetail_LoaiBang.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridDetail_LoaiBang.OptionsView.ShowGroupedColumns = true;
     //
     // Cot_LoaiBang_Ten
     //
     this.Cot_LoaiBang_Ten.Caption = "Tên loại băng";
     this.Cot_LoaiBang_Ten.Name = "Cot_LoaiBang_Ten";
     this.Cot_LoaiBang_Ten.Visible = true;
     this.Cot_LoaiBang_Ten.VisibleIndex = 0;
     this.Cot_LoaiBang_Ten.Width = 76;
     //
     // Cot_LoaiBang_SoLuong
     //
     this.Cot_LoaiBang_SoLuong.Caption = "Số lượng";
     this.Cot_LoaiBang_SoLuong.Name = "Cot_LoaiBang_SoLuong";
     this.Cot_LoaiBang_SoLuong.Visible = true;
     this.Cot_LoaiBang_SoLuong.VisibleIndex = 1;
     this.Cot_LoaiBang_SoLuong.Width = 54;
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate = this.gridDetail_LoaiBang;
     gridLevelNode2.LevelTemplate = this.gridDetail_LoaiBang_ThongSo;
     gridLevelNode3.LevelTemplate = this.gridDetail_LoaiBang_ThongSo_BienMuc;
     gridLevelNode3.RelationName = "Biên mục theo thông số";
     gridLevelNode2.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode3});
     gridLevelNode2.RelationName = "Thông số loại băng";
     gridLevelNode1.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     gridLevelNode1.RelationName = "Thống kê theo loại băng";
     gridLevelNode4.LevelTemplate = this.gridDetail_TietMuc;
     gridLevelNode5.LevelTemplate = this.gridDetail_TietMuc_BienMuc;
     gridLevelNode5.RelationName = "Biên mục theo tiết mục";
     gridLevelNode4.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode5});
     gridLevelNode4.RelationName = "Thống kê theo tiết mục";
     this.gridControlMaster.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1,
     gridLevelNode4});
     this.gridControlMaster.Location = new System.Drawing.Point(0, 141);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(1006, 356);
     this.gridControlMaster.TabIndex = 7;
     this.gridControlMaster.TabStop = false;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridDetail_TietMuc,
     this.gridDetail_TietMuc_BienMuc,
     this.gridViewMaster,
     this.gridDetail_LoaiBang_ThongSo_BienMuc,
     this.gridDetail_LoaiBang_ThongSo,
     this.gridDetail_LoaiBang});
     //
     // gridDetail_TietMuc
     //
     this.gridDetail_TietMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridDetail_TietMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridDetail_TietMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Cot_TietMuc_Ten,
     this.cot_TietMuc_SoLuong});
     this.gridDetail_TietMuc.GridControl = this.gridControlMaster;
     this.gridDetail_TietMuc.IndicatorWidth = 40;
     this.gridDetail_TietMuc.Name = "gridDetail_TietMuc";
     this.gridDetail_TietMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridDetail_TietMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridDetail_TietMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridDetail_TietMuc.OptionsPrint.UsePrintStyles = true;
     this.gridDetail_TietMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridDetail_TietMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridDetail_TietMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridDetail_TietMuc.OptionsView.ShowGroupedColumns = true;
     //
     // Cot_TietMuc_Ten
     //
     this.Cot_TietMuc_Ten.Caption = "Tên tiết mục";
     this.Cot_TietMuc_Ten.Name = "Cot_TietMuc_Ten";
     this.Cot_TietMuc_Ten.Visible = true;
     this.Cot_TietMuc_Ten.VisibleIndex = 0;
     this.Cot_TietMuc_Ten.Width = 71;
     //
     // cot_TietMuc_SoLuong
     //
     this.cot_TietMuc_SoLuong.Caption = "Số lượng";
     this.cot_TietMuc_SoLuong.Name = "cot_TietMuc_SoLuong";
     this.cot_TietMuc_SoLuong.Visible = true;
     this.cot_TietMuc_SoLuong.VisibleIndex = 1;
     this.cot_TietMuc_SoLuong.Width = 54;
     //
     // gridDetail_TietMuc_BienMuc
     //
     this.gridDetail_TietMuc_BienMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridDetail_TietMuc_BienMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridDetail_TietMuc_BienMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Cot_TietMuc_BienMuc_MaBang,
     this.Cot_TietMuc_BienMuc_NoiDung});
     this.gridDetail_TietMuc_BienMuc.GridControl = this.gridControlMaster;
     this.gridDetail_TietMuc_BienMuc.IndicatorWidth = 40;
     this.gridDetail_TietMuc_BienMuc.Name = "gridDetail_TietMuc_BienMuc";
     this.gridDetail_TietMuc_BienMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridDetail_TietMuc_BienMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridDetail_TietMuc_BienMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridDetail_TietMuc_BienMuc.OptionsPrint.UsePrintStyles = true;
     this.gridDetail_TietMuc_BienMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridDetail_TietMuc_BienMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridDetail_TietMuc_BienMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridDetail_TietMuc_BienMuc.OptionsView.ShowGroupedColumns = true;
     //
     // Cot_TietMuc_BienMuc_MaBang
     //
     this.Cot_TietMuc_BienMuc_MaBang.Caption = "Mã băng";
     this.Cot_TietMuc_BienMuc_MaBang.Name = "Cot_TietMuc_BienMuc_MaBang";
     this.Cot_TietMuc_BienMuc_MaBang.Visible = true;
     this.Cot_TietMuc_BienMuc_MaBang.VisibleIndex = 1;
     this.Cot_TietMuc_BienMuc_MaBang.Width = 53;
     //
     // Cot_TietMuc_BienMuc_NoiDung
     //
     this.Cot_TietMuc_BienMuc_NoiDung.Caption = "Nội dung";
     this.Cot_TietMuc_BienMuc_NoiDung.Name = "Cot_TietMuc_BienMuc_NoiDung";
     this.Cot_TietMuc_BienMuc_NoiDung.Visible = true;
     this.Cot_TietMuc_BienMuc_NoiDung.VisibleIndex = 0;
     this.Cot_TietMuc_BienMuc_NoiDung.Width = 54;
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
     this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.CotMatserSoLuong});
     this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(423, 322, 208, 168);
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupPanelText = "Các biên mục thỏa điều kiện tìm kiếm";
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupedColumns = true;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     //
     // CotMatserSoLuong
     //
     this.CotMatserSoLuong.Caption = "Tổng số lượng biên mục";
     this.CotMatserSoLuong.Name = "CotMatserSoLuong";
     this.CotMatserSoLuong.Visible = true;
     this.CotMatserSoLuong.VisibleIndex = 0;
     this.CotMatserSoLuong.Width = 125;
     //
     // gridDetail_LoaiBang_ThongSo_BienMuc
     //
     this.gridDetail_LoaiBang_ThongSo_BienMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang,
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc,
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung,
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap,
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong,
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster,
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp,
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD,
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem,
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa,
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL,
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK,
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke,
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan,
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang,
     this.Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat,
     this.Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau,
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen,
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu,
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap,
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc,
     this.Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia,
     this.Cot_LoaiBang_ThongSo_BienMuc_Rating,
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn,
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut,
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration});
     this.gridDetail_LoaiBang_ThongSo_BienMuc.CustomizationFormBounds = new System.Drawing.Rectangle(734, 488, 208, 168);
     this.gridDetail_LoaiBang_ThongSo_BienMuc.GridControl = this.gridControlMaster;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.IndicatorWidth = 40;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.Name = "gridDetail_LoaiBang_ThongSo_BienMuc";
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsPrint.UsePrintStyles = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsView.ColumnAutoWidth = false;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridDetail_LoaiBang_ThongSo_BienMuc.OptionsView.ShowGroupedColumns = true;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_MaBang
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang.Caption = "Mã băng";
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang.Name = "Cot_LoaiBang_ThongSo_BienMuc_MaBang";
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang.VisibleIndex = 0;
     this.Cot_LoaiBang_ThongSo_BienMuc_MaBang.Width = 53;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc.Caption = "Tiết mục";
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc.Name = "Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc";
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc.VisibleIndex = 1;
     this.Cot_LoaiBang_ThongSo_BienMuc_BienMuc__TietMuc.Width = 52;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_NoiDung
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung.Caption = "Nội dung";
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung.Name = "Cot_LoaiBang_ThongSo_BienMuc_NoiDung";
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung.VisibleIndex = 2;
     this.Cot_LoaiBang_ThongSo_BienMuc_NoiDung.Width = 54;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_SoTap
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap.Caption = "Tập số";
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap.Name = "Cot_LoaiBang_ThongSo_BienMuc_SoTap";
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap.VisibleIndex = 3;
     this.Cot_LoaiBang_ThongSo_BienMuc_SoTap.Width = 43;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong.Caption = "Thời lượng";
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong.Name = "Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong";
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong.VisibleIndex = 4;
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiLuong.Width = 62;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_PostMaster
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster.Caption = "Tình trạng";
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster.Name = "Cot_LoaiBang_ThongSo_BienMuc_PostMaster";
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster.VisibleIndex = 5;
     this.Cot_LoaiBang_ThongSo_BienMuc_PostMaster.Width = 70;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_PopUp
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp.Caption = "Pop Up";
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp.Name = "Cot_LoaiBang_ThongSo_BienMuc_PopUp";
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp.VisibleIndex = 6;
     this.Cot_LoaiBang_ThongSo_BienMuc_PopUp.Width = 46;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD.Caption = "Số ĐKCB HD";
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD.Name = "Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD";
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD.VisibleIndex = 7;
     this.Cot_LoaiBang_ThongSo_BienMuc_SDKCBHD.Width = 71;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem.Caption = "File đính kèm";
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem.Name = "Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem";
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem.VisibleIndex = 8;
     this.Cot_LoaiBang_ThongSo_BienMuc_FileDinhKem.Width = 73;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_TuKhoa
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa.Caption = "Từ khóa";
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa.Name = "Cot_LoaiBang_ThongSo_BienMuc_TuKhoa";
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa.VisibleIndex = 9;
     this.Cot_LoaiBang_ThongSo_BienMuc_TuKhoa.Width = 51;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_KHPL
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL.Caption = "KHPL";
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL.Name = "Cot_LoaiBang_ThongSo_BienMuc_KHPL";
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL.VisibleIndex = 10;
     this.Cot_LoaiBang_ThongSo_BienMuc_KHPL.Width = 36;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_KHXK
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK.Caption = "KHXK";
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK.Name = "Cot_LoaiBang_ThongSo_BienMuc_KHXK";
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK.VisibleIndex = 11;
     this.Cot_LoaiBang_ThongSo_BienMuc_KHXK.Width = 37;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Ke
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke.Caption = "Kệ";
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke.Name = "Cot_LoaiBang_ThongSo_BienMuc_Ke";
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke.VisibleIndex = 12;
     this.Cot_LoaiBang_ThongSo_BienMuc_Ke.Width = 24;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Ngan
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan.Caption = "Ngăn";
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan.Name = "Cot_LoaiBang_ThongSo_BienMuc_Ngan";
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan.VisibleIndex = 13;
     this.Cot_LoaiBang_ThongSo_BienMuc_Ngan.Width = 37;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Tang
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang.Caption = "Tầng";
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang.Name = "Cot_LoaiBang_ThongSo_BienMuc_Tang";
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang.VisibleIndex = 14;
     this.Cot_LoaiBang_ThongSo_BienMuc_Tang.Width = 36;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat.Caption = "Số lần đã phát trên HTV2";
     this.Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat.Name = "Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat";
     this.Cot_LoaiBang_ThongSo_BienMuc_SoLanDaPhat.Width = 132;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau.Caption = "Phát lần đầu trên HTV2";
     this.Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau.Name = "Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau";
     this.Cot_LoaiBang_ThongSo_BienMuc_PhatLanDau.Width = 123;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen.Caption = "Thời hạn bản quyền";
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen.Name = "Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen";
     this.Cot_LoaiBang_ThongSo_BienMuc_ThoiHanBanQuyen.Width = 107;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu.Caption = "Đơn vị sở hữu";
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu.Name = "Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu";
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViSoHuu.Width = 79;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap.Caption = "Đơn vị cung cấp";
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap.Name = "Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap";
     this.Cot_LoaiBang_ThongSo_BienMuc_DonViCungCap.Width = 89;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Nuoc
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc.Caption = "Nước SX";
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc.Name = "Cot_LoaiBang_ThongSo_BienMuc_Nuoc";
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc.VisibleIndex = 15;
     this.Cot_LoaiBang_ThongSo_BienMuc_Nuoc.Width = 37;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia.Caption = "Đối tượng khán giả";
     this.Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia.Name = "Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia";
     this.Cot_LoaiBang_ThongSo_BienMuc_DoiTuongKhanGia.Width = 103;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Rating
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Rating.Caption = "Rating trung bình (%)";
     this.Cot_LoaiBang_ThongSo_BienMuc_Rating.Name = "Cot_LoaiBang_ThongSo_BienMuc_Rating";
     this.Cot_LoaiBang_ThongSo_BienMuc_Rating.Width = 95;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn.Caption = "Time code in";
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn.Name = "Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn";
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn.VisibleIndex = 16;
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeIn.Width = 71;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut.Caption = "Time code out";
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut.Name = "Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut";
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut.VisibleIndex = 17;
     this.Cot_LoaiBang_ThongSo_BienMuc_TimeCodeOut.Width = 79;
     //
     // Cot_LoaiBang_ThongSo_BienMuc_Duration
     //
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration.Caption = "Duration";
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration.Name = "Cot_LoaiBang_ThongSo_BienMuc_Duration";
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration.Visible = true;
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration.VisibleIndex = 18;
     this.Cot_LoaiBang_ThongSo_BienMuc_Duration.Width = 53;
     //
     // gridDetail_LoaiBang_ThongSo
     //
     this.gridDetail_LoaiBang_ThongSo.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridDetail_LoaiBang_ThongSo.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridDetail_LoaiBang_ThongSo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Cot_LoaiBang_ThongSo_Ten,
     this.Cot_LoaiBang_ThongSo_SoLuong});
     this.gridDetail_LoaiBang_ThongSo.GridControl = this.gridControlMaster;
     this.gridDetail_LoaiBang_ThongSo.IndicatorWidth = 40;
     this.gridDetail_LoaiBang_ThongSo.Name = "gridDetail_LoaiBang_ThongSo";
     this.gridDetail_LoaiBang_ThongSo.OptionsLayout.Columns.AddNewColumns = false;
     this.gridDetail_LoaiBang_ThongSo.OptionsNavigation.AutoFocusNewRow = true;
     this.gridDetail_LoaiBang_ThongSo.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridDetail_LoaiBang_ThongSo.OptionsPrint.UsePrintStyles = true;
     this.gridDetail_LoaiBang_ThongSo.OptionsView.EnableAppearanceEvenRow = true;
     this.gridDetail_LoaiBang_ThongSo.OptionsView.EnableAppearanceOddRow = true;
     this.gridDetail_LoaiBang_ThongSo.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridDetail_LoaiBang_ThongSo.OptionsView.ShowGroupedColumns = true;
     //
     // Cot_LoaiBang_ThongSo_Ten
     //
     this.Cot_LoaiBang_ThongSo_Ten.Caption = "Thông số";
     this.Cot_LoaiBang_ThongSo_Ten.Name = "Cot_LoaiBang_ThongSo_Ten";
     this.Cot_LoaiBang_ThongSo_Ten.Visible = true;
     this.Cot_LoaiBang_ThongSo_Ten.VisibleIndex = 0;
     this.Cot_LoaiBang_ThongSo_Ten.Width = 56;
     //
     // Cot_LoaiBang_ThongSo_SoLuong
     //
     this.Cot_LoaiBang_ThongSo_SoLuong.Caption = "Số lượng";
     this.Cot_LoaiBang_ThongSo_SoLuong.Name = "Cot_LoaiBang_ThongSo_SoLuong";
     this.Cot_LoaiBang_ThongSo_SoLuong.Visible = true;
     this.Cot_LoaiBang_ThongSo_SoLuong.VisibleIndex = 1;
     this.Cot_LoaiBang_ThongSo_SoLuong.Width = 54;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 36;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.barButtonItemAdd, "&Thêm", false, true, false, 0),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "X&em";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemXem.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemUpdate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem t&rước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemCommit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemNoCommit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "&Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tì&m kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điề&u kiện tìm kiếm";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đón&g";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1006, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 497);
     this.barDockControlBottom.Size = new System.Drawing.Size(1006, 0);
     //
     // barDockControlLeft
     //
     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, 473);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1006, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 473);
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "barButtonItem5";
     this.barButtonItem5.Id = 34;
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(879, 263);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(41, 38);
     this.splitContainerControl1.SplitterPosition = 76;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.groupControl2);
     this.popupControlContainerFilter.Controls.Add(this.groupControl1);
     this.popupControlContainerFilter.Controls.Add(this.splitContainerControl1);
     this.popupControlContainerFilter.Controls.Add(this.plTreeSelectItem1);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 24);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1006, 117);
     this.popupControlContainerFilter.TabIndex = 0;
     this.popupControlContainerFilter.Visible = false;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.checkedListBoxControl2);
     this.groupControl2.Controls.Add(this.label3);
     this.groupControl2.Controls.Add(this.ThongSoLoaiBang);
     this.groupControl2.Controls.Add(this.label9);
     this.groupControl2.Controls.Add(this.plCombobox3);
     this.groupControl2.Controls.Add(this.NguoiXuat);
     this.groupControl2.Controls.Add(this.label2);
     this.groupControl2.Controls.Add(this.textEdit2);
     this.groupControl2.Controls.Add(this.textEdit1);
     this.groupControl2.Controls.Add(this.label4);
     this.groupControl2.Controls.Add(this.label1);
     this.groupControl2.Controls.Add(this.label29);
     this.groupControl2.Controls.Add(this.label31);
     this.groupControl2.Controls.Add(this.dateEdit2);
     this.groupControl2.Controls.Add(this.dateEdit1);
     this.groupControl2.Location = new System.Drawing.Point(3, 6);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(524, 105);
     this.groupControl2.TabIndex = 199;
     this.groupControl2.Text = "Tiêu chí tìm kiếm";
     //
     // checkedListBoxControl2
     //
     this.checkedListBoxControl2.CheckOnClick = true;
     this.checkedListBoxControl2.ColumnWidth = 80;
     this.checkedListBoxControl2.ItemHeight = 20;
     this.checkedListBoxControl2.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Y", "POST", System.Windows.Forms.CheckState.Checked),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("N", "MASTER", System.Windows.Forms.CheckState.Checked)});
     this.checkedListBoxControl2.Location = new System.Drawing.Point(346, 74);
     this.checkedListBoxControl2.MultiColumn = true;
     this.checkedListBoxControl2.Name = "checkedListBoxControl2";
     this.checkedListBoxControl2.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.checkedListBoxControl2.Size = new System.Drawing.Size(166, 21);
     this.checkedListBoxControl2.TabIndex = 245;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(268, 78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 13);
     this.label3.TabIndex = 246;
     this.label3.Text = "Tình trạng";
     //
     // ThongSoLoaiBang
     //
     this.ThongSoLoaiBang.Location = new System.Drawing.Point(461, 49);
     this.ThongSoLoaiBang.Name = "ThongSoLoaiBang";
     this.ThongSoLoaiBang.Size = new System.Drawing.Size(51, 21);
     this.ThongSoLoaiBang.TabIndex = 244;
     this.ThongSoLoaiBang.ZZZWidthFactor = 2F;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(268, 53);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(53, 13);
     this.label9.TabIndex = 243;
     this.label9.Text = "Loại lưu trữ";
     //
     // plCombobox3
     //
     this.plCombobox3.DataSource = null;
     this.plCombobox3.DisplayField = null;
     this.plCombobox3.Location = new System.Drawing.Point(346, 49);
     this.plCombobox3.Name = "plCombobox3";
     this.plCombobox3.Size = new System.Drawing.Size(109, 21);
     this.plCombobox3.TabIndex = 240;
     this.plCombobox3.ValueField = null;
     //
     // NguoiXuat
     //
     this.NguoiXuat.DataSource = null;
     this.NguoiXuat.DisplayField = null;
     this.NguoiXuat.Location = new System.Drawing.Point(346, 25);
     this.NguoiXuat.Name = "NguoiXuat";
     this.NguoiXuat.Size = new System.Drawing.Size(166, 21);
     this.NguoiXuat.TabIndex = 242;
     this.NguoiXuat.ValueField = null;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(268, 28);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(47, 13);
     this.label2.TabIndex = 241;
     this.label2.Text = "Tiết mục";
     //
     // textEdit2
     //
     this.textEdit2.Location = new System.Drawing.Point(80, 71);
     this.textEdit2.Name = "textEdit2";
     this.textEdit2.Size = new System.Drawing.Size(176, 20);
     this.textEdit2.TabIndex = 232;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(80, 23);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(176, 20);
     this.textEdit1.TabIndex = 232;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 74);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(49, 13);
     this.label4.TabIndex = 230;
     this.label4.Text = "Nội dung";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 13);
     this.label1.TabIndex = 230;
     this.label1.Text = "Mã băng";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(5, 50);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 5;
     this.label29.Text = "Ngày nhập từ";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(155, 51);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(25, 13);
     this.label31.TabIndex = 5;
     this.label31.Text = "đến";
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location = new System.Drawing.Point(186, 47);
     this.dateEdit2.Name = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEdit2.Size = new System.Drawing.Size(70, 20);
     this.dateEdit2.TabIndex = 198;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location = new System.Drawing.Point(80, 47);
     this.dateEdit1.MenuManager = this.barManager1;
     this.dateEdit1.Name = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEdit1.Size = new System.Drawing.Size(71, 20);
     this.dateEdit1.TabIndex = 198;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.checkedListBoxControl1);
     this.groupControl1.Location = new System.Drawing.Point(533, 6);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(439, 108);
     this.groupControl1.TabIndex = 199;
     this.groupControl1.Text = "Tiêu chí thống kê";
     //
     // checkedListBoxControl1
     //
     this.checkedListBoxControl1.CheckOnClick = true;
     this.checkedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.checkedListBoxControl1.ItemHeight = 25;
     this.checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("0", "Loại lưu trữ", System.Windows.Forms.CheckState.Checked),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("1", "Tiết mục", System.Windows.Forms.CheckState.Checked),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2", "Thời lượng"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3", "Rating"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("4", "Số lần đã phát"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("5", "Tình trạng", System.Windows.Forms.CheckState.Checked),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("6", "Pop up", System.Windows.Forms.CheckState.Checked),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("7", "Tổng tập"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("8", "Ký hiệu phân loại"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("9", "Vị trí", System.Windows.Forms.CheckState.Checked)});
     this.checkedListBoxControl1.Location = new System.Drawing.Point(2, 22);
     this.checkedListBoxControl1.MultiColumn = true;
     this.checkedListBoxControl1.Name = "checkedListBoxControl1";
     this.checkedListBoxControl1.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.checkedListBoxControl1.Size = new System.Drawing.Size(435, 84);
     this.checkedListBoxControl1.TabIndex = 0;
     //
     // plTreeSelectItem1
     //
     this.plTreeSelectItem1.Location = new System.Drawing.Point(605, -20);
     this.plTreeSelectItem1.Name = "plTreeSelectItem1";
     this.plTreeSelectItem1.Size = new System.Drawing.Size(167, 20);
     this.plTreeSelectItem1.TabIndex = 193;
     this.plTreeSelectItem1.ZZZWidthFactor = 2F;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "VAT";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "VAT";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 96;
     //
     // frmTKThuocTinhBienMuc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1006, 497);
     this.Controls.Add(this.gridControlMaster);
     this.Controls.Add(this.popupControlContainerFilter);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmTKThuocTinhBienMuc";
     this.Text = "Thống kê biên mục theo ngày nhập";
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_TietMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_TietMuc_BienMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang_ThongSo_BienMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetail_LoaiBang_ThongSo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).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.pbSelect = new System.Windows.Forms.PictureBox();
            this.txtFilePath = new DevExpress.XtraEditors.TextEdit();
            this.label9 = new System.Windows.Forms.Label();
            this.btnCashVoucherImport = new DevExpress.XtraEditors.SimpleButton();
            this.groupCashVoucher = new DevExpress.XtraEditors.GroupControl();
            this.cmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.lk_BranchCode = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCashVoucher));
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.grpMDCashVoucherTop = new DevExpress.XtraEditors.GroupControl();
            this.Searchpanel = new System.Windows.Forms.Panel();
            this.btn_Search = new DevExpress.XtraEditors.SimpleButton();
            this.txtSearch = new DevExpress.XtraEditors.TextEdit();
            this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
            this.btn_Del = new DevExpress.XtraEditors.SimpleButton();
            this.gridControlMd_CashVoucher = new DevExpress.XtraGrid.GridControl();
            this.gridViewMdCashVoucher = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumnSV1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV9 = new DevExpress.XtraGrid.Columns.GridColumn();            
            this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.gridColumnSV10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnSV11 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.grpMDCashVoucherTop)).BeginInit();
            this.grpMDCashVoucherTop.SuspendLayout();
            this.Searchpanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMd_CashVoucher)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMdCashVoucher)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbStatus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lk_BranchCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucher)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbSelect)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, ""); 
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            this.imageList1.Images.SetKeyName(6, "");
            // 
            // grpMDCashVoucherTop
            // 
            this.grpMDCashVoucherTop.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.grpMDCashVoucherTop.Appearance.Options.UseBackColor = true;
            this.grpMDCashVoucherTop.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.grpMDCashVoucherTop.AppearanceCaption.Options.UseFont = true;
            this.grpMDCashVoucherTop.Controls.Add(this.Searchpanel);            
            this.grpMDCashVoucherTop.Controls.Add(this.gridControlMd_CashVoucher);
            this.grpMDCashVoucherTop.Controls.Add(this.groupCashVoucher);
            this.grpMDCashVoucherTop.ImeMode = System.Windows.Forms.ImeMode.On;
            this.grpMDCashVoucherTop.Location = new System.Drawing.Point(10, 0);
            this.grpMDCashVoucherTop.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
            this.grpMDCashVoucherTop.LookAndFeel.UseDefaultLookAndFeel = false;
            this.grpMDCashVoucherTop.Name = "grpMDCashVoucherTop";
            this.grpMDCashVoucherTop.Size = new System.Drawing.Size(980, 592);
            this.grpMDCashVoucherTop.TabIndex = 91;
            this.grpMDCashVoucherTop.Text = "Cash Voucher";
            // 
            // Searchpanel
            // 
            this.Searchpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.Searchpanel.Controls.Add(btn_Add);
            this.Searchpanel.Controls.Add(btn_Del);
            this.Searchpanel.Controls.Add(this.btn_Search);
            this.Searchpanel.Controls.Add(this.txtSearch);
            this.Searchpanel.Location = new System.Drawing.Point(614, 48);
            this.Searchpanel.Name = "Searchpanel";
            this.Searchpanel.Size = new System.Drawing.Size(557, 27);
            this.Searchpanel.TabIndex = 152;
            // 
            // btn_Search
            // 
            this.btn_Search.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btn_Search.Appearance.Options.UseFont = true;
            this.btn_Search.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.btn_Search.Location = new System.Drawing.Point(470, 0);
            this.btn_Search.Name = "btn_Search";
            this.btn_Search.Size = new System.Drawing.Size(68, 23);
            this.btn_Search.TabIndex = 137;
            this.btn_Search.Text = "Search";
            this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
            // 
            // txtSearch
            // 
            this.txtSearch.EditValue = "";
            this.txtSearch.ImeMode = System.Windows.Forms.ImeMode.On;
            this.txtSearch.Location = new System.Drawing.Point(278, 0);
            this.txtSearch.Name = "txtSearch";
            this.txtSearch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtSearch.Properties.Appearance.Options.UseFont = true;
            this.txtSearch.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
            this.txtSearch.Size = new System.Drawing.Size(183, 23);
            this.txtSearch.TabIndex = 136;
            this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
            // 
            // btn_Add
            //             
            this.btn_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Add.Appearance.Options.UseFont = true;
            this.btn_Add.Appearance.Options.UseTextOptions = true;
            this.btn_Add.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.btn_Add.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.btn_Add.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btn_Add.ImageIndex = 0;
            this.btn_Add.ImageList = this.imageList1;
            this.btn_Add.ImeMode = System.Windows.Forms.ImeMode.On;
            this.btn_Add.Location = new System.Drawing.Point(10, 0);
            this.btn_Add.Name = "btn_Add";
            this.btn_Add.Size = new System.Drawing.Size(45, 18);
            this.btn_Add.TabIndex = 132;
            this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
            // 
            // btn_Del
            // 
            this.btn_Del.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Del.Appearance.Options.UseFont = true;
            this.btn_Del.Appearance.Options.UseTextOptions = true;
            this.btn_Del.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.btn_Del.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
            this.btn_Del.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.btn_Del.ImageIndex = 1;
            this.btn_Del.ImageList = this.imageList1;
            this.btn_Del.Location = new System.Drawing.Point(58, 0);
            this.btn_Del.Name = "btn_Del";
            this.btn_Del.Size = new System.Drawing.Size(45, 18);
            this.btn_Del.TabIndex = 131;
            this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
            // 
            // gridControlMd_CashVoucher
            // 
            this.gridControlMd_CashVoucher.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.gridControlMd_CashVoucher.Location = new System.Drawing.Point(2, 342);
            this.gridControlMd_CashVoucher.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gridControlMd_CashVoucher.MainView = this.gridViewMdCashVoucher;
            this.gridControlMd_CashVoucher.Name = "gridControlMd_CashVoucher";
            this.gridControlMd_CashVoucher.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemLookUpEdit1,this.lk_BranchCode});
            this.gridControlMd_CashVoucher.Size = new System.Drawing.Size(998, 420);
            this.gridControlMd_CashVoucher.TabIndex = 19;
            this.gridControlMd_CashVoucher.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMdCashVoucher});
            // 
            // lk_BranchCode
            // 
            this.lk_BranchCode.AutoHeight = false;
            this.lk_BranchCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lk_BranchCode.Name = "lk_BranchCode";
            // 
            // gridViewMdCashVoucher
            // 
            this.gridViewMdCashVoucher.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumnSV1,
            this.gridColumnSV2,
            this.gridColumnSV3,
            this.gridColumnSV4,
            this.gridColumnSV5,
            this.gridColumnSV6,
            this.gridColumnSV7,
            this.gridColumnSV8,
            this.gridColumnSV9,
            this.gridColumnSV10,
            this.gridColumnSV11
            });
            this.gridViewMdCashVoucher.GridControl = this.gridControlMd_CashVoucher;
            this.gridViewMdCashVoucher.Name = "gridViewMdCashVoucher";
            this.gridViewMdCashVoucher.OptionsCustomization.AllowFilter = false;
            this.gridViewMdCashVoucher.OptionsCustomization.AllowSort = false;
            this.gridViewMdCashVoucher.OptionsView.ShowGroupPanel = false;
            this.gridViewMdCashVoucher.LostFocus += new System.EventHandler(this.gridViewMdCashVoucher_LostFocus);
            // 
            // gridColumnSV1
            // 
            this.gridColumnSV1.Caption = "SN";
            this.gridColumnSV1.FieldName = "strSN";
            this.gridColumnSV1.Name = "gridColumnSV1";
            this.gridColumnSV1.Visible = true;
            this.gridColumnSV1.VisibleIndex = 0;
            this.gridColumnSV1.Width = 93;
            // 
            // gridColumnSV2
            // 
            this.gridColumnSV2.Caption = "Description";
            this.gridColumnSV2.FieldName = "strDescription";
            this.gridColumnSV2.Name = "gridColumnSV2";
            this.gridColumnSV2.Visible = true;
            this.gridColumnSV2.VisibleIndex = 1;
            this.gridColumnSV2.Width = 93;
            // 
            // gridColumnSV3
            // 
            this.gridColumnSV3.Caption = "Description 2";
            this.gridColumnSV3.FieldName = "strDescription2";
            this.gridColumnSV3.Name = "gridColumnSV3";
            this.gridColumnSV3.Visible = true;
            this.gridColumnSV3.VisibleIndex = 2;
            this.gridColumnSV3.Width = 93;
            // 
            // gridColumnSV4
            // 
            this.gridColumnSV4.Caption = "Status";
            this.gridColumnSV4.FieldName = "nStatusID";
            this.gridColumnSV4.Name = "gridColumnSV4";
            this.gridColumnSV4.Visible = true;
            this.gridColumnSV4.VisibleIndex = 3;
            this.gridColumnSV4.Width = 93;
            // 
            // gridColumnSV5
            // 
            this.gridColumnSV5.Caption = "Start Date";
            this.gridColumnSV5.FieldName = "dtStartDate";
            this.gridColumnSV5.Name = "gridColumnSV5";
            this.gridColumnSV5.Visible = true;
            this.gridColumnSV5.VisibleIndex = 4;
            this.gridColumnSV5.Width = 93;
            // 
            // gridColumnSV6
            // 
            this.gridColumnSV6.Caption = "Expiry Date";
            this.gridColumnSV6.FieldName = "dtExpiryDate";
            this.gridColumnSV6.Name = "gridColumnSV6";
            this.gridColumnSV6.Visible = true;
            this.gridColumnSV6.VisibleIndex = 5;
            this.gridColumnSV6.Width = 93;
            // 
            // gridColumnSV7
            // 
            this.gridColumnSV7.Caption = "Cash Value";
            this.gridColumnSV7.FieldName = "mValue";
            this.gridColumnSV7.Name = "gridColumnSV7";
            this.gridColumnSV7.Visible = true;
            this.gridColumnSV7.VisibleIndex = 6;
            this.gridColumnSV7.Width = 93;
            // 
            // gridColumnSV8
            // 
            this.gridColumnSV8.Caption = "Branch Code";
            this.gridColumnSV8.ColumnEdit = this.lk_BranchCode;
            this.gridColumnSV8.FieldName = "strBranchCode";
            this.gridColumnSV8.Name = "gridColumnSV8";
            this.gridColumnSV8.Visible = true;
            this.gridColumnSV8.VisibleIndex = 7;
            this.gridColumnSV8.Width = 102;
            // 
            // gridColumnSV11
            // 
            this.gridColumnSV11.Caption = "Terminal ID";
            this.gridColumnSV11.FieldName = "nTerminalID";
            this.gridColumnSV11.Name = "gridColumnSV11";
            this.gridColumnSV11.Visible = true;
            this.gridColumnSV11.VisibleIndex = 8;
            this.gridColumnSV11.Width = 93;
            // 
            // gridColumnSV9
            // 
            this.gridColumnSV9.Caption = "Cash Voucher Type";
            this.gridColumnSV9.ColumnEdit = this.repositoryItemLookUpEdit1;
            this.gridColumnSV9.FieldName = "nCashVoucherTypeID";
            this.gridColumnSV9.Name = "gridColumnSV9";
            this.gridColumnSV9.Visible = true;
            this.gridColumnSV9.VisibleIndex = 8;
            this.gridColumnSV9.Width = 94;
            // 
            // cmbStatus
            // 
            this.cmbStatus.AutoHeight = false;
            this.cmbStatus.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbStatus.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Active", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deleted", 1, -1)});
            this.cmbStatus.Name = "cmbStatus";
            // 
            // groupCashVoucher
            // 
            this.groupCashVoucher.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupCashVoucher.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.groupCashVoucher.Appearance.Options.UseBackColor = true;
            this.groupCashVoucher.Controls.Add(this.pbSelect);
            this.groupCashVoucher.Controls.Add(this.txtFilePath);
            this.groupCashVoucher.Controls.Add(this.label9);
            this.groupCashVoucher.Controls.Add(this.btnCashVoucherImport);
            this.groupCashVoucher.ImeMode = System.Windows.Forms.ImeMode.On;
            this.groupCashVoucher.Location = new System.Drawing.Point(10, 647);
            this.groupCashVoucher.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
            this.groupCashVoucher.LookAndFeel.UseDefaultLookAndFeel = false;
            this.groupCashVoucher.Name = "groupCashVoucher";
            this.groupCashVoucher.Size = new System.Drawing.Size(980, 110);
            this.groupCashVoucher.TabIndex = 19;
            this.groupCashVoucher.Text = "Cash Voucher Import";
            // 
            // pbSelect
            // 
            this.pbSelect.Cursor = System.Windows.Forms.Cursors.Hand;
            this.pbSelect.ErrorImage = global::ACMS.Properties.Resources.open_file_icon;
            this.pbSelect.Image = global::ACMS.Properties.Resources.open_file_icon;
            this.pbSelect.InitialImage = global::ACMS.Properties.Resources.open_file_icon;
            this.pbSelect.Location = new System.Drawing.Point(573, 42);
            this.pbSelect.Name = "pbSelect";
            this.pbSelect.Size = new System.Drawing.Size(20, 20);
            this.pbSelect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbSelect.TabIndex = 36;
            this.pbSelect.TabStop = false;
            this.pbSelect.Click += new System.EventHandler(this.pbSelect_Click);
            // 
            // txtFilePath
            // 
            this.txtFilePath.EditValue = "";
            this.txtFilePath.Location = new System.Drawing.Point(266, 43);
            this.txtFilePath.Name = "txtFilePath";
            this.txtFilePath.Properties.MaxLength = 255;
            this.txtFilePath.Properties.ReadOnly = true;
            this.txtFilePath.Size = new System.Drawing.Size(301, 20);
            this.txtFilePath.TabIndex = 35;
            // 
            // label9
            // 
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(125, 47);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(140, 16);
            this.label9.TabIndex = 34;
            this.label9.Text = "Select file to upload";
            // 
            // btnCashVoucherImport
            // 
            this.btnCashVoucherImport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btnCashVoucherImport.Appearance.Options.UseFont = true;
            this.btnCashVoucherImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.btnCashVoucherImport.Location = new System.Drawing.Point(521, 69);
            this.btnCashVoucherImport.Name = "btnCashVoucherImport";
            this.btnCashVoucherImport.Size = new System.Drawing.Size(72, 18);
            this.btnCashVoucherImport.TabIndex = 12;
            this.btnCashVoucherImport.Text = "Import";
            this.btnCashVoucherImport.Click += new System.EventHandler(this.btnCashVoucherImport_Click);
            // 
            // repositoryItemLookUpEdit1
            // 
            this.repositoryItemLookUpEdit1.AutoHeight = false;
            this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            // 
            // gridColumnSV10
            // 
            this.gridColumnSV10.Caption = "Sell?";
            this.gridColumnSV10.FieldName = "fSell";
            this.gridColumnSV10.Name = "gridColumnSV10";
            this.gridColumnSV10.Visible = true;
            this.gridColumnSV10.VisibleIndex = 9;
            this.gridColumnSV10.Width = 88;
            // 
            // frmCashVoucher
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(1000, 560);
            this.Controls.Add(this.grpMDCashVoucherTop);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "frmCashVoucher";
            this.Text = "frmCashVoucher";
            this.Load += new System.EventHandler(this.frmCashVoucher_Load);
            ((System.ComponentModel.ISupportInitialize)(this.grpMDCashVoucherTop)).EndInit();
            this.grpMDCashVoucherTop.ResumeLayout(false);
            this.Searchpanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtSearch.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMd_CashVoucher)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMdCashVoucher)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbStatus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lk_BranchCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucher)).EndInit();
            this.groupCashVoucher.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbSelect)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).EndInit();
            this.ResumeLayout(false);

        }
        private void InitializeComponent()
        {
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
            this.btnSbobetGetInfo = new DevExpress.XtraBars.BarButtonItem();
            this.lblSbobetCurrentCredit = new DevExpress.XtraBars.BarStaticItem();
            this.lblSbobetTotalMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblSbobetLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem7 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem8 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetCurrentCredit = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetTotalMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblIbetLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.btnIbetGetInfo = new DevExpress.XtraBars.BarButtonItem();
            this.lblStatus = new DevExpress.XtraBars.BarStaticItem();
            this.lblSameMatch = new DevExpress.XtraBars.BarStaticItem();
            this.lblLastUpdate = new DevExpress.XtraBars.BarStaticItem();
            this.btnStart = new DevExpress.XtraBars.BarButtonItem();
            this.btnStop = new DevExpress.XtraBars.BarButtonItem();
            this.btnClear = new DevExpress.XtraBars.BarButtonItem();
            this.lblIBETWinLost = new DevExpress.XtraBars.BarStaticItem();
            this.lblIBETCom = new DevExpress.XtraBars.BarStaticItem();
            this.lblIBETReject = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem6 = new DevExpress.XtraBars.BarStaticItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgIbet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgSbobet = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
            this.webIBET = new System.Windows.Forms.WebBrowser();
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.cbeSignatureTemplate = new DevExpress.XtraEditors.ComboBoxEdit();
            this.label1 = new System.Windows.Forms.Label();
            this.btnIBETGO = new DevExpress.XtraEditors.SimpleButton();
            this.txtIBETAddress = new DevExpress.XtraEditors.TextEdit();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.webSBOBET = new System.Windows.Forms.WebBrowser();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.chooseSBOServer = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnSBOBETGO = new DevExpress.XtraEditors.SimpleButton();
            this.txtSBOBETAddress = new DevExpress.XtraEditors.TextEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.grdSameMatch = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
            this.gridNonLiveMatch = new DevExpress.XtraGrid.GridControl();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabBetList = new DevExpress.XtraTab.XtraTabPage();
            this.grdBetList = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.txtTransactionTimeSpan = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.txtMaxTimePerHalf = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.chbAllowHalftime = new DevExpress.XtraEditors.CheckEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.chkProxy = new DevExpress.XtraEditors.CheckEdit();
            this.btnStatus = new DevExpress.XtraEditors.SimpleButton();
            this.btnSetUpdateInterval = new DevExpress.XtraEditors.SimpleButton();
            this.txtSBOBETUpdateInterval = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.txtIBETUpdateInterval = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
            this.chkEnable = new DevExpress.XtraEditors.CheckEdit();
            this.chkFollowType = new DevExpress.XtraEditors.CheckEdit();
            this.txtLowestOddValue = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
            this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.chkFollowPercent = new DevExpress.XtraEditors.CheckEdit();
            this.txtIBETFixedStake = new DevExpress.XtraEditors.SpinEdit();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.txtAllowTradeMinValue = new DevExpress.XtraEditors.SpinEdit();
            this.txtFollowPercent = new DevExpress.XtraEditors.SpinEdit();
            this.groupControl6 = new DevExpress.XtraEditors.GroupControl();
            this.txtListFollowAccounts = new DevExpress.XtraEditors.MemoEdit();
            this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
            this.grdTransaction = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
            this.panelControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbeSignatureTemplate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETAddress.Properties)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chooseSBOServer.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETAddress.Properties)).BeginInit();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdSameMatch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridNonLiveMatch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            this.tabBetList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdBetList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
            this.xtraTabControl2.SuspendLayout();
            this.xtraTabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTransactionTimeSpan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMaxTimePerHalf.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbAllowHalftime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkProxy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETUpdateInterval.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETUpdateInterval.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
            this.groupControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkEnable.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkFollowType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLowestOddValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkFollowPercent.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETFixedStake.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAllowTradeMinValue.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFollowPercent.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
            this.groupControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtListFollowAccounts.Properties)).BeginInit();
            this.xtraTabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdTransaction)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ApplicationButtonText = null;
            // 
            // 
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barStaticItem1,
            this.barStaticItem2,
            this.barStaticItem3,
            this.btnSbobetGetInfo,
            this.lblSbobetCurrentCredit,
            this.lblSbobetTotalMatch,
            this.lblSbobetLastUpdate,
            this.barStaticItem7,
            this.barStaticItem8,
            this.barStaticItem9,
            this.lblIbetCurrentCredit,
            this.lblIbetTotalMatch,
            this.lblIbetLastUpdate,
            this.btnIbetGetInfo,
            this.lblStatus,
            this.lblSameMatch,
            this.lblLastUpdate,
            this.btnStart,
            this.btnStop,
            this.btnClear,
            this.lblIBETWinLost,
            this.lblIBETCom,
            this.lblIBETReject,
            this.barStaticItem4,
            this.barStaticItem5,
            this.barStaticItem6});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 37;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl1.SelectedPage = this.ribbonPage1;
            this.ribbonControl1.ShowCategoryInCaption = false;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1130, 125);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "Current Credit:";
            this.barStaticItem1.Id = 1;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "Total Match:";
            this.barStaticItem2.Id = 2;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem3
            // 
            this.barStaticItem3.Caption = "Last Update:";
            this.barStaticItem3.Id = 3;
            this.barStaticItem3.Name = "barStaticItem3";
            this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnSbobetGetInfo
            // 
            this.btnSbobetGetInfo.Caption = "Get Info";
            this.btnSbobetGetInfo.Id = 4;
            this.btnSbobetGetInfo.LargeGlyph = global::iBet.App.Properties.Resources.i8;
            this.btnSbobetGetInfo.Name = "btnSbobetGetInfo";
            this.btnSbobetGetInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSbobetGetInfo_ItemClick);
            // 
            // lblSbobetCurrentCredit
            // 
            this.lblSbobetCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetCurrentCredit.Appearance.Options.UseFont = true;
            this.lblSbobetCurrentCredit.Caption = "-";
            this.lblSbobetCurrentCredit.Id = 5;
            this.lblSbobetCurrentCredit.Name = "lblSbobetCurrentCredit";
            this.lblSbobetCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetCurrentCredit.Width = 135;
            // 
            // lblSbobetTotalMatch
            // 
            this.lblSbobetTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetTotalMatch.Appearance.Options.UseFont = true;
            this.lblSbobetTotalMatch.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.lblSbobetTotalMatch.Caption = "-";
            this.lblSbobetTotalMatch.Id = 6;
            this.lblSbobetTotalMatch.Name = "lblSbobetTotalMatch";
            this.lblSbobetTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetTotalMatch.Width = 135;
            // 
            // lblSbobetLastUpdate
            // 
            this.lblSbobetLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblSbobetLastUpdate.Appearance.Options.UseFont = true;
            this.lblSbobetLastUpdate.Caption = "-";
            this.lblSbobetLastUpdate.Id = 8;
            this.lblSbobetLastUpdate.Name = "lblSbobetLastUpdate";
            this.lblSbobetLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblSbobetLastUpdate.Width = 135;
            // 
            // barStaticItem7
            // 
            this.barStaticItem7.Caption = "Current Credit:";
            this.barStaticItem7.Id = 9;
            this.barStaticItem7.Name = "barStaticItem7";
            this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem8
            // 
            this.barStaticItem8.Caption = "Total Already Running:";
            this.barStaticItem8.Id = 10;
            this.barStaticItem8.Name = "barStaticItem8";
            this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem9
            // 
            this.barStaticItem9.Caption = "Last Update:";
            this.barStaticItem9.Id = 11;
            this.barStaticItem9.Name = "barStaticItem9";
            this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblIbetCurrentCredit
            // 
            this.lblIbetCurrentCredit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetCurrentCredit.Appearance.Options.UseFont = true;
            this.lblIbetCurrentCredit.Caption = "-";
            this.lblIbetCurrentCredit.Id = 12;
            this.lblIbetCurrentCredit.Name = "lblIbetCurrentCredit";
            this.lblIbetCurrentCredit.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetCurrentCredit.Width = 135;
            // 
            // lblIbetTotalMatch
            // 
            this.lblIbetTotalMatch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetTotalMatch.Appearance.Options.UseFont = true;
            this.lblIbetTotalMatch.Caption = "-";
            this.lblIbetTotalMatch.Id = 13;
            this.lblIbetTotalMatch.Name = "lblIbetTotalMatch";
            this.lblIbetTotalMatch.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetTotalMatch.Width = 135;
            // 
            // lblIbetLastUpdate
            // 
            this.lblIbetLastUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblIbetLastUpdate.Appearance.Options.UseFont = true;
            this.lblIbetLastUpdate.Caption = "-";
            this.lblIbetLastUpdate.Id = 14;
            this.lblIbetLastUpdate.Name = "lblIbetLastUpdate";
            this.lblIbetLastUpdate.TextAlignment = System.Drawing.StringAlignment.Far;
            this.lblIbetLastUpdate.Width = 135;
            // 
            // btnIbetGetInfo
            // 
            this.btnIbetGetInfo.Caption = "Get Info";
            this.btnIbetGetInfo.Id = 15;
            this.btnIbetGetInfo.LargeGlyph = global::iBet.App.Properties.Resources.i8;
            this.btnIbetGetInfo.Name = "btnIbetGetInfo";
            this.btnIbetGetInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // lblStatus
            // 
            this.lblStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblStatus.Appearance.Options.UseFont = true;
            this.lblStatus.Caption = "STOPPED";
            this.lblStatus.Id = 16;
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblStatus.Width = 135;
            // 
            // lblSameMatch
            // 
            this.lblSameMatch.Caption = "Total waiting list: -";
            this.lblSameMatch.Id = 17;
            this.lblSameMatch.Name = "lblSameMatch";
            this.lblSameMatch.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblSameMatch.Width = 135;
            // 
            // lblLastUpdate
            // 
            this.lblLastUpdate.Caption = "-";
            this.lblLastUpdate.Id = 18;
            this.lblLastUpdate.Name = "lblLastUpdate";
            this.lblLastUpdate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblLastUpdate.Width = 135;
            // 
            // btnStart
            // 
            this.btnStart.Caption = "Start";
            this.btnStart.Enabled = false;
            this.btnStart.Id = 19;
            this.btnStart.LargeGlyph = global::iBet.App.Properties.Resources.i5;
            this.btnStart.Name = "btnStart";
            this.btnStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStart_ItemClick);
            // 
            // btnStop
            // 
            this.btnStop.Caption = "Stop";
            this.btnStop.Enabled = false;
            this.btnStop.Id = 20;
            this.btnStop.LargeGlyph = global::iBet.App.Properties.Resources.i6;
            this.btnStop.Name = "btnStop";
            this.btnStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStop_ItemClick);
            // 
            // btnClear
            // 
            this.btnClear.Caption = "Clear";
            this.btnClear.Enabled = false;
            this.btnClear.Id = 21;
            this.btnClear.LargeGlyph = global::iBet.App.Properties.Resources.i7;
            this.btnClear.Name = "btnClear";
            this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
            // 
            // lblIBETWinLost
            // 
            this.lblIBETWinLost.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.lblIBETWinLost.Appearance.Options.UseFont = true;
            this.lblIBETWinLost.Caption = "-";
            this.lblIBETWinLost.Id = 25;
            this.lblIBETWinLost.Name = "lblIBETWinLost";
            this.lblIBETWinLost.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // lblIBETCom
            // 
            this.lblIBETCom.Caption = "-";
            this.lblIBETCom.Id = 26;
            this.lblIBETCom.Name = "lblIBETCom";
            this.lblIBETCom.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblIBETReject
            // 
            this.lblIBETReject.Caption = "-";
            this.lblIBETReject.Id = 27;
            this.lblIBETReject.Name = "lblIBETReject";
            this.lblIBETReject.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem4
            // 
            this.barStaticItem4.Caption = "Win:";
            this.barStaticItem4.Id = 31;
            this.barStaticItem4.Name = "barStaticItem4";
            this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem5
            // 
            this.barStaticItem5.Caption = "Com:";
            this.barStaticItem5.Id = 32;
            this.barStaticItem5.Name = "barStaticItem5";
            this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem6
            // 
            this.barStaticItem6.Caption = "Reject:";
            this.barStaticItem6.Id = 33;
            this.barStaticItem6.Name = "barStaticItem6";
            this.barStaticItem6.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgIbet,
            this.rpgSbobet,
            this.ribbonPageGroup3,
            this.ribbonPageGroup4});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "ribbonPage1";
            // 
            // rpgIbet
            // 
            this.rpgIbet.ItemLinks.Add(this.barStaticItem7);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem8);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem9);
            this.rpgIbet.ItemLinks.Add(this.lblIbetCurrentCredit);
            this.rpgIbet.ItemLinks.Add(this.lblIbetTotalMatch);
            this.rpgIbet.ItemLinks.Add(this.lblIbetLastUpdate);
            this.rpgIbet.ItemLinks.Add(this.btnIbetGetInfo);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem4);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem5);
            this.rpgIbet.ItemLinks.Add(this.barStaticItem6);
            this.rpgIbet.ItemLinks.Add(this.lblIBETWinLost);
            this.rpgIbet.ItemLinks.Add(this.lblIBETCom);
            this.rpgIbet.ItemLinks.Add(this.lblIBETReject);
            this.rpgIbet.Name = "rpgIbet";
            this.rpgIbet.ShowCaptionButton = false;
            this.rpgIbet.Text = "IBET";
            // 
            // rpgSbobet
            // 
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem1);
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem2);
            this.rpgSbobet.ItemLinks.Add(this.barStaticItem3);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetCurrentCredit);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetTotalMatch);
            this.rpgSbobet.ItemLinks.Add(this.lblSbobetLastUpdate);
            this.rpgSbobet.ItemLinks.Add(this.btnSbobetGetInfo);
            this.rpgSbobet.Name = "rpgSbobet";
            this.rpgSbobet.ShowCaptionButton = false;
            this.rpgSbobet.Text = "SUB IBET";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.lblStatus);
            this.ribbonPageGroup3.ItemLinks.Add(this.lblSameMatch);
            this.ribbonPageGroup3.ItemLinks.Add(this.lblLastUpdate);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnStart);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnStop);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Status";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.btnClear);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Transaction";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 125);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.xtraTabControl1);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl2);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1130, 617);
            this.splitContainerControl1.SplitterPosition = 179;
            this.splitContainerControl1.TabIndex = 1;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1130, 433);
            this.xtraTabControl1.TabIndex = 0;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3,
            this.xtraTabPage6,
            this.tabBetList});
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.panelControl5);
            this.xtraTabPage1.Controls.Add(this.panelControl4);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1124, 407);
            this.xtraTabPage1.Text = "IBET";
            // 
            // panelControl5
            // 
            this.panelControl5.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.panelControl5.Controls.Add(this.webIBET);
            this.panelControl5.Location = new System.Drawing.Point(3, 38);
            this.panelControl5.Name = "panelControl5";
            this.panelControl5.Size = new System.Drawing.Size(1118, 366);
            this.panelControl5.TabIndex = 3;
            // 
            // webIBET
            // 
            this.webIBET.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webIBET.Location = new System.Drawing.Point(2, 2);
            this.webIBET.MinimumSize = new System.Drawing.Size(20, 20);
            this.webIBET.Name = "webIBET";
            this.webIBET.Size = new System.Drawing.Size(1114, 362);
            this.webIBET.TabIndex = 0;
            this.webIBET.Url = new System.Uri("http://www.653366.com", System.UriKind.Absolute);
            this.webIBET.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webIBET_DocumentCompleted);
            // 
            // panelControl4
            // 
            this.panelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelControl4.Controls.Add(this.cbeSignatureTemplate);
            this.panelControl4.Controls.Add(this.label1);
            this.panelControl4.Controls.Add(this.btnIBETGO);
            this.panelControl4.Controls.Add(this.txtIBETAddress);
            this.panelControl4.Location = new System.Drawing.Point(3, 3);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(1118, 29);
            this.panelControl4.TabIndex = 2;
            // 
            // cbeSignatureTemplate
            // 
            this.cbeSignatureTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.cbeSignatureTemplate.EditValue = "Choose Server";
            this.cbeSignatureTemplate.Location = new System.Drawing.Point(871, 5);
            this.cbeSignatureTemplate.Name = "cbeSignatureTemplate";
            this.cbeSignatureTemplate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.cbeSignatureTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbeSignatureTemplate.Properties.DropDownRows = 10;
            this.cbeSignatureTemplate.Properties.Items.AddRange(new object[] {
            "http://www.653366.com",
            "http://www.ibet888.net"});
            this.cbeSignatureTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cbeSignatureTemplate.Size = new System.Drawing.Size(162, 20);
            this.cbeSignatureTemplate.TabIndex = 10;
            this.cbeSignatureTemplate.SelectedIndexChanged += new System.EventHandler(this.cbeSignatureTemplate_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(2, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(50, 13);
            this.label1.TabIndex = 9;
            this.label1.Text = "Address:";
            // 
            // btnIBETGO
            // 
            this.btnIBETGO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnIBETGO.Location = new System.Drawing.Point(1039, 3);
            this.btnIBETGO.Name = "btnIBETGO";
            this.btnIBETGO.Size = new System.Drawing.Size(75, 23);
            this.btnIBETGO.TabIndex = 8;
            this.btnIBETGO.Text = "GO";
            this.btnIBETGO.Click += new System.EventHandler(this.btnIBETGO_Click);
            // 
            // txtIBETAddress
            // 
            this.txtIBETAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIBETAddress.EditValue = "http://www.653366.com";
            this.txtIBETAddress.Location = new System.Drawing.Point(54, 5);
            this.txtIBETAddress.Name = "txtIBETAddress";
            this.txtIBETAddress.Size = new System.Drawing.Size(811, 20);
            this.txtIBETAddress.TabIndex = 7;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panelControl3);
            this.xtraTabPage2.Controls.Add(this.panelControl2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1124, 407);
            this.xtraTabPage2.Text = "SUB";
            // 
            // panelControl3
            // 
            this.panelControl3.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.panelControl3.Controls.Add(this.webSBOBET);
            this.panelControl3.Location = new System.Drawing.Point(3, 38);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(1117, 410);
            this.panelControl3.TabIndex = 6;
            // 
            // webSBOBET
            // 
            this.webSBOBET.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webSBOBET.Location = new System.Drawing.Point(2, 2);
            this.webSBOBET.MinimumSize = new System.Drawing.Size(20, 20);
            this.webSBOBET.Name = "webSBOBET";
            this.webSBOBET.Size = new System.Drawing.Size(1113, 406);
            this.webSBOBET.TabIndex = 0;
            this.webSBOBET.Url = new System.Uri("http://www.b88ag.com/", System.UriKind.Absolute);
            this.webSBOBET.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webSBOBET_DocumentCompleted);
            // 
            // panelControl2
            // 
            this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panelControl2.Controls.Add(this.chooseSBOServer);
            this.panelControl2.Controls.Add(this.btnSBOBETGO);
            this.panelControl2.Controls.Add(this.txtSBOBETAddress);
            this.panelControl2.Controls.Add(this.labelControl1);
            this.panelControl2.Location = new System.Drawing.Point(3, 3);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(1118, 29);
            this.panelControl2.TabIndex = 5;
            // 
            // chooseSBOServer
            // 
            this.chooseSBOServer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chooseSBOServer.EditValue = "Choose Server";
            this.chooseSBOServer.Location = new System.Drawing.Point(871, 5);
            this.chooseSBOServer.Name = "chooseSBOServer";
            this.chooseSBOServer.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            this.chooseSBOServer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.chooseSBOServer.Properties.DropDownRows = 10;
            this.chooseSBOServer.Properties.Items.AddRange(new object[] {
            "http://www.b88ag.com/"});
            this.chooseSBOServer.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.chooseSBOServer.Size = new System.Drawing.Size(162, 20);
            this.chooseSBOServer.TabIndex = 11;
            this.chooseSBOServer.SelectedIndexChanged += new System.EventHandler(this.chooseSBOServer_SelectedIndexChanged);
            // 
            // btnSBOBETGO
            // 
            this.btnSBOBETGO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSBOBETGO.Location = new System.Drawing.Point(1039, 3);
            this.btnSBOBETGO.Name = "btnSBOBETGO";
            this.btnSBOBETGO.Size = new System.Drawing.Size(75, 23);
            this.btnSBOBETGO.TabIndex = 5;
            this.btnSBOBETGO.Text = "GO";
            this.btnSBOBETGO.Click += new System.EventHandler(this.btnSBOBETGO_Click);
            // 
            // txtSBOBETAddress
            // 
            this.txtSBOBETAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSBOBETAddress.EditValue = "http://www.b88ag.com/";
            this.txtSBOBETAddress.Location = new System.Drawing.Point(54, 5);
            this.txtSBOBETAddress.Name = "txtSBOBETAddress";
            this.txtSBOBETAddress.Size = new System.Drawing.Size(808, 20);
            this.txtSBOBETAddress.TabIndex = 4;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(5, 8);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(43, 13);
            this.labelControl1.TabIndex = 3;
            this.labelControl1.Text = "Address:";
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.grdSameMatch);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(1124, 407);
            this.xtraTabPage3.Text = "Live Match";
            // 
            // grdSameMatch
            // 
            this.grdSameMatch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdSameMatch.Location = new System.Drawing.Point(0, 0);
            this.grdSameMatch.MainView = this.gridView1;
            this.grdSameMatch.Name = "grdSameMatch";
            this.grdSameMatch.Size = new System.Drawing.Size(1124, 407);
            this.grdSameMatch.TabIndex = 3;
            this.grdSameMatch.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn14,
            this.gridColumn17,
            this.gridColumn18,
            this.gridColumn19});
            this.gridView1.GridControl = this.grdSameMatch;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsDetail.AllowZoomDetail = false;
            this.gridView1.OptionsDetail.EnableMasterViewMode = false;
            this.gridView1.OptionsDetail.ShowDetailTabs = false;
            this.gridView1.OptionsDetail.SmartDetailExpand = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowPreview = true;
            this.gridView1.PreviewFieldName = "LeagueName";
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn18, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "Home Team";
            this.gridColumn15.FieldName = "HomeTeamName";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 0;
            this.gridColumn15.Width = 367;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "Away Team";
            this.gridColumn16.FieldName = "AwayTeamName";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 3;
            this.gridColumn16.Width = 368;
            // 
            // gridColumn21
            // 
            this.gridColumn21.Caption = "HomeScore";
            this.gridColumn21.FieldName = "HomeScore";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 1;
            // 
            // gridColumn22
            // 
            this.gridColumn22.Caption = "AwayScore";
            this.gridColumn22.FieldName = "AwayScore";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 2;
            // 
            // gridColumn14
            // 
            this.gridColumn14.Caption = "Odd Count";
            this.gridColumn14.FieldName = "OddCount";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.FixedWidth = true;
            this.gridColumn14.Visible = true;
            this.gridColumn14.VisibleIndex = 4;
            this.gridColumn14.Width = 70;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "Half";
            this.gridColumn17.FieldName = "Half";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.FixedWidth = true;
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 5;
            this.gridColumn17.Width = 60;
            // 
            // gridColumn18
            // 
            this.gridColumn18.Caption = "Minute";
            this.gridColumn18.FieldName = "Minute";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.FixedWidth = true;
            this.gridColumn18.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 6;
            this.gridColumn18.Width = 60;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "Half Time";
            this.gridColumn19.FieldName = "IsHalfTime";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.OptionsColumn.FixedWidth = true;
            this.gridColumn19.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 7;
            this.gridColumn19.Width = 60;
            // 
            // xtraTabPage6
            // 
            this.xtraTabPage6.Controls.Add(this.gridNonLiveMatch);
            this.xtraTabPage6.Name = "xtraTabPage6";
            this.xtraTabPage6.Size = new System.Drawing.Size(1124, 407);
            this.xtraTabPage6.Text = "Non-Live Match";
            // 
            // gridNonLiveMatch
            // 
            this.gridNonLiveMatch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridNonLiveMatch.Location = new System.Drawing.Point(0, 0);
            this.gridNonLiveMatch.MainView = this.gridView4;
            this.gridNonLiveMatch.Name = "gridNonLiveMatch";
            this.gridNonLiveMatch.Size = new System.Drawing.Size(1124, 407);
            this.gridNonLiveMatch.TabIndex = 4;
            this.gridNonLiveMatch.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView4});
            // 
            // gridView4
            // 
            this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn20,
            this.gridColumn32,
            this.gridColumn35});
            this.gridView4.GridControl = this.gridNonLiveMatch;
            this.gridView4.Name = "gridView4";
            this.gridView4.OptionsBehavior.Editable = false;
            this.gridView4.OptionsCustomization.AllowGroup = false;
            this.gridView4.OptionsDetail.AllowZoomDetail = false;
            this.gridView4.OptionsDetail.EnableMasterViewMode = false;
            this.gridView4.OptionsDetail.ShowDetailTabs = false;
            this.gridView4.OptionsDetail.SmartDetailExpand = false;
            this.gridView4.OptionsView.ShowAutoFilterRow = true;
            this.gridView4.OptionsView.ShowGroupPanel = false;
            this.gridView4.OptionsView.ShowPreview = true;
            this.gridView4.PreviewFieldName = "LeagueName";
            // 
            // gridColumn20
            // 
            this.gridColumn20.Caption = "Home Team";
            this.gridColumn20.FieldName = "HomeTeamName";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 0;
            this.gridColumn20.Width = 367;
            // 
            // gridColumn32
            // 
            this.gridColumn32.Caption = "Away Team";
            this.gridColumn32.FieldName = "AwayTeamName";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 1;
            this.gridColumn32.Width = 368;
            // 
            // gridColumn35
            // 
            this.gridColumn35.Caption = "Odd Count";
            this.gridColumn35.FieldName = "OddCount";
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.OptionsColumn.FixedWidth = true;
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 2;
            this.gridColumn35.Width = 70;
            // 
            // tabBetList
            // 
            this.tabBetList.Controls.Add(this.grdBetList);
            this.tabBetList.Name = "tabBetList";
            this.tabBetList.Size = new System.Drawing.Size(1124, 407);
            this.tabBetList.Text = "SUB Bet List";
            // 
            // grdBetList
            // 
            this.grdBetList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdBetList.Location = new System.Drawing.Point(0, 0);
            this.grdBetList.MainView = this.gridView3;
            this.grdBetList.Name = "grdBetList";
            this.grdBetList.Size = new System.Drawing.Size(1124, 407);
            this.grdBetList.TabIndex = 4;
            this.grdBetList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            // 
            // gridView3
            // 
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn9,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn23,
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn27,
            this.gridColumn29,
            this.gridColumn28,
            this.gridColumn26,
            this.gridColumn30,
            this.gridColumn31});
            this.gridView3.GridControl = this.grdBetList;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsBehavior.Editable = false;
            this.gridView3.OptionsCustomization.AllowGroup = false;
            this.gridView3.OptionsDetail.AllowZoomDetail = false;
            this.gridView3.OptionsDetail.EnableMasterViewMode = false;
            this.gridView3.OptionsDetail.ShowDetailTabs = false;
            this.gridView3.OptionsDetail.SmartDetailExpand = false;
            this.gridView3.OptionsView.ShowAutoFilterRow = true;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            this.gridView3.OptionsView.ShowPreview = true;
            this.gridView3.PreviewFieldName = "League";
            this.gridView3.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn25, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Home Team";
            this.gridColumn9.FieldName = "HomeTeamName";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 3;
            this.gridColumn9.Width = 198;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "Away Team";
            this.gridColumn11.FieldName = "AwayTeamName";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 5;
            this.gridColumn11.Width = 214;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "Score";
            this.gridColumn12.FieldName = "Score";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 4;
            this.gridColumn12.Width = 40;
            // 
            // gridColumn23
            // 
            this.gridColumn23.Caption = "Odd";
            this.gridColumn23.FieldName = "Odd";
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.FixedWidth = true;
            this.gridColumn23.Visible = true;
            this.gridColumn23.VisibleIndex = 8;
            this.gridColumn23.Width = 40;
            // 
            // gridColumn24
            // 
            this.gridColumn24.Caption = "Odd Value";
            this.gridColumn24.FieldName = "OddValue";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.FixedWidth = true;
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 9;
            this.gridColumn24.Width = 60;
            // 
            // gridColumn25
            // 
            this.gridColumn25.Caption = "Time";
            this.gridColumn25.DisplayFormat.FormatString = "hh:mm:ss";
            this.gridColumn25.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn25.FieldName = "DateTime";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.FixedWidth = true;
            this.gridColumn25.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 11;
            this.gridColumn25.Width = 80;
            // 
            // gridColumn27
            // 
            this.gridColumn27.Caption = "Ref ID";
            this.gridColumn27.FieldName = "RefID";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 1;
            this.gridColumn27.Width = 68;
            // 
            // gridColumn29
            // 
            this.gridColumn29.Caption = "Choose";
            this.gridColumn29.FieldName = "Choice";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.Visible = true;
            this.gridColumn29.VisibleIndex = 6;
            this.gridColumn29.Width = 100;
            // 
            // gridColumn28
            // 
            this.gridColumn28.Caption = "Odd Type";
            this.gridColumn28.FieldName = "Type";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 7;
            this.gridColumn28.Width = 103;
            // 
            // gridColumn26
            // 
            this.gridColumn26.Caption = "Stake";
            this.gridColumn26.FieldName = "Stake";
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 10;
            this.gridColumn26.Width = 42;
            // 
            // gridColumn30
            // 
            this.gridColumn30.Caption = "Account";
            this.gridColumn30.FieldName = "Account";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 2;
            this.gridColumn30.Width = 46;
            // 
            // gridColumn31
            // 
            this.gridColumn31.Caption = "ID";
            this.gridColumn31.FieldName = "ID";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 0;
            this.gridColumn31.Width = 30;
            // 
            // xtraTabControl2
            // 
            this.xtraTabControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.xtraTabControl2.Appearance.Options.UseBackColor = true;
            this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl2.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl2.Name = "xtraTabControl2";
            this.xtraTabControl2.SelectedTabPage = this.xtraTabPage4;
            this.xtraTabControl2.Size = new System.Drawing.Size(1130, 179);
            this.xtraTabControl2.TabIndex = 1;
            this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage4,
            this.xtraTabPage5});
            // 
            // xtraTabPage4
            // 
            this.xtraTabPage4.Controls.Add(this.groupControl2);
            this.xtraTabPage4.Controls.Add(this.groupControl1);
            this.xtraTabPage4.Controls.Add(this.groupControl5);
            this.xtraTabPage4.Controls.Add(this.groupControl4);
            this.xtraTabPage4.Controls.Add(this.groupControl6);
            this.xtraTabPage4.Name = "xtraTabPage4";
            this.xtraTabPage4.Size = new System.Drawing.Size(1124, 153);
            this.xtraTabPage4.Text = "Settings";
            // 
            // groupControl2
            // 
            this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl2.Controls.Add(this.txtTransactionTimeSpan);
            this.groupControl2.Controls.Add(this.labelControl10);
            this.groupControl2.Controls.Add(this.txtMaxTimePerHalf);
            this.groupControl2.Controls.Add(this.labelControl7);
            this.groupControl2.Controls.Add(this.chbAllowHalftime);
            this.groupControl2.Location = new System.Drawing.Point(209, 3);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(200, 147);
            this.groupControl2.TabIndex = 14;
            this.groupControl2.Text = "Time - Type Settings";
            // 
            // txtTransactionTimeSpan
            // 
            this.txtTransactionTimeSpan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtTransactionTimeSpan.EditValue = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.txtTransactionTimeSpan.Location = new System.Drawing.Point(123, 80);
            this.txtTransactionTimeSpan.Name = "txtTransactionTimeSpan";
            this.txtTransactionTimeSpan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtTransactionTimeSpan.Properties.IsFloatValue = false;
            this.txtTransactionTimeSpan.Properties.Mask.EditMask = "N00";
            this.txtTransactionTimeSpan.Size = new System.Drawing.Size(72, 20);
            this.txtTransactionTimeSpan.TabIndex = 9;
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(5, 81);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(112, 13);
            this.labelControl10.TabIndex = 8;
            this.labelControl10.Text = "Transaction Time Span:";
            // 
            // txtMaxTimePerHalf
            // 
            this.txtMaxTimePerHalf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtMaxTimePerHalf.EditValue = new decimal(new int[] {
            45,
            0,
            0,
            0});
            this.txtMaxTimePerHalf.Enabled = false;
            this.txtMaxTimePerHalf.Location = new System.Drawing.Point(123, 50);
            this.txtMaxTimePerHalf.Name = "txtMaxTimePerHalf";
            this.txtMaxTimePerHalf.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtMaxTimePerHalf.Properties.IsFloatValue = false;
            this.txtMaxTimePerHalf.Properties.Mask.EditMask = "N00";
            this.txtMaxTimePerHalf.Size = new System.Drawing.Size(72, 20);
            this.txtMaxTimePerHalf.TabIndex = 7;
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(5, 53);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(90, 13);
            this.labelControl7.TabIndex = 6;
            this.labelControl7.Text = "Max Time Per Half:";
            // 
            // chbAllowHalftime
            // 
            this.chbAllowHalftime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chbAllowHalftime.EditValue = true;
            this.chbAllowHalftime.Enabled = false;
            this.chbAllowHalftime.Location = new System.Drawing.Point(5, 26);
            this.chbAllowHalftime.Name = "chbAllowHalftime";
            this.chbAllowHalftime.Properties.Caption = "Allow Halftime";
            this.chbAllowHalftime.Size = new System.Drawing.Size(190, 19);
            this.chbAllowHalftime.TabIndex = 5;
            // 
            // groupControl1
            // 
            this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl1.Controls.Add(this.chkProxy);
            this.groupControl1.Controls.Add(this.btnStatus);
            this.groupControl1.Controls.Add(this.btnSetUpdateInterval);
            this.groupControl1.Controls.Add(this.txtSBOBETUpdateInterval);
            this.groupControl1.Controls.Add(this.labelControl3);
            this.groupControl1.Controls.Add(this.txtIBETUpdateInterval);
            this.groupControl1.Controls.Add(this.labelControl4);
            this.groupControl1.Location = new System.Drawing.Point(415, 3);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(200, 147);
            this.groupControl1.TabIndex = 13;
            this.groupControl1.Text = "Data Settings";
            // 
            // chkProxy
            // 
            this.chkProxy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chkProxy.EditValue = true;
            this.chkProxy.Location = new System.Drawing.Point(5, 108);
            this.chkProxy.Name = "chkProxy";
            this.chkProxy.Properties.Caption = "Use Proxy";
            this.chkProxy.Size = new System.Drawing.Size(190, 19);
            this.chkProxy.TabIndex = 33;
            // 
            // btnStatus
            // 
            this.btnStatus.Location = new System.Drawing.Point(6, 77);
            this.btnStatus.Name = "btnStatus";
            this.btnStatus.Size = new System.Drawing.Size(89, 23);
            this.btnStatus.TabIndex = 31;
            this.btnStatus.Text = "Show status";
            this.btnStatus.Click += new System.EventHandler(this.btnStatus_Click_1);
            // 
            // btnSetUpdateInterval
            // 
            this.btnSetUpdateInterval.Location = new System.Drawing.Point(106, 77);
            this.btnSetUpdateInterval.Name = "btnSetUpdateInterval";
            this.btnSetUpdateInterval.Size = new System.Drawing.Size(89, 23);
            this.btnSetUpdateInterval.TabIndex = 6;
            this.btnSetUpdateInterval.Text = "Set Interval";
            this.btnSetUpdateInterval.Click += new System.EventHandler(this.btnSetUpdateInterval_Click);
            // 
            // txtSBOBETUpdateInterval
            // 
            this.txtSBOBETUpdateInterval.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtSBOBETUpdateInterval.EditValue = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.txtSBOBETUpdateInterval.Location = new System.Drawing.Point(132, 51);
            this.txtSBOBETUpdateInterval.Name = "txtSBOBETUpdateInterval";
            this.txtSBOBETUpdateInterval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtSBOBETUpdateInterval.Properties.IsFloatValue = false;
            this.txtSBOBETUpdateInterval.Properties.Mask.EditMask = "N00";
            this.txtSBOBETUpdateInterval.Properties.MaxValue = new decimal(new int[] {
            12,
            0,
            0,
            0});
            this.txtSBOBETUpdateInterval.Properties.MinValue = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.txtSBOBETUpdateInterval.Size = new System.Drawing.Size(63, 20);
            this.txtSBOBETUpdateInterval.TabIndex = 5;
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(5, 54);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(102, 13);
            this.labelControl3.TabIndex = 4;
            this.labelControl3.Text = "SUB Update Interval:";
            // 
            // txtIBETUpdateInterval
            // 
            this.txtIBETUpdateInterval.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIBETUpdateInterval.EditValue = new decimal(new int[] {
            8,
            0,
            0,
            0});
            this.txtIBETUpdateInterval.Location = new System.Drawing.Point(132, 25);
            this.txtIBETUpdateInterval.Name = "txtIBETUpdateInterval";
            this.txtIBETUpdateInterval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtIBETUpdateInterval.Properties.IsFloatValue = false;
            this.txtIBETUpdateInterval.Properties.Mask.EditMask = "N00";
            this.txtIBETUpdateInterval.Properties.MaxValue = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.txtIBETUpdateInterval.Properties.MinValue = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.txtIBETUpdateInterval.Size = new System.Drawing.Size(63, 20);
            this.txtIBETUpdateInterval.TabIndex = 1;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(5, 28);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(105, 13);
            this.labelControl4.TabIndex = 0;
            this.labelControl4.Text = "IBET Update Interval:";
            // 
            // groupControl5
            // 
            this.groupControl5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl5.Controls.Add(this.chkEnable);
            this.groupControl5.Controls.Add(this.chkFollowType);
            this.groupControl5.Controls.Add(this.txtLowestOddValue);
            this.groupControl5.Controls.Add(this.labelControl9);
            this.groupControl5.Controls.Add(this.checkEdit6);
            this.groupControl5.Controls.Add(this.checkEdit5);
            this.groupControl5.Controls.Add(this.checkEdit7);
            this.groupControl5.Controls.Add(this.checkEdit12);
            this.groupControl5.Controls.Add(this.checkEdit4);
            this.groupControl5.Controls.Add(this.checkEdit3);
            this.groupControl5.Location = new System.Drawing.Point(3, 3);
            this.groupControl5.Name = "groupControl5";
            this.groupControl5.Size = new System.Drawing.Size(200, 147);
            this.groupControl5.TabIndex = 13;
            this.groupControl5.Text = "Trading Settings";
            // 
            // chkEnable
            // 
            this.chkEnable.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chkEnable.EditValue = true;
            this.chkEnable.Location = new System.Drawing.Point(5, 123);
            this.chkEnable.Name = "chkEnable";
            this.chkEnable.Properties.Caption = "Enable";
            this.chkEnable.Size = new System.Drawing.Size(90, 19);
            this.chkEnable.TabIndex = 25;
            // 
            // chkFollowType
            // 
            this.chkFollowType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chkFollowType.EditValue = true;
            this.chkFollowType.Location = new System.Drawing.Point(5, 79);
            this.chkFollowType.Name = "chkFollowType";
            this.chkFollowType.Properties.Caption = "Follow / Unfollow";
            this.chkFollowType.Size = new System.Drawing.Size(190, 19);
            this.chkFollowType.TabIndex = 24;
            // 
            // txtLowestOddValue
            // 
            this.txtLowestOddValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtLowestOddValue.EditValue = new decimal(new int[] {
            5,
            0,
            0,
            65536});
            this.txtLowestOddValue.Location = new System.Drawing.Point(110, 103);
            this.txtLowestOddValue.Name = "txtLowestOddValue";
            this.txtLowestOddValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtLowestOddValue.Properties.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.txtLowestOddValue.Properties.MaxValue = new decimal(new int[] {
            99,
            0,
            0,
            131072});
            this.txtLowestOddValue.Properties.MinValue = new decimal(new int[] {
            4,
            0,
            0,
            65536});
            this.txtLowestOddValue.Size = new System.Drawing.Size(85, 20);
            this.txtLowestOddValue.TabIndex = 12;
            // 
            // labelControl9
            // 
            this.labelControl9.Enabled = false;
            this.labelControl9.Location = new System.Drawing.Point(8, 105);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(90, 13);
            this.labelControl9.TabIndex = 11;
            this.labelControl9.Text = "Lowest Odd Value:";
            // 
            // checkEdit6
            // 
            this.checkEdit6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit6.EditValue = true;
            this.checkEdit6.Enabled = false;
            this.checkEdit6.Location = new System.Drawing.Point(5, 352);
            this.checkEdit6.Name = "checkEdit6";
            this.checkEdit6.Properties.Caption = "Non-Live";
            this.checkEdit6.Size = new System.Drawing.Size(190, 19);
            this.checkEdit6.TabIndex = 8;
            // 
            // checkEdit5
            // 
            this.checkEdit5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit5.EditValue = true;
            this.checkEdit5.Enabled = false;
            this.checkEdit5.Location = new System.Drawing.Point(5, 327);
            this.checkEdit5.Name = "checkEdit5";
            this.checkEdit5.Properties.Caption = "Live";
            this.checkEdit5.Size = new System.Drawing.Size(190, 19);
            this.checkEdit5.TabIndex = 7;
            // 
            // checkEdit7
            // 
            this.checkEdit7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit7.EditValue = true;
            this.checkEdit7.Enabled = false;
            this.checkEdit7.Location = new System.Drawing.Point(5, 52);
            this.checkEdit7.Name = "checkEdit7";
            this.checkEdit7.Properties.Caption = "Over/Under from min 30";
            this.checkEdit7.Size = new System.Drawing.Size(190, 19);
            this.checkEdit7.TabIndex = 9;
            // 
            // checkEdit12
            // 
            this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit12.Location = new System.Drawing.Point(5, 302);
            this.checkEdit12.Name = "checkEdit12";
            this.checkEdit12.Properties.Caption = "IBET Under mode";
            this.checkEdit12.Size = new System.Drawing.Size(190, 19);
            this.checkEdit12.TabIndex = 23;
            // 
            // checkEdit4
            // 
            this.checkEdit4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit4.EditValue = true;
            this.checkEdit4.Enabled = false;
            this.checkEdit4.Location = new System.Drawing.Point(115, 26);
            this.checkEdit4.Name = "checkEdit4";
            this.checkEdit4.Properties.Caption = "Over/Under";
            this.checkEdit4.Size = new System.Drawing.Size(80, 19);
            this.checkEdit4.TabIndex = 6;
            // 
            // checkEdit3
            // 
            this.checkEdit3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.checkEdit3.EditValue = true;
            this.checkEdit3.Enabled = false;
            this.checkEdit3.Location = new System.Drawing.Point(5, 26);
            this.checkEdit3.Name = "checkEdit3";
            this.checkEdit3.Properties.Caption = "Handicap";
            this.checkEdit3.Size = new System.Drawing.Size(90, 19);
            this.checkEdit3.TabIndex = 5;
            // 
            // groupControl4
            // 
            this.groupControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl4.Controls.Add(this.chkFollowPercent);
            this.groupControl4.Controls.Add(this.txtIBETFixedStake);
            this.groupControl4.Controls.Add(this.labelControl11);
            this.groupControl4.Controls.Add(this.labelControl6);
            this.groupControl4.Controls.Add(this.txtAllowTradeMinValue);
            this.groupControl4.Controls.Add(this.txtFollowPercent);
            this.groupControl4.Location = new System.Drawing.Point(621, 3);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.Size = new System.Drawing.Size(200, 147);
            this.groupControl4.TabIndex = 12;
            this.groupControl4.Text = "Stake Settings";
            // 
            // chkFollowPercent
            // 
            this.chkFollowPercent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chkFollowPercent.EditValue = true;
            this.chkFollowPercent.Location = new System.Drawing.Point(3, 52);
            this.chkFollowPercent.Name = "chkFollowPercent";
            this.chkFollowPercent.Properties.Caption = "Follow Percent (%)";
            this.chkFollowPercent.Size = new System.Drawing.Size(123, 19);
            this.chkFollowPercent.TabIndex = 34;
            // 
            // txtIBETFixedStake
            // 
            this.txtIBETFixedStake.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtIBETFixedStake.EditValue = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.txtIBETFixedStake.Location = new System.Drawing.Point(132, 25);
            this.txtIBETFixedStake.Name = "txtIBETFixedStake";
            this.txtIBETFixedStake.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtIBETFixedStake.Properties.IsFloatValue = false;
            this.txtIBETFixedStake.Properties.Mask.EditMask = "N00";
            this.txtIBETFixedStake.Size = new System.Drawing.Size(63, 20);
            this.txtIBETFixedStake.TabIndex = 1;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(7, 83);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(117, 13);
            this.labelControl11.TabIndex = 33;
            this.labelControl11.Text = "Minimum Stake Following";
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(5, 28);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(85, 13);
            this.labelControl6.TabIndex = 0;
            this.labelControl6.Text = "IBET Fixed Stake:";
            // 
            // txtAllowTradeMinValue
            // 
            this.txtAllowTradeMinValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAllowTradeMinValue.EditValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.txtAllowTradeMinValue.Location = new System.Drawing.Point(132, 80);
            this.txtAllowTradeMinValue.Name = "txtAllowTradeMinValue";
            this.txtAllowTradeMinValue.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtAllowTradeMinValue.Properties.MaxValue = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.txtAllowTradeMinValue.Properties.MinValue = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.txtAllowTradeMinValue.Size = new System.Drawing.Size(63, 20);
            this.txtAllowTradeMinValue.TabIndex = 32;
            // 
            // txtFollowPercent
            // 
            this.txtFollowPercent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtFollowPercent.EditValue = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.txtFollowPercent.Location = new System.Drawing.Point(132, 51);
            this.txtFollowPercent.Name = "txtFollowPercent";
            this.txtFollowPercent.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.txtFollowPercent.Properties.MaxValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.txtFollowPercent.Properties.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.txtFollowPercent.Size = new System.Drawing.Size(63, 20);
            this.txtFollowPercent.TabIndex = 10;
            // 
            // groupControl6
            // 
            this.groupControl6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupControl6.Controls.Add(this.txtListFollowAccounts);
            this.groupControl6.Location = new System.Drawing.Point(827, 3);
            this.groupControl6.Name = "groupControl6";
            this.groupControl6.Size = new System.Drawing.Size(293, 147);
            this.groupControl6.TabIndex = 19;
            this.groupControl6.Text = "Following Accounts";
            // 
            // txtListFollowAccounts
            // 
            this.txtListFollowAccounts.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.txtListFollowAccounts.EditValue = "FOLLOW HERE";
            this.txtListFollowAccounts.Location = new System.Drawing.Point(5, 25);
            this.txtListFollowAccounts.Name = "txtListFollowAccounts";
            this.txtListFollowAccounts.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14F);
            this.txtListFollowAccounts.Properties.Appearance.Options.UseFont = true;
            this.txtListFollowAccounts.Size = new System.Drawing.Size(283, 117);
            this.txtListFollowAccounts.TabIndex = 20;
            // 
            // xtraTabPage5
            // 
            this.xtraTabPage5.Controls.Add(this.grdTransaction);
            this.xtraTabPage5.Name = "xtraTabPage5";
            this.xtraTabPage5.Size = new System.Drawing.Size(1124, 153);
            this.xtraTabPage5.Text = "Live Transaction";
            // 
            // grdTransaction
            // 
            this.grdTransaction.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grdTransaction.Location = new System.Drawing.Point(0, 0);
            this.grdTransaction.MainView = this.gridView2;
            this.grdTransaction.Name = "grdTransaction";
            this.grdTransaction.Size = new System.Drawing.Size(1124, 153);
            this.grdTransaction.TabIndex = 3;
            this.grdTransaction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn6,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn10,
            this.gridColumn13,
            this.gridColumn39});
            this.gridView2.GridControl = this.grdTransaction;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsBehavior.Editable = false;
            this.gridView2.OptionsCustomization.AllowGroup = false;
            this.gridView2.OptionsView.AutoCalcPreviewLineCount = true;
            this.gridView2.OptionsView.ShowAutoFilterRow = true;
            this.gridView2.OptionsView.ShowFooter = true;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            this.gridView2.OptionsView.ShowPreview = true;
            this.gridView2.PreviewFieldName = "Note";
            this.gridView2.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn13, DevExpress.Data.ColumnSortOrder.Descending)});
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "ID";
            this.gridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn1.FieldName = "ID";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.FixedWidth = true;
            this.gridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.Integer;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 50;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Home Team";
            this.gridColumn2.FieldName = "HomeTeamName";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 2;
            this.gridColumn2.Width = 187;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Away Team";
            this.gridColumn3.FieldName = "AwayTeamName";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 3;
            this.gridColumn3.Width = 187;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Type";
            this.gridColumn6.FieldName = "OddType";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.FixedWidth = true;
            this.gridColumn6.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 4;
            this.gridColumn6.Width = 180;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Odd";
            this.gridColumn4.FieldName = "OddKindValue";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.FixedWidth = true;
            this.gridColumn4.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 5;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "Value";
            this.gridColumn5.FieldName = "OddValue";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.FixedWidth = true;
            this.gridColumn5.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 6;
            this.gridColumn5.Width = 80;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Stake";
            this.gridColumn7.FieldName = "Stake";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.FixedWidth = true;
            this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.String;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 7;
            this.gridColumn7.Width = 100;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "I Allow";
            this.gridColumn8.FieldName = "IBETAllow";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.FixedWidth = true;
            this.gridColumn8.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 8;
            this.gridColumn8.Width = 50;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "I Trade";
            this.gridColumn10.FieldName = "IBETTrade";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.FixedWidth = true;
            this.gridColumn10.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 9;
            this.gridColumn10.Width = 50;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "DateTime";
            this.gridColumn13.DisplayFormat.FormatString = "hh:mm:ss";
            this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn13.FieldName = "DateTime";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.OptionsColumn.FixedWidth = true;
            this.gridColumn13.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.gridColumn13.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)});
            this.gridColumn13.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 10;
            this.gridColumn13.Width = 80;
            // 
            // gridColumn39
            // 
            this.gridColumn39.Caption = "Follow Ref";
            this.gridColumn39.FieldName = "FollowRef";
            this.gridColumn39.Name = "gridColumn39";
            this.gridColumn39.Visible = true;
            this.gridColumn39.VisibleIndex = 1;
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(5, 9);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(0, 13);
            this.labelControl5.TabIndex = 6;
            this.labelControl5.Text = "Address:";
            // 
            // FollowSub
            // 
            this.ClientSize = new System.Drawing.Size(1130, 742);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = global::iBet.App.Properties.Resources._2;
            this.Name = "FollowSub";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "IBET follow SUB";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TerminalFormIBETSBO_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
            this.panelControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            this.panelControl4.ResumeLayout(false);
            this.panelControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbeSignatureTemplate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETAddress.Properties)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.panelControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chooseSBOServer.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETAddress.Properties)).EndInit();
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdSameMatch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridNonLiveMatch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            this.tabBetList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdBetList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
            this.xtraTabControl2.ResumeLayout(false);
            this.xtraTabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            this.groupControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTransactionTimeSpan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMaxTimePerHalf.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chbAllowHalftime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.groupControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkProxy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSBOBETUpdateInterval.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETUpdateInterval.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
            this.groupControl5.ResumeLayout(false);
            this.groupControl5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkEnable.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkFollowType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLowestOddValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            this.groupControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkFollowPercent.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIBETFixedStake.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAllowTradeMinValue.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFollowPercent.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
            this.groupControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtListFollowAccounts.Properties)).EndInit();
            this.xtraTabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grdTransaction)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmManager));
     this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.MenuItem1 = new System.Windows.Forms.MenuItem();
     this.MenuItem2 = new System.Windows.Forms.MenuItem();
     this.MenuItem4 = new System.Windows.Forms.MenuItem();
     this.MenuItem6 = new System.Windows.Forms.MenuItem();
     this.MenuItem7 = new System.Windows.Forms.MenuItem();
     this.MenuItem8 = new System.Windows.Forms.MenuItem();
     this.MenuItem9 = new System.Windows.Forms.MenuItem();
     this.MenuItem10 = new System.Windows.Forms.MenuItem();
     this.MenuItem5 = new System.Windows.Forms.MenuItem();
     this.tabControlManager = new DevExpress.XtraTab.XtraTabControl();
     this.tabManagerOne = new DevExpress.XtraTab.XtraTabPage();
     this.groupIPPMaster = new DevExpress.XtraEditors.GroupControl();
     this.groupIPP = new DevExpress.XtraEditors.GroupControl();
     this.ComboBoxIPP = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.grpIPP2 = new DevExpress.XtraEditors.GroupControl();
     this.btnReset = new DevExpress.XtraEditors.SimpleButton();
     this.lkBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.lkBank = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPdtTo = new DevExpress.XtraEditors.DateEdit();
     this.IPPdtStart = new DevExpress.XtraEditors.DateEdit();
     this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
     this.txtCreditCardScr = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.IPPlblDtTo = new System.Windows.Forms.Label();
     this.IPPlblDtFrom = new System.Windows.Forms.Label();
     this.btnReceiveIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnSendIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnUpdateIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnDeleteIPP = new DevExpress.XtraEditors.SimpleButton();
     this.btnNewIPP = new DevExpress.XtraEditors.SimpleButton();
     this.IPPGrid = new DevExpress.XtraGrid.GridControl();
     this.IPPGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.hypReceipts = new System.Windows.Forms.Label();
     this.hypIPPDetails = new System.Windows.Forms.Label();
     this.GroupIPPDetails = new DevExpress.XtraEditors.GroupControl();
     this.strReferenceNo = new DevExpress.XtraEditors.TextEdit();
     this.label7 = new System.Windows.Forms.Label();
     this.IPPBankCode = new DevExpress.XtraEditors.LookUpEdit();
     this.IPPNMonths = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.IPPCCNo = new DevExpress.XtraEditors.TextEdit();
     this.IPPStatus = new DevExpress.XtraEditors.TextEdit();
     this.IPPDateRcv = new DevExpress.XtraEditors.TextEdit();
     this.IPPDateSent = new DevExpress.XtraEditors.TextEdit();
     this.IPPBranchCode = new DevExpress.XtraEditors.TextEdit();
     this.IPPCreatedDate = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL1 = new System.Windows.Forms.Label();
     this.IPPLBL16 = new System.Windows.Forms.Label();
     this.IPPMerchantNo = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL8 = new System.Windows.Forms.Label();
     this.IPPLBL14 = new System.Windows.Forms.Label();
     this.IPPLBL12 = new System.Windows.Forms.Label();
     this.IPPLBL13 = new System.Windows.Forms.Label();
     this.IPPLBL11 = new System.Windows.Forms.Label();
     this.IPPLBL10 = new System.Windows.Forms.Label();
     this.IPPLBL9 = new System.Windows.Forms.Label();
     this.IPPLBL7 = new System.Windows.Forms.Label();
     this.IPPAmount = new DevExpress.XtraEditors.TextEdit();
     this.IPPInterest = new DevExpress.XtraEditors.TextEdit();
     this.IPPNettAmount = new DevExpress.XtraEditors.TextEdit();
     this.IPPLBL5 = new System.Windows.Forms.Label();
     this.IPPLBL6 = new System.Windows.Forms.Label();
     this.IPPLBL4 = new System.Windows.Forms.Label();
     this.IPPLBL3 = new System.Windows.Forms.Label();
     this.IPPLBL2 = new System.Windows.Forms.Label();
     this.IPPMemberId = new DevExpress.XtraEditors.TextEdit();
     this.IPPMemberName = new DevExpress.XtraEditors.TextEdit();
     this.IPPId = new DevExpress.XtraEditors.TextEdit();
     this.groupIPPReceipt = new DevExpress.XtraEditors.GroupControl();
     this.btnReceiptUnlink = new DevExpress.XtraEditors.SimpleButton();
     this.btnReceiptLink = new DevExpress.XtraEditors.SimpleButton();
     this.gridReceipt = new DevExpress.XtraGrid.GridControl();
     this.IPPReceiptView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnIPPR = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIPPR9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label10 = new System.Windows.Forms.Label();
     this.IPPReceiptStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.groupCashCardMaster = new DevExpress.XtraEditors.GroupControl();
     this.groupCashCard = new DevExpress.XtraEditors.GroupControl();
     this.pbSelect = new System.Windows.Forms.PictureBox();
     this.txtFilePath = new DevExpress.XtraEditors.TextEdit();
     this.label19 = new System.Windows.Forms.Label();
     this.btnCashCardImport = new DevExpress.XtraEditors.SimpleButton();
     this.panel3 = new System.Windows.Forms.Panel();
     this.lblOne_4 = new DevExpress.XtraEditors.SimpleButton();
     this.lblOne_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblOne_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblOne_1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupGIROMaster = new DevExpress.XtraEditors.GroupControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tabGiroDetails = new DevExpress.XtraTab.XtraTabPage();
     this.luedtBankBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBank = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtPackage = new DevExpress.XtraEditors.LookUpEdit();
     this.luedtBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.label70 = new System.Windows.Forms.Label();
     this.txtPackageDesc = new DevExpress.XtraEditors.TextEdit();
     this.txtAccountNo = new DevExpress.XtraEditors.TextEdit();
     this.txtGIROId = new DevExpress.XtraEditors.TextEdit();
     this.txtRemark = new DevExpress.XtraEditors.MemoEdit();
     this.lblGiro_BankBranch = new System.Windows.Forms.Label();
     this.lblGiro_BankACNumber = new System.Windows.Forms.Label();
     this.lblGiro_BankCode = new System.Windows.Forms.Label();
     this.lblGiro_Remark = new System.Windows.Forms.Label();
     this.lblGiro_Package = new System.Windows.Forms.Label();
     this.lblGiro_Branch = new System.Windows.Forms.Label();
     this.lblGiro_MemberID = new System.Windows.Forms.Label();
     this.lblGiroID = new System.Windows.Forms.Label();
     this.tabGiroTrnsHistory = new DevExpress.XtraTab.XtraTabPage();
     this.GridTransaction = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GroupGiro = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxGiroStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label63 = new System.Windows.Forms.Label();
     this.btnImport = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroExport = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroUpdate = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroDelete = new DevExpress.XtraEditors.SimpleButton();
     this.btnGiroNew = new DevExpress.XtraEditors.SimpleButton();
     this.GiroGrid = new DevExpress.XtraGrid.GridControl();
     this.GIROGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabManagerTwo = new DevExpress.XtraTab.XtraTabPage();
     this.GrpPayroll = new DevExpress.XtraEditors.GroupControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.cbJob = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.label8 = new System.Windows.Forms.Label();
     this.grpGridExcel = new DevExpress.XtraEditors.GroupControl();
     this.gridExcel = new DevExpress.XtraGrid.GridControl();
     this.gridViewExcel = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.FirstPayDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.SecondPayDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btnPayrollExport = new DevExpress.XtraEditors.SimpleButton();
     this.btnPayrollGenerate = new DevExpress.XtraEditors.SimpleButton();
     this.btnPayrollDelete = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEditMTH = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEditYR = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblYear = new System.Windows.Forms.Label();
     this.lblMonth = new System.Windows.Forms.Label();
     this.cmbxPayroll = new DevExpress.XtraEditors.ComboBoxEdit();
     this.gridPayroll = new DevExpress.XtraGrid.GridControl();
     this.gridViewPayroll = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nEmployeeID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtFirstRunDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nNormalOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPublicHolidayOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nOffDayOT = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPartTimeWorkHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nALEntitlementHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nPHEntitlementHours = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mServiceReimbursements = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nTotalLateness = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidAL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidTO = new DevExpress.XtraGrid.Columns.GridColumn();
     this.nUnpaidMedical = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mCommission = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mCommissionLatenessPenalty = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dtSecondRunDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tabManagerThree = new DevExpress.XtraTab.XtraTabPage();
     this.lblThree_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblThree_4 = new DevExpress.XtraEditors.SimpleButton();
     this.grpClassSchedule = new DevExpress.XtraEditors.GroupControl();
     this.label9 = new System.Windows.Forms.Label();
     this.comboBoxHall = new DevExpress.XtraEditors.LookUpEdit();
     this.comboBoxBranch = new DevExpress.XtraEditors.LookUpEdit();
     this.btnRefreshClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.cmbxScheduleType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.lblPQBranch = new System.Windows.Forms.Label();
     this.lblScheduleType = new System.Windows.Forms.Label();
     this.lblSUN = new System.Windows.Forms.Label();
     this.panelSun = new System.Windows.Forms.Panel();
     this.panelSat = new System.Windows.Forms.Panel();
     this.lblFRI = new System.Windows.Forms.Label();
     this.lblTHU = new System.Windows.Forms.Label();
     this.lblWED = new System.Windows.Forms.Label();
     this.lblTUE = new System.Windows.Forms.Label();
     this.panelMon = new System.Windows.Forms.Panel();
     this.panelFri = new System.Windows.Forms.Panel();
     this.panelThu = new System.Windows.Forms.Panel();
     this.panelWed = new System.Windows.Forms.Panel();
     this.panelTue = new System.Windows.Forms.Panel();
     this.lblMON = new System.Windows.Forms.Label();
     this.btnPrintClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.btnUpdateClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.btnNewClassSchedule = new DevExpress.XtraEditors.SimpleButton();
     this.lblSAT = new System.Windows.Forms.Label();
     this.groupMemCard = new DevExpress.XtraEditors.GroupControl();
     this.grpRoadShow = new DevExpress.XtraEditors.GroupControl();
     this.grpNextSemSchedule = new DevExpress.XtraEditors.GroupControl();
     this.tabManagerFour = new DevExpress.XtraTab.XtraTabPage();
     this.lblFour_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_4 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFour_5 = new DevExpress.XtraEditors.SimpleButton();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tabManagerFive = new DevExpress.XtraTab.XtraTabPage();
     this.label6 = new System.Windows.Forms.Label();
     this.ReportPanel = new DevExpress.XtraEditors.PanelControl();
     this.lk_ReportView = new DevExpress.XtraEditors.LookUpEdit();
     this.lblFive_9 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_10 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_4 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_2 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_8 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_7 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_3 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_6 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_1 = new DevExpress.XtraEditors.SimpleButton();
     this.lblFive_5 = new DevExpress.XtraEditors.SimpleButton();
     this.tabManagerSix = new DevExpress.XtraTab.XtraTabPage();
     this.lk_MasterData = new DevExpress.XtraEditors.LookUpEdit();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.groupCashVoucherMaster = new DevExpress.XtraEditors.GroupControl();
     this.groupCashVoucher = new DevExpress.XtraEditors.GroupControl();
     this.pbSelectCashVoucher = new System.Windows.Forms.PictureBox();
     this.txtFilePathCashVoucher = new DevExpress.XtraEditors.TextEdit();
     this.label20 = new System.Windows.Forms.Label();
     this.btnCashVoucherImport = new DevExpress.XtraEditors.SimpleButton();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.bbiManagerLoginOut = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barstaticCurrentLogin = new DevExpress.XtraBars.BarButtonItem();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     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.bbiManagerTimeCard = new DevExpress.XtraBars.BarButtonItem();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.gridColumnPGE3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPGE2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPGE1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mdPGE_txtNQuantity = new DevExpress.XtraEditors.TextEdit();
     this.mdPGE_txtStrPackageCode = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.mdPGE_cdStrPackageGroupCode = new DevExpress.XtraEditors.ImageComboBoxEdit();
     this.mdPGE_lblNQuantity = new System.Windows.Forms.Label();
     this.mdPGE_lblStrPackageCode = new System.Windows.Forms.Label();
     this.mdPGE_lblStrPackageGroupCode = new System.Windows.Forms.Label();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.label5 = new System.Windows.Forms.Label();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlManager)).BeginInit();
     this.tabControlManager.SuspendLayout();
     this.tabManagerOne.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPMaster)).BeginInit();
     this.groupIPPMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPP)).BeginInit();
     this.groupIPP.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxIPP.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpIPP2)).BeginInit();
     this.grpIPP2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardScr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupIPPDetails)).BeginInit();
     this.GroupIPPDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.strReferenceNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBankCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCCNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateRcv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateSent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBranchCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCreatedDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMerchantNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPInterest.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNettAmount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPReceipt)).BeginInit();
     this.groupIPPReceipt.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashCardMaster)).BeginInit();
     this.groupCashCardMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashCard)).BeginInit();
     this.groupCashCard.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbSelect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupGIROMaster)).BeginInit();
     this.groupGIROMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tabGiroDetails.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackageDesc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAccountNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGIROId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).BeginInit();
     this.tabGiroTrnsHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridTransaction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupGiro)).BeginInit();
     this.GroupGiro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxGiroStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GiroGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GIROGridView)).BeginInit();
     this.tabManagerTwo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GrpPayroll)).BeginInit();
     this.GrpPayroll.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbJob.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpGridExcel)).BeginInit();
     this.grpGridExcel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewExcel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMTH.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYR.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxPayroll.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPayroll)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPayroll)).BeginInit();
     this.tabManagerThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpClassSchedule)).BeginInit();
     this.grpClassSchedule.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxHall.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxBranch.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxScheduleType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemCard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpRoadShow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpNextSemSchedule)).BeginInit();
     this.tabManagerFour.SuspendLayout();
     this.tabManagerFive.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReportPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_ReportView.Properties)).BeginInit();
     this.tabManagerSix.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lk_MasterData.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucherMaster)).BeginInit();
     this.groupCashVoucherMaster.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucher)).BeginInit();
     this.groupCashVoucher.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbSelectCashVoucher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilePathCashVoucher.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtNQuantity.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtStrPackageCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_cdStrPackageGroupCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // MainMenu1
     //
     this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem1,
     this.MenuItem4,
     this.MenuItem5});
     //
     // MenuItem1
     //
     this.MenuItem1.Index = 0;
     this.MenuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem2});
     this.MenuItem1.Text = "File";
     //
     // MenuItem2
     //
     this.MenuItem2.Index = 0;
     this.MenuItem2.Text = "Quit";
     //
     // MenuItem4
     //
     this.MenuItem4.Index = 1;
     this.MenuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.MenuItem6,
     this.MenuItem7,
     this.MenuItem8,
     this.MenuItem9,
     this.MenuItem10});
     this.MenuItem4.Text = "Tools";
     //
     // MenuItem6
     //
     this.MenuItem6.Index = 0;
     this.MenuItem6.Text = "Change Password";
     //
     // MenuItem7
     //
     this.MenuItem7.Index = 1;
     this.MenuItem7.Text = "Block Membership ID";
     //
     // MenuItem8
     //
     this.MenuItem8.Index = 2;
     this.MenuItem8.Text = "Reset Membership ID";
     //
     // MenuItem9
     //
     this.MenuItem9.Index = 3;
     this.MenuItem9.Text = "Re-print receipt";
     //
     // MenuItem10
     //
     this.MenuItem10.Index = 4;
     this.MenuItem10.Text = "Open Carton";
     this.MenuItem10.Visible = false;
     //
     // MenuItem5
     //
     this.MenuItem5.Index = 2;
     this.MenuItem5.Text = "Help";
     //
     // tabControlManager
     //
     this.tabControlManager.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.tabControlManager.Appearance.Options.UseFont = true;
     this.tabControlManager.Appearance.Options.UseForeColor = true;
     this.tabControlManager.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.AppearancePage.Header.Options.UseFont = true;
     this.tabControlManager.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.tabControlManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControlManager.ImeMode = System.Windows.Forms.ImeMode.On;
     this.tabControlManager.Location = new System.Drawing.Point(0, 40);
     this.tabControlManager.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tabControlManager.Name = "tabControlManager";
     this.tabControlManager.PaintStyleName = "Skin";
     this.tabControlManager.SelectedTabPage = this.tabManagerOne;
     this.tabControlManager.Size = new System.Drawing.Size(1016, 672);
     this.tabControlManager.TabIndex = 5;
     this.tabControlManager.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabManagerOne,
     this.tabManagerTwo,
     this.tabManagerThree,
     this.tabManagerFour,
     this.tabManagerFive,
     this.tabManagerSix});
     this.tabControlManager.Click += new System.EventHandler(this.tabControlManager_Click);
     //
     // tabManagerOne
     //
     this.tabManagerOne.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerOne.Appearance.Header.Options.UseFont = true;
     this.tabManagerOne.Appearance.PageClient.BackColor = System.Drawing.Color.DimGray;
     this.tabManagerOne.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerOne.Controls.Add(this.groupIPPMaster);
     this.tabManagerOne.Controls.Add(this.groupCashCardMaster);
     this.tabManagerOne.Controls.Add(this.panel3);
     this.tabManagerOne.Controls.Add(this.lblOne_4);
     this.tabManagerOne.Controls.Add(this.lblOne_3);
     this.tabManagerOne.Controls.Add(this.lblOne_2);
     this.tabManagerOne.Controls.Add(this.lblOne_1);
     this.tabManagerOne.Controls.Add(this.groupGIROMaster);
     this.tabManagerOne.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerOne.Name = "tabManagerOne";
     this.tabManagerOne.PageVisible = false;
     this.tabManagerOne.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerOne.Text = "Account";
     //
     // groupIPPMaster
     //
     this.groupIPPMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupIPPMaster.Controls.Add(this.groupIPP);
     this.groupIPPMaster.Controls.Add(this.hypReceipts);
     this.groupIPPMaster.Controls.Add(this.hypIPPDetails);
     this.groupIPPMaster.Controls.Add(this.GroupIPPDetails);
     this.groupIPPMaster.Controls.Add(this.groupIPPReceipt);
     this.groupIPPMaster.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupIPPMaster.Location = new System.Drawing.Point(0, 30);
     this.groupIPPMaster.Name = "groupIPPMaster";
     this.groupIPPMaster.ShowCaption = false;
     this.groupIPPMaster.Size = new System.Drawing.Size(1007, 607);
     this.groupIPPMaster.TabIndex = 20;
     this.groupIPPMaster.Text = "GroupControl3";
     //
     // groupIPP
     //
     this.groupIPP.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupIPP.Appearance.Options.UseBackColor = true;
     this.groupIPP.Controls.Add(this.ComboBoxIPP);
     this.groupIPP.Controls.Add(this.grpIPP2);
     this.groupIPP.Controls.Add(this.btnReceiveIPP);
     this.groupIPP.Controls.Add(this.btnSendIPP);
     this.groupIPP.Controls.Add(this.btnUpdateIPP);
     this.groupIPP.Controls.Add(this.btnDeleteIPP);
     this.groupIPP.Controls.Add(this.btnNewIPP);
     this.groupIPP.Controls.Add(this.IPPGrid);
     this.groupIPP.Location = new System.Drawing.Point(4, 0);
     this.groupIPP.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupIPP.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupIPP.Name = "groupIPP";
     this.groupIPP.Size = new System.Drawing.Size(996, 290);
     this.groupIPP.TabIndex = 16;
     this.groupIPP.Text = "IPP";
     //
     // ComboBoxIPP
     //
     this.ComboBoxIPP.Location = new System.Drawing.Point(8, 56);
     this.ComboBoxIPP.Name = "ComboBoxIPP";
     this.ComboBoxIPP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ComboBoxIPP.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Show All", null, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Not Sent", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Sent, Not Received", 1, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Success", 2, -1)});
     this.ComboBoxIPP.Size = new System.Drawing.Size(136, 20);
     this.ComboBoxIPP.TabIndex = 130;
     this.ComboBoxIPP.SelectedIndexChanged += new System.EventHandler(this.ComboBoxIPP_SelectedIndexChanged);
     //
     // grpIPP2
     //
     this.grpIPP2.Controls.Add(this.btnReset);
     this.grpIPP2.Controls.Add(this.lkBranch);
     this.grpIPP2.Controls.Add(this.lkBank);
     this.grpIPP2.Controls.Add(this.IPPdtTo);
     this.grpIPP2.Controls.Add(this.IPPdtStart);
     this.grpIPP2.Controls.Add(this.btnSearch);
     this.grpIPP2.Controls.Add(this.txtCreditCardScr);
     this.grpIPP2.Controls.Add(this.label4);
     this.grpIPP2.Controls.Add(this.label3);
     this.grpIPP2.Controls.Add(this.label2);
     this.grpIPP2.Controls.Add(this.IPPlblDtTo);
     this.grpIPP2.Controls.Add(this.IPPlblDtFrom);
     this.grpIPP2.Location = new System.Drawing.Point(0, 16);
     this.grpIPP2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpIPP2.Name = "grpIPP2";
     this.grpIPP2.ShowCaption = false;
     this.grpIPP2.Size = new System.Drawing.Size(1000, 34);
     this.grpIPP2.TabIndex = 128;
     this.grpIPP2.Text = "groupControl4";
     //
     // btnReset
     //
     this.btnReset.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReset.Appearance.Options.UseFont = true;
     this.btnReset.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReset.Location = new System.Drawing.Point(928, 8);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(56, 20);
     this.btnReset.TabIndex = 148;
     this.btnReset.Text = "Reset";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // lkBranch
     //
     this.lkBranch.Location = new System.Drawing.Point(608, 8);
     this.lkBranch.Name = "lkBranch";
     this.lkBranch.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lkBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBranch.Size = new System.Drawing.Size(64, 22);
     this.lkBranch.TabIndex = 147;
     //
     // lkBank
     //
     this.lkBank.Location = new System.Drawing.Point(336, 8);
     this.lkBank.Name = "lkBank";
     this.lkBank.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lkBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lkBank.Size = new System.Drawing.Size(216, 22);
     this.lkBank.TabIndex = 146;
     //
     // IPPdtTo
     //
     this.IPPdtTo.EditValue = new System.DateTime(2006, 5, 19, 0, 0, 0, 0);
     this.IPPdtTo.Location = new System.Drawing.Point(200, 8);
     this.IPPdtTo.Name = "IPPdtTo";
     this.IPPdtTo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPdtTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPdtTo.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtTo.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtTo.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtTo.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtTo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPdtTo.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPdtTo.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.IPPdtTo.Size = new System.Drawing.Size(96, 22);
     this.IPPdtTo.TabIndex = 138;
     //
     // IPPdtStart
     //
     this.IPPdtStart.EditValue = new System.DateTime(2006, 5, 19, 0, 0, 0, 0);
     this.IPPdtStart.Location = new System.Drawing.Point(80, 8);
     this.IPPdtStart.Name = "IPPdtStart";
     this.IPPdtStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.IPPdtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPdtStart.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtStart.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtStart.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.IPPdtStart.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPdtStart.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPdtStart.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPdtStart.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.IPPdtStart.Size = new System.Drawing.Size(96, 22);
     this.IPPdtStart.TabIndex = 137;
     //
     // btnSearch
     //
     this.btnSearch.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSearch.Appearance.Options.UseFont = true;
     this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSearch.Location = new System.Drawing.Point(864, 8);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(56, 20);
     this.btnSearch.TabIndex = 135;
     this.btnSearch.Text = "Search";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtCreditCardScr
     //
     this.txtCreditCardScr.EditValue = "";
     this.txtCreditCardScr.Location = new System.Drawing.Point(760, 8);
     this.txtCreditCardScr.Name = "txtCreditCardScr";
     this.txtCreditCardScr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCreditCardScr.Properties.Appearance.Options.UseFont = true;
     this.txtCreditCardScr.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.txtCreditCardScr.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtCreditCardScr.Size = new System.Drawing.Size(96, 22);
     this.txtCreditCardScr.TabIndex = 134;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(680, 8);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 132;
     this.label4.Text = "Credit Card";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(552, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 16);
     this.label3.TabIndex = 131;
     this.label3.Text = "Branch";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(296, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 16);
     this.label2.TabIndex = 130;
     this.label2.Text = "Bank";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPlblDtTo
     //
     this.IPPlblDtTo.BackColor = System.Drawing.Color.Transparent;
     this.IPPlblDtTo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPlblDtTo.Location = new System.Drawing.Point(176, 8);
     this.IPPlblDtTo.Name = "IPPlblDtTo";
     this.IPPlblDtTo.Size = new System.Drawing.Size(24, 16);
     this.IPPlblDtTo.TabIndex = 125;
     this.IPPlblDtTo.Text = "To";
     this.IPPlblDtTo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPlblDtFrom
     //
     this.IPPlblDtFrom.BackColor = System.Drawing.Color.Transparent;
     this.IPPlblDtFrom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPlblDtFrom.Location = new System.Drawing.Point(8, 8);
     this.IPPlblDtFrom.Name = "IPPlblDtFrom";
     this.IPPlblDtFrom.Size = new System.Drawing.Size(72, 16);
     this.IPPlblDtFrom.TabIndex = 124;
     this.IPPlblDtFrom.Text = "Date From";
     this.IPPlblDtFrom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnReceiveIPP
     //
     this.btnReceiveIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiveIPP.Appearance.Options.UseFont = true;
     this.btnReceiveIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiveIPP.Enabled = false;
     this.btnReceiveIPP.Location = new System.Drawing.Point(408, 56);
     this.btnReceiveIPP.Name = "btnReceiveIPP";
     this.btnReceiveIPP.Size = new System.Drawing.Size(62, 20);
     this.btnReceiveIPP.TabIndex = 13;
     this.btnReceiveIPP.Text = "Receive";
     this.btnReceiveIPP.Click += new System.EventHandler(this.btnReceiveIPP_Click);
     //
     // btnSendIPP
     //
     this.btnSendIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnSendIPP.Appearance.Options.UseFont = true;
     this.btnSendIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnSendIPP.Enabled = false;
     this.btnSendIPP.Location = new System.Drawing.Point(344, 56);
     this.btnSendIPP.Name = "btnSendIPP";
     this.btnSendIPP.Size = new System.Drawing.Size(62, 20);
     this.btnSendIPP.TabIndex = 12;
     this.btnSendIPP.Text = "Send";
     this.btnSendIPP.Click += new System.EventHandler(this.btnSendIPP_Click);
     //
     // btnUpdateIPP
     //
     this.btnUpdateIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnUpdateIPP.Appearance.Options.UseFont = true;
     this.btnUpdateIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnUpdateIPP.Location = new System.Drawing.Point(216, 56);
     this.btnUpdateIPP.Name = "btnUpdateIPP";
     this.btnUpdateIPP.Size = new System.Drawing.Size(62, 20);
     this.btnUpdateIPP.TabIndex = 10;
     this.btnUpdateIPP.Text = "Update";
     this.btnUpdateIPP.Click += new System.EventHandler(this.btnUpdateIPP_Click);
     //
     // btnDeleteIPP
     //
     this.btnDeleteIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnDeleteIPP.Appearance.Options.UseFont = true;
     this.btnDeleteIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnDeleteIPP.Location = new System.Drawing.Point(280, 56);
     this.btnDeleteIPP.Name = "btnDeleteIPP";
     this.btnDeleteIPP.Size = new System.Drawing.Size(62, 20);
     this.btnDeleteIPP.TabIndex = 5;
     this.btnDeleteIPP.Text = "Delete";
     this.btnDeleteIPP.Click += new System.EventHandler(this.btnDeleteIPP_Click);
     //
     // btnNewIPP
     //
     this.btnNewIPP.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnNewIPP.Appearance.Options.UseFont = true;
     this.btnNewIPP.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnNewIPP.Location = new System.Drawing.Point(152, 56);
     this.btnNewIPP.Name = "btnNewIPP";
     this.btnNewIPP.Size = new System.Drawing.Size(62, 20);
     this.btnNewIPP.TabIndex = 2;
     this.btnNewIPP.Text = "New";
     this.btnNewIPP.Click += new System.EventHandler(this.btnNewIPP_Click);
     //
     // IPPGrid
     //
     this.IPPGrid.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.IPPGrid.EmbeddedNavigator.Cursor = System.Windows.Forms.Cursors.Arrow;
     gridLevelNode1.RelationName = "Level1";
     this.IPPGrid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.IPPGrid.Location = new System.Drawing.Point(2, 80);
     this.IPPGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPGrid.MainView = this.IPPGridView;
     this.IPPGrid.Name = "IPPGrid";
     this.IPPGrid.Size = new System.Drawing.Size(992, 208);
     this.IPPGrid.TabIndex = 0;
     this.IPPGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.IPPGridView});
     //
     // IPPGridView
     //
     this.IPPGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn8});
     this.IPPGridView.GridControl = this.IPPGrid;
     this.IPPGridView.Name = "IPPGridView";
     this.IPPGridView.OptionsBehavior.Editable = false;
     this.IPPGridView.OptionsCustomization.AllowFilter = false;
     this.IPPGridView.OptionsFilter.AllowColumnMRUFilterList = false;
     this.IPPGridView.OptionsFilter.AllowMRUFilterList = false;
     this.IPPGridView.OptionsView.ShowGroupPanel = false;
     this.IPPGridView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.IPPGridView_FocusedRowChanged);
     this.IPPGridView.Click += new System.EventHandler(this.IPPGridView_Click);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "ID";
     this.gridColumn10.FieldName = "nIPPID";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Date Created";
     this.gridColumn11.FieldName = "dtDate";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 6;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Member Id";
     this.gridColumn12.FieldName = "strMembershipID";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 1;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Member Name";
     this.gridColumn13.FieldName = "strMemberName";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Bank";
     this.gridColumn14.FieldName = "strBankDesc";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 3;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Credit Card No.";
     this.gridColumn15.DisplayFormat.FormatString = "####-####-####-####";
     this.gridColumn15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn15.FieldName = "strCreditCardNo";
     this.gridColumn15.GroupFormat.FormatString = "####-####-####-####";
     this.gridColumn15.GroupFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn15.MinWidth = 24;
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 4;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "No. of Months";
     this.gridColumn16.FieldName = "nMonths";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 5;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "gridColumn8";
     this.gridColumn8.FieldName = "strIPP";
     this.gridColumn8.Name = "gridColumn8";
     //
     // hypReceipts
     //
     this.hypReceipts.AutoSize = true;
     this.hypReceipts.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hypReceipts.Location = new System.Drawing.Point(128, 296);
     this.hypReceipts.Name = "hypReceipts";
     this.hypReceipts.Size = new System.Drawing.Size(83, 16);
     this.hypReceipts.TabIndex = 13;
     this.hypReceipts.Text = "RECEIPTS";
     this.hypReceipts.Click += new System.EventHandler(this.hypReceipts_Click);
     //
     // hypIPPDetails
     //
     this.hypIPPDetails.AutoSize = true;
     this.hypIPPDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hypIPPDetails.Location = new System.Drawing.Point(16, 296);
     this.hypIPPDetails.Name = "hypIPPDetails";
     this.hypIPPDetails.Size = new System.Drawing.Size(99, 16);
     this.hypIPPDetails.TabIndex = 10;
     this.hypIPPDetails.Text = "IPP DETAILS";
     this.hypIPPDetails.Click += new System.EventHandler(this.hypIPPDetails_Click);
     //
     // GroupIPPDetails
     //
     this.GroupIPPDetails.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupIPPDetails.Appearance.Options.UseBackColor = true;
     this.GroupIPPDetails.Controls.Add(this.strReferenceNo);
     this.GroupIPPDetails.Controls.Add(this.label7);
     this.GroupIPPDetails.Controls.Add(this.IPPBankCode);
     this.GroupIPPDetails.Controls.Add(this.IPPNMonths);
     this.GroupIPPDetails.Controls.Add(this.IPPCCNo);
     this.GroupIPPDetails.Controls.Add(this.IPPStatus);
     this.GroupIPPDetails.Controls.Add(this.IPPDateRcv);
     this.GroupIPPDetails.Controls.Add(this.IPPDateSent);
     this.GroupIPPDetails.Controls.Add(this.IPPBranchCode);
     this.GroupIPPDetails.Controls.Add(this.IPPCreatedDate);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL1);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL16);
     this.GroupIPPDetails.Controls.Add(this.IPPMerchantNo);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL8);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL14);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL12);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL13);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL11);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL10);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL9);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL7);
     this.GroupIPPDetails.Controls.Add(this.IPPAmount);
     this.GroupIPPDetails.Controls.Add(this.IPPInterest);
     this.GroupIPPDetails.Controls.Add(this.IPPNettAmount);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL5);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL6);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL4);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL3);
     this.GroupIPPDetails.Controls.Add(this.IPPLBL2);
     this.GroupIPPDetails.Controls.Add(this.IPPMemberId);
     this.GroupIPPDetails.Controls.Add(this.IPPMemberName);
     this.GroupIPPDetails.Controls.Add(this.IPPId);
     this.GroupIPPDetails.ImeMode = System.Windows.Forms.ImeMode.On;
     this.GroupIPPDetails.Location = new System.Drawing.Point(8, 320);
     this.GroupIPPDetails.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupIPPDetails.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupIPPDetails.Name = "GroupIPPDetails";
     this.GroupIPPDetails.Size = new System.Drawing.Size(992, 240);
     this.GroupIPPDetails.TabIndex = 14;
     this.GroupIPPDetails.Text = "IPP Details";
     //
     // strReferenceNo
     //
     this.strReferenceNo.EditValue = "";
     this.strReferenceNo.Location = new System.Drawing.Point(600, 200);
     this.strReferenceNo.Name = "strReferenceNo";
     this.strReferenceNo.Size = new System.Drawing.Size(168, 20);
     this.strReferenceNo.TabIndex = 150;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(424, 200);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(141, 16);
     this.label7.TabIndex = 149;
     this.label7.Text = "Reference Number  :";
     //
     // IPPBankCode
     //
     this.IPPBankCode.Location = new System.Drawing.Point(600, 128);
     this.IPPBankCode.Name = "IPPBankCode";
     this.IPPBankCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPBankCode.Size = new System.Drawing.Size(168, 20);
     this.IPPBankCode.TabIndex = 145;
     this.IPPBankCode.EditValueChanged += new System.EventHandler(this.IPPBankCode_EditValueChanged);
     //
     // IPPNMonths
     //
     this.IPPNMonths.Location = new System.Drawing.Point(600, 176);
     this.IPPNMonths.Name = "IPPNMonths";
     this.IPPNMonths.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPNMonths.Size = new System.Drawing.Size(168, 20);
     this.IPPNMonths.TabIndex = 144;
     //
     // IPPCCNo
     //
     this.IPPCCNo.AllowDrop = true;
     this.IPPCCNo.EditValue = "";
     this.IPPCCNo.Location = new System.Drawing.Point(600, 152);
     this.IPPCCNo.Name = "IPPCCNo";
     this.IPPCCNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPCCNo.Properties.Appearance.Options.UseFont = true;
     this.IPPCCNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPCCNo.Properties.Mask.BeepOnError = true;
     this.IPPCCNo.Properties.Mask.EditMask = "\\d{4}-\\d{4}-\\d{4}-\\d{4}";
     this.IPPCCNo.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.IPPCCNo.Properties.Mask.SaveLiteral = false;
     this.IPPCCNo.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.IPPCCNo.Properties.MaxLength = 19;
     this.IPPCCNo.Size = new System.Drawing.Size(168, 20);
     this.IPPCCNo.TabIndex = 143;
     //
     // IPPStatus
     //
     this.IPPStatus.EditValue = "";
     this.IPPStatus.Enabled = false;
     this.IPPStatus.Location = new System.Drawing.Point(600, 104);
     this.IPPStatus.Name = "IPPStatus";
     this.IPPStatus.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPStatus.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPStatus.Properties.Appearance.Options.UseBackColor = true;
     this.IPPStatus.Properties.Appearance.Options.UseFont = true;
     this.IPPStatus.Properties.Appearance.Options.UseForeColor = true;
     this.IPPStatus.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPStatus.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPStatus.Properties.ReadOnly = true;
     this.IPPStatus.ShowToolTips = false;
     this.IPPStatus.Size = new System.Drawing.Size(168, 18);
     this.IPPStatus.TabIndex = 141;
     //
     // IPPDateRcv
     //
     this.IPPDateRcv.EditValue = "";
     this.IPPDateRcv.Enabled = false;
     this.IPPDateRcv.Location = new System.Drawing.Point(600, 80);
     this.IPPDateRcv.Name = "IPPDateRcv";
     this.IPPDateRcv.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPDateRcv.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPDateRcv.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPDateRcv.Properties.Appearance.Options.UseBackColor = true;
     this.IPPDateRcv.Properties.Appearance.Options.UseFont = true;
     this.IPPDateRcv.Properties.Appearance.Options.UseForeColor = true;
     this.IPPDateRcv.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPDateRcv.Properties.DisplayFormat.FormatString = "d";
     this.IPPDateRcv.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPDateRcv.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPDateRcv.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPDateRcv.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPDateRcv.Properties.ReadOnly = true;
     this.IPPDateRcv.ShowToolTips = false;
     this.IPPDateRcv.Size = new System.Drawing.Size(168, 18);
     this.IPPDateRcv.TabIndex = 140;
     //
     // IPPDateSent
     //
     this.IPPDateSent.EditValue = "";
     this.IPPDateSent.Enabled = false;
     this.IPPDateSent.Location = new System.Drawing.Point(600, 56);
     this.IPPDateSent.Name = "IPPDateSent";
     this.IPPDateSent.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPDateSent.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPDateSent.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPDateSent.Properties.Appearance.Options.UseBackColor = true;
     this.IPPDateSent.Properties.Appearance.Options.UseFont = true;
     this.IPPDateSent.Properties.Appearance.Options.UseForeColor = true;
     this.IPPDateSent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPDateSent.Properties.DisplayFormat.FormatString = "d";
     this.IPPDateSent.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPDateSent.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPDateSent.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPDateSent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPDateSent.Properties.ReadOnly = true;
     this.IPPDateSent.ShowToolTips = false;
     this.IPPDateSent.Size = new System.Drawing.Size(168, 18);
     this.IPPDateSent.TabIndex = 139;
     //
     // IPPBranchCode
     //
     this.IPPBranchCode.EditValue = "";
     this.IPPBranchCode.Enabled = false;
     this.IPPBranchCode.Location = new System.Drawing.Point(184, 128);
     this.IPPBranchCode.Name = "IPPBranchCode";
     this.IPPBranchCode.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPBranchCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPBranchCode.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPBranchCode.Properties.Appearance.Options.UseBackColor = true;
     this.IPPBranchCode.Properties.Appearance.Options.UseFont = true;
     this.IPPBranchCode.Properties.Appearance.Options.UseForeColor = true;
     this.IPPBranchCode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPBranchCode.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPBranchCode.Properties.ReadOnly = true;
     this.IPPBranchCode.Size = new System.Drawing.Size(168, 18);
     this.IPPBranchCode.TabIndex = 138;
     //
     // IPPCreatedDate
     //
     this.IPPCreatedDate.EditValue = "";
     this.IPPCreatedDate.Enabled = false;
     this.IPPCreatedDate.Location = new System.Drawing.Point(184, 56);
     this.IPPCreatedDate.Name = "IPPCreatedDate";
     this.IPPCreatedDate.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPCreatedDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPCreatedDate.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPCreatedDate.Properties.Appearance.Options.UseBackColor = true;
     this.IPPCreatedDate.Properties.Appearance.Options.UseFont = true;
     this.IPPCreatedDate.Properties.Appearance.Options.UseForeColor = true;
     this.IPPCreatedDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPCreatedDate.Properties.DisplayFormat.FormatString = "d";
     this.IPPCreatedDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.IPPCreatedDate.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPCreatedDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.IPPCreatedDate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.IPPCreatedDate.Properties.ReadOnly = true;
     this.IPPCreatedDate.Size = new System.Drawing.Size(168, 18);
     this.IPPCreatedDate.TabIndex = 137;
     //
     // IPPLBL1
     //
     this.IPPLBL1.AutoSize = true;
     this.IPPLBL1.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL1.Location = new System.Drawing.Point(32, 32);
     this.IPPLBL1.Name = "IPPLBL1";
     this.IPPLBL1.Size = new System.Drawing.Size(55, 16);
     this.IPPLBL1.TabIndex = 136;
     this.IPPLBL1.Text = "IPP Id :";
     //
     // IPPLBL16
     //
     this.IPPLBL16.AutoSize = true;
     this.IPPLBL16.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL16.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL16.Location = new System.Drawing.Point(32, 128);
     this.IPPLBL16.Name = "IPPLBL16";
     this.IPPLBL16.Size = new System.Drawing.Size(98, 16);
     this.IPPLBL16.TabIndex = 135;
     this.IPPLBL16.Text = "Branch Code :";
     //
     // IPPMerchantNo
     //
     this.IPPMerchantNo.EditValue = "";
     this.IPPMerchantNo.Enabled = false;
     this.IPPMerchantNo.Location = new System.Drawing.Point(184, 152);
     this.IPPMerchantNo.Name = "IPPMerchantNo";
     this.IPPMerchantNo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMerchantNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMerchantNo.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMerchantNo.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMerchantNo.Properties.Appearance.Options.UseFont = true;
     this.IPPMerchantNo.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMerchantNo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMerchantNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMerchantNo.Properties.ReadOnly = true;
     this.IPPMerchantNo.Size = new System.Drawing.Size(166, 18);
     this.IPPMerchantNo.TabIndex = 133;
     //
     // IPPLBL8
     //
     this.IPPLBL8.AutoSize = true;
     this.IPPLBL8.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL8.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL8.Location = new System.Drawing.Point(32, 152);
     this.IPPLBL8.Name = "IPPLBL8";
     this.IPPLBL8.Size = new System.Drawing.Size(99, 16);
     this.IPPLBL8.TabIndex = 132;
     this.IPPLBL8.Text = "Merchant No :";
     //
     // IPPLBL14
     //
     this.IPPLBL14.AutoSize = true;
     this.IPPLBL14.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL14.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL14.Location = new System.Drawing.Point(424, 104);
     this.IPPLBL14.Name = "IPPLBL14";
     this.IPPLBL14.Size = new System.Drawing.Size(60, 16);
     this.IPPLBL14.TabIndex = 131;
     this.IPPLBL14.Text = "Status :";
     //
     // IPPLBL12
     //
     this.IPPLBL12.AutoSize = true;
     this.IPPLBL12.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL12.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL12.Location = new System.Drawing.Point(424, 56);
     this.IPPLBL12.Name = "IPPLBL12";
     this.IPPLBL12.Size = new System.Drawing.Size(135, 16);
     this.IPPLBL12.TabIndex = 130;
     this.IPPLBL12.Text = "Date Sent to Bank :";
     //
     // IPPLBL13
     //
     this.IPPLBL13.AutoSize = true;
     this.IPPLBL13.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL13.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL13.Location = new System.Drawing.Point(424, 80);
     this.IPPLBL13.Name = "IPPLBL13";
     this.IPPLBL13.Size = new System.Drawing.Size(151, 16);
     this.IPPLBL13.TabIndex = 129;
     this.IPPLBL13.Text = "Date Received Reply :";
     //
     // IPPLBL11
     //
     this.IPPLBL11.AutoSize = true;
     this.IPPLBL11.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL11.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL11.Location = new System.Drawing.Point(424, 32);
     this.IPPLBL11.Name = "IPPLBL11";
     this.IPPLBL11.Size = new System.Drawing.Size(100, 16);
     this.IPPLBL11.TabIndex = 128;
     this.IPPLBL11.Text = "Nett Amount :";
     //
     // IPPLBL10
     //
     this.IPPLBL10.AutoSize = true;
     this.IPPLBL10.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL10.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL10.Location = new System.Drawing.Point(32, 200);
     this.IPPLBL10.Name = "IPPLBL10";
     this.IPPLBL10.Size = new System.Drawing.Size(71, 16);
     this.IPPLBL10.TabIndex = 127;
     this.IPPLBL10.Text = "Interest :";
     //
     // IPPLBL9
     //
     this.IPPLBL9.AutoSize = true;
     this.IPPLBL9.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL9.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL9.Location = new System.Drawing.Point(32, 176);
     this.IPPLBL9.Name = "IPPLBL9";
     this.IPPLBL9.Size = new System.Drawing.Size(68, 16);
     this.IPPLBL9.TabIndex = 126;
     this.IPPLBL9.Text = "Amount :";
     this.IPPLBL9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // IPPLBL7
     //
     this.IPPLBL7.AutoSize = true;
     this.IPPLBL7.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL7.Location = new System.Drawing.Point(424, 176);
     this.IPPLBL7.Name = "IPPLBL7";
     this.IPPLBL7.Size = new System.Drawing.Size(139, 16);
     this.IPPLBL7.TabIndex = 125;
     this.IPPLBL7.Text = "Number of Months  :";
     //
     // IPPAmount
     //
     this.IPPAmount.EditValue = "";
     this.IPPAmount.Enabled = false;
     this.IPPAmount.Location = new System.Drawing.Point(184, 176);
     this.IPPAmount.Name = "IPPAmount";
     this.IPPAmount.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPAmount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPAmount.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPAmount.Properties.Appearance.Options.UseBackColor = true;
     this.IPPAmount.Properties.Appearance.Options.UseFont = true;
     this.IPPAmount.Properties.Appearance.Options.UseForeColor = true;
     this.IPPAmount.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPAmount.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPAmount.Properties.ReadOnly = true;
     this.IPPAmount.Size = new System.Drawing.Size(166, 18);
     this.IPPAmount.TabIndex = 124;
     //
     // IPPInterest
     //
     this.IPPInterest.EditValue = "";
     this.IPPInterest.Enabled = false;
     this.IPPInterest.Location = new System.Drawing.Point(184, 200);
     this.IPPInterest.Name = "IPPInterest";
     this.IPPInterest.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPInterest.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPInterest.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPInterest.Properties.Appearance.Options.UseBackColor = true;
     this.IPPInterest.Properties.Appearance.Options.UseFont = true;
     this.IPPInterest.Properties.Appearance.Options.UseForeColor = true;
     this.IPPInterest.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPInterest.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPInterest.Properties.ReadOnly = true;
     this.IPPInterest.Size = new System.Drawing.Size(166, 18);
     this.IPPInterest.TabIndex = 123;
     //
     // IPPNettAmount
     //
     this.IPPNettAmount.EditValue = "";
     this.IPPNettAmount.Enabled = false;
     this.IPPNettAmount.Location = new System.Drawing.Point(600, 32);
     this.IPPNettAmount.Name = "IPPNettAmount";
     this.IPPNettAmount.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPNettAmount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPNettAmount.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPNettAmount.Properties.Appearance.Options.UseBackColor = true;
     this.IPPNettAmount.Properties.Appearance.Options.UseFont = true;
     this.IPPNettAmount.Properties.Appearance.Options.UseForeColor = true;
     this.IPPNettAmount.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPNettAmount.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPNettAmount.Properties.ReadOnly = true;
     this.IPPNettAmount.Size = new System.Drawing.Size(166, 18);
     this.IPPNettAmount.TabIndex = 122;
     //
     // IPPLBL5
     //
     this.IPPLBL5.AutoSize = true;
     this.IPPLBL5.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL5.Location = new System.Drawing.Point(424, 128);
     this.IPPLBL5.Name = "IPPLBL5";
     this.IPPLBL5.Size = new System.Drawing.Size(84, 16);
     this.IPPLBL5.TabIndex = 121;
     this.IPPLBL5.Text = "Bank Code :";
     //
     // IPPLBL6
     //
     this.IPPLBL6.AutoSize = true;
     this.IPPLBL6.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL6.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL6.Location = new System.Drawing.Point(424, 152);
     this.IPPLBL6.Name = "IPPLBL6";
     this.IPPLBL6.Size = new System.Drawing.Size(114, 16);
     this.IPPLBL6.TabIndex = 120;
     this.IPPLBL6.Text = "Credit Card No. :";
     //
     // IPPLBL4
     //
     this.IPPLBL4.AutoSize = true;
     this.IPPLBL4.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL4.Location = new System.Drawing.Point(32, 104);
     this.IPPLBL4.Name = "IPPLBL4";
     this.IPPLBL4.Size = new System.Drawing.Size(108, 16);
     this.IPPLBL4.TabIndex = 119;
     this.IPPLBL4.Text = "Member Name :";
     //
     // IPPLBL3
     //
     this.IPPLBL3.AutoSize = true;
     this.IPPLBL3.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL3.Location = new System.Drawing.Point(32, 80);
     this.IPPLBL3.Name = "IPPLBL3";
     this.IPPLBL3.Size = new System.Drawing.Size(86, 16);
     this.IPPLBL3.TabIndex = 118;
     this.IPPLBL3.Text = "Member Id :";
     //
     // IPPLBL2
     //
     this.IPPLBL2.AutoSize = true;
     this.IPPLBL2.BackColor = System.Drawing.Color.Transparent;
     this.IPPLBL2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPLBL2.Location = new System.Drawing.Point(32, 56);
     this.IPPLBL2.Name = "IPPLBL2";
     this.IPPLBL2.Size = new System.Drawing.Size(104, 16);
     this.IPPLBL2.TabIndex = 117;
     this.IPPLBL2.Text = "Date Created :";
     this.IPPLBL2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // IPPMemberId
     //
     this.IPPMemberId.EditValue = "";
     this.IPPMemberId.Enabled = false;
     this.IPPMemberId.Location = new System.Drawing.Point(184, 80);
     this.IPPMemberId.Name = "IPPMemberId";
     this.IPPMemberId.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMemberId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMemberId.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMemberId.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMemberId.Properties.Appearance.Options.UseFont = true;
     this.IPPMemberId.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMemberId.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMemberId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMemberId.Properties.ReadOnly = true;
     this.IPPMemberId.Size = new System.Drawing.Size(168, 18);
     this.IPPMemberId.TabIndex = 115;
     //
     // IPPMemberName
     //
     this.IPPMemberName.EditValue = "";
     this.IPPMemberName.Enabled = false;
     this.IPPMemberName.Location = new System.Drawing.Point(184, 104);
     this.IPPMemberName.Name = "IPPMemberName";
     this.IPPMemberName.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPMemberName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPMemberName.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPMemberName.Properties.Appearance.Options.UseBackColor = true;
     this.IPPMemberName.Properties.Appearance.Options.UseFont = true;
     this.IPPMemberName.Properties.Appearance.Options.UseForeColor = true;
     this.IPPMemberName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPMemberName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPMemberName.Properties.ReadOnly = true;
     this.IPPMemberName.Size = new System.Drawing.Size(168, 18);
     this.IPPMemberName.TabIndex = 114;
     //
     // IPPId
     //
     this.IPPId.EditValue = "";
     this.IPPId.Enabled = false;
     this.IPPId.Location = new System.Drawing.Point(184, 32);
     this.IPPId.Name = "IPPId";
     this.IPPId.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.IPPId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IPPId.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
     this.IPPId.Properties.Appearance.Options.UseBackColor = true;
     this.IPPId.Properties.Appearance.Options.UseFont = true;
     this.IPPId.Properties.Appearance.Options.UseForeColor = true;
     this.IPPId.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.IPPId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.IPPId.Properties.ReadOnly = true;
     this.IPPId.Size = new System.Drawing.Size(168, 18);
     this.IPPId.TabIndex = 113;
     //
     // groupIPPReceipt
     //
     this.groupIPPReceipt.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupIPPReceipt.Appearance.Options.UseBackColor = true;
     this.groupIPPReceipt.Controls.Add(this.btnReceiptUnlink);
     this.groupIPPReceipt.Controls.Add(this.btnReceiptLink);
     this.groupIPPReceipt.Controls.Add(this.gridReceipt);
     this.groupIPPReceipt.Controls.Add(this.label10);
     this.groupIPPReceipt.Controls.Add(this.IPPReceiptStatus);
     this.groupIPPReceipt.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupIPPReceipt.Location = new System.Drawing.Point(8, 320);
     this.groupIPPReceipt.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupIPPReceipt.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupIPPReceipt.Name = "groupIPPReceipt";
     this.groupIPPReceipt.Size = new System.Drawing.Size(992, 240);
     this.groupIPPReceipt.TabIndex = 17;
     this.groupIPPReceipt.Text = "Receipt Entry";
     //
     // btnReceiptUnlink
     //
     this.btnReceiptUnlink.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiptUnlink.Appearance.Options.UseFont = true;
     this.btnReceiptUnlink.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiptUnlink.Location = new System.Drawing.Point(272, 24);
     this.btnReceiptUnlink.Name = "btnReceiptUnlink";
     this.btnReceiptUnlink.Size = new System.Drawing.Size(67, 20);
     this.btnReceiptUnlink.TabIndex = 128;
     this.btnReceiptUnlink.Text = "Unlink";
     this.btnReceiptUnlink.Click += new System.EventHandler(this.btnReceiptUnlink_Click);
     //
     // btnReceiptLink
     //
     this.btnReceiptLink.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnReceiptLink.Appearance.Options.UseFont = true;
     this.btnReceiptLink.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnReceiptLink.Enabled = false;
     this.btnReceiptLink.Location = new System.Drawing.Point(200, 24);
     this.btnReceiptLink.Name = "btnReceiptLink";
     this.btnReceiptLink.Size = new System.Drawing.Size(67, 20);
     this.btnReceiptLink.TabIndex = 127;
     this.btnReceiptLink.Text = "Link";
     this.btnReceiptLink.Click += new System.EventHandler(this.btnReceiptLink_Click);
     //
     // gridReceipt
     //
     this.gridReceipt.Dock = System.Windows.Forms.DockStyle.Bottom;
     gridLevelNode2.RelationName = "Level1";
     this.gridReceipt.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     this.gridReceipt.Location = new System.Drawing.Point(2, 54);
     this.gridReceipt.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gridReceipt.MainView = this.IPPReceiptView;
     this.gridReceipt.Name = "gridReceipt";
     this.gridReceipt.Size = new System.Drawing.Size(988, 184);
     this.gridReceipt.TabIndex = 126;
     this.gridReceipt.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.IPPReceiptView});
     //
     // IPPReceiptView
     //
     this.IPPReceiptView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnIPPR,
     this.gridColumnIPPR1,
     this.gridColumnIPPR2,
     this.gridColumnIPPR3,
     this.gridColumnIPPR4,
     this.gridColumnIPPR5,
     this.gridColumnIPPR6,
     this.gridColumnIPPR7,
     this.gridColumnIPPR8,
     this.gridColumnIPPR9});
     this.IPPReceiptView.GridControl = this.gridReceipt;
     this.IPPReceiptView.Name = "IPPReceiptView";
     this.IPPReceiptView.OptionsBehavior.Editable = false;
     this.IPPReceiptView.OptionsCustomization.AllowFilter = false;
     this.IPPReceiptView.OptionsCustomization.AllowSort = false;
     this.IPPReceiptView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.IPPReceiptView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnIPPR
     //
     this.gridColumnIPPR.Caption = "IPP ID";
     this.gridColumnIPPR.FieldName = "nIPPID";
     this.gridColumnIPPR.Name = "gridColumnIPPR";
     //
     // gridColumnIPPR1
     //
     this.gridColumnIPPR1.Caption = "Date";
     this.gridColumnIPPR1.FieldName = "dtDate";
     this.gridColumnIPPR1.Name = "gridColumnIPPR1";
     this.gridColumnIPPR1.Visible = true;
     this.gridColumnIPPR1.VisibleIndex = 0;
     this.gridColumnIPPR1.Width = 109;
     //
     // gridColumnIPPR2
     //
     this.gridColumnIPPR2.Caption = "Receipt No";
     this.gridColumnIPPR2.FieldName = "strReceiptNo";
     this.gridColumnIPPR2.Name = "gridColumnIPPR2";
     this.gridColumnIPPR2.Visible = true;
     this.gridColumnIPPR2.VisibleIndex = 1;
     this.gridColumnIPPR2.Width = 109;
     //
     // gridColumnIPPR3
     //
     this.gridColumnIPPR3.Caption = "Category";
     this.gridColumnIPPR3.FieldName = "Category";
     this.gridColumnIPPR3.Name = "gridColumnIPPR3";
     this.gridColumnIPPR3.Visible = true;
     this.gridColumnIPPR3.VisibleIndex = 2;
     this.gridColumnIPPR3.Width = 109;
     //
     // gridColumnIPPR4
     //
     this.gridColumnIPPR4.Caption = "Nett";
     this.gridColumnIPPR4.FieldName = "mNettAmount";
     this.gridColumnIPPR4.Name = "gridColumnIPPR4";
     this.gridColumnIPPR4.Visible = true;
     this.gridColumnIPPR4.VisibleIndex = 3;
     this.gridColumnIPPR4.Width = 109;
     //
     // gridColumnIPPR5
     //
     this.gridColumnIPPR5.Caption = "GST";
     this.gridColumnIPPR5.FieldName = "mGSTAmount";
     this.gridColumnIPPR5.Name = "gridColumnIPPR5";
     this.gridColumnIPPR5.Visible = true;
     this.gridColumnIPPR5.VisibleIndex = 4;
     this.gridColumnIPPR5.Width = 64;
     //
     // gridColumnIPPR6
     //
     this.gridColumnIPPR6.Caption = "Total";
     this.gridColumnIPPR6.FieldName = "mTotalAmount";
     this.gridColumnIPPR6.Name = "gridColumnIPPR6";
     this.gridColumnIPPR6.Visible = true;
     this.gridColumnIPPR6.VisibleIndex = 5;
     this.gridColumnIPPR6.Width = 123;
     //
     // gridColumnIPPR7
     //
     this.gridColumnIPPR7.Caption = "O/S Amount";
     this.gridColumnIPPR7.FieldName = "mGSTAmount";
     this.gridColumnIPPR7.Name = "gridColumnIPPR7";
     this.gridColumnIPPR7.Visible = true;
     this.gridColumnIPPR7.VisibleIndex = 6;
     this.gridColumnIPPR7.Width = 85;
     //
     // gridColumnIPPR8
     //
     this.gridColumnIPPR8.Caption = "Member";
     this.gridColumnIPPR8.FieldName = "SalesPerson";
     this.gridColumnIPPR8.Name = "gridColumnIPPR8";
     this.gridColumnIPPR8.Visible = true;
     this.gridColumnIPPR8.VisibleIndex = 7;
     this.gridColumnIPPR8.Width = 167;
     //
     // gridColumnIPPR9
     //
     this.gridColumnIPPR9.Caption = "Payment ID";
     this.gridColumnIPPR9.FieldName = "nPaymentID";
     this.gridColumnIPPR9.Name = "gridColumnIPPR9";
     this.gridColumnIPPR9.Visible = true;
     this.gridColumnIPPR9.VisibleIndex = 8;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(16, 24);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(56, 16);
     this.label10.TabIndex = 125;
     this.label10.Text = "Status";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // IPPReceiptStatus
     //
     this.IPPReceiptStatus.EditValue = 0;
     this.IPPReceiptStatus.Location = new System.Drawing.Point(80, 24);
     this.IPPReceiptStatus.Name = "IPPReceiptStatus";
     this.IPPReceiptStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.IPPReceiptStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Linked", 0, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Unlink", 1, -1)});
     this.IPPReceiptStatus.Size = new System.Drawing.Size(100, 20);
     this.IPPReceiptStatus.TabIndex = 24;
     this.IPPReceiptStatus.SelectedIndexChanged += new System.EventHandler(this.IPPReceiptStatus_SelectedIndexChanged);
     //
     // groupCashCardMaster
     //
     this.groupCashCardMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupCashCardMaster.Controls.Add(this.groupCashCard);
     this.groupCashCardMaster.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupCashCardMaster.Location = new System.Drawing.Point(0, 32);
     this.groupCashCardMaster.Name = "groupCashCardMaster";
     this.groupCashCardMaster.Size = new System.Drawing.Size(1007, 608);
     this.groupCashCardMaster.TabIndex = 146;
     //
     // groupCashCard
     //
     this.groupCashCard.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCashCard.Appearance.Options.UseBackColor = true;
     this.groupCashCard.Controls.Add(this.pbSelect);
     this.groupCashCard.Controls.Add(this.txtFilePath);
     this.groupCashCard.Controls.Add(this.label19);
     this.groupCashCard.Controls.Add(this.btnCashCardImport);
     this.groupCashCard.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupCashCard.Location = new System.Drawing.Point(4, 0);
     this.groupCashCard.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCashCard.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCashCard.Name = "groupCashCard";
     this.groupCashCard.Size = new System.Drawing.Size(996, 336);
     this.groupCashCard.TabIndex = 19;
     this.groupCashCard.Text = "Cash Card Import";
     //
     // pbSelect
     //
     this.pbSelect.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pbSelect.ErrorImage = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelect.Image = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelect.InitialImage = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelect.Location = new System.Drawing.Point(573, 122);
     this.pbSelect.Name = "pbSelect";
     this.pbSelect.Size = new System.Drawing.Size(20, 20);
     this.pbSelect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbSelect.TabIndex = 36;
     this.pbSelect.TabStop = false;
     this.pbSelect.Click += new System.EventHandler(this.pbSelect_Click);
     //
     // txtFilePath
     //
     this.txtFilePath.EditValue = "";
     this.txtFilePath.Location = new System.Drawing.Point(266, 123);
     this.txtFilePath.Name = "txtFilePath";
     this.txtFilePath.Properties.MaxLength = 255;
     this.txtFilePath.Properties.ReadOnly = true;
     this.txtFilePath.Size = new System.Drawing.Size(301, 20);
     this.txtFilePath.TabIndex = 35;
     //
     // label19
     //
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(145, 127);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(126, 16);
     this.label19.TabIndex = 34;
     this.label19.Text = "Select file to upload";
     //
     // btnCashCardImport
     //
     this.btnCashCardImport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnCashCardImport.Appearance.Options.UseFont = true;
     this.btnCashCardImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnCashCardImport.Location = new System.Drawing.Point(521, 149);
     this.btnCashCardImport.Name = "btnCashCardImport";
     this.btnCashCardImport.Size = new System.Drawing.Size(72, 18);
     this.btnCashCardImport.TabIndex = 12;
     this.btnCashCardImport.Text = "Import";
     this.btnCashCardImport.Click += new System.EventHandler(this.btnCashCardImport_Click);
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Location = new System.Drawing.Point(3, 32);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(1000, 592);
     this.panel3.TabIndex = 45;
     //
     // lblOne_4
     //
     this.lblOne_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_4.Appearance.Options.UseFont = true;
     this.lblOne_4.Appearance.Options.UseForeColor = true;
     this.lblOne_4.Location = new System.Drawing.Point(440, 0);
     this.lblOne_4.Name = "lblOne_4";
     this.lblOne_4.Size = new System.Drawing.Size(138, 23);
     this.lblOne_4.TabIndex = 145;
     this.lblOne_4.Text = "Cash Voucher Import";
     this.lblOne_4.Click += new System.EventHandler(this.lblOne_4_Click);
     //
     // lblOne_3
     //
     this.lblOne_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_3.Appearance.Options.UseFont = true;
     this.lblOne_3.Appearance.Options.UseForeColor = true;
     this.lblOne_3.Location = new System.Drawing.Point(296, 0);
     this.lblOne_3.Name = "lblOne_3";
     this.lblOne_3.Size = new System.Drawing.Size(138, 23);
     this.lblOne_3.TabIndex = 145;
     this.lblOne_3.Text = "Cash Card Import";
     this.lblOne_3.Click += new System.EventHandler(this.lblOne_3_Click);
     //
     // lblOne_2
     //
     this.lblOne_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_2.Appearance.Options.UseFont = true;
     this.lblOne_2.Appearance.Options.UseForeColor = true;
     this.lblOne_2.Location = new System.Drawing.Point(152, 0);
     this.lblOne_2.Name = "lblOne_2";
     this.lblOne_2.Size = new System.Drawing.Size(138, 23);
     this.lblOne_2.TabIndex = 144;
     this.lblOne_2.Text = "GIRO";
     this.lblOne_2.Click += new System.EventHandler(this.lblOne_2_Click);
     //
     // lblOne_1
     //
     this.lblOne_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblOne_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblOne_1.Appearance.Options.UseFont = true;
     this.lblOne_1.Appearance.Options.UseForeColor = true;
     this.lblOne_1.Location = new System.Drawing.Point(8, 0);
     this.lblOne_1.Name = "lblOne_1";
     this.lblOne_1.Size = new System.Drawing.Size(138, 23);
     this.lblOne_1.TabIndex = 143;
     this.lblOne_1.Text = "IPP";
     this.lblOne_1.Click += new System.EventHandler(this.lblOne_1_Click);
     //
     // groupGIROMaster
     //
     this.groupGIROMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupGIROMaster.Controls.Add(this.xtraTabControl1);
     this.groupGIROMaster.Controls.Add(this.GroupGiro);
     this.groupGIROMaster.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupGIROMaster.Location = new System.Drawing.Point(0, 32);
     this.groupGIROMaster.Name = "groupGIROMaster";
     this.groupGIROMaster.Size = new System.Drawing.Size(1007, 608);
     this.groupGIROMaster.TabIndex = 24;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xtraTabControl1.AppearancePage.Header.Options.UseFont = true;
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 342);
     this.xtraTabControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tabGiroDetails;
     this.xtraTabControl1.Size = new System.Drawing.Size(1007, 266);
     this.xtraTabControl1.TabIndex = 36;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabGiroDetails,
     this.tabGiroTrnsHistory});
     //
     // tabGiroDetails
     //
     this.tabGiroDetails.Controls.Add(this.luedtBankBranch);
     this.tabGiroDetails.Controls.Add(this.luedtBank);
     this.tabGiroDetails.Controls.Add(this.luedtPackage);
     this.tabGiroDetails.Controls.Add(this.luedtBranch);
     this.tabGiroDetails.Controls.Add(this.label70);
     this.tabGiroDetails.Controls.Add(this.txtPackageDesc);
     this.tabGiroDetails.Controls.Add(this.txtAccountNo);
     this.tabGiroDetails.Controls.Add(this.txtGIROId);
     this.tabGiroDetails.Controls.Add(this.txtRemark);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankBranch);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankACNumber);
     this.tabGiroDetails.Controls.Add(this.lblGiro_BankCode);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Remark);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Package);
     this.tabGiroDetails.Controls.Add(this.lblGiro_Branch);
     this.tabGiroDetails.Controls.Add(this.lblGiro_MemberID);
     this.tabGiroDetails.Controls.Add(this.lblGiroID);
     this.tabGiroDetails.Name = "tabGiroDetails";
     this.tabGiroDetails.Size = new System.Drawing.Size(998, 232);
     this.tabGiroDetails.Text = "Giro Details";
     //
     // luedtBankBranch
     //
     this.luedtBankBranch.Location = new System.Drawing.Point(520, 40);
     this.luedtBankBranch.Name = "luedtBankBranch";
     this.luedtBankBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBankBranch.Size = new System.Drawing.Size(184, 20);
     this.luedtBankBranch.TabIndex = 142;
     //
     // luedtBank
     //
     this.luedtBank.Location = new System.Drawing.Point(520, 16);
     this.luedtBank.Name = "luedtBank";
     this.luedtBank.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBank.Size = new System.Drawing.Size(184, 20);
     this.luedtBank.TabIndex = 141;
     //
     // luedtPackage
     //
     this.luedtPackage.Location = new System.Drawing.Point(176, 88);
     this.luedtPackage.Name = "luedtPackage";
     this.luedtPackage.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtPackage.Size = new System.Drawing.Size(184, 20);
     this.luedtPackage.TabIndex = 140;
     //
     // luedtBranch
     //
     this.luedtBranch.Location = new System.Drawing.Point(176, 64);
     this.luedtBranch.Name = "luedtBranch";
     this.luedtBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luedtBranch.Size = new System.Drawing.Size(184, 20);
     this.luedtBranch.TabIndex = 139;
     //
     // label70
     //
     this.label70.BackColor = System.Drawing.Color.Transparent;
     this.label70.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label70.Location = new System.Drawing.Point(32, 112);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(144, 16);
     this.label70.TabIndex = 119;
     this.label70.Text = "Package Description";
     this.label70.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPackageDesc
     //
     this.txtPackageDesc.EditValue = "";
     this.txtPackageDesc.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtPackageDesc.Location = new System.Drawing.Point(176, 112);
     this.txtPackageDesc.Name = "txtPackageDesc";
     this.txtPackageDesc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPackageDesc.Properties.Appearance.Options.UseFont = true;
     this.txtPackageDesc.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtPackageDesc.Size = new System.Drawing.Size(184, 20);
     this.txtPackageDesc.TabIndex = 117;
     //
     // txtAccountNo
     //
     this.txtAccountNo.EditValue = "";
     this.txtAccountNo.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtAccountNo.Location = new System.Drawing.Point(520, 64);
     this.txtAccountNo.Name = "txtAccountNo";
     this.txtAccountNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAccountNo.Properties.Appearance.Options.UseFont = true;
     this.txtAccountNo.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtAccountNo.Size = new System.Drawing.Size(184, 20);
     this.txtAccountNo.TabIndex = 116;
     //
     // txtGIROId
     //
     this.txtGIROId.EditValue = "";
     this.txtGIROId.ImeMode = System.Windows.Forms.ImeMode.On;
     this.txtGIROId.Location = new System.Drawing.Point(176, 16);
     this.txtGIROId.Name = "txtGIROId";
     this.txtGIROId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGIROId.Properties.Appearance.Options.UseFont = true;
     this.txtGIROId.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtGIROId.Size = new System.Drawing.Size(184, 20);
     this.txtGIROId.TabIndex = 111;
     //
     // txtRemark
     //
     this.txtRemark.EditValue = "";
     this.txtRemark.Location = new System.Drawing.Point(176, 136);
     this.txtRemark.Name = "txtRemark";
     this.txtRemark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemark.Properties.Appearance.Options.UseFont = true;
     this.txtRemark.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.txtRemark.Size = new System.Drawing.Size(528, 56);
     this.txtRemark.TabIndex = 110;
     //
     // lblGiro_BankBranch
     //
     this.lblGiro_BankBranch.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankBranch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankBranch.Location = new System.Drawing.Point(392, 40);
     this.lblGiro_BankBranch.Name = "lblGiro_BankBranch";
     this.lblGiro_BankBranch.Size = new System.Drawing.Size(128, 16);
     this.lblGiro_BankBranch.TabIndex = 101;
     this.lblGiro_BankBranch.Text = "Bank Branch";
     this.lblGiro_BankBranch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_BankACNumber
     //
     this.lblGiro_BankACNumber.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankACNumber.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankACNumber.Location = new System.Drawing.Point(392, 64);
     this.lblGiro_BankACNumber.Name = "lblGiro_BankACNumber";
     this.lblGiro_BankACNumber.Size = new System.Drawing.Size(128, 16);
     this.lblGiro_BankACNumber.TabIndex = 100;
     this.lblGiro_BankACNumber.Text = "Account Number";
     this.lblGiro_BankACNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_BankCode
     //
     this.lblGiro_BankCode.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_BankCode.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_BankCode.Location = new System.Drawing.Point(392, 16);
     this.lblGiro_BankCode.Name = "lblGiro_BankCode";
     this.lblGiro_BankCode.Size = new System.Drawing.Size(128, 16);
     this.lblGiro_BankCode.TabIndex = 99;
     this.lblGiro_BankCode.Text = "Bank Code/Name";
     this.lblGiro_BankCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Remark
     //
     this.lblGiro_Remark.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Remark.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Remark.Location = new System.Drawing.Point(32, 144);
     this.lblGiro_Remark.Name = "lblGiro_Remark";
     this.lblGiro_Remark.Size = new System.Drawing.Size(128, 16);
     this.lblGiro_Remark.TabIndex = 98;
     this.lblGiro_Remark.Text = "Remark";
     this.lblGiro_Remark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Package
     //
     this.lblGiro_Package.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Package.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Package.Location = new System.Drawing.Point(32, 88);
     this.lblGiro_Package.Name = "lblGiro_Package";
     this.lblGiro_Package.Size = new System.Drawing.Size(144, 16);
     this.lblGiro_Package.TabIndex = 97;
     this.lblGiro_Package.Text = "Package";
     this.lblGiro_Package.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_Branch
     //
     this.lblGiro_Branch.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_Branch.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_Branch.Location = new System.Drawing.Point(32, 64);
     this.lblGiro_Branch.Name = "lblGiro_Branch";
     this.lblGiro_Branch.Size = new System.Drawing.Size(144, 16);
     this.lblGiro_Branch.TabIndex = 96;
     this.lblGiro_Branch.Text = "Branch";
     this.lblGiro_Branch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiro_MemberID
     //
     this.lblGiro_MemberID.BackColor = System.Drawing.Color.Transparent;
     this.lblGiro_MemberID.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiro_MemberID.Location = new System.Drawing.Point(32, 40);
     this.lblGiro_MemberID.Name = "lblGiro_MemberID";
     this.lblGiro_MemberID.Size = new System.Drawing.Size(144, 16);
     this.lblGiro_MemberID.TabIndex = 95;
     this.lblGiro_MemberID.Text = "Member ID /Name";
     this.lblGiro_MemberID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGiroID
     //
     this.lblGiroID.BackColor = System.Drawing.Color.Transparent;
     this.lblGiroID.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiroID.Location = new System.Drawing.Point(32, 16);
     this.lblGiroID.Name = "lblGiroID";
     this.lblGiroID.Size = new System.Drawing.Size(144, 16);
     this.lblGiroID.TabIndex = 93;
     this.lblGiroID.Text = "Giro ID";
     this.lblGiroID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tabGiroTrnsHistory
     //
     this.tabGiroTrnsHistory.Controls.Add(this.GridTransaction);
     this.tabGiroTrnsHistory.Name = "tabGiroTrnsHistory";
     this.tabGiroTrnsHistory.Size = new System.Drawing.Size(998, 232);
     this.tabGiroTrnsHistory.Text = "Transaction History";
     //
     // GridTransaction
     //
     this.GridTransaction.Dock = System.Windows.Forms.DockStyle.Fill;
     this.GridTransaction.Location = new System.Drawing.Point(0, 0);
     this.GridTransaction.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridTransaction.MainView = this.gridView4;
     this.GridTransaction.Name = "GridTransaction";
     this.GridTransaction.Size = new System.Drawing.Size(998, 232);
     this.GridTransaction.TabIndex = 0;
     this.GridTransaction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.GridControl = this.GridTransaction;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsBehavior.Editable = false;
     this.gridView4.OptionsCustomization.AllowFilter = false;
     this.gridView4.OptionsCustomization.AllowSort = false;
     //
     // GroupGiro
     //
     this.GroupGiro.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GroupGiro.Appearance.Options.UseBackColor = true;
     this.GroupGiro.Controls.Add(this.comboBoxGiroStatus);
     this.GroupGiro.Controls.Add(this.label63);
     this.GroupGiro.Controls.Add(this.btnImport);
     this.GroupGiro.Controls.Add(this.btnGiroExport);
     this.GroupGiro.Controls.Add(this.btnGiroUpdate);
     this.GroupGiro.Controls.Add(this.btnGiroDelete);
     this.GroupGiro.Controls.Add(this.btnGiroNew);
     this.GroupGiro.Controls.Add(this.GiroGrid);
     this.GroupGiro.ImeMode = System.Windows.Forms.ImeMode.On;
     this.GroupGiro.Location = new System.Drawing.Point(4, 0);
     this.GroupGiro.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GroupGiro.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GroupGiro.Name = "GroupGiro";
     this.GroupGiro.Size = new System.Drawing.Size(996, 336);
     this.GroupGiro.TabIndex = 19;
     this.GroupGiro.Text = "GIRO";
     //
     // comboBoxGiroStatus
     //
     this.comboBoxGiroStatus.EditValue = 1;
     this.comboBoxGiroStatus.Location = new System.Drawing.Point(8, 40);
     this.comboBoxGiroStatus.Name = "comboBoxGiroStatus";
     this.comboBoxGiroStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxGiroStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Pending Approval", 1, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Active", 2, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Rejected", 3, -1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Deleted", 4, -1)});
     this.comboBoxGiroStatus.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.comboBoxGiroStatus.Size = new System.Drawing.Size(128, 20);
     this.comboBoxGiroStatus.TabIndex = 35;
     this.comboBoxGiroStatus.SelectedIndexChanged += new System.EventHandler(this.comboBoxGiroStatus_SelectedIndexChanged);
     //
     // label63
     //
     this.label63.BackColor = System.Drawing.Color.Transparent;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(8, 24);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(100, 16);
     this.label63.TabIndex = 34;
     this.label63.Text = "Filter by Status";
     //
     // btnImport
     //
     this.btnImport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnImport.Appearance.Options.UseFont = true;
     this.btnImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnImport.Location = new System.Drawing.Point(264, 48);
     this.btnImport.Name = "btnImport";
     this.btnImport.Size = new System.Drawing.Size(72, 18);
     this.btnImport.TabIndex = 12;
     this.btnImport.Text = "Import";
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // btnGiroExport
     //
     this.btnGiroExport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroExport.Appearance.Options.UseFont = true;
     this.btnGiroExport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroExport.Location = new System.Drawing.Point(192, 48);
     this.btnGiroExport.Name = "btnGiroExport";
     this.btnGiroExport.Size = new System.Drawing.Size(64, 18);
     this.btnGiroExport.TabIndex = 11;
     this.btnGiroExport.Text = "Export";
     this.btnGiroExport.Click += new System.EventHandler(this.btnGiroExport_Click);
     //
     // btnGiroUpdate
     //
     this.btnGiroUpdate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroUpdate.Appearance.Options.UseFont = true;
     this.btnGiroUpdate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroUpdate.Location = new System.Drawing.Point(344, 24);
     this.btnGiroUpdate.Name = "btnGiroUpdate";
     this.btnGiroUpdate.Size = new System.Drawing.Size(64, 18);
     this.btnGiroUpdate.TabIndex = 10;
     this.btnGiroUpdate.Text = "Update";
     this.btnGiroUpdate.Click += new System.EventHandler(this.btnGiroUpdate_Click);
     //
     // btnGiroDelete
     //
     this.btnGiroDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroDelete.Appearance.Options.UseFont = true;
     this.btnGiroDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroDelete.Location = new System.Drawing.Point(264, 24);
     this.btnGiroDelete.Name = "btnGiroDelete";
     this.btnGiroDelete.Size = new System.Drawing.Size(72, 18);
     this.btnGiroDelete.TabIndex = 5;
     this.btnGiroDelete.Text = "Delete";
     this.btnGiroDelete.Click += new System.EventHandler(this.btnGiroDelete_Click);
     //
     // btnGiroNew
     //
     this.btnGiroNew.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnGiroNew.Appearance.Options.UseFont = true;
     this.btnGiroNew.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnGiroNew.Location = new System.Drawing.Point(192, 24);
     this.btnGiroNew.Name = "btnGiroNew";
     this.btnGiroNew.Size = new System.Drawing.Size(64, 18);
     this.btnGiroNew.TabIndex = 2;
     this.btnGiroNew.Text = "New";
     this.btnGiroNew.Click += new System.EventHandler(this.btnGiroNew_Click);
     //
     // GiroGrid
     //
     this.GiroGrid.Dock = System.Windows.Forms.DockStyle.Bottom;
     gridLevelNode3.RelationName = "Level1";
     this.GiroGrid.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode3});
     this.GiroGrid.Location = new System.Drawing.Point(2, 78);
     this.GiroGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GiroGrid.MainView = this.GIROGridView;
     this.GiroGrid.Name = "GiroGrid";
     this.GiroGrid.Size = new System.Drawing.Size(992, 256);
     this.GiroGrid.TabIndex = 0;
     this.GiroGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.GIROGridView});
     //
     // GIROGridView
     //
     this.GIROGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7});
     this.GIROGridView.GridControl = this.GiroGrid;
     this.GIROGridView.Name = "GIROGridView";
     this.GIROGridView.OptionsBehavior.Editable = false;
     this.GIROGridView.OptionsCustomization.AllowFilter = false;
     this.GIROGridView.OptionsSelection.MultiSelect = true;
     this.GIROGridView.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Giro Id";
     this.gridColumn1.FieldName = "nGIRORefID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Date";
     this.gridColumn2.FieldName = "dtDate";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Member ID";
     this.gridColumn3.FieldName = "strMembershipID";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Member Name";
     this.gridColumn4.FieldName = "strMemberName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Branch";
     this.gridColumn5.FieldName = "strBranchCode";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Package Code";
     this.gridColumn6.FieldName = "strPackageCode";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Package Description";
     this.gridColumn7.FieldName = "strDescription";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // tabManagerTwo
     //
     this.tabManagerTwo.Controls.Add(this.GrpPayroll);
     this.tabManagerTwo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabManagerTwo.Name = "tabManagerTwo";
     this.tabManagerTwo.PageVisible = false;
     this.tabManagerTwo.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerTwo.Text = "Payroll";
     //
     // GrpPayroll
     //
     this.GrpPayroll.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.GrpPayroll.Appearance.Options.UseBackColor = true;
     this.GrpPayroll.Controls.Add(this.progressBarControl1);
     this.GrpPayroll.Controls.Add(this.cbJob);
     this.GrpPayroll.Controls.Add(this.label8);
     this.GrpPayroll.Controls.Add(this.grpGridExcel);
     this.GrpPayroll.Controls.Add(this.btnPayrollExport);
     this.GrpPayroll.Controls.Add(this.btnPayrollGenerate);
     this.GrpPayroll.Controls.Add(this.btnPayrollDelete);
     this.GrpPayroll.Controls.Add(this.comboBoxEditMTH);
     this.GrpPayroll.Controls.Add(this.comboBoxEditYR);
     this.GrpPayroll.Controls.Add(this.lblYear);
     this.GrpPayroll.Controls.Add(this.lblMonth);
     this.GrpPayroll.Controls.Add(this.cmbxPayroll);
     this.GrpPayroll.Controls.Add(this.gridPayroll);
     this.GrpPayroll.Location = new System.Drawing.Point(0, 0);
     this.GrpPayroll.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.GrpPayroll.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GrpPayroll.Name = "GrpPayroll";
     this.GrpPayroll.Size = new System.Drawing.Size(994, 616);
     this.GrpPayroll.TabIndex = 0;
     this.GrpPayroll.Text = "PAYROLL";
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(784, 24);
     this.progressBarControl1.Name = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle = true;
     this.progressBarControl1.Size = new System.Drawing.Size(200, 16);
     this.progressBarControl1.TabIndex = 17;
     this.progressBarControl1.Visible = false;
     //
     // cbJob
     //
     this.cbJob.Location = new System.Drawing.Point(432, 24);
     this.cbJob.Name = "cbJob";
     this.cbJob.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cbJob.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbJob.Size = new System.Drawing.Size(128, 22);
     this.cbJob.TabIndex = 16;
     this.cbJob.SelectedIndexChanged += new System.EventHandler(this.cbJob_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location = new System.Drawing.Point(344, 24);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 16);
     this.label8.TabIndex = 15;
     this.label8.Text = "Job Position";
     //
     // grpGridExcel
     //
     this.grpGridExcel.Controls.Add(this.gridExcel);
     this.grpGridExcel.Location = new System.Drawing.Point(72, 144);
     this.grpGridExcel.Name = "grpGridExcel";
     this.grpGridExcel.Size = new System.Drawing.Size(544, 176);
     this.grpGridExcel.TabIndex = 13;
     this.grpGridExcel.Text = "groupControl1";
     this.grpGridExcel.Visible = false;
     //
     // gridExcel
     //
     this.gridExcel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridExcel.Location = new System.Drawing.Point(2, 30);
     this.gridExcel.MainView = this.gridViewExcel;
     this.gridExcel.Name = "gridExcel";
     this.gridExcel.Size = new System.Drawing.Size(540, 144);
     this.gridExcel.TabIndex = 12;
     this.gridExcel.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewExcel});
     this.gridExcel.Visible = false;
     //
     // gridViewExcel
     //
     this.gridViewExcel.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn19,
     this.FirstPayDate,
     this.gridColumn24,
     this.gridColumn25,
     this.gridColumn26,
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn29,
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn32,
     this.gridColumn33,
     this.gridColumn34,
     this.gridColumn35,
     this.gridColumn36,
     this.SecondPayDate});
     this.gridViewExcel.GridControl = this.gridExcel;
     this.gridViewExcel.Name = "gridViewExcel";
     this.gridViewExcel.OptionsBehavior.Editable = false;
     this.gridViewExcel.OptionsCustomization.AllowFilter = false;
     this.gridViewExcel.OptionsView.ColumnAutoWidth = false;
     this.gridViewExcel.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Emp ID";
     this.gridColumn19.FieldName = "nEmployeeID";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 0;
     this.gridColumn19.Width = 68;
     //
     // FirstPayDate
     //
     this.FirstPayDate.Caption = "Payroll Date";
     this.FirstPayDate.FieldName = "dtFirstRunDate";
     this.FirstPayDate.Name = "FirstPayDate";
     this.FirstPayDate.Visible = true;
     this.FirstPayDate.VisibleIndex = 1;
     this.FirstPayDate.Width = 76;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "OT-1.5 (HRS)";
     this.gridColumn24.FieldName = "nNormalOT";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 2;
     this.gridColumn24.Width = 77;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "OT-1.0 (DAYS)";
     this.gridColumn25.FieldName = "nPublicHolidayOT";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 3;
     this.gridColumn25.Width = 83;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "OT-2.0 (DAYS)";
     this.gridColumn26.FieldName = "nOffDayOT";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 4;
     this.gridColumn26.Width = 82;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "Part-Time Salary (HRS)";
     this.gridColumn27.FieldName = "nPartTimeWorkHours";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 5;
     this.gridColumn27.Width = 85;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "AL Entitlement (HRS)";
     this.gridColumn28.FieldName = "nALEntitlementHours";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 6;
     this.gridColumn28.Width = 77;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "PH Entitlement (HRS)";
     this.gridColumn29.FieldName = "nPHEntitlementHours";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 7;
     this.gridColumn29.Width = 64;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "Service Reimbursement (AMT)";
     this.gridColumn30.FieldName = "mServiceReimbursements";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 8;
     this.gridColumn30.Width = 74;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "Lateness (HRS)";
     this.gridColumn31.FieldName = "nTotalLateness";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 9;
     this.gridColumn31.Width = 61;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "Unpaid AL (DAYS)";
     this.gridColumn32.FieldName = "nUnpaidAL";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 10;
     this.gridColumn32.Width = 78;
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "Unpaid T/O (HRS)";
     this.gridColumn33.FieldName = "nUnpaidTO";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 11;
     this.gridColumn33.Width = 74;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "Unpaid Medical Absent (DAYS)";
     this.gridColumn34.FieldName = "nUnpaidMedical";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.Visible = true;
     this.gridColumn34.VisibleIndex = 12;
     this.gridColumn34.Width = 83;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "Commision (AMT)";
     this.gridColumn35.FieldName = "mCommission";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.Width = 50;
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "Commission Lateness Penalty (AMT)";
     this.gridColumn36.FieldName = "nTotalLateness";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.Width = 109;
     //
     // SecondPayDate
     //
     this.SecondPayDate.Caption = "Payroll Date";
     this.SecondPayDate.FieldName = "dtSecondRunDate";
     this.SecondPayDate.Name = "SecondPayDate";
     //
     // btnPayrollExport
     //
     this.btnPayrollExport.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollExport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollExport.Appearance.Options.UseBackColor = true;
     this.btnPayrollExport.Appearance.Options.UseFont = true;
     this.btnPayrollExport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollExport.Location = new System.Drawing.Point(648, 24);
     this.btnPayrollExport.Name = "btnPayrollExport";
     this.btnPayrollExport.Size = new System.Drawing.Size(56, 20);
     this.btnPayrollExport.TabIndex = 9;
     this.btnPayrollExport.Text = "Export";
     this.btnPayrollExport.Click += new System.EventHandler(this.btnPayrollExport_Click);
     //
     // btnPayrollGenerate
     //
     this.btnPayrollGenerate.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollGenerate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollGenerate.Appearance.Options.UseBackColor = true;
     this.btnPayrollGenerate.Appearance.Options.UseFont = true;
     this.btnPayrollGenerate.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollGenerate.Location = new System.Drawing.Point(568, 24);
     this.btnPayrollGenerate.Name = "btnPayrollGenerate";
     this.btnPayrollGenerate.Size = new System.Drawing.Size(64, 20);
     this.btnPayrollGenerate.TabIndex = 8;
     this.btnPayrollGenerate.Text = "Generate";
     this.btnPayrollGenerate.Click += new System.EventHandler(this.btnPayrollGenerate_Click);
     //
     // btnPayrollDelete
     //
     this.btnPayrollDelete.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.btnPayrollDelete.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPayrollDelete.Appearance.Options.UseBackColor = true;
     this.btnPayrollDelete.Appearance.Options.UseFont = true;
     this.btnPayrollDelete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPayrollDelete.ImeMode = System.Windows.Forms.ImeMode.On;
     this.btnPayrollDelete.Location = new System.Drawing.Point(720, 24);
     this.btnPayrollDelete.Name = "btnPayrollDelete";
     this.btnPayrollDelete.Size = new System.Drawing.Size(56, 20);
     this.btnPayrollDelete.TabIndex = 7;
     this.btnPayrollDelete.Text = "Delete";
     this.btnPayrollDelete.Click += new System.EventHandler(this.btnPayrollDelete_Click);
     //
     // comboBoxEditMTH
     //
     this.comboBoxEditMTH.EditValue = "1";
     this.comboBoxEditMTH.Location = new System.Drawing.Point(288, 24);
     this.comboBoxEditMTH.Name = "comboBoxEditMTH";
     this.comboBoxEditMTH.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.comboBoxEditMTH.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEditMTH.Properties.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12"});
     this.comboBoxEditMTH.Properties.PopupSizeable = true;
     this.comboBoxEditMTH.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEditMTH.Size = new System.Drawing.Size(48, 22);
     this.comboBoxEditMTH.TabIndex = 6;
     this.comboBoxEditMTH.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditMTH_SelectedIndexChanged);
     //
     // comboBoxEditYR
     //
     this.comboBoxEditYR.EditValue = "2006";
     this.comboBoxEditYR.Location = new System.Drawing.Point(176, 24);
     this.comboBoxEditYR.Name = "comboBoxEditYR";
     this.comboBoxEditYR.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.comboBoxEditYR.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEditYR.Properties.Items.AddRange(new object[] {
     "1990",
     "1991",
     "1992",
     "1993",
     "1994",
     "1995",
     "1996",
     "1997",
     "1998",
     "1999",
     "2000",
     "2001",
     "2002",
     "2003",
     "2004",
     "2005",
     "2006",
     "2007",
     "2008",
     "2009",
     "2010",
     "2011",
     "2012",
     "2013",
     "2014",
     "2015",
     "2016",
     "2017",
     "2018",
     "2019",
     "2020",
     "2021",
     "2022",
     "2023",
     "2024",
     "2025",
     "2026",
     "2027",
     "2028",
     "2029",
     "2030"});
     this.comboBoxEditYR.Properties.PopupSizeable = true;
     this.comboBoxEditYR.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEditYR.Size = new System.Drawing.Size(64, 22);
     this.comboBoxEditYR.TabIndex = 5;
     this.comboBoxEditYR.SelectedValueChanged += new System.EventHandler(this.comboBoxEditYR_SelectedValueChanged);
     //
     // lblYear
     //
     this.lblYear.BackColor = System.Drawing.Color.Transparent;
     this.lblYear.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblYear.ForeColor = System.Drawing.Color.Black;
     this.lblYear.Location = new System.Drawing.Point(136, 24);
     this.lblYear.Name = "lblYear";
     this.lblYear.Size = new System.Drawing.Size(56, 16);
     this.lblYear.TabIndex = 4;
     this.lblYear.Text = "Year";
     //
     // lblMonth
     //
     this.lblMonth.BackColor = System.Drawing.Color.Transparent;
     this.lblMonth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMonth.Location = new System.Drawing.Point(248, 24);
     this.lblMonth.Name = "lblMonth";
     this.lblMonth.Size = new System.Drawing.Size(48, 16);
     this.lblMonth.TabIndex = 3;
     this.lblMonth.Text = "Month";
     //
     // cmbxPayroll
     //
     this.cmbxPayroll.EditValue = "First Run";
     this.cmbxPayroll.Location = new System.Drawing.Point(8, 24);
     this.cmbxPayroll.Name = "cmbxPayroll";
     this.cmbxPayroll.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cmbxPayroll.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbxPayroll.Properties.Items.AddRange(new object[] {
     "First Run",
     "Second Run"});
     this.cmbxPayroll.Properties.PopupSizeable = true;
     this.cmbxPayroll.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbxPayroll.Size = new System.Drawing.Size(120, 22);
     this.cmbxPayroll.TabIndex = 2;
     this.cmbxPayroll.SelectedValueChanged += new System.EventHandler(this.cmbxPayroll_SelectedValueChanged);
     //
     // gridPayroll
     //
     this.gridPayroll.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.gridPayroll.Location = new System.Drawing.Point(2, 64);
     this.gridPayroll.MainView = this.gridViewPayroll;
     this.gridPayroll.Name = "gridPayroll";
     this.gridPayroll.Size = new System.Drawing.Size(990, 550);
     this.gridPayroll.TabIndex = 11;
     this.gridPayroll.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewPayroll});
     //
     // gridViewPayroll
     //
     this.gridViewPayroll.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.nEmployeeID,
     this.gridColumn9,
     this.gridColumn17,
     this.gridColumn18,
     this.dtFirstRunDate,
     this.nNormalOT,
     this.nPublicHolidayOT,
     this.nOffDayOT,
     this.nPartTimeWorkHours,
     this.nALEntitlementHours,
     this.nPHEntitlementHours,
     this.mServiceReimbursements,
     this.nTotalLateness,
     this.nUnpaidAL,
     this.nUnpaidTO,
     this.nUnpaidMedical,
     this.mCommission,
     this.mCommissionLatenessPenalty,
     this.dtSecondRunDate});
     this.gridViewPayroll.GridControl = this.gridPayroll;
     this.gridViewPayroll.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewPayroll.Name = "gridViewPayroll";
     this.gridViewPayroll.OptionsBehavior.Editable = false;
     this.gridViewPayroll.OptionsCustomization.AllowFilter = false;
     this.gridViewPayroll.OptionsView.ColumnAutoWidth = false;
     this.gridViewPayroll.OptionsView.ShowGroupPanel = false;
     this.gridViewPayroll.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewPayroll.Click += new System.EventHandler(this.gridViewPayroll_Click);
     //
     // nEmployeeID
     //
     this.nEmployeeID.Caption = "Emp ID";
     this.nEmployeeID.FieldName = "nEmployeeID";
     this.nEmployeeID.Name = "nEmployeeID";
     this.nEmployeeID.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.nEmployeeID.Visible = true;
     this.nEmployeeID.VisibleIndex = 0;
     this.nEmployeeID.Width = 68;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Name";
     this.gridColumn9.FieldName = "strEmployeeName";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Job Title";
     this.gridColumn17.FieldName = "strJobPosition";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 2;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Branch";
     this.gridColumn18.FieldName = "strBranchCode";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 3;
     //
     // dtFirstRunDate
     //
     this.dtFirstRunDate.Caption = "Payroll Date";
     this.dtFirstRunDate.FieldName = "dtFirstRunDate";
     this.dtFirstRunDate.Name = "dtFirstRunDate";
     this.dtFirstRunDate.Width = 76;
     //
     // nNormalOT
     //
     this.nNormalOT.Caption = "OT-1.5 (HRS)";
     this.nNormalOT.FieldName = "nNormalOT";
     this.nNormalOT.Name = "nNormalOT";
     this.nNormalOT.Visible = true;
     this.nNormalOT.VisibleIndex = 4;
     this.nNormalOT.Width = 77;
     //
     // nPublicHolidayOT
     //
     this.nPublicHolidayOT.Caption = "OT-1.0 (DAYS)";
     this.nPublicHolidayOT.FieldName = "nPublicHolidayOT";
     this.nPublicHolidayOT.Name = "nPublicHolidayOT";
     this.nPublicHolidayOT.Visible = true;
     this.nPublicHolidayOT.VisibleIndex = 5;
     this.nPublicHolidayOT.Width = 83;
     //
     // nOffDayOT
     //
     this.nOffDayOT.Caption = "OT-2.0 (DAYS)";
     this.nOffDayOT.FieldName = "nOffDayOT";
     this.nOffDayOT.Name = "nOffDayOT";
     this.nOffDayOT.Visible = true;
     this.nOffDayOT.VisibleIndex = 6;
     this.nOffDayOT.Width = 82;
     //
     // nPartTimeWorkHours
     //
     this.nPartTimeWorkHours.Caption = "Part-Time Salary (HRS)";
     this.nPartTimeWorkHours.FieldName = "nPartTimeWorkHours";
     this.nPartTimeWorkHours.Name = "nPartTimeWorkHours";
     this.nPartTimeWorkHours.Visible = true;
     this.nPartTimeWorkHours.VisibleIndex = 7;
     this.nPartTimeWorkHours.Width = 85;
     //
     // nALEntitlementHours
     //
     this.nALEntitlementHours.Caption = "AL Entitlement (HRS)";
     this.nALEntitlementHours.FieldName = "nALEntitlementHours";
     this.nALEntitlementHours.Name = "nALEntitlementHours";
     this.nALEntitlementHours.Visible = true;
     this.nALEntitlementHours.VisibleIndex = 8;
     this.nALEntitlementHours.Width = 77;
     //
     // nPHEntitlementHours
     //
     this.nPHEntitlementHours.Caption = "PH Entitlement (HRS)";
     this.nPHEntitlementHours.FieldName = "nPHEntitlementHours";
     this.nPHEntitlementHours.Name = "nPHEntitlementHours";
     this.nPHEntitlementHours.Visible = true;
     this.nPHEntitlementHours.VisibleIndex = 9;
     this.nPHEntitlementHours.Width = 64;
     //
     // mServiceReimbursements
     //
     this.mServiceReimbursements.Caption = "Service Reimbursement (AMT)";
     this.mServiceReimbursements.FieldName = "mServiceReimbursements";
     this.mServiceReimbursements.Name = "mServiceReimbursements";
     this.mServiceReimbursements.Visible = true;
     this.mServiceReimbursements.VisibleIndex = 10;
     this.mServiceReimbursements.Width = 74;
     //
     // nTotalLateness
     //
     this.nTotalLateness.Caption = "Lateness (HRS)";
     this.nTotalLateness.FieldName = "nTotalLateness";
     this.nTotalLateness.Name = "nTotalLateness";
     this.nTotalLateness.Visible = true;
     this.nTotalLateness.VisibleIndex = 11;
     this.nTotalLateness.Width = 61;
     //
     // nUnpaidAL
     //
     this.nUnpaidAL.Caption = "Unpaid AL (DAYS)";
     this.nUnpaidAL.FieldName = "nUnpaidAL";
     this.nUnpaidAL.Name = "nUnpaidAL";
     this.nUnpaidAL.Visible = true;
     this.nUnpaidAL.VisibleIndex = 12;
     this.nUnpaidAL.Width = 78;
     //
     // nUnpaidTO
     //
     this.nUnpaidTO.Caption = "Unpaid T/O (HRS)";
     this.nUnpaidTO.FieldName = "nUnpaidTO";
     this.nUnpaidTO.Name = "nUnpaidTO";
     this.nUnpaidTO.Visible = true;
     this.nUnpaidTO.VisibleIndex = 13;
     this.nUnpaidTO.Width = 74;
     //
     // nUnpaidMedical
     //
     this.nUnpaidMedical.Caption = "Unpaid Medical Absent (DAYS)";
     this.nUnpaidMedical.FieldName = "nUnpaidMedical";
     this.nUnpaidMedical.Name = "nUnpaidMedical";
     this.nUnpaidMedical.Visible = true;
     this.nUnpaidMedical.VisibleIndex = 14;
     this.nUnpaidMedical.Width = 83;
     //
     // mCommission
     //
     this.mCommission.Caption = "Commision (AMT)";
     this.mCommission.FieldName = "mCommission";
     this.mCommission.Name = "mCommission";
     this.mCommission.Width = 50;
     //
     // mCommissionLatenessPenalty
     //
     this.mCommissionLatenessPenalty.Caption = "Commission Lateness Penalty (AMT)";
     this.mCommissionLatenessPenalty.FieldName = "nTotalLateness";
     this.mCommissionLatenessPenalty.Name = "mCommissionLatenessPenalty";
     this.mCommissionLatenessPenalty.Width = 109;
     //
     // dtSecondRunDate
     //
     this.dtSecondRunDate.Caption = "Payroll Date";
     this.dtSecondRunDate.FieldName = "dtSecondRunDate";
     this.dtSecondRunDate.Name = "dtSecondRunDate";
     //
     // tabManagerThree
     //
     this.tabManagerThree.Appearance.PageClient.BackColor = System.Drawing.Color.DimGray;
     this.tabManagerThree.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerThree.Controls.Add(this.lblThree_2);
     this.tabManagerThree.Controls.Add(this.lblThree_1);
     this.tabManagerThree.Controls.Add(this.lblThree_3);
     this.tabManagerThree.Controls.Add(this.lblThree_4);
     this.tabManagerThree.Controls.Add(this.grpClassSchedule);
     this.tabManagerThree.Controls.Add(this.groupMemCard);
     this.tabManagerThree.Controls.Add(this.grpRoadShow);
     this.tabManagerThree.Controls.Add(this.grpNextSemSchedule);
     this.tabManagerThree.Name = "tabManagerThree";
     this.tabManagerThree.PageVisible = false;
     this.tabManagerThree.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerThree.Text = "Operation";
     //
     // lblThree_2
     //
     this.lblThree_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_2.Appearance.Options.UseFont = true;
     this.lblThree_2.Appearance.Options.UseForeColor = true;
     this.lblThree_2.Location = new System.Drawing.Point(296, 0);
     this.lblThree_2.Name = "lblThree_2";
     this.lblThree_2.Size = new System.Drawing.Size(138, 23);
     this.lblThree_2.TabIndex = 144;
     this.lblThree_2.Text = "Member Card";
     this.lblThree_2.Click += new System.EventHandler(this.lblThree_2_Click);
     //
     // lblThree_1
     //
     this.lblThree_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_1.Appearance.Options.UseFont = true;
     this.lblThree_1.Appearance.Options.UseForeColor = true;
     this.lblThree_1.Location = new System.Drawing.Point(8, 0);
     this.lblThree_1.Name = "lblThree_1";
     this.lblThree_1.Size = new System.Drawing.Size(138, 23);
     this.lblThree_1.TabIndex = 143;
     this.lblThree_1.Text = "Class Schedule";
     this.lblThree_1.Click += new System.EventHandler(this.lblThree_1_Click);
     //
     // lblThree_3
     //
     this.lblThree_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_3.Appearance.Options.UseFont = true;
     this.lblThree_3.Appearance.Options.UseForeColor = true;
     this.lblThree_3.Location = new System.Drawing.Point(440, 0);
     this.lblThree_3.Name = "lblThree_3";
     this.lblThree_3.Size = new System.Drawing.Size(138, 23);
     this.lblThree_3.TabIndex = 145;
     this.lblThree_3.Text = "Admin Operation";
     this.lblThree_3.Click += new System.EventHandler(this.lblThree_3_Click);
     //
     // lblThree_4
     //
     this.lblThree_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblThree_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblThree_4.Appearance.Options.UseFont = true;
     this.lblThree_4.Appearance.Options.UseForeColor = true;
     this.lblThree_4.Location = new System.Drawing.Point(152, 0);
     this.lblThree_4.Name = "lblThree_4";
     this.lblThree_4.Size = new System.Drawing.Size(138, 23);
     this.lblThree_4.TabIndex = 145;
     this.lblThree_4.Text = "Next Sem Schedule";
     this.lblThree_4.Click += new System.EventHandler(this.lblThree_4_Click);
     //
     // grpClassSchedule
     //
     this.grpClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.grpClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.grpClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.grpClassSchedule.Appearance.Options.UseBackColor = true;
     this.grpClassSchedule.Appearance.Options.UseForeColor = true;
     this.grpClassSchedule.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpClassSchedule.AppearanceCaption.Options.UseFont = true;
     this.grpClassSchedule.Controls.Add(this.label9);
     this.grpClassSchedule.Controls.Add(this.comboBoxHall);
     this.grpClassSchedule.Controls.Add(this.comboBoxBranch);
     this.grpClassSchedule.Controls.Add(this.btnRefreshClassSchedule);
     this.grpClassSchedule.Controls.Add(this.cmbxScheduleType);
     this.grpClassSchedule.Controls.Add(this.lblPQBranch);
     this.grpClassSchedule.Controls.Add(this.lblScheduleType);
     this.grpClassSchedule.Controls.Add(this.lblSUN);
     this.grpClassSchedule.Controls.Add(this.panelSun);
     this.grpClassSchedule.Controls.Add(this.panelSat);
     this.grpClassSchedule.Controls.Add(this.lblFRI);
     this.grpClassSchedule.Controls.Add(this.lblTHU);
     this.grpClassSchedule.Controls.Add(this.lblWED);
     this.grpClassSchedule.Controls.Add(this.lblTUE);
     this.grpClassSchedule.Controls.Add(this.panelMon);
     this.grpClassSchedule.Controls.Add(this.panelFri);
     this.grpClassSchedule.Controls.Add(this.panelThu);
     this.grpClassSchedule.Controls.Add(this.panelWed);
     this.grpClassSchedule.Controls.Add(this.panelTue);
     this.grpClassSchedule.Controls.Add(this.lblMON);
     this.grpClassSchedule.Controls.Add(this.btnPrintClassSchedule);
     this.grpClassSchedule.Controls.Add(this.btnUpdateClassSchedule);
     this.grpClassSchedule.Controls.Add(this.btnNewClassSchedule);
     this.grpClassSchedule.Controls.Add(this.lblSAT);
     this.grpClassSchedule.Location = new System.Drawing.Point(16, 32);
     this.grpClassSchedule.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.grpClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpClassSchedule.Name = "grpClassSchedule";
     this.grpClassSchedule.Size = new System.Drawing.Size(996, 592);
     this.grpClassSchedule.TabIndex = 5;
     this.grpClassSchedule.Text = "Class Schedule";
     //
     // label9
     //
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(16, 103);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 126;
     this.label9.Text = "Filter by Hall";
     //
     // comboBoxHall
     //
     this.comboBoxHall.Location = new System.Drawing.Point(16, 122);
     this.comboBoxHall.Name = "comboBoxHall";
     this.comboBoxHall.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxHall.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("1", "1", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("2", "2", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("3", "3", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("4", "4", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None)});
     this.comboBoxHall.Size = new System.Drawing.Size(110, 20);
     this.comboBoxHall.TabIndex = 125;
     //
     // comboBoxBranch
     //
     this.comboBoxBranch.Location = new System.Drawing.Point(16, 80);
     this.comboBoxBranch.Name = "comboBoxBranch";
     this.comboBoxBranch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxBranch.Size = new System.Drawing.Size(110, 20);
     this.comboBoxBranch.TabIndex = 122;
     this.comboBoxBranch.EditValueChanged += new System.EventHandler(this.comboBoxBranch_SelectedValueChanged);
     //
     // btnRefreshClassSchedule
     //
     this.btnRefreshClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnRefreshClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefreshClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnRefreshClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.btnRefreshClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnRefreshClassSchedule.Appearance.Options.UseFont = true;
     this.btnRefreshClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnRefreshClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnRefreshClassSchedule.Location = new System.Drawing.Point(16, 148);
     this.btnRefreshClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnRefreshClassSchedule.Name = "btnRefreshClassSchedule";
     this.btnRefreshClassSchedule.Size = new System.Drawing.Size(104, 30);
     this.btnRefreshClassSchedule.TabIndex = 121;
     this.btnRefreshClassSchedule.Text = "Search";
     this.btnRefreshClassSchedule.Click += new System.EventHandler(this.btnRefreshClassSchedule_Click);
     //
     // cmbxScheduleType
     //
     this.cmbxScheduleType.EditValue = "Current Schedule";
     this.cmbxScheduleType.Location = new System.Drawing.Point(16, 41);
     this.cmbxScheduleType.Name = "cmbxScheduleType";
     this.cmbxScheduleType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.cmbxScheduleType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbxScheduleType.Properties.Items.AddRange(new object[] {
     "Current Schedule",
     "Future Schedule"});
     this.cmbxScheduleType.Properties.PopupSizeable = true;
     this.cmbxScheduleType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbxScheduleType.Size = new System.Drawing.Size(110, 22);
     this.cmbxScheduleType.TabIndex = 2;
     //
     // lblPQBranch
     //
     this.lblPQBranch.BackColor = System.Drawing.Color.Transparent;
     this.lblPQBranch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPQBranch.Location = new System.Drawing.Point(16, 64);
     this.lblPQBranch.Name = "lblPQBranch";
     this.lblPQBranch.Size = new System.Drawing.Size(100, 16);
     this.lblPQBranch.TabIndex = 33;
     this.lblPQBranch.Text = "Filter by Branch";
     //
     // lblScheduleType
     //
     this.lblScheduleType.BackColor = System.Drawing.Color.Transparent;
     this.lblScheduleType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScheduleType.Location = new System.Drawing.Point(16, 25);
     this.lblScheduleType.Name = "lblScheduleType";
     this.lblScheduleType.Size = new System.Drawing.Size(100, 16);
     this.lblScheduleType.TabIndex = 33;
     this.lblScheduleType.Text = "Filter by Type";
     //
     // lblSUN
     //
     this.lblSUN.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSUN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblSUN.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSUN.Location = new System.Drawing.Point(760, 24);
     this.lblSUN.Name = "lblSUN";
     this.lblSUN.Size = new System.Drawing.Size(104, 16);
     this.lblSUN.TabIndex = 30;
     this.lblSUN.Text = "SUN";
     //
     // panelSun
     //
     this.panelSun.AutoScroll = true;
     this.panelSun.BackColor = System.Drawing.Color.White;
     this.panelSun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSun.Location = new System.Drawing.Point(760, 40);
     this.panelSun.Name = "panelSun";
     this.panelSun.Size = new System.Drawing.Size(104, 512);
     this.panelSun.TabIndex = 28;
     //
     // panelSat
     //
     this.panelSat.AutoScroll = true;
     this.panelSat.BackColor = System.Drawing.Color.White;
     this.panelSat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelSat.Location = new System.Drawing.Point(656, 40);
     this.panelSat.Name = "panelSat";
     this.panelSat.Size = new System.Drawing.Size(104, 512);
     this.panelSat.TabIndex = 27;
     //
     // lblFRI
     //
     this.lblFRI.BackColor = System.Drawing.Color.PowderBlue;
     this.lblFRI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblFRI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFRI.Location = new System.Drawing.Point(552, 24);
     this.lblFRI.Name = "lblFRI";
     this.lblFRI.Size = new System.Drawing.Size(104, 16);
     this.lblFRI.TabIndex = 26;
     this.lblFRI.Text = "FRI";
     //
     // lblTHU
     //
     this.lblTHU.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTHU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTHU.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTHU.Location = new System.Drawing.Point(448, 24);
     this.lblTHU.Name = "lblTHU";
     this.lblTHU.Size = new System.Drawing.Size(104, 16);
     this.lblTHU.TabIndex = 25;
     this.lblTHU.Text = "THU";
     //
     // lblWED
     //
     this.lblWED.BackColor = System.Drawing.Color.PowderBlue;
     this.lblWED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblWED.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblWED.Location = new System.Drawing.Point(344, 24);
     this.lblWED.Name = "lblWED";
     this.lblWED.Size = new System.Drawing.Size(104, 16);
     this.lblWED.TabIndex = 24;
     this.lblWED.Text = "WED";
     //
     // lblTUE
     //
     this.lblTUE.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTUE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTUE.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTUE.Location = new System.Drawing.Point(240, 24);
     this.lblTUE.Name = "lblTUE";
     this.lblTUE.Size = new System.Drawing.Size(104, 16);
     this.lblTUE.TabIndex = 23;
     this.lblTUE.Text = "TUE";
     //
     // panelMon
     //
     this.panelMon.AutoScroll = true;
     this.panelMon.BackColor = System.Drawing.Color.White;
     this.panelMon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelMon.Location = new System.Drawing.Point(136, 40);
     this.panelMon.Name = "panelMon";
     this.panelMon.Size = new System.Drawing.Size(104, 512);
     this.panelMon.TabIndex = 14;
     //
     // panelFri
     //
     this.panelFri.AutoScroll = true;
     this.panelFri.BackColor = System.Drawing.Color.White;
     this.panelFri.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelFri.Location = new System.Drawing.Point(552, 40);
     this.panelFri.Name = "panelFri";
     this.panelFri.Size = new System.Drawing.Size(104, 512);
     this.panelFri.TabIndex = 18;
     //
     // panelThu
     //
     this.panelThu.AutoScroll = true;
     this.panelThu.BackColor = System.Drawing.Color.White;
     this.panelThu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelThu.Location = new System.Drawing.Point(448, 40);
     this.panelThu.Name = "panelThu";
     this.panelThu.Size = new System.Drawing.Size(104, 512);
     this.panelThu.TabIndex = 17;
     //
     // panelWed
     //
     this.panelWed.AutoScroll = true;
     this.panelWed.BackColor = System.Drawing.Color.White;
     this.panelWed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelWed.Location = new System.Drawing.Point(344, 40);
     this.panelWed.Name = "panelWed";
     this.panelWed.Size = new System.Drawing.Size(104, 512);
     this.panelWed.TabIndex = 16;
     //
     // panelTue
     //
     this.panelTue.AutoScroll = true;
     this.panelTue.BackColor = System.Drawing.Color.White;
     this.panelTue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelTue.Location = new System.Drawing.Point(240, 40);
     this.panelTue.Name = "panelTue";
     this.panelTue.Size = new System.Drawing.Size(104, 512);
     this.panelTue.TabIndex = 15;
     //
     // lblMON
     //
     this.lblMON.BackColor = System.Drawing.Color.PowderBlue;
     this.lblMON.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMON.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMON.Location = new System.Drawing.Point(136, 24);
     this.lblMON.Name = "lblMON";
     this.lblMON.Size = new System.Drawing.Size(104, 16);
     this.lblMON.TabIndex = 12;
     this.lblMON.Text = "MON";
     //
     // btnPrintClassSchedule
     //
     this.btnPrintClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnPrintClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnPrintClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnPrintClassSchedule.Appearance.Options.UseFont = true;
     this.btnPrintClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnPrintClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnPrintClassSchedule.Location = new System.Drawing.Point(16, 208);
     this.btnPrintClassSchedule.Name = "btnPrintClassSchedule";
     this.btnPrintClassSchedule.Size = new System.Drawing.Size(104, 20);
     this.btnPrintClassSchedule.TabIndex = 11;
     this.btnPrintClassSchedule.Text = "Print";
     this.btnPrintClassSchedule.Click += new System.EventHandler(this.btnPrintClassSchedule_Click);
     //
     // btnUpdateClassSchedule
     //
     this.btnUpdateClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnUpdateClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUpdateClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnUpdateClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnUpdateClassSchedule.Appearance.Options.UseFont = true;
     this.btnUpdateClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnUpdateClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnUpdateClassSchedule.Location = new System.Drawing.Point(16, 232);
     this.btnUpdateClassSchedule.Name = "btnUpdateClassSchedule";
     this.btnUpdateClassSchedule.Size = new System.Drawing.Size(104, 30);
     this.btnUpdateClassSchedule.TabIndex = 11;
     this.btnUpdateClassSchedule.Text = "Update Outlets";
     this.btnUpdateClassSchedule.Click += new System.EventHandler(this.btnUpdateClassSchedule_Click);
     //
     // btnNewClassSchedule
     //
     this.btnNewClassSchedule.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.btnNewClassSchedule.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewClassSchedule.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnNewClassSchedule.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.btnNewClassSchedule.Appearance.Options.UseBackColor = true;
     this.btnNewClassSchedule.Appearance.Options.UseFont = true;
     this.btnNewClassSchedule.Appearance.Options.UseForeColor = true;
     this.btnNewClassSchedule.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnNewClassSchedule.Location = new System.Drawing.Point(16, 184);
     this.btnNewClassSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.btnNewClassSchedule.Name = "btnNewClassSchedule";
     this.btnNewClassSchedule.Size = new System.Drawing.Size(104, 20);
     this.btnNewClassSchedule.TabIndex = 8;
     this.btnNewClassSchedule.Text = "New";
     this.btnNewClassSchedule.Click += new System.EventHandler(this.btnNewClassSchedule_Click);
     //
     // lblSAT
     //
     this.lblSAT.BackColor = System.Drawing.Color.PowderBlue;
     this.lblSAT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblSAT.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSAT.Location = new System.Drawing.Point(656, 24);
     this.lblSAT.Name = "lblSAT";
     this.lblSAT.Size = new System.Drawing.Size(104, 16);
     this.lblSAT.TabIndex = 29;
     this.lblSAT.Text = "SAT";
     //
     // groupMemCard
     //
     this.groupMemCard.Location = new System.Drawing.Point(16, 32);
     this.groupMemCard.Name = "groupMemCard";
     this.groupMemCard.Size = new System.Drawing.Size(1000, 592);
     this.groupMemCard.TabIndex = 127;
     //
     // grpRoadShow
     //
     this.grpRoadShow.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.grpRoadShow.Location = new System.Drawing.Point(16, 32);
     this.grpRoadShow.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpRoadShow.Name = "grpRoadShow";
     this.grpRoadShow.Size = new System.Drawing.Size(984, 592);
     this.grpRoadShow.TabIndex = 129;
     //
     // grpNextSemSchedule
     //
     this.grpNextSemSchedule.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.grpNextSemSchedule.Location = new System.Drawing.Point(16, 32);
     this.grpNextSemSchedule.LookAndFeel.UseDefaultLookAndFeel = false;
     this.grpNextSemSchedule.Name = "grpNextSemSchedule";
     this.grpNextSemSchedule.Size = new System.Drawing.Size(984, 592);
     this.grpNextSemSchedule.TabIndex = 129;
     //
     // tabManagerFour
     //
     this.tabManagerFour.Controls.Add(this.lblFour_2);
     this.tabManagerFour.Controls.Add(this.lblFour_1);
     this.tabManagerFour.Controls.Add(this.lblFour_3);
     this.tabManagerFour.Controls.Add(this.lblFour_4);
     this.tabManagerFour.Controls.Add(this.lblFour_5);
     this.tabManagerFour.Controls.Add(this.panel2);
     this.tabManagerFour.Name = "tabManagerFour";
     this.tabManagerFour.PageVisible = false;
     this.tabManagerFour.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerFour.Text = "Human Resource";
     //
     // lblFour_2
     //
     this.lblFour_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_2.Appearance.Options.UseFont = true;
     this.lblFour_2.Appearance.Options.UseForeColor = true;
     this.lblFour_2.Location = new System.Drawing.Point(152, 0);
     this.lblFour_2.Name = "lblFour_2";
     this.lblFour_2.Size = new System.Drawing.Size(138, 23);
     this.lblFour_2.TabIndex = 144;
     this.lblFour_2.Text = "TimeSheet";
     this.lblFour_2.Click += new System.EventHandler(this.lblFour_2_Click);
     //
     // lblFour_1
     //
     this.lblFour_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_1.Appearance.Options.UseFont = true;
     this.lblFour_1.Appearance.Options.UseForeColor = true;
     this.lblFour_1.Location = new System.Drawing.Point(8, 0);
     this.lblFour_1.Name = "lblFour_1";
     this.lblFour_1.Size = new System.Drawing.Size(138, 23);
     this.lblFour_1.TabIndex = 143;
     this.lblFour_1.Text = "Roster";
     this.lblFour_1.Click += new System.EventHandler(this.lblFour_1_Click);
     //
     // lblFour_3
     //
     this.lblFour_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_3.Appearance.Options.UseFont = true;
     this.lblFour_3.Appearance.Options.UseForeColor = true;
     this.lblFour_3.Location = new System.Drawing.Point(296, 0);
     this.lblFour_3.Name = "lblFour_3";
     this.lblFour_3.Size = new System.Drawing.Size(138, 23);
     this.lblFour_3.TabIndex = 145;
     this.lblFour_3.Text = "OverTime";
     this.lblFour_3.Click += new System.EventHandler(this.lblFour_3_Click);
     //
     // lblFour_4
     //
     this.lblFour_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_4.Appearance.Options.UseFont = true;
     this.lblFour_4.Appearance.Options.UseForeColor = true;
     this.lblFour_4.Location = new System.Drawing.Point(440, 0);
     this.lblFour_4.Name = "lblFour_4";
     this.lblFour_4.Size = new System.Drawing.Size(138, 23);
     this.lblFour_4.TabIndex = 146;
     this.lblFour_4.Text = "Leave";
     this.lblFour_4.Click += new System.EventHandler(this.lblFour_4_Click);
     //
     // lblFour_5
     //
     this.lblFour_5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFour_5.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFour_5.Appearance.Options.UseFont = true;
     this.lblFour_5.Appearance.Options.UseForeColor = true;
     this.lblFour_5.Location = new System.Drawing.Point(584, 0);
     this.lblFour_5.Name = "lblFour_5";
     this.lblFour_5.Size = new System.Drawing.Size(138, 23);
     this.lblFour_5.TabIndex = 147;
     this.lblFour_5.Text = "Appointment";
     this.lblFour_5.Click += new System.EventHandler(this.lblFour_5_Click);
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Location = new System.Drawing.Point(3, 32);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1000, 592);
     this.panel2.TabIndex = 45;
     //
     // tabManagerFive
     //
     this.tabManagerFive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabManagerFive.BackgroundImage")));
     this.tabManagerFive.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.tabManagerFive.Controls.Add(this.label6);
     this.tabManagerFive.Controls.Add(this.ReportPanel);
     this.tabManagerFive.Controls.Add(this.lk_ReportView);
     this.tabManagerFive.Controls.Add(this.lblFive_9);
     this.tabManagerFive.Controls.Add(this.lblFive_10);
     this.tabManagerFive.Controls.Add(this.lblFive_4);
     this.tabManagerFive.Controls.Add(this.lblFive_2);
     this.tabManagerFive.Controls.Add(this.lblFive_8);
     this.tabManagerFive.Controls.Add(this.lblFive_7);
     this.tabManagerFive.Controls.Add(this.lblFive_3);
     this.tabManagerFive.Controls.Add(this.lblFive_6);
     this.tabManagerFive.Controls.Add(this.lblFive_1);
     this.tabManagerFive.Controls.Add(this.lblFive_5);
     this.tabManagerFive.Name = "tabManagerFive";
     this.tabManagerFive.PageVisible = false;
     this.tabManagerFive.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerFive.Text = "Report";
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Monotype Corsiva", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label6.Location = new System.Drawing.Point(16, 32);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(61, 16);
     this.label6.TabIndex = 57;
     this.label6.Text = "Option >>";
     //
     // ReportPanel
     //
     this.ReportPanel.Location = new System.Drawing.Point(8, 56);
     this.ReportPanel.Name = "ReportPanel";
     this.ReportPanel.Size = new System.Drawing.Size(984, 560);
     this.ReportPanel.TabIndex = 28;
     //
     // lk_ReportView
     //
     this.lk_ReportView.Location = new System.Drawing.Point(88, 32);
     this.lk_ReportView.Name = "lk_ReportView";
     this.lk_ReportView.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lk_ReportView.Properties.Appearance.Options.UseFont = true;
     this.lk_ReportView.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lk_ReportView.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_ReportView.Properties.NullText = "";
     this.lk_ReportView.Size = new System.Drawing.Size(272, 22);
     this.lk_ReportView.TabIndex = 53;
     this.lk_ReportView.EditValueChanged += new System.EventHandler(this.lk_ReportView_EditValueChanged);
     this.lk_ReportView.DoubleClick += new System.EventHandler(this.lk_ReportView_EditValueChanged);
     //
     // lblFive_9
     //
     this.lblFive_9.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_9.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_9.Appearance.Options.UseFont = true;
     this.lblFive_9.Appearance.Options.UseForeColor = true;
     this.lblFive_9.Location = new System.Drawing.Point(712, 0);
     this.lblFive_9.Name = "lblFive_9";
     this.lblFive_9.Size = new System.Drawing.Size(80, 23);
     this.lblFive_9.TabIndex = 152;
     this.lblFive_9.Text = "Leave";
     this.lblFive_9.Click += new System.EventHandler(this.lblFive_9_Click);
     //
     // lblFive_10
     //
     this.lblFive_10.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_10.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_10.Appearance.Options.UseFont = true;
     this.lblFive_10.Appearance.Options.UseForeColor = true;
     this.lblFive_10.Location = new System.Drawing.Point(800, 0);
     this.lblFive_10.Name = "lblFive_10";
     this.lblFive_10.Size = new System.Drawing.Size(80, 23);
     this.lblFive_10.TabIndex = 153;
     this.lblFive_10.Text = "Member";
     this.lblFive_10.Click += new System.EventHandler(this.lblFive_10_Click);
     //
     // lblFive_4
     //
     this.lblFive_4.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_4.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_4.Appearance.Options.UseFont = true;
     this.lblFive_4.Appearance.Options.UseForeColor = true;
     this.lblFive_4.Location = new System.Drawing.Point(272, 0);
     this.lblFive_4.Name = "lblFive_4";
     this.lblFive_4.Size = new System.Drawing.Size(80, 23);
     this.lblFive_4.TabIndex = 147;
     this.lblFive_4.Text = "Promotion";
     this.lblFive_4.Click += new System.EventHandler(this.lblFive_4_Click);
     //
     // lblFive_2
     //
     this.lblFive_2.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_2.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_2.Appearance.Options.UseFont = true;
     this.lblFive_2.Appearance.Options.UseForeColor = true;
     this.lblFive_2.Location = new System.Drawing.Point(96, 0);
     this.lblFive_2.Name = "lblFive_2";
     this.lblFive_2.Size = new System.Drawing.Size(80, 23);
     this.lblFive_2.TabIndex = 145;
     this.lblFive_2.Text = "Attendance";
     this.lblFive_2.Click += new System.EventHandler(this.lblFive_2_Click);
     //
     // lblFive_8
     //
     this.lblFive_8.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_8.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_8.Appearance.Options.UseFont = true;
     this.lblFive_8.Appearance.Options.UseForeColor = true;
     this.lblFive_8.Location = new System.Drawing.Point(624, 0);
     this.lblFive_8.Name = "lblFive_8";
     this.lblFive_8.Size = new System.Drawing.Size(80, 23);
     this.lblFive_8.TabIndex = 151;
     this.lblFive_8.Text = "Stock";
     this.lblFive_8.Click += new System.EventHandler(this.lblFive_8_Click);
     //
     // lblFive_7
     //
     this.lblFive_7.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_7.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_7.Appearance.Options.UseFont = true;
     this.lblFive_7.Appearance.Options.UseForeColor = true;
     this.lblFive_7.Location = new System.Drawing.Point(536, 0);
     this.lblFive_7.Name = "lblFive_7";
     this.lblFive_7.Size = new System.Drawing.Size(80, 23);
     this.lblFive_7.TabIndex = 150;
     this.lblFive_7.Text = "Voice";
     this.lblFive_7.Click += new System.EventHandler(this.lblFive_7_Click);
     //
     // lblFive_3
     //
     this.lblFive_3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_3.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_3.Appearance.Options.UseFont = true;
     this.lblFive_3.Appearance.Options.UseForeColor = true;
     this.lblFive_3.Location = new System.Drawing.Point(184, 0);
     this.lblFive_3.Name = "lblFive_3";
     this.lblFive_3.Size = new System.Drawing.Size(80, 23);
     this.lblFive_3.TabIndex = 146;
     this.lblFive_3.Text = "Operation";
     this.lblFive_3.Click += new System.EventHandler(this.lblFive_3_Click);
     //
     // lblFive_6
     //
     this.lblFive_6.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_6.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_6.Appearance.Options.UseFont = true;
     this.lblFive_6.Appearance.Options.UseForeColor = true;
     this.lblFive_6.Location = new System.Drawing.Point(448, 0);
     this.lblFive_6.Name = "lblFive_6";
     this.lblFive_6.Size = new System.Drawing.Size(80, 23);
     this.lblFive_6.TabIndex = 149;
     this.lblFive_6.Text = "Staff";
     this.lblFive_6.Click += new System.EventHandler(this.lblFive_6_Click);
     //
     // lblFive_1
     //
     this.lblFive_1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_1.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_1.Appearance.Options.UseFont = true;
     this.lblFive_1.Appearance.Options.UseForeColor = true;
     this.lblFive_1.Location = new System.Drawing.Point(8, 0);
     this.lblFive_1.Name = "lblFive_1";
     this.lblFive_1.Size = new System.Drawing.Size(80, 23);
     this.lblFive_1.TabIndex = 144;
     this.lblFive_1.Text = "Sales";
     this.lblFive_1.Click += new System.EventHandler(this.lblFive_1_Click);
     //
     // lblFive_5
     //
     this.lblFive_5.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblFive_5.Appearance.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblFive_5.Appearance.Options.UseFont = true;
     this.lblFive_5.Appearance.Options.UseForeColor = true;
     this.lblFive_5.Location = new System.Drawing.Point(360, 0);
     this.lblFive_5.Name = "lblFive_5";
     this.lblFive_5.Size = new System.Drawing.Size(80, 23);
     this.lblFive_5.TabIndex = 148;
     this.lblFive_5.Text = "Account";
     this.lblFive_5.Click += new System.EventHandler(this.lblFive_5_Click);
     //
     // tabManagerSix
     //
     this.tabManagerSix.Appearance.PageClient.BackColor = System.Drawing.Color.Gray;
     this.tabManagerSix.Appearance.PageClient.Options.UseBackColor = true;
     this.tabManagerSix.Controls.Add(this.lk_MasterData);
     this.tabManagerSix.Controls.Add(this.panel1);
     this.tabManagerSix.Controls.Add(this.label1);
     this.tabManagerSix.Name = "tabManagerSix";
     this.tabManagerSix.PageVisible = false;
     this.tabManagerSix.Size = new System.Drawing.Size(1007, 637);
     this.tabManagerSix.Text = "Master Data";
     //
     // lk_MasterData
     //
     this.lk_MasterData.Location = new System.Drawing.Point(88, 7);
     this.lk_MasterData.Name = "lk_MasterData";
     this.lk_MasterData.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lk_MasterData.Properties.Appearance.Options.UseFont = true;
     this.lk_MasterData.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.lk_MasterData.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_MasterData.Size = new System.Drawing.Size(160, 22);
     this.lk_MasterData.TabIndex = 52;
     this.lk_MasterData.EditValueChanged += new System.EventHandler(this.lk_MasterData_EditValueChanged);
     //
     // panel1
     //
     this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Location = new System.Drawing.Point(3, 32);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1000, 592);
     this.panel1.TabIndex = 45;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Monotype Corsiva", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label1.Location = new System.Drawing.Point(19, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(61, 16);
     this.label1.TabIndex = 40;
     this.label1.Text = "Option >>";
     //
     // groupCashVoucherMaster
     //
     this.groupCashVoucherMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupCashVoucherMaster.Controls.Add(this.groupCashVoucher);
     this.groupCashVoucherMaster.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupCashVoucherMaster.Location = new System.Drawing.Point(0, 32);
     this.groupCashVoucherMaster.Name = "groupCashVoucherMaster";
     this.groupCashVoucherMaster.Size = new System.Drawing.Size(1007, 608);
     this.groupCashVoucherMaster.TabIndex = 146;
     //
     // groupCashVoucher
     //
     this.groupCashVoucher.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.groupCashVoucher.Appearance.Options.UseBackColor = true;
     this.groupCashVoucher.Controls.Add(this.pbSelectCashVoucher);
     this.groupCashVoucher.Controls.Add(this.txtFilePathCashVoucher);
     this.groupCashVoucher.Controls.Add(this.label20);
     this.groupCashVoucher.Controls.Add(this.btnCashVoucherImport);
     this.groupCashVoucher.ImeMode = System.Windows.Forms.ImeMode.On;
     this.groupCashVoucher.Location = new System.Drawing.Point(4, 0);
     this.groupCashVoucher.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
     this.groupCashVoucher.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupCashVoucher.Name = "groupCashVoucher";
     this.groupCashVoucher.Size = new System.Drawing.Size(996, 336);
     this.groupCashVoucher.TabIndex = 19;
     this.groupCashVoucher.Text = "Cash Voucher Import";
     //
     // pbSelectCashVoucher
     //
     this.pbSelectCashVoucher.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pbSelectCashVoucher.ErrorImage = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelectCashVoucher.Image = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelectCashVoucher.InitialImage = global::ACMS.Properties.Resources.open_file_icon;
     this.pbSelectCashVoucher.Location = new System.Drawing.Point(573, 122);
     this.pbSelectCashVoucher.Name = "pbSelectCashVoucher";
     this.pbSelectCashVoucher.Size = new System.Drawing.Size(20, 20);
     this.pbSelectCashVoucher.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pbSelectCashVoucher.TabIndex = 36;
     this.pbSelectCashVoucher.TabStop = false;
     this.pbSelectCashVoucher.Click += new System.EventHandler(this.pbSelectCashVoucher_Click);
     //
     // txtFilePathCashVoucher
     //
     this.txtFilePathCashVoucher.EditValue = "";
     this.txtFilePathCashVoucher.Location = new System.Drawing.Point(266, 123);
     this.txtFilePathCashVoucher.Name = "txtFilePathCashVoucher";
     this.txtFilePathCashVoucher.Properties.MaxLength = 255;
     this.txtFilePathCashVoucher.Properties.ReadOnly = true;
     this.txtFilePathCashVoucher.Size = new System.Drawing.Size(301, 20);
     this.txtFilePathCashVoucher.TabIndex = 35;
     //
     // label20
     //
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(145, 127);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(126, 16);
     this.label20.TabIndex = 34;
     this.label20.Text = "Select file to upload";
     //
     // btnCashVoucherImport
     //
     this.btnCashVoucherImport.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnCashVoucherImport.Appearance.Options.UseFont = true;
     this.btnCashVoucherImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.btnCashVoucherImport.Location = new System.Drawing.Point(521, 149);
     this.btnCashVoucherImport.Name = "btnCashVoucherImport";
     this.btnCashVoucherImport.Size = new System.Drawing.Size(72, 18);
     this.btnCashVoucherImport.TabIndex = 12;
     this.btnCashVoucherImport.Text = "Import";
     this.btnCashVoucherImport.Click += new System.EventHandler(this.btnCashVoucherImport_Click);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiManagerLoginOut,
     this.bbiManagerTimeCard,
     this.barButtonItem1,
     this.barstaticCurrentLogin});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 5;
     //
     // bar1
     //
     this.bar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.bar1.Appearance.Options.UseBackColor = true;
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiManagerLoginOut, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barstaticCurrentLogin, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // bbiManagerLoginOut
     //
     this.bbiManagerLoginOut.Caption = "Close";
     this.bbiManagerLoginOut.Glyph = ((System.Drawing.Image)(resources.GetObject("bbiManagerLoginOut.Glyph")));
     this.bbiManagerLoginOut.Id = 0;
     this.bbiManagerLoginOut.Name = "bbiManagerLoginOut";
     this.bbiManagerLoginOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiManagerLoginOut_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Time Card";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 3;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnTimeCard_ItemClick);
     //
     // barstaticCurrentLogin
     //
     this.barstaticCurrentLogin.Caption = "Current Login: {0}, {1}";
     this.barstaticCurrentLogin.Id = 4;
     this.barstaticCurrentLogin.Name = "barstaticCurrentLogin";
     this.barstaticCurrentLogin.OwnFont = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.barstaticCurrentLogin.UseOwnFont = true;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.AppearancesBar.ItemsFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barAndDockingController1.PaintStyleName = "WindowsXP";
     //
     // bbiManagerTimeCard
     //
     this.bbiManagerTimeCard.Caption = "Time Card";
     this.bbiManagerTimeCard.Id = 2;
     this.bbiManagerTimeCard.Name = "bbiManagerTimeCard";
     this.bbiManagerTimeCard.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiManagerTimeCard_ItemClick);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // gridColumnPGE3
     //
     this.gridColumnPGE3.Caption = "Quantity";
     this.gridColumnPGE3.FieldName = "nQuantity";
     this.gridColumnPGE3.Name = "gridColumnPGE3";
     this.gridColumnPGE3.Visible = true;
     this.gridColumnPGE3.VisibleIndex = 2;
     //
     // gridColumnPGE2
     //
     this.gridColumnPGE2.Caption = "Package Code";
     this.gridColumnPGE2.FieldName = "strPackageCode";
     this.gridColumnPGE2.Name = "gridColumnPGE2";
     this.gridColumnPGE2.Visible = true;
     this.gridColumnPGE2.VisibleIndex = 1;
     //
     // gridColumnPGE1
     //
     this.gridColumnPGE1.Caption = "Package Group Code";
     this.gridColumnPGE1.FieldName = "strPackageGroupCode";
     this.gridColumnPGE1.Name = "gridColumnPGE1";
     this.gridColumnPGE1.Visible = true;
     this.gridColumnPGE1.VisibleIndex = 0;
     //
     // mdPGE_txtNQuantity
     //
     this.mdPGE_txtNQuantity.EditValue = "";
     this.mdPGE_txtNQuantity.Location = new System.Drawing.Point(32, 152);
     this.mdPGE_txtNQuantity.Name = "mdPGE_txtNQuantity";
     this.mdPGE_txtNQuantity.Properties.Mask.EditMask = "######0";
     this.mdPGE_txtNQuantity.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.mdPGE_txtNQuantity.Size = new System.Drawing.Size(144, 22);
     this.mdPGE_txtNQuantity.TabIndex = 122;
     //
     // mdPGE_txtStrPackageCode
     //
     this.mdPGE_txtStrPackageCode.EditValue = "imageComboBoxEdit2";
     this.mdPGE_txtStrPackageCode.Location = new System.Drawing.Point(32, 96);
     this.mdPGE_txtStrPackageCode.Name = "mdPGE_txtStrPackageCode";
     this.mdPGE_txtStrPackageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.mdPGE_txtStrPackageCode.Size = new System.Drawing.Size(144, 22);
     this.mdPGE_txtStrPackageCode.TabIndex = 121;
     //
     // mdPGE_cdStrPackageGroupCode
     //
     this.mdPGE_cdStrPackageGroupCode.EditValue = "imageComboBoxEdit1";
     this.mdPGE_cdStrPackageGroupCode.Location = new System.Drawing.Point(32, 48);
     this.mdPGE_cdStrPackageGroupCode.Name = "mdPGE_cdStrPackageGroupCode";
     this.mdPGE_cdStrPackageGroupCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.mdPGE_cdStrPackageGroupCode.Size = new System.Drawing.Size(144, 22);
     this.mdPGE_cdStrPackageGroupCode.TabIndex = 120;
     //
     // mdPGE_lblNQuantity
     //
     this.mdPGE_lblNQuantity.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblNQuantity.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblNQuantity.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblNQuantity.Location = new System.Drawing.Point(32, 136);
     this.mdPGE_lblNQuantity.Name = "mdPGE_lblNQuantity";
     this.mdPGE_lblNQuantity.Size = new System.Drawing.Size(120, 16);
     this.mdPGE_lblNQuantity.TabIndex = 119;
     this.mdPGE_lblNQuantity.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPGE_lblStrPackageCode
     //
     this.mdPGE_lblStrPackageCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblStrPackageCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblStrPackageCode.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblStrPackageCode.Location = new System.Drawing.Point(32, 80);
     this.mdPGE_lblStrPackageCode.Name = "mdPGE_lblStrPackageCode";
     this.mdPGE_lblStrPackageCode.Size = new System.Drawing.Size(120, 16);
     this.mdPGE_lblStrPackageCode.TabIndex = 118;
     this.mdPGE_lblStrPackageCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // mdPGE_lblStrPackageGroupCode
     //
     this.mdPGE_lblStrPackageGroupCode.BackColor = System.Drawing.Color.Transparent;
     this.mdPGE_lblStrPackageGroupCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mdPGE_lblStrPackageGroupCode.ForeColor = System.Drawing.Color.Black;
     this.mdPGE_lblStrPackageGroupCode.Location = new System.Drawing.Point(32, 32);
     this.mdPGE_lblStrPackageGroupCode.Name = "mdPGE_lblStrPackageGroupCode";
     this.mdPGE_lblStrPackageGroupCode.Size = new System.Drawing.Size(120, 16);
     this.mdPGE_lblStrPackageGroupCode.TabIndex = 117;
     this.mdPGE_lblStrPackageGroupCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label5.Location = new System.Drawing.Point(888, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(120, 24);
     this.label5.TabIndex = 25;
     this.label5.Text = "HeadStart";
     //
     // frmManager
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1012, 691);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tabControlManager);
     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.Menu = this.MainMenu1;
     this.Name = "frmManager";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ACMS Manager";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlManager)).EndInit();
     this.tabControlManager.ResumeLayout(false);
     this.tabManagerOne.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPMaster)).EndInit();
     this.groupIPPMaster.ResumeLayout(false);
     this.groupIPPMaster.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPP)).EndInit();
     this.groupIPP.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ComboBoxIPP.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpIPP2)).EndInit();
     this.grpIPP2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lkBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lkBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPdtStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditCardScr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupIPPDetails)).EndInit();
     this.GroupIPPDetails.ResumeLayout(false);
     this.GroupIPPDetails.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.strReferenceNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBankCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNMonths.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCCNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateRcv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPDateSent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPBranchCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPCreatedDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMerchantNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPInterest.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPNettAmount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPMemberName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupIPPReceipt)).EndInit();
     this.groupIPPReceipt.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridReceipt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IPPReceiptStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashCardMaster)).EndInit();
     this.groupCashCardMaster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupCashCard)).EndInit();
     this.groupCashCard.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbSelect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupGIROMaster)).EndInit();
     this.groupGIROMaster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tabGiroDetails.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.luedtBankBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBank.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtPackage.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luedtBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackageDesc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAccountNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGIROId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark.Properties)).EndInit();
     this.tabGiroTrnsHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridTransaction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GroupGiro)).EndInit();
     this.GroupGiro.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxGiroStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GiroGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GIROGridView)).EndInit();
     this.tabManagerTwo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GrpPayroll)).EndInit();
     this.GrpPayroll.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbJob.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpGridExcel)).EndInit();
     this.grpGridExcel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewExcel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMTH.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYR.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxPayroll.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridPayroll)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPayroll)).EndInit();
     this.tabManagerThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpClassSchedule)).EndInit();
     this.grpClassSchedule.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxHall.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxBranch.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbxScheduleType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupMemCard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpRoadShow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpNextSemSchedule)).EndInit();
     this.tabManagerFour.ResumeLayout(false);
     this.tabManagerFive.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ReportPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_ReportView.Properties)).EndInit();
     this.tabManagerSix.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lk_MasterData.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucherMaster)).EndInit();
     this.groupCashVoucherMaster.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupCashVoucher)).EndInit();
     this.groupCashVoucher.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbSelectCashVoucher)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilePathCashVoucher.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtNQuantity.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_txtStrPackageCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mdPGE_cdStrPackageGroupCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.BarraBotones = new BarManager();
            this.bar1 = new Bar();
            this.ToolNuevo = new BarButtonItem();
            this.ToolEditar = new BarButtonItem();
            this.ToolEliminar = new BarButtonItem();
            this.ToolBuscar = new BarButtonItem();
            this.ToolActualizar = new BarButtonItem();
            this.barDockControlTop = new BarDockControl();
            this.barDockControlBottom = new BarDockControl();
            this.barDockControlLeft = new BarDockControl();
            this.barDockControlRight = new BarDockControl();
            this.splitContainerControl1 = new SplitContainerControl();
            this.splitContainerControl2 = new SplitContainerControl();
            this.grpCriterios = new GroupControl();
            this.grpValores = new GroupControl();
            this.btnBusqueda = new PlantillaBoton();
            this.txtFiltro = new ButtonEdit();
            this.grpGrilla = new GroupControl();
            this.bar2 = new Bar();
            this.lblEstado = new BarStaticItem();
            this.BarraBotones.BeginInit();
            this.splitContainerControl1.BeginInit();
            this.splitContainerControl1.SuspendLayout();
            this.splitContainerControl2.BeginInit();
            this.splitContainerControl2.SuspendLayout();
            this.grpCriterios.BeginInit();
            this.grpValores.BeginInit();
            this.grpValores.SuspendLayout();
            this.txtFiltro.Properties.BeginInit();
            this.grpGrilla.BeginInit();
            base.SuspendLayout();
            this.BarraBotones.AllowCustomization = false;
            this.BarraBotones.AllowQuickCustomization = false;
            this.BarraBotones.Bars.AddRange(new Bar[] { this.bar1, this.bar2 });
            this.BarraBotones.DockControls.Add(this.barDockControlTop);
            this.BarraBotones.DockControls.Add(this.barDockControlBottom);
            this.BarraBotones.DockControls.Add(this.barDockControlLeft);
            this.BarraBotones.DockControls.Add(this.barDockControlRight);
            this.BarraBotones.Form = this;
            this.BarraBotones.Items.AddRange(new BarItem[] { this.ToolNuevo, this.ToolEditar, this.ToolEliminar, this.ToolBuscar, this.ToolActualizar, this.lblEstado });
            this.BarraBotones.MaxItemId = 6;
            this.BarraBotones.StatusBar = this.bar2;
            this.bar1.BarName = "Herramientas";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 0;
            this.bar1.DockStyle = BarDockStyle.Top;
            this.bar1.LinksPersistInfo.AddRange(new LinkPersistInfo[] { new LinkPersistInfo((BarItem)this.ToolNuevo), new LinkPersistInfo((BarItem)this.ToolEditar), new LinkPersistInfo((BarItem)this.ToolEliminar), new LinkPersistInfo((BarItem)this.ToolBuscar), new LinkPersistInfo((BarItem)this.ToolActualizar) });
            this.bar1.Text = "Herramientas";
            this.ToolNuevo.Caption = "&Nuevo";
            this.ToolNuevo.Glyph = Resources.nuevo;
            this.ToolNuevo.Id = 0;
            this.ToolNuevo.Name = "ToolNuevo";
            this.ToolNuevo.PaintStyle = BarItemPaintStyle.CaptionGlyph;
            this.ToolNuevo.ItemClick += new ItemClickEventHandler(this.btnNuevo_ItemClick);
            this.ToolEditar.Caption = "Ver/&Editar";
            this.ToolEditar.Glyph = Resources.editar;
            this.ToolEditar.Id = 1;
            this.ToolEditar.Name = "ToolEditar";
            this.ToolEditar.PaintStyle = BarItemPaintStyle.CaptionGlyph;
            this.ToolEditar.ItemClick +=new ItemClickEventHandler(this.btnEditar_ItemClick);
            this.ToolEliminar.Caption = "E&liminar";
            this.ToolEliminar.Glyph = Resources.eliminar;
            this.ToolEliminar.Id = 2;
            this.ToolEliminar.Name = "ToolEliminar";
            this.ToolEliminar.PaintStyle = BarItemPaintStyle.CaptionGlyph;
            this.ToolEliminar.ItemClick +=new ItemClickEventHandler(this.btnEliminar_ItemClick);
            this.ToolBuscar.Caption = "&Buscar";
            this.ToolBuscar.Glyph = Resources.buscar;
            this.ToolBuscar.Id = 3;
            this.ToolBuscar.Name = "ToolBuscar";
            this.ToolBuscar.PaintStyle = BarItemPaintStyle.CaptionGlyph;
            this.ToolBuscar.ItemClick +=new ItemClickEventHandler(this.btnBuscar_ItemClick);
            this.ToolActualizar.Caption = "&Refrescar";
            this.ToolActualizar.Glyph = Resources.refrescar;
            this.ToolActualizar.Id = 4;
            this.ToolActualizar.Name = "ToolActualizar";
            this.ToolActualizar.PaintStyle = BarItemPaintStyle.CaptionGlyph;
            this.ToolActualizar.ItemClick +=new ItemClickEventHandler(this.btnActualizar_ItemClick);
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = DockStyle.Top;
            this.barDockControlTop.Location = new Point(0, 0);
            this.barDockControlTop.Size = new Size(0x305, 0x1f);
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = DockStyle.Bottom;
            this.barDockControlBottom.Location = new Point(0, 0x1c5);
            this.barDockControlBottom.Size = new Size(0x305, 0x19);
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = DockStyle.Left;
            this.barDockControlLeft.Location = new Point(0, 0x1f);
            this.barDockControlLeft.Size = new Size(0, 0x1a6);
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = DockStyle.Right;
            this.barDockControlRight.Location = new Point(0x305, 0x1f);
            this.barDockControlRight.Size = new Size(0, 0x1a6);
            this.splitContainerControl1.Dock = DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new Point(0, 0x1f);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.grpGrilla);
            this.splitContainerControl1.Panel2.Text = "Contenedor";
            this.splitContainerControl1.Size = new Size(0x305, 0x1a6);
            this.splitContainerControl1.TabIndex = 14;
            this.splitContainerControl1.Text = "splitContainerControl1";
            this.splitContainerControl2.Dock = DockStyle.Fill;
            this.splitContainerControl2.Location = new Point(0, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.grpCriterios);
            this.splitContainerControl2.Panel1.Text = "Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.grpValores);
            this.splitContainerControl2.Panel2.Text = "Panel2";
            this.splitContainerControl2.Size = new Size(0x305, 100);
            this.splitContainerControl2.SplitterPosition = 0x147;
            this.splitContainerControl2.TabIndex = 0;
            this.splitContainerControl2.Text = "splitContainerControl2";
            this.grpCriterios.AppearanceCaption.Font = new Font("Tahoma", 11.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.grpCriterios.AppearanceCaption.Options.UseFont = true;
            this.grpCriterios.Dock = DockStyle.Fill;
            this.grpCriterios.Location = new Point(0, 0);
            this.grpCriterios.Name = "grpCriterios";
            this.grpCriterios.Size = new Size(0x147, 100);
            this.grpCriterios.TabIndex = 0;
            this.grpCriterios.Text = "Criterios de Busqueda";
            this.grpValores.AppearanceCaption.Font = new Font("Tahoma", 11.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.grpValores.AppearanceCaption.Options.UseFont = true;
            this.grpValores.Controls.Add(this.btnBusqueda);
            this.grpValores.Controls.Add(this.txtFiltro);
            this.grpValores.Dock = DockStyle.Fill;
            this.grpValores.Location = new Point(0, 0);
            this.grpValores.Name = "grpValores";
            this.grpValores.Size = new Size(0x1b9, 100);
            this.grpValores.TabIndex = 0;
            this.grpValores.Text = "Valores";
            this.btnBusqueda.CajaTexto = (TextEdit)this.txtFiltro;
            this.btnBusqueda.CajaTextoConBoton = null;
            this.btnBusqueda.Imagen = PlantillaBoton.TipoBoton.Buscar;
            this.btnBusqueda.Location = new Point(0x153, 0x26);
            this.btnBusqueda.Name = "btnBusqueda";
            this.btnBusqueda.Size = new Size(0x23, 0x1b);
            this.btnBusqueda.TabIndex = 3;
            this.btnBusqueda.Click += new PlantillaBoton.BotonClick(this.btnBusqueda_Click);
            this.txtFiltro.Location = new Point(0x39, 0x2d);
            this.txtFiltro.MenuManager= (IDXMenuManager)this.BarraBotones;
            this.txtFiltro.Name = "txtFiltro";
            this.txtFiltro.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton((ButtonPredefines)ButtonPredefines.Delete) });
            this.txtFiltro.Size = new Size(0x114, 20);
            this.txtFiltro.TabIndex = 2;
            this.grpGrilla.AppearanceCaption.Font = new Font("Tahoma", 11.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.grpGrilla.AppearanceCaption.Options.UseFont = true;
            this.grpGrilla.Dock = DockStyle.Fill;
            this.grpGrilla.Location = new Point(0, 0);
            this.grpGrilla.Name = "grpGrilla";
            this.grpGrilla.Size = new Size(0x305, 0x13d);
            this.grpGrilla.TabIndex = 0;
            this.grpGrilla.Text = "Lista de ";
            this.bar2.BarName = "Personalizada 3";
            this.bar2.CanDockStyle = BarCanDockStyle.Bottom;
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = BarDockStyle.Bottom;
            this.bar2.LinksPersistInfo.AddRange(new LinkPersistInfo[] { new LinkPersistInfo(lblEstado) });
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Personalizada 3";
            this.lblEstado.Caption = "Listo";
            this.lblEstado.Id = 5;
            this.lblEstado.Name = "lblEstado";
            this.lblEstado.TextAlignment = StringAlignment.Near;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.ClientSize = new Size(0x305, 0x1de);
            base.Controls.Add(this.splitContainerControl1);
            base.Controls.Add(this.barDockControlLeft);
            base.Controls.Add(this.barDockControlRight);
            base.Controls.Add(this.barDockControlBottom);
            base.Controls.Add(this.barDockControlTop);
            base.EtiquetaEstado = this.lblEstado;
            base.Name = "_PlantillaGestor";
            this.Text = "_PlantillaGestor";
            this.BarraBotones.EndInit();
            this.splitContainerControl1.EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            this.splitContainerControl2.EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            this.grpCriterios.EndInit();
            this.grpValores.EndInit();
            this.grpValores.ResumeLayout(false);
            this.txtFiltro.Properties.EndInit();
            this.grpGrilla.EndInit();
            base.ResumeLayout(false);

        }
Beispiel #53
0
        public void DrawLines(GroupControl objGroupbox, int groupBoxName, int level, int column, string currentRunningLabelValue,string docOpenClose)
        {
            if (level != 1)
            {
                Canvas.Parent = this;
                Canvas.Name = "LinesContain";
                foreach (var c in this.Controls)
                {
                    if (c is GroupControl)
                    {
                        var x = (GroupControl)c;
                        string findLebelName = x.Name.Remove(0, 12);
                        Control[] controls = x.Controls.Find("Label2" + findLebelName, true);
                        if (controls.Length == 1)
                        {
                            Label control = controls[0] as Label;
                            if (control != null)
                            {
                                var labelValue = control.Text;
                                if (Convert.ToInt32(labelValue) + 1 == level)
                                {
                                    Control[] cntl = x.Controls.Find("Label1" + findLebelName, true);
                                    if (cntl.Length == 1)
                                    {
                                        Label cntrls = cntl[0] as Label;
                                        if (cntrls != null)
                                        {
                                            var groupBoxIdValaue = cntrls.Text;
                                            Char[] arrayLabelValue = { ':' };
                                            var labelsplitValues = groupBoxIdValaue.Split(arrayLabelValue).ToList();
                                            groupBoxIdValaue = labelsplitValues[1].ToString();
                                            if (this.ConformationFromDataTable(column, currentRunningLabelValue, groupBoxIdValaue))
                                            {
                                                _theLine = new LineShape
                                                {
                                                    Parent = Canvas,
                                                    Name = "Line" + _lineNo,
                                                    BorderWidth = 4,
                                                    X1 = objGroupbox.Location.X,
                                                    Y1 = objGroupbox.Size.Height/2 + objGroupbox.Location.Y,
                                                    X2 = x.Width + x.Location.X,
                                                    Y2 = x.Size.Height/2 + x.Location.Y
                                                };
                                                DataRow row1 = _dtMovingLines.NewRow();
                                                row1["groupBoxName"] = objGroupbox.Name;
                                                row1["Lines"] = _theLine.Name;
                                                row1["Direction"] = "X";
                                                _dtMovingLines.Rows.Add(row1);

                                                DataRow row2 = _dtMovingLines.NewRow();
                                                row2["groupBoxName"] = x.Name;
                                                row2["Lines"] = _theLine.Name;
                                                row2["Direction"] = "Y";
                                                _dtMovingLines.Rows.Add(row2);
                                                row1 = null;
                                                row2 = null;

                                                _theLine.SelectionColor.GetBrightness();

                                                //_theLine.BorderColor = docOpenClose.Equals("Open")
                                                //    ? Color.SkyBlue
                                                //    : Color.SkyBlue;
                                                _theLine.BorderColor = Color.SkyBlue;

                                                 Canvas.Shapes.Add(_theLine);
                                                _lineNo++;
                                                _theLine = null;

                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

            }
        }
Beispiel #54
0
        public void Create()
        {
            int groupBoxName = 1;
            int xaxis = 6;
            int distinceValueCount = 1;
            int yaxis = 0;
            int level = 1;
            for (int i = 0; i < _dt.Columns.Count; i++)
            {
                var distinctValue = _dt.AsEnumerable().Select(x => new
                {
                    Column1 = x.Field<string>(_dt.Columns[i].ToString())
                }).ToList().Distinct();

                foreach (var item in distinctValue)
                {
                    // Split column Values
                    char[] seperator = { ',' };
                    var values = item.Column1.ToString().Split(seperator);
                    string[] columnValues = new string[15];
                    int index = 0;
                    foreach (var itm in values)
                    {
                        columnValues[index] = itm.ToString();
                        index++;
                    }
                    index = 0;
                    // END
                    var objGroupbox = new GroupControl
                    {
                        Visible = true,
                        Height = 148,
                        Width = 140,
                        ForeColor = Color.Black
                    };
                    //TEMP
                    objGroupbox.AppearanceCaption.BackColor = Color.Blue;
                    objGroupbox.AppearanceCaption.BackColor2 = Color.Black;
                    //END
                    objGroupbox.CaptionLocation = DevExpress.Utils.Locations.Top;
                    objGroupbox.CaptionImage = Image.FromFile(@"..\..\Resources\Person.png");
                    objGroupbox.Text =columnValues[0].ToString();
                    objGroupbox.Name = "groupControl" + groupBoxName;
                    objGroupbox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.groupControl_MouseDown);
                    objGroupbox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.groupControl_MouseUp);
                    objGroupbox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.groupControl_MouseMove);
                    objGroupbox.DoubleClick += new System.EventHandler(this.groupControl4_DoubleClick);
                    distinceValueCount = distinctValue.Count();

                    if (distinceValueCount == 1)
                    {
                        yaxis = (yaxis + this.Size.Height/2) - objGroupbox.Height/2;
                    }
                    else
                    {
                        yaxis = yaxis + (this.Size.Height / (distinceValueCount+1));
                        yaxis = yaxis - 25;
                    }
                    objGroupbox.Location = new Point(xaxis, yaxis);
                    //ADD GroupBox Location in DataTable
                    DataRow row1 = _dtGroupBoxLocation.NewRow();
                    row1["X"] = xaxis;
                    row1["Y"] = yaxis;
                    yaxis = yaxis - 45;
                    row1["groupBoxName"] = "groupControl" + groupBoxName;
                    _dtGroupBoxLocation.Rows.Add(row1);
                    //END
                    //AddPicture
                    PictureBox objPictureBox = new PictureBox
                    {
                        Location = new Point((objGroupbox.Width/4)*3 + 10, 25),
                        Image =
                            Image.FromFile(columnValues[7].ToString().Equals("Open")
                                ? @"..\..\Resources\UnLock.png"
                                : @"..\..\Resources\Lock.png"),
                        Width = 20,
                        Height = 20
                    };
                    objGroupbox.Controls.Add(objPictureBox);
                    //END
                    //ADD Label
                    Label objLabel = new Label
                    {
                        Width = 90,
                        Height = 20,
                        Location = new Point(4, 27),
                        Text = columnValues[2].ToString() + ':' + columnValues[3].ToString(),
                        Name = "Label1" + groupBoxName
                    };
                    objLabel.Click += new EventHandler(this.Label_Click);
                    objGroupbox.Controls.Add(objLabel);
                    //End
                    //Add Hidden Label For level
                    Label objLabel1 = new Label
                    {
                        Width = 70,
                        Location = new Point(15, 45),
                        Text = level.ToString(),
                        Name = "Label2" + groupBoxName,
                        Visible = false
                    };
                    objGroupbox.Controls.Add(objLabel1);
                    //End
                    //Add Hidden Label For formName
                    Label objLabel2 = new Label
                    {
                        Width = 70,
                        Location = new Point(15, 70),
                        Text = columnValues[1].ToString(),
                        Name = "Label3" + groupBoxName,
                        Visible = false
                    };
                    objGroupbox.Controls.Add(objLabel2);
                    //END
                    //Add Other Label Only For Show Data
                    int location = 47;
                    int labelNumber = 0;
                    for (int j = 4; j < columnValues.Count(); j++)
                    {
                        if (columnValues[j] == null) break;
                        Label objLabel3 = new Label
                        {
                            Width = 90,
                            Height = 20,
                            Location = new Point(4, location),
                            Text = columnValues[j].ToString()
                        };
                        if (j != 7)
                        {
                            objLabel3.Name = "Label4" + labelNumber;
                            objGroupbox.Controls.Add(objLabel3);

                            location = location + 20;
                            labelNumber++;
                        }
                    }
                    location = 60;
                    //END
                    this.Controls.Add(objGroupbox);
                    this.DrawLines(objGroupbox, groupBoxName, level, i, columnValues[3].ToString(), columnValues[7].ToString());
                    groupBoxName++;
                }
                xaxis = xaxis + this.Width / _dt.Columns.Count;
                yaxis = 0;
                distinctValue = null;
                distinceValueCount = 1;
                level++;
            }
        }
Beispiel #55
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            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(OptionsForm));
            this.xtraTabControl_Options = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
            this.textEdit_DBUser = new DevExpress.XtraEditors.TextEdit();
            this.notePanel9 = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel10 = new DevExpress.Utils.Frames.NotePanel();
            this.textEdit_DBPwd = new DevExpress.XtraEditors.TextEdit();
            this.notePanel11 = new DevExpress.Utils.Frames.NotePanel();
            this.textEdit_DBName = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton11 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton12 = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage_ComPortSet = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl_ComPortSet = new DevExpress.XtraEditors.GroupControl();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton4 = new System.Windows.Forms.RadioButton();
            this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage_AutoShutDown = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
            this.timeEdit_DutyStartTime = new DevExpress.XtraEditors.TimeEdit();
            this.notePanel_ShutDownTime = new DevExpress.Utils.Frames.NotePanel();
            this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
            this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
            this.notePanel2 = new DevExpress.Utils.Frames.NotePanel();
            this.xtraTabPage_AutoSendSmsTimeSet = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.timeEdit_SMSMorningTime = new DevExpress.XtraEditors.TimeEdit();
            this.notePanel3 = new DevExpress.Utils.Frames.NotePanel();
            this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
            this.notePanel5 = new DevExpress.Utils.Frames.NotePanel();
            this.timeEdit_SMSNightTime = new DevExpress.XtraEditors.TimeEdit();
            this.notePanel6 = new DevExpress.Utils.Frames.NotePanel();
            this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
            this.notePanel4 = new DevExpress.Utils.Frames.NotePanel();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.textEdit_NewPwd = new DevExpress.XtraEditors.TextEdit();
            this.notePanel1 = new DevExpress.Utils.Frames.NotePanel();
            this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
            this.notePanel7 = new DevExpress.Utils.Frames.NotePanel();
            this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
            this.textEdit_ConfirmPwd = new DevExpress.XtraEditors.TextEdit();
            this.notePanel8 = new DevExpress.Utils.Frames.NotePanel();
            this.textEdit_OldPwd = new DevExpress.XtraEditors.TextEdit();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.textEdit_UpdateAddress = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage_BatchCreate = new DevExpress.XtraTab.XtraTabPage();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.groupControl8 = new DevExpress.XtraEditors.GroupControl();
            this.textEdit_ClassVol = new DevExpress.XtraEditors.TextEdit();
            this.textEdit_BatchCreate_TerminalNumbers = new DevExpress.XtraEditors.TextEdit();
            this.textEdit_BatchCreate_ClassNumbers = new DevExpress.XtraEditors.TextEdit();
            this.notePanel_ClassVol = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_TerminalNumbers = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_ClassNumbers = new DevExpress.Utils.Frames.NotePanel();
            this.groupControl6 = new DevExpress.XtraEditors.GroupControl();
            this.textEdit_BatchCreate_CardNumber = new DevExpress.XtraEditors.TextEdit();
            this.notePanel_BatchCreate_CardNumber = new DevExpress.Utils.Frames.NotePanel();
            this.comboBoxEdit_BatchCreate_Load = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit_BatchCreate_Type = new DevExpress.XtraEditors.ComboBoxEdit();
            this.textEdit_BatchCreate_Number = new DevExpress.XtraEditors.TextEdit();
            this.textEdit_BatchCreate_Name = new DevExpress.XtraEditors.TextEdit();
            this.comboBoxEdit_BatchCreate_Class = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit_BatchCreate_Grade = new DevExpress.XtraEditors.ComboBoxEdit();
            this.notePanel_BatchCreate_Load = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_Type = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_Number = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_Name = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_Class = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel_BatchCreate_Grade = new DevExpress.Utils.Frames.NotePanel();
            this.groupControl7 = new DevExpress.XtraEditors.GroupControl();
            this.gridControl_BatchCreate_Machine = new DevExpress.XtraGrid.GridControl();
            this.gridView7 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.gridControl_BatchCreate_TeaCard = new DevExpress.XtraGrid.GridControl();
            this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl1_BatchCreate_TeaBasicInfo = new DevExpress.XtraGrid.GridControl();
            this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_BatchCreate_StuCard = new DevExpress.XtraGrid.GridControl();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_BatchCreate_StuBasicInfo = new DevExpress.XtraGrid.GridControl();
            this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridColumn10 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn41 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn16 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn44 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn15 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn42 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn43 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridControl_BatchCreate_Class = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControl_BatchCreate_Grade = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraTabPage_UpdateGrade = new DevExpress.XtraTab.XtraTabPage();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.groupControl9 = new DevExpress.XtraEditors.GroupControl();
            this.comboBoxEdit_ClassNumber = new DevExpress.XtraEditors.ComboBoxEdit();
            this.notePanel_ClassNumber = new DevExpress.Utils.Frames.NotePanel();
            this.comboBoxEdit_GradeNumber = new DevExpress.XtraEditors.ComboBoxEdit();
            this.notePanel_GradeNumber = new DevExpress.Utils.Frames.NotePanel();
            this.notePanel12 = new DevExpress.Utils.Frames.NotePanel();
            this.textEdit_DestClass = new DevExpress.XtraEditors.TextEdit();
            this.notePanel_DestClass = new DevExpress.Utils.Frames.NotePanel();
            this.comboBoxEdit_SrcClass = new DevExpress.XtraEditors.ComboBoxEdit();
            this.notePanel_SrcClass = new DevExpress.Utils.Frames.NotePanel();
            this.textEdit_DestGrade = new DevExpress.XtraEditors.TextEdit();
            this.notePanel_DestGrade = new DevExpress.Utils.Frames.NotePanel();
            this.comboBoxEdit_SrcGrade = new DevExpress.XtraEditors.ComboBoxEdit();
            this.notePanel_SrcGrade = new DevExpress.Utils.Frames.NotePanel();
            this.groupControl10 = new DevExpress.XtraEditors.GroupControl();
            this.gridControl_StudentAdjust = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn54 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn55 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn56 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.notePanel13 = new DevExpress.Utils.Frames.NotePanel();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_Submit = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_LoadTable = new DevExpress.XtraEditors.SimpleButton();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.xtraTabPage_TerminalServ = new DevExpress.XtraTab.XtraTabPage();
            this.gridControl_SessionUser = new DevExpress.XtraGrid.GridControl();
            this.gridView9 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn52 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn53 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridView8 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl11 = new DevExpress.XtraEditors.GroupControl();
            this.groupControl12 = new DevExpress.XtraEditors.GroupControl();
            this.rbtDefault = new System.Windows.Forms.RadioButton();
            this.rbtIdle = new System.Windows.Forms.RadioButton();
            this.rbtStart = new System.Windows.Forms.RadioButton();
            this.smbBackUp = new DevExpress.XtraEditors.SimpleButton();
            this.tbxBackUpRoot = new System.Windows.Forms.TextBox();
            this.smbRoot = new DevExpress.XtraEditors.SimpleButton();
            this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.tbxUploadUrl = new System.Windows.Forms.TextBox();
            this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
            this.groupControl13 = new DevExpress.XtraEditors.GroupControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView10 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            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.barButtonItem_Refresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Modify = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Delete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Add = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Save = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_DeleteSession = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.openFileDialog_LoadStuInfoXLS = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog_BatchCreate = new System.Windows.Forms.SaveFileDialog();
            this.saveFileDialog_createbackup = new System.Windows.Forms.SaveFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_Options)).BeginInit();
            this.xtraTabControl_Options.SuspendLayout();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
            this.groupControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBUser.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBPwd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBName.Properties)).BeginInit();
            this.xtraTabPage_ComPortSet.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl_ComPortSet)).BeginInit();
            this.groupControl_ComPortSet.SuspendLayout();
            this.xtraTabPage_AutoShutDown.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_DutyStartTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
            this.xtraTabPage_AutoSendSmsTimeSet.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_SMSMorningTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_SMSNightTime.Properties)).BeginInit();
            this.xtraTabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NewPwd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ConfirmPwd.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_OldPwd.Properties)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_UpdateAddress.Properties)).BeginInit();
            this.xtraTabPage_BatchCreate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).BeginInit();
            this.groupControl8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassVol.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_TerminalNumbers.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_ClassNumbers.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
            this.groupControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_CardNumber.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Load.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Type.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_Number.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_Name.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Class.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Grade.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).BeginInit();
            this.groupControl7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Machine)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_TeaCard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1_BatchCreate_TeaBasicInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_StuCard)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_StuBasicInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Class)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Grade)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.xtraTabPage_UpdateGrade.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).BeginInit();
            this.groupControl9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_ClassNumber.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeNumber.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DestClass.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SrcClass.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DestGrade.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SrcGrade.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl10)).BeginInit();
            this.groupControl10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_StudentAdjust)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.xtraTabPage_TerminalServ.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_SessionUser)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView8)).BeginInit();
            this.xtraTabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).BeginInit();
            this.groupControl11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).BeginInit();
            this.groupControl12.SuspendLayout();
            this.xtraTabPage5.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.xtraTabPage6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).BeginInit();
            this.groupControl13.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl_Options
            // 
            this.xtraTabControl_Options.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabControl_Options.Appearance.Options.UseBackColor = true;
            this.xtraTabControl_Options.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
            this.xtraTabControl_Options.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.DarkOrange;
            this.xtraTabControl_Options.AppearancePage.HeaderActive.Options.UseFont = true;
            this.xtraTabControl_Options.AppearancePage.HeaderActive.Options.UseForeColor = true;
            this.xtraTabControl_Options.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl_Options.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl_Options.Name = "xtraTabControl_Options";
            this.xtraTabControl_Options.SelectedTabPage = this.xtraTabPage3;
            this.xtraTabControl_Options.Size = new System.Drawing.Size(688, 429);
            this.xtraTabControl_Options.TabIndex = 0;
            this.xtraTabControl_Options.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage_ComPortSet,
            this.xtraTabPage_AutoShutDown,
            this.xtraTabPage_AutoSendSmsTimeSet,
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3,
            this.xtraTabPage_BatchCreate,
            this.xtraTabPage_UpdateGrade,
            this.xtraTabPage_TerminalServ,
            this.xtraTabPage4,
            this.xtraTabPage5,
            this.xtraTabPage6});
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage3.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage3.Controls.Add(this.groupControl5);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage3.Text = "配置数据库";
            // 
            // groupControl5
            // 
            this.groupControl5.Controls.Add(this.textEdit_DBUser);
            this.groupControl5.Controls.Add(this.notePanel9);
            this.groupControl5.Controls.Add(this.notePanel10);
            this.groupControl5.Controls.Add(this.textEdit_DBPwd);
            this.groupControl5.Controls.Add(this.notePanel11);
            this.groupControl5.Controls.Add(this.textEdit_DBName);
            this.groupControl5.Controls.Add(this.simpleButton11);
            this.groupControl5.Controls.Add(this.simpleButton12);
            this.groupControl5.Location = new System.Drawing.Point(168, 56);
            this.groupControl5.Name = "groupControl5";
            this.groupControl5.Size = new System.Drawing.Size(342, 256);
            this.groupControl5.TabIndex = 2;
            this.groupControl5.Text = "服务器配置";
            // 
            // textEdit_DBUser
            // 
            this.textEdit_DBUser.EditValue = "";
            this.textEdit_DBUser.Location = new System.Drawing.Point(153, 93);
            this.textEdit_DBUser.Name = "textEdit_DBUser";
            this.textEdit_DBUser.Size = new System.Drawing.Size(152, 20);
            this.textEdit_DBUser.TabIndex = 23;
            // 
            // notePanel9
            // 
            this.notePanel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel9.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel9.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel9.ForeColor = System.Drawing.Color.Black;
            this.notePanel9.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel9.Location = new System.Drawing.Point(38, 93);
            this.notePanel9.MaxRows = 5;
            this.notePanel9.Name = "notePanel9";
            this.notePanel9.ParentAutoHeight = true;
            this.notePanel9.Size = new System.Drawing.Size(104, 22);
            this.notePanel9.TabIndex = 21;
            this.notePanel9.TabStop = false;
            this.notePanel9.Text = "     用户名:";
            // 
            // notePanel10
            // 
            this.notePanel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel10.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel10.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel10.ForeColor = System.Drawing.Color.Black;
            this.notePanel10.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel10.Location = new System.Drawing.Point(38, 125);
            this.notePanel10.MaxRows = 5;
            this.notePanel10.Name = "notePanel10";
            this.notePanel10.ParentAutoHeight = true;
            this.notePanel10.Size = new System.Drawing.Size(104, 22);
            this.notePanel10.TabIndex = 19;
            this.notePanel10.TabStop = false;
            this.notePanel10.Text = "      密   码:";
            // 
            // textEdit_DBPwd
            // 
            this.textEdit_DBPwd.EditValue = "";
            this.textEdit_DBPwd.Location = new System.Drawing.Point(153, 125);
            this.textEdit_DBPwd.Name = "textEdit_DBPwd";
            this.textEdit_DBPwd.Properties.PasswordChar = '*';
            this.textEdit_DBPwd.Size = new System.Drawing.Size(152, 20);
            this.textEdit_DBPwd.TabIndex = 24;
            // 
            // notePanel11
            // 
            this.notePanel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel11.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel11.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel11.ForeColor = System.Drawing.Color.Black;
            this.notePanel11.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel11.Location = new System.Drawing.Point(38, 61);
            this.notePanel11.MaxRows = 5;
            this.notePanel11.Name = "notePanel11";
            this.notePanel11.ParentAutoHeight = true;
            this.notePanel11.Size = new System.Drawing.Size(104, 22);
            this.notePanel11.TabIndex = 20;
            this.notePanel11.TabStop = false;
            this.notePanel11.Text = "数据库实例名:";
            // 
            // textEdit_DBName
            // 
            this.textEdit_DBName.EditValue = "";
            this.textEdit_DBName.Location = new System.Drawing.Point(153, 61);
            this.textEdit_DBName.Name = "textEdit_DBName";
            this.textEdit_DBName.Size = new System.Drawing.Size(152, 20);
            this.textEdit_DBName.TabIndex = 22;
            // 
            // simpleButton11
            // 
            this.simpleButton11.Location = new System.Drawing.Point(75, 168);
            this.simpleButton11.Name = "simpleButton11";
            this.simpleButton11.Size = new System.Drawing.Size(85, 23);
            this.simpleButton11.TabIndex = 1;
            this.simpleButton11.Text = "测试连接";
            this.simpleButton11.Click += new System.EventHandler(this.simpleButton11_Click);
            // 
            // simpleButton12
            // 
            this.simpleButton12.Location = new System.Drawing.Point(182, 168);
            this.simpleButton12.Name = "simpleButton12";
            this.simpleButton12.Size = new System.Drawing.Size(85, 23);
            this.simpleButton12.TabIndex = 1;
            this.simpleButton12.Text = "保存设置";
            this.simpleButton12.Click += new System.EventHandler(this.simpleButton12_Click);
            // 
            // xtraTabPage_ComPortSet
            // 
            this.xtraTabPage_ComPortSet.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage_ComPortSet.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage_ComPortSet.Controls.Add(this.groupControl_ComPortSet);
            this.xtraTabPage_ComPortSet.Name = "xtraTabPage_ComPortSet";
            this.xtraTabPage_ComPortSet.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_ComPortSet.Text = "串口设定";
            // 
            // groupControl_ComPortSet
            // 
            this.groupControl_ComPortSet.Controls.Add(this.simpleButton1);
            this.groupControl_ComPortSet.Controls.Add(this.radioButton1);
            this.groupControl_ComPortSet.Controls.Add(this.radioButton2);
            this.groupControl_ComPortSet.Controls.Add(this.radioButton3);
            this.groupControl_ComPortSet.Controls.Add(this.radioButton4);
            this.groupControl_ComPortSet.Controls.Add(this.simpleButton6);
            this.groupControl_ComPortSet.Location = new System.Drawing.Point(184, 64);
            this.groupControl_ComPortSet.Name = "groupControl_ComPortSet";
            this.groupControl_ComPortSet.Size = new System.Drawing.Size(312, 216);
            this.groupControl_ComPortSet.TabIndex = 0;
            this.groupControl_ComPortSet.Text = "请选择管理机同电脑连接的串口";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(160, 184);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(56, 23);
            this.simpleButton1.TabIndex = 1;
            this.simpleButton1.Text = "确定";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // radioButton1
            // 
            this.radioButton1.Location = new System.Drawing.Point(40, 32);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(104, 24);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.Text = "串口1";
            // 
            // radioButton2
            // 
            this.radioButton2.Location = new System.Drawing.Point(168, 32);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(104, 24);
            this.radioButton2.TabIndex = 0;
            this.radioButton2.Text = "串口2";
            // 
            // radioButton3
            // 
            this.radioButton3.Location = new System.Drawing.Point(168, 80);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(104, 24);
            this.radioButton3.TabIndex = 0;
            this.radioButton3.Text = "串口4";
            // 
            // radioButton4
            // 
            this.radioButton4.Location = new System.Drawing.Point(40, 80);
            this.radioButton4.Name = "radioButton4";
            this.radioButton4.Size = new System.Drawing.Size(104, 24);
            this.radioButton4.TabIndex = 0;
            this.radioButton4.Text = "串口3";
            // 
            // simpleButton6
            // 
            this.simpleButton6.Location = new System.Drawing.Point(232, 184);
            this.simpleButton6.Name = "simpleButton6";
            this.simpleButton6.Size = new System.Drawing.Size(56, 23);
            this.simpleButton6.TabIndex = 1;
            this.simpleButton6.Text = "取消";
            this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
            // 
            // xtraTabPage_AutoShutDown
            // 
            this.xtraTabPage_AutoShutDown.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage_AutoShutDown.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage_AutoShutDown.Controls.Add(this.groupControl2);
            this.xtraTabPage_AutoShutDown.Controls.Add(this.notePanel2);
            this.xtraTabPage_AutoShutDown.Name = "xtraTabPage_AutoShutDown";
            this.xtraTabPage_AutoShutDown.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_AutoShutDown.Text = "关机时间设置";
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.checkEdit1);
            this.groupControl2.Controls.Add(this.timeEdit_DutyStartTime);
            this.groupControl2.Controls.Add(this.notePanel_ShutDownTime);
            this.groupControl2.Controls.Add(this.simpleButton3);
            this.groupControl2.Controls.Add(this.simpleButton5);
            this.groupControl2.Controls.Add(this.checkEdit2);
            this.groupControl2.Location = new System.Drawing.Point(168, 48);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(312, 216);
            this.groupControl2.TabIndex = 8;
            this.groupControl2.Text = "设置";
            // 
            // checkEdit1
            // 
            this.checkEdit1.Location = new System.Drawing.Point(68, 128);
            this.checkEdit1.Name = "checkEdit1";
            this.checkEdit1.Properties.Caption = "启动时自动运行";
            this.checkEdit1.Size = new System.Drawing.Size(180, 19);
            this.checkEdit1.TabIndex = 16;
            // 
            // timeEdit_DutyStartTime
            // 
            this.timeEdit_DutyStartTime.EditValue = new System.DateTime(2005, 8, 29, 0, 0, 0, 0);
            this.timeEdit_DutyStartTime.Location = new System.Drawing.Point(156, 48);
            this.timeEdit_DutyStartTime.Name = "timeEdit_DutyStartTime";
            this.timeEdit_DutyStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.timeEdit_DutyStartTime.Size = new System.Drawing.Size(88, 20);
            this.timeEdit_DutyStartTime.TabIndex = 15;
            // 
            // notePanel_ShutDownTime
            // 
            this.notePanel_ShutDownTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_ShutDownTime.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_ShutDownTime.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_ShutDownTime.ForeColor = System.Drawing.Color.Black;
            this.notePanel_ShutDownTime.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_ShutDownTime.Location = new System.Drawing.Point(68, 48);
            this.notePanel_ShutDownTime.MaxRows = 5;
            this.notePanel_ShutDownTime.Name = "notePanel_ShutDownTime";
            this.notePanel_ShutDownTime.ParentAutoHeight = true;
            this.notePanel_ShutDownTime.Size = new System.Drawing.Size(80, 22);
            this.notePanel_ShutDownTime.TabIndex = 14;
            this.notePanel_ShutDownTime.TabStop = false;
            this.notePanel_ShutDownTime.Text = "关机时间";
            // 
            // simpleButton3
            // 
            this.simpleButton3.Location = new System.Drawing.Point(160, 184);
            this.simpleButton3.Name = "simpleButton3";
            this.simpleButton3.Size = new System.Drawing.Size(56, 23);
            this.simpleButton3.TabIndex = 1;
            this.simpleButton3.Text = "确定";
            this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
            // 
            // simpleButton5
            // 
            this.simpleButton5.Location = new System.Drawing.Point(232, 184);
            this.simpleButton5.Name = "simpleButton5";
            this.simpleButton5.Size = new System.Drawing.Size(56, 23);
            this.simpleButton5.TabIndex = 1;
            this.simpleButton5.Text = "取消";
            this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
            // 
            // checkEdit2
            // 
            this.checkEdit2.Location = new System.Drawing.Point(68, 88);
            this.checkEdit2.Name = "checkEdit2";
            this.checkEdit2.Properties.Caption = "开启自动关机";
            this.checkEdit2.Size = new System.Drawing.Size(180, 19);
            this.checkEdit2.TabIndex = 16;
            this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
            // 
            // notePanel2
            // 
            this.notePanel2.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.notePanel2.ForeColor = System.Drawing.Color.Gray;
            this.notePanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel2.Location = new System.Drawing.Point(168, 280);
            this.notePanel2.MaxRows = 5;
            this.notePanel2.Name = "notePanel2";
            this.notePanel2.ParentAutoHeight = true;
            this.notePanel2.Size = new System.Drawing.Size(272, 23);
            this.notePanel2.TabIndex = 9;
            this.notePanel2.TabStop = false;
            this.notePanel2.Text = "自动关机功能已启动";
            this.notePanel2.Visible = false;
            // 
            // xtraTabPage_AutoSendSmsTimeSet
            // 
            this.xtraTabPage_AutoSendSmsTimeSet.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage_AutoSendSmsTimeSet.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage_AutoSendSmsTimeSet.Controls.Add(this.groupControl3);
            this.xtraTabPage_AutoSendSmsTimeSet.Controls.Add(this.notePanel4);
            this.xtraTabPage_AutoSendSmsTimeSet.Name = "xtraTabPage_AutoSendSmsTimeSet";
            this.xtraTabPage_AutoSendSmsTimeSet.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_AutoSendSmsTimeSet.Text = "短信功能设置";
            // 
            // groupControl3
            // 
            this.groupControl3.Controls.Add(this.timeEdit_SMSMorningTime);
            this.groupControl3.Controls.Add(this.notePanel3);
            this.groupControl3.Controls.Add(this.simpleButton4);
            this.groupControl3.Controls.Add(this.notePanel5);
            this.groupControl3.Controls.Add(this.timeEdit_SMSNightTime);
            this.groupControl3.Controls.Add(this.notePanel6);
            this.groupControl3.Controls.Add(this.simpleButton7);
            this.groupControl3.Location = new System.Drawing.Point(168, 56);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(312, 216);
            this.groupControl3.TabIndex = 10;
            this.groupControl3.Text = "设置";
            // 
            // timeEdit_SMSMorningTime
            // 
            this.timeEdit_SMSMorningTime.EditValue = new System.DateTime(2005, 8, 29, 0, 0, 0, 0);
            this.timeEdit_SMSMorningTime.Location = new System.Drawing.Point(152, 96);
            this.timeEdit_SMSMorningTime.Name = "timeEdit_SMSMorningTime";
            this.timeEdit_SMSMorningTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.timeEdit_SMSMorningTime.Size = new System.Drawing.Size(88, 20);
            this.timeEdit_SMSMorningTime.TabIndex = 15;
            // 
            // notePanel3
            // 
            this.notePanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel3.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel3.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel3.ForeColor = System.Drawing.Color.Black;
            this.notePanel3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel3.Location = new System.Drawing.Point(64, 96);
            this.notePanel3.MaxRows = 5;
            this.notePanel3.Name = "notePanel3";
            this.notePanel3.ParentAutoHeight = true;
            this.notePanel3.Size = new System.Drawing.Size(80, 22);
            this.notePanel3.TabIndex = 14;
            this.notePanel3.TabStop = false;
            this.notePanel3.Text = "迟到时间";
            // 
            // simpleButton4
            // 
            this.simpleButton4.Location = new System.Drawing.Point(160, 184);
            this.simpleButton4.Name = "simpleButton4";
            this.simpleButton4.Size = new System.Drawing.Size(56, 23);
            this.simpleButton4.TabIndex = 1;
            this.simpleButton4.Text = "确定";
            this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
            // 
            // notePanel5
            // 
            this.notePanel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel5.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel5.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel5.ForeColor = System.Drawing.Color.Black;
            this.notePanel5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel5.Location = new System.Drawing.Point(64, 128);
            this.notePanel5.MaxRows = 5;
            this.notePanel5.Name = "notePanel5";
            this.notePanel5.ParentAutoHeight = true;
            this.notePanel5.Size = new System.Drawing.Size(80, 22);
            this.notePanel5.TabIndex = 14;
            this.notePanel5.TabStop = false;
            this.notePanel5.Text = "晚接时间";
            // 
            // timeEdit_SMSNightTime
            // 
            this.timeEdit_SMSNightTime.EditValue = new System.DateTime(2005, 8, 29, 0, 0, 0, 0);
            this.timeEdit_SMSNightTime.Location = new System.Drawing.Point(152, 128);
            this.timeEdit_SMSNightTime.Name = "timeEdit_SMSNightTime";
            this.timeEdit_SMSNightTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.timeEdit_SMSNightTime.Size = new System.Drawing.Size(88, 20);
            this.timeEdit_SMSNightTime.TabIndex = 15;
            // 
            // notePanel6
            // 
            this.notePanel6.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.notePanel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.notePanel6.ForeColor = System.Drawing.Color.Gray;
            this.notePanel6.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel6.Location = new System.Drawing.Point(2, 22);
            this.notePanel6.MaxRows = 5;
            this.notePanel6.Name = "notePanel6";
            this.notePanel6.ParentAutoHeight = true;
            this.notePanel6.Size = new System.Drawing.Size(308, 52);
            this.notePanel6.TabIndex = 11;
            this.notePanel6.TabStop = false;
            this.notePanel6.Text = "当每日时间到达迟到时间,晚接时间,如果注册过短信服务的学生仍为到校,系统将会自动向手机发出信息提示!";
            // 
            // simpleButton7
            // 
            this.simpleButton7.Location = new System.Drawing.Point(232, 184);
            this.simpleButton7.Name = "simpleButton7";
            this.simpleButton7.Size = new System.Drawing.Size(56, 23);
            this.simpleButton7.TabIndex = 1;
            this.simpleButton7.Text = "取消";
            this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
            // 
            // notePanel4
            // 
            this.notePanel4.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.notePanel4.ForeColor = System.Drawing.Color.Gray;
            this.notePanel4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel4.Location = new System.Drawing.Point(184, 288);
            this.notePanel4.MaxRows = 5;
            this.notePanel4.Name = "notePanel4";
            this.notePanel4.ParentAutoHeight = true;
            this.notePanel4.Size = new System.Drawing.Size(272, 23);
            this.notePanel4.TabIndex = 11;
            this.notePanel4.TabStop = false;
            this.notePanel4.Text = "短信自动发送时间设定成功";
            this.notePanel4.Visible = false;
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage1.Controls.Add(this.groupControl4);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage1.Text = "修改个人密码";
            // 
            // groupControl4
            // 
            this.groupControl4.Controls.Add(this.textEdit_NewPwd);
            this.groupControl4.Controls.Add(this.notePanel1);
            this.groupControl4.Controls.Add(this.simpleButton8);
            this.groupControl4.Controls.Add(this.notePanel7);
            this.groupControl4.Controls.Add(this.simpleButton9);
            this.groupControl4.Controls.Add(this.textEdit_ConfirmPwd);
            this.groupControl4.Controls.Add(this.notePanel8);
            this.groupControl4.Controls.Add(this.textEdit_OldPwd);
            this.groupControl4.Location = new System.Drawing.Point(176, 64);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.Size = new System.Drawing.Size(312, 216);
            this.groupControl4.TabIndex = 11;
            this.groupControl4.Text = "请输入修改密码";
            // 
            // textEdit_NewPwd
            // 
            this.textEdit_NewPwd.EditValue = "";
            this.textEdit_NewPwd.Location = new System.Drawing.Point(160, 72);
            this.textEdit_NewPwd.Name = "textEdit_NewPwd";
            this.textEdit_NewPwd.Properties.PasswordChar = '*';
            this.textEdit_NewPwd.Size = new System.Drawing.Size(88, 20);
            this.textEdit_NewPwd.TabIndex = 17;
            // 
            // notePanel1
            // 
            this.notePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel1.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel1.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel1.ForeColor = System.Drawing.Color.Black;
            this.notePanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel1.Location = new System.Drawing.Point(72, 72);
            this.notePanel1.MaxRows = 5;
            this.notePanel1.Name = "notePanel1";
            this.notePanel1.ParentAutoHeight = true;
            this.notePanel1.Size = new System.Drawing.Size(80, 22);
            this.notePanel1.TabIndex = 14;
            this.notePanel1.TabStop = false;
            this.notePanel1.Text = "修改密码";
            // 
            // simpleButton8
            // 
            this.simpleButton8.Location = new System.Drawing.Point(128, 144);
            this.simpleButton8.Name = "simpleButton8";
            this.simpleButton8.Size = new System.Drawing.Size(56, 23);
            this.simpleButton8.TabIndex = 1;
            this.simpleButton8.Text = "确定";
            this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
            // 
            // notePanel7
            // 
            this.notePanel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel7.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel7.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel7.ForeColor = System.Drawing.Color.Black;
            this.notePanel7.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel7.Location = new System.Drawing.Point(72, 104);
            this.notePanel7.MaxRows = 5;
            this.notePanel7.Name = "notePanel7";
            this.notePanel7.ParentAutoHeight = true;
            this.notePanel7.Size = new System.Drawing.Size(80, 22);
            this.notePanel7.TabIndex = 14;
            this.notePanel7.TabStop = false;
            this.notePanel7.Text = "确认密码";
            // 
            // simpleButton9
            // 
            this.simpleButton9.Location = new System.Drawing.Point(192, 144);
            this.simpleButton9.Name = "simpleButton9";
            this.simpleButton9.Size = new System.Drawing.Size(56, 23);
            this.simpleButton9.TabIndex = 1;
            this.simpleButton9.Text = "取消";
            this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click);
            // 
            // textEdit_ConfirmPwd
            // 
            this.textEdit_ConfirmPwd.EditValue = "";
            this.textEdit_ConfirmPwd.Location = new System.Drawing.Point(160, 104);
            this.textEdit_ConfirmPwd.Name = "textEdit_ConfirmPwd";
            this.textEdit_ConfirmPwd.Properties.PasswordChar = '*';
            this.textEdit_ConfirmPwd.Size = new System.Drawing.Size(88, 20);
            this.textEdit_ConfirmPwd.TabIndex = 18;
            // 
            // notePanel8
            // 
            this.notePanel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel8.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel8.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel8.ForeColor = System.Drawing.Color.Black;
            this.notePanel8.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel8.Location = new System.Drawing.Point(72, 40);
            this.notePanel8.MaxRows = 5;
            this.notePanel8.Name = "notePanel8";
            this.notePanel8.ParentAutoHeight = true;
            this.notePanel8.Size = new System.Drawing.Size(80, 22);
            this.notePanel8.TabIndex = 14;
            this.notePanel8.TabStop = false;
            this.notePanel8.Text = "原始密码";
            // 
            // textEdit_OldPwd
            // 
            this.textEdit_OldPwd.EditValue = "";
            this.textEdit_OldPwd.Location = new System.Drawing.Point(160, 40);
            this.textEdit_OldPwd.Name = "textEdit_OldPwd";
            this.textEdit_OldPwd.Properties.PasswordChar = '*';
            this.textEdit_OldPwd.Size = new System.Drawing.Size(88, 20);
            this.textEdit_OldPwd.TabIndex = 16;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage2.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage2.Controls.Add(this.groupControl1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage2.Text = "配置自动更新地址";
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.textEdit_UpdateAddress);
            this.groupControl1.Controls.Add(this.simpleButton2);
            this.groupControl1.Controls.Add(this.simpleButton10);
            this.groupControl1.Location = new System.Drawing.Point(176, 64);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(312, 216);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "请输入自动更新网络地址";
            // 
            // textEdit_UpdateAddress
            // 
            this.textEdit_UpdateAddress.EditValue = "";
            this.textEdit_UpdateAddress.Location = new System.Drawing.Point(52, 72);
            this.textEdit_UpdateAddress.Name = "textEdit_UpdateAddress";
            this.textEdit_UpdateAddress.Size = new System.Drawing.Size(208, 20);
            this.textEdit_UpdateAddress.TabIndex = 17;
            // 
            // simpleButton2
            // 
            this.simpleButton2.Location = new System.Drawing.Point(160, 168);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(56, 23);
            this.simpleButton2.TabIndex = 1;
            this.simpleButton2.Text = "确定";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton10
            // 
            this.simpleButton10.Location = new System.Drawing.Point(232, 168);
            this.simpleButton10.Name = "simpleButton10";
            this.simpleButton10.Size = new System.Drawing.Size(56, 23);
            this.simpleButton10.TabIndex = 1;
            this.simpleButton10.Text = "取消";
            this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click);
            // 
            // xtraTabPage_BatchCreate
            // 
            this.xtraTabPage_BatchCreate.Controls.Add(this.splitContainerControl1);
            this.xtraTabPage_BatchCreate.Name = "xtraTabPage_BatchCreate";
            this.xtraTabPage_BatchCreate.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_BatchCreate.Text = "批量数据生成";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.groupControl8);
            this.splitContainerControl1.Panel1.Controls.Add(this.groupControl6);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.groupControl7);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(682, 400);
            this.splitContainerControl1.SplitterPosition = 213;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // groupControl8
            // 
            this.groupControl8.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl8.AppearanceCaption.Options.UseFont = true;
            this.groupControl8.Controls.Add(this.textEdit_ClassVol);
            this.groupControl8.Controls.Add(this.textEdit_BatchCreate_TerminalNumbers);
            this.groupControl8.Controls.Add(this.textEdit_BatchCreate_ClassNumbers);
            this.groupControl8.Controls.Add(this.notePanel_ClassVol);
            this.groupControl8.Controls.Add(this.notePanel_BatchCreate_TerminalNumbers);
            this.groupControl8.Controls.Add(this.notePanel_BatchCreate_ClassNumbers);
            this.groupControl8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl8.Location = new System.Drawing.Point(0, 256);
            this.groupControl8.Name = "groupControl8";
            this.groupControl8.Size = new System.Drawing.Size(213, 144);
            this.groupControl8.TabIndex = 1;
            this.groupControl8.Text = "硬件信息修改";
            // 
            // textEdit_ClassVol
            // 
            this.textEdit_ClassVol.EditValue = "";
            this.textEdit_ClassVol.Location = new System.Drawing.Point(104, 96);
            this.textEdit_ClassVol.Name = "textEdit_ClassVol";
            this.textEdit_ClassVol.Size = new System.Drawing.Size(96, 20);
            this.textEdit_ClassVol.TabIndex = 32;
            // 
            // textEdit_BatchCreate_TerminalNumbers
            // 
            this.textEdit_BatchCreate_TerminalNumbers.EditValue = "";
            this.textEdit_BatchCreate_TerminalNumbers.Location = new System.Drawing.Point(104, 64);
            this.textEdit_BatchCreate_TerminalNumbers.Name = "textEdit_BatchCreate_TerminalNumbers";
            this.textEdit_BatchCreate_TerminalNumbers.Size = new System.Drawing.Size(96, 20);
            this.textEdit_BatchCreate_TerminalNumbers.TabIndex = 31;
            // 
            // textEdit_BatchCreate_ClassNumbers
            // 
            this.textEdit_BatchCreate_ClassNumbers.EditValue = "";
            this.textEdit_BatchCreate_ClassNumbers.Location = new System.Drawing.Point(104, 32);
            this.textEdit_BatchCreate_ClassNumbers.Name = "textEdit_BatchCreate_ClassNumbers";
            this.textEdit_BatchCreate_ClassNumbers.Size = new System.Drawing.Size(96, 20);
            this.textEdit_BatchCreate_ClassNumbers.TabIndex = 30;
            // 
            // notePanel_ClassVol
            // 
            this.notePanel_ClassVol.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_ClassVol.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_ClassVol.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_ClassVol.ForeColor = System.Drawing.Color.Black;
            this.notePanel_ClassVol.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_ClassVol.Location = new System.Drawing.Point(16, 96);
            this.notePanel_ClassVol.MaxRows = 5;
            this.notePanel_ClassVol.Name = "notePanel_ClassVol";
            this.notePanel_ClassVol.ParentAutoHeight = true;
            this.notePanel_ClassVol.Size = new System.Drawing.Size(80, 22);
            this.notePanel_ClassVol.TabIndex = 24;
            this.notePanel_ClassVol.TabStop = false;
            this.notePanel_ClassVol.Text = "教室容量:";
            // 
            // notePanel_BatchCreate_TerminalNumbers
            // 
            this.notePanel_BatchCreate_TerminalNumbers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_TerminalNumbers.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_TerminalNumbers.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_TerminalNumbers.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_TerminalNumbers.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_TerminalNumbers.Location = new System.Drawing.Point(16, 64);
            this.notePanel_BatchCreate_TerminalNumbers.MaxRows = 5;
            this.notePanel_BatchCreate_TerminalNumbers.Name = "notePanel_BatchCreate_TerminalNumbers";
            this.notePanel_BatchCreate_TerminalNumbers.ParentAutoHeight = true;
            this.notePanel_BatchCreate_TerminalNumbers.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_TerminalNumbers.TabIndex = 23;
            this.notePanel_BatchCreate_TerminalNumbers.TabStop = false;
            this.notePanel_BatchCreate_TerminalNumbers.Text = "主机总数:";
            // 
            // notePanel_BatchCreate_ClassNumbers
            // 
            this.notePanel_BatchCreate_ClassNumbers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_ClassNumbers.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_ClassNumbers.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_ClassNumbers.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_ClassNumbers.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_ClassNumbers.Location = new System.Drawing.Point(16, 32);
            this.notePanel_BatchCreate_ClassNumbers.MaxRows = 5;
            this.notePanel_BatchCreate_ClassNumbers.Name = "notePanel_BatchCreate_ClassNumbers";
            this.notePanel_BatchCreate_ClassNumbers.ParentAutoHeight = true;
            this.notePanel_BatchCreate_ClassNumbers.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_ClassNumbers.TabIndex = 22;
            this.notePanel_BatchCreate_ClassNumbers.TabStop = false;
            this.notePanel_BatchCreate_ClassNumbers.Text = "班级总数:";
            // 
            // groupControl6
            // 
            this.groupControl6.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl6.AppearanceCaption.Options.UseFont = true;
            this.groupControl6.Controls.Add(this.textEdit_BatchCreate_CardNumber);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_CardNumber);
            this.groupControl6.Controls.Add(this.comboBoxEdit_BatchCreate_Load);
            this.groupControl6.Controls.Add(this.comboBoxEdit_BatchCreate_Type);
            this.groupControl6.Controls.Add(this.textEdit_BatchCreate_Number);
            this.groupControl6.Controls.Add(this.textEdit_BatchCreate_Name);
            this.groupControl6.Controls.Add(this.comboBoxEdit_BatchCreate_Class);
            this.groupControl6.Controls.Add(this.comboBoxEdit_BatchCreate_Grade);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Load);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Type);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Number);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Name);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Class);
            this.groupControl6.Controls.Add(this.notePanel_BatchCreate_Grade);
            this.groupControl6.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupControl6.Location = new System.Drawing.Point(0, 0);
            this.groupControl6.Name = "groupControl6";
            this.groupControl6.Size = new System.Drawing.Size(213, 256);
            this.groupControl6.TabIndex = 0;
            this.groupControl6.Text = "信息查询";
            // 
            // textEdit_BatchCreate_CardNumber
            // 
            this.textEdit_BatchCreate_CardNumber.EditValue = "";
            this.textEdit_BatchCreate_CardNumber.Location = new System.Drawing.Point(104, 152);
            this.textEdit_BatchCreate_CardNumber.Name = "textEdit_BatchCreate_CardNumber";
            this.textEdit_BatchCreate_CardNumber.Size = new System.Drawing.Size(96, 20);
            this.textEdit_BatchCreate_CardNumber.TabIndex = 34;
            this.textEdit_BatchCreate_CardNumber.EditValueChanged += new System.EventHandler(this.textEdit_BatchCreate_CardNumber_EditValueChanged);
            // 
            // notePanel_BatchCreate_CardNumber
            // 
            this.notePanel_BatchCreate_CardNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_CardNumber.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_CardNumber.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_CardNumber.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_CardNumber.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_CardNumber.Location = new System.Drawing.Point(16, 152);
            this.notePanel_BatchCreate_CardNumber.MaxRows = 5;
            this.notePanel_BatchCreate_CardNumber.Name = "notePanel_BatchCreate_CardNumber";
            this.notePanel_BatchCreate_CardNumber.ParentAutoHeight = true;
            this.notePanel_BatchCreate_CardNumber.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_CardNumber.TabIndex = 33;
            this.notePanel_BatchCreate_CardNumber.TabStop = false;
            this.notePanel_BatchCreate_CardNumber.Text = "  卡  号:";
            // 
            // comboBoxEdit_BatchCreate_Load
            // 
            this.comboBoxEdit_BatchCreate_Load.EditValue = "未选择";
            this.comboBoxEdit_BatchCreate_Load.Location = new System.Drawing.Point(104, 216);
            this.comboBoxEdit_BatchCreate_Load.Name = "comboBoxEdit_BatchCreate_Load";
            this.comboBoxEdit_BatchCreate_Load.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_BatchCreate_Load.Properties.Items.AddRange(new object[] {
            "学生信息表(简单)",
            "学生信息表(复杂)",
            "教师信息表",
            "生成卡号新增表",
            "载入卡号新增表"});
            this.comboBoxEdit_BatchCreate_Load.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_BatchCreate_Load.Size = new System.Drawing.Size(96, 20);
            this.comboBoxEdit_BatchCreate_Load.TabIndex = 32;
            this.comboBoxEdit_BatchCreate_Load.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_BatchCreate_Load_SelectedIndexChanged);
            // 
            // comboBoxEdit_BatchCreate_Type
            // 
            this.comboBoxEdit_BatchCreate_Type.EditValue = "未选择";
            this.comboBoxEdit_BatchCreate_Type.Location = new System.Drawing.Point(104, 184);
            this.comboBoxEdit_BatchCreate_Type.Name = "comboBoxEdit_BatchCreate_Type";
            this.comboBoxEdit_BatchCreate_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_BatchCreate_Type.Properties.Items.AddRange(new object[] {
            "年级表(含部门)",
            "班级表(含岗位)",
            "学生基本信息表",
            "学生卡号表",
            "教师基本信息表",
            "教师卡号表",
            "硬件配置表"});
            this.comboBoxEdit_BatchCreate_Type.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_BatchCreate_Type.Size = new System.Drawing.Size(96, 20);
            this.comboBoxEdit_BatchCreate_Type.TabIndex = 31;
            this.comboBoxEdit_BatchCreate_Type.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_BatchCreate_Type_SelectedIndexChanged);
            // 
            // textEdit_BatchCreate_Number
            // 
            this.textEdit_BatchCreate_Number.EditValue = "";
            this.textEdit_BatchCreate_Number.Location = new System.Drawing.Point(104, 120);
            this.textEdit_BatchCreate_Number.Name = "textEdit_BatchCreate_Number";
            this.textEdit_BatchCreate_Number.Size = new System.Drawing.Size(96, 20);
            this.textEdit_BatchCreate_Number.TabIndex = 30;
            this.textEdit_BatchCreate_Number.EditValueChanged += new System.EventHandler(this.textEdit_BatchCreate_Number_EditValueChanged);
            // 
            // textEdit_BatchCreate_Name
            // 
            this.textEdit_BatchCreate_Name.EditValue = "";
            this.textEdit_BatchCreate_Name.Location = new System.Drawing.Point(104, 88);
            this.textEdit_BatchCreate_Name.Name = "textEdit_BatchCreate_Name";
            this.textEdit_BatchCreate_Name.Size = new System.Drawing.Size(96, 20);
            this.textEdit_BatchCreate_Name.TabIndex = 29;
            this.textEdit_BatchCreate_Name.EditValueChanged += new System.EventHandler(this.textEdit_BatchCreate_Name_EditValueChanged);
            // 
            // comboBoxEdit_BatchCreate_Class
            // 
            this.comboBoxEdit_BatchCreate_Class.EditValue = "全部";
            this.comboBoxEdit_BatchCreate_Class.Location = new System.Drawing.Point(104, 56);
            this.comboBoxEdit_BatchCreate_Class.Name = "comboBoxEdit_BatchCreate_Class";
            this.comboBoxEdit_BatchCreate_Class.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_BatchCreate_Class.Properties.Items.AddRange(new object[] {
            "全部"});
            this.comboBoxEdit_BatchCreate_Class.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_BatchCreate_Class.Size = new System.Drawing.Size(96, 20);
            this.comboBoxEdit_BatchCreate_Class.TabIndex = 28;
            this.comboBoxEdit_BatchCreate_Class.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_BatchCreate_Class_SelectedIndexChanged);
            // 
            // comboBoxEdit_BatchCreate_Grade
            // 
            this.comboBoxEdit_BatchCreate_Grade.EditValue = "全部";
            this.comboBoxEdit_BatchCreate_Grade.Location = new System.Drawing.Point(104, 24);
            this.comboBoxEdit_BatchCreate_Grade.Name = "comboBoxEdit_BatchCreate_Grade";
            this.comboBoxEdit_BatchCreate_Grade.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_BatchCreate_Grade.Properties.Items.AddRange(new object[] {
            "全部"});
            this.comboBoxEdit_BatchCreate_Grade.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_BatchCreate_Grade.Size = new System.Drawing.Size(96, 20);
            this.comboBoxEdit_BatchCreate_Grade.TabIndex = 27;
            this.comboBoxEdit_BatchCreate_Grade.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_BatchCreate_Grade_SelectedIndexChanged);
            // 
            // notePanel_BatchCreate_Load
            // 
            this.notePanel_BatchCreate_Load.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Load.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Load.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Load.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Load.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Load.Location = new System.Drawing.Point(16, 216);
            this.notePanel_BatchCreate_Load.MaxRows = 5;
            this.notePanel_BatchCreate_Load.Name = "notePanel_BatchCreate_Load";
            this.notePanel_BatchCreate_Load.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Load.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Load.TabIndex = 26;
            this.notePanel_BatchCreate_Load.TabStop = false;
            this.notePanel_BatchCreate_Load.Text = "  载  入:";
            // 
            // notePanel_BatchCreate_Type
            // 
            this.notePanel_BatchCreate_Type.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Type.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Type.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Type.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Type.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Type.Location = new System.Drawing.Point(16, 184);
            this.notePanel_BatchCreate_Type.MaxRows = 5;
            this.notePanel_BatchCreate_Type.Name = "notePanel_BatchCreate_Type";
            this.notePanel_BatchCreate_Type.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Type.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Type.TabIndex = 25;
            this.notePanel_BatchCreate_Type.TabStop = false;
            this.notePanel_BatchCreate_Type.Text = "  类  型:";
            // 
            // notePanel_BatchCreate_Number
            // 
            this.notePanel_BatchCreate_Number.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Number.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Number.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Number.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Number.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Number.Location = new System.Drawing.Point(16, 120);
            this.notePanel_BatchCreate_Number.MaxRows = 5;
            this.notePanel_BatchCreate_Number.Name = "notePanel_BatchCreate_Number";
            this.notePanel_BatchCreate_Number.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Number.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Number.TabIndex = 24;
            this.notePanel_BatchCreate_Number.TabStop = false;
            this.notePanel_BatchCreate_Number.Text = "  学  号:";
            // 
            // notePanel_BatchCreate_Name
            // 
            this.notePanel_BatchCreate_Name.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Name.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Name.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Name.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Name.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Name.Location = new System.Drawing.Point(16, 88);
            this.notePanel_BatchCreate_Name.MaxRows = 5;
            this.notePanel_BatchCreate_Name.Name = "notePanel_BatchCreate_Name";
            this.notePanel_BatchCreate_Name.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Name.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Name.TabIndex = 23;
            this.notePanel_BatchCreate_Name.TabStop = false;
            this.notePanel_BatchCreate_Name.Text = "  姓  名:";
            // 
            // notePanel_BatchCreate_Class
            // 
            this.notePanel_BatchCreate_Class.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Class.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Class.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Class.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Class.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Class.Location = new System.Drawing.Point(16, 56);
            this.notePanel_BatchCreate_Class.MaxRows = 5;
            this.notePanel_BatchCreate_Class.Name = "notePanel_BatchCreate_Class";
            this.notePanel_BatchCreate_Class.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Class.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Class.TabIndex = 22;
            this.notePanel_BatchCreate_Class.TabStop = false;
            this.notePanel_BatchCreate_Class.Text = "  班  级:";
            // 
            // notePanel_BatchCreate_Grade
            // 
            this.notePanel_BatchCreate_Grade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_BatchCreate_Grade.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_BatchCreate_Grade.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_BatchCreate_Grade.ForeColor = System.Drawing.Color.Black;
            this.notePanel_BatchCreate_Grade.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_BatchCreate_Grade.Location = new System.Drawing.Point(16, 24);
            this.notePanel_BatchCreate_Grade.MaxRows = 5;
            this.notePanel_BatchCreate_Grade.Name = "notePanel_BatchCreate_Grade";
            this.notePanel_BatchCreate_Grade.ParentAutoHeight = true;
            this.notePanel_BatchCreate_Grade.Size = new System.Drawing.Size(80, 22);
            this.notePanel_BatchCreate_Grade.TabIndex = 21;
            this.notePanel_BatchCreate_Grade.TabStop = false;
            this.notePanel_BatchCreate_Grade.Text = "  年  级:";
            // 
            // groupControl7
            // 
            this.groupControl7.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl7.AppearanceCaption.Options.UseFont = true;
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_Machine);
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_TeaCard);
            this.groupControl7.Controls.Add(this.gridControl1_BatchCreate_TeaBasicInfo);
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_StuCard);
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_StuBasicInfo);
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_Class);
            this.groupControl7.Controls.Add(this.gridControl_BatchCreate_Grade);
            this.groupControl7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl7.Location = new System.Drawing.Point(0, 0);
            this.groupControl7.Name = "groupControl7";
            this.groupControl7.Size = new System.Drawing.Size(464, 400);
            this.groupControl7.TabIndex = 0;
            this.groupControl7.Text = "信息列表";
            // 
            // gridControl_BatchCreate_Machine
            // 
            this.gridControl_BatchCreate_Machine.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_BatchCreate_Machine.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_Machine.MainView = this.gridView7;
            this.gridControl_BatchCreate_Machine.Name = "gridControl_BatchCreate_Machine";
            this.gridControl_BatchCreate_Machine.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2});
            this.gridControl_BatchCreate_Machine.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_Machine.TabIndex = 6;
            this.gridControl_BatchCreate_Machine.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView7});
            // 
            // gridView7
            // 
            this.gridView7.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn48,
            this.gridColumn47,
            this.gridColumn35,
            this.gridColumn36,
            this.gridColumn37});
            this.gridView7.GridControl = this.gridControl_BatchCreate_Machine;
            this.gridView7.Name = "gridView7";
            this.gridView7.OptionsCustomization.AllowFilter = false;
            this.gridView7.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView7.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn48
            // 
            this.gridColumn48.Caption = "gridColumn48";
            this.gridColumn48.FieldName = "Address";
            this.gridColumn48.Name = "gridColumn48";
            this.gridColumn48.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn48.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn48.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn48.OptionsColumn.AllowMove = false;
            this.gridColumn48.OptionsColumn.AllowSize = false;
            this.gridColumn48.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn48.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // gridColumn47
            // 
            this.gridColumn47.Caption = "gridColumn47";
            this.gridColumn47.FieldName = "Type";
            this.gridColumn47.Name = "gridColumn47";
            this.gridColumn47.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn47.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn47.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn47.OptionsColumn.AllowMove = false;
            this.gridColumn47.OptionsColumn.AllowSize = false;
            this.gridColumn47.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn47.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // gridColumn35
            // 
            this.gridColumn35.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn35.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn35.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn35.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn35.Caption = "硬件地址";
            this.gridColumn35.FieldName = "machine_address";
            this.gridColumn35.Name = "gridColumn35";
            this.gridColumn35.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn35.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn35.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn35.OptionsColumn.AllowMove = false;
            this.gridColumn35.OptionsColumn.AllowSize = false;
            this.gridColumn35.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn35.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn35.Visible = true;
            this.gridColumn35.VisibleIndex = 0;
            // 
            // gridColumn36
            // 
            this.gridColumn36.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn36.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn36.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn36.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn36.Caption = "硬件类型";
            this.gridColumn36.FieldName = "machine_type";
            this.gridColumn36.Name = "gridColumn36";
            this.gridColumn36.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn36.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn36.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn36.OptionsColumn.AllowMove = false;
            this.gridColumn36.OptionsColumn.AllowSize = false;
            this.gridColumn36.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn36.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn36.Visible = true;
            this.gridColumn36.VisibleIndex = 1;
            // 
            // gridColumn37
            // 
            this.gridColumn37.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn37.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn37.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn37.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn37.Caption = "硬件容量";
            this.gridColumn37.FieldName = "machine_volumn";
            this.gridColumn37.Name = "gridColumn37";
            this.gridColumn37.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn37.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn37.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn37.OptionsColumn.AllowMove = false;
            this.gridColumn37.OptionsColumn.AllowSize = false;
            this.gridColumn37.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn37.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn37.Visible = true;
            this.gridColumn37.VisibleIndex = 2;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // gridControl_BatchCreate_TeaCard
            // 
            this.gridControl_BatchCreate_TeaCard.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_BatchCreate_TeaCard.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_TeaCard.MainView = this.gridView6;
            this.gridControl_BatchCreate_TeaCard.Name = "gridControl_BatchCreate_TeaCard";
            this.gridControl_BatchCreate_TeaCard.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_TeaCard.TabIndex = 5;
            this.gridControl_BatchCreate_TeaCard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView6});
            // 
            // gridView6
            // 
            this.gridView6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn30,
            this.gridColumn31,
            this.gridColumn32,
            this.gridColumn33,
            this.gridColumn34,
            this.gridColumn46});
            this.gridView6.GridControl = this.gridControl_BatchCreate_TeaCard;
            this.gridView6.Name = "gridView6";
            this.gridView6.OptionsBehavior.Editable = false;
            this.gridView6.OptionsCustomization.AllowFilter = false;
            this.gridView6.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView6.OptionsView.ShowGroupPanel = false;
            this.gridView6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView6_KeyDown);
            // 
            // gridColumn30
            // 
            this.gridColumn30.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn30.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn30.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn30.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn30.Caption = "工号";
            this.gridColumn30.FieldName = "T_Number";
            this.gridColumn30.Name = "gridColumn30";
            this.gridColumn30.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn30.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn30.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn30.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn30.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn30.Visible = true;
            this.gridColumn30.VisibleIndex = 0;
            this.gridColumn30.Width = 79;
            // 
            // gridColumn31
            // 
            this.gridColumn31.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn31.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn31.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn31.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn31.Caption = "姓名";
            this.gridColumn31.FieldName = "T_Name";
            this.gridColumn31.Name = "gridColumn31";
            this.gridColumn31.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn31.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn31.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn31.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn31.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn31.Visible = true;
            this.gridColumn31.VisibleIndex = 1;
            this.gridColumn31.Width = 80;
            // 
            // gridColumn32
            // 
            this.gridColumn32.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn32.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn32.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn32.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn32.Caption = "卡号";
            this.gridColumn32.FieldName = "info_teaCardNumber";
            this.gridColumn32.Name = "gridColumn32";
            this.gridColumn32.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn32.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn32.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn32.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn32.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn32.Visible = true;
            this.gridColumn32.VisibleIndex = 2;
            this.gridColumn32.Width = 120;
            // 
            // gridColumn33
            // 
            this.gridColumn33.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn33.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn33.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn33.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn33.Caption = "制卡日期";
            this.gridColumn33.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
            this.gridColumn33.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn33.FieldName = "info_teaCardSendDate";
            this.gridColumn33.Name = "gridColumn33";
            this.gridColumn33.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn33.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn33.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn33.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn33.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn33.Visible = true;
            this.gridColumn33.VisibleIndex = 3;
            this.gridColumn33.Width = 159;
            // 
            // gridColumn34
            // 
            this.gridColumn34.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn34.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn34.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn34.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn34.Caption = "gridColumn34";
            this.gridColumn34.FieldName = "info_teaBasicID";
            this.gridColumn34.Name = "gridColumn34";
            this.gridColumn34.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn34.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn34.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn34.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn34.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // gridColumn46
            // 
            this.gridColumn46.Caption = "gridColumn46";
            this.gridColumn46.FieldName = "info_teaCardSeq";
            this.gridColumn46.MinWidth = 10;
            this.gridColumn46.Name = "gridColumn46";
            // 
            // gridControl1_BatchCreate_TeaBasicInfo
            // 
            this.gridControl1_BatchCreate_TeaBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1_BatchCreate_TeaBasicInfo.Location = new System.Drawing.Point(2, 22);
            this.gridControl1_BatchCreate_TeaBasicInfo.MainView = this.gridView5;
            this.gridControl1_BatchCreate_TeaBasicInfo.Name = "gridControl1_BatchCreate_TeaBasicInfo";
            this.gridControl1_BatchCreate_TeaBasicInfo.Size = new System.Drawing.Size(460, 376);
            this.gridControl1_BatchCreate_TeaBasicInfo.TabIndex = 4;
            this.gridControl1_BatchCreate_TeaBasicInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView5});
            // 
            // gridView5
            // 
            this.gridView5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn24,
            this.gridColumn25,
            this.gridColumn26,
            this.gridColumn27,
            this.gridColumn28,
            this.gridColumn29});
            this.gridView5.GridControl = this.gridControl1_BatchCreate_TeaBasicInfo;
            this.gridView5.Name = "gridView5";
            this.gridView5.OptionsCustomization.AllowFilter = false;
            this.gridView5.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView5.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn24
            // 
            this.gridColumn24.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn24.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn24.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn24.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn24.Caption = "姓名";
            this.gridColumn24.FieldName = "T_Name";
            this.gridColumn24.Name = "gridColumn24";
            this.gridColumn24.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn24.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn24.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn24.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn24.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn24.Visible = true;
            this.gridColumn24.VisibleIndex = 0;
            // 
            // gridColumn25
            // 
            this.gridColumn25.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn25.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn25.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn25.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn25.Caption = "工号";
            this.gridColumn25.FieldName = "T_Number";
            this.gridColumn25.Name = "gridColumn25";
            this.gridColumn25.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn25.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn25.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn25.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn25.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn25.Visible = true;
            this.gridColumn25.VisibleIndex = 1;
            // 
            // gridColumn26
            // 
            this.gridColumn26.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn26.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn26.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn26.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn26.Caption = "部门";
            this.gridColumn26.FieldName = "T_Depart";
            this.gridColumn26.Name = "gridColumn26";
            this.gridColumn26.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn26.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn26.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn26.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn26.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn26.Visible = true;
            this.gridColumn26.VisibleIndex = 2;
            // 
            // gridColumn27
            // 
            this.gridColumn27.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn27.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn27.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn27.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn27.Caption = "岗位";
            this.gridColumn27.FieldName = "T_Duty";
            this.gridColumn27.Name = "gridColumn27";
            this.gridColumn27.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn27.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn27.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn27.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn27.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn27.Visible = true;
            this.gridColumn27.VisibleIndex = 3;
            // 
            // gridColumn28
            // 
            this.gridColumn28.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn28.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn28.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn28.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn28.Caption = "性别";
            this.gridColumn28.FieldName = "T_Sex";
            this.gridColumn28.Name = "gridColumn28";
            this.gridColumn28.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn28.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn28.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn28.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn28.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn28.Visible = true;
            this.gridColumn28.VisibleIndex = 4;
            // 
            // gridColumn29
            // 
            this.gridColumn29.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn29.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn29.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn29.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn29.Caption = "gridColumn29";
            this.gridColumn29.FieldName = "T_ID";
            this.gridColumn29.Name = "gridColumn29";
            this.gridColumn29.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn29.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn29.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn29.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // gridControl_BatchCreate_StuCard
            // 
            this.gridControl_BatchCreate_StuCard.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_BatchCreate_StuCard.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_StuCard.MainView = this.gridView4;
            this.gridControl_BatchCreate_StuCard.Name = "gridControl_BatchCreate_StuCard";
            this.gridControl_BatchCreate_StuCard.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_StuCard.TabIndex = 3;
            this.gridControl_BatchCreate_StuCard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView4});
            this.gridControl_BatchCreate_StuCard.Visible = false;
            // 
            // gridView4
            // 
            this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn18,
            this.gridColumn19,
            this.gridColumn20,
            this.gridColumn21,
            this.gridColumn22,
            this.gridColumn23,
            this.gridColumn45});
            this.gridView4.GridControl = this.gridControl_BatchCreate_StuCard;
            this.gridView4.Name = "gridView4";
            this.gridView4.OptionsBehavior.Editable = false;
            this.gridView4.OptionsCustomization.AllowFilter = false;
            this.gridView4.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView4.OptionsView.ShowGroupPanel = false;
            this.gridView4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView4_KeyDown);
            // 
            // gridColumn18
            // 
            this.gridColumn18.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn18.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn18.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn18.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn18.Caption = "学号";
            this.gridColumn18.FieldName = "info_stuNumber";
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn18.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn18.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn18.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn18.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 0;
            this.gridColumn18.Width = 58;
            // 
            // gridColumn19
            // 
            this.gridColumn19.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn19.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn19.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn19.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn19.Caption = "姓名";
            this.gridColumn19.FieldName = "info_stuName";
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn19.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn19.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn19.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn19.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 1;
            this.gridColumn19.Width = 71;
            // 
            // gridColumn20
            // 
            this.gridColumn20.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn20.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn20.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn20.Caption = "卡号";
            this.gridColumn20.FieldName = "info_stuCardNumber";
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn20.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn20.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn20.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn20.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 2;
            this.gridColumn20.Width = 94;
            // 
            // gridColumn21
            // 
            this.gridColumn21.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn21.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn21.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn21.Caption = "持卡人";
            this.gridColumn21.FieldName = "info_stuCardHolder";
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn21.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn21.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn21.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn21.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn21.Visible = true;
            this.gridColumn21.VisibleIndex = 3;
            this.gridColumn21.Width = 60;
            // 
            // gridColumn22
            // 
            this.gridColumn22.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn22.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn22.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn22.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn22.Caption = "制卡日期";
            this.gridColumn22.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
            this.gridColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.gridColumn22.FieldName = "info_stuCardSendDate";
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn22.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn22.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn22.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn22.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 4;
            this.gridColumn22.Width = 155;
            // 
            // gridColumn23
            // 
            this.gridColumn23.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn23.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn23.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn23.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn23.Caption = "gridColumn23";
            this.gridColumn23.FieldName = "info_stuBasicID";
            this.gridColumn23.MinWidth = 10;
            this.gridColumn23.Name = "gridColumn23";
            this.gridColumn23.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn23.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn23.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn23.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn23.OptionsColumn.ShowInCustomizationForm = false;
            // 
            // gridColumn45
            // 
            this.gridColumn45.Caption = "gridColumn45";
            this.gridColumn45.FieldName = "info_stuCardSeq";
            this.gridColumn45.Name = "gridColumn45";
            // 
            // gridControl_BatchCreate_StuBasicInfo
            // 
            this.gridControl_BatchCreate_StuBasicInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            gridLevelNode1.RelationName = "Level1";
            this.gridControl_BatchCreate_StuBasicInfo.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.gridControl_BatchCreate_StuBasicInfo.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_StuBasicInfo.MainView = this.advBandedGridView1;
            this.gridControl_BatchCreate_StuBasicInfo.Name = "gridControl_BatchCreate_StuBasicInfo";
            this.gridControl_BatchCreate_StuBasicInfo.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_StuBasicInfo.TabIndex = 2;
            this.gridControl_BatchCreate_StuBasicInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.advBandedGridView1});
            this.gridControl_BatchCreate_StuBasicInfo.Visible = false;
            // 
            // advBandedGridView1
            // 
            this.advBandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1});
            this.advBandedGridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13,
            this.gridColumn14,
            this.gridColumn15,
            this.gridColumn16,
            this.gridColumn17,
            this.gridColumn41,
            this.gridColumn42,
            this.gridColumn43,
            this.gridColumn44});
            this.advBandedGridView1.GridControl = this.gridControl_BatchCreate_StuBasicInfo;
            this.advBandedGridView1.Name = "advBandedGridView1";
            this.advBandedGridView1.OptionsCustomization.AllowFilter = false;
            this.advBandedGridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.advBandedGridView1.OptionsView.ShowGroupPanel = false;
            // 
            // gridBand1
            // 
            this.gridBand1.Caption = "幼儿基本信息";
            this.gridBand1.Columns.Add(this.gridColumn10);
            this.gridBand1.Columns.Add(this.gridColumn11);
            this.gridBand1.Columns.Add(this.gridColumn41);
            this.gridBand1.Columns.Add(this.gridColumn16);
            this.gridBand1.Columns.Add(this.gridColumn44);
            this.gridBand1.Columns.Add(this.gridColumn15);
            this.gridBand1.Columns.Add(this.gridColumn9);
            this.gridBand1.Columns.Add(this.gridColumn12);
            this.gridBand1.Columns.Add(this.gridColumn42);
            this.gridBand1.Columns.Add(this.gridColumn14);
            this.gridBand1.Columns.Add(this.gridColumn43);
            this.gridBand1.Columns.Add(this.gridColumn13);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.Width = 441;
            // 
            // gridColumn10
            // 
            this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn10.Caption = "姓名";
            this.gridColumn10.FieldName = "info_stuName";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn10.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn10.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn10.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn10.OptionsColumn.FixedWidth = true;
            this.gridColumn10.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn10.Visible = true;
            this.gridColumn10.Width = 65;
            // 
            // gridColumn11
            // 
            this.gridColumn11.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn11.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn11.Caption = "年级号";
            this.gridColumn11.FieldName = "info_stuGrade";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn11.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn11.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn11.OptionsColumn.FixedWidth = true;
            this.gridColumn11.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn11.Visible = true;
            this.gridColumn11.Width = 51;
            // 
            // gridColumn41
            // 
            this.gridColumn41.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn41.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn41.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn41.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn41.Caption = "家庭电话";
            this.gridColumn41.FieldName = "info_stuFatherLinkPhone";
            this.gridColumn41.Name = "gridColumn41";
            this.gridColumn41.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn41.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn41.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn41.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn41.OptionsColumn.FixedWidth = true;
            this.gridColumn41.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn41.Visible = true;
            this.gridColumn41.Width = 72;
            // 
            // gridColumn16
            // 
            this.gridColumn16.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn16.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn16.Caption = "入园时间";
            this.gridColumn16.FieldName = "info_stuEntryDate";
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn16.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn16.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn16.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn16.OptionsColumn.FixedWidth = true;
            this.gridColumn16.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn16.Visible = true;
            this.gridColumn16.Width = 72;
            // 
            // gridColumn44
            // 
            this.gridColumn44.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn44.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn44.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn44.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn44.Caption = "电子邮件";
            this.gridColumn44.FieldName = "info_stuEMailAddr";
            this.gridColumn44.MinWidth = 10;
            this.gridColumn44.Name = "gridColumn44";
            this.gridColumn44.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn44.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn44.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn44.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn44.OptionsColumn.FixedWidth = true;
            this.gridColumn44.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn44.Visible = true;
            this.gridColumn44.Width = 89;
            // 
            // gridColumn15
            // 
            this.gridColumn15.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn15.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn15.Caption = "托管";
            this.gridColumn15.FieldName = "info_stuEntryStatus";
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn15.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn15.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn15.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn15.OptionsColumn.FixedWidth = true;
            this.gridColumn15.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn15.Visible = true;
            this.gridColumn15.Width = 92;
            // 
            // gridColumn9
            // 
            this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn9.Caption = "学号";
            this.gridColumn9.FieldName = "info_stuNumber";
            this.gridColumn9.MinWidth = 10;
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn9.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn9.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn9.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn9.OptionsColumn.FixedWidth = true;
            this.gridColumn9.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn9.RowIndex = 1;
            this.gridColumn9.Visible = true;
            this.gridColumn9.Width = 65;
            // 
            // gridColumn12
            // 
            this.gridColumn12.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn12.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn12.Caption = "班级号";
            this.gridColumn12.FieldName = "info_stuClass";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn12.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn12.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn12.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn12.OptionsColumn.FixedWidth = true;
            this.gridColumn12.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn12.RowIndex = 1;
            this.gridColumn12.Visible = true;
            this.gridColumn12.Width = 51;
            // 
            // gridColumn42
            // 
            this.gridColumn42.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn42.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn42.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn42.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn42.Caption = "家庭住址";
            this.gridColumn42.FieldName = "info_stuFamilyAddr";
            this.gridColumn42.MinWidth = 10;
            this.gridColumn42.Name = "gridColumn42";
            this.gridColumn42.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn42.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn42.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn42.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn42.OptionsColumn.FixedWidth = true;
            this.gridColumn42.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn42.RowIndex = 1;
            this.gridColumn42.Visible = true;
            this.gridColumn42.Width = 72;
            // 
            // gridColumn14
            // 
            this.gridColumn14.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn14.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn14.Caption = "生日";
            this.gridColumn14.FieldName = "info_stuBirthDay";
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn14.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn14.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn14.OptionsColumn.FixedWidth = true;
            this.gridColumn14.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn14.RowIndex = 1;
            this.gridColumn14.Visible = true;
            this.gridColumn14.Width = 72;
            // 
            // gridColumn43
            // 
            this.gridColumn43.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn43.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn43.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn43.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn43.Caption = "邮编";
            this.gridColumn43.FieldName = "info_stuZipCode";
            this.gridColumn43.Name = "gridColumn43";
            this.gridColumn43.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn43.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn43.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn43.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn43.OptionsColumn.FixedWidth = true;
            this.gridColumn43.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn43.RowIndex = 1;
            this.gridColumn43.Visible = true;
            this.gridColumn43.Width = 89;
            // 
            // gridColumn13
            // 
            this.gridColumn13.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn13.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn13.Caption = "性别";
            this.gridColumn13.FieldName = "info_stuGender";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn13.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn13.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn13.OptionsColumn.FixedWidth = true;
            this.gridColumn13.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn13.RowIndex = 1;
            this.gridColumn13.Visible = true;
            this.gridColumn13.Width = 92;
            // 
            // gridColumn17
            // 
            this.gridColumn17.Caption = "gridColumn17";
            this.gridColumn17.FieldName = "info_stuID";
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn17.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn17.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn17.OptionsColumn.FixedWidth = true;
            this.gridColumn17.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn17.Visible = true;
            this.gridColumn17.Width = 147;
            // 
            // gridControl_BatchCreate_Class
            // 
            this.gridControl_BatchCreate_Class.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_BatchCreate_Class.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_Class.MainView = this.gridView2;
            this.gridControl_BatchCreate_Class.Name = "gridControl_BatchCreate_Class";
            this.gridControl_BatchCreate_Class.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_Class.TabIndex = 1;
            this.gridControl_BatchCreate_Class.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            this.gridControl_BatchCreate_Class.Visible = false;
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn39,
            this.gridColumn40});
            this.gridView2.GridControl = this.gridControl_BatchCreate_Class;
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsCustomization.AllowFilter = false;
            this.gridView2.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView2.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn4
            // 
            this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn4.Caption = "班级号(岗位号)";
            this.gridColumn4.FieldName = "info_classNumber";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn4.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 0;
            this.gridColumn4.Width = 93;
            // 
            // gridColumn5
            // 
            this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn5.Caption = "班级名(岗位名)";
            this.gridColumn5.FieldName = "info_className";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn5.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn5.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 1;
            this.gridColumn5.Width = 96;
            // 
            // gridColumn6
            // 
            this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn6.Caption = "年级号(部门号)";
            this.gridColumn6.FieldName = "info_gradeNumber";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn6.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn6.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn6.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 2;
            this.gridColumn6.Width = 100;
            // 
            // gridColumn7
            // 
            this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn7.Caption = "对应地址";
            this.gridColumn7.FieldName = "info_machineAddr";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn7.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn7.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            this.gridColumn7.Width = 66;
            // 
            // gridColumn8
            // 
            this.gridColumn8.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn8.Caption = "备注";
            this.gridColumn8.FieldName = "info_classRemark";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn8.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn8.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn8.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn8.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 4;
            this.gridColumn8.Width = 83;
            // 
            // gridColumn39
            // 
            this.gridColumn39.Caption = "gridColumn39";
            this.gridColumn39.FieldName = "ClassNumber";
            this.gridColumn39.Name = "gridColumn39";
            // 
            // gridColumn40
            // 
            this.gridColumn40.Caption = "gridColumn40";
            this.gridColumn40.FieldName = "GradeNumber";
            this.gridColumn40.Name = "gridColumn40";
            // 
            // gridControl_BatchCreate_Grade
            // 
            this.gridControl_BatchCreate_Grade.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_BatchCreate_Grade.Location = new System.Drawing.Point(2, 22);
            this.gridControl_BatchCreate_Grade.MainView = this.gridView1;
            this.gridControl_BatchCreate_Grade.Name = "gridControl_BatchCreate_Grade";
            this.gridControl_BatchCreate_Grade.Size = new System.Drawing.Size(460, 376);
            this.gridControl_BatchCreate_Grade.TabIndex = 0;
            this.gridControl_BatchCreate_Grade.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            this.gridControl_BatchCreate_Grade.Visible = false;
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn38});
            this.gridView1.GridControl = this.gridControl_BatchCreate_Grade;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // 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 = "info_gradeNumber";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn1.OptionsColumn.AllowMove = false;
            this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn1.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 146;
            // 
            // gridColumn2
            // 
            this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn2.Caption = "年级名(部门名)";
            this.gridColumn2.FieldName = "info_gradeName";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn2.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn2.OptionsColumn.AllowMove = false;
            this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn2.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 168;
            // 
            // gridColumn3
            // 
            this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn3.Caption = "年级备注(部门备注)";
            this.gridColumn3.FieldName = "info_gradeRemark";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn3.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn3.OptionsColumn.AllowMove = false;
            this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn3.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width = 340;
            // 
            // gridColumn38
            // 
            this.gridColumn38.Caption = "gridColumn38";
            this.gridColumn38.FieldName = "GradeNumber";
            this.gridColumn38.Name = "gridColumn38";
            // 
            // xtraTabPage_UpdateGrade
            // 
            this.xtraTabPage_UpdateGrade.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage_UpdateGrade.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage_UpdateGrade.Controls.Add(this.splitContainerControl2);
            this.xtraTabPage_UpdateGrade.Controls.Add(this.splitterControl1);
            this.xtraTabPage_UpdateGrade.Name = "xtraTabPage_UpdateGrade";
            this.xtraTabPage_UpdateGrade.PageVisible = false;
            this.xtraTabPage_UpdateGrade.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_UpdateGrade.Text = "年班升级";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Location = new System.Drawing.Point(5, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.groupControl9);
            this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.groupControl10);
            this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
            this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(677, 400);
            this.splitContainerControl2.SplitterPosition = 220;
            this.splitContainerControl2.TabIndex = 1;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // groupControl9
            // 
            this.groupControl9.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl9.AppearanceCaption.Options.UseFont = true;
            this.groupControl9.Controls.Add(this.comboBoxEdit_ClassNumber);
            this.groupControl9.Controls.Add(this.notePanel_ClassNumber);
            this.groupControl9.Controls.Add(this.comboBoxEdit_GradeNumber);
            this.groupControl9.Controls.Add(this.notePanel_GradeNumber);
            this.groupControl9.Controls.Add(this.notePanel12);
            this.groupControl9.Controls.Add(this.textEdit_DestClass);
            this.groupControl9.Controls.Add(this.notePanel_DestClass);
            this.groupControl9.Controls.Add(this.comboBoxEdit_SrcClass);
            this.groupControl9.Controls.Add(this.notePanel_SrcClass);
            this.groupControl9.Controls.Add(this.textEdit_DestGrade);
            this.groupControl9.Controls.Add(this.notePanel_DestGrade);
            this.groupControl9.Controls.Add(this.comboBoxEdit_SrcGrade);
            this.groupControl9.Controls.Add(this.notePanel_SrcGrade);
            this.groupControl9.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupControl9.Location = new System.Drawing.Point(0, 0);
            this.groupControl9.Name = "groupControl9";
            this.groupControl9.Size = new System.Drawing.Size(220, 256);
            this.groupControl9.TabIndex = 0;
            this.groupControl9.Text = "年班变更";
            // 
            // comboBoxEdit_ClassNumber
            // 
            this.comboBoxEdit_ClassNumber.EditValue = "";
            this.comboBoxEdit_ClassNumber.Location = new System.Drawing.Point(112, 152);
            this.comboBoxEdit_ClassNumber.Name = "comboBoxEdit_ClassNumber";
            this.comboBoxEdit_ClassNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_ClassNumber.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_ClassNumber.Size = new System.Drawing.Size(88, 20);
            this.comboBoxEdit_ClassNumber.TabIndex = 39;
            this.comboBoxEdit_ClassNumber.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_ClassNumber_SelectedIndexChanged);
            // 
            // notePanel_ClassNumber
            // 
            this.notePanel_ClassNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_ClassNumber.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_ClassNumber.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_ClassNumber.ForeColor = System.Drawing.Color.Black;
            this.notePanel_ClassNumber.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_ClassNumber.Location = new System.Drawing.Point(16, 152);
            this.notePanel_ClassNumber.MaxRows = 5;
            this.notePanel_ClassNumber.Name = "notePanel_ClassNumber";
            this.notePanel_ClassNumber.ParentAutoHeight = true;
            this.notePanel_ClassNumber.Size = new System.Drawing.Size(80, 22);
            this.notePanel_ClassNumber.TabIndex = 38;
            this.notePanel_ClassNumber.TabStop = false;
            this.notePanel_ClassNumber.Text = " 班级号:";
            // 
            // comboBoxEdit_GradeNumber
            // 
            this.comboBoxEdit_GradeNumber.EditValue = "";
            this.comboBoxEdit_GradeNumber.Location = new System.Drawing.Point(112, 56);
            this.comboBoxEdit_GradeNumber.Name = "comboBoxEdit_GradeNumber";
            this.comboBoxEdit_GradeNumber.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_GradeNumber.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_GradeNumber.Size = new System.Drawing.Size(88, 20);
            this.comboBoxEdit_GradeNumber.TabIndex = 37;
            this.comboBoxEdit_GradeNumber.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit_GradeNumber_SelectedIndexChanged);
            // 
            // notePanel_GradeNumber
            // 
            this.notePanel_GradeNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_GradeNumber.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_GradeNumber.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_GradeNumber.ForeColor = System.Drawing.Color.Black;
            this.notePanel_GradeNumber.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_GradeNumber.Location = new System.Drawing.Point(16, 56);
            this.notePanel_GradeNumber.MaxRows = 5;
            this.notePanel_GradeNumber.Name = "notePanel_GradeNumber";
            this.notePanel_GradeNumber.ParentAutoHeight = true;
            this.notePanel_GradeNumber.Size = new System.Drawing.Size(80, 22);
            this.notePanel_GradeNumber.TabIndex = 36;
            this.notePanel_GradeNumber.TabStop = false;
            this.notePanel_GradeNumber.Text = " 年级号:";
            // 
            // notePanel12
            // 
            this.notePanel12.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.notePanel12.Dock = System.Windows.Forms.DockStyle.Top;
            this.notePanel12.ForeColor = System.Drawing.Color.OrangeRed;
            this.notePanel12.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel12.Location = new System.Drawing.Point(2, 22);
            this.notePanel12.MaxRows = 5;
            this.notePanel12.Name = "notePanel12";
            this.notePanel12.ParentAutoHeight = true;
            this.notePanel12.Size = new System.Drawing.Size(216, 23);
            this.notePanel12.TabIndex = 35;
            this.notePanel12.TabStop = false;
            this.notePanel12.Text = "整体调整";
            // 
            // textEdit_DestClass
            // 
            this.textEdit_DestClass.EditValue = "";
            this.textEdit_DestClass.Location = new System.Drawing.Point(112, 216);
            this.textEdit_DestClass.Name = "textEdit_DestClass";
            this.textEdit_DestClass.Size = new System.Drawing.Size(88, 20);
            this.textEdit_DestClass.TabIndex = 34;
            this.textEdit_DestClass.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textEdit_DestClass_KeyDown);
            // 
            // notePanel_DestClass
            // 
            this.notePanel_DestClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_DestClass.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_DestClass.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_DestClass.ForeColor = System.Drawing.Color.Black;
            this.notePanel_DestClass.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_DestClass.Location = new System.Drawing.Point(16, 216);
            this.notePanel_DestClass.MaxRows = 5;
            this.notePanel_DestClass.Name = "notePanel_DestClass";
            this.notePanel_DestClass.ParentAutoHeight = true;
            this.notePanel_DestClass.Size = new System.Drawing.Size(80, 22);
            this.notePanel_DestClass.TabIndex = 33;
            this.notePanel_DestClass.TabStop = false;
            this.notePanel_DestClass.Text = "现班级名:";
            // 
            // comboBoxEdit_SrcClass
            // 
            this.comboBoxEdit_SrcClass.EditValue = "";
            this.comboBoxEdit_SrcClass.Location = new System.Drawing.Point(112, 184);
            this.comboBoxEdit_SrcClass.Name = "comboBoxEdit_SrcClass";
            this.comboBoxEdit_SrcClass.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_SrcClass.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_SrcClass.Size = new System.Drawing.Size(88, 20);
            this.comboBoxEdit_SrcClass.TabIndex = 32;
            // 
            // notePanel_SrcClass
            // 
            this.notePanel_SrcClass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_SrcClass.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_SrcClass.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_SrcClass.ForeColor = System.Drawing.Color.Black;
            this.notePanel_SrcClass.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_SrcClass.Location = new System.Drawing.Point(16, 184);
            this.notePanel_SrcClass.MaxRows = 5;
            this.notePanel_SrcClass.Name = "notePanel_SrcClass";
            this.notePanel_SrcClass.ParentAutoHeight = true;
            this.notePanel_SrcClass.Size = new System.Drawing.Size(80, 22);
            this.notePanel_SrcClass.TabIndex = 31;
            this.notePanel_SrcClass.TabStop = false;
            this.notePanel_SrcClass.Text = "原班级名:";
            // 
            // textEdit_DestGrade
            // 
            this.textEdit_DestGrade.EditValue = "";
            this.textEdit_DestGrade.Location = new System.Drawing.Point(112, 120);
            this.textEdit_DestGrade.Name = "textEdit_DestGrade";
            this.textEdit_DestGrade.Size = new System.Drawing.Size(88, 20);
            this.textEdit_DestGrade.TabIndex = 30;
            this.textEdit_DestGrade.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textEdit_DestGrade_KeyDown);
            // 
            // notePanel_DestGrade
            // 
            this.notePanel_DestGrade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_DestGrade.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_DestGrade.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_DestGrade.ForeColor = System.Drawing.Color.Black;
            this.notePanel_DestGrade.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_DestGrade.Location = new System.Drawing.Point(16, 120);
            this.notePanel_DestGrade.MaxRows = 5;
            this.notePanel_DestGrade.Name = "notePanel_DestGrade";
            this.notePanel_DestGrade.ParentAutoHeight = true;
            this.notePanel_DestGrade.Size = new System.Drawing.Size(80, 22);
            this.notePanel_DestGrade.TabIndex = 29;
            this.notePanel_DestGrade.TabStop = false;
            this.notePanel_DestGrade.Text = "现年级名:";
            // 
            // comboBoxEdit_SrcGrade
            // 
            this.comboBoxEdit_SrcGrade.EditValue = "";
            this.comboBoxEdit_SrcGrade.Location = new System.Drawing.Point(112, 88);
            this.comboBoxEdit_SrcGrade.Name = "comboBoxEdit_SrcGrade";
            this.comboBoxEdit_SrcGrade.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_SrcGrade.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_SrcGrade.Size = new System.Drawing.Size(88, 20);
            this.comboBoxEdit_SrcGrade.TabIndex = 28;
            // 
            // notePanel_SrcGrade
            // 
            this.notePanel_SrcGrade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.notePanel_SrcGrade.BackColor2 = System.Drawing.Color.DarkGray;
            this.notePanel_SrcGrade.Font = new System.Drawing.Font("Tahoma", 8F);
            this.notePanel_SrcGrade.ForeColor = System.Drawing.Color.Black;
            this.notePanel_SrcGrade.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel_SrcGrade.Location = new System.Drawing.Point(16, 88);
            this.notePanel_SrcGrade.MaxRows = 5;
            this.notePanel_SrcGrade.Name = "notePanel_SrcGrade";
            this.notePanel_SrcGrade.ParentAutoHeight = true;
            this.notePanel_SrcGrade.Size = new System.Drawing.Size(80, 22);
            this.notePanel_SrcGrade.TabIndex = 22;
            this.notePanel_SrcGrade.TabStop = false;
            this.notePanel_SrcGrade.Text = "原年级名:";
            // 
            // groupControl10
            // 
            this.groupControl10.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl10.AppearanceCaption.Options.UseFont = true;
            this.groupControl10.Controls.Add(this.gridControl_StudentAdjust);
            this.groupControl10.Controls.Add(this.notePanel13);
            this.groupControl10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl10.Location = new System.Drawing.Point(0, 40);
            this.groupControl10.Name = "groupControl10";
            this.groupControl10.Size = new System.Drawing.Size(452, 360);
            this.groupControl10.TabIndex = 1;
            this.groupControl10.Text = "不匹配学生信息列表";
            // 
            // gridControl_StudentAdjust
            // 
            this.gridControl_StudentAdjust.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_StudentAdjust.Location = new System.Drawing.Point(2, 45);
            this.gridControl_StudentAdjust.MainView = this.gridView3;
            this.gridControl_StudentAdjust.Name = "gridControl_StudentAdjust";
            this.gridControl_StudentAdjust.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridControl_StudentAdjust.Size = new System.Drawing.Size(448, 313);
            this.gridControl_StudentAdjust.TabIndex = 37;
            this.gridControl_StudentAdjust.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            this.gridControl_StudentAdjust.DoubleClick += new System.EventHandler(this.gridControl_StudentAdjust_DoubleClick);
            // 
            // gridView3
            // 
            this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn49,
            this.gridColumn51,
            this.gridColumn54,
            this.gridColumn55,
            this.gridColumn56});
            this.gridView3.GridControl = this.gridControl_StudentAdjust;
            this.gridView3.Name = "gridView3";
            this.gridView3.OptionsCustomization.AllowFilter = false;
            this.gridView3.OptionsView.ShowAutoFilterRow = true;
            this.gridView3.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView3.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn49
            // 
            this.gridColumn49.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn49.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn49.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn49.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn49.Caption = "是否新生";
            this.gridColumn49.ColumnEdit = this.repositoryItemCheckEdit1;
            this.gridColumn49.FieldName = "info_checkType";
            this.gridColumn49.Name = "gridColumn49";
            this.gridColumn49.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn49.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn49.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn49.OptionsColumn.AllowMove = false;
            this.gridColumn49.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn49.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn49.Visible = true;
            this.gridColumn49.VisibleIndex = 0;
            this.gridColumn49.Width = 71;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            // 
            // gridColumn51
            // 
            this.gridColumn51.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn51.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn51.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn51.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn51.Caption = "姓名";
            this.gridColumn51.FieldName = "info_stuName";
            this.gridColumn51.Name = "gridColumn51";
            this.gridColumn51.OptionsColumn.AllowEdit = false;
            this.gridColumn51.OptionsColumn.AllowFocus = false;
            this.gridColumn51.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn51.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn51.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn51.OptionsColumn.AllowMove = false;
            this.gridColumn51.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn51.OptionsColumn.ReadOnly = true;
            this.gridColumn51.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn51.Visible = true;
            this.gridColumn51.VisibleIndex = 1;
            this.gridColumn51.Width = 48;
            // 
            // gridColumn54
            // 
            this.gridColumn54.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn54.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn54.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn54.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn54.Caption = "年级号";
            this.gridColumn54.FieldName = "info_stuGrade";
            this.gridColumn54.Name = "gridColumn54";
            this.gridColumn54.OptionsColumn.AllowEdit = false;
            this.gridColumn54.OptionsColumn.AllowFocus = false;
            this.gridColumn54.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn54.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn54.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn54.OptionsColumn.AllowMove = false;
            this.gridColumn54.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn54.OptionsColumn.ReadOnly = true;
            this.gridColumn54.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn54.Visible = true;
            this.gridColumn54.VisibleIndex = 2;
            this.gridColumn54.Width = 45;
            // 
            // gridColumn55
            // 
            this.gridColumn55.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn55.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn55.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn55.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn55.Caption = "班级号";
            this.gridColumn55.FieldName = "info_stuClass";
            this.gridColumn55.Name = "gridColumn55";
            this.gridColumn55.OptionsColumn.AllowEdit = false;
            this.gridColumn55.OptionsColumn.AllowFocus = false;
            this.gridColumn55.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn55.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn55.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn55.OptionsColumn.AllowMove = false;
            this.gridColumn55.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn55.OptionsColumn.ReadOnly = true;
            this.gridColumn55.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn55.Visible = true;
            this.gridColumn55.VisibleIndex = 3;
            this.gridColumn55.Width = 48;
            // 
            // gridColumn56
            // 
            this.gridColumn56.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn56.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn56.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn56.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn56.Caption = "入园类型";
            this.gridColumn56.FieldName = "info_type";
            this.gridColumn56.Name = "gridColumn56";
            this.gridColumn56.OptionsColumn.AllowEdit = false;
            this.gridColumn56.OptionsColumn.AllowFocus = false;
            this.gridColumn56.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn56.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn56.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn56.OptionsColumn.AllowMove = false;
            this.gridColumn56.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn56.OptionsColumn.ReadOnly = true;
            this.gridColumn56.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn56.Visible = true;
            this.gridColumn56.VisibleIndex = 4;
            this.gridColumn56.Width = 61;
            // 
            // notePanel13
            // 
            this.notePanel13.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.notePanel13.Dock = System.Windows.Forms.DockStyle.Top;
            this.notePanel13.ForeColor = System.Drawing.Color.OrangeRed;
            this.notePanel13.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.notePanel13.Location = new System.Drawing.Point(2, 22);
            this.notePanel13.MaxRows = 5;
            this.notePanel13.Name = "notePanel13";
            this.notePanel13.ParentAutoHeight = true;
            this.notePanel13.Size = new System.Drawing.Size(448, 23);
            this.notePanel13.TabIndex = 36;
            this.notePanel13.TabStop = false;
            this.notePanel13.Text = "学生个别调整";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.simpleButton_Submit);
            this.panelControl1.Controls.Add(this.simpleButton_LoadTable);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(452, 40);
            this.panelControl1.TabIndex = 0;
            // 
            // simpleButton_Submit
            // 
            this.simpleButton_Submit.Location = new System.Drawing.Point(120, 8);
            this.simpleButton_Submit.Name = "simpleButton_Submit";
            this.simpleButton_Submit.Size = new System.Drawing.Size(96, 23);
            this.simpleButton_Submit.TabIndex = 3;
            this.simpleButton_Submit.Text = "提交调整操作";
            this.simpleButton_Submit.Click += new System.EventHandler(this.simpleButton_Submit_Click);
            // 
            // simpleButton_LoadTable
            // 
            this.simpleButton_LoadTable.Location = new System.Drawing.Point(8, 8);
            this.simpleButton_LoadTable.Name = "simpleButton_LoadTable";
            this.simpleButton_LoadTable.Size = new System.Drawing.Size(104, 23);
            this.simpleButton_LoadTable.TabIndex = 2;
            this.simpleButton_LoadTable.Text = "载入学生调整表";
            this.simpleButton_LoadTable.Click += new System.EventHandler(this.simpleButton_LoadTable_Click);
            // 
            // splitterControl1
            // 
            this.splitterControl1.Location = new System.Drawing.Point(0, 0);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(5, 400);
            this.splitterControl1.TabIndex = 0;
            this.splitterControl1.TabStop = false;
            // 
            // xtraTabPage_TerminalServ
            // 
            this.xtraTabPage_TerminalServ.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage_TerminalServ.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage_TerminalServ.Controls.Add(this.gridControl_SessionUser);
            this.xtraTabPage_TerminalServ.Name = "xtraTabPage_TerminalServ";
            this.xtraTabPage_TerminalServ.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage_TerminalServ.Text = "终端服务管理";
            // 
            // gridControl_SessionUser
            // 
            this.gridControl_SessionUser.Location = new System.Drawing.Point(136, 80);
            this.gridControl_SessionUser.MainView = this.gridView9;
            this.gridControl_SessionUser.Name = "gridControl_SessionUser";
            this.gridControl_SessionUser.Size = new System.Drawing.Size(448, 232);
            this.gridControl_SessionUser.TabIndex = 0;
            this.gridControl_SessionUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView9,
            this.gridView8});
            // 
            // gridView9
            // 
            this.gridView9.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn50,
            this.gridColumn52,
            this.gridColumn53,
            this.gridColumn57});
            this.gridView9.GridControl = this.gridControl_SessionUser;
            this.gridView9.Name = "gridView9";
            this.gridView9.OptionsCustomization.AllowFilter = false;
            this.gridView9.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView9.OptionsView.ShowGroupPanel = false;
            // 
            // gridColumn50
            // 
            this.gridColumn50.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn50.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn50.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn50.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn50.Caption = "登陆用户";
            this.gridColumn50.FieldName = "session_LoginUser";
            this.gridColumn50.Name = "gridColumn50";
            this.gridColumn50.OptionsColumn.AllowEdit = false;
            this.gridColumn50.OptionsColumn.AllowFocus = false;
            this.gridColumn50.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn50.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn50.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn50.OptionsColumn.AllowMove = false;
            this.gridColumn50.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn50.OptionsColumn.FixedWidth = true;
            this.gridColumn50.OptionsColumn.ReadOnly = true;
            this.gridColumn50.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn50.Visible = true;
            this.gridColumn50.VisibleIndex = 0;
            // 
            // gridColumn52
            // 
            this.gridColumn52.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn52.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn52.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn52.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn52.Caption = "登陆IP";
            this.gridColumn52.FieldName = "session_LoginIP";
            this.gridColumn52.Name = "gridColumn52";
            this.gridColumn52.OptionsColumn.AllowEdit = false;
            this.gridColumn52.OptionsColumn.AllowFocus = false;
            this.gridColumn52.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn52.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn52.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn52.OptionsColumn.AllowMove = false;
            this.gridColumn52.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn52.OptionsColumn.FixedWidth = true;
            this.gridColumn52.OptionsColumn.ReadOnly = true;
            this.gridColumn52.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn52.Visible = true;
            this.gridColumn52.VisibleIndex = 1;
            // 
            // gridColumn53
            // 
            this.gridColumn53.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn53.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn53.AppearanceHeader.Options.UseTextOptions = true;
            this.gridColumn53.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn53.Caption = "登陆时间";
            this.gridColumn53.FieldName = "session_LoginDate";
            this.gridColumn53.Name = "gridColumn53";
            this.gridColumn53.OptionsColumn.AllowEdit = false;
            this.gridColumn53.OptionsColumn.AllowFocus = false;
            this.gridColumn53.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn53.OptionsColumn.AllowIncrementalSearch = false;
            this.gridColumn53.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
            this.gridColumn53.OptionsColumn.AllowMove = false;
            this.gridColumn53.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
            this.gridColumn53.OptionsColumn.FixedWidth = true;
            this.gridColumn53.OptionsColumn.ReadOnly = true;
            this.gridColumn53.OptionsColumn.ShowInCustomizationForm = false;
            this.gridColumn53.Visible = true;
            this.gridColumn53.VisibleIndex = 2;
            // 
            // gridColumn57
            // 
            this.gridColumn57.Caption = "MAC地址";
            this.gridColumn57.FieldName = "session_LoginMac";
            this.gridColumn57.Name = "gridColumn57";
            // 
            // gridView8
            // 
            this.gridView8.GridControl = this.gridControl_SessionUser;
            this.gridView8.Name = "gridView8";
            // 
            // xtraTabPage4
            // 
            this.xtraTabPage4.Appearance.PageClient.BackColor = System.Drawing.Color.WhiteSmoke;
            this.xtraTabPage4.Appearance.PageClient.Options.UseBackColor = true;
            this.xtraTabPage4.Controls.Add(this.groupControl11);
            this.xtraTabPage4.Name = "xtraTabPage4";
            this.xtraTabPage4.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage4.Text = "数据备份";
            // 
            // groupControl11
            // 
            this.groupControl11.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl11.Appearance.Options.UseFont = true;
            this.groupControl11.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupControl11.AppearanceCaption.Options.UseFont = true;
            this.groupControl11.Controls.Add(this.groupControl12);
            this.groupControl11.Controls.Add(this.tbxBackUpRoot);
            this.groupControl11.Controls.Add(this.smbRoot);
            this.groupControl11.Location = new System.Drawing.Point(120, 48);
            this.groupControl11.Name = "groupControl11";
            this.groupControl11.Size = new System.Drawing.Size(448, 280);
            this.groupControl11.TabIndex = 0;
            this.groupControl11.Text = "数据备份";
            // 
            // groupControl12
            // 
            this.groupControl12.Controls.Add(this.rbtDefault);
            this.groupControl12.Controls.Add(this.rbtIdle);
            this.groupControl12.Controls.Add(this.rbtStart);
            this.groupControl12.Controls.Add(this.smbBackUp);
            this.groupControl12.Location = new System.Drawing.Point(32, 64);
            this.groupControl12.Name = "groupControl12";
            this.groupControl12.Size = new System.Drawing.Size(384, 192);
            this.groupControl12.TabIndex = 4;
            this.groupControl12.Text = "备份方案";
            // 
            // rbtDefault
            // 
            this.rbtDefault.Checked = true;
            this.rbtDefault.Location = new System.Drawing.Point(80, 96);
            this.rbtDefault.Name = "rbtDefault";
            this.rbtDefault.Size = new System.Drawing.Size(136, 24);
            this.rbtDefault.TabIndex = 6;
            this.rbtDefault.TabStop = true;
            this.rbtDefault.Text = "系统默认的备份";
            // 
            // rbtIdle
            // 
            this.rbtIdle.Location = new System.Drawing.Point(80, 64);
            this.rbtIdle.Name = "rbtIdle";
            this.rbtIdle.Size = new System.Drawing.Size(200, 24);
            this.rbtIdle.TabIndex = 5;
            this.rbtIdle.Text = "每当CPU闲置时进行备份";
            // 
            // rbtStart
            // 
            this.rbtStart.Location = new System.Drawing.Point(80, 32);
            this.rbtStart.Name = "rbtStart";
            this.rbtStart.Size = new System.Drawing.Size(200, 24);
            this.rbtStart.TabIndex = 4;
            this.rbtStart.Text = "每当重新启动系统时进行备份";
            // 
            // smbBackUp
            // 
            this.smbBackUp.Location = new System.Drawing.Point(136, 136);
            this.smbBackUp.Name = "smbBackUp";
            this.smbBackUp.Size = new System.Drawing.Size(85, 23);
            this.smbBackUp.TabIndex = 3;
            this.smbBackUp.Text = "执行备份";
            this.smbBackUp.Click += new System.EventHandler(this.smbBackUp_Click);
            // 
            // tbxBackUpRoot
            // 
            this.tbxBackUpRoot.Location = new System.Drawing.Point(128, 40);
            this.tbxBackUpRoot.Name = "tbxBackUpRoot";
            this.tbxBackUpRoot.ReadOnly = true;
            this.tbxBackUpRoot.Size = new System.Drawing.Size(288, 22);
            this.tbxBackUpRoot.TabIndex = 3;
            // 
            // smbRoot
            // 
            this.smbRoot.Location = new System.Drawing.Point(32, 40);
            this.smbRoot.Name = "smbRoot";
            this.smbRoot.Size = new System.Drawing.Size(85, 23);
            this.smbRoot.TabIndex = 2;
            this.smbRoot.Text = "备份路径";
            this.smbRoot.Click += new System.EventHandler(this.smbRoot_Click);
            // 
            // xtraTabPage5
            // 
            this.xtraTabPage5.Controls.Add(this.groupBox1);
            this.xtraTabPage5.Name = "xtraTabPage5";
            this.xtraTabPage5.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage5.Text = "数据上传";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.tbxUploadUrl);
            this.groupBox1.Location = new System.Drawing.Point(128, 72);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 216);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "数据上传";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(24, 160);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "确定";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 48);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(40, 23);
            this.label1.TabIndex = 1;
            this.label1.Text = "地址:";
            // 
            // tbxUploadUrl
            // 
            this.tbxUploadUrl.Location = new System.Drawing.Point(60, 46);
            this.tbxUploadUrl.Name = "tbxUploadUrl";
            this.tbxUploadUrl.Size = new System.Drawing.Size(320, 22);
            this.tbxUploadUrl.TabIndex = 0;
            // 
            // xtraTabPage6
            // 
            this.xtraTabPage6.Controls.Add(this.groupControl13);
            this.xtraTabPage6.Name = "xtraTabPage6";
            this.xtraTabPage6.Size = new System.Drawing.Size(682, 400);
            this.xtraTabPage6.Text = "监控配置";
            // 
            // groupControl13
            // 
            this.groupControl13.Controls.Add(this.gridControl1);
            this.groupControl13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl13.Location = new System.Drawing.Point(0, 0);
            this.groupControl13.Name = "groupControl13";
            this.groupControl13.Size = new System.Drawing.Size(682, 400);
            this.groupControl13.TabIndex = 0;
            this.groupControl13.Text = "摄像机列表(按回车键新增)";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(2, 22);
            this.gridControl1.MainView = this.gridView10;
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox1,
            this.repositoryItemComboBox2,
            this.repositoryItemComboBox3,
            this.repositoryItemButtonEdit1,
            this.repositoryItemButtonEdit2,
            this.repositoryItemComboBox4,
            this.repositoryItemButtonEdit3});
            this.gridControl1.Size = new System.Drawing.Size(678, 376);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView10});
            // 
            // gridView10
            // 
            this.gridView10.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn58,
            this.gridColumn59,
            this.gridColumn60,
            this.gridColumn61,
            this.gridColumn62,
            this.gridColumn63,
            this.gridColumn64});
            this.gridView10.GridControl = this.gridControl1;
            this.gridView10.Name = "gridView10";
            this.gridView10.OptionsView.ShowGroupPanel = false;
            this.gridView10.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView10_KeyDown);
            // 
            // gridColumn58
            // 
            this.gridColumn58.Caption = "门口机";
            this.gridColumn58.ColumnEdit = this.repositoryItemComboBox4;
            this.gridColumn58.FieldName = "machineName";
            this.gridColumn58.Name = "gridColumn58";
            this.gridColumn58.Visible = true;
            this.gridColumn58.VisibleIndex = 0;
            // 
            // repositoryItemComboBox4
            // 
            this.repositoryItemComboBox4.AutoHeight = false;
            this.repositoryItemComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox4.Name = "repositoryItemComboBox4";
            // 
            // gridColumn59
            // 
            this.gridColumn59.Caption = "摄像机";
            this.gridColumn59.ColumnEdit = this.repositoryItemComboBox1;
            this.gridColumn59.FieldName = "cameraName";
            this.gridColumn59.Name = "gridColumn59";
            this.gridColumn59.Visible = true;
            this.gridColumn59.VisibleIndex = 1;
            // 
            // repositoryItemComboBox1
            // 
            this.repositoryItemComboBox1.AutoHeight = false;
            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox1.Items.AddRange(new object[] {
            "线路1",
            "线路2",
            "线路3",
            "线路4"});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            // 
            // gridColumn60
            // 
            this.gridColumn60.Caption = "摄像机地址";
            this.gridColumn60.FieldName = "cameraAddr";
            this.gridColumn60.Name = "gridColumn60";
            this.gridColumn60.Visible = true;
            this.gridColumn60.VisibleIndex = 2;
            // 
            // gridColumn61
            // 
            this.gridColumn61.Caption = "视频码流";
            this.gridColumn61.ColumnEdit = this.repositoryItemComboBox2;
            this.gridColumn61.FieldName = "cameraStream";
            this.gridColumn61.Name = "gridColumn61";
            this.gridColumn61.Visible = true;
            this.gridColumn61.VisibleIndex = 3;
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Items.AddRange(new object[] {
            "RTSP"});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            // 
            // gridColumn62
            // 
            this.gridColumn62.Caption = "视频编码";
            this.gridColumn62.ColumnEdit = this.repositoryItemComboBox3;
            this.gridColumn62.FieldName = "cameraEncoding";
            this.gridColumn62.Name = "gridColumn62";
            this.gridColumn62.Visible = true;
            this.gridColumn62.VisibleIndex = 4;
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Items.AddRange(new object[] {
            "H.264"});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            // 
            // gridColumn63
            // 
            this.gridColumn63.Caption = "操作1";
            this.gridColumn63.ColumnEdit = this.repositoryItemButtonEdit1;
            this.gridColumn63.FieldName = "op1";
            this.gridColumn63.Name = "gridColumn63";
            this.gridColumn63.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gridColumn63.Visible = true;
            this.gridColumn63.VisibleIndex = 5;
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "保存", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.repositoryItemButtonEdit1.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
            // 
            // gridColumn64
            // 
            this.gridColumn64.Caption = "操作2";
            this.gridColumn64.ColumnEdit = this.repositoryItemButtonEdit2;
            this.gridColumn64.FieldName = "op2";
            this.gridColumn64.Name = "gridColumn64";
            this.gridColumn64.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.gridColumn64.Visible = true;
            this.gridColumn64.VisibleIndex = 6;
            // 
            // repositoryItemButtonEdit2
            // 
            this.repositoryItemButtonEdit2.AutoHeight = false;
            this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "删除", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
            this.repositoryItemButtonEdit2.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
            this.repositoryItemButtonEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_ButtonClick);
            // 
            // barManager1
            // 
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem_Refresh,
            this.barButtonItem_Modify,
            this.barButtonItem_Delete,
            this.barButtonItem1,
            this.barButtonItem_Add,
            this.barButtonItem_Save,
            this.barButtonItem_DeleteSession});
            this.barManager1.MaxItemId = 7;
            // 
            // 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(688, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 429);
            this.barDockControlBottom.Size = new System.Drawing.Size(688, 0);
            // 
            // 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, 429);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(688, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 429);
            // 
            // barButtonItem_Refresh
            // 
            this.barButtonItem_Refresh.Caption = "刷新记录";
            this.barButtonItem_Refresh.Id = 0;
            this.barButtonItem_Refresh.Name = "barButtonItem_Refresh";
            this.barButtonItem_Refresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Refresh_ItemClick);
            // 
            // barButtonItem_Modify
            // 
            this.barButtonItem_Modify.Caption = "修改记录";
            this.barButtonItem_Modify.Id = 1;
            this.barButtonItem_Modify.Name = "barButtonItem_Modify";
            this.barButtonItem_Modify.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Modify_ItemClick);
            // 
            // barButtonItem_Delete
            // 
            this.barButtonItem_Delete.Caption = "删除记录";
            this.barButtonItem_Delete.Id = 2;
            this.barButtonItem_Delete.Name = "barButtonItem_Delete";
            this.barButtonItem_Delete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Delete_ItemClick);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 3;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem_Add
            // 
            this.barButtonItem_Add.Caption = "添加条空记录";
            this.barButtonItem_Add.Id = 4;
            this.barButtonItem_Add.Name = "barButtonItem_Add";
            this.barButtonItem_Add.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Add_ItemClick);
            // 
            // barButtonItem_Save
            // 
            this.barButtonItem_Save.Caption = "保存这条记录";
            this.barButtonItem_Save.Id = 5;
            this.barButtonItem_Save.Name = "barButtonItem_Save";
            this.barButtonItem_Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Save_ItemClick);
            // 
            // barButtonItem_DeleteSession
            // 
            this.barButtonItem_DeleteSession.Caption = "断开";
            this.barButtonItem_DeleteSession.Id = 6;
            this.barButtonItem_DeleteSession.Name = "barButtonItem_DeleteSession";
            this.barButtonItem_DeleteSession.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_DeleteSession_ItemClick);
            // 
            // repositoryItemButtonEdit3
            // 
            this.repositoryItemButtonEdit3.AutoHeight = false;
            this.repositoryItemButtonEdit3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinRight)});
            this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
            this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.repositoryItemButtonEdit3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit3_ButtonClick);
            // 
            // popupMenu2
            // 
            this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_DeleteSession)});
            this.popupMenu2.Manager = this.barManager1;
            this.popupMenu2.Name = "popupMenu2";
            // 
            // popupMenu1
            // 
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Refresh),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Add),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Save),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Modify),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Delete)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            // 
            // OptionsForm
            // 
            this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize = new System.Drawing.Size(688, 429);
            this.Controls.Add(this.xtraTabControl_Options);
            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.MaximizeBox = false;
            this.Name = "OptionsForm";
            this.ShowInTaskbar = false;
            this.Text = "选项";
            this.Load += new System.EventHandler(this.OptionsForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl_Options)).EndInit();
            this.xtraTabControl_Options.ResumeLayout(false);
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
            this.groupControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBUser.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBPwd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DBName.Properties)).EndInit();
            this.xtraTabPage_ComPortSet.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl_ComPortSet)).EndInit();
            this.groupControl_ComPortSet.ResumeLayout(false);
            this.xtraTabPage_AutoShutDown.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_DutyStartTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
            this.xtraTabPage_AutoSendSmsTimeSet.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_SMSMorningTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.timeEdit_SMSNightTime.Properties)).EndInit();
            this.xtraTabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NewPwd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ConfirmPwd.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_OldPwd.Properties)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_UpdateAddress.Properties)).EndInit();
            this.xtraTabPage_BatchCreate.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl8)).EndInit();
            this.groupControl8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_ClassVol.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_TerminalNumbers.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_ClassNumbers.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
            this.groupControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_CardNumber.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Load.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Type.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_Number.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_BatchCreate_Name.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Class.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_BatchCreate_Grade.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl7)).EndInit();
            this.groupControl7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Machine)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_TeaCard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1_BatchCreate_TeaBasicInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_StuCard)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_StuBasicInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Class)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_BatchCreate_Grade)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.xtraTabPage_UpdateGrade.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl9)).EndInit();
            this.groupControl9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_ClassNumber.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_GradeNumber.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DestClass.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SrcClass.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_DestGrade.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_SrcGrade.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl10)).EndInit();
            this.groupControl10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_StudentAdjust)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.xtraTabPage_TerminalServ.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_SessionUser)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView8)).EndInit();
            this.xtraTabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl11)).EndInit();
            this.groupControl11.ResumeLayout(false);
            this.groupControl11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl12)).EndInit();
            this.groupControl12.ResumeLayout(false);
            this.xtraTabPage5.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.xtraTabPage6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl13)).EndInit();
            this.groupControl13.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            this.ResumeLayout(false);

		}
Beispiel #56
0
 public static void ChangeCaptionGroupControl(string parent_name, string language, GroupControl group_control)
 {
     group_control.Text = CaptionEngine.GetControlCaption(parent_name, group_control.Name, BaseConstant.CONTROL_TEXT, language);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.sptPanel1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeCtl1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.groupPanel1 = new DevExpress.XtraEditors.GroupControl();
     this.btnSaveToSvr = new DevExpress.XtraEditors.SimpleButton();
     this.groupPanel3 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.btnSaveMnuItem = new DevExpress.XtraEditors.SimpleButton();
     this.chkUsing = new DevExpress.XtraEditors.CheckEdit();
     this.txtmnuAsmName = new DevExpress.XtraEditors.TextEdit();
     this.txtmnuClassName = new DevExpress.XtraEditors.TextEdit();
     this.txtmnuName = new DevExpress.XtraEditors.TextEdit();
     this.groupPanel2 = new DevExpress.XtraEditors.GroupControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnSaveMnuGrp = new DevExpress.XtraEditors.SimpleButton();
     this.txtmnuGrp = new DevExpress.XtraEditors.TextEdit();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barBtnLogoff = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnExit = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barLabel = new DevExpress.XtraBars.BarStaticItem();
     this.barSubOpt = new DevExpress.XtraBars.BarSubItem();
     this.barSkin = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barChkSys = new DevExpress.XtraBars.BarCheckItem();
     this.barChkTaobao = new DevExpress.XtraBars.BarCheckItem();
     this.barBtnSysMnu = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barBtnSysInfo = new DevExpress.XtraBars.BarButtonItem();
     this.barMnuTaobao = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.barbtnMnuGrp = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnMnuItem = new DevExpress.XtraBars.BarButtonItem();
     this.barbtnDel = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.popMenuCtl1 = new DevExpress.XtraBars.PopupMenu();
     this.fdlg = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.sptPanel1)).BeginInit();
     this.sptPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel3)).BeginInit();
     this.groupPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkUsing.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuAsmName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuClassName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).BeginInit();
     this.groupPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuGrp.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuCtl1)).BeginInit();
     this.SuspendLayout();
     //
     // sptPanel1
     //
     this.sptPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.sptPanel1.Location = new System.Drawing.Point(0, 0);
     this.sptPanel1.Name = "sptPanel1";
     this.sptPanel1.Panel1.Controls.Add(this.treeCtl1);
     this.sptPanel1.Panel1.Text = "Panel1";
     this.sptPanel1.Panel2.Controls.Add(this.groupPanel1);
     this.sptPanel1.Panel2.Text = "Panel2";
     this.sptPanel1.Size = new System.Drawing.Size(732, 448);
     this.sptPanel1.SplitterPosition = 214;
     this.sptPanel1.TabIndex = 0;
     this.sptPanel1.Text = "sptPanel1";
     //
     // treeCtl1
     //
     this.treeCtl1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1});
     this.treeCtl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeCtl1.HorzScrollVisibility = DevExpress.XtraTreeList.ScrollVisibility.Always;
     this.treeCtl1.Location = new System.Drawing.Point(0, 0);
     this.treeCtl1.Name = "treeCtl1";
     this.treeCtl1.BeginUnboundLoad();
     this.treeCtl1.AppendNode(new object[] {
     "1"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "11"}, 0);
     this.treeCtl1.AppendNode(new object[] {
     "2"}, -1);
     this.treeCtl1.AppendNode(new object[] {
     "22"}, 2);
     this.treeCtl1.AppendNode(new object[] {
     "222"}, 3);
     this.treeCtl1.AppendNode(new object[] {
     "3"}, -1);
     this.treeCtl1.EndUnboundLoad();
     this.treeCtl1.OptionsBehavior.DragNodes = true;
     this.treeCtl1.OptionsBehavior.Editable = false;
     this.treeCtl1.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.treeCtl1.OptionsSelection.InvertSelection = true;
     this.treeCtl1.OptionsView.ShowColumns = false;
     this.treeCtl1.OptionsView.ShowFocusedFrame = false;
     this.treeCtl1.OptionsView.ShowHorzLines = false;
     this.treeCtl1.OptionsView.ShowIndicator = false;
     this.treeCtl1.OptionsView.ShowVertLines = false;
     this.treeCtl1.ShowButtonMode = DevExpress.XtraTreeList.ShowButtonModeEnum.ShowForFocusedRow;
     this.treeCtl1.Size = new System.Drawing.Size(214, 448);
     this.treeCtl1.TabIndex = 0;
     this.treeCtl1.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
     this.treeCtl1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeCtl1_FocusedNodeChanged);
     this.treeCtl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeCtl1_MouseUp);
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "treeListColumn1";
     this.treeListColumn1.FieldName = "treeListColumn1";
     this.treeListColumn1.MinWidth = 86;
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width = 91;
     //
     // groupPanel1
     //
     this.groupPanel1.Controls.Add(this.btnSaveToSvr);
     this.groupPanel1.Controls.Add(this.groupPanel3);
     this.groupPanel1.Controls.Add(this.groupPanel2);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupPanel1.Location = new System.Drawing.Point(0, 0);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(513, 448);
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text = "菜单编辑";
     //
     // btnSaveToSvr
     //
     this.btnSaveToSvr.Location = new System.Drawing.Point(14, 377);
     this.btnSaveToSvr.Name = "btnSaveToSvr";
     this.btnSaveToSvr.Size = new System.Drawing.Size(130, 23);
     this.btnSaveToSvr.TabIndex = 1;
     this.btnSaveToSvr.Text = "保存菜单至服务器";
     this.btnSaveToSvr.Click += new System.EventHandler(this.btnSaveToSvr_Click);
     //
     // groupPanel3
     //
     this.groupPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel3.Controls.Add(this.labelControl4);
     this.groupPanel3.Controls.Add(this.labelControl3);
     this.groupPanel3.Controls.Add(this.labelControl2);
     this.groupPanel3.Controls.Add(this.btnSaveMnuItem);
     this.groupPanel3.Controls.Add(this.chkUsing);
     this.groupPanel3.Controls.Add(this.txtmnuAsmName);
     this.groupPanel3.Controls.Add(this.txtmnuClassName);
     this.groupPanel3.Controls.Add(this.txtmnuName);
     this.groupPanel3.Location = new System.Drawing.Point(14, 140);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(487, 217);
     this.groupPanel3.TabIndex = 0;
     this.groupPanel3.Text = "菜单项";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(22, 67);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(48, 14);
     this.labelControl4.TabIndex = 6;
     this.labelControl4.Text = "主画面类";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(10, 94);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 5;
     this.labelControl3.Text = "程序集名称";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(10, 40);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(60, 14);
     this.labelControl2.TabIndex = 4;
     this.labelControl2.Text = "菜单项名称";
     //
     // btnSaveMnuItem
     //
     this.btnSaveMnuItem.Location = new System.Drawing.Point(7, 152);
     this.btnSaveMnuItem.Name = "btnSaveMnuItem";
     this.btnSaveMnuItem.Size = new System.Drawing.Size(75, 23);
     this.btnSaveMnuItem.TabIndex = 1;
     this.btnSaveMnuItem.Text = "保存修改";
     this.btnSaveMnuItem.Click += new System.EventHandler(this.btnSaveMnuItem_Click);
     //
     // chkUsing
     //
     this.chkUsing.EditValue = true;
     this.chkUsing.Location = new System.Drawing.Point(5, 117);
     this.chkUsing.Name = "chkUsing";
     this.chkUsing.Properties.Caption = "启用";
     this.chkUsing.Size = new System.Drawing.Size(92, 19);
     this.chkUsing.TabIndex = 3;
     //
     // txtmnuAsmName
     //
     this.txtmnuAsmName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmnuAsmName.Location = new System.Drawing.Point(76, 91);
     this.txtmnuAsmName.Name = "txtmnuAsmName";
     this.txtmnuAsmName.Size = new System.Drawing.Size(406, 20);
     this.txtmnuAsmName.TabIndex = 2;
     //
     // txtmnuClassName
     //
     this.txtmnuClassName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmnuClassName.Location = new System.Drawing.Point(76, 64);
     this.txtmnuClassName.Name = "txtmnuClassName";
     this.txtmnuClassName.Size = new System.Drawing.Size(406, 20);
     this.txtmnuClassName.TabIndex = 1;
     //
     // txtmnuName
     //
     this.txtmnuName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmnuName.Location = new System.Drawing.Point(76, 37);
     this.txtmnuName.Name = "txtmnuName";
     this.txtmnuName.Size = new System.Drawing.Size(406, 20);
     this.txtmnuName.TabIndex = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel2.Controls.Add(this.labelControl1);
     this.groupPanel2.Controls.Add(this.btnSaveMnuGrp);
     this.groupPanel2.Controls.Add(this.txtmnuGrp);
     this.groupPanel2.Location = new System.Drawing.Point(14, 25);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(487, 100);
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "菜单组";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 38);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text = "菜单组名称";
     //
     // btnSaveMnuGrp
     //
     this.btnSaveMnuGrp.Location = new System.Drawing.Point(5, 62);
     this.btnSaveMnuGrp.Name = "btnSaveMnuGrp";
     this.btnSaveMnuGrp.Size = new System.Drawing.Size(75, 23);
     this.btnSaveMnuGrp.TabIndex = 1;
     this.btnSaveMnuGrp.Text = "保存修改";
     this.btnSaveMnuGrp.Click += new System.EventHandler(this.btnSaveMnuGrp_Click);
     //
     // txtmnuGrp
     //
     this.txtmnuGrp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmnuGrp.Location = new System.Drawing.Point(76, 35);
     this.txtmnuGrp.Name = "txtmnuGrp";
     this.txtmnuGrp.Size = new System.Drawing.Size(406, 20);
     this.txtmnuGrp.TabIndex = 0;
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1,
     this.barSubItem1,
     this.barBtnLogoff,
     this.barBtnExit,
     this.barStaticItem1,
     this.barLabel,
     this.barSubOpt,
     this.barSubItem3,
     this.barSkin,
     this.barSubItem2,
     this.barMnuTaobao,
     this.barChkSys,
     this.barChkTaobao,
     this.barBtnSysInfo,
     this.barStaticItem2,
     this.barStaticItem3,
     this.barBtnSysMnu,
     this.barbtnMnuGrp,
     this.barbtnMnuItem,
     this.barbtnDel,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 26;
     //
     // 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(732, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 448);
     this.barDockControlBottom.Size = new System.Drawing.Size(732, 0);
     //
     // 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, 448);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(732, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 448);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "txx";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "系统(&S)";
     this.barSubItem1.Id = 1;
     this.barSubItem1.ImageIndex = 0;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnLogoff),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnExit)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barBtnLogoff
     //
     this.barBtnLogoff.Caption = "注销(&L)";
     this.barBtnLogoff.Id = 2;
     this.barBtnLogoff.ImageIndex = 1;
     this.barBtnLogoff.Name = "barBtnLogoff";
     //
     // barBtnExit
     //
     this.barBtnExit.Caption = "退出(&X)";
     this.barBtnExit.Id = 3;
     this.barBtnExit.ImageIndex = 2;
     this.barBtnExit.Name = "barBtnExit";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "当前登录用户:";
     this.barStaticItem1.Id = 4;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barLabel
     //
     this.barLabel.Caption = " ";
     this.barLabel.Id = 5;
     this.barLabel.Name = "barLabel";
     this.barLabel.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barSubOpt
     //
     this.barSubOpt.Caption = "设置(&S)";
     this.barSubOpt.Id = 6;
     this.barSubOpt.ImageIndex = 3;
     this.barSubOpt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSkin),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSysMnu)});
     this.barSubOpt.Name = "barSubOpt";
     this.barSubOpt.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSkin
     //
     this.barSkin.Caption = "外观";
     this.barSkin.Id = 8;
     this.barSkin.ImageIndex = 4;
     this.barSkin.Name = "barSkin";
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "菜单样式";
     this.barSubItem2.Id = 10;
     this.barSubItem2.ImageIndex = 5;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barChkSys),
     new DevExpress.XtraBars.LinkPersistInfo(this.barChkTaobao)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barChkSys
     //
     this.barChkSys.Caption = "系统风格";
     this.barChkSys.Checked = true;
     this.barChkSys.Id = 13;
     this.barChkSys.Name = "barChkSys";
     //
     // barChkTaobao
     //
     this.barChkTaobao.Caption = "商家后台风格";
     this.barChkTaobao.Id = 14;
     this.barChkTaobao.Name = "barChkTaobao";
     //
     // barBtnSysMnu
     //
     this.barBtnSysMnu.Caption = "系统菜单";
     this.barBtnSysMnu.Id = 18;
     this.barBtnSysMnu.Name = "barBtnSysMnu";
     this.barBtnSysMnu.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "帮助(&H)";
     this.barSubItem3.Id = 7;
     this.barSubItem3.ImageIndex = 6;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSysInfo)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barBtnSysInfo
     //
     this.barBtnSysInfo.Caption = "系统信息";
     this.barBtnSysInfo.Id = 15;
     this.barBtnSysInfo.Name = "barBtnSysInfo";
     //
     // barMnuTaobao
     //
     this.barMnuTaobao.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.barMnuTaobao.Caption = "商家后台风格";
     this.barMnuTaobao.Id = 12;
     this.barMnuTaobao.Name = "barMnuTaobao";
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption = "barStaticItem2";
     this.barStaticItem2.Id = 16;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem3
     //
     this.barStaticItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem3.Caption = "SvrTime";
     this.barStaticItem3.Id = 17;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barbtnMnuGrp
     //
     this.barbtnMnuGrp.Caption = "添加菜单组";
     this.barbtnMnuGrp.Id = 19;
     this.barbtnMnuGrp.Name = "barbtnMnuGrp";
     this.barbtnMnuGrp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnMnuGrp_ItemClick);
     //
     // barbtnMnuItem
     //
     this.barbtnMnuItem.Caption = "添加菜单项";
     this.barbtnMnuItem.Id = 20;
     this.barbtnMnuItem.Name = "barbtnMnuItem";
     this.barbtnMnuItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnMnuItem_ItemClick);
     //
     // barbtnDel
     //
     this.barbtnDel.Caption = "删除";
     this.barbtnDel.Id = 21;
     this.barbtnDel.Name = "barbtnDel";
     this.barbtnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnDel_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 22;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "加载最新菜单";
     this.barButtonItem3.Id = 23;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "barButtonItem4";
     this.barButtonItem4.Id = 24;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "导出菜单";
     this.barButtonItem5.Id = 25;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // popMenuCtl1
     //
     this.popMenuCtl1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barbtnMnuGrp),
     new DevExpress.XtraBars.LinkPersistInfo(this.barbtnMnuItem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barbtnDel),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5)});
     this.popMenuCtl1.Manager = this.barManager1;
     this.popMenuCtl1.Name = "popMenuCtl1";
     //
     // fdlg
     //
     this.fdlg.Filter = "*.xml|*.xml";
     this.fdlg.Title = "菜单导出";
     //
     // MenuView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(732, 448);
     this.Controls.Add(this.sptPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "MenuView";
     this.Text = "系统菜单设置";
     this.Load += new System.EventHandler(this.MenuView_Load);
     ((System.ComponentModel.ISupportInitialize)(this.sptPanel1)).EndInit();
     this.sptPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeCtl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel3)).EndInit();
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkUsing.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuAsmName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuClassName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPanel2)).EndInit();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmnuGrp.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuCtl1)).EndInit();
     this.ResumeLayout(false);
 }