Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name        = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(256, 160);
     this.splitContainerControl1.TabIndex    = 0;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // UserControl1
     //
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "UserControl1";
     this.Size = new System.Drawing.Size(256, 160);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
        private void coverageSplitContainerControl1_SizeChanged(object sender, EventArgs e)
        {
            DevExpress.XtraEditors.SplitContainerControl control = sender as DevExpress.XtraEditors.SplitContainerControl;
            int width = control.Size.Width;

            control.SplitterPosition = width / 2;
        }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.treeViewScenarioFolder = new System.Windows.Forms.TreeView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // treeViewScenarioFolder
     //
     this.treeViewScenarioFolder.ImageIndex         = -1;
     this.treeViewScenarioFolder.Location           = new System.Drawing.Point(8, 8);
     this.treeViewScenarioFolder.Name               = "treeViewScenarioFolder";
     this.treeViewScenarioFolder.SelectedImageIndex = -1;
     this.treeViewScenarioFolder.Size               = new System.Drawing.Size(272, 360);
     this.treeViewScenarioFolder.TabIndex           = 0;
     this.treeViewScenarioFolder.Click             += new System.EventHandler(this.UpdateToolbar);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeViewScenarioFolder);
     this.splitContainerControl1.Panel1.Text      = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(296, 696);
     this.splitContainerControl1.SplitterPosition = 378;
     this.splitContainerControl1.TabIndex         = 3;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // ScenarioExplorer
     //
     this.Controls.Add(this.splitContainerControl1);
     this.Name    = "ScenarioExplorer";
     this.Size    = new System.Drawing.Size(296, 696);
     this.Resize += new System.EventHandler(this.ScenarioExplorer_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
0
File: Graph.cs Progetto: icprog/MLL
 public static void gra(DevExpress.XtraEditors.SplitContainerControl sp, string fontName)
 {
     sp.Panel1.Paint += (s, e) =>
     {
         Point    p  = sp.PointToScreen(sp.Location);
         Graphics gp = e.Graphics;
         //gp . Clear ( CarpenterBll . UserInformation . FeedColor );
         if (!fontName.Contains("反"))
         {
             //画填充圆
             //SolidBrush s = new SolidBrush ( Color . Red );
             //画空心圆
             Pen pen = new Pen(Color.Red, 3);
             gp.DrawEllipse(pen, 1000, 80, 100, 45);
             Font  myFont = new Font("宋体", 18, FontStyle.Bold);
             Brush bush   = new SolidBrush(Color.Red);
             gp.DrawString(fontName, myFont, bush, 1600, 20);
         }
     };
 }
Esempio n. 5
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1 = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63 = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers = false;
     this.dateNavigator1.Size = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex = 1;
     this.dateNavigator1.DoubleClick += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 0;
     this.schedulerControl1.Text = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                           timeRuler1});
     this.schedulerControl1.Views.DayView.TimeScale = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                                timeRuler2});
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name = "pnlCtrlTop";
     this.pnlCtrlTop.Size = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name = "sBtnRefresh";
     this.sBtnRefresh.Size = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text = "Refresh";
     this.sBtnRefresh.Click += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name = "sBtnWaitingList";
     this.sBtnWaitingList.Size = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text = "Waiting List";
     this.sBtnWaitingList.Click += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex = 1;
     this.sBtnSubtract.Location = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name = "sBtnSubtract";
     this.sBtnSubtract.Size = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text = ">>";
     this.sBtnSubtract.Click += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name = "sBtnForfeit";
     this.sBtnForfeit.Size = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text = "Forfeit";
     this.sBtnForfeit.Click += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name = "SimpleButton61";
     this.SimpleButton61.Size = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text = "Mark Service";
     this.SimpleButton61.Click += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name = "SimpleButton62";
     this.SimpleButton62.Size = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text = "Delete";
     this.SimpleButton62.Click += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name = "SimpleButton63";
     this.SimpleButton63.Size = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text = "New";
     this.SimpleButton63.Click += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex = 0;
     this.sBtnAdd.Location = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name = "sBtnAdd";
     this.sBtnAdd.Size = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text = "<<";
     this.sBtnAdd.Click += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick = true;
     this.resourcesCheckedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex = 57;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastD));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem35 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem31 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem30 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem33 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem34 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem24 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem28 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem27 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem29 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem32 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem31,
     this.barSubItem2,
     this.barButtonItem12,
     this.barButtonItem14,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItem18,
     this.barButtonItem19,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem32,
     this.barButtonItem6,
     this.barButtonItem9,
     this.barButtonItem13,
     this.barButtonItem15,
     this.barSubItem4,
     this.barButtonItem23,
     this.barButtonItem24,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barButtonItem27,
     this.barButtonItem28,
     this.barButtonItem29,
     this.barButtonItem30,
     this.barButtonItem33,
     this.barButtonItem34,
     this.barButtonItem35});
     this.barManager1.MaxItemId = 60;
     this.barManager1.StatusBar = this.bar2;
     //
     // bar1
     //
     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(this.barSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem28, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem27, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem29, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem32),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Ԥ���㷨";
     this.barSubItem1.Id = 7;
     this.barSubItem1.ImageIndex = 10;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem35),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem19),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem30),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem33),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem34)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "�������ʷ�";
     this.barButtonItem1.Id = 8;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "���Ʒ�";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "ָ��ƽ����";
     this.barButtonItem8.Id = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick_1);
     //
     // barButtonItem35
     //
     this.barButtonItem35.Caption = "��ֵ���ķ�";
     this.barButtonItem35.Id = 58;
     this.barButtonItem35.Name = "barButtonItem35";
     this.barButtonItem35.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem35_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ϵ����";
     this.barButtonItem2.Id = 9;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem31
     //
     this.barButtonItem31.Caption = "�����������";
     this.barButtonItem31.Id = 50;
     this.barButtonItem31.ImageIndex = 14;
     this.barButtonItem31.Name = "barButtonItem31";
     this.barButtonItem31.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem31.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem31.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "��ط�";
     this.barButtonItem3.Id = 10;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "��ɫģ�ͷ�";
     this.barButtonItem4.Id = 11;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ָ��������";
     this.barButtonItem7.Id = 13;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "�������Ʒ�";
     this.barButtonItem12.Id = 20;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption = "ר�Ҿ��߷�";
     this.barButtonItem19.Id = 28;
     this.barButtonItem19.Name = "barButtonItem19";
     this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption = "����Ƚ�";
     this.barButtonItem18.Id = 27;
     this.barButtonItem18.Name = "barButtonItem18";
     this.barButtonItem18.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem30
     //
     this.barButtonItem30.Caption = "����������-���û�Ԥ�ⷨ";
     this.barButtonItem30.Id = 49;
     this.barButtonItem30.Name = "barButtonItem30";
     this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem33
     //
     this.barButtonItem33.Caption = "���Сʱ��";
     this.barButtonItem33.Id = 56;
     this.barButtonItem33.Name = "barButtonItem33";
     this.barButtonItem33.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem33.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem33_ItemClick);
     //
     // barButtonItem34
     //
     this.barButtonItem34.Caption = "�ӳش��û�";
     this.barButtonItem34.Id = 57;
     this.barButtonItem34.Name = "barButtonItem34";
     this.barButtonItem34.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem34.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem34_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 0;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "�������";
     this.barSubItem4.Id = 41;
     this.barSubItem4.ImageIndex = 3;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem24)});
     this.barSubItem4.Name = "barSubItem4";
     this.barSubItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��ӷ���";
     this.barButtonItem9.Id = 36;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick_1);
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ӷ���";
     this.barButtonItem15.Id = 38;
     this.barButtonItem15.ImageIndex = 3;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick_1);
     //
     // barButtonItem23
     //
     this.barButtonItem23.Caption = "�޸ķ���";
     this.barButtonItem23.Id = 42;
     this.barButtonItem23.ImageIndex = 1;
     this.barButtonItem23.Name = "barButtonItem23";
     this.barButtonItem23.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
     //
     // barButtonItem24
     //
     this.barButtonItem24.Caption = "ɾ������";
     this.barButtonItem24.Id = 43;
     this.barButtonItem24.ImageIndex = 9;
     this.barButtonItem24.Name = "barButtonItem24";
     this.barButtonItem24.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem24_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 14;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 14;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 14;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem28
     //
     this.barButtonItem28.Caption = "���û�";
     this.barButtonItem28.Id = 47;
     this.barButtonItem28.ImageIndex = 10;
     this.barButtonItem28.Name = "barButtonItem28";
     this.barButtonItem28.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem28.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem28.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
     //
     // barButtonItem27
     //
     this.barButtonItem27.Caption = "�����ݵ�";
     this.barButtonItem27.Id = 46;
     this.barButtonItem27.ImageIndex = 10;
     this.barButtonItem27.Name = "barButtonItem27";
     this.barButtonItem27.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem27.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem27_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��Ȩ���ϵ��";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 18;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "�����㷨";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 18;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 10;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem29
     //
     this.barButtonItem29.Caption = "����Ƚ�";
     this.barButtonItem29.Id = 48;
     this.barButtonItem29.ImageIndex = 7;
     this.barButtonItem29.Name = "barButtonItem29";
     this.barButtonItem29.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem29.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem29_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption = "�¶ȵ���";
     this.barButtonItem32.Id = 55;
     this.barButtonItem32.ImageIndex = 10;
     this.barButtonItem32.Name = "barButtonItem32";
     this.barButtonItem32.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem32.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 12;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Custom 2";
     //
     // 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(1028, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 509);
     this.barDockControlBottom.Size = new System.Drawing.Size(1028, 22);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 475);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1028, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 475);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "�޸�.ico");
     this.imageList1.Images.SetKeyName(2, "�½�.ico");
     this.imageList1.Images.SetKeyName(3, "����¼�.ico");
     this.imageList1.Images.SetKeyName(4, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(5, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(6, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(7, "����.ico");
     this.imageList1.Images.SetKeyName(8, "���.ico");
     this.imageList1.Images.SetKeyName(9, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(10, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(11, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(12, "�ر�.ico");
     this.imageList1.Images.SetKeyName(13, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(14, "����.ico");
     this.imageList1.Images.SetKeyName(15, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(16, "������±�.ico");
     this.imageList1.Images.SetKeyName(17, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(18, "����.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���Իع鷨";
     this.barButtonItem5.Id = 12;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "����";
     this.barButtonItem10.Id = 17;
     this.barButtonItem10.ImageIndex = 0;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "�ر�";
     this.barButtonItem11.Id = 18;
     this.barButtonItem11.ImageIndex = 11;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "barSubItem2";
     this.barSubItem2.Id = 19;
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "ȫ���Ƚ�";
     this.barButtonItem16.Id = 25;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "����ӷ���";
     this.barButtonItem13.Id = 37;
     this.barButtonItem13.Name = "barButtonItem13";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1028, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // treeList2
     //
     this.treeList2.Location = new System.Drawing.Point(770, 517);
     this.treeList2.Name = "treeList2";
     this.treeList2.Size = new System.Drawing.Size(82, 14);
     this.treeList2.TabIndex = 7;
     //
     // 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, 40);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 469);
     this.splitContainerControl1.SplitterPosition = 311;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1028, 152);
     this.treeList1.TabIndex = 1;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(1028, 311);
     this.chart_user1.TabIndex = 0;
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "1.ico");
     this.imageList2.Images.SetKeyName(1, "2.ico");
     this.imageList2.Images.SetKeyName(2, "3.ico");
     this.imageList2.Images.SetKeyName(3, "4.ico");
     this.imageList2.Images.SetKeyName(4, "5.ico");
     this.imageList2.Images.SetKeyName(5, "6.ico");
     this.imageList2.Images.SetKeyName(6, "7.ico");
     this.imageList2.Images.SetKeyName(7, "8.ico");
     this.imageList2.Images.SetKeyName(8, "9.ico");
     this.imageList2.Images.SetKeyName(9, "10.ico");
     //
     // FormForecastD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 531);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.treeList2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecastD";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ������";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleManageForm));
     FengSharp.OneCardAccess.Infrastructure.TreeLevel treeLevel4 = new FengSharp.OneCardAccess.Infrastructure.TreeLevel();
     FengSharp.OneCardAccess.Infrastructure.TreeLevel treeLevel5 = new FengSharp.OneCardAccess.Infrastructure.TreeLevel();
     FengSharp.OneCardAccess.Infrastructure.TreeLevel treeLevel3 = new FengSharp.OneCardAccess.Infrastructure.TreeLevel();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.tcolRoleNo = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.tcolRoleName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.roleUserControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleUserControl();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.roleMenuControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleMenuControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.roleActionControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleActionControl();
     this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage();
     this.roleStockControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleStockControl();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.roleProductControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleProductControl();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.roleCompanyControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleCompanyControl();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.btnSetLockEnable = new DevExpress.XtraEditors.SimpleButton();
     this.lblCurrentRole = new DevExpress.XtraEditors.LabelControl();
     this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
     this.btnCopyAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnEditView = new DevExpress.XtraEditors.SimpleButton();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
     this.treeListQuickFindStyle1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.TreeListQuickFindStyle(this.components);
     this.treeList_ShowLine1 = new FengSharp.WinForm.Dev.Components.TreeList_ShowLine(this.components);
     this.treeList_HotTrack1 = new FengSharp.WinForm.Dev.Components.TreeList_HotTrack(this.components);
     this.mainFormMdiProvider1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.MainFormMdiProvider(this.components);
     this.formLoadErrorExit1 = new FengSharp.OneCardAccess.Infrastructure.WinForm.Components.FormLoadErrorExit(this.components);
     this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.roleRawMateControl1 = new FengSharp.OneCardAccess.Presentation.IntegeatedManage.SystemSet.RoleRawMateControl();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     this.xtraTabPage4.SuspendLayout();
     this.xtraTabPage5.SuspendLayout();
     this.xtraTabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     this.xtraTabPage7.SuspendLayout();
     this.SuspendLayout();
     //
     // treeList1
     //
     this.treeList1.Appearance.EvenRow.BackColor = System.Drawing.Color.LightYellow;
     this.treeList1.Appearance.EvenRow.Options.UseBackColor = true;
     this.treeList1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
     this.treeList1.Appearance.OddRow.Options.UseBackColor = true;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.tcolRoleNo,
     this.tcolRoleName});
     this.treeList1.ColumnsImageList = this.imageCollection1;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeListQuickFindStyle1.SetEnableFocusedColumnQuickQuery(this.treeList1, true);
     this.treeList_HotTrack1.SetEnableHotTrack(this.treeList1, true);
     this.treeList_HotTrack1.SetHotTrackColor(this.treeList1, System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(232)))), ((int)(((byte)(255))))));
     this.treeList1.IndicatorWidth = 40;
     this.treeList1.KeyFieldName = "RoleId";
     this.treeList_ShowLine1.SetLineNoFormatString(this.treeList1, "{0}");
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeList1.OptionsSelection.UseIndicatorForSelection = true;
     this.treeList1.OptionsView.EnableAppearanceEvenRow = true;
     this.treeList1.OptionsView.EnableAppearanceOddRow = true;
     this.treeList1.ParentFieldName = "ParentRoleId";
     this.treeList1.SelectImageList = this.imageCollection1;
     this.treeList_ShowLine1.SetShowLineNo(this.treeList1, true);
     this.treeList1.Size = new System.Drawing.Size(322, 556);
     this.treeList1.StateImageList = this.imageCollection1;
     this.treeList1.TabIndex = 0;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.CustomDrawNodeImages += new DevExpress.XtraTreeList.CustomDrawNodeImagesEventHandler(this.treeList1_CustomDrawNodeImages);
     this.treeList1.DoubleClick += new System.EventHandler(this.treeList1_DoubleClick);
     //
     // tcolRoleNo
     //
     this.tcolRoleNo.Caption = "角色编号";
     this.tcolRoleNo.FieldName = "RoleNo";
     this.tcolRoleNo.MinWidth = 49;
     this.tcolRoleNo.Name = "tcolRoleNo";
     this.tcolRoleNo.Visible = true;
     this.tcolRoleNo.VisibleIndex = 0;
     this.tcolRoleNo.Width = 150;
     //
     // tcolRoleName
     //
     this.tcolRoleName.Caption = "角色列表";
     this.tcolRoleName.FieldName = "RoleName";
     this.tcolRoleName.MinWidth = 65;
     this.tcolRoleName.Name = "tcolRoleName";
     this.tcolRoleName.Visible = true;
     this.tcolRoleName.VisibleIndex = 1;
     this.tcolRoleName.Width = 130;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.InsertGalleryImage("rootnode", "images/people/team_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/people/team_16x16.png"), 0);
     this.imageCollection1.Images.SetKeyName(0, "rootnode");
     this.imageCollection1.InsertGalleryImage("childnode", "images/people/employee_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/people/employee_16x16.png"), 1);
     this.imageCollection1.Images.SetKeyName(1, "childnode");
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Location = new System.Drawing.Point(6, 32);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1147, 556);
     this.splitContainerControl1.SplitterPosition = 322;
     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(820, 556);
     this.xtraTabControl1.TabIndex = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3,
     this.xtraTabPage4,
     this.xtraTabPage5,
     this.xtraTabPage6,
     this.xtraTabPage7});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.xtraTabControl1_SelectedPageChanging);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.roleUserControl1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage1.Text = "角色用户";
     //
     // roleUserControl1
     //
     this.roleUserControl1.CurrentBindEntity = null;
     this.roleUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleUserControl1.Location = new System.Drawing.Point(0, 0);
     this.roleUserControl1.Name = "roleUserControl1";
     this.roleUserControl1.Size = new System.Drawing.Size(814, 528);
     this.roleUserControl1.TabIndex = 0;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.roleMenuControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage2.Text = "角色菜单";
     //
     // roleMenuControl1
     //
     this.roleMenuControl1.CurrentBindEntity = null;
     this.roleMenuControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleMenuControl1.Facade = null;
     this.roleMenuControl1.Location = new System.Drawing.Point(0, 0);
     this.roleMenuControl1.Name = "roleMenuControl1";
     this.roleMenuControl1.Size = new System.Drawing.Size(814, 528);
     this.roleMenuControl1.TabIndex = 0;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.roleActionControl1);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage3.Text = "角色权限";
     //
     // roleActionControl1
     //
     this.roleActionControl1.CurrentBindEntity = null;
     this.roleActionControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleActionControl1.Facade = null;
     this.roleActionControl1.Location = new System.Drawing.Point(0, 0);
     this.roleActionControl1.Name = "roleActionControl1";
     this.roleActionControl1.Size = new System.Drawing.Size(814, 528);
     this.roleActionControl1.TabIndex = 0;
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.roleStockControl1);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage4.Text = "仓库授权";
     //
     // roleStockControl1
     //
     this.roleStockControl1.CurrentBindEntity = null;
     this.roleStockControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleStockControl1.Facade = null;
     this.roleStockControl1.Location = new System.Drawing.Point(0, 0);
     this.roleStockControl1.Name = "roleStockControl1";
     this.roleStockControl1.Size = new System.Drawing.Size(814, 528);
     this.roleStockControl1.TabIndex = 4;
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.roleProductControl1);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage5.Text = "产品授权";
     //
     // roleProductControl1
     //
     this.roleProductControl1.CurrentBindEntity = null;
     this.roleProductControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleProductControl1.Facade = null;
     this.roleProductControl1.Location = new System.Drawing.Point(0, 0);
     this.roleProductControl1.Name = "roleProductControl1";
     this.roleProductControl1.Size = new System.Drawing.Size(814, 528);
     this.roleProductControl1.TabIndex = 0;
     treeLevel4.Level_Deep = 0;
     treeLevel4.PId = 0;
     this.roleProductControl1.TreeLevel = treeLevel4;
     //
     // xtraTabPage6
     //
     this.xtraTabPage6.Controls.Add(this.roleCompanyControl1);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage6.Text = "往来单位授权";
     //
     // roleCompanyControl1
     //
     this.roleCompanyControl1.CurrentBindEntity = null;
     this.roleCompanyControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleCompanyControl1.Facade = null;
     this.roleCompanyControl1.Location = new System.Drawing.Point(0, 0);
     this.roleCompanyControl1.Name = "roleCompanyControl1";
     this.roleCompanyControl1.Size = new System.Drawing.Size(814, 528);
     this.roleCompanyControl1.TabIndex = 0;
     treeLevel5.Level_Deep = 0;
     treeLevel5.PId = 0;
     this.roleCompanyControl1.TreeLevel = treeLevel5;
     //
     // btnAdd
     //
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnAdd.Location = new System.Drawing.Point(6, 6);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(80, 22);
     this.btnAdd.StyleController = this.layoutControl1;
     this.btnAdd.TabIndex = 2;
     this.btnAdd.Text = "新增(&A)";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnSetLockEnable);
     this.layoutControl1.Controls.Add(this.lblCurrentRole);
     this.layoutControl1.Controls.Add(this.splitContainerControl1);
     this.layoutControl1.Controls.Add(this.btnDelete);
     this.layoutControl1.Controls.Add(this.btnCopyAdd);
     this.layoutControl1.Controls.Add(this.btnEditView);
     this.layoutControl1.Controls.Add(this.btnAdd);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(103, 284, 1053, 778);
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.AlignInGroups;
     this.layoutControl1.Root = this.Root;
     this.layoutControl1.Size = new System.Drawing.Size(1159, 594);
     this.layoutControl1.TabIndex = 6;
     this.layoutControl1.Text = "layoutControl1";
     //
     // btnSetLockEnable
     //
     this.btnSetLockEnable.Location = new System.Drawing.Point(342, 6);
     this.btnSetLockEnable.Name = "btnSetLockEnable";
     this.btnSetLockEnable.Size = new System.Drawing.Size(80, 22);
     this.btnSetLockEnable.StyleController = this.layoutControl1;
     this.btnSetLockEnable.TabIndex = 1;
     this.btnSetLockEnable.Text = "禁用角色";
     this.btnSetLockEnable.Click += new System.EventHandler(this.btnSetLockEnable_Click);
     //
     // lblCurrentRole
     //
     this.lblCurrentRole.Location = new System.Drawing.Point(489, 10);
     this.lblCurrentRole.Name = "lblCurrentRole";
     this.lblCurrentRole.Size = new System.Drawing.Size(63, 13);
     this.lblCurrentRole.StyleController = this.layoutControl1;
     this.lblCurrentRole.TabIndex = 6;
     this.lblCurrentRole.Text = "labelControl1";
     //
     // btnDelete
     //
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnDelete.Location = new System.Drawing.Point(258, 6);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(80, 22);
     this.btnDelete.StyleController = this.layoutControl1;
     this.btnDelete.TabIndex = 5;
     this.btnDelete.Text = "删除(&D)";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnCopyAdd
     //
     this.btnCopyAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnCopyAdd.Image")));
     this.btnCopyAdd.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnCopyAdd.Location = new System.Drawing.Point(90, 6);
     this.btnCopyAdd.Name = "btnCopyAdd";
     this.btnCopyAdd.Size = new System.Drawing.Size(80, 22);
     this.btnCopyAdd.StyleController = this.layoutControl1;
     this.btnCopyAdd.TabIndex = 3;
     this.btnCopyAdd.Text = "复制新增";
     this.btnCopyAdd.Click += new System.EventHandler(this.btnCopyAdd_Click);
     //
     // btnEditView
     //
     this.btnEditView.Image = ((System.Drawing.Image)(resources.GetObject("btnEditView.Image")));
     this.btnEditView.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnEditView.Location = new System.Drawing.Point(174, 6);
     this.btnEditView.Name = "btnEditView";
     this.btnEditView.Size = new System.Drawing.Size(80, 22);
     this.btnEditView.StyleController = this.layoutControl1;
     this.btnEditView.TabIndex = 4;
     this.btnEditView.Text = "编辑(&E)";
     this.btnEditView.Click += new System.EventHandler(this.btnEditView_Click);
     //
     // Root
     //
     this.Root.CustomizationFormText = "Root";
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.layoutControlItem5,
     this.layoutControlItem6,
     this.layoutControlItem7});
     this.Root.Location = new System.Drawing.Point(0, 0);
     this.Root.Name = "Root";
     this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
     this.Root.Size = new System.Drawing.Size(1159, 594);
     this.Root.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.btnAdd;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem1.MinSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(84, 26);
     this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.btnCopyAdd;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(84, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(84, 26);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btnEditView;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(168, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(84, 26);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.btnDelete;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.FillControlToClientArea = false;
     this.layoutControlItem4.Location = new System.Drawing.Point(252, 0);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(84, 26);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(550, 0);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(601, 26);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.splitContainerControl1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(1151, 560);
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.lblCurrentRole;
     this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.layoutControlItem6.CustomizationFormText = "当前角色:";
     this.layoutControlItem6.Location = new System.Drawing.Point(420, 0);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(130, 26);
     this.layoutControlItem6.Text = "当前角色:";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 13);
     this.layoutControlItem6.TrimClientAreaToControl = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.btnSetLockEnable;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(336, 0);
     this.layoutControlItem7.MaxSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem7.MinSize = new System.Drawing.Size(84, 26);
     this.layoutControlItem7.Name = "layoutControlItem7";
     this.layoutControlItem7.Size = new System.Drawing.Size(84, 26);
     this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextVisible = false;
     //
     // xtraTabPage7
     //
     this.xtraTabPage7.Controls.Add(this.roleRawMateControl1);
     this.xtraTabPage7.Name = "xtraTabPage7";
     this.xtraTabPage7.Size = new System.Drawing.Size(814, 528);
     this.xtraTabPage7.Text = "原材料授权";
     //
     // roleRawMateControl1
     //
     this.roleRawMateControl1.CurrentBindEntity = null;
     this.roleRawMateControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.roleRawMateControl1.Facade = null;
     this.roleRawMateControl1.Location = new System.Drawing.Point(0, 0);
     this.roleRawMateControl1.Name = "roleRawMateControl1";
     this.roleRawMateControl1.Size = new System.Drawing.Size(814, 528);
     this.roleRawMateControl1.TabIndex = 0;
     treeLevel3.Level_Deep = 0;
     treeLevel3.PId = 0;
     this.roleRawMateControl1.TreeLevel = treeLevel3;
     //
     // RoleManageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1159, 594);
     this.Controls.Add(this.layoutControl1);
     this.formLoadErrorExit1.SetEnableLoadError(this, true);
     this.mainFormMdiProvider1.SetEnableMainFormMdi(this, true);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "RoleManageForm";
     this.Text = "角色管理";
     this.Load += new System.EventHandler(this.RoleManage_Load);
     this.Shown += new System.EventHandler(this.RoleManageForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).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);
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage4.ResumeLayout(false);
     this.xtraTabPage5.ResumeLayout(false);
     this.xtraTabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     this.xtraTabPage7.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GrayModel));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.label2 = new System.Windows.Forms.Label();
     this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 52;
     //
     // bar1
     //
     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.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���빫������";
     this.barButtonItem5.Id = 51;
     this.barButtonItem5.ImageIndex = 20;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��ȡʵ������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 13;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 15;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "��ӷ�����";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 15;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����¼�������";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 16;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ�����";
     this.barButtonItem3.Id = 49;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ɾ��������";
     this.barButtonItem4.Id = 50;
     this.barButtonItem4.ImageIndex = 10;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // 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(1074, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1074, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1074, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "06 Picture.ico");
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.label2);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit2);
     this.splitContainerControl1.Panel2.Controls.Add(this.label1);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit1);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 306);
     this.splitContainerControl1.SplitterPosition = 156;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(912, 306);
     this.chart_user1.TabIndex = 0;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(15, 232);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 27);
     this.label2.TabIndex = 9;
     this.label2.Text = "u=";
     //
     // spinEdit2
     //
     this.spinEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.spinEdit2.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit2.Enabled = false;
     this.spinEdit2.Location = new System.Drawing.Point(65, 234);
     this.spinEdit2.Name = "spinEdit2";
     this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit2.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit2.Size = new System.Drawing.Size(68, 21);
     this.spinEdit2.TabIndex = 8;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(13, 196);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 27);
     this.label1.TabIndex = 7;
     this.label1.Text = "a=";
     //
     // spinEdit1
     //
     this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.spinEdit1.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit1.Enabled = false;
     this.spinEdit1.Location = new System.Drawing.Point(64, 198);
     this.spinEdit1.Name = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit1.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit1.Size = new System.Drawing.Size(68, 21);
     this.spinEdit1.TabIndex = 6;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(16, 107);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 34);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(20, 262);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 34);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(16, 58);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 34);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(16, 9);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 34);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(16, 156);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 34);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 306;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1074, 377);
     this.treeList1.TabIndex = 4;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // GrayModel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "GrayModel";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "��ɫģ��Ԥ�ⷨ";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast6_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast9));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26});
     this.barManager1.MaxItemId = 46;
     //
     // bar1
     //
     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(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��ȡԤ��ԭʼ����";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 13;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // 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(1074, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1074, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1074, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 441);
     this.splitContainerControl1.SplitterPosition = 150;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(918, 441);
     this.chart_user1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(21, 131);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 47);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(21, 12);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(117, 47);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "�����������";
     this.simpleButton4.Click += new System.EventHandler(this.button3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(21, 66);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 47);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(21, 199);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 47);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Visible = false;
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(21, 131);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 47);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Visible = false;
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(21, 12);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 47);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Visible = false;
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 242;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1074, 242);
     this.treeList1.TabIndex = 4;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // FormForecast9
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecast9";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast9_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast2));
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem11 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.btCopy = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.bt434 = new DevExpress.XtraBars.BarButtonItem();
     this.bt513 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.btGetHistory = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.bt_add = new DevExpress.XtraBars.BarButtonItem();
     this.bt_edit = new DevExpress.XtraBars.BarButtonItem();
     this.bt_del = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.btGetHistory,
     this.barButtonItem6,
     this.barSubItem11,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.bt_add,
     this.bt_edit,
     this.bt_del,
     this.barSubItem2,
     this.bt434,
     this.btCopy,
     this.bt513,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9});
     this.barManager1.MaxItemId = 74;
     //
     // bar1
     //
     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(this.barSubItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.btGetHistory, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem11
     //
     this.barSubItem11.Caption = "�������";
     this.barSubItem11.Id = 46;
     this.barSubItem11.ImageIndex = 13;
     this.barSubItem11.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.btCopy)});
     this.barSubItem11.Name = "barSubItem11";
     this.barSubItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem11.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 17;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸�";
     this.barButtonItem3.Id = 56;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ɾ��";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 10;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // btCopy
     //
     this.btCopy.Caption = "����";
     this.btCopy.Id = 66;
     this.btCopy.ImageIndex = 15;
     this.btCopy.Name = "btCopy";
     this.btCopy.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btCopy_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "ͳ��";
     this.barSubItem2.Id = 63;
     this.barSubItem2.ImageIndex = 11;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bt434),
     new DevExpress.XtraBars.LinkPersistInfo(this.bt513)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bt434
     //
     this.bt434.Caption = "ȫ�е�������Ԥ����";
     this.bt434.Id = 64;
     this.bt434.Name = "bt434";
     this.bt434.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bt434_ItemClick);
     //
     // bt513
     //
     this.bt513.Caption = "�����ص�������Ԥ����";
     this.bt513.Id = 67;
     this.bt513.Name = "bt513";
     this.bt513.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bt532_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // btGetHistory
     //
     this.btGetHistory.Caption = "ˢ����ʷ����";
     this.btGetHistory.Id = 32;
     this.btGetHistory.ImageIndex = 18;
     this.btGetHistory.Name = "btGetHistory";
     this.btGetHistory.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btGetHistory.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btGetHistory_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "�鿴ͼ��";
     this.barButtonItem5.Id = 69;
     this.barButtonItem5.ImageIndex = 9;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��Ӧ�󳣹�+�û�Ԥ�ⷽ��";
     this.barButtonItem9.Id = 73;
     this.barButtonItem9.ImageIndex = 11;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "��ȡ��ӦԤ��ֵ";
     this.barButtonItem8.Id = 72;
     this.barButtonItem8.ImageIndex = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "���������ʼ���";
     this.barButtonItem4.Id = 68;
     this.barButtonItem4.ImageIndex = 9;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // bt_add
     //
     this.bt_add.Caption = "���";
     this.bt_add.Id = 59;
     this.bt_add.ImageIndex = 17;
     this.bt_add.Name = "bt_add";
     //
     // bt_edit
     //
     this.bt_edit.Caption = "�޸�";
     this.bt_edit.Id = 60;
     this.bt_edit.ImageIndex = 18;
     this.bt_edit.Name = "bt_edit";
     //
     // bt_del
     //
     this.bt_del.Caption = "ɾ��";
     this.bt_del.Id = 61;
     this.bt_del.ImageIndex = 10;
     this.bt_del.Name = "bt_del";
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "�鿴ͼ��";
     this.barButtonItem7.Id = 70;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(975, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.ShowCaption = true;
     this.splitContainerControl2.Panel1.Text = "����";
     this.splitContainerControl2.Panel2.Controls.Add(this.treeList2);
     this.splitContainerControl2.Panel2.ShowCaption = true;
     this.splitContainerControl2.Panel2.Text = "����";
     this.splitContainerControl2.Size = new System.Drawing.Size(975, 587);
     this.splitContainerControl2.SplitterPosition = 287;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.AllowDrop = true;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.Size = new System.Drawing.Size(969, 266);
     this.treeList1.TabIndex = 0;
     this.treeList1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList1_KeyDown);
     this.treeList1.AfterDragNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterDragNode);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // treeList2
     //
     this.treeList2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList2.Location = new System.Drawing.Point(0, 0);
     this.treeList2.Name = "treeList2";
     this.treeList2.OptionsSelection.MultiSelect = true;
     this.treeList2.Size = new System.Drawing.Size(969, 275);
     this.treeList2.TabIndex = 1;
     this.treeList2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList2_KeyDown);
     this.treeList2.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList2_CellValueChanged);
     this.treeList2.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList2_ShowingEditor);
     //
     // FormForecast2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(975, 625);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecast2";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 11
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.navBarControl1         = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1           = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiTemplateLib         = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPipeLib             = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiTempLib             = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup2           = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiColorLib            = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiModelLib            = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiTextureLib          = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarSeparatorItem2   = new DevExpress.XtraNavBar.NavBarSeparatorItem();
     this.nbiCatalogLib          = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiTopoLib             = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarSeparatorItem3   = new DevExpress.XtraNavBar.NavBarSeparatorItem();
     this.nbiSyncPipeLib         = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup3           = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiDefaultField        = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiFacilityClass       = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4           = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiImportData          = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPipeSet             = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiTopoCreate          = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiAuto3DCreate        = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarSeparatorItem1   = new DevExpress.XtraNavBar.NavBarSeparatorItem();
     this.nbiShow3DPipe          = new DevExpress.XtraNavBar.NavBarItem();
     this.ucContainer            = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucContainer)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
     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.navBarControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.ucContainer);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(819, 519);
     this.splitContainerControl1.SplitterPosition = 191;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Appearance.ButtonHotTracked.ForeColor            = System.Drawing.Color.Red;
     this.navBarControl1.Appearance.ButtonHotTracked.Options.UseForeColor = true;
     this.navBarControl1.Appearance.ButtonPressed.ForeColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.navBarControl1.Appearance.ButtonPressed.Options.UseForeColor         = true;
     this.navBarControl1.Appearance.GroupHeaderActive.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.navBarControl1.Appearance.GroupHeaderActive.Options.UseForeColor     = true;
     this.navBarControl1.Appearance.GroupHeaderHotTracked.ForeColor            = System.Drawing.Color.Red;
     this.navBarControl1.Appearance.GroupHeaderHotTracked.Options.UseForeColor = true;
     this.navBarControl1.Appearance.GroupHeaderPressed.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.navBarControl1.Appearance.GroupHeaderPressed.Options.UseForeColor    = true;
     this.navBarControl1.Appearance.ItemActive.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.navBarControl1.Appearance.ItemActive.Options.UseForeColor     = true;
     this.navBarControl1.Appearance.ItemHotTracked.ForeColor            = System.Drawing.Color.Red;
     this.navBarControl1.Appearance.ItemHotTracked.Options.UseForeColor = true;
     this.navBarControl1.Appearance.ItemPressed.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.navBarControl1.Appearance.ItemPressed.Options.UseForeColor    = true;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1,
         this.navBarGroup2,
         this.navBarGroup3,
         this.navBarGroup4
     });
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.nbiTemplateLib,
         this.nbiPipeLib,
         this.nbiColorLib,
         this.nbiModelLib,
         this.nbiTextureLib,
         this.nbiTopoLib,
         this.nbiDefaultField,
         this.nbiFacilityClass,
         this.nbiImportData,
         this.nbiPipeSet,
         this.nbiTopoCreate,
         this.nbiAuto3DCreate,
         this.navBarSeparatorItem1,
         this.nbiShow3DPipe,
         this.nbiCatalogLib,
         this.navBarSeparatorItem2,
         this.navBarSeparatorItem3,
         this.nbiSyncPipeLib,
         this.nbiTempLib
     });
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name     = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 191;
     this.navBarControl1.Size     = new System.Drawing.Size(191, 519);
     this.navBarControl1.TabIndex = 0;
     this.navBarControl1.Text     = "navBarControl1";
     //
     // navBarGroup1
     //
     this.navBarGroup1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.Appearance.Image")));
     this.navBarGroup1.Caption          = "数据源管理";
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiTemplateLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPipeLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiTempLib)
     });
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name       = "navBarGroup1";
     //
     // nbiTemplateLib
     //
     this.nbiTemplateLib.Caption      = "模板数据库";
     this.nbiTemplateLib.LargeImage   = ((System.Drawing.Image)(resources.GetObject("nbiTemplateLib.LargeImage")));
     this.nbiTemplateLib.Name         = "nbiTemplateLib";
     this.nbiTemplateLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiTemplateLib.SmallImage")));
     this.nbiTemplateLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiTemplateLib_LinkClicked);
     //
     // nbiPipeLib
     //
     this.nbiPipeLib.Caption      = "管线数据库";
     this.nbiPipeLib.Name         = "nbiPipeLib";
     this.nbiPipeLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiPipeLib.SmallImage")));
     this.nbiPipeLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPipeLib_LinkClicked);
     //
     // nbiTempLib
     //
     this.nbiTempLib.Caption      = "临时数据库";
     this.nbiTempLib.Name         = "nbiTempLib";
     this.nbiTempLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiTempLib.SmallImage")));
     this.nbiTempLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiTempLib_LinkClicked);
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "模板库管理";
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiColorLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiModelLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiTextureLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarSeparatorItem2),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiCatalogLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiTopoLib),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarSeparatorItem3),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiSyncPipeLib)
     });
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name       = "navBarGroup2";
     //
     // nbiColorLib
     //
     this.nbiColorLib.Caption      = "颜色库管理";
     this.nbiColorLib.Name         = "nbiColorLib";
     this.nbiColorLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiColorLib.SmallImage")));
     this.nbiColorLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiColorLib_LinkClicked);
     //
     // nbiModelLib
     //
     this.nbiModelLib.Caption      = "模型库管理";
     this.nbiModelLib.Name         = "nbiModelLib";
     this.nbiModelLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiModelLib.SmallImage")));
     this.nbiModelLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiModelLib_LinkClicked);
     //
     // nbiTextureLib
     //
     this.nbiTextureLib.Caption      = "纹理库管理";
     this.nbiTextureLib.Name         = "nbiTextureLib";
     this.nbiTextureLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiTextureLib.SmallImage")));
     this.nbiTextureLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiTextureLib_LinkClicked);
     //
     // navBarSeparatorItem2
     //
     this.navBarSeparatorItem2.CanDrag         = false;
     this.navBarSeparatorItem2.Enabled         = false;
     this.navBarSeparatorItem2.Hint            = null;
     this.navBarSeparatorItem2.LargeImageIndex = 0;
     this.navBarSeparatorItem2.LargeImageSize  = new System.Drawing.Size(0, 0);
     this.navBarSeparatorItem2.Name            = "navBarSeparatorItem2";
     this.navBarSeparatorItem2.SmallImageIndex = 0;
     this.navBarSeparatorItem2.SmallImageSize  = new System.Drawing.Size(0, 0);
     //
     // nbiCatalogLib
     //
     this.nbiCatalogLib.Caption      = "目录树管理";
     this.nbiCatalogLib.Name         = "nbiCatalogLib";
     this.nbiCatalogLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiCatalogLib.SmallImage")));
     this.nbiCatalogLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiCatalogLib_LinkClicked);
     //
     // nbiTopoLib
     //
     this.nbiTopoLib.Caption      = "拓扑层管理";
     this.nbiTopoLib.Name         = "nbiTopoLib";
     this.nbiTopoLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiTopoLib.SmallImage")));
     this.nbiTopoLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiTopoLib_LinkClicked);
     //
     // navBarSeparatorItem3
     //
     this.navBarSeparatorItem3.CanDrag         = false;
     this.navBarSeparatorItem3.Enabled         = false;
     this.navBarSeparatorItem3.Hint            = null;
     this.navBarSeparatorItem3.LargeImageIndex = 0;
     this.navBarSeparatorItem3.LargeImageSize  = new System.Drawing.Size(0, 0);
     this.navBarSeparatorItem3.Name            = "navBarSeparatorItem3";
     this.navBarSeparatorItem3.SmallImageIndex = 0;
     this.navBarSeparatorItem3.SmallImageSize  = new System.Drawing.Size(0, 0);
     //
     // nbiSyncPipeLib
     //
     this.nbiSyncPipeLib.Caption      = "同步管线库设施类";
     this.nbiSyncPipeLib.Name         = "nbiSyncPipeLib";
     this.nbiSyncPipeLib.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiSyncPipeLib.SmallImage")));
     this.nbiSyncPipeLib.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiSyncPipeLib_LinkClicked);
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "管线库配置";
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiDefaultField),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiFacilityClass)
     });
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name       = "navBarGroup3";
     this.navBarGroup3.Visible    = false;
     //
     // nbiDefaultField
     //
     this.nbiDefaultField.Caption    = "默认字段设置";
     this.nbiDefaultField.Name       = "nbiDefaultField";
     this.nbiDefaultField.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbiDefaultField.SmallImage")));
     //
     // nbiFacilityClass
     //
     this.nbiFacilityClass.Caption    = "设施类配置";
     this.nbiFacilityClass.Name       = "nbiFacilityClass";
     this.nbiFacilityClass.SmallImage = ((System.Drawing.Image)(resources.GetObject("nbiFacilityClass.SmallImage")));
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption  = "管线三维化";
     this.navBarGroup4.Expanded = true;
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiImportData),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPipeSet),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiTopoCreate),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiAuto3DCreate),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarSeparatorItem1),
         new DevExpress.XtraNavBar.NavBarItemLink(this.nbiShow3DPipe)
     });
     this.navBarGroup4.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup4.LargeImage")));
     this.navBarGroup4.Name       = "navBarGroup4";
     //
     // nbiImportData
     //
     this.nbiImportData.Caption      = "数据导入";
     this.nbiImportData.Name         = "nbiImportData";
     this.nbiImportData.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiImportData.SmallImage")));
     this.nbiImportData.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiImportData_LinkClicked);
     //
     // nbiPipeSet
     //
     this.nbiPipeSet.Caption      = "管线指定";
     this.nbiPipeSet.Name         = "nbiPipeSet";
     this.nbiPipeSet.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiPipeSet.SmallImage")));
     this.nbiPipeSet.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPipeSet_LinkClicked);
     //
     // nbiTopoCreate
     //
     this.nbiTopoCreate.Caption      = "拓扑创建";
     this.nbiTopoCreate.Name         = "nbiTopoCreate";
     this.nbiTopoCreate.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiTopoCreate.SmallImage")));
     this.nbiTopoCreate.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiTopoCreate_LinkClicked);
     //
     // nbiAuto3DCreate
     //
     this.nbiAuto3DCreate.Caption      = "自动三维化";
     this.nbiAuto3DCreate.Name         = "nbiAuto3DCreate";
     this.nbiAuto3DCreate.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiAuto3DCreate.SmallImage")));
     this.nbiAuto3DCreate.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiAuto3DCreate_LinkClicked);
     //
     // navBarSeparatorItem1
     //
     this.navBarSeparatorItem1.CanDrag         = false;
     this.navBarSeparatorItem1.Enabled         = false;
     this.navBarSeparatorItem1.Hint            = null;
     this.navBarSeparatorItem1.LargeImageIndex = 0;
     this.navBarSeparatorItem1.LargeImageSize  = new System.Drawing.Size(0, 0);
     this.navBarSeparatorItem1.Name            = "navBarSeparatorItem1";
     this.navBarSeparatorItem1.SmallImageIndex = 0;
     this.navBarSeparatorItem1.SmallImageSize  = new System.Drawing.Size(0, 0);
     //
     // nbiShow3DPipe
     //
     this.nbiShow3DPipe.Caption      = "结果展示";
     this.nbiShow3DPipe.Name         = "nbiShow3DPipe";
     this.nbiShow3DPipe.SmallImage   = ((System.Drawing.Image)(resources.GetObject("nbiShow3DPipe.SmallImage")));
     this.nbiShow3DPipe.LinkPressed += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiShow3DPipe_LinkPressed);
     //
     // ucContainer
     //
     this.ucContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ucContainer.Location = new System.Drawing.Point(0, 0);
     this.ucContainer.Name     = "ucContainer";
     this.ucContainer.Size     = new System.Drawing.Size(623, 519);
     this.ucContainer.TabIndex = 0;
     //
     // MainForm
     //
     this.ClientSize = new System.Drawing.Size(819, 519);
     this.Controls.Add(this.splitContainerControl1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "三维管线生成工具";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ucContainer)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 12
0
 public SplitContainerViewInfoDescendant(DevExpress.XtraEditors.SplitContainerControl container)
     : base(container)
 {
 }
Esempio n. 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager   resources  = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1  = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1     = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1  = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler   = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop         = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh        = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList    = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract       = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit        = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63     = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd            = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember           = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End         = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId  = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start       = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status      = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject     = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers  = false;
     this.dateNavigator1.Size             = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex         = 1;
     this.dateNavigator1.DoubleClick     += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts            = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete               = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect          = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility           = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size              = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start             = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage           = this.schedulerStorage1;
     this.schedulerControl1.TabIndex          = 0;
     this.schedulerControl1.Text              = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler1
     });
     this.schedulerControl1.Views.DayView.TimeScale            = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler2
     });
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader        += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow  = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll  = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name     = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size     = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text     = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor            = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text     = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location                   = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name     = "sBtnRefresh";
     this.sBtnRefresh.Size     = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text     = "Refresh";
     this.sBtnRefresh.Click   += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name     = "sBtnWaitingList";
     this.sBtnWaitingList.Size     = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text     = "Waiting List";
     this.sBtnWaitingList.Click   += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont        = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex                        = 1;
     this.sBtnSubtract.Location                          = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name     = "sBtnSubtract";
     this.sBtnSubtract.Size     = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text     = ">>";
     this.sBtnSubtract.Click   += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name     = "sBtnForfeit";
     this.sBtnForfeit.Size     = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text     = "Forfeit";
     this.sBtnForfeit.Click   += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name     = "SimpleButton61";
     this.SimpleButton61.Size     = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text     = "Mark Service";
     this.SimpleButton61.Click   += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name     = "SimpleButton62";
     this.SimpleButton62.Size     = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text     = "Delete";
     this.SimpleButton62.Click   += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name     = "SimpleButton63";
     this.SimpleButton63.Size     = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text     = "New";
     this.SimpleButton63.Click   += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont        = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex                        = 0;
     this.sBtnAdd.Location                          = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name     = "sBtnAdd";
     this.sBtnAdd.Size     = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text     = "<<";
     this.sBtnAdd.Click   += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick     = true;
     this.resourcesCheckedListBoxControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex         = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex    = 57;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 14
0
        public InOperation(MED_PATIENT_CARD patientInfo, decimal eventNo, bool showAnesAndOper)
        {
            Caption = ViewNames.InOperation;
            if (eventNo == 1)
            {
                Caption = ViewNames.PACUInOperation;
            }
            DevExpress.XtraEditors.SplitContainerControl splitter = new DevExpress.XtraEditors.SplitContainerControl();
            splitter.Dock = DockStyle.Fill;
            Controls.Add(splitter);
            splitter.Horizontal     = false;
            splitter.Panel2.MinSize = 150;
            splitter.Panel1.MinSize = 200;
            splitter.FixedPanel     = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            Panel pnlBody = new Panel();

            pnlBody.Dock            = DockStyle.Fill;
            _anesthesiaEventsEditor = new AnesthesiaEventsEditor(patientInfo, eventNo.ToString());
            pnlBody.Controls.Add(_anesthesiaEventsEditor);
            _anesthesiaEventsEditor.Dock = DockStyle.Fill;
            _anesthesiaEventsEditor.BringToFront();
            splitter.Panel1.Controls.Add(pnlBody);
            _patMonitorEditor         = new PatMonitorEditor(patientInfo.PATIENT_ID, patientInfo.VISIT_ID, patientInfo.OPER_ID, eventNo.ToString());
            _patMonitorEditor.Dock    = DockStyle.Fill;
            splitter.SplitterPosition = 280;
            splitter.Panel2.Controls.Add(_patMonitorEditor);
            if (ExtendApplicationContext.Current.AppType == ApplicationType.PACU)
            {
                if (_anesthesiaEventsEditor != null)
                {
                    _anesthesiaEventsEditor.SetReadOnly(false);
                }
                if (_patMonitorEditor != null)
                {
                    _patMonitorEditor.SetReadOnly(false);
                }
            }
            else if (ExtendApplicationContext.Current.AppType == ApplicationType.Anesthesia)
            {
                if (!AccessControl.CheckModifyRight(PermissionContext.ANESRECORDOPER) || !AccessControl.CheckModifyRightForOperator("麻醉记录单"))//ApplicationConfiguration.AnesRecordOper)//麻醉数据修改操作权限控制
                {
                    if (_anesthesiaEventsEditor != null)
                    {
                        _anesthesiaEventsEditor.SetReadOnly(true);
                    }
                }
                else
                {
                    if (_anesthesiaEventsEditor != null)
                    {
                        _anesthesiaEventsEditor.SetReadOnly(false);
                    }
                }
                if (!AccessControl.CheckModifyRight(PermissionContext.MonitorDataEdit) || !AccessControl.CheckModifyRightForOperator("麻醉记录单"))
                {
                    if (_patMonitorEditor != null)
                    {
                        _patMonitorEditor.SetReadOnly(true);
                    }
                }
                else
                {
                    if (_patMonitorEditor != null)
                    {
                        _patMonitorEditor.SetReadOnly(false);
                    }
                }
            }

            //只有PACU时判断
            if (ExtendApplicationContext.Current.EventNo == "1")
            {
                if (!ExtendApplicationContext.Current.CustomSettingContext.IsShowAnesthesiaEventsEditor)
                {
                    SetAnesthesiaEventsEditorVisible(false);
                    splitter.Panel1.MinSize   = 0;
                    splitter.Panel2.MinSize   = (int)(Screen.PrimaryScreen.Bounds.Height);
                    splitter.Panel1.Height    = 0;
                    splitter.SplitterPosition = 0;
                }
                if (!ExtendApplicationContext.Current.CustomSettingContext.IsShowPatMonitorEditor)
                {
                    _patMonitorEditor.Visible = false;

                    splitter.Panel2.MinSize = 0;
                    splitter.Panel1.MinSize = (int)(Screen.PrimaryScreen.Bounds.Height);
                    splitter.Panel2.Height  = 0;

                    splitter.SplitterPosition = (int)(Screen.PrimaryScreen.Bounds.Height);
                }
            }
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddSPark = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddDoor = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddPark = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.trvParkStall = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.grpFee = new DevExpress.XtraEditors.GroupControl();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rdofeed2 = new System.Windows.Forms.RadioButton();
     this.rdofeed6 = new System.Windows.Forms.RadioButton();
     this.rdofeed1 = new System.Windows.Forms.RadioButton();
     this.rdofeed5 = new System.Windows.Forms.RadioButton();
     this.rdofeed3 = new System.Windows.Forms.RadioButton();
     this.rdofeed4 = new System.Windows.Forms.RadioButton();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
     this.tabFeeStd = new System.Windows.Forms.TabControl();
     this.tabpgFee1 = new System.Windows.Forms.TabPage();
     this.RemarkLab = new System.Windows.Forms.Label();
     this.tbDayOut = new System.Windows.Forms.TextBox();
     this.DayOutLab = new System.Windows.Forms.Label();
     this.tbBasicFee = new System.Windows.Forms.TextBox();
     this.BasicFeeLab = new System.Windows.Forms.Label();
     this.tbFreeTlen = new System.Windows.Forms.TextBox();
     this.FreeTimeLab = new System.Windows.Forms.Label();
     this.tabpgFee2 = new System.Windows.Forms.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.ChargeRateTxt2 = new System.Windows.Forms.TextBox();
     this.ChargeTimeTxt2 = new System.Windows.Forms.TextBox();
     this.AftFreeTxt2 = new System.Windows.Forms.TextBox();
     this.BasicFeeTxt2 = new System.Windows.Forms.TextBox();
     this.BasicTimeTxt2 = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt2 = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.InfomationLab2 = new System.Windows.Forms.Label();
     this.ChargeRateLab2 = new System.Windows.Forms.Label();
     this.ChargeTimeLab2 = new System.Windows.Forms.Label();
     this.AftFreeLab2 = new System.Windows.Forms.Label();
     this.BasicFeeLab2 = new System.Windows.Forms.Label();
     this.BasicTimeLab2 = new System.Windows.Forms.Label();
     this.FreeTimeLab2 = new System.Windows.Forms.Label();
     this.tabpgFee3 = new System.Windows.Forms.TabPage();
     this.Infomation31 = new System.Windows.Forms.Label();
     this.Infomation3 = new System.Windows.Forms.Label();
     this.LoopFeeTxt5 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt5 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt4 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt4 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt2 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt2 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt1 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt1 = new System.Windows.Forms.TextBox();
     this.LoopNoTxt = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopFeeLab5 = new System.Windows.Forms.Label();
     this.LoopTimeLab5 = new System.Windows.Forms.Label();
     this.LoopFeeLab4 = new System.Windows.Forms.Label();
     this.LoopTimeLab4 = new System.Windows.Forms.Label();
     this.LoopFeeLab3 = new System.Windows.Forms.Label();
     this.LoopTimeLab3 = new System.Windows.Forms.Label();
     this.LoopFeeLab2 = new System.Windows.Forms.Label();
     this.LoopTimeLab2 = new System.Windows.Forms.Label();
     this.LoopFeeLab1 = new System.Windows.Forms.Label();
     this.LoopTimeLab1 = new System.Windows.Forms.Label();
     this.LoopNoLab = new System.Windows.Forms.Label();
     this.FreeTimeLab3 = new System.Windows.Forms.Label();
     this.tabpgFee4 = new System.Windows.Forms.TabPage();
     this.maskedTextBox13 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox12 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox11 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox10 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox9 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox8 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox7 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox6 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.OutStageLab5 = new System.Windows.Forms.Label();
     this.TimePointLab5 = new System.Windows.Forms.Label();
     this.OutStageLab4 = new System.Windows.Forms.Label();
     this.TimePointLab4 = new System.Windows.Forms.Label();
     this.OutStageLab3 = new System.Windows.Forms.Label();
     this.TimePointLab3 = new System.Windows.Forms.Label();
     this.OutStageLab2 = new System.Windows.Forms.Label();
     this.TimePointLab2 = new System.Windows.Forms.Label();
     this.OutStageLab1 = new System.Windows.Forms.Label();
     this.TimePointLab1 = new System.Windows.Forms.Label();
     this.BasicFeeLab4 = new System.Windows.Forms.Label();
     this.FreeTimeLab4 = new System.Windows.Forms.Label();
     this.TimeCountLab = new System.Windows.Forms.Label();
     this.tabpgFee5 = new System.Windows.Forms.TabPage();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.ChargeRateTxt6 = new System.Windows.Forms.TextBox();
     this.ChargeRateLab6 = new System.Windows.Forms.Label();
     this.ChargeTimeTxt6 = new System.Windows.Forms.TextBox();
     this.ChargeTimeLab6 = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.ChargeRateTxt5 = new System.Windows.Forms.TextBox();
     this.ChargeRateLab5 = new System.Windows.Forms.Label();
     this.ChargeTimeTxt5 = new System.Windows.Forms.TextBox();
     this.ChargeTimeLab5 = new System.Windows.Forms.Label();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.TimePoint4 = new System.Windows.Forms.DateTimePicker();
     this.TimePoint4Lab = new System.Windows.Forms.Label();
     this.TimePoint3 = new System.Windows.Forms.DateTimePicker();
     this.TimePoint3Lab = new System.Windows.Forms.Label();
     this.AftFreeTxt5 = new System.Windows.Forms.TextBox();
     this.BasicFeeTxt5 = new System.Windows.Forms.TextBox();
     this.BasicTimeTxt5 = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt5 = new System.Windows.Forms.TextBox();
     this.AftFreeLab5 = new System.Windows.Forms.Label();
     this.BasicFeeLab5 = new System.Windows.Forms.Label();
     this.BasicTimeLab5 = new System.Windows.Forms.Label();
     this.FreeTimeLab5 = new System.Windows.Forms.Label();
     this.tabpgFee6 = new System.Windows.Forms.TabPage();
     this.HourFeeTxt24 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt23 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt22 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt21 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt20 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt19 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt18 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt17 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt16 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt15 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt14 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt13 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt12 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt11 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt10 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt9 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt8 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt7 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt6 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt5 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt4 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt3 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt2 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt1 = new System.Windows.Forms.TextBox();
     this.LimitAccTxt = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt6 = new System.Windows.Forms.TextBox();
     this.HourFeeLab24 = new System.Windows.Forms.Label();
     this.HourFeeLab23 = new System.Windows.Forms.Label();
     this.HourFeeLab22 = new System.Windows.Forms.Label();
     this.HourFeeLab21 = new System.Windows.Forms.Label();
     this.HourFeeLab20 = new System.Windows.Forms.Label();
     this.HourFeeLab19 = new System.Windows.Forms.Label();
     this.HourFeeLab18 = new System.Windows.Forms.Label();
     this.HourFeeLab17 = new System.Windows.Forms.Label();
     this.HourFeeLab16 = new System.Windows.Forms.Label();
     this.HourFeeLab15 = new System.Windows.Forms.Label();
     this.HourFeeLab14 = new System.Windows.Forms.Label();
     this.HourFeeLab13 = new System.Windows.Forms.Label();
     this.HourFeeLab12 = new System.Windows.Forms.Label();
     this.HourFeeLab11 = new System.Windows.Forms.Label();
     this.HourFeeLab10 = new System.Windows.Forms.Label();
     this.HourFeeLab9 = new System.Windows.Forms.Label();
     this.HourFeeLab8 = new System.Windows.Forms.Label();
     this.HourFeeLab7 = new System.Windows.Forms.Label();
     this.HourFeeLab6 = new System.Windows.Forms.Label();
     this.HourFeeLab5 = new System.Windows.Forms.Label();
     this.HourFeeLab4 = new System.Windows.Forms.Label();
     this.HourFeeLab3 = new System.Windows.Forms.Label();
     this.HourFeeLab2 = new System.Windows.Forms.Label();
     this.HourFeeLab1 = new System.Windows.Forms.Label();
     this.LimitAccLab = new System.Windows.Forms.Label();
     this.FreeTimeLab6 = new System.Windows.Forms.Label();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.btnbigCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMiCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnTimeCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnSmallCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMoCar = new DevExpress.XtraEditors.SimpleButton();
     this.grpParam = new DevExpress.XtraEditors.GroupControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.dbDev = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.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.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     this.btnAddDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveDev = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbChannel = new System.Windows.Forms.GroupBox();
     this.plCarType = new System.Windows.Forms.Panel();
     this.checkEdit13 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit14 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit15 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit16 = new DevExpress.XtraEditors.CheckEdit();
     this.plCardType = new System.Windows.Forms.Panel();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.radChannelCard = new System.Windows.Forms.RadioButton();
     this.radChannelCar = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbCardType = new System.Windows.Forms.GroupBox();
     this.checkBox17 = new DevExpress.XtraEditors.CheckEdit();
     this.GbkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.CzkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LskChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.SdkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.MfkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LmkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.QkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBox1 = new DevExpress.XtraEditors.CheckEdit();
     this.checkBox2 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbAccept = new System.Windows.Forms.GroupBox();
     this.checkBox16 = new DevExpress.XtraEditors.CheckEdit();
     this.GbkChk = new DevExpress.XtraEditors.CheckEdit();
     this.CzkChk = new DevExpress.XtraEditors.CheckEdit();
     this.LskChk = new DevExpress.XtraEditors.CheckEdit();
     this.SdkChk = new DevExpress.XtraEditors.CheckEdit();
     this.MfkChk = new DevExpress.XtraEditors.CheckEdit();
     this.LmkChk = new DevExpress.XtraEditors.CheckEdit();
     this.QkChk = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.LsCardTpComb = new DevExpress.XtraEditors.LookUpEdit();
     this.CarTypeComb = new DevExpress.XtraEditors.LookUpEdit();
     this.LsCardTpLab = new System.Windows.Forms.Label();
     this.CarTypeLab = new System.Windows.Forms.Label();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.MulInOutChk = new DevExpress.XtraEditors.CheckEdit();
     this.IsOutComChk = new DevExpress.XtraEditors.CheckEdit();
     this.SmaPrkLogComb = new DevExpress.XtraEditors.LookUpEdit();
     this.DevAddrTxt = new DevExpress.XtraEditors.TextEdit();
     this.ValDayAlmTxt = new DevExpress.XtraEditors.TextEdit();
     this.comboBox1 = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.DevAddrLab = new System.Windows.Forms.Label();
     this.SmaPrkLogLab = new System.Windows.Forms.Label();
     this.CardBalAlmLab = new System.Windows.Forms.Label();
     this.ValDayAlmLab = new System.Windows.Forms.Label();
     this.panBaseInfo = new DevExpress.XtraEditors.GroupControl();
     this.panelControl16 = new DevExpress.XtraEditors.PanelControl();
     this.RetainStaTxt = new DevExpress.XtraEditors.TextEdit();
     this.TypeCombo = new System.Windows.Forms.ComboBox();
     this.AllNoTxt = new DevExpress.XtraEditors.TextEdit();
     this.RetainStaLab = new System.Windows.Forms.Label();
     this.AllNoLab = new System.Windows.Forms.Label();
     this.StallNoTxt = new DevExpress.XtraEditors.TextEdit();
     this.ComIpTxt = new DevExpress.XtraEditors.TextEdit();
     this.TxtStalname = new DevExpress.XtraEditors.TextEdit();
     this.ComIpLab = new System.Windows.Forms.Label();
     this.TypeLab = new System.Windows.Forms.Label();
     this.StallNameLab = new System.Windows.Forms.Label();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.radfee2 = new System.Windows.Forms.RadioButton();
     this.radfee6 = new System.Windows.Forms.RadioButton();
     this.radfee1 = new System.Windows.Forms.RadioButton();
     this.radfee5 = new System.Windows.Forms.RadioButton();
     this.radfee3 = new System.Windows.Forms.RadioButton();
     this.radfee4 = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trvParkStall)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpFee)).BeginInit();
     this.grpFee.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     this.tabFeeStd.SuspendLayout();
     this.tabpgFee1.SuspendLayout();
     this.tabpgFee2.SuspendLayout();
     this.tabpgFee3.SuspendLayout();
     this.tabpgFee4.SuspendLayout();
     this.tabpgFee5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.tabpgFee6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpParam)).BeginInit();
     this.grpParam.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     this.panelControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     this.grpbChannel.SuspendLayout();
     this.plCarType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).BeginInit();
     this.plCardType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     this.grpbCardType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox17.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk1.Properties)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2.Properties)).BeginInit();
     this.grpbAccept.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox16.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk.Properties)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LsCardTpComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypeComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MulInOutChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsOutComChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmaPrkLogComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DevAddrTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValDayAlmTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panBaseInfo)).BeginInit();
     this.panBaseInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).BeginInit();
     this.panelControl16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RetainStaTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllNoTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StallNoTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComIpTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtStalname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.simpleButton6);
     this.panelControl1.Controls.Add(this.btnSave);
     this.panelControl1.Controls.Add(this.btnAddSPark);
     this.panelControl1.Controls.Add(this.btnAddDoor);
     this.panelControl1.Controls.Add(this.btnDel);
     this.panelControl1.Controls.Add(this.btnAddPark);
     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(852, 45);
     this.panelControl1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(383, 9);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(64, 30);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "退出";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(309, 10);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(64, 30);
     this.btnSave.TabIndex = 4;
     this.btnSave.Text = "保存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnAddSPark
     //
     this.btnAddSPark.Location = new System.Drawing.Point(95, 8);
     this.btnAddSPark.Name = "btnAddSPark";
     this.btnAddSPark.Size = new System.Drawing.Size(64, 30);
     this.btnAddSPark.TabIndex = 3;
     this.btnAddSPark.Text = "增加内场";
     this.btnAddSPark.Click += new System.EventHandler(this.btnAddSPark_Click);
     //
     // btnAddDoor
     //
     this.btnAddDoor.Location = new System.Drawing.Point(165, 8);
     this.btnAddDoor.Name = "btnAddDoor";
     this.btnAddDoor.Size = new System.Drawing.Size(64, 30);
     this.btnAddDoor.TabIndex = 2;
     this.btnAddDoor.Text = "增加门岗";
     this.btnAddDoor.Click += new System.EventHandler(this.btnAddDoor_Click);
     //
     // btnDel
     //
     this.btnDel.Location = new System.Drawing.Point(238, 9);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(64, 30);
     this.btnDel.TabIndex = 1;
     this.btnDel.Text = "删除";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnAddPark
     //
     this.btnAddPark.Location = new System.Drawing.Point(25, 8);
     this.btnAddPark.Name = "btnAddPark";
     this.btnAddPark.Size = new System.Drawing.Size(64, 30);
     this.btnAddPark.TabIndex = 0;
     this.btnAddPark.Text = "增加车场";
     this.btnAddPark.Click += new System.EventHandler(this.btnAddPark_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 45);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.trvParkStall);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.grpFee);
     this.splitContainerControl1.Panel2.Controls.Add(this.grpParam);
     this.splitContainerControl1.Panel2.Controls.Add(this.panBaseInfo);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(852, 682);
     this.splitContainerControl1.SplitterPosition = 199;
     this.splitContainerControl1.TabIndex = 1;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // trvParkStall
     //
     this.trvParkStall.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Blue;
     this.trvParkStall.Appearance.FocusedCell.Options.UseForeColor = true;
     this.trvParkStall.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.trvParkStall.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.trvParkStall.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn2,
     this.treeListColumn1});
     this.trvParkStall.Dock = System.Windows.Forms.DockStyle.Fill;
     this.trvParkStall.FixedLineWidth = 1;
     this.trvParkStall.Location = new System.Drawing.Point(0, 0);
     this.trvParkStall.Name = "trvParkStall";
     this.trvParkStall.OptionsBehavior.Editable = false;
     this.trvParkStall.OptionsBehavior.KeepSelectedOnClick = false;
     this.trvParkStall.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.trvParkStall.OptionsView.ShowHorzLines = false;
     this.trvParkStall.OptionsView.ShowVertLines = false;
     this.trvParkStall.Size = new System.Drawing.Size(199, 682);
     this.trvParkStall.TabIndex = 57;
     this.trvParkStall.Tag = "@db=门禁管理";
     this.trvParkStall.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.trvParkStall_AfterFocusNode);
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "停车场信息";
     this.treeListColumn2.FieldName = "名称";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.Visible = true;
     this.treeListColumn2.VisibleIndex = 0;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "id";
     this.treeListColumn1.FieldName = "id";
     this.treeListColumn1.Name = "treeListColumn1";
     //
     // grpFee
     //
     this.grpFee.Controls.Add(this.groupBox2);
     this.grpFee.Controls.Add(this.panelControl3);
     this.grpFee.Location = new System.Drawing.Point(2, 638);
     this.grpFee.Name = "grpFee";
     this.grpFee.Size = new System.Drawing.Size(578, 41);
     this.grpFee.TabIndex = 12;
     this.grpFee.Tag = "";
     this.grpFee.Text = "收费标准";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rdofeed2);
     this.groupBox2.Controls.Add(this.rdofeed6);
     this.groupBox2.Controls.Add(this.rdofeed1);
     this.groupBox2.Controls.Add(this.rdofeed5);
     this.groupBox2.Controls.Add(this.rdofeed3);
     this.groupBox2.Controls.Add(this.rdofeed4);
     this.groupBox2.Location = new System.Drawing.Point(0, 53);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(629, 33);
     this.groupBox2.TabIndex = 61;
     this.groupBox2.TabStop = false;
     //
     // rdofeed2
     //
     this.rdofeed2.AutoSize = true;
     this.rdofeed2.Location = new System.Drawing.Point(94, 12);
     this.rdofeed2.Name = "rdofeed2";
     this.rdofeed2.Size = new System.Drawing.Size(61, 18);
     this.rdofeed2.TabIndex = 4;
     this.rdofeed2.Tag = "@pm=方式代码,@val=2";
     this.rdofeed2.Text = "收费二";
     this.rdofeed2.UseVisualStyleBackColor = true;
     this.rdofeed2.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed6
     //
     this.rdofeed6.AutoSize = true;
     this.rdofeed6.Location = new System.Drawing.Point(399, 11);
     this.rdofeed6.Name = "rdofeed6";
     this.rdofeed6.Size = new System.Drawing.Size(61, 18);
     this.rdofeed6.TabIndex = 8;
     this.rdofeed6.Tag = "@pm=方式代码,@val=6";
     this.rdofeed6.Text = "收费六";
     this.rdofeed6.UseVisualStyleBackColor = true;
     this.rdofeed6.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed1
     //
     this.rdofeed1.AutoSize = true;
     this.rdofeed1.Checked = true;
     this.rdofeed1.Location = new System.Drawing.Point(21, 11);
     this.rdofeed1.Name = "rdofeed1";
     this.rdofeed1.Size = new System.Drawing.Size(61, 18);
     this.rdofeed1.TabIndex = 3;
     this.rdofeed1.TabStop = true;
     this.rdofeed1.Tag = "@pm=方式代码,@val=1";
     this.rdofeed1.Text = "收费一";
     this.rdofeed1.UseVisualStyleBackColor = true;
     this.rdofeed1.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed5
     //
     this.rdofeed5.AutoSize = true;
     this.rdofeed5.Location = new System.Drawing.Point(334, 11);
     this.rdofeed5.Name = "rdofeed5";
     this.rdofeed5.Size = new System.Drawing.Size(61, 18);
     this.rdofeed5.TabIndex = 7;
     this.rdofeed5.Tag = "@pm=方式代码,@val=5";
     this.rdofeed5.Text = "收费五";
     this.rdofeed5.UseVisualStyleBackColor = true;
     this.rdofeed5.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed3
     //
     this.rdofeed3.AutoSize = true;
     this.rdofeed3.Location = new System.Drawing.Point(179, 12);
     this.rdofeed3.Name = "rdofeed3";
     this.rdofeed3.Size = new System.Drawing.Size(61, 18);
     this.rdofeed3.TabIndex = 5;
     this.rdofeed3.Tag = "@pm=方式代码,@val=3";
     this.rdofeed3.Text = "收费三";
     this.rdofeed3.UseVisualStyleBackColor = true;
     this.rdofeed3.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed4
     //
     this.rdofeed4.AutoSize = true;
     this.rdofeed4.Location = new System.Drawing.Point(254, 12);
     this.rdofeed4.Name = "rdofeed4";
     this.rdofeed4.Size = new System.Drawing.Size(61, 18);
     this.rdofeed4.TabIndex = 6;
     this.rdofeed4.Tag = "@pm=方式代码,@val=4";
     this.rdofeed4.Text = "收费四";
     this.rdofeed4.UseVisualStyleBackColor = true;
     this.rdofeed4.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.panelControl7);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(2, 21);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(574, 18);
     this.panelControl3.TabIndex = 1;
     this.panelControl3.Tag = "@db=用户信息";
     //
     // panelControl7
     //
     this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl7.Controls.Add(this.panelControl8);
     this.panelControl7.Controls.Add(this.panelControl6);
     this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl7.Location = new System.Drawing.Point(0, 0);
     this.panelControl7.Name = "panelControl7";
     this.panelControl7.Size = new System.Drawing.Size(574, 18);
     this.panelControl7.TabIndex = 10;
     //
     // panelControl8
     //
     this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl8.Controls.Add(this.tabFeeStd);
     this.panelControl8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl8.Location = new System.Drawing.Point(0, 35);
     this.panelControl8.Name = "panelControl8";
     this.panelControl8.Size = new System.Drawing.Size(574, 0);
     this.panelControl8.TabIndex = 62;
     //
     // tabFeeStd
     //
     this.tabFeeStd.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabFeeStd.Controls.Add(this.tabpgFee1);
     this.tabFeeStd.Controls.Add(this.tabpgFee2);
     this.tabFeeStd.Controls.Add(this.tabpgFee3);
     this.tabFeeStd.Controls.Add(this.tabpgFee4);
     this.tabFeeStd.Controls.Add(this.tabpgFee5);
     this.tabFeeStd.Controls.Add(this.tabpgFee6);
     this.tabFeeStd.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabFeeStd.Location = new System.Drawing.Point(0, 0);
     this.tabFeeStd.Name = "tabFeeStd";
     this.tabFeeStd.SelectedIndex = 0;
     this.tabFeeStd.ShowToolTips = true;
     this.tabFeeStd.Size = new System.Drawing.Size(574, 0);
     this.tabFeeStd.TabIndex = 62;
     this.tabFeeStd.Tag = "@tb=收费标准";
     //
     // tabpgFee1
     //
     this.tabpgFee1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee1.Controls.Add(this.RemarkLab);
     this.tabpgFee1.Controls.Add(this.tbDayOut);
     this.tabpgFee1.Controls.Add(this.DayOutLab);
     this.tabpgFee1.Controls.Add(this.tbBasicFee);
     this.tabpgFee1.Controls.Add(this.BasicFeeLab);
     this.tabpgFee1.Controls.Add(this.tbFreeTlen);
     this.tabpgFee1.Controls.Add(this.FreeTimeLab);
     this.tabpgFee1.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee1.Name = "tabpgFee1";
     this.tabpgFee1.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee1.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee1.TabIndex = 0;
     this.tabpgFee1.Tag = "";
     this.tabpgFee1.Text = "收费方式1";
     //
     // RemarkLab
     //
     this.RemarkLab.AutoSize = true;
     this.RemarkLab.Location = new System.Drawing.Point(116, 190);
     this.RemarkLab.Name = "RemarkLab";
     this.RemarkLab.Size = new System.Drawing.Size(419, 14);
     this.RemarkLab.TabIndex = 6;
     this.RemarkLab.Text = "计算方法:在T0内免费,超过T0而为跨天收费F1,以后每跨一天加一次收费F2 ";
     //
     // tbDayOut
     //
     this.tbDayOut.Location = new System.Drawing.Point(136, 106);
     this.tbDayOut.Name = "tbDayOut";
     this.tbDayOut.Size = new System.Drawing.Size(145, 22);
     this.tbDayOut.TabIndex = 5;
     this.tbDayOut.Tag = "@pm=金额";
     //
     // DayOutLab
     //
     this.DayOutLab.AutoSize = true;
     this.DayOutLab.Location = new System.Drawing.Point(37, 110);
     this.DayOutLab.Name = "DayOutLab";
     this.DayOutLab.Size = new System.Drawing.Size(96, 14);
     this.DayOutLab.TabIndex = 4;
     this.DayOutLab.Text = "跨天收费金额F2:";
     //
     // tbBasicFee
     //
     this.tbBasicFee.Location = new System.Drawing.Point(434, 40);
     this.tbBasicFee.Name = "tbBasicFee";
     this.tbBasicFee.Size = new System.Drawing.Size(131, 22);
     this.tbBasicFee.TabIndex = 3;
     this.tbBasicFee.Tag = "@pm=基本费";
     //
     // BasicFeeLab
     //
     this.BasicFeeLab.AutoSize = true;
     this.BasicFeeLab.Location = new System.Drawing.Point(327, 44);
     this.BasicFeeLab.Name = "BasicFeeLab";
     this.BasicFeeLab.Size = new System.Drawing.Size(96, 14);
     this.BasicFeeLab.TabIndex = 2;
     this.BasicFeeLab.Text = "基本收费金额F1:";
     //
     // tbFreeTlen
     //
     this.tbFreeTlen.Location = new System.Drawing.Point(136, 41);
     this.tbFreeTlen.Name = "tbFreeTlen";
     this.tbFreeTlen.Size = new System.Drawing.Size(149, 22);
     this.tbFreeTlen.TabIndex = 1;
     this.tbFreeTlen.Tag = "@pm=免费时长";
     //
     // FreeTimeLab
     //
     this.FreeTimeLab.AutoSize = true;
     this.FreeTimeLab.Location = new System.Drawing.Point(57, 43);
     this.FreeTimeLab.Name = "FreeTimeLab";
     this.FreeTimeLab.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab.TabIndex = 0;
     this.FreeTimeLab.Text = "免费时长T0:";
     //
     // tabpgFee2
     //
     this.tabpgFee2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee2.Controls.Add(this.textBox1);
     this.tabpgFee2.Controls.Add(this.textBox2);
     this.tabpgFee2.Controls.Add(this.ChargeRateTxt2);
     this.tabpgFee2.Controls.Add(this.ChargeTimeTxt2);
     this.tabpgFee2.Controls.Add(this.AftFreeTxt2);
     this.tabpgFee2.Controls.Add(this.BasicFeeTxt2);
     this.tabpgFee2.Controls.Add(this.BasicTimeTxt2);
     this.tabpgFee2.Controls.Add(this.FreeTimeTxt2);
     this.tabpgFee2.Controls.Add(this.label13);
     this.tabpgFee2.Controls.Add(this.label5);
     this.tabpgFee2.Controls.Add(this.InfomationLab2);
     this.tabpgFee2.Controls.Add(this.ChargeRateLab2);
     this.tabpgFee2.Controls.Add(this.ChargeTimeLab2);
     this.tabpgFee2.Controls.Add(this.AftFreeLab2);
     this.tabpgFee2.Controls.Add(this.BasicFeeLab2);
     this.tabpgFee2.Controls.Add(this.BasicTimeLab2);
     this.tabpgFee2.Controls.Add(this.FreeTimeLab2);
     this.tabpgFee2.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee2.Name = "tabpgFee2";
     this.tabpgFee2.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee2.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee2.TabIndex = 1;
     this.tabpgFee2.Tag = "";
     this.tabpgFee2.Text = "收费方式2";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(434, 142);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(126, 22);
     this.textBox1.TabIndex = 19;
     this.textBox1.Tag = "@pm=日限额";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(434, 105);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(126, 22);
     this.textBox2.TabIndex = 17;
     this.textBox2.Tag = "@pm=廿四时限额";
     //
     // ChargeRateTxt2
     //
     this.ChargeRateTxt2.Location = new System.Drawing.Point(122, 149);
     this.ChargeRateTxt2.Name = "ChargeRateTxt2";
     this.ChargeRateTxt2.Size = new System.Drawing.Size(136, 22);
     this.ChargeRateTxt2.TabIndex = 11;
     this.ChargeRateTxt2.Tag = "@pm=金额,@num=1";
     //
     // ChargeTimeTxt2
     //
     this.ChargeTimeTxt2.Location = new System.Drawing.Point(122, 112);
     this.ChargeTimeTxt2.Name = "ChargeTimeTxt2";
     this.ChargeTimeTxt2.Size = new System.Drawing.Size(136, 22);
     this.ChargeTimeTxt2.TabIndex = 9;
     this.ChargeTimeTxt2.Tag = "@pm=时长,@num=1";
     //
     // AftFreeTxt2
     //
     this.AftFreeTxt2.Location = new System.Drawing.Point(434, 72);
     this.AftFreeTxt2.Name = "AftFreeTxt2";
     this.AftFreeTxt2.Size = new System.Drawing.Size(126, 22);
     this.AftFreeTxt2.TabIndex = 7;
     this.AftFreeTxt2.Tag = "@pm=基本费延时";
     //
     // BasicFeeTxt2
     //
     this.BasicFeeTxt2.Location = new System.Drawing.Point(122, 72);
     this.BasicFeeTxt2.Name = "BasicFeeTxt2";
     this.BasicFeeTxt2.Size = new System.Drawing.Size(136, 22);
     this.BasicFeeTxt2.TabIndex = 5;
     this.BasicFeeTxt2.Tag = "@pm=基本费";
     //
     // BasicTimeTxt2
     //
     this.BasicTimeTxt2.Location = new System.Drawing.Point(435, 36);
     this.BasicTimeTxt2.Name = "BasicTimeTxt2";
     this.BasicTimeTxt2.Size = new System.Drawing.Size(125, 22);
     this.BasicTimeTxt2.TabIndex = 3;
     this.BasicTimeTxt2.Tag = "@pm=基本时长";
     //
     // FreeTimeTxt2
     //
     this.FreeTimeTxt2.Location = new System.Drawing.Point(122, 36);
     this.FreeTimeTxt2.Name = "FreeTimeTxt2";
     this.FreeTimeTxt2.Size = new System.Drawing.Size(136, 22);
     this.FreeTimeTxt2.TabIndex = 1;
     this.FreeTimeTxt2.Tag = "@pm=免费时长";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(369, 152);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 14);
     this.label13.TabIndex = 18;
     this.label13.Text = "每日限额:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(347, 115);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(85, 14);
     this.label5.TabIndex = 16;
     this.label5.Text = "24小时限额FL:";
     //
     // InfomationLab2
     //
     this.InfomationLab2.AutoSize = true;
     this.InfomationLab2.Location = new System.Drawing.Point(119, 209);
     this.InfomationLab2.Name = "InfomationLab2";
     this.InfomationLab2.Size = new System.Drawing.Size(382, 42);
     this.InfomationLab2.TabIndex = 12;
     this.InfomationLab2.Text = "在T0内免费,超过T0而未超过T1收费F1,\r\n超过基本费时长T1而未超过基本费后的免费时长T2,不加收费用;\r\n如果超过T2,则以后每T3时长收费F2,且每个限" +
         "额时间内收费不超过FL。";
     //
     // ChargeRateLab2
     //
     this.ChargeRateLab2.AutoSize = true;
     this.ChargeRateLab2.Location = new System.Drawing.Point(60, 152);
     this.ChargeRateLab2.Name = "ChargeRateLab2";
     this.ChargeRateLab2.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab2.TabIndex = 10;
     this.ChargeRateLab2.Text = "计费率F2:";
     //
     // ChargeTimeLab2
     //
     this.ChargeTimeLab2.AutoSize = true;
     this.ChargeTimeLab2.Location = new System.Drawing.Point(24, 119);
     this.ChargeTimeLab2.Name = "ChargeTimeLab2";
     this.ChargeTimeLab2.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab2.TabIndex = 8;
     this.ChargeTimeLab2.Text = "计费时长T3(分):";
     //
     // AftFreeLab2
     //
     this.AftFreeLab2.AutoSize = true;
     this.AftFreeLab2.Location = new System.Drawing.Point(276, 79);
     this.AftFreeLab2.Name = "AftFreeLab2";
     this.AftFreeLab2.Size = new System.Drawing.Size(156, 14);
     this.AftFreeLab2.TabIndex = 6;
     this.AftFreeLab2.Text = "基本费后的免费时长T2(分):";
     //
     // BasicFeeLab2
     //
     this.BasicFeeLab2.AutoSize = true;
     this.BasicFeeLab2.Location = new System.Drawing.Point(60, 76);
     this.BasicFeeLab2.Name = "BasicFeeLab2";
     this.BasicFeeLab2.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab2.TabIndex = 4;
     this.BasicFeeLab2.Text = "基本费F1:";
     //
     // BasicTimeLab2
     //
     this.BasicTimeLab2.AutoSize = true;
     this.BasicTimeLab2.Location = new System.Drawing.Point(320, 36);
     this.BasicTimeLab2.Name = "BasicTimeLab2";
     this.BasicTimeLab2.Size = new System.Drawing.Size(108, 14);
     this.BasicTimeLab2.TabIndex = 2;
     this.BasicTimeLab2.Text = "基本费时长T1(分):";
     //
     // FreeTimeLab2
     //
     this.FreeTimeLab2.AutoSize = true;
     this.FreeTimeLab2.Location = new System.Drawing.Point(24, 39);
     this.FreeTimeLab2.Name = "FreeTimeLab2";
     this.FreeTimeLab2.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab2.TabIndex = 0;
     this.FreeTimeLab2.Text = "免费时长T0(分):";
     //
     // tabpgFee3
     //
     this.tabpgFee3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee3.Controls.Add(this.Infomation31);
     this.tabpgFee3.Controls.Add(this.Infomation3);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt5);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt5);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt4);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt4);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt2);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt2);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt1);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt1);
     this.tabpgFee3.Controls.Add(this.LoopNoTxt);
     this.tabpgFee3.Controls.Add(this.FreeTimeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab5);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab5);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab4);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab4);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab3);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab3);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab2);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab2);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab1);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab1);
     this.tabpgFee3.Controls.Add(this.LoopNoLab);
     this.tabpgFee3.Controls.Add(this.FreeTimeLab3);
     this.tabpgFee3.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee3.Name = "tabpgFee3";
     this.tabpgFee3.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee3.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee3.TabIndex = 2;
     this.tabpgFee3.Tag = "";
     this.tabpgFee3.Text = "收费方式3";
     //
     // Infomation31
     //
     this.Infomation31.AutoSize = true;
     this.Infomation31.Location = new System.Drawing.Point(101, 305);
     this.Infomation31.Name = "Infomation31";
     this.Infomation31.Size = new System.Drawing.Size(386, 14);
     this.Infomation31.TabIndex = 25;
     this.Infomation31.Text = "如果超过T2,则以后每T3时长收费F2,且每个限额时间内收费不超过FL。 ";
     //
     // Infomation3
     //
     this.Infomation3.AutoSize = true;
     this.Infomation3.Location = new System.Drawing.Point(103, 273);
     this.Infomation3.Name = "Infomation3";
     this.Infomation3.Size = new System.Drawing.Size(353, 28);
     this.Infomation3.TabIndex = 24;
     this.Infomation3.Text = "在T0内免费,超过T0而未超过T1收费F1,\r\n超过基本费时长T1而未超过基本费后的免费时长T2,不加收费用。";
     //
     // LoopFeeTxt5
     //
     this.LoopFeeTxt5.Location = new System.Drawing.Point(452, 211);
     this.LoopFeeTxt5.Name = "LoopFeeTxt5";
     this.LoopFeeTxt5.Size = new System.Drawing.Size(113, 22);
     this.LoopFeeTxt5.TabIndex = 23;
     this.LoopFeeTxt5.Tag = "@num=5,@pm=金额";
     //
     // LoopTimeTxt5
     //
     this.LoopTimeTxt5.Location = new System.Drawing.Point(166, 208);
     this.LoopTimeTxt5.Name = "LoopTimeTxt5";
     this.LoopTimeTxt5.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt5.TabIndex = 21;
     this.LoopTimeTxt5.Tag = "@num=5,@pm=时长";
     //
     // LoopFeeTxt4
     //
     this.LoopFeeTxt4.Location = new System.Drawing.Point(453, 175);
     this.LoopFeeTxt4.Name = "LoopFeeTxt4";
     this.LoopFeeTxt4.Size = new System.Drawing.Size(112, 22);
     this.LoopFeeTxt4.TabIndex = 19;
     this.LoopFeeTxt4.Tag = "@num=4,@pm=金额";
     //
     // LoopTimeTxt4
     //
     this.LoopTimeTxt4.Location = new System.Drawing.Point(166, 176);
     this.LoopTimeTxt4.Name = "LoopTimeTxt4";
     this.LoopTimeTxt4.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt4.TabIndex = 17;
     this.LoopTimeTxt4.Tag = "@num=4,@pm=时长";
     //
     // LoopFeeTxt3
     //
     this.LoopFeeTxt3.Location = new System.Drawing.Point(452, 142);
     this.LoopFeeTxt3.Name = "LoopFeeTxt3";
     this.LoopFeeTxt3.Size = new System.Drawing.Size(113, 22);
     this.LoopFeeTxt3.TabIndex = 15;
     this.LoopFeeTxt3.Tag = "@num=3,@pm=金额";
     //
     // LoopTimeTxt3
     //
     this.LoopTimeTxt3.Location = new System.Drawing.Point(166, 144);
     this.LoopTimeTxt3.Name = "LoopTimeTxt3";
     this.LoopTimeTxt3.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt3.TabIndex = 13;
     this.LoopTimeTxt3.Tag = "@num=3,@pm=时长";
     //
     // LoopFeeTxt2
     //
     this.LoopFeeTxt2.Location = new System.Drawing.Point(451, 111);
     this.LoopFeeTxt2.Name = "LoopFeeTxt2";
     this.LoopFeeTxt2.Size = new System.Drawing.Size(114, 22);
     this.LoopFeeTxt2.TabIndex = 11;
     this.LoopFeeTxt2.Tag = "@num=2,@pm=金额";
     //
     // LoopTimeTxt2
     //
     this.LoopTimeTxt2.Location = new System.Drawing.Point(168, 111);
     this.LoopTimeTxt2.Name = "LoopTimeTxt2";
     this.LoopTimeTxt2.Size = new System.Drawing.Size(117, 22);
     this.LoopTimeTxt2.TabIndex = 9;
     this.LoopTimeTxt2.Tag = "@num=2,@pm=时长";
     //
     // LoopFeeTxt1
     //
     this.LoopFeeTxt1.Location = new System.Drawing.Point(451, 77);
     this.LoopFeeTxt1.Name = "LoopFeeTxt1";
     this.LoopFeeTxt1.Size = new System.Drawing.Size(114, 22);
     this.LoopFeeTxt1.TabIndex = 7;
     this.LoopFeeTxt1.Tag = "@num=1,@pm=金额";
     //
     // LoopTimeTxt1
     //
     this.LoopTimeTxt1.Location = new System.Drawing.Point(168, 76);
     this.LoopTimeTxt1.Name = "LoopTimeTxt1";
     this.LoopTimeTxt1.Size = new System.Drawing.Size(117, 22);
     this.LoopTimeTxt1.TabIndex = 5;
     this.LoopTimeTxt1.Tag = "@num=1,@pm=时长";
     //
     // LoopNoTxt
     //
     this.LoopNoTxt.Location = new System.Drawing.Point(451, 43);
     this.LoopNoTxt.Name = "LoopNoTxt";
     this.LoopNoTxt.Size = new System.Drawing.Size(114, 22);
     this.LoopNoTxt.TabIndex = 3;
     this.LoopNoTxt.Tag = "@pm=循环计费";
     //
     // FreeTimeTxt3
     //
     this.FreeTimeTxt3.Location = new System.Drawing.Point(168, 41);
     this.FreeTimeTxt3.Name = "FreeTimeTxt3";
     this.FreeTimeTxt3.Size = new System.Drawing.Size(117, 22);
     this.FreeTimeTxt3.TabIndex = 1;
     this.FreeTimeTxt3.Tag = "@pm=免费时长";
     //
     // LoopFeeLab5
     //
     this.LoopFeeLab5.AutoSize = true;
     this.LoopFeeLab5.Location = new System.Drawing.Point(318, 213);
     this.LoopFeeLab5.Name = "LoopFeeLab5";
     this.LoopFeeLab5.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab5.TabIndex = 22;
     this.LoopFeeLab5.Text = "第五个循环时长收费F5:";
     //
     // LoopTimeLab5
     //
     this.LoopTimeLab5.AutoSize = true;
     this.LoopTimeLab5.Location = new System.Drawing.Point(54, 211);
     this.LoopTimeLab5.Name = "LoopTimeLab5";
     this.LoopTimeLab5.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab5.TabIndex = 20;
     this.LoopTimeLab5.Text = "第五个循环时长T5:";
     //
     // LoopFeeLab4
     //
     this.LoopFeeLab4.AutoSize = true;
     this.LoopFeeLab4.Location = new System.Drawing.Point(318, 183);
     this.LoopFeeLab4.Name = "LoopFeeLab4";
     this.LoopFeeLab4.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab4.TabIndex = 18;
     this.LoopFeeLab4.Text = "第四个循环时长收费F4:";
     //
     // LoopTimeLab4
     //
     this.LoopTimeLab4.AutoSize = true;
     this.LoopTimeLab4.Location = new System.Drawing.Point(54, 179);
     this.LoopTimeLab4.Name = "LoopTimeLab4";
     this.LoopTimeLab4.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab4.TabIndex = 16;
     this.LoopTimeLab4.Text = "第四个循环时长T4:";
     //
     // LoopFeeLab3
     //
     this.LoopFeeLab3.AutoSize = true;
     this.LoopFeeLab3.Location = new System.Drawing.Point(318, 150);
     this.LoopFeeLab3.Name = "LoopFeeLab3";
     this.LoopFeeLab3.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab3.TabIndex = 14;
     this.LoopFeeLab3.Text = "第三个循环时长收费F3:";
     //
     // LoopTimeLab3
     //
     this.LoopTimeLab3.AutoSize = true;
     this.LoopTimeLab3.Location = new System.Drawing.Point(54, 146);
     this.LoopTimeLab3.Name = "LoopTimeLab3";
     this.LoopTimeLab3.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab3.TabIndex = 12;
     this.LoopTimeLab3.Text = "第三个循环时长T3:";
     //
     // LoopFeeLab2
     //
     this.LoopFeeLab2.AutoSize = true;
     this.LoopFeeLab2.Location = new System.Drawing.Point(318, 119);
     this.LoopFeeLab2.Name = "LoopFeeLab2";
     this.LoopFeeLab2.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab2.TabIndex = 10;
     this.LoopFeeLab2.Text = "第二个循环时长收费F2:";
     //
     // LoopTimeLab2
     //
     this.LoopTimeLab2.AutoSize = true;
     this.LoopTimeLab2.Location = new System.Drawing.Point(54, 115);
     this.LoopTimeLab2.Name = "LoopTimeLab2";
     this.LoopTimeLab2.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab2.TabIndex = 8;
     this.LoopTimeLab2.Text = "第二个循环时长T2:";
     //
     // LoopFeeLab1
     //
     this.LoopFeeLab1.AutoSize = true;
     this.LoopFeeLab1.Location = new System.Drawing.Point(318, 83);
     this.LoopFeeLab1.Name = "LoopFeeLab1";
     this.LoopFeeLab1.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab1.TabIndex = 6;
     this.LoopFeeLab1.Text = "第一个循环时长收费F1:";
     //
     // LoopTimeLab1
     //
     this.LoopTimeLab1.AutoSize = true;
     this.LoopTimeLab1.Location = new System.Drawing.Point(54, 79);
     this.LoopTimeLab1.Name = "LoopTimeLab1";
     this.LoopTimeLab1.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab1.TabIndex = 4;
     this.LoopTimeLab1.Text = "第一个循环时长T1:";
     //
     // LoopNoLab
     //
     this.LoopNoLab.AutoSize = true;
     this.LoopNoLab.Location = new System.Drawing.Point(390, 49);
     this.LoopNoLab.Name = "LoopNoLab";
     this.LoopNoLab.Size = new System.Drawing.Size(59, 14);
     this.LoopNoLab.TabIndex = 2;
     this.LoopNoLab.Text = "循环段数:";
     //
     // FreeTimeLab3
     //
     this.FreeTimeLab3.AutoSize = true;
     this.FreeTimeLab3.Location = new System.Drawing.Point(90, 43);
     this.FreeTimeLab3.Name = "FreeTimeLab3";
     this.FreeTimeLab3.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab3.TabIndex = 0;
     this.FreeTimeLab3.Text = "免费时长T0:";
     //
     // tabpgFee4
     //
     this.tabpgFee4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee4.Controls.Add(this.maskedTextBox13);
     this.tabpgFee4.Controls.Add(this.maskedTextBox12);
     this.tabpgFee4.Controls.Add(this.maskedTextBox11);
     this.tabpgFee4.Controls.Add(this.maskedTextBox10);
     this.tabpgFee4.Controls.Add(this.maskedTextBox9);
     this.tabpgFee4.Controls.Add(this.maskedTextBox8);
     this.tabpgFee4.Controls.Add(this.maskedTextBox7);
     this.tabpgFee4.Controls.Add(this.maskedTextBox6);
     this.tabpgFee4.Controls.Add(this.maskedTextBox5);
     this.tabpgFee4.Controls.Add(this.maskedTextBox4);
     this.tabpgFee4.Controls.Add(this.maskedTextBox3);
     this.tabpgFee4.Controls.Add(this.maskedTextBox2);
     this.tabpgFee4.Controls.Add(this.maskedTextBox1);
     this.tabpgFee4.Controls.Add(this.label8);
     this.tabpgFee4.Controls.Add(this.label7);
     this.tabpgFee4.Controls.Add(this.label6);
     this.tabpgFee4.Controls.Add(this.label9);
     this.tabpgFee4.Controls.Add(this.OutStageLab5);
     this.tabpgFee4.Controls.Add(this.TimePointLab5);
     this.tabpgFee4.Controls.Add(this.OutStageLab4);
     this.tabpgFee4.Controls.Add(this.TimePointLab4);
     this.tabpgFee4.Controls.Add(this.OutStageLab3);
     this.tabpgFee4.Controls.Add(this.TimePointLab3);
     this.tabpgFee4.Controls.Add(this.OutStageLab2);
     this.tabpgFee4.Controls.Add(this.TimePointLab2);
     this.tabpgFee4.Controls.Add(this.OutStageLab1);
     this.tabpgFee4.Controls.Add(this.TimePointLab1);
     this.tabpgFee4.Controls.Add(this.BasicFeeLab4);
     this.tabpgFee4.Controls.Add(this.FreeTimeLab4);
     this.tabpgFee4.Controls.Add(this.TimeCountLab);
     this.tabpgFee4.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee4.Name = "tabpgFee4";
     this.tabpgFee4.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee4.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee4.TabIndex = 3;
     this.tabpgFee4.Tag = "";
     this.tabpgFee4.Text = "收费方式4";
     //
     // maskedTextBox13
     //
     this.maskedTextBox13.Location = new System.Drawing.Point(154, 53);
     this.maskedTextBox13.Mask = "999";
     this.maskedTextBox13.Name = "maskedTextBox13";
     this.maskedTextBox13.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox13.TabIndex = 75;
     this.maskedTextBox13.Tag = "@pm=免费时长:";
     //
     // maskedTextBox12
     //
     this.maskedTextBox12.Location = new System.Drawing.Point(154, 19);
     this.maskedTextBox12.Mask = "999";
     this.maskedTextBox12.Name = "maskedTextBox12";
     this.maskedTextBox12.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox12.TabIndex = 74;
     this.maskedTextBox12.Tag = "@pm=循环计费";
     //
     // maskedTextBox11
     //
     this.maskedTextBox11.Location = new System.Drawing.Point(400, 223);
     this.maskedTextBox11.Mask = "999";
     this.maskedTextBox11.Name = "maskedTextBox11";
     this.maskedTextBox11.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox11.TabIndex = 73;
     this.maskedTextBox11.Tag = "@num=5,@pm=金额";
     //
     // maskedTextBox10
     //
     this.maskedTextBox10.Location = new System.Drawing.Point(400, 192);
     this.maskedTextBox10.Mask = "999";
     this.maskedTextBox10.Name = "maskedTextBox10";
     this.maskedTextBox10.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox10.TabIndex = 72;
     this.maskedTextBox10.Tag = "@num=4,@pm=金额";
     //
     // maskedTextBox9
     //
     this.maskedTextBox9.Location = new System.Drawing.Point(400, 158);
     this.maskedTextBox9.Mask = "999";
     this.maskedTextBox9.Name = "maskedTextBox9";
     this.maskedTextBox9.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox9.TabIndex = 71;
     this.maskedTextBox9.Tag = "@num=3,@pm=金额";
     //
     // maskedTextBox8
     //
     this.maskedTextBox8.Location = new System.Drawing.Point(397, 54);
     this.maskedTextBox8.Mask = "999";
     this.maskedTextBox8.Name = "maskedTextBox8";
     this.maskedTextBox8.Size = new System.Drawing.Size(118, 22);
     this.maskedTextBox8.TabIndex = 70;
     this.maskedTextBox8.Tag = "@pm=基本费";
     //
     // maskedTextBox7
     //
     this.maskedTextBox7.Location = new System.Drawing.Point(399, 129);
     this.maskedTextBox7.Mask = "999";
     this.maskedTextBox7.Name = "maskedTextBox7";
     this.maskedTextBox7.Size = new System.Drawing.Size(116, 22);
     this.maskedTextBox7.TabIndex = 69;
     this.maskedTextBox7.Tag = "@num=2,@pm=金额";
     //
     // maskedTextBox6
     //
     this.maskedTextBox6.Location = new System.Drawing.Point(400, 95);
     this.maskedTextBox6.Mask = "999";
     this.maskedTextBox6.Name = "maskedTextBox6";
     this.maskedTextBox6.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox6.TabIndex = 68;
     this.maskedTextBox6.Tag = "@num=1,@pm=金额";
     //
     // maskedTextBox5
     //
     this.maskedTextBox5.Location = new System.Drawing.Point(154, 223);
     this.maskedTextBox5.Mask = "90:00";
     this.maskedTextBox5.Name = "maskedTextBox5";
     this.maskedTextBox5.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox5.TabIndex = 67;
     this.maskedTextBox5.Tag = "@num=5,@pm=截止";
     this.maskedTextBox5.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox4
     //
     this.maskedTextBox4.Location = new System.Drawing.Point(154, 189);
     this.maskedTextBox4.Mask = "90:00";
     this.maskedTextBox4.Name = "maskedTextBox4";
     this.maskedTextBox4.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox4.TabIndex = 66;
     this.maskedTextBox4.Tag = "@num=4,@pm=截止";
     this.maskedTextBox4.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox3
     //
     this.maskedTextBox3.Location = new System.Drawing.Point(154, 155);
     this.maskedTextBox3.Mask = "90:00";
     this.maskedTextBox3.Name = "maskedTextBox3";
     this.maskedTextBox3.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox3.TabIndex = 65;
     this.maskedTextBox3.Tag = "@num=3,@pm=截止";
     this.maskedTextBox3.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Location = new System.Drawing.Point(154, 121);
     this.maskedTextBox2.Mask = "90:00";
     this.maskedTextBox2.Name = "maskedTextBox2";
     this.maskedTextBox2.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox2.TabIndex = 64;
     this.maskedTextBox2.Tag = "@num=2,@pm=截止";
     this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(154, 87);
     this.maskedTextBox1.Mask = "90:00";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox1.TabIndex = 63;
     this.maskedTextBox1.Tag = "@num=1,@pm=截止";
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(182, 342);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(171, 14);
     this.label8.TabIndex = 57;
     this.label8.Text = " 超过时间点T5以后收跨段费F6";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(60, 323);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(533, 14);
     this.label7.TabIndex = 56;
     this.label7.Text = "超过时间点T3但是未到时间点T4,收跨段费F4; 超过时间点T4但是未到时间点T5,收跨段费F5; ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(54, 300);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(525, 14);
     this.label6.TabIndex = 55;
     this.label6.Text = "  超过时间点T1但是未到时间点T2,收跨段费F2 超过时间点T2但是未到时间点T3,收跨段费F3;";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(123, 264);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(386, 28);
     this.label9.TabIndex = 54;
     this.label9.Text = "时段数(1-5):设定有效时段;\r\n在免费时长T0内免费,超过免费时长但是未到时间点T1,收基本费F1;";
     //
     // OutStageLab5
     //
     this.OutStageLab5.AutoSize = true;
     this.OutStageLab5.Location = new System.Drawing.Point(337, 223);
     this.OutStageLab5.Name = "OutStageLab5";
     this.OutStageLab5.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab5.TabIndex = 51;
     this.OutStageLab5.Text = "跨段费F6:";
     //
     // TimePointLab5
     //
     this.TimePointLab5.AutoSize = true;
     this.TimePointLab5.Location = new System.Drawing.Point(37, 231);
     this.TimePointLab5.Name = "TimePointLab5";
     this.TimePointLab5.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab5.TabIndex = 49;
     this.TimePointLab5.Text = "时间点T5(hh:mm):";
     //
     // OutStageLab4
     //
     this.OutStageLab4.AutoSize = true;
     this.OutStageLab4.Location = new System.Drawing.Point(338, 195);
     this.OutStageLab4.Name = "OutStageLab4";
     this.OutStageLab4.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab4.TabIndex = 47;
     this.OutStageLab4.Text = "跨段费F5:";
     //
     // TimePointLab4
     //
     this.TimePointLab4.AutoSize = true;
     this.TimePointLab4.Location = new System.Drawing.Point(37, 198);
     this.TimePointLab4.Name = "TimePointLab4";
     this.TimePointLab4.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab4.TabIndex = 45;
     this.TimePointLab4.Text = "时间点T4(hh:mm):";
     //
     // OutStageLab3
     //
     this.OutStageLab3.AutoSize = true;
     this.OutStageLab3.Location = new System.Drawing.Point(338, 163);
     this.OutStageLab3.Name = "OutStageLab3";
     this.OutStageLab3.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab3.TabIndex = 43;
     this.OutStageLab3.Text = "跨段费F4:";
     //
     // TimePointLab3
     //
     this.TimePointLab3.AutoSize = true;
     this.TimePointLab3.Location = new System.Drawing.Point(37, 163);
     this.TimePointLab3.Name = "TimePointLab3";
     this.TimePointLab3.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab3.TabIndex = 41;
     this.TimePointLab3.Text = "时间点T3(hh:mm):";
     //
     // OutStageLab2
     //
     this.OutStageLab2.AutoSize = true;
     this.OutStageLab2.Location = new System.Drawing.Point(337, 135);
     this.OutStageLab2.Name = "OutStageLab2";
     this.OutStageLab2.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab2.TabIndex = 39;
     this.OutStageLab2.Text = "跨段费F3:";
     //
     // TimePointLab2
     //
     this.TimePointLab2.AutoSize = true;
     this.TimePointLab2.Location = new System.Drawing.Point(37, 130);
     this.TimePointLab2.Name = "TimePointLab2";
     this.TimePointLab2.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab2.TabIndex = 37;
     this.TimePointLab2.Text = "时间点T2(hh:mm):";
     //
     // OutStageLab1
     //
     this.OutStageLab1.AutoSize = true;
     this.OutStageLab1.Location = new System.Drawing.Point(337, 98);
     this.OutStageLab1.Name = "OutStageLab1";
     this.OutStageLab1.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab1.TabIndex = 35;
     this.OutStageLab1.Text = "跨段费F2:";
     //
     // TimePointLab1
     //
     this.TimePointLab1.AutoSize = true;
     this.TimePointLab1.Location = new System.Drawing.Point(37, 95);
     this.TimePointLab1.Name = "TimePointLab1";
     this.TimePointLab1.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab1.TabIndex = 33;
     this.TimePointLab1.Text = "时间点T1(hh:mm):";
     //
     // BasicFeeLab4
     //
     this.BasicFeeLab4.AutoSize = true;
     this.BasicFeeLab4.Location = new System.Drawing.Point(337, 61);
     this.BasicFeeLab4.Name = "BasicFeeLab4";
     this.BasicFeeLab4.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab4.TabIndex = 31;
     this.BasicFeeLab4.Text = "基本费F1:";
     //
     // FreeTimeLab4
     //
     this.FreeTimeLab4.AutoSize = true;
     this.FreeTimeLab4.Location = new System.Drawing.Point(54, 62);
     this.FreeTimeLab4.Name = "FreeTimeLab4";
     this.FreeTimeLab4.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab4.TabIndex = 29;
     this.FreeTimeLab4.Text = "免费时长T0(分):";
     //
     // TimeCountLab
     //
     this.TimeCountLab.AutoSize = true;
     this.TimeCountLab.Location = new System.Drawing.Point(72, 28);
     this.TimeCountLab.Name = "TimeCountLab";
     this.TimeCountLab.Size = new System.Drawing.Size(75, 14);
     this.TimeCountLab.TabIndex = 27;
     this.TimeCountLab.Text = "时段数(1-5):";
     //
     // tabpgFee5
     //
     this.tabpgFee5.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee5.Controls.Add(this.label11);
     this.tabpgFee5.Controls.Add(this.label10);
     this.tabpgFee5.Controls.Add(this.label12);
     this.tabpgFee5.Controls.Add(this.groupBox3);
     this.tabpgFee5.Controls.Add(this.groupBox6);
     this.tabpgFee5.Controls.Add(this.groupBox7);
     this.tabpgFee5.Controls.Add(this.AftFreeTxt5);
     this.tabpgFee5.Controls.Add(this.BasicFeeTxt5);
     this.tabpgFee5.Controls.Add(this.BasicTimeTxt5);
     this.tabpgFee5.Controls.Add(this.FreeTimeTxt5);
     this.tabpgFee5.Controls.Add(this.AftFreeLab5);
     this.tabpgFee5.Controls.Add(this.BasicFeeLab5);
     this.tabpgFee5.Controls.Add(this.BasicTimeLab5);
     this.tabpgFee5.Controls.Add(this.FreeTimeLab5);
     this.tabpgFee5.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee5.Name = "tabpgFee5";
     this.tabpgFee5.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee5.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee5.TabIndex = 4;
     this.tabpgFee5.Tag = "";
     this.tabpgFee5.Text = "收费方式5";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(124, 337);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(273, 14);
     this.label11.TabIndex = 13;
     this.label11.Text = "在时间段T3-T4之间,按每个计费时长T6,收费F3";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(57, 302);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(476, 14);
     this.label10.TabIndex = 12;
     this.label10.Text = " 如果查过T2,则按照循环时段收费。 在时间段T3-T4之间,每个计费时长T5,收费F2;";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(118, 258);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(349, 28);
     this.label12.TabIndex = 11;
     this.label12.Text = "超过免费时长但是未到时间点T1收基本费F1\r\n超过基本费时长T1但是未超过基本费后的免费时长T2不加收费用";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.ChargeRateTxt6);
     this.groupBox3.Controls.Add(this.ChargeRateLab6);
     this.groupBox3.Controls.Add(this.ChargeTimeTxt6);
     this.groupBox3.Controls.Add(this.ChargeTimeLab6);
     this.groupBox3.Location = new System.Drawing.Point(317, 152);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(245, 88);
     this.groupBox3.TabIndex = 10;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "T3-T4时段外";
     //
     // ChargeRateTxt6
     //
     this.ChargeRateTxt6.Location = new System.Drawing.Point(101, 54);
     this.ChargeRateTxt6.Name = "ChargeRateTxt6";
     this.ChargeRateTxt6.Size = new System.Drawing.Size(113, 22);
     this.ChargeRateTxt6.TabIndex = 17;
     this.ChargeRateTxt6.Tag = "@num=2,@pm=金额";
     //
     // ChargeRateLab6
     //
     this.ChargeRateLab6.AutoSize = true;
     this.ChargeRateLab6.Location = new System.Drawing.Point(42, 60);
     this.ChargeRateLab6.Name = "ChargeRateLab6";
     this.ChargeRateLab6.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab6.TabIndex = 16;
     this.ChargeRateLab6.Text = "计费率F3:";
     //
     // ChargeTimeTxt6
     //
     this.ChargeTimeTxt6.Location = new System.Drawing.Point(101, 21);
     this.ChargeTimeTxt6.Name = "ChargeTimeTxt6";
     this.ChargeTimeTxt6.Size = new System.Drawing.Size(113, 22);
     this.ChargeTimeTxt6.TabIndex = 15;
     this.ChargeTimeTxt6.Tag = "@num=2,@pm=时长";
     //
     // ChargeTimeLab6
     //
     this.ChargeTimeLab6.AutoSize = true;
     this.ChargeTimeLab6.Location = new System.Drawing.Point(6, 24);
     this.ChargeTimeLab6.Name = "ChargeTimeLab6";
     this.ChargeTimeLab6.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab6.TabIndex = 14;
     this.ChargeTimeLab6.Text = "计费时长T6(分):";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.ChargeRateTxt5);
     this.groupBox6.Controls.Add(this.ChargeRateLab5);
     this.groupBox6.Controls.Add(this.ChargeTimeTxt5);
     this.groupBox6.Controls.Add(this.ChargeTimeLab5);
     this.groupBox6.Location = new System.Drawing.Point(48, 148);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(258, 92);
     this.groupBox6.TabIndex = 9;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "T3-T4时段内";
     //
     // ChargeRateTxt5
     //
     this.ChargeRateTxt5.Location = new System.Drawing.Point(104, 54);
     this.ChargeRateTxt5.Name = "ChargeRateTxt5";
     this.ChargeRateTxt5.Size = new System.Drawing.Size(127, 22);
     this.ChargeRateTxt5.TabIndex = 13;
     this.ChargeRateTxt5.Tag = "@num=1,@pm=金额";
     //
     // ChargeRateLab5
     //
     this.ChargeRateLab5.AutoSize = true;
     this.ChargeRateLab5.Location = new System.Drawing.Point(39, 58);
     this.ChargeRateLab5.Name = "ChargeRateLab5";
     this.ChargeRateLab5.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab5.TabIndex = 12;
     this.ChargeRateLab5.Text = "计费率F2:";
     //
     // ChargeTimeTxt5
     //
     this.ChargeTimeTxt5.Location = new System.Drawing.Point(104, 21);
     this.ChargeTimeTxt5.Name = "ChargeTimeTxt5";
     this.ChargeTimeTxt5.Size = new System.Drawing.Size(127, 22);
     this.ChargeTimeTxt5.TabIndex = 11;
     this.ChargeTimeTxt5.Tag = "@num=1,@pm=时长";
     //
     // ChargeTimeLab5
     //
     this.ChargeTimeLab5.AutoSize = true;
     this.ChargeTimeLab5.Location = new System.Drawing.Point(3, 24);
     this.ChargeTimeLab5.Name = "ChargeTimeLab5";
     this.ChargeTimeLab5.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab5.TabIndex = 10;
     this.ChargeTimeLab5.Text = "计费时长T5(分):";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.TimePoint4);
     this.groupBox7.Controls.Add(this.TimePoint4Lab);
     this.groupBox7.Controls.Add(this.TimePoint3);
     this.groupBox7.Controls.Add(this.TimePoint3Lab);
     this.groupBox7.Location = new System.Drawing.Point(48, 82);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(514, 60);
     this.groupBox7.TabIndex = 8;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "时段设置";
     //
     // TimePoint4
     //
     this.TimePoint4.CustomFormat = "HH:mm";
     this.TimePoint4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.TimePoint4.Location = new System.Drawing.Point(338, 23);
     this.TimePoint4.Name = "TimePoint4";
     this.TimePoint4.ShowUpDown = true;
     this.TimePoint4.Size = new System.Drawing.Size(136, 22);
     this.TimePoint4.TabIndex = 2;
     this.TimePoint4.Tag = "@num=1,@pm=截止";
     //
     // TimePoint4Lab
     //
     this.TimePoint4Lab.AutoSize = true;
     this.TimePoint4Lab.Location = new System.Drawing.Point(275, 27);
     this.TimePoint4Lab.Name = "TimePoint4Lab";
     this.TimePoint4Lab.Size = new System.Drawing.Size(62, 14);
     this.TimePoint4Lab.TabIndex = 1;
     this.TimePoint4Lab.Text = "时间点T4:";
     //
     // TimePoint3
     //
     this.TimePoint3.CustomFormat = "HH:mm";
     this.TimePoint3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.TimePoint3.Location = new System.Drawing.Point(104, 21);
     this.TimePoint3.Name = "TimePoint3";
     this.TimePoint3.ShowUpDown = true;
     this.TimePoint3.Size = new System.Drawing.Size(127, 22);
     this.TimePoint3.TabIndex = 0;
     this.TimePoint3.Tag = "@num=1,@pm=起始";
     //
     // TimePoint3Lab
     //
     this.TimePoint3Lab.AutoSize = true;
     this.TimePoint3Lab.Location = new System.Drawing.Point(39, 25);
     this.TimePoint3Lab.Name = "TimePoint3Lab";
     this.TimePoint3Lab.Size = new System.Drawing.Size(62, 14);
     this.TimePoint3Lab.TabIndex = 0;
     this.TimePoint3Lab.Text = "时间点T3:";
     //
     // AftFreeTxt5
     //
     this.AftFreeTxt5.Location = new System.Drawing.Point(442, 53);
     this.AftFreeTxt5.Name = "AftFreeTxt5";
     this.AftFreeTxt5.Size = new System.Drawing.Size(120, 22);
     this.AftFreeTxt5.TabIndex = 7;
     this.AftFreeTxt5.Tag = "@pm=基本费延时";
     //
     // BasicFeeTxt5
     //
     this.BasicFeeTxt5.Location = new System.Drawing.Point(151, 55);
     this.BasicFeeTxt5.Name = "BasicFeeTxt5";
     this.BasicFeeTxt5.Size = new System.Drawing.Size(130, 22);
     this.BasicFeeTxt5.TabIndex = 5;
     this.BasicFeeTxt5.Tag = "@pm=基本费";
     //
     // BasicTimeTxt5
     //
     this.BasicTimeTxt5.Location = new System.Drawing.Point(442, 20);
     this.BasicTimeTxt5.Name = "BasicTimeTxt5";
     this.BasicTimeTxt5.Size = new System.Drawing.Size(120, 22);
     this.BasicTimeTxt5.TabIndex = 3;
     this.BasicTimeTxt5.Tag = "@pm=基本时长";
     //
     // FreeTimeTxt5
     //
     this.FreeTimeTxt5.Location = new System.Drawing.Point(151, 25);
     this.FreeTimeTxt5.Name = "FreeTimeTxt5";
     this.FreeTimeTxt5.Size = new System.Drawing.Size(130, 22);
     this.FreeTimeTxt5.TabIndex = 1;
     this.FreeTimeTxt5.Tag = "@pm=免费时长";
     //
     // AftFreeLab5
     //
     this.AftFreeLab5.AutoSize = true;
     this.AftFreeLab5.Location = new System.Drawing.Point(294, 58);
     this.AftFreeLab5.Name = "AftFreeLab5";
     this.AftFreeLab5.Size = new System.Drawing.Size(144, 14);
     this.AftFreeLab5.TabIndex = 6;
     this.AftFreeLab5.Text = "基本后的免费时长T2(分):";
     //
     // BasicFeeLab5
     //
     this.BasicFeeLab5.AutoSize = true;
     this.BasicFeeLab5.Location = new System.Drawing.Point(93, 58);
     this.BasicFeeLab5.Name = "BasicFeeLab5";
     this.BasicFeeLab5.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab5.TabIndex = 4;
     this.BasicFeeLab5.Text = "基本费F1:";
     //
     // BasicTimeLab5
     //
     this.BasicTimeLab5.AutoSize = true;
     this.BasicTimeLab5.Location = new System.Drawing.Point(330, 23);
     this.BasicTimeLab5.Name = "BasicTimeLab5";
     this.BasicTimeLab5.Size = new System.Drawing.Size(108, 14);
     this.BasicTimeLab5.TabIndex = 2;
     this.BasicTimeLab5.Text = "基本费时长T1(分):";
     //
     // FreeTimeLab5
     //
     this.FreeTimeLab5.AutoSize = true;
     this.FreeTimeLab5.Location = new System.Drawing.Point(57, 28);
     this.FreeTimeLab5.Name = "FreeTimeLab5";
     this.FreeTimeLab5.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab5.TabIndex = 0;
     this.FreeTimeLab5.Text = "免费时长T0(分):";
     //
     // tabpgFee6
     //
     this.tabpgFee6.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee6.Controls.Add(this.HourFeeTxt24);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt23);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt22);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt21);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt20);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt19);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt18);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt17);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt16);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt15);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt14);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt13);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt12);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt11);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt10);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt9);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt8);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt7);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt6);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt5);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt4);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt3);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt2);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt1);
     this.tabpgFee6.Controls.Add(this.LimitAccTxt);
     this.tabpgFee6.Controls.Add(this.FreeTimeTxt6);
     this.tabpgFee6.Controls.Add(this.HourFeeLab24);
     this.tabpgFee6.Controls.Add(this.HourFeeLab23);
     this.tabpgFee6.Controls.Add(this.HourFeeLab22);
     this.tabpgFee6.Controls.Add(this.HourFeeLab21);
     this.tabpgFee6.Controls.Add(this.HourFeeLab20);
     this.tabpgFee6.Controls.Add(this.HourFeeLab19);
     this.tabpgFee6.Controls.Add(this.HourFeeLab18);
     this.tabpgFee6.Controls.Add(this.HourFeeLab17);
     this.tabpgFee6.Controls.Add(this.HourFeeLab16);
     this.tabpgFee6.Controls.Add(this.HourFeeLab15);
     this.tabpgFee6.Controls.Add(this.HourFeeLab14);
     this.tabpgFee6.Controls.Add(this.HourFeeLab13);
     this.tabpgFee6.Controls.Add(this.HourFeeLab12);
     this.tabpgFee6.Controls.Add(this.HourFeeLab11);
     this.tabpgFee6.Controls.Add(this.HourFeeLab10);
     this.tabpgFee6.Controls.Add(this.HourFeeLab9);
     this.tabpgFee6.Controls.Add(this.HourFeeLab8);
     this.tabpgFee6.Controls.Add(this.HourFeeLab7);
     this.tabpgFee6.Controls.Add(this.HourFeeLab6);
     this.tabpgFee6.Controls.Add(this.HourFeeLab5);
     this.tabpgFee6.Controls.Add(this.HourFeeLab4);
     this.tabpgFee6.Controls.Add(this.HourFeeLab3);
     this.tabpgFee6.Controls.Add(this.HourFeeLab2);
     this.tabpgFee6.Controls.Add(this.HourFeeLab1);
     this.tabpgFee6.Controls.Add(this.LimitAccLab);
     this.tabpgFee6.Controls.Add(this.FreeTimeLab6);
     this.tabpgFee6.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee6.Name = "tabpgFee6";
     this.tabpgFee6.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee6.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee6.TabIndex = 5;
     this.tabpgFee6.Tag = "";
     this.tabpgFee6.Text = "收费方式6";
     //
     // HourFeeTxt24
     //
     this.HourFeeTxt24.Location = new System.Drawing.Point(287, 276);
     this.HourFeeTxt24.Name = "HourFeeTxt24";
     this.HourFeeTxt24.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt24.TabIndex = 51;
     this.HourFeeTxt24.Tag = "@num=24,@pm=金额";
     //
     // HourFeeTxt23
     //
     this.HourFeeTxt23.Location = new System.Drawing.Point(97, 276);
     this.HourFeeTxt23.Name = "HourFeeTxt23";
     this.HourFeeTxt23.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt23.TabIndex = 49;
     this.HourFeeTxt23.Tag = "@num=23,@pm=金额";
     //
     // HourFeeTxt22
     //
     this.HourFeeTxt22.Location = new System.Drawing.Point(486, 244);
     this.HourFeeTxt22.Name = "HourFeeTxt22";
     this.HourFeeTxt22.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt22.TabIndex = 47;
     this.HourFeeTxt22.Tag = "@num=22,@pm=金额";
     //
     // HourFeeTxt21
     //
     this.HourFeeTxt21.Location = new System.Drawing.Point(287, 245);
     this.HourFeeTxt21.Name = "HourFeeTxt21";
     this.HourFeeTxt21.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt21.TabIndex = 45;
     this.HourFeeTxt21.Tag = "@num=21,@pm=金额";
     //
     // HourFeeTxt20
     //
     this.HourFeeTxt20.Location = new System.Drawing.Point(97, 242);
     this.HourFeeTxt20.Name = "HourFeeTxt20";
     this.HourFeeTxt20.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt20.TabIndex = 43;
     this.HourFeeTxt20.Tag = "@num=20,@pm=金额";
     //
     // HourFeeTxt19
     //
     this.HourFeeTxt19.Location = new System.Drawing.Point(486, 213);
     this.HourFeeTxt19.Name = "HourFeeTxt19";
     this.HourFeeTxt19.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt19.TabIndex = 41;
     this.HourFeeTxt19.Tag = "@num=19,@pm=金额";
     //
     // HourFeeTxt18
     //
     this.HourFeeTxt18.Location = new System.Drawing.Point(287, 211);
     this.HourFeeTxt18.Name = "HourFeeTxt18";
     this.HourFeeTxt18.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt18.TabIndex = 39;
     this.HourFeeTxt18.Tag = "@num=18,@pm=金额";
     //
     // HourFeeTxt17
     //
     this.HourFeeTxt17.Location = new System.Drawing.Point(97, 211);
     this.HourFeeTxt17.Name = "HourFeeTxt17";
     this.HourFeeTxt17.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt17.TabIndex = 37;
     this.HourFeeTxt17.Tag = "@num=17,@pm=金额";
     //
     // HourFeeTxt16
     //
     this.HourFeeTxt16.Location = new System.Drawing.Point(486, 181);
     this.HourFeeTxt16.Name = "HourFeeTxt16";
     this.HourFeeTxt16.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt16.TabIndex = 35;
     this.HourFeeTxt16.Tag = "@num=16,@pm=金额";
     //
     // HourFeeTxt15
     //
     this.HourFeeTxt15.Location = new System.Drawing.Point(287, 177);
     this.HourFeeTxt15.Name = "HourFeeTxt15";
     this.HourFeeTxt15.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt15.TabIndex = 33;
     this.HourFeeTxt15.Tag = "@num=15,@pm=金额";
     //
     // HourFeeTxt14
     //
     this.HourFeeTxt14.Location = new System.Drawing.Point(97, 177);
     this.HourFeeTxt14.Name = "HourFeeTxt14";
     this.HourFeeTxt14.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt14.TabIndex = 31;
     this.HourFeeTxt14.Tag = "@num=14,@pm=金额";
     //
     // HourFeeTxt13
     //
     this.HourFeeTxt13.Location = new System.Drawing.Point(486, 148);
     this.HourFeeTxt13.Name = "HourFeeTxt13";
     this.HourFeeTxt13.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt13.TabIndex = 29;
     this.HourFeeTxt13.Tag = "@num=13,@pm=金额";
     //
     // HourFeeTxt12
     //
     this.HourFeeTxt12.Location = new System.Drawing.Point(287, 146);
     this.HourFeeTxt12.Name = "HourFeeTxt12";
     this.HourFeeTxt12.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt12.TabIndex = 27;
     this.HourFeeTxt12.Tag = "@num=12,@pm=金额";
     //
     // HourFeeTxt11
     //
     this.HourFeeTxt11.Location = new System.Drawing.Point(97, 146);
     this.HourFeeTxt11.Name = "HourFeeTxt11";
     this.HourFeeTxt11.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt11.TabIndex = 25;
     this.HourFeeTxt11.Tag = "@num=11,@pm=金额";
     //
     // HourFeeTxt10
     //
     this.HourFeeTxt10.Location = new System.Drawing.Point(486, 114);
     this.HourFeeTxt10.Name = "HourFeeTxt10";
     this.HourFeeTxt10.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt10.TabIndex = 23;
     this.HourFeeTxt10.Tag = "@num=10,@pm=金额";
     //
     // HourFeeTxt9
     //
     this.HourFeeTxt9.Location = new System.Drawing.Point(287, 113);
     this.HourFeeTxt9.Name = "HourFeeTxt9";
     this.HourFeeTxt9.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt9.TabIndex = 21;
     this.HourFeeTxt9.Tag = "@num=9,@pm=金额";
     //
     // HourFeeTxt8
     //
     this.HourFeeTxt8.Location = new System.Drawing.Point(97, 113);
     this.HourFeeTxt8.Name = "HourFeeTxt8";
     this.HourFeeTxt8.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt8.TabIndex = 19;
     this.HourFeeTxt8.Tag = "@num=8,@pm=金额";
     //
     // HourFeeTxt7
     //
     this.HourFeeTxt7.Location = new System.Drawing.Point(486, 81);
     this.HourFeeTxt7.Name = "HourFeeTxt7";
     this.HourFeeTxt7.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt7.TabIndex = 17;
     this.HourFeeTxt7.Tag = "@num=7,@pm=金额";
     //
     // HourFeeTxt6
     //
     this.HourFeeTxt6.Location = new System.Drawing.Point(287, 81);
     this.HourFeeTxt6.Name = "HourFeeTxt6";
     this.HourFeeTxt6.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt6.TabIndex = 15;
     this.HourFeeTxt6.Tag = "@num=6,@pm=金额";
     //
     // HourFeeTxt5
     //
     this.HourFeeTxt5.Location = new System.Drawing.Point(97, 81);
     this.HourFeeTxt5.Name = "HourFeeTxt5";
     this.HourFeeTxt5.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt5.TabIndex = 13;
     this.HourFeeTxt5.Tag = "@num=5,@pm=金额";
     //
     // HourFeeTxt4
     //
     this.HourFeeTxt4.Location = new System.Drawing.Point(486, 49);
     this.HourFeeTxt4.Name = "HourFeeTxt4";
     this.HourFeeTxt4.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt4.TabIndex = 11;
     this.HourFeeTxt4.Tag = "@num=4,@pm=金额";
     //
     // HourFeeTxt3
     //
     this.HourFeeTxt3.Location = new System.Drawing.Point(287, 48);
     this.HourFeeTxt3.Name = "HourFeeTxt3";
     this.HourFeeTxt3.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt3.TabIndex = 9;
     this.HourFeeTxt3.Tag = "@num=3,@pm=金额";
     //
     // HourFeeTxt2
     //
     this.HourFeeTxt2.Location = new System.Drawing.Point(97, 48);
     this.HourFeeTxt2.Name = "HourFeeTxt2";
     this.HourFeeTxt2.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt2.TabIndex = 7;
     this.HourFeeTxt2.Tag = "@num=2,@pm=金额";
     //
     // HourFeeTxt1
     //
     this.HourFeeTxt1.Location = new System.Drawing.Point(486, 16);
     this.HourFeeTxt1.Name = "HourFeeTxt1";
     this.HourFeeTxt1.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt1.TabIndex = 5;
     this.HourFeeTxt1.Tag = "@num=1,@pm=金额";
     //
     // LimitAccTxt
     //
     this.LimitAccTxt.Location = new System.Drawing.Point(287, 15);
     this.LimitAccTxt.Name = "LimitAccTxt";
     this.LimitAccTxt.Size = new System.Drawing.Size(91, 22);
     this.LimitAccTxt.TabIndex = 3;
     this.LimitAccTxt.Tag = "@pm=廿四时限额";
     //
     // FreeTimeTxt6
     //
     this.FreeTimeTxt6.Location = new System.Drawing.Point(97, 15);
     this.FreeTimeTxt6.Name = "FreeTimeTxt6";
     this.FreeTimeTxt6.Size = new System.Drawing.Size(91, 22);
     this.FreeTimeTxt6.TabIndex = 1;
     this.FreeTimeTxt6.Tag = "@pm=免费时长";
     //
     // HourFeeLab24
     //
     this.HourFeeLab24.AutoSize = true;
     this.HourFeeLab24.Location = new System.Drawing.Point(216, 282);
     this.HourFeeLab24.Name = "HourFeeLab24";
     this.HourFeeLab24.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab24.TabIndex = 50;
     this.HourFeeLab24.Text = "24小时收费:";
     //
     // HourFeeLab23
     //
     this.HourFeeLab23.AutoSize = true;
     this.HourFeeLab23.Location = new System.Drawing.Point(26, 279);
     this.HourFeeLab23.Name = "HourFeeLab23";
     this.HourFeeLab23.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab23.TabIndex = 48;
     this.HourFeeLab23.Text = "23小时收费:";
     //
     // HourFeeLab22
     //
     this.HourFeeLab22.AutoSize = true;
     this.HourFeeLab22.Location = new System.Drawing.Point(417, 250);
     this.HourFeeLab22.Name = "HourFeeLab22";
     this.HourFeeLab22.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab22.TabIndex = 46;
     this.HourFeeLab22.Text = "22小时收费:";
     //
     // HourFeeLab21
     //
     this.HourFeeLab21.AutoSize = true;
     this.HourFeeLab21.Location = new System.Drawing.Point(216, 250);
     this.HourFeeLab21.Name = "HourFeeLab21";
     this.HourFeeLab21.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab21.TabIndex = 44;
     this.HourFeeLab21.Text = "21小时收费:";
     //
     // HourFeeLab20
     //
     this.HourFeeLab20.AutoSize = true;
     this.HourFeeLab20.Location = new System.Drawing.Point(26, 247);
     this.HourFeeLab20.Name = "HourFeeLab20";
     this.HourFeeLab20.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab20.TabIndex = 42;
     this.HourFeeLab20.Text = "20小时收费:";
     //
     // HourFeeLab19
     //
     this.HourFeeLab19.AutoSize = true;
     this.HourFeeLab19.Location = new System.Drawing.Point(417, 218);
     this.HourFeeLab19.Name = "HourFeeLab19";
     this.HourFeeLab19.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab19.TabIndex = 40;
     this.HourFeeLab19.Text = "19小时收费:";
     //
     // HourFeeLab18
     //
     this.HourFeeLab18.AutoSize = true;
     this.HourFeeLab18.Location = new System.Drawing.Point(216, 216);
     this.HourFeeLab18.Name = "HourFeeLab18";
     this.HourFeeLab18.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab18.TabIndex = 38;
     this.HourFeeLab18.Text = "18小时收费:";
     //
     // HourFeeLab17
     //
     this.HourFeeLab17.AutoSize = true;
     this.HourFeeLab17.Location = new System.Drawing.Point(26, 216);
     this.HourFeeLab17.Name = "HourFeeLab17";
     this.HourFeeLab17.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab17.TabIndex = 36;
     this.HourFeeLab17.Text = "17小时收费:";
     //
     // HourFeeLab16
     //
     this.HourFeeLab16.AutoSize = true;
     this.HourFeeLab16.Location = new System.Drawing.Point(417, 186);
     this.HourFeeLab16.Name = "HourFeeLab16";
     this.HourFeeLab16.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab16.TabIndex = 34;
     this.HourFeeLab16.Text = "16小时收费:";
     //
     // HourFeeLab15
     //
     this.HourFeeLab15.AutoSize = true;
     this.HourFeeLab15.Location = new System.Drawing.Point(216, 183);
     this.HourFeeLab15.Name = "HourFeeLab15";
     this.HourFeeLab15.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab15.TabIndex = 32;
     this.HourFeeLab15.Text = "15小时收费:";
     //
     // HourFeeLab14
     //
     this.HourFeeLab14.AutoSize = true;
     this.HourFeeLab14.Location = new System.Drawing.Point(26, 181);
     this.HourFeeLab14.Name = "HourFeeLab14";
     this.HourFeeLab14.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab14.TabIndex = 30;
     this.HourFeeLab14.Text = "14小时收费:";
     //
     // HourFeeLab13
     //
     this.HourFeeLab13.AutoSize = true;
     this.HourFeeLab13.Location = new System.Drawing.Point(417, 151);
     this.HourFeeLab13.Name = "HourFeeLab13";
     this.HourFeeLab13.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab13.TabIndex = 28;
     this.HourFeeLab13.Text = "13小时收费:";
     //
     // HourFeeLab12
     //
     this.HourFeeLab12.AutoSize = true;
     this.HourFeeLab12.Location = new System.Drawing.Point(216, 149);
     this.HourFeeLab12.Name = "HourFeeLab12";
     this.HourFeeLab12.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab12.TabIndex = 26;
     this.HourFeeLab12.Text = "12小时收费:";
     //
     // HourFeeLab11
     //
     this.HourFeeLab11.AutoSize = true;
     this.HourFeeLab11.Location = new System.Drawing.Point(26, 151);
     this.HourFeeLab11.Name = "HourFeeLab11";
     this.HourFeeLab11.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab11.TabIndex = 24;
     this.HourFeeLab11.Text = "11小时收费:";
     //
     // HourFeeLab10
     //
     this.HourFeeLab10.AutoSize = true;
     this.HourFeeLab10.Location = new System.Drawing.Point(417, 120);
     this.HourFeeLab10.Name = "HourFeeLab10";
     this.HourFeeLab10.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab10.TabIndex = 22;
     this.HourFeeLab10.Text = "10小时收费:";
     //
     // HourFeeLab9
     //
     this.HourFeeLab9.AutoSize = true;
     this.HourFeeLab9.Location = new System.Drawing.Point(222, 120);
     this.HourFeeLab9.Name = "HourFeeLab9";
     this.HourFeeLab9.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab9.TabIndex = 20;
     this.HourFeeLab9.Text = "9小时收费:";
     //
     // HourFeeLab8
     //
     this.HourFeeLab8.AutoSize = true;
     this.HourFeeLab8.Location = new System.Drawing.Point(32, 118);
     this.HourFeeLab8.Name = "HourFeeLab8";
     this.HourFeeLab8.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab8.TabIndex = 18;
     this.HourFeeLab8.Text = "8小时收费:";
     //
     // HourFeeLab7
     //
     this.HourFeeLab7.AutoSize = true;
     this.HourFeeLab7.Location = new System.Drawing.Point(423, 87);
     this.HourFeeLab7.Name = "HourFeeLab7";
     this.HourFeeLab7.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab7.TabIndex = 16;
     this.HourFeeLab7.Text = "7小时收费:";
     //
     // HourFeeLab6
     //
     this.HourFeeLab6.AutoSize = true;
     this.HourFeeLab6.Location = new System.Drawing.Point(222, 87);
     this.HourFeeLab6.Name = "HourFeeLab6";
     this.HourFeeLab6.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab6.TabIndex = 14;
     this.HourFeeLab6.Text = "6小时收费:";
     //
     // HourFeeLab5
     //
     this.HourFeeLab5.AutoSize = true;
     this.HourFeeLab5.Location = new System.Drawing.Point(32, 85);
     this.HourFeeLab5.Name = "HourFeeLab5";
     this.HourFeeLab5.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab5.TabIndex = 12;
     this.HourFeeLab5.Text = "5小时收费:";
     //
     // HourFeeLab4
     //
     this.HourFeeLab4.AutoSize = true;
     this.HourFeeLab4.Location = new System.Drawing.Point(423, 57);
     this.HourFeeLab4.Name = "HourFeeLab4";
     this.HourFeeLab4.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab4.TabIndex = 10;
     this.HourFeeLab4.Text = "4小时收费:";
     //
     // HourFeeLab3
     //
     this.HourFeeLab3.AutoSize = true;
     this.HourFeeLab3.Location = new System.Drawing.Point(222, 54);
     this.HourFeeLab3.Name = "HourFeeLab3";
     this.HourFeeLab3.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab3.TabIndex = 8;
     this.HourFeeLab3.Text = "3小时收费:";
     //
     // HourFeeLab2
     //
     this.HourFeeLab2.AutoSize = true;
     this.HourFeeLab2.Location = new System.Drawing.Point(32, 55);
     this.HourFeeLab2.Name = "HourFeeLab2";
     this.HourFeeLab2.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab2.TabIndex = 6;
     this.HourFeeLab2.Text = "2小时收费:";
     //
     // HourFeeLab1
     //
     this.HourFeeLab1.AutoSize = true;
     this.HourFeeLab1.Location = new System.Drawing.Point(423, 22);
     this.HourFeeLab1.Name = "HourFeeLab1";
     this.HourFeeLab1.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab1.TabIndex = 4;
     this.HourFeeLab1.Text = "1小时收费:";
     //
     // LimitAccLab
     //
     this.LimitAccLab.AutoSize = true;
     this.LimitAccLab.Location = new System.Drawing.Point(216, 22);
     this.LimitAccLab.Name = "LimitAccLab";
     this.LimitAccLab.Size = new System.Drawing.Size(73, 14);
     this.LimitAccLab.TabIndex = 2;
     this.LimitAccLab.Text = "24小时限额:";
     //
     // FreeTimeLab6
     //
     this.FreeTimeLab6.AutoSize = true;
     this.FreeTimeLab6.Location = new System.Drawing.Point(26, 22);
     this.FreeTimeLab6.Name = "FreeTimeLab6";
     this.FreeTimeLab6.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab6.TabIndex = 0;
     this.FreeTimeLab6.Text = "免费时长T0:";
     //
     // panelControl6
     //
     this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl6.Controls.Add(this.btnbigCar);
     this.panelControl6.Controls.Add(this.btnMiCar);
     this.panelControl6.Controls.Add(this.btnTimeCar);
     this.panelControl6.Controls.Add(this.btnSmallCar);
     this.panelControl6.Controls.Add(this.btnMoCar);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl6.Location = new System.Drawing.Point(0, 0);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(574, 35);
     this.panelControl6.TabIndex = 61;
     //
     // btnbigCar
     //
     this.btnbigCar.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnbigCar.Appearance.Options.UseForeColor = true;
     this.btnbigCar.Location = new System.Drawing.Point(0, 4);
     this.btnbigCar.Name = "btnbigCar";
     this.btnbigCar.Size = new System.Drawing.Size(64, 28);
     this.btnbigCar.TabIndex = 70;
     this.btnbigCar.Tag = "@val=1";
     this.btnbigCar.Text = "A类车";
     this.btnbigCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnMiCar
     //
     this.btnMiCar.Location = new System.Drawing.Point(63, 4);
     this.btnMiCar.Name = "btnMiCar";
     this.btnMiCar.Size = new System.Drawing.Size(64, 28);
     this.btnMiCar.TabIndex = 69;
     this.btnMiCar.Tag = "@val=2";
     this.btnMiCar.Text = "B类车";
     this.btnMiCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnTimeCar
     //
     this.btnTimeCar.Location = new System.Drawing.Point(126, 4);
     this.btnTimeCar.Name = "btnTimeCar";
     this.btnTimeCar.Size = new System.Drawing.Size(64, 28);
     this.btnTimeCar.TabIndex = 68;
     this.btnTimeCar.Tag = "@val=3";
     this.btnTimeCar.Text = "C类车";
     this.btnTimeCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnSmallCar
     //
     this.btnSmallCar.Location = new System.Drawing.Point(190, 4);
     this.btnSmallCar.Name = "btnSmallCar";
     this.btnSmallCar.Size = new System.Drawing.Size(64, 28);
     this.btnSmallCar.TabIndex = 67;
     this.btnSmallCar.Tag = "@val=4";
     this.btnSmallCar.Text = "D类车";
     this.btnSmallCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnMoCar
     //
     this.btnMoCar.Location = new System.Drawing.Point(253, 4);
     this.btnMoCar.Name = "btnMoCar";
     this.btnMoCar.Size = new System.Drawing.Size(64, 28);
     this.btnMoCar.TabIndex = 66;
     this.btnMoCar.Tag = "@val=5";
     this.btnMoCar.Text = "E类车";
     this.btnMoCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // grpParam
     //
     this.grpParam.Controls.Add(this.panelControl2);
     this.grpParam.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpParam.Location = new System.Drawing.Point(0, 65);
     this.grpParam.Name = "grpParam";
     this.grpParam.Size = new System.Drawing.Size(647, 567);
     this.grpParam.TabIndex = 10;
     this.grpParam.Tag = "";
     this.grpParam.Text = "控制参数";
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.groupControl2);
     this.panelControl2.Controls.Add(this.panelControl9);
     this.panelControl2.Controls.Add(this.panelControl5);
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 21);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(643, 541);
     this.panelControl2.TabIndex = 1;
     this.panelControl2.Tag = "@db=用户信息";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.dbDev);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 388);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(643, 153);
     this.groupControl2.TabIndex = 90;
     this.groupControl2.Text = "设备信息";
     //
     // dbDev
     //
     this.dbDev.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbDev.Location = new System.Drawing.Point(2, 21);
     this.dbDev.MainView = this.gridView1;
     this.dbDev.Name = "dbDev";
     this.dbDev.Size = new System.Drawing.Size(639, 130);
     this.dbDev.TabIndex = 92;
     this.dbDev.Tag = "@db=设备定义";
     this.dbDev.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gridView1.GridControl = this.dbDev;
     this.gridView1.GroupPanelText = "设备信息";
     this.gridView1.HorzScrollStep = 1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged_1);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "ID";
     this.gridColumn1.FieldName = "ID";
     this.gridColumn1.Name = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "名称";
     this.gridColumn2.FieldName = "名称";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "电脑";
     this.gridColumn3.FieldName = "电脑";
     this.gridColumn3.Name = "gridColumn3";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "IP地址";
     this.gridColumn4.FieldName = "IP地址";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 1;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "设备地址";
     this.gridColumn5.FieldName = "站址";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "串口";
     this.gridColumn6.FieldName = "串口";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 4;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "波特率";
     this.gridColumn7.FieldName = "波特率";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "数据位";
     this.gridColumn8.FieldName = "数据位";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 7;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "停止位";
     this.gridColumn9.FieldName = "停止位";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 8;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "通讯类别";
     this.gridColumn10.FieldName = "通讯类别";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 3;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "编号";
     this.gridColumn11.FieldName = "编号";
     this.gridColumn11.Name = "gridColumn11";
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "端口";
     this.gridColumn12.FieldName = "端口";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 5;
     //
     // panelControl9
     //
     this.panelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl9.Controls.Add(this.btnAddDev);
     this.panelControl9.Controls.Add(this.btnDelDev);
     this.panelControl9.Controls.Add(this.btnSaveDev);
     this.panelControl9.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl9.Location = new System.Drawing.Point(0, 351);
     this.panelControl9.Name = "panelControl9";
     this.panelControl9.Size = new System.Drawing.Size(643, 37);
     this.panelControl9.TabIndex = 89;
     //
     // btnAddDev
     //
     this.btnAddDev.Location = new System.Drawing.Point(12, 6);
     this.btnAddDev.Name = "btnAddDev";
     this.btnAddDev.Size = new System.Drawing.Size(64, 28);
     this.btnAddDev.TabIndex = 3;
     this.btnAddDev.Text = "增加设备";
     this.btnAddDev.Click += new System.EventHandler(this.btnAddDev_Click);
     //
     // btnDelDev
     //
     this.btnDelDev.Location = new System.Drawing.Point(91, 6);
     this.btnDelDev.Name = "btnDelDev";
     this.btnDelDev.Size = new System.Drawing.Size(64, 28);
     this.btnDelDev.TabIndex = 2;
     this.btnDelDev.Text = "删除设备";
     this.btnDelDev.Click += new System.EventHandler(this.btnDelDev_Click);
     //
     // btnSaveDev
     //
     this.btnSaveDev.Location = new System.Drawing.Point(172, 6);
     this.btnSaveDev.Name = "btnSaveDev";
     this.btnSaveDev.Size = new System.Drawing.Size(64, 28);
     this.btnSaveDev.TabIndex = 1;
     this.btnSaveDev.Text = "保存";
     this.btnSaveDev.Click += new System.EventHandler(this.btnSaveDev_Click);
     //
     // panelControl5
     //
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl5.Controls.Add(this.groupBox8);
     this.panelControl5.Controls.Add(this.grpbChannel);
     this.panelControl5.Controls.Add(this.groupBox5);
     this.panelControl5.Controls.Add(this.grpbCardType);
     this.panelControl5.Controls.Add(this.groupBox4);
     this.panelControl5.Controls.Add(this.grpbAccept);
     this.panelControl5.Controls.Add(this.groupBox1);
     this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl5.Location = new System.Drawing.Point(0, 78);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Size = new System.Drawing.Size(643, 273);
     this.panelControl5.TabIndex = 88;
     this.panelControl5.Tag = "@db=停车场管理";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.checkEdit10);
     this.groupBox8.Controls.Add(this.checkEdit2);
     this.groupBox8.Location = new System.Drawing.Point(466, 173);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(174, 94);
     this.groupBox8.TabIndex = 95;
     this.groupBox8.TabStop = false;
     this.groupBox8.Tag = "@db=停车场管理";
     this.groupBox8.Text = "出入场地感";
     //
     // checkEdit10
     //
     this.checkEdit10.Location = new System.Drawing.Point(5, 56);
     this.checkEdit10.Name = "checkEdit10";
     this.checkEdit10.Properties.Caption = "出场地感";
     this.checkEdit10.Size = new System.Drawing.Size(100, 19);
     this.checkEdit10.TabIndex = 112;
     this.checkEdit10.Tag = "@fld=出场地感";
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(5, 31);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "入场地感";
     this.checkEdit2.Size = new System.Drawing.Size(70, 19);
     this.checkEdit2.TabIndex = 111;
     this.checkEdit2.Tag = "@fld=入场地感";
     //
     // grpbChannel
     //
     this.grpbChannel.Controls.Add(this.plCarType);
     this.grpbChannel.Controls.Add(this.plCardType);
     this.grpbChannel.Controls.Add(this.checkBox5);
     this.grpbChannel.Controls.Add(this.radChannelCard);
     this.grpbChannel.Controls.Add(this.radChannelCar);
     this.grpbChannel.Location = new System.Drawing.Point(299, 1);
     this.grpbChannel.Name = "grpbChannel";
     this.grpbChannel.Size = new System.Drawing.Size(341, 84);
     this.grpbChannel.TabIndex = 94;
     this.grpbChannel.TabStop = false;
     this.grpbChannel.Tag = "";
     this.grpbChannel.Text = "通道选择";
     //
     // plCarType
     //
     this.plCarType.Controls.Add(this.checkEdit13);
     this.plCarType.Controls.Add(this.checkEdit14);
     this.plCarType.Controls.Add(this.checkEdit15);
     this.plCarType.Controls.Add(this.checkEdit16);
     this.plCarType.Location = new System.Drawing.Point(144, 19);
     this.plCarType.Name = "plCarType";
     this.plCarType.Size = new System.Drawing.Size(175, 52);
     this.plCarType.TabIndex = 140;
     this.plCarType.Tag = "@db=停车场管理";
     //
     // checkEdit13
     //
     this.checkEdit13.Location = new System.Drawing.Point(223, 26);
     this.checkEdit13.Name = "checkEdit13";
     this.checkEdit13.Properties.Caption = "D类车";
     this.checkEdit13.Size = new System.Drawing.Size(65, 19);
     this.checkEdit13.TabIndex = 132;
     this.checkEdit13.Tag = "@val=4,@grp=通道内容";
     //
     // checkEdit14
     //
     this.checkEdit14.Location = new System.Drawing.Point(159, 26);
     this.checkEdit14.Name = "checkEdit14";
     this.checkEdit14.Properties.Caption = "C类车";
     this.checkEdit14.Size = new System.Drawing.Size(58, 19);
     this.checkEdit14.TabIndex = 131;
     this.checkEdit14.Tag = "@val=3,@grp=通道内容";
     //
     // checkEdit15
     //
     this.checkEdit15.Location = new System.Drawing.Point(91, 26);
     this.checkEdit15.Name = "checkEdit15";
     this.checkEdit15.Properties.Caption = "B类车";
     this.checkEdit15.Size = new System.Drawing.Size(62, 19);
     this.checkEdit15.TabIndex = 130;
     this.checkEdit15.Tag = "@val=2,@grp=通道内容";
     //
     // checkEdit16
     //
     this.checkEdit16.Location = new System.Drawing.Point(20, 29);
     this.checkEdit16.Name = "checkEdit16";
     this.checkEdit16.Properties.Caption = "A类车";
     this.checkEdit16.Size = new System.Drawing.Size(59, 19);
     this.checkEdit16.TabIndex = 129;
     this.checkEdit16.Tag = "@val=1,@grp=通道内容";
     //
     // plCardType
     //
     this.plCardType.Controls.Add(this.checkEdit3);
     this.plCardType.Controls.Add(this.checkEdit4);
     this.plCardType.Controls.Add(this.checkEdit5);
     this.plCardType.Controls.Add(this.checkEdit6);
     this.plCardType.Controls.Add(this.checkEdit7);
     this.plCardType.Controls.Add(this.checkEdit8);
     this.plCardType.Controls.Add(this.checkEdit9);
     this.plCardType.Location = new System.Drawing.Point(6, 15);
     this.plCardType.Name = "plCardType";
     this.plCardType.Size = new System.Drawing.Size(132, 64);
     this.plCardType.TabIndex = 12;
     this.plCardType.Tag = "@db=停车场管理";
     this.plCardType.Visible = false;
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(73, 36);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "贵宾卡";
     this.checkEdit3.Size = new System.Drawing.Size(65, 19);
     this.checkEdit3.TabIndex = 139;
     this.checkEdit3.Tag = "@val=8,@grp=通道内容";
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(153, 36);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "储值卡";
     this.checkEdit4.Size = new System.Drawing.Size(58, 19);
     this.checkEdit4.TabIndex = 138;
     this.checkEdit4.Tag = "@val=9,@grp=通道内容";
     //
     // checkEdit5
     //
     this.checkEdit5.Location = new System.Drawing.Point(153, 10);
     this.checkEdit5.Name = "checkEdit5";
     this.checkEdit5.Properties.Caption = "临时卡";
     this.checkEdit5.Size = new System.Drawing.Size(58, 19);
     this.checkEdit5.TabIndex = 137;
     this.checkEdit5.Tag = "@val=5,@grp=通道内容";
     //
     // checkEdit6
     //
     this.checkEdit6.Location = new System.Drawing.Point(73, 10);
     this.checkEdit6.Name = "checkEdit6";
     this.checkEdit6.Properties.Caption = "时段卡";
     this.checkEdit6.Size = new System.Drawing.Size(62, 19);
     this.checkEdit6.TabIndex = 136;
     this.checkEdit6.Tag = "@val=4,@grp=通道内容";
     //
     // checkEdit7
     //
     this.checkEdit7.Location = new System.Drawing.Point(15, 36);
     this.checkEdit7.Name = "checkEdit7";
     this.checkEdit7.Properties.Caption = "免费卡";
     this.checkEdit7.Size = new System.Drawing.Size(61, 19);
     this.checkEdit7.TabIndex = 135;
     this.checkEdit7.Tag = "@val=6,@grp=通道内容";
     //
     // checkEdit8
     //
     this.checkEdit8.Location = new System.Drawing.Point(236, 10);
     this.checkEdit8.Name = "checkEdit8";
     this.checkEdit8.Properties.Caption = "临免卡";
     this.checkEdit8.Size = new System.Drawing.Size(64, 19);
     this.checkEdit8.TabIndex = 134;
     this.checkEdit8.Tag = "@val=7,@grp=通道内容";
     //
     // checkEdit9
     //
     this.checkEdit9.Location = new System.Drawing.Point(15, 11);
     this.checkEdit9.Name = "checkEdit9";
     this.checkEdit9.Properties.Caption = "期卡";
     this.checkEdit9.Size = new System.Drawing.Size(48, 19);
     this.checkEdit9.TabIndex = 133;
     this.checkEdit9.Tag = "@val=3,@grp=通道内容";
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(101, 155);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(50, 18);
     this.checkBox5.TabIndex = 2;
     this.checkBox5.Text = "大车";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // radChannelCard
     //
     this.radChannelCard.AutoSize = true;
     this.radChannelCard.Location = new System.Drawing.Point(119, 0);
     this.radChannelCard.Name = "radChannelCard";
     this.radChannelCard.Size = new System.Drawing.Size(61, 18);
     this.radChannelCard.TabIndex = 1;
     this.radChannelCard.Text = "按卡类";
     this.radChannelCard.UseVisualStyleBackColor = true;
     this.radChannelCard.CheckedChanged += new System.EventHandler(this.radChannel_CheckedChanged);
     //
     // radChannelCar
     //
     this.radChannelCar.AutoSize = true;
     this.radChannelCar.Checked = true;
     this.radChannelCar.Location = new System.Drawing.Point(60, 0);
     this.radChannelCar.Name = "radChannelCar";
     this.radChannelCar.Size = new System.Drawing.Size(61, 18);
     this.radChannelCar.TabIndex = 0;
     this.radChannelCar.TabStop = true;
     this.radChannelCar.Text = "按车型";
     this.radChannelCar.UseVisualStyleBackColor = true;
     this.radChannelCar.CheckedChanged += new System.EventHandler(this.radChannel_CheckedChanged);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textEdit1);
     this.groupBox5.Controls.Add(this.label3);
     this.groupBox5.Controls.Add(this.checkEdit1);
     this.groupBox5.Location = new System.Drawing.Point(3, 172);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(293, 95);
     this.groupBox5.TabIndex = 93;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "中央收费";
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(187, 41);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(101, 21);
     this.textEdit1.TabIndex = 27;
     this.textEdit1.Tag = "@fld=有效期报警";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(103, 44);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(81, 14);
     this.label3.TabIndex = 120;
     this.label3.Text = "有效时间(分):";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(7, 43);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "是否中央收费";
     this.checkEdit1.Size = new System.Drawing.Size(97, 19);
     this.checkEdit1.TabIndex = 26;
     this.checkEdit1.Tag = "@fld=允许车辆入场";
     //
     // grpbCardType
     //
     this.grpbCardType.Controls.Add(this.checkBox17);
     this.grpbCardType.Controls.Add(this.GbkChk1);
     this.grpbCardType.Controls.Add(this.CzkChk1);
     this.grpbCardType.Controls.Add(this.LskChk1);
     this.grpbCardType.Controls.Add(this.SdkChk1);
     this.grpbCardType.Controls.Add(this.MfkChk1);
     this.grpbCardType.Controls.Add(this.LmkChk1);
     this.grpbCardType.Controls.Add(this.QkChk1);
     this.grpbCardType.Location = new System.Drawing.Point(299, 86);
     this.grpbCardType.Name = "grpbCardType";
     this.grpbCardType.Size = new System.Drawing.Size(341, 84);
     this.grpbCardType.TabIndex = 92;
     this.grpbCardType.TabStop = false;
     this.grpbCardType.Tag = "@db=停车场管理";
     this.grpbCardType.Text = "卡类允许(允许该卡类入场)";
     //
     // checkBox17
     //
     this.checkBox17.Location = new System.Drawing.Point(240, 58);
     this.checkBox17.Name = "checkBox17";
     this.checkBox17.Properties.Caption = "一卡通";
     this.checkBox17.Size = new System.Drawing.Size(70, 19);
     this.checkBox17.TabIndex = 125;
     this.checkBox17.Tag = "@val=10,@grp=卡类允许";
     //
     // GbkChk1
     //
     this.GbkChk1.Location = new System.Drawing.Point(90, 58);
     this.GbkChk1.Name = "GbkChk1";
     this.GbkChk1.Properties.Caption = "贵宾卡";
     this.GbkChk1.Size = new System.Drawing.Size(65, 19);
     this.GbkChk1.TabIndex = 124;
     this.GbkChk1.Tag = "@val=8,@grp=卡类允许";
     //
     // CzkChk1
     //
     this.CzkChk1.Location = new System.Drawing.Point(167, 58);
     this.CzkChk1.Name = "CzkChk1";
     this.CzkChk1.Properties.Caption = "储值卡";
     this.CzkChk1.Size = new System.Drawing.Size(58, 19);
     this.CzkChk1.TabIndex = 123;
     this.CzkChk1.Tag = "@val=9,@grp=卡类允许";
     //
     // LskChk1
     //
     this.LskChk1.Location = new System.Drawing.Point(167, 21);
     this.LskChk1.Name = "LskChk1";
     this.LskChk1.Properties.Caption = "临时卡";
     this.LskChk1.Size = new System.Drawing.Size(58, 19);
     this.LskChk1.TabIndex = 122;
     this.LskChk1.Tag = "@val=5,@grp=卡类允许";
     //
     // SdkChk1
     //
     this.SdkChk1.Location = new System.Drawing.Point(90, 21);
     this.SdkChk1.Name = "SdkChk1";
     this.SdkChk1.Properties.Caption = "时段卡";
     this.SdkChk1.Size = new System.Drawing.Size(62, 19);
     this.SdkChk1.TabIndex = 121;
     this.SdkChk1.Tag = "@val=4,@grp=卡类允许";
     //
     // MfkChk1
     //
     this.MfkChk1.Location = new System.Drawing.Point(19, 58);
     this.MfkChk1.Name = "MfkChk1";
     this.MfkChk1.Properties.Caption = "免费卡";
     this.MfkChk1.Size = new System.Drawing.Size(61, 19);
     this.MfkChk1.TabIndex = 120;
     this.MfkChk1.Tag = "@val=6,@grp=卡类允许";
     //
     // LmkChk1
     //
     this.LmkChk1.Location = new System.Drawing.Point(240, 21);
     this.LmkChk1.Name = "LmkChk1";
     this.LmkChk1.Properties.Caption = "临免卡";
     this.LmkChk1.Size = new System.Drawing.Size(64, 19);
     this.LmkChk1.TabIndex = 119;
     this.LmkChk1.Tag = "@val=7,@grp=卡类允许";
     //
     // QkChk1
     //
     this.QkChk1.Location = new System.Drawing.Point(19, 21);
     this.QkChk1.Name = "QkChk1";
     this.QkChk1.Properties.Caption = "期卡";
     this.QkChk1.Size = new System.Drawing.Size(48, 19);
     this.QkChk1.TabIndex = 118;
     this.QkChk1.Tag = "@val=3,@grp=卡类允许";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBox1);
     this.groupBox4.Controls.Add(this.checkBox2);
     this.groupBox4.Location = new System.Drawing.Point(299, 173);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(161, 94);
     this.groupBox4.TabIndex = 91;
     this.groupBox4.TabStop = false;
     this.groupBox4.Tag = "@db=停车场管理";
     this.groupBox4.Text = "入口满位处理";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(6, 31);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Properties.Caption = "允许车辆入场";
     this.checkBox1.Size = new System.Drawing.Size(100, 19);
     this.checkBox1.TabIndex = 111;
     this.checkBox1.Tag = "@fld=允许车辆入场";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(6, 56);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Properties.Caption = "允许出临时卡";
     this.checkBox2.Size = new System.Drawing.Size(100, 19);
     this.checkBox2.TabIndex = 110;
     this.checkBox2.Tag = "@fld=允许出临时卡";
     //
     // grpbAccept
     //
     this.grpbAccept.Controls.Add(this.checkBox16);
     this.grpbAccept.Controls.Add(this.GbkChk);
     this.grpbAccept.Controls.Add(this.CzkChk);
     this.grpbAccept.Controls.Add(this.LskChk);
     this.grpbAccept.Controls.Add(this.SdkChk);
     this.grpbAccept.Controls.Add(this.MfkChk);
     this.grpbAccept.Controls.Add(this.LmkChk);
     this.grpbAccept.Controls.Add(this.QkChk);
     this.grpbAccept.Location = new System.Drawing.Point(3, 86);
     this.grpbAccept.Name = "grpbAccept";
     this.grpbAccept.Size = new System.Drawing.Size(293, 84);
     this.grpbAccept.TabIndex = 90;
     this.grpbAccept.TabStop = false;
     this.grpbAccept.Tag = "@db=停车场管理";
     this.grpbAccept.Text = "放行控制(需要上位机确认)";
     //
     // checkBox16
     //
     this.checkBox16.Location = new System.Drawing.Point(223, 58);
     this.checkBox16.Name = "checkBox16";
     this.checkBox16.Properties.Caption = "一卡通";
     this.checkBox16.Size = new System.Drawing.Size(70, 19);
     this.checkBox16.TabIndex = 25;
     this.checkBox16.Tag = "@val=10,@grp=放行控制";
     //
     // GbkChk
     //
     this.GbkChk.Location = new System.Drawing.Point(75, 58);
     this.GbkChk.Name = "GbkChk";
     this.GbkChk.Properties.Caption = "贵宾卡";
     this.GbkChk.Size = new System.Drawing.Size(65, 19);
     this.GbkChk.TabIndex = 21;
     this.GbkChk.Tag = "@val=8,@grp=放行控制";
     //
     // CzkChk
     //
     this.CzkChk.Location = new System.Drawing.Point(146, 59);
     this.CzkChk.Name = "CzkChk";
     this.CzkChk.Properties.Caption = "储值卡";
     this.CzkChk.Size = new System.Drawing.Size(58, 19);
     this.CzkChk.TabIndex = 24;
     this.CzkChk.Tag = "@val=9,@grp=放行控制";
     //
     // LskChk
     //
     this.LskChk.Location = new System.Drawing.Point(146, 22);
     this.LskChk.Name = "LskChk";
     this.LskChk.Properties.Caption = "临时卡";
     this.LskChk.Size = new System.Drawing.Size(58, 19);
     this.LskChk.TabIndex = 18;
     this.LskChk.Tag = "@val=5,@grp=放行控制";
     //
     // SdkChk
     //
     this.SdkChk.Location = new System.Drawing.Point(75, 22);
     this.SdkChk.Name = "SdkChk";
     this.SdkChk.Properties.Caption = "时段卡";
     this.SdkChk.Size = new System.Drawing.Size(62, 19);
     this.SdkChk.TabIndex = 17;
     this.SdkChk.Tag = "@val=4,@grp=放行控制";
     //
     // MfkChk
     //
     this.MfkChk.Location = new System.Drawing.Point(17, 59);
     this.MfkChk.Name = "MfkChk";
     this.MfkChk.Properties.Caption = "免费卡";
     this.MfkChk.Size = new System.Drawing.Size(61, 19);
     this.MfkChk.TabIndex = 20;
     this.MfkChk.Tag = "@val=6,@grp=放行控制";
     //
     // LmkChk
     //
     this.LmkChk.Location = new System.Drawing.Point(223, 21);
     this.LmkChk.Name = "LmkChk";
     this.LmkChk.Properties.Caption = "临免卡";
     this.LmkChk.Size = new System.Drawing.Size(64, 19);
     this.LmkChk.TabIndex = 19;
     this.LmkChk.Tag = "@val=7,@grp=放行控制";
     //
     // QkChk
     //
     this.QkChk.Location = new System.Drawing.Point(17, 23);
     this.QkChk.Name = "QkChk";
     this.QkChk.Properties.Caption = "期卡";
     this.QkChk.Size = new System.Drawing.Size(48, 19);
     this.QkChk.TabIndex = 16;
     this.QkChk.Tag = "@val=3,@grp=放行控制";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LsCardTpComb);
     this.groupBox1.Controls.Add(this.CarTypeComb);
     this.groupBox1.Controls.Add(this.LsCardTpLab);
     this.groupBox1.Controls.Add(this.CarTypeLab);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 85);
     this.groupBox1.TabIndex = 89;
     this.groupBox1.TabStop = false;
     this.groupBox1.Tag = "@db=停车场管理";
     this.groupBox1.Text = "入口满位处理";
     //
     // LsCardTpComb
     //
     this.LsCardTpComb.Location = new System.Drawing.Point(102, 48);
     this.LsCardTpComb.Name = "LsCardTpComb";
     this.LsCardTpComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LsCardTpComb.Properties.NullText = "";
     this.LsCardTpComb.Size = new System.Drawing.Size(145, 21);
     this.LsCardTpComb.TabIndex = 15;
     this.LsCardTpComb.Tag = "@fld=临时卡方式";
     //
     // CarTypeComb
     //
     this.CarTypeComb.Location = new System.Drawing.Point(102, 21);
     this.CarTypeComb.Name = "CarTypeComb";
     this.CarTypeComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.CarTypeComb.Properties.NullText = "";
     this.CarTypeComb.Size = new System.Drawing.Size(145, 21);
     this.CarTypeComb.TabIndex = 14;
     this.CarTypeComb.Tag = "@fld=按键默认车型";
     //
     // LsCardTpLab
     //
     this.LsCardTpLab.AutoSize = true;
     this.LsCardTpLab.Location = new System.Drawing.Point(22, 51);
     this.LsCardTpLab.Name = "LsCardTpLab";
     this.LsCardTpLab.Size = new System.Drawing.Size(71, 14);
     this.LsCardTpLab.TabIndex = 119;
     this.LsCardTpLab.Text = "临时卡方式:";
     //
     // CarTypeLab
     //
     this.CarTypeLab.AutoSize = true;
     this.CarTypeLab.Location = new System.Drawing.Point(12, 24);
     this.CarTypeLab.Name = "CarTypeLab";
     this.CarTypeLab.Size = new System.Drawing.Size(83, 14);
     this.CarTypeLab.TabIndex = 118;
     this.CarTypeLab.Text = "按键默认车型:";
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.comboBox2);
     this.panelControl4.Controls.Add(this.MulInOutChk);
     this.panelControl4.Controls.Add(this.IsOutComChk);
     this.panelControl4.Controls.Add(this.SmaPrkLogComb);
     this.panelControl4.Controls.Add(this.DevAddrTxt);
     this.panelControl4.Controls.Add(this.ValDayAlmTxt);
     this.panelControl4.Controls.Add(this.comboBox1);
     this.panelControl4.Controls.Add(this.label4);
     this.panelControl4.Controls.Add(this.DevAddrLab);
     this.panelControl4.Controls.Add(this.SmaPrkLogLab);
     this.panelControl4.Controls.Add(this.CardBalAlmLab);
     this.panelControl4.Controls.Add(this.ValDayAlmLab);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(0, 0);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(643, 78);
     this.panelControl4.TabIndex = 87;
     this.panelControl4.Tag = "@db=停车场管理";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "天敏卡",
     "MINI卡"});
     this.comboBox2.Location = new System.Drawing.Point(239, 51);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(83, 22);
     this.comboBox2.TabIndex = 103;
     this.comboBox2.Tag = "@fld=视频卡";
     //
     // MulInOutChk
     //
     this.MulInOutChk.Location = new System.Drawing.Point(328, 53);
     this.MulInOutChk.Name = "MulInOutChk";
     this.MulInOutChk.Properties.Caption = "进出场逻辑控制(多进多出)";
     this.MulInOutChk.Size = new System.Drawing.Size(177, 19);
     this.MulInOutChk.TabIndex = 12;
     this.MulInOutChk.Tag = "@fld=进出场逻辑控制";
     //
     // IsOutComChk
     //
     this.IsOutComChk.Location = new System.Drawing.Point(505, 52);
     this.IsOutComChk.Name = "IsOutComChk";
     this.IsOutComChk.Properties.Caption = "是否允许脱机";
     this.IsOutComChk.Size = new System.Drawing.Size(100, 19);
     this.IsOutComChk.TabIndex = 13;
     this.IsOutComChk.Tag = "@fld=允许脱机";
     //
     // SmaPrkLogComb
     //
     this.SmaPrkLogComb.Location = new System.Drawing.Point(74, 51);
     this.SmaPrkLogComb.Name = "SmaPrkLogComb";
     this.SmaPrkLogComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SmaPrkLogComb.Properties.NullText = "";
     this.SmaPrkLogComb.Size = new System.Drawing.Size(109, 21);
     this.SmaPrkLogComb.TabIndex = 11;
     this.SmaPrkLogComb.Tag = "@fld=场内场逻辑";
     //
     // DevAddrTxt
     //
     this.DevAddrTxt.Location = new System.Drawing.Point(74, 18);
     this.DevAddrTxt.Name = "DevAddrTxt";
     this.DevAddrTxt.Size = new System.Drawing.Size(109, 21);
     this.DevAddrTxt.TabIndex = 7;
     this.DevAddrTxt.Tag = "@fld=名称";
     //
     // ValDayAlmTxt
     //
     this.ValDayAlmTxt.Location = new System.Drawing.Point(500, 18);
     this.ValDayAlmTxt.Name = "ValDayAlmTxt";
     this.ValDayAlmTxt.Size = new System.Drawing.Size(101, 21);
     this.ValDayAlmTxt.TabIndex = 9;
     this.ValDayAlmTxt.Tag = "@fld=有效期报警";
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(288, 18);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(108, 21);
     this.comboBox1.TabIndex = 8;
     this.comboBox1.Tag = "@fld=卡余额报警";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(189, 54);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 14);
     this.label4.TabIndex = 102;
     this.label4.Text = "视频卡:";
     //
     // DevAddrLab
     //
     this.DevAddrLab.AutoSize = true;
     this.DevAddrLab.Location = new System.Drawing.Point(9, 21);
     this.DevAddrLab.Name = "DevAddrLab";
     this.DevAddrLab.Size = new System.Drawing.Size(59, 14);
     this.DevAddrLab.TabIndex = 98;
     this.DevAddrLab.Text = "设备名称:";
     //
     // SmaPrkLogLab
     //
     this.SmaPrkLogLab.AutoSize = true;
     this.SmaPrkLogLab.Location = new System.Drawing.Point(8, 58);
     this.SmaPrkLogLab.Name = "SmaPrkLogLab";
     this.SmaPrkLogLab.Size = new System.Drawing.Size(71, 14);
     this.SmaPrkLogLab.TabIndex = 101;
     this.SmaPrkLogLab.Text = "场内场逻辑:";
     //
     // CardBalAlmLab
     //
     this.CardBalAlmLab.AutoSize = true;
     this.CardBalAlmLab.Location = new System.Drawing.Point(189, 21);
     this.CardBalAlmLab.Name = "CardBalAlmLab";
     this.CardBalAlmLab.Size = new System.Drawing.Size(93, 14);
     this.CardBalAlmLab.TabIndex = 100;
     this.CardBalAlmLab.Text = "卡余额报警(元):";
     //
     // ValDayAlmLab
     //
     this.ValDayAlmLab.AutoSize = true;
     this.ValDayAlmLab.Location = new System.Drawing.Point(401, 21);
     this.ValDayAlmLab.Name = "ValDayAlmLab";
     this.ValDayAlmLab.Size = new System.Drawing.Size(93, 14);
     this.ValDayAlmLab.TabIndex = 99;
     this.ValDayAlmLab.Text = "有效期报警(天):";
     //
     // panBaseInfo
     //
     this.panBaseInfo.Controls.Add(this.panelControl16);
     this.panBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
     this.panBaseInfo.Location = new System.Drawing.Point(0, 0);
     this.panBaseInfo.Name = "panBaseInfo";
     this.panBaseInfo.Size = new System.Drawing.Size(647, 65);
     this.panBaseInfo.TabIndex = 9;
     this.panBaseInfo.Tag = "@db=停车场管理";
     this.panBaseInfo.Text = "基本信息";
     //
     // panelControl16
     //
     this.panelControl16.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl16.Controls.Add(this.RetainStaTxt);
     this.panelControl16.Controls.Add(this.TypeCombo);
     this.panelControl16.Controls.Add(this.AllNoTxt);
     this.panelControl16.Controls.Add(this.RetainStaLab);
     this.panelControl16.Controls.Add(this.AllNoLab);
     this.panelControl16.Controls.Add(this.StallNoTxt);
     this.panelControl16.Controls.Add(this.ComIpTxt);
     this.panelControl16.Controls.Add(this.TxtStalname);
     this.panelControl16.Controls.Add(this.ComIpLab);
     this.panelControl16.Controls.Add(this.TypeLab);
     this.panelControl16.Controls.Add(this.StallNameLab);
     this.panelControl16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl16.Location = new System.Drawing.Point(2, 21);
     this.panelControl16.Name = "panelControl16";
     this.panelControl16.Size = new System.Drawing.Size(643, 42);
     this.panelControl16.TabIndex = 1;
     this.panelControl16.Tag = "@db=停车场管理";
     //
     // RetainStaTxt
     //
     this.RetainStaTxt.Location = new System.Drawing.Point(336, 15);
     this.RetainStaTxt.Name = "RetainStaTxt";
     this.RetainStaTxt.Size = new System.Drawing.Size(98, 21);
     this.RetainStaTxt.TabIndex = 5;
     this.RetainStaTxt.Tag = "@fld=保留车位";
     //
     // TypeCombo
     //
     this.TypeCombo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.TypeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.TypeCombo.Enabled = false;
     this.TypeCombo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.TypeCombo.FormattingEnabled = true;
     this.TypeCombo.Items.AddRange(new object[] {
     "大场",
     "场内场",
     "门岗"});
     this.TypeCombo.Location = new System.Drawing.Point(179, 14);
     this.TypeCombo.Name = "TypeCombo";
     this.TypeCombo.Size = new System.Drawing.Size(88, 22);
     this.TypeCombo.TabIndex = 104;
     this.TypeCombo.Tag = "@fld=类型";
     //
     // AllNoTxt
     //
     this.AllNoTxt.Location = new System.Drawing.Point(488, 14);
     this.AllNoTxt.Name = "AllNoTxt";
     this.AllNoTxt.Size = new System.Drawing.Size(103, 21);
     this.AllNoTxt.TabIndex = 4;
     this.AllNoTxt.Tag = "@fld=总车位数";
     //
     // RetainStaLab
     //
     this.RetainStaLab.AutoSize = true;
     this.RetainStaLab.Location = new System.Drawing.Point(273, 18);
     this.RetainStaLab.Name = "RetainStaLab";
     this.RetainStaLab.Size = new System.Drawing.Size(59, 14);
     this.RetainStaLab.TabIndex = 86;
     this.RetainStaLab.Text = "保留车位:";
     //
     // AllNoLab
     //
     this.AllNoLab.AutoSize = true;
     this.AllNoLab.Location = new System.Drawing.Point(440, 17);
     this.AllNoLab.Name = "AllNoLab";
     this.AllNoLab.Size = new System.Drawing.Size(47, 14);
     this.AllNoLab.TabIndex = 85;
     this.AllNoLab.Text = "总车位:";
     //
     // StallNoTxt
     //
     this.StallNoTxt.Enabled = false;
     this.StallNoTxt.Location = new System.Drawing.Point(630, 50);
     this.StallNoTxt.Name = "StallNoTxt";
     this.StallNoTxt.Size = new System.Drawing.Size(10, 21);
     this.StallNoTxt.TabIndex = 3;
     this.StallNoTxt.Tag = "@fld=编号";
     //
     // ComIpTxt
     //
     this.ComIpTxt.Location = new System.Drawing.Point(336, 15);
     this.ComIpTxt.Name = "ComIpTxt";
     this.ComIpTxt.Size = new System.Drawing.Size(93, 21);
     this.ComIpTxt.TabIndex = 6;
     this.ComIpTxt.Tag = "@fld=电脑IP";
     this.ComIpTxt.TextChanged += new System.EventHandler(this.ComIpTxt_TextChanged);
     //
     // TxtStalname
     //
     this.TxtStalname.Location = new System.Drawing.Point(45, 15);
     this.TxtStalname.Name = "TxtStalname";
     this.TxtStalname.Size = new System.Drawing.Size(94, 21);
     this.TxtStalname.TabIndex = 1;
     this.TxtStalname.Tag = "@fld=名称";
     //
     // ComIpLab
     //
     this.ComIpLab.AutoSize = true;
     this.ComIpLab.Location = new System.Drawing.Point(274, 18);
     this.ComIpLab.Name = "ComIpLab";
     this.ComIpLab.Size = new System.Drawing.Size(46, 14);
     this.ComIpLab.TabIndex = 72;
     this.ComIpLab.Text = "电脑IP:";
     //
     // TypeLab
     //
     this.TypeLab.AutoSize = true;
     this.TypeLab.Location = new System.Drawing.Point(145, 18);
     this.TypeLab.Name = "TypeLab";
     this.TypeLab.Size = new System.Drawing.Size(35, 14);
     this.TypeLab.TabIndex = 71;
     this.TypeLab.Text = "类别:";
     //
     // StallNameLab
     //
     this.StallNameLab.AutoSize = true;
     this.StallNameLab.Location = new System.Drawing.Point(9, 18);
     this.StallNameLab.Name = "StallNameLab";
     this.StallNameLab.Size = new System.Drawing.Size(35, 14);
     this.StallNameLab.TabIndex = 70;
     this.StallNameLab.Text = "名称:";
     //
     // groupControl1
     //
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.radfee2);
     this.groupControl1.Controls.Add(this.radfee6);
     this.groupControl1.Controls.Add(this.radfee1);
     this.groupControl1.Controls.Add(this.radfee5);
     this.groupControl1.Controls.Add(this.radfee3);
     this.groupControl1.Controls.Add(this.radfee4);
     this.groupControl1.Location = new System.Drawing.Point(1, 1);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(557, 37);
     this.groupControl1.TabIndex = 6;
     this.groupControl1.Text = "groupControl1";
     //
     // radfee2
     //
     this.radfee2.AutoSize = true;
     this.radfee2.Location = new System.Drawing.Point(76, 6);
     this.radfee2.Name = "radfee2";
     this.radfee2.Size = new System.Drawing.Size(59, 16);
     this.radfee2.TabIndex = 10;
     this.radfee2.Tag = "@pm=方式代码,@val=2";
     this.radfee2.Text = "收费二";
     this.radfee2.UseVisualStyleBackColor = true;
     //
     // radfee6
     //
     this.radfee6.AutoSize = true;
     this.radfee6.Location = new System.Drawing.Point(381, 5);
     this.radfee6.Name = "radfee6";
     this.radfee6.Size = new System.Drawing.Size(59, 16);
     this.radfee6.TabIndex = 14;
     this.radfee6.Tag = "@pm=方式代码,@val=6";
     this.radfee6.Text = "收费六";
     this.radfee6.UseVisualStyleBackColor = true;
     //
     // radfee1
     //
     this.radfee1.AutoSize = true;
     this.radfee1.Checked = true;
     this.radfee1.Location = new System.Drawing.Point(3, 5);
     this.radfee1.Name = "radfee1";
     this.radfee1.Size = new System.Drawing.Size(59, 16);
     this.radfee1.TabIndex = 9;
     this.radfee1.TabStop = true;
     this.radfee1.Tag = "@pm=方式代码,@val=1";
     this.radfee1.Text = "收费一";
     this.radfee1.UseVisualStyleBackColor = true;
     //
     // radfee5
     //
     this.radfee5.AutoSize = true;
     this.radfee5.Location = new System.Drawing.Point(316, 5);
     this.radfee5.Name = "radfee5";
     this.radfee5.Size = new System.Drawing.Size(59, 16);
     this.radfee5.TabIndex = 13;
     this.radfee5.Tag = "@pm=方式代码,@val=5";
     this.radfee5.Text = "收费五";
     this.radfee5.UseVisualStyleBackColor = true;
     //
     // radfee3
     //
     this.radfee3.AutoSize = true;
     this.radfee3.Location = new System.Drawing.Point(161, 6);
     this.radfee3.Name = "radfee3";
     this.radfee3.Size = new System.Drawing.Size(59, 16);
     this.radfee3.TabIndex = 11;
     this.radfee3.Tag = "@pm=方式代码,@val=3";
     this.radfee3.Text = "收费三";
     this.radfee3.UseVisualStyleBackColor = true;
     //
     // radfee4
     //
     this.radfee4.AutoSize = true;
     this.radfee4.Location = new System.Drawing.Point(236, 6);
     this.radfee4.Name = "radfee4";
     this.radfee4.Size = new System.Drawing.Size(59, 16);
     this.radfee4.TabIndex = 12;
     this.radfee4.Tag = "@pm=方式代码,@val=4";
     this.radfee4.Text = "收费四";
     this.radfee4.UseVisualStyleBackColor = true;
     //
     // FrmParkStallSet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(852, 727);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl1);
     this.Name = "FrmParkStallSet";
     this.Text = "停车场设置";
     this.Load += new System.EventHandler(this.ParkStallSetFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trvParkStall)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpFee)).EndInit();
     this.grpFee.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     this.tabFeeStd.ResumeLayout(false);
     this.tabpgFee1.ResumeLayout(false);
     this.tabpgFee1.PerformLayout();
     this.tabpgFee2.ResumeLayout(false);
     this.tabpgFee2.PerformLayout();
     this.tabpgFee3.ResumeLayout(false);
     this.tabpgFee3.PerformLayout();
     this.tabpgFee4.ResumeLayout(false);
     this.tabpgFee4.PerformLayout();
     this.tabpgFee5.ResumeLayout(false);
     this.tabpgFee5.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.tabpgFee6.ResumeLayout(false);
     this.tabpgFee6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpParam)).EndInit();
     this.grpParam.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     this.panelControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     this.grpbChannel.ResumeLayout(false);
     this.grpbChannel.PerformLayout();
     this.plCarType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).EndInit();
     this.plCardType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     this.grpbCardType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox17.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk1.Properties)).EndInit();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2.Properties)).EndInit();
     this.grpbAccept.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox16.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk.Properties)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LsCardTpComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypeComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MulInOutChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsOutComChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmaPrkLogComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DevAddrTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValDayAlmTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panBaseInfo)).EndInit();
     this.panBaseInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).EndInit();
     this.panelControl16.ResumeLayout(false);
     this.panelControl16.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RetainStaTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllNoTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StallNoTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComIpTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtStalname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgramPermission));
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlAuthorize = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.panelControl25 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup8 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu8 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup8 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl19 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditHelp = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl26 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup9 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu9 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnBoxCheck = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup9 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl27 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditRegistration = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl24 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup7 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu7 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup7 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl18 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditDeviceSetting = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl23 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup6 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu6 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup6 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl17 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditDatabaseSetting = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl22 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup5 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu5 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup5 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl15 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditProgramSetting = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl21 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup4 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup4 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl11 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl12 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl13 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl14 = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditBasicSetting = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup3 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnCheckBox3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnReadOrWrite3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup3 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditReportManagement = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup2 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnCheckBox2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnReadOrWrite2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup2 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumnParent2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditMeterManagement = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlMenuGroup1 = new DevExpress.XtraGrid.GridControl();
     this.gridViewMenu = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnCheckBox = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnReadOrWrite = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.gridColumnParent = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.checkEditRoomManagement = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl20 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlPermissionBar = new DevExpress.XtraGrid.GridControl();
     this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMenuNameBar = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnReadWriteBar = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnReadOnlyBar = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl16 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.textEditGroupID = new DevExpress.XtraEditors.TextEdit();
     this.textEditGroupName = new DevExpress.XtraEditors.TextEdit();
     this.labelGroupName = new DevExpress.XtraEditors.LabelControl();
     this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlAuthorizeList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlGroupPermission = new DevExpress.XtraGrid.GridControl();
     this.gridViewGroup = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnGroupId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnGroupName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAmountUser = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAuthorize)).BeginInit();
     this.groupControlAuthorize.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl25)).BeginInit();
     this.panelControl25.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl19)).BeginInit();
     this.panelControl19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditHelp.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl26)).BeginInit();
     this.panelControl26.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl27)).BeginInit();
     this.panelControl27.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditRegistration.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl24)).BeginInit();
     this.panelControl24.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl18)).BeginInit();
     this.panelControl18.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditDeviceSetting.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl23)).BeginInit();
     this.panelControl23.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl17)).BeginInit();
     this.panelControl17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditDatabaseSetting.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl22)).BeginInit();
     this.panelControl22.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl15)).BeginInit();
     this.panelControl15.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditProgramSetting.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl21)).BeginInit();
     this.panelControl21.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl11)).BeginInit();
     this.panelControl11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl12)).BeginInit();
     this.panelControl12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).BeginInit();
     this.panelControl13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl14)).BeginInit();
     this.panelControl14.SuspendLayout();
     ((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.panelControl10)).BeginInit();
     this.panelControl10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditBasicSetting.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     this.panelControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditReportManagement.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditMeterManagement.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditRoomManagement.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl20)).BeginInit();
     this.panelControl20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPermissionBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).BeginInit();
     this.panelControl16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditGroupID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditGroupName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAuthorizeList)).BeginInit();
     this.groupControlAuthorizeList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlGroupPermission)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlAuthorize);
     this.panelControl3.Controls.Add(this.panelControl8);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(559, 609);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlAuthorize
     //
     this.groupControlAuthorize.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlAuthorize.AppearanceCaption.Options.UseFont = true;
     this.groupControlAuthorize.Controls.Add(this.xtraScrollableControl1);
     this.groupControlAuthorize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlAuthorize.Location = new System.Drawing.Point(0, 0);
     this.groupControlAuthorize.Name = "groupControlAuthorize";
     this.groupControlAuthorize.Size = new System.Drawing.Size(559, 543);
     this.groupControlAuthorize.TabIndex = 3;
     this.groupControlAuthorize.Text = "สิทธิ์การใช้งาน";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Appearance.BackColor = System.Drawing.Color.White;
     this.xtraScrollableControl1.Appearance.Options.UseBackColor = true;
     this.xtraScrollableControl1.Controls.Add(this.panelControl25);
     this.xtraScrollableControl1.Controls.Add(this.panelControl19);
     this.xtraScrollableControl1.Controls.Add(this.panelControl26);
     this.xtraScrollableControl1.Controls.Add(this.panelControl27);
     this.xtraScrollableControl1.Controls.Add(this.panelControl24);
     this.xtraScrollableControl1.Controls.Add(this.panelControl18);
     this.xtraScrollableControl1.Controls.Add(this.panelControl23);
     this.xtraScrollableControl1.Controls.Add(this.panelControl17);
     this.xtraScrollableControl1.Controls.Add(this.panelControl22);
     this.xtraScrollableControl1.Controls.Add(this.panelControl15);
     this.xtraScrollableControl1.Controls.Add(this.panelControl21);
     this.xtraScrollableControl1.Controls.Add(this.panelControl11);
     this.xtraScrollableControl1.Controls.Add(this.panelControl7);
     this.xtraScrollableControl1.Controls.Add(this.panelControl9);
     this.xtraScrollableControl1.Controls.Add(this.panelControl5);
     this.xtraScrollableControl1.Controls.Add(this.panelControl6);
     this.xtraScrollableControl1.Controls.Add(this.panelControl1);
     this.xtraScrollableControl1.Controls.Add(this.panelControl4);
     this.xtraScrollableControl1.Controls.Add(this.panelControl20);
     this.xtraScrollableControl1.Controls.Add(this.panelControl16);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(555, 519);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // panelControl25
     //
     this.panelControl25.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl25.Controls.Add(this.gridControlMenuGroup8);
     this.panelControl25.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl25.Location = new System.Drawing.Point(0, 1519);
     this.panelControl25.Name = "panelControl25";
     this.panelControl25.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl25.Size = new System.Drawing.Size(538, 104);
     this.panelControl25.TabIndex = 26;
     //
     // gridControlMenuGroup8
     //
     this.gridControlMenuGroup8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup8.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup8.MainView = this.gridViewMenu8;
     this.gridControlMenuGroup8.Name = "gridControlMenuGroup8";
     this.gridControlMenuGroup8.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup8});
     this.gridControlMenuGroup8.Size = new System.Drawing.Size(524, 90);
     this.gridControlMenuGroup8.TabIndex = 7;
     this.gridControlMenuGroup8.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu8});
     //
     // gridViewMenu8
     //
     this.gridViewMenu8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu8.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn22,
     this.gridColumnMenuName8,
     this.gridColumn24,
     this.gridColumn25});
     this.gridViewMenu8.GridControl = this.gridControlMenuGroup8;
     this.gridViewMenu8.Name = "gridViewMenu8";
     this.gridViewMenu8.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu8.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu8.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu8.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu8.OptionsView.ShowVertLines = false;
     this.gridViewMenu8.PaintStyleName = "Skin";
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = " ";
     this.gridColumn22.FieldName = "permission_flag_check";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowSize = false;
     this.gridColumn22.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 0;
     this.gridColumn22.Width = 20;
     //
     // gridColumnMenuName8
     //
     this.gridColumnMenuName8.Caption = " ";
     this.gridColumnMenuName8.Name = "gridColumnMenuName8";
     this.gridColumnMenuName8.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName8.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName8.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName8.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName8.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName8.Visible = true;
     this.gridColumnMenuName8.VisibleIndex = 1;
     this.gridColumnMenuName8.Width = 317;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = " ";
     this.gridColumn24.ColumnEdit = this.repositoryItemRadioGroup8;
     this.gridColumn24.FieldName = "permission_flag_access";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 2;
     this.gridColumn24.Width = 151;
     //
     // repositoryItemRadioGroup8
     //
     this.repositoryItemRadioGroup8.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup8.Name = "repositoryItemRadioGroup8";
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "gridColumn1";
     this.gridColumn25.FieldName = "menu_parent";
     this.gridColumn25.Name = "gridColumn25";
     //
     // panelControl19
     //
     this.panelControl19.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl19.Controls.Add(this.checkEditHelp);
     this.panelControl19.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl19.Location = new System.Drawing.Point(0, 1494);
     this.panelControl19.Name = "panelControl19";
     this.panelControl19.Size = new System.Drawing.Size(538, 25);
     this.panelControl19.TabIndex = 19;
     //
     // checkEditHelp
     //
     this.checkEditHelp.Location = new System.Drawing.Point(5, 2);
     this.checkEditHelp.Name = "checkEditHelp";
     this.checkEditHelp.Properties.Caption = "ช่วยเหลือ";
     this.checkEditHelp.Size = new System.Drawing.Size(231, 19);
     this.checkEditHelp.TabIndex = 1;
     this.checkEditHelp.CheckedChanged += new System.EventHandler(this.checkEditHelp_CheckedChanged);
     //
     // panelControl26
     //
     this.panelControl26.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl26.Controls.Add(this.gridControlMenuGroup9);
     this.panelControl26.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl26.Location = new System.Drawing.Point(0, 1390);
     this.panelControl26.Name = "panelControl26";
     this.panelControl26.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl26.Size = new System.Drawing.Size(538, 104);
     this.panelControl26.TabIndex = 28;
     //
     // gridControlMenuGroup9
     //
     this.gridControlMenuGroup9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup9.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup9.MainView = this.gridViewMenu9;
     this.gridControlMenuGroup9.Name = "gridControlMenuGroup9";
     this.gridControlMenuGroup9.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup9});
     this.gridControlMenuGroup9.Size = new System.Drawing.Size(524, 90);
     this.gridControlMenuGroup9.TabIndex = 7;
     this.gridControlMenuGroup9.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu9});
     //
     // gridViewMenu9
     //
     this.gridViewMenu9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu9.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnBoxCheck,
     this.gridColumnMenuName9,
     this.gridColumn10,
     this.gridColumn11});
     this.gridViewMenu9.GridControl = this.gridControlMenuGroup9;
     this.gridViewMenu9.Name = "gridViewMenu9";
     this.gridViewMenu9.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu9.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu9.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu9.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu9.OptionsView.ShowVertLines = false;
     this.gridViewMenu9.PaintStyleName = "Skin";
     //
     // gridColumnBoxCheck
     //
     this.gridColumnBoxCheck.Caption = " ";
     this.gridColumnBoxCheck.FieldName = "permission_flag_check";
     this.gridColumnBoxCheck.Name = "gridColumnBoxCheck";
     this.gridColumnBoxCheck.OptionsColumn.AllowSize = false;
     this.gridColumnBoxCheck.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnBoxCheck.Visible = true;
     this.gridColumnBoxCheck.VisibleIndex = 0;
     this.gridColumnBoxCheck.Width = 20;
     //
     // gridColumnMenuName9
     //
     this.gridColumnMenuName9.Caption = " ";
     this.gridColumnMenuName9.Name = "gridColumnMenuName9";
     this.gridColumnMenuName9.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName9.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName9.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName9.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName9.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName9.Visible = true;
     this.gridColumnMenuName9.VisibleIndex = 1;
     this.gridColumnMenuName9.Width = 317;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = " ";
     this.gridColumn10.ColumnEdit = this.repositoryItemRadioGroup9;
     this.gridColumn10.FieldName = "permission_flag_access";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 2;
     this.gridColumn10.Width = 151;
     //
     // repositoryItemRadioGroup9
     //
     this.repositoryItemRadioGroup9.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup9.Name = "repositoryItemRadioGroup9";
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "gridColumn1";
     this.gridColumn11.FieldName = "menu_parent";
     this.gridColumn11.Name = "gridColumn11";
     //
     // panelControl27
     //
     this.panelControl27.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl27.Controls.Add(this.checkEditRegistration);
     this.panelControl27.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl27.Location = new System.Drawing.Point(0, 1365);
     this.panelControl27.Name = "panelControl27";
     this.panelControl27.Size = new System.Drawing.Size(538, 25);
     this.panelControl27.TabIndex = 27;
     //
     // checkEditRegistration
     //
     this.checkEditRegistration.Location = new System.Drawing.Point(5, 2);
     this.checkEditRegistration.Name = "checkEditRegistration";
     this.checkEditRegistration.Properties.Caption = "ลงทะเบียน";
     this.checkEditRegistration.Size = new System.Drawing.Size(231, 19);
     this.checkEditRegistration.TabIndex = 1;
     //
     // panelControl24
     //
     this.panelControl24.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl24.Controls.Add(this.gridControlMenuGroup7);
     this.panelControl24.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl24.Location = new System.Drawing.Point(0, 1255);
     this.panelControl24.Name = "panelControl24";
     this.panelControl24.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl24.Size = new System.Drawing.Size(538, 110);
     this.panelControl24.TabIndex = 25;
     //
     // gridControlMenuGroup7
     //
     this.gridControlMenuGroup7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup7.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup7.MainView = this.gridViewMenu7;
     this.gridControlMenuGroup7.Name = "gridControlMenuGroup7";
     this.gridControlMenuGroup7.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup7});
     this.gridControlMenuGroup7.Size = new System.Drawing.Size(524, 96);
     this.gridControlMenuGroup7.TabIndex = 7;
     this.gridControlMenuGroup7.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu7});
     //
     // gridViewMenu7
     //
     this.gridViewMenu7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu7.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumnMenuName7,
     this.gridColumn20,
     this.gridColumn21});
     this.gridViewMenu7.GridControl = this.gridControlMenuGroup7;
     this.gridViewMenu7.Name = "gridViewMenu7";
     this.gridViewMenu7.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu7.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu7.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu7.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu7.OptionsView.ShowVertLines = false;
     this.gridViewMenu7.PaintStyleName = "Skin";
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = " ";
     this.gridColumn18.FieldName = "permission_flag_check";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowSize = false;
     this.gridColumn18.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     this.gridColumn18.Width = 20;
     //
     // gridColumnMenuName7
     //
     this.gridColumnMenuName7.Caption = " ";
     this.gridColumnMenuName7.Name = "gridColumnMenuName7";
     this.gridColumnMenuName7.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName7.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName7.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName7.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName7.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName7.Visible = true;
     this.gridColumnMenuName7.VisibleIndex = 1;
     this.gridColumnMenuName7.Width = 317;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = " ";
     this.gridColumn20.ColumnEdit = this.repositoryItemRadioGroup7;
     this.gridColumn20.FieldName = "permission_flag_access";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 2;
     this.gridColumn20.Width = 151;
     //
     // repositoryItemRadioGroup7
     //
     this.repositoryItemRadioGroup7.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup7.Name = "repositoryItemRadioGroup7";
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "gridColumn1";
     this.gridColumn21.FieldName = "menu_parent";
     this.gridColumn21.Name = "gridColumn21";
     //
     // panelControl18
     //
     this.panelControl18.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl18.Controls.Add(this.checkEditDeviceSetting);
     this.panelControl18.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl18.Location = new System.Drawing.Point(0, 1230);
     this.panelControl18.Name = "panelControl18";
     this.panelControl18.Size = new System.Drawing.Size(538, 25);
     this.panelControl18.TabIndex = 18;
     //
     // checkEditDeviceSetting
     //
     this.checkEditDeviceSetting.Location = new System.Drawing.Point(5, 2);
     this.checkEditDeviceSetting.Name = "checkEditDeviceSetting";
     this.checkEditDeviceSetting.Properties.Caption = "ตั้งค่าอุปกรณ์";
     this.checkEditDeviceSetting.Size = new System.Drawing.Size(231, 19);
     this.checkEditDeviceSetting.TabIndex = 1;
     this.checkEditDeviceSetting.CheckedChanged += new System.EventHandler(this.checkEditDeviceSetting_CheckedChanged);
     //
     // panelControl23
     //
     this.panelControl23.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl23.Controls.Add(this.gridControlMenuGroup6);
     this.panelControl23.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl23.Location = new System.Drawing.Point(0, 1150);
     this.panelControl23.Name = "panelControl23";
     this.panelControl23.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl23.Size = new System.Drawing.Size(538, 80);
     this.panelControl23.TabIndex = 24;
     //
     // gridControlMenuGroup6
     //
     this.gridControlMenuGroup6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup6.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup6.MainView = this.gridViewMenu6;
     this.gridControlMenuGroup6.Name = "gridControlMenuGroup6";
     this.gridControlMenuGroup6.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup6});
     this.gridControlMenuGroup6.Size = new System.Drawing.Size(524, 66);
     this.gridControlMenuGroup6.TabIndex = 7;
     this.gridControlMenuGroup6.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu6});
     //
     // gridViewMenu6
     //
     this.gridViewMenu6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu6.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn14,
     this.gridColumnMenuName6,
     this.gridColumn16,
     this.gridColumn17});
     this.gridViewMenu6.GridControl = this.gridControlMenuGroup6;
     this.gridViewMenu6.Name = "gridViewMenu6";
     this.gridViewMenu6.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu6.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu6.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu6.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu6.OptionsView.ShowVertLines = false;
     this.gridViewMenu6.PaintStyleName = "Skin";
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = " ";
     this.gridColumn14.FieldName = "permission_flag_check";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowSize = false;
     this.gridColumn14.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 0;
     this.gridColumn14.Width = 20;
     //
     // gridColumnMenuName6
     //
     this.gridColumnMenuName6.Caption = " ";
     this.gridColumnMenuName6.Name = "gridColumnMenuName6";
     this.gridColumnMenuName6.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName6.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName6.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName6.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName6.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName6.Visible = true;
     this.gridColumnMenuName6.VisibleIndex = 1;
     this.gridColumnMenuName6.Width = 317;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = " ";
     this.gridColumn16.ColumnEdit = this.repositoryItemRadioGroup6;
     this.gridColumn16.FieldName = "permission_flag_access";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 2;
     this.gridColumn16.Width = 151;
     //
     // repositoryItemRadioGroup6
     //
     this.repositoryItemRadioGroup6.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup6.Name = "repositoryItemRadioGroup6";
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "gridColumn1";
     this.gridColumn17.FieldName = "menu_parent";
     this.gridColumn17.Name = "gridColumn17";
     //
     // panelControl17
     //
     this.panelControl17.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl17.Controls.Add(this.checkEditDatabaseSetting);
     this.panelControl17.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl17.Location = new System.Drawing.Point(0, 1125);
     this.panelControl17.Name = "panelControl17";
     this.panelControl17.Size = new System.Drawing.Size(538, 25);
     this.panelControl17.TabIndex = 16;
     //
     // checkEditDatabaseSetting
     //
     this.checkEditDatabaseSetting.Location = new System.Drawing.Point(5, 3);
     this.checkEditDatabaseSetting.Name = "checkEditDatabaseSetting";
     this.checkEditDatabaseSetting.Properties.Caption = "ตั้งค่าฐานข้อมูล";
     this.checkEditDatabaseSetting.Size = new System.Drawing.Size(231, 19);
     this.checkEditDatabaseSetting.TabIndex = 1;
     this.checkEditDatabaseSetting.CheckedChanged += new System.EventHandler(this.checkEditDatabaseSetting_CheckedChanged);
     //
     // panelControl22
     //
     this.panelControl22.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl22.Controls.Add(this.gridControlMenuGroup5);
     this.panelControl22.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl22.Location = new System.Drawing.Point(0, 979);
     this.panelControl22.Name = "panelControl22";
     this.panelControl22.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl22.Size = new System.Drawing.Size(538, 146);
     this.panelControl22.TabIndex = 23;
     //
     // gridControlMenuGroup5
     //
     this.gridControlMenuGroup5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup5.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup5.MainView = this.gridViewMenu5;
     this.gridControlMenuGroup5.Name = "gridControlMenuGroup5";
     this.gridControlMenuGroup5.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup5});
     this.gridControlMenuGroup5.Size = new System.Drawing.Size(524, 132);
     this.gridControlMenuGroup5.TabIndex = 7;
     this.gridControlMenuGroup5.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu5});
     //
     // gridViewMenu5
     //
     this.gridViewMenu5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu5.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn6,
     this.gridColumnMenuName5,
     this.gridColumn8,
     this.gridColumn13});
     this.gridViewMenu5.GridControl = this.gridControlMenuGroup5;
     this.gridViewMenu5.Name = "gridViewMenu5";
     this.gridViewMenu5.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu5.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu5.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu5.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu5.OptionsView.ShowVertLines = false;
     this.gridViewMenu5.PaintStyleName = "Skin";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = " ";
     this.gridColumn6.FieldName = "permission_flag_check";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowSize = false;
     this.gridColumn6.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width = 20;
     //
     // gridColumnMenuName5
     //
     this.gridColumnMenuName5.Caption = " ";
     this.gridColumnMenuName5.Name = "gridColumnMenuName5";
     this.gridColumnMenuName5.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName5.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName5.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName5.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName5.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName5.Visible = true;
     this.gridColumnMenuName5.VisibleIndex = 1;
     this.gridColumnMenuName5.Width = 317;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = " ";
     this.gridColumn8.ColumnEdit = this.repositoryItemRadioGroup5;
     this.gridColumn8.FieldName = "permission_flag_access";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 2;
     this.gridColumn8.Width = 151;
     //
     // repositoryItemRadioGroup5
     //
     this.repositoryItemRadioGroup5.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup5.Name = "repositoryItemRadioGroup5";
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "gridColumn1";
     this.gridColumn13.FieldName = "menu_parent";
     this.gridColumn13.Name = "gridColumn13";
     //
     // panelControl15
     //
     this.panelControl15.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl15.Controls.Add(this.checkEditProgramSetting);
     this.panelControl15.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl15.Location = new System.Drawing.Point(0, 954);
     this.panelControl15.Name = "panelControl15";
     this.panelControl15.Size = new System.Drawing.Size(538, 25);
     this.panelControl15.TabIndex = 12;
     //
     // checkEditProgramSetting
     //
     this.checkEditProgramSetting.Location = new System.Drawing.Point(5, 3);
     this.checkEditProgramSetting.Name = "checkEditProgramSetting";
     this.checkEditProgramSetting.Properties.Caption = "ตั้งค่าโปรแกรม";
     this.checkEditProgramSetting.Size = new System.Drawing.Size(231, 19);
     this.checkEditProgramSetting.TabIndex = 1;
     this.checkEditProgramSetting.CheckedChanged += new System.EventHandler(this.checkEditProgramSetting_CheckedChanged);
     //
     // panelControl21
     //
     this.panelControl21.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl21.Controls.Add(this.gridControlMenuGroup4);
     this.panelControl21.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl21.Location = new System.Drawing.Point(0, 728);
     this.panelControl21.Name = "panelControl21";
     this.panelControl21.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl21.Size = new System.Drawing.Size(538, 226);
     this.panelControl21.TabIndex = 22;
     //
     // gridControlMenuGroup4
     //
     this.gridControlMenuGroup4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup4.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup4.MainView = this.gridViewMenu4;
     this.gridControlMenuGroup4.Name = "gridControlMenuGroup4";
     this.gridControlMenuGroup4.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup4});
     this.gridControlMenuGroup4.Size = new System.Drawing.Size(524, 212);
     this.gridControlMenuGroup4.TabIndex = 7;
     this.gridControlMenuGroup4.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu4});
     //
     // gridViewMenu4
     //
     this.gridViewMenu4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn2,
     this.gridColumnMenuName4,
     this.gridColumn4,
     this.gridColumn5});
     this.gridViewMenu4.GridControl = this.gridControlMenuGroup4;
     this.gridViewMenu4.Name = "gridViewMenu4";
     this.gridViewMenu4.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu4.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu4.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu4.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu4.OptionsView.ShowVertLines = false;
     this.gridViewMenu4.PaintStyleName = "Skin";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = " ";
     this.gridColumn2.FieldName = "permission_flag_check";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowSize = false;
     this.gridColumn2.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width = 20;
     //
     // gridColumnMenuName4
     //
     this.gridColumnMenuName4.Caption = " ";
     this.gridColumnMenuName4.Name = "gridColumnMenuName4";
     this.gridColumnMenuName4.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName4.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName4.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName4.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName4.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName4.Visible = true;
     this.gridColumnMenuName4.VisibleIndex = 1;
     this.gridColumnMenuName4.Width = 317;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = " ";
     this.gridColumn4.ColumnEdit = this.repositoryItemRadioGroup4;
     this.gridColumn4.FieldName = "permission_flag_access";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 151;
     //
     // repositoryItemRadioGroup4
     //
     this.repositoryItemRadioGroup4.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup4.Name = "repositoryItemRadioGroup4";
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "gridColumn1";
     this.gridColumn5.FieldName = "menu_parent";
     this.gridColumn5.Name = "gridColumn5";
     //
     // panelControl11
     //
     this.panelControl11.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl11.Controls.Add(this.panelControl12);
     this.panelControl11.Controls.Add(this.panelControl10);
     this.panelControl11.Controls.Add(this.checkEdit4);
     this.panelControl11.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl11.Location = new System.Drawing.Point(0, 703);
     this.panelControl11.Name = "panelControl11";
     this.panelControl11.Size = new System.Drawing.Size(538, 25);
     this.panelControl11.TabIndex = 10;
     //
     // panelControl12
     //
     this.panelControl12.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl12.Controls.Add(this.panelControl13);
     this.panelControl12.Controls.Add(this.checkEdit6);
     this.panelControl12.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl12.Location = new System.Drawing.Point(0, 38);
     this.panelControl12.Name = "panelControl12";
     this.panelControl12.Size = new System.Drawing.Size(538, 38);
     this.panelControl12.TabIndex = 12;
     //
     // panelControl13
     //
     this.panelControl13.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl13.Controls.Add(this.panelControl14);
     this.panelControl13.Controls.Add(this.checkEdit7);
     this.panelControl13.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl13.Location = new System.Drawing.Point(0, 0);
     this.panelControl13.Name = "panelControl13";
     this.panelControl13.Size = new System.Drawing.Size(538, 38);
     this.panelControl13.TabIndex = 11;
     //
     // panelControl14
     //
     this.panelControl14.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl14.Controls.Add(this.checkEdit8);
     this.panelControl14.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl14.Location = new System.Drawing.Point(0, 0);
     this.panelControl14.Name = "panelControl14";
     this.panelControl14.Size = new System.Drawing.Size(538, 38);
     this.panelControl14.TabIndex = 11;
     //
     // checkEdit8
     //
     this.checkEdit8.Location = new System.Drawing.Point(4, 13);
     this.checkEdit8.Name = "checkEdit8";
     this.checkEdit8.Properties.Caption = "บริการห้องพัก";
     this.checkEdit8.Size = new System.Drawing.Size(100, 19);
     this.checkEdit8.TabIndex = 1;
     //
     // checkEdit7
     //
     this.checkEdit7.Location = new System.Drawing.Point(4, 13);
     this.checkEdit7.Name = "checkEdit7";
     this.checkEdit7.Properties.Caption = "บริการห้องพัก";
     this.checkEdit7.Size = new System.Drawing.Size(100, 19);
     this.checkEdit7.TabIndex = 1;
     //
     // checkEdit6
     //
     this.checkEdit6.Location = new System.Drawing.Point(4, 13);
     this.checkEdit6.Name = "checkEdit6";
     this.checkEdit6.Properties.Caption = "บริการห้องพัก";
     this.checkEdit6.Size = new System.Drawing.Size(100, 19);
     this.checkEdit6.TabIndex = 1;
     //
     // panelControl10
     //
     this.panelControl10.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl10.Controls.Add(this.checkEditBasicSetting);
     this.panelControl10.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl10.Location = new System.Drawing.Point(0, 0);
     this.panelControl10.Name = "panelControl10";
     this.panelControl10.Size = new System.Drawing.Size(538, 38);
     this.panelControl10.TabIndex = 11;
     //
     // checkEditBasicSetting
     //
     this.checkEditBasicSetting.Location = new System.Drawing.Point(5, 3);
     this.checkEditBasicSetting.Name = "checkEditBasicSetting";
     this.checkEditBasicSetting.Properties.Caption = "ตั้งค่าพื้นฐาน";
     this.checkEditBasicSetting.Size = new System.Drawing.Size(231, 19);
     this.checkEditBasicSetting.TabIndex = 1;
     this.checkEditBasicSetting.CheckedChanged += new System.EventHandler(this.checkEditBasicSetting_CheckedChanged);
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(4, 13);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "บริการห้องพัก";
     this.checkEdit4.Size = new System.Drawing.Size(100, 19);
     this.checkEdit4.TabIndex = 1;
     //
     // panelControl7
     //
     this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl7.Controls.Add(this.gridControlMenuGroup3);
     this.panelControl7.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl7.Location = new System.Drawing.Point(0, 531);
     this.panelControl7.Name = "panelControl7";
     this.panelControl7.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl7.Size = new System.Drawing.Size(538, 172);
     this.panelControl7.TabIndex = 7;
     //
     // gridControlMenuGroup3
     //
     this.gridControlMenuGroup3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup3.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup3.MainView = this.gridViewMenu3;
     this.gridControlMenuGroup3.Name = "gridControlMenuGroup3";
     this.gridControlMenuGroup3.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup3});
     this.gridControlMenuGroup3.Size = new System.Drawing.Size(524, 158);
     this.gridControlMenuGroup3.TabIndex = 7;
     this.gridControlMenuGroup3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu3});
     //
     // gridViewMenu3
     //
     this.gridViewMenu3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnCheckBox3,
     this.gridColumnMenuName3,
     this.gridColumnReadOrWrite3,
     this.gridColumn1});
     this.gridViewMenu3.GridControl = this.gridControlMenuGroup3;
     this.gridViewMenu3.Name = "gridViewMenu3";
     this.gridViewMenu3.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu3.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu3.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu3.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu3.OptionsView.ShowVertLines = false;
     this.gridViewMenu3.PaintStyleName = "Skin";
     //
     // gridColumnCheckBox3
     //
     this.gridColumnCheckBox3.Caption = " ";
     this.gridColumnCheckBox3.FieldName = "permission_flag_check";
     this.gridColumnCheckBox3.Name = "gridColumnCheckBox3";
     this.gridColumnCheckBox3.OptionsColumn.AllowSize = false;
     this.gridColumnCheckBox3.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnCheckBox3.Visible = true;
     this.gridColumnCheckBox3.VisibleIndex = 0;
     this.gridColumnCheckBox3.Width = 20;
     //
     // gridColumnMenuName3
     //
     this.gridColumnMenuName3.Caption = " ";
     this.gridColumnMenuName3.Name = "gridColumnMenuName3";
     this.gridColumnMenuName3.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName3.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName3.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName3.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName3.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName3.Visible = true;
     this.gridColumnMenuName3.VisibleIndex = 1;
     this.gridColumnMenuName3.Width = 317;
     //
     // gridColumnReadOrWrite3
     //
     this.gridColumnReadOrWrite3.Caption = " ";
     this.gridColumnReadOrWrite3.ColumnEdit = this.repositoryItemRadioGroup3;
     this.gridColumnReadOrWrite3.FieldName = "permission_flag_access";
     this.gridColumnReadOrWrite3.Name = "gridColumnReadOrWrite3";
     this.gridColumnReadOrWrite3.Visible = true;
     this.gridColumnReadOrWrite3.VisibleIndex = 2;
     this.gridColumnReadOrWrite3.Width = 151;
     //
     // repositoryItemRadioGroup3
     //
     this.repositoryItemRadioGroup3.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup3.Name = "repositoryItemRadioGroup3";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "gridColumn1";
     this.gridColumn1.FieldName = "menu_parent";
     this.gridColumn1.Name = "gridColumn1";
     //
     // panelControl9
     //
     this.panelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl9.Controls.Add(this.checkEditReportManagement);
     this.panelControl9.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl9.Location = new System.Drawing.Point(0, 506);
     this.panelControl9.Name = "panelControl9";
     this.panelControl9.Size = new System.Drawing.Size(538, 25);
     this.panelControl9.TabIndex = 8;
     //
     // checkEditReportManagement
     //
     this.checkEditReportManagement.Location = new System.Drawing.Point(5, 3);
     this.checkEditReportManagement.Name = "checkEditReportManagement";
     this.checkEditReportManagement.Properties.Caption = "รายงาน";
     this.checkEditReportManagement.Size = new System.Drawing.Size(100, 19);
     this.checkEditReportManagement.TabIndex = 1;
     this.checkEditReportManagement.CheckedChanged += new System.EventHandler(this.checkEditReportManagement_CheckedChanged);
     //
     // panelControl5
     //
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl5.Controls.Add(this.gridControlMenuGroup2);
     this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl5.Location = new System.Drawing.Point(0, 421);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl5.Size = new System.Drawing.Size(538, 85);
     this.panelControl5.TabIndex = 5;
     //
     // gridControlMenuGroup2
     //
     this.gridControlMenuGroup2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup2.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup2.MainView = this.gridViewMenu2;
     this.gridControlMenuGroup2.Name = "gridControlMenuGroup2";
     this.gridControlMenuGroup2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup2});
     this.gridControlMenuGroup2.Size = new System.Drawing.Size(524, 71);
     this.gridControlMenuGroup2.TabIndex = 6;
     this.gridControlMenuGroup2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu2});
     //
     // gridViewMenu2
     //
     this.gridViewMenu2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnCheckBox2,
     this.gridColumnMenuName2,
     this.gridColumnReadOrWrite2,
     this.gridColumnParent2});
     this.gridViewMenu2.GridControl = this.gridControlMenuGroup2;
     this.gridViewMenu2.Name = "gridViewMenu2";
     this.gridViewMenu2.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu2.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu2.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu2.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu2.OptionsView.ShowVertLines = false;
     this.gridViewMenu2.PaintStyleName = "Skin";
     //
     // gridColumnCheckBox2
     //
     this.gridColumnCheckBox2.Caption = " ";
     this.gridColumnCheckBox2.FieldName = "permission_flag_check";
     this.gridColumnCheckBox2.Name = "gridColumnCheckBox2";
     this.gridColumnCheckBox2.OptionsColumn.AllowSize = false;
     this.gridColumnCheckBox2.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnCheckBox2.Visible = true;
     this.gridColumnCheckBox2.VisibleIndex = 0;
     this.gridColumnCheckBox2.Width = 20;
     //
     // gridColumnMenuName2
     //
     this.gridColumnMenuName2.Caption = " ";
     this.gridColumnMenuName2.Name = "gridColumnMenuName2";
     this.gridColumnMenuName2.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName2.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName2.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName2.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName2.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName2.Visible = true;
     this.gridColumnMenuName2.VisibleIndex = 1;
     this.gridColumnMenuName2.Width = 317;
     //
     // gridColumnReadOrWrite2
     //
     this.gridColumnReadOrWrite2.Caption = " ";
     this.gridColumnReadOrWrite2.ColumnEdit = this.repositoryItemRadioGroup2;
     this.gridColumnReadOrWrite2.FieldName = "permission_flag_access";
     this.gridColumnReadOrWrite2.Name = "gridColumnReadOrWrite2";
     this.gridColumnReadOrWrite2.Visible = true;
     this.gridColumnReadOrWrite2.VisibleIndex = 2;
     this.gridColumnReadOrWrite2.Width = 151;
     //
     // repositoryItemRadioGroup2
     //
     this.repositoryItemRadioGroup2.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup2.Name = "repositoryItemRadioGroup2";
     //
     // gridColumnParent2
     //
     this.gridColumnParent2.Caption = "Parent";
     this.gridColumnParent2.FieldName = "menu_parent";
     this.gridColumnParent2.Name = "gridColumnParent2";
     //
     // panelControl6
     //
     this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
     this.panelControl6.Appearance.Options.UseBackColor = true;
     this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl6.Controls.Add(this.checkEditMeterManagement);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl6.Location = new System.Drawing.Point(0, 396);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(538, 25);
     this.panelControl6.TabIndex = 6;
     //
     // checkEditMeterManagement
     //
     this.checkEditMeterManagement.Location = new System.Drawing.Point(5, 3);
     this.checkEditMeterManagement.Name = "checkEditMeterManagement";
     this.checkEditMeterManagement.Properties.Caption = "บันทึกค่ามิเตอร์";
     this.checkEditMeterManagement.Size = new System.Drawing.Size(206, 19);
     this.checkEditMeterManagement.TabIndex = 1;
     this.checkEditMeterManagement.CheckedChanged += new System.EventHandler(this.checkEditMeterManagement_CheckedChanged);
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.gridControlMenuGroup1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 147);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl1.Size = new System.Drawing.Size(538, 249);
     this.panelControl1.TabIndex = 3;
     //
     // gridControlMenuGroup1
     //
     this.gridControlMenuGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMenuGroup1.Location = new System.Drawing.Point(7, 7);
     this.gridControlMenuGroup1.MainView = this.gridViewMenu;
     this.gridControlMenuGroup1.Name = "gridControlMenuGroup1";
     this.gridControlMenuGroup1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRadioGroup1});
     this.gridControlMenuGroup1.Size = new System.Drawing.Size(524, 235);
     this.gridControlMenuGroup1.TabIndex = 5;
     this.gridControlMenuGroup1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMenu});
     //
     // gridViewMenu
     //
     this.gridViewMenu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMenu.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnCheckBox,
     this.gridColumnMenuName,
     this.gridColumnReadOrWrite,
     this.gridColumnParent});
     this.gridViewMenu.GridControl = this.gridControlMenuGroup1;
     this.gridViewMenu.Name = "gridViewMenu";
     this.gridViewMenu.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMenu.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridViewMenu.OptionsView.ShowColumnHeaders = false;
     this.gridViewMenu.OptionsView.ShowGroupPanel = false;
     this.gridViewMenu.OptionsView.ShowVertLines = false;
     this.gridViewMenu.PaintStyleName = "Skin";
     //
     // gridColumnCheckBox
     //
     this.gridColumnCheckBox.Caption = " ";
     this.gridColumnCheckBox.FieldName = "permission_flag_check";
     this.gridColumnCheckBox.Name = "gridColumnCheckBox";
     this.gridColumnCheckBox.OptionsColumn.AllowSize = false;
     this.gridColumnCheckBox.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnCheckBox.Visible = true;
     this.gridColumnCheckBox.VisibleIndex = 0;
     this.gridColumnCheckBox.Width = 20;
     //
     // gridColumnMenuName
     //
     this.gridColumnMenuName.Caption = " ";
     this.gridColumnMenuName.Name = "gridColumnMenuName";
     this.gridColumnMenuName.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuName.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuName.OptionsColumn.AllowMove = false;
     this.gridColumnMenuName.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuName.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuName.Visible = true;
     this.gridColumnMenuName.VisibleIndex = 1;
     this.gridColumnMenuName.Width = 317;
     //
     // gridColumnReadOrWrite
     //
     this.gridColumnReadOrWrite.Caption = " ";
     this.gridColumnReadOrWrite.ColumnEdit = this.repositoryItemRadioGroup1;
     this.gridColumnReadOrWrite.FieldName = "permission_flag_access";
     this.gridColumnReadOrWrite.Name = "gridColumnReadOrWrite";
     this.gridColumnReadOrWrite.Visible = true;
     this.gridColumnReadOrWrite.VisibleIndex = 2;
     this.gridColumnReadOrWrite.Width = 151;
     //
     // repositoryItemRadioGroup1
     //
     this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
     new DevExpress.XtraEditors.Controls.RadioGroupItem(1, ""),
     new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "")});
     this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
     //
     // gridColumnParent
     //
     this.gridColumnParent.Caption = "parent";
     this.gridColumnParent.FieldName = "menu_parent";
     this.gridColumnParent.Name = "gridColumnParent";
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.checkEditRoomManagement);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(0, 122);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(538, 25);
     this.panelControl4.TabIndex = 4;
     //
     // checkEditRoomManagement
     //
     this.checkEditRoomManagement.Location = new System.Drawing.Point(5, 3);
     this.checkEditRoomManagement.Name = "checkEditRoomManagement";
     this.checkEditRoomManagement.Properties.Caption = "บริการห้องพัก";
     this.checkEditRoomManagement.Size = new System.Drawing.Size(243, 19);
     this.checkEditRoomManagement.TabIndex = 1;
     this.checkEditRoomManagement.CheckedChanged += new System.EventHandler(this.checkEditRoomManagement_CheckedChanged);
     //
     // panelControl20
     //
     this.panelControl20.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl20.Controls.Add(this.gridControlPermissionBar);
     this.panelControl20.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl20.Location = new System.Drawing.Point(0, 59);
     this.panelControl20.Name = "panelControl20";
     this.panelControl20.Padding = new System.Windows.Forms.Padding(7);
     this.panelControl20.Size = new System.Drawing.Size(538, 63);
     this.panelControl20.TabIndex = 21;
     //
     // gridControlPermissionBar
     //
     this.gridControlPermissionBar.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlPermissionBar.Location = new System.Drawing.Point(7, 7);
     this.gridControlPermissionBar.MainView = this.gridView4;
     this.gridControlPermissionBar.Name = "gridControlPermissionBar";
     this.gridControlPermissionBar.Size = new System.Drawing.Size(524, 49);
     this.gridControlPermissionBar.TabIndex = 4;
     this.gridControlPermissionBar.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView4});
     //
     // gridView4
     //
     this.gridView4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn9,
     this.gridColumnMenuNameBar,
     this.gridColumnReadWriteBar,
     this.gridColumnReadOnlyBar});
     this.gridView4.GridControl = this.gridControlPermissionBar;
     this.gridView4.Name = "gridView4";
     this.gridView4.OptionsLayout.Columns.AddNewColumns = false;
     this.gridView4.OptionsLayout.Columns.RemoveOldColumns = false;
     this.gridView4.OptionsView.ShowGroupPanel = false;
     this.gridView4.OptionsView.ShowHorzLines = false;
     this.gridView4.OptionsView.ShowVertLines = false;
     this.gridView4.OptionsView.ShowViewCaption = true;
     this.gridView4.PaintStyleName = "Skin";
     this.gridView4.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
     this.gridView4.ViewCaption = "รายการเมนู";
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = " ";
     this.gridColumn9.FieldName = "checkbox";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowSize = false;
     this.gridColumn9.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 0;
     this.gridColumn9.Width = 20;
     //
     // gridColumnMenuNameBar
     //
     this.gridColumnMenuNameBar.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnMenuNameBar.AppearanceHeader.Options.UseFont = true;
     this.gridColumnMenuNameBar.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnMenuNameBar.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnMenuNameBar.Caption = " ชื่อเมนู";
     this.gridColumnMenuNameBar.Name = "gridColumnMenuNameBar";
     this.gridColumnMenuNameBar.OptionsColumn.AllowEdit = false;
     this.gridColumnMenuNameBar.OptionsColumn.AllowFocus = false;
     this.gridColumnMenuNameBar.OptionsColumn.AllowMove = false;
     this.gridColumnMenuNameBar.OptionsColumn.AllowShowHide = false;
     this.gridColumnMenuNameBar.OptionsColumn.ReadOnly = true;
     this.gridColumnMenuNameBar.Visible = true;
     this.gridColumnMenuNameBar.VisibleIndex = 1;
     this.gridColumnMenuNameBar.Width = 318;
     //
     // gridColumnReadWriteBar
     //
     this.gridColumnReadWriteBar.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnReadWriteBar.AppearanceHeader.Options.UseFont = true;
     this.gridColumnReadWriteBar.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnReadWriteBar.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnReadWriteBar.Caption = "อ่านและเขียนได้";
     this.gridColumnReadWriteBar.Name = "gridColumnReadWriteBar";
     this.gridColumnReadWriteBar.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnReadWriteBar.Visible = true;
     this.gridColumnReadWriteBar.VisibleIndex = 2;
     this.gridColumnReadWriteBar.Width = 162;
     //
     // gridColumnReadOnlyBar
     //
     this.gridColumnReadOnlyBar.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnReadOnlyBar.AppearanceHeader.Options.UseFont = true;
     this.gridColumnReadOnlyBar.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnReadOnlyBar.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnReadOnlyBar.Caption = "อ่านอย่างเดียว";
     this.gridColumnReadOnlyBar.Name = "gridColumnReadOnlyBar";
     this.gridColumnReadOnlyBar.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnReadOnlyBar.Visible = true;
     this.gridColumnReadOnlyBar.VisibleIndex = 3;
     this.gridColumnReadOnlyBar.Width = 200;
     //
     // panelControl16
     //
     this.panelControl16.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl16.Controls.Add(this.labelControl2);
     this.panelControl16.Controls.Add(this.labelControlRequired);
     this.panelControl16.Controls.Add(this.textEditGroupID);
     this.panelControl16.Controls.Add(this.textEditGroupName);
     this.panelControl16.Controls.Add(this.labelGroupName);
     this.panelControl16.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl16.Location = new System.Drawing.Point(0, 0);
     this.panelControl16.Name = "panelControl16";
     this.panelControl16.Size = new System.Drawing.Size(538, 59);
     this.panelControl16.TabIndex = 20;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(15, 15);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 372;
     this.labelControl2.Text = "*";
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(103, 40);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 372;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // textEditGroupID
     //
     this.textEditGroupID.Location = new System.Drawing.Point(438, 12);
     this.textEditGroupID.Name = "textEditGroupID";
     this.textEditGroupID.Size = new System.Drawing.Size(70, 20);
     this.textEditGroupID.TabIndex = 1;
     this.textEditGroupID.Visible = false;
     //
     // textEditGroupName
     //
     this.textEditGroupName.Location = new System.Drawing.Point(103, 12);
     this.textEditGroupName.Name = "textEditGroupName";
     this.textEditGroupName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,300}";
     this.textEditGroupName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditGroupName.Properties.MaxLength = 300;
     this.textEditGroupName.Size = new System.Drawing.Size(329, 20);
     this.textEditGroupName.TabIndex = 1;
     //
     // labelGroupName
     //
     this.labelGroupName.Location = new System.Drawing.Point(27, 15);
     this.labelGroupName.Name = "labelGroupName";
     this.labelGroupName.Size = new System.Drawing.Size(35, 13);
     this.labelGroupName.TabIndex = 0;
     this.labelGroupName.Text = "ชื่อกลุ่ม";
     //
     // panelControl8
     //
     this.panelControl8.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.panelControl8.Appearance.Options.UseBackColor = true;
     this.panelControl8.Controls.Add(this.bttDelete);
     this.panelControl8.Controls.Add(this.bttAdd);
     this.panelControl8.Controls.Add(this.bttEdit);
     this.panelControl8.Controls.Add(this.bttCancel);
     this.panelControl8.Controls.Add(this.bttSave);
     this.panelControl8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl8.Location = new System.Drawing.Point(0, 543);
     this.panelControl8.Name = "panelControl8";
     this.panelControl8.Size = new System.Drawing.Size(559, 66);
     this.panelControl8.TabIndex = 418;
     //
     // bttDelete
     //
     this.bttDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttDelete.Image = ((System.Drawing.Image)(resources.GetObject("bttDelete.Image")));
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(332, 5);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 20;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // bttAdd
     //
     this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttAdd.Image = ((System.Drawing.Image)(resources.GetObject("bttAdd.Image")));
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(180, 5);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 18;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = ((System.Drawing.Image)(resources.GetObject("bttEdit.Image")));
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(256, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = ((System.Drawing.Image)(resources.GetObject("bttCancel.Image")));
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(484, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = ((System.Drawing.Image)(resources.GetObject("bttSave.Image")));
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(408, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1064, 609);
     this.splitContainerControl1.SplitterPosition = 585;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlAuthorizeList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1064, 609);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 23;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlAuthorizeList
     //
     this.groupControlAuthorizeList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlAuthorizeList.AppearanceCaption.Options.UseFont = true;
     this.groupControlAuthorizeList.Controls.Add(this.gridControlGroupPermission);
     this.groupControlAuthorizeList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlAuthorizeList.Location = new System.Drawing.Point(0, 0);
     this.groupControlAuthorizeList.Name = "groupControlAuthorizeList";
     this.groupControlAuthorizeList.Size = new System.Drawing.Size(500, 609);
     this.groupControlAuthorizeList.TabIndex = 0;
     this.groupControlAuthorizeList.Text = "รายการกลุ่มผู้ใช้งาน";
     //
     // gridControlGroupPermission
     //
     this.gridControlGroupPermission.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlGroupPermission.Location = new System.Drawing.Point(2, 22);
     this.gridControlGroupPermission.MainView = this.gridViewGroup;
     this.gridControlGroupPermission.Name = "gridControlGroupPermission";
     this.gridControlGroupPermission.Size = new System.Drawing.Size(496, 585);
     this.gridControlGroupPermission.TabIndex = 1;
     this.gridControlGroupPermission.UseEmbeddedNavigator = true;
     this.gridControlGroupPermission.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewGroup});
     //
     // gridViewGroup
     //
     this.gridViewGroup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnGroupId,
     this.gridColumnGroupName,
     this.gridColumnAmountUser});
     this.gridViewGroup.GridControl = this.gridControlGroupPermission;
     this.gridViewGroup.Name = "gridViewGroup";
     this.gridViewGroup.OptionsFind.AlwaysVisible = true;
     this.gridViewGroup.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewGroup.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnGroupId
     //
     this.gridColumnGroupId.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnGroupId.AppearanceHeader.Options.UseFont = true;
     this.gridColumnGroupId.Caption = "รหัสกลุ่ม";
     this.gridColumnGroupId.FieldName = "group_id";
     this.gridColumnGroupId.Name = "gridColumnGroupId";
     this.gridColumnGroupId.OptionsColumn.AllowEdit = false;
     this.gridColumnGroupId.OptionsColumn.AllowFocus = false;
     this.gridColumnGroupId.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnGroupId.OptionsColumn.AllowMove = false;
     //
     // gridColumnGroupName
     //
     this.gridColumnGroupName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnGroupName.AppearanceHeader.Options.UseFont = true;
     this.gridColumnGroupName.Caption = "ชื่อกลุ่ม";
     this.gridColumnGroupName.FieldName = "group_name";
     this.gridColumnGroupName.Name = "gridColumnGroupName";
     this.gridColumnGroupName.OptionsColumn.AllowEdit = false;
     this.gridColumnGroupName.OptionsColumn.AllowFocus = false;
     this.gridColumnGroupName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnGroupName.OptionsColumn.AllowMove = false;
     this.gridColumnGroupName.Visible = true;
     this.gridColumnGroupName.VisibleIndex = 0;
     //
     // gridColumnAmountUser
     //
     this.gridColumnAmountUser.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnAmountUser.AppearanceHeader.Options.UseFont = true;
     this.gridColumnAmountUser.Caption = "จำนวนผู้ใช้";
     this.gridColumnAmountUser.FieldName = "amount_user";
     this.gridColumnAmountUser.Name = "gridColumnAmountUser";
     this.gridColumnAmountUser.OptionsColumn.AllowEdit = false;
     this.gridColumnAmountUser.OptionsColumn.AllowFocus = false;
     this.gridColumnAmountUser.OptionsColumn.AllowMove = false;
     this.gridColumnAmountUser.OptionsColumn.ReadOnly = true;
     this.gridColumnAmountUser.Visible = true;
     this.gridColumnAmountUser.VisibleIndex = 1;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1064, 609);
     this.panelControl2.TabIndex = 22;
     //
     // ProgramPermission
     //
     this.AccessibleName = "ProgramPermission";
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "ProgramPermission";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1078, 623);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAuthorize)).EndInit();
     this.groupControlAuthorize.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl25)).EndInit();
     this.panelControl25.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl19)).EndInit();
     this.panelControl19.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditHelp.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl26)).EndInit();
     this.panelControl26.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl27)).EndInit();
     this.panelControl27.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditRegistration.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl24)).EndInit();
     this.panelControl24.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl18)).EndInit();
     this.panelControl18.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditDeviceSetting.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl23)).EndInit();
     this.panelControl23.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl17)).EndInit();
     this.panelControl17.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditDatabaseSetting.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl22)).EndInit();
     this.panelControl22.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl15)).EndInit();
     this.panelControl15.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditProgramSetting.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl21)).EndInit();
     this.panelControl21.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl11)).EndInit();
     this.panelControl11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl12)).EndInit();
     this.panelControl12.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl13)).EndInit();
     this.panelControl13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl14)).EndInit();
     this.panelControl14.ResumeLayout(false);
     ((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.panelControl10)).EndInit();
     this.panelControl10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditBasicSetting.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     this.panelControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditReportManagement.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditMeterManagement.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMenuGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEditRoomManagement.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl20)).EndInit();
     this.panelControl20.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPermissionBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).EndInit();
     this.panelControl16.ResumeLayout(false);
     this.panelControl16.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditGroupID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditGroupName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAuthorizeList)).EndInit();
     this.groupControlAuthorizeList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlGroupPermission)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.pl_outPic = new System.Windows.Forms.Panel();
     this.txtOutPic = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.TxtCarNo = new System.Windows.Forms.TextBox();
     this.TxtIntime = new System.Windows.Forms.TextBox();
     this.TxtCardtype = new System.Windows.Forms.TextBox();
     this.TxtCardno = new System.Windows.Forms.TextBox();
     this.pl_inpic = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtInpic = new System.Windows.Forms.TextBox();
     this.TxtCarNo1 = new System.Windows.Forms.TextBox();
     this.TxtOuttime = new System.Windows.Forms.TextBox();
     this.TxtCardtype1 = new System.Windows.Forms.TextBox();
     this.TxtCardno1 = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // pl_outPic
     //
     this.pl_outPic.BackgroundImage = global::Granity.granityMgr.Properties.Resources.bk;
     this.pl_outPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pl_outPic.Dock = System.Windows.Forms.DockStyle.Top;
     this.pl_outPic.Location = new System.Drawing.Point(0, 0);
     this.pl_outPic.Name = "pl_outPic";
     this.pl_outPic.Size = new System.Drawing.Size(397, 295);
     this.pl_outPic.TabIndex = 33;
     //
     // txtOutPic
     //
     this.txtOutPic.Location = new System.Drawing.Point(45, 369);
     this.txtOutPic.Name = "txtOutPic";
     this.txtOutPic.Size = new System.Drawing.Size(86, 22);
     this.txtOutPic.TabIndex = 34;
     this.txtOutPic.Tag = "@fld=出场图片";
     this.txtOutPic.Visible = false;
     this.txtOutPic.WordWrap = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(192, 372);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 14);
     this.label5.TabIndex = 41;
     this.label5.Text = "出场时间";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 372);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 14);
     this.label6.TabIndex = 39;
     this.label6.Text = "车牌";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(216, 337);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(31, 14);
     this.label7.TabIndex = 37;
     this.label7.Text = "卡类";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(9, 338);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 14);
     this.label8.TabIndex = 35;
     this.label8.Text = "卡号";
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Controls.Add(this.splitContainerControl1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(792, 493);
     this.panelControl1.TabIndex = 43;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnClose);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 433);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(792, 60);
     this.panelControl2.TabIndex = 1;
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(346, 13);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(79, 30);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text = "退出";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.TxtCarNo);
     this.splitContainerControl1.Panel1.Controls.Add(this.TxtIntime);
     this.splitContainerControl1.Panel1.Controls.Add(this.TxtCardtype);
     this.splitContainerControl1.Panel1.Controls.Add(this.TxtCardno);
     this.splitContainerControl1.Panel1.Controls.Add(this.pl_inpic);
     this.splitContainerControl1.Panel1.Controls.Add(this.label1);
     this.splitContainerControl1.Panel1.Controls.Add(this.label3);
     this.splitContainerControl1.Panel1.Controls.Add(this.label2);
     this.splitContainerControl1.Panel1.Controls.Add(this.label4);
     this.splitContainerControl1.Panel1.Controls.Add(this.txtInpic);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.TxtCarNo1);
     this.splitContainerControl1.Panel2.Controls.Add(this.TxtOuttime);
     this.splitContainerControl1.Panel2.Controls.Add(this.TxtCardtype1);
     this.splitContainerControl1.Panel2.Controls.Add(this.TxtCardno1);
     this.splitContainerControl1.Panel2.Controls.Add(this.pl_outPic);
     this.splitContainerControl1.Panel2.Controls.Add(this.txtOutPic);
     this.splitContainerControl1.Panel2.Controls.Add(this.label8);
     this.splitContainerControl1.Panel2.Controls.Add(this.label6);
     this.splitContainerControl1.Panel2.Controls.Add(this.label7);
     this.splitContainerControl1.Panel2.Controls.Add(this.label5);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(792, 433);
     this.splitContainerControl1.SplitterPosition = 385;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // TxtCarNo
     //
     this.TxtCarNo.Location = new System.Drawing.Point(41, 369);
     this.TxtCarNo.Name = "TxtCarNo";
     this.TxtCarNo.Size = new System.Drawing.Size(135, 22);
     this.TxtCarNo.TabIndex = 31;
     this.TxtCarNo.Tag = "@fld=车牌";
     //
     // TxtIntime
     //
     this.TxtIntime.Location = new System.Drawing.Point(242, 369);
     this.TxtIntime.Name = "TxtIntime";
     this.TxtIntime.Size = new System.Drawing.Size(140, 22);
     this.TxtIntime.TabIndex = 30;
     this.TxtIntime.Tag = "@fld=入场日期";
     //
     // TxtCardtype
     //
     this.TxtCardtype.Location = new System.Drawing.Point(242, 334);
     this.TxtCardtype.Name = "TxtCardtype";
     this.TxtCardtype.Size = new System.Drawing.Size(140, 22);
     this.TxtCardtype.TabIndex = 29;
     this.TxtCardtype.Tag = "@fld=卡类";
     //
     // TxtCardno
     //
     this.TxtCardno.Location = new System.Drawing.Point(41, 334);
     this.TxtCardno.Name = "TxtCardno";
     this.TxtCardno.Size = new System.Drawing.Size(136, 22);
     this.TxtCardno.TabIndex = 28;
     this.TxtCardno.Tag = "@fld=卡号";
     //
     // pl_inpic
     //
     this.pl_inpic.BackgroundImage = global::Granity.granityMgr.Properties.Resources.bk;
     this.pl_inpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pl_inpic.Dock = System.Windows.Forms.DockStyle.Top;
     this.pl_inpic.Location = new System.Drawing.Point(0, 0);
     this.pl_inpic.Name = "pl_inpic";
     this.pl_inpic.Size = new System.Drawing.Size(385, 295);
     this.pl_inpic.TabIndex = 27;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 338);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(31, 14);
     this.label1.TabIndex = 17;
     this.label1.Text = "卡号";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(4, 372);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(31, 14);
     this.label3.TabIndex = 21;
     this.label3.Text = "车牌";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(205, 338);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(31, 14);
     this.label2.TabIndex = 19;
     this.label2.Text = "卡类";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(181, 372);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 14);
     this.label4.TabIndex = 23;
     this.label4.Text = "入场时间";
     //
     // txtInpic
     //
     this.txtInpic.Location = new System.Drawing.Point(41, 369);
     this.txtInpic.Name = "txtInpic";
     this.txtInpic.Size = new System.Drawing.Size(70, 22);
     this.txtInpic.TabIndex = 23;
     this.txtInpic.Tag = "@fld=入场图片";
     this.txtInpic.Visible = false;
     //
     // TxtCarNo1
     //
     this.TxtCarNo1.Location = new System.Drawing.Point(46, 369);
     this.TxtCarNo1.Name = "TxtCarNo1";
     this.TxtCarNo1.Size = new System.Drawing.Size(134, 22);
     this.TxtCarNo1.TabIndex = 45;
     this.TxtCarNo1.Tag = "@fld=车牌";
     //
     // TxtOuttime
     //
     this.TxtOuttime.Location = new System.Drawing.Point(253, 369);
     this.TxtOuttime.Name = "TxtOuttime";
     this.TxtOuttime.Size = new System.Drawing.Size(134, 22);
     this.TxtOuttime.TabIndex = 44;
     this.TxtOuttime.Tag = "@fld=出场日期";
     //
     // TxtCardtype1
     //
     this.TxtCardtype1.Location = new System.Drawing.Point(253, 334);
     this.TxtCardtype1.Name = "TxtCardtype1";
     this.TxtCardtype1.Size = new System.Drawing.Size(134, 22);
     this.TxtCardtype1.TabIndex = 43;
     this.TxtCardtype1.Tag = "@fld=卡类";
     //
     // TxtCardno1
     //
     this.TxtCardno1.Location = new System.Drawing.Point(46, 334);
     this.TxtCardno1.Name = "TxtCardno1";
     this.TxtCardno1.Size = new System.Drawing.Size(134, 22);
     this.TxtCardno1.TabIndex = 42;
     this.TxtCardno1.Tag = "@fld=卡号";
     //
     // FrmOut_InParkPic
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(792, 493);
     this.Controls.Add(this.panelControl1);
     this.MaximizeBox = false;
     this.Name = "FrmOut_InParkPic";
     this.Text = "出入场对比图像";
     this.Load += new System.EventHandler(this.FrmOut_InParkPic_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.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()
 {
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlItem = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.item_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_price_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.item_type = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_type_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_vat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlAddittional = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.panelEnable = new DevExpress.XtraEditors.PanelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPayType = new DevExpress.XtraEditors.LookUpEdit();
     this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit();
     this.labelBasicinfoType = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoName = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceMonthly = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoPriceDaily = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoDetail = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht = new DevExpress.XtraEditors.LabelControl();
     this.labelBasicinfoVat = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemPriceMonthly = new DevExpress.XtraEditors.TextEdit();
     this.memoEditItemDetail = new DevExpress.XtraEditors.MemoEdit();
     this.textEditItemName = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.texthiddenAction = new DevExpress.XtraEditors.TextEdit();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.labelBasicinfoID = new DevExpress.XtraEditors.LabelControl();
     this.textEditItemID = new DevExpress.XtraEditors.TextEdit();
     this.textEditCheckEvent = new DevExpress.XtraEditors.TextEdit();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.textEditItemPriceDaily = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
     this.groupControlList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).BeginInit();
     this.groupControlAddittional.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).BeginInit();
     this.panelEnable.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1079, 614);
     this.panelControl2.TabIndex = 20;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1079, 614);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 22;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlList
     //
     this.groupControlList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlList.AppearanceCaption.Options.UseFont = true;
     this.groupControlList.Controls.Add(this.gridControlItem);
     this.groupControlList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlList.Location = new System.Drawing.Point(0, 0);
     this.groupControlList.Name = "groupControlList";
     this.groupControlList.Size = new System.Drawing.Size(500, 614);
     this.groupControlList.TabIndex = 0;
     this.groupControlList.Text = "รายการค่าใช้จ่ายเพิ่มเติม";
     //
     // gridControlItem
     //
     this.gridControlItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlItem.Location = new System.Drawing.Point(2, 22);
     this.gridControlItem.MainView = this.gridView3;
     this.gridControlItem.Name = "gridControlItem";
     this.gridControlItem.Size = new System.Drawing.Size(496, 590);
     this.gridControlItem.TabIndex = 18;
     this.gridControlItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3,
     this.gridView2,
     this.gridView1});
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.item_id,
     this.grid_name,
     this.grid_price_monthly,
     this.grid_price_daily,
     this.grid_vat_text,
     this.item_type,
     this.grid_type_text,
     this.grid_vat});
     this.gridView3.GridControl = this.gridControlItem;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsBehavior.Editable = false;
     this.gridView3.OptionsBehavior.ReadOnly = true;
     this.gridView3.OptionsFind.AlwaysVisible = true;
     this.gridView3.OptionsFind.ShowCloseButton = false;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // item_id
     //
     this.item_id.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.item_id.AppearanceHeader.Options.UseFont = true;
     this.item_id.Caption = "รหัสค่าใช่จ่ายเพิ่มเติม";
     this.item_id.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.item_id.FieldName = "item_id";
     this.item_id.Name = "item_id";
     this.item_id.OptionsColumn.AllowEdit = false;
     this.item_id.OptionsColumn.AllowFocus = false;
     this.item_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.item_id.OptionsColumn.AllowMove = false;
     this.item_id.Width = 161;
     //
     // grid_name
     //
     this.grid_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_name.AppearanceHeader.Options.UseFont = true;
     this.grid_name.Caption = "ชื่อรายการค่าใช้จ่าย";
     this.grid_name.FieldName = "item_name";
     this.grid_name.Name = "grid_name";
     this.grid_name.OptionsColumn.AllowEdit = false;
     this.grid_name.OptionsColumn.AllowFocus = false;
     this.grid_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_name.OptionsColumn.AllowMove = false;
     this.grid_name.Visible = true;
     this.grid_name.VisibleIndex = 0;
     this.grid_name.Width = 114;
     //
     // grid_price_monthly
     //
     this.grid_price_monthly.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_price_monthly.AppearanceHeader.Options.UseFont = true;
     this.grid_price_monthly.Caption = "ราคารายเดือน";
     this.grid_price_monthly.DisplayFormat.FormatString = "{0:n2}";
     this.grid_price_monthly.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.grid_price_monthly.FieldName = "item_price_monthly";
     this.grid_price_monthly.Name = "grid_price_monthly";
     this.grid_price_monthly.OptionsColumn.AllowEdit = false;
     this.grid_price_monthly.OptionsColumn.AllowFocus = false;
     this.grid_price_monthly.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_price_monthly.OptionsColumn.AllowMove = false;
     this.grid_price_monthly.Visible = true;
     this.grid_price_monthly.VisibleIndex = 2;
     this.grid_price_monthly.Width = 107;
     //
     // grid_price_daily
     //
     this.grid_price_daily.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_price_daily.AppearanceHeader.Options.UseFont = true;
     this.grid_price_daily.Caption = "ราคารายวัน";
     this.grid_price_daily.DisplayFormat.FormatString = "{0:n2}";
     this.grid_price_daily.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.grid_price_daily.FieldName = "item_price_daily";
     this.grid_price_daily.Name = "grid_price_daily";
     this.grid_price_daily.OptionsColumn.AllowEdit = false;
     this.grid_price_daily.OptionsColumn.AllowFocus = false;
     this.grid_price_daily.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_price_daily.OptionsColumn.AllowMove = false;
     this.grid_price_daily.Visible = true;
     this.grid_price_daily.VisibleIndex = 3;
     this.grid_price_daily.Width = 97;
     //
     // grid_vat_text
     //
     this.grid_vat_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_vat_text.AppearanceHeader.Options.UseFont = true;
     this.grid_vat_text.Caption = "การคิดภาษี";
     this.grid_vat_text.FieldName = "item_vat_text";
     this.grid_vat_text.Name = "grid_vat_text";
     this.grid_vat_text.OptionsColumn.AllowEdit = false;
     this.grid_vat_text.OptionsColumn.AllowFocus = false;
     this.grid_vat_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_vat_text.OptionsColumn.AllowMove = false;
     this.grid_vat_text.Visible = true;
     this.grid_vat_text.VisibleIndex = 4;
     this.grid_vat_text.Width = 70;
     //
     // item_type
     //
     this.item_type.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.item_type.AppearanceHeader.Options.UseFont = true;
     this.item_type.Name = "item_type";
     //
     // grid_type_text
     //
     this.grid_type_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_type_text.AppearanceHeader.Options.UseFont = true;
     this.grid_type_text.Caption = "รูปแบบค่าใช้จ่าย";
     this.grid_type_text.FieldName = "item_type_text";
     this.grid_type_text.Name = "grid_type_text";
     this.grid_type_text.OptionsColumn.AllowEdit = false;
     this.grid_type_text.OptionsColumn.AllowFocus = false;
     this.grid_type_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_type_text.OptionsColumn.AllowMove = false;
     this.grid_type_text.Visible = true;
     this.grid_type_text.VisibleIndex = 1;
     this.grid_type_text.Width = 92;
     //
     // grid_vat
     //
     this.grid_vat.Caption = "gridColumn1";
     this.grid_vat.FieldName = "item_vat";
     this.grid_vat.Name = "grid_vat";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControlItem;
     this.gridView2.Name = "gridView2";
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControlItem;
     this.gridView1.Name = "gridView1";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlAddittional);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(574, 548);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlAddittional
     //
     this.groupControlAddittional.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlAddittional.AppearanceCaption.Options.UseFont = true;
     this.groupControlAddittional.Controls.Add(this.xtraScrollableControl1);
     this.groupControlAddittional.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlAddittional.Location = new System.Drawing.Point(0, 0);
     this.groupControlAddittional.Name = "groupControlAddittional";
     this.groupControlAddittional.Size = new System.Drawing.Size(574, 548);
     this.groupControlAddittional.TabIndex = 3;
     this.groupControlAddittional.Text = "ข้อมูลค่าใช้จ่ายเพิ่มเติม";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.panelEnable);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(570, 524);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // panelEnable
     //
     this.panelEnable.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.panelEnable.Appearance.Options.UseBackColor = true;
     this.panelEnable.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelEnable.Controls.Add(this.textEditItemPriceDaily);
     this.panelEnable.Controls.Add(this.labelControlRequired);
     this.panelEnable.Controls.Add(this.labelControl4);
     this.panelEnable.Controls.Add(this.labelControl1);
     this.panelEnable.Controls.Add(this.labelControl12);
     this.panelEnable.Controls.Add(this.lookUpEditPayType);
     this.panelEnable.Controls.Add(this.lookUpEditVatType);
     this.panelEnable.Controls.Add(this.labelBasicinfoType);
     this.panelEnable.Controls.Add(this.labelBasicinfoName);
     this.panelEnable.Controls.Add(this.labelBasicinfoPriceMonthly);
     this.panelEnable.Controls.Add(this.labelBasicinfoPriceDaily);
     this.panelEnable.Controls.Add(this.labelBasicinfoDetail);
     this.panelEnable.Controls.Add(this.labelControlBaht2);
     this.panelEnable.Controls.Add(this.labelControlBaht);
     this.panelEnable.Controls.Add(this.labelBasicinfoVat);
     this.panelEnable.Controls.Add(this.textEditItemPriceMonthly);
     this.panelEnable.Controls.Add(this.memoEditItemDetail);
     this.panelEnable.Controls.Add(this.textEditItemName);
     this.panelEnable.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEnable.Location = new System.Drawing.Point(0, 0);
     this.panelEnable.Name = "panelEnable";
     this.panelEnable.Size = new System.Drawing.Size(570, 243);
     this.panelEnable.TabIndex = 267;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(9, 227);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 413;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl4.Location = new System.Drawing.Point(9, 121);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(6, 13);
     this.labelControl4.TabIndex = 317;
     this.labelControl4.Text = "*";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(9, 47);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 317;
     this.labelControl1.Text = "*";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(9, 17);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 317;
     this.labelControl12.Text = "*";
     //
     // lookUpEditPayType
     //
     this.lookUpEditPayType.Location = new System.Drawing.Point(174, 36);
     this.lookUpEditPayType.Name = "lookUpEditPayType";
     this.lookUpEditPayType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPayType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("paytype_label", " ")});
     this.lookUpEditPayType.Size = new System.Drawing.Size(241, 20);
     this.lookUpEditPayType.TabIndex = 2;
     //
     // lookUpEditVatType
     //
     this.lookUpEditVatType.Location = new System.Drawing.Point(174, 115);
     this.lookUpEditVatType.Name = "lookUpEditVatType";
     this.lookUpEditVatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditVatType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("vattype_label", " ")});
     this.lookUpEditVatType.Size = new System.Drawing.Size(241, 20);
     this.lookUpEditVatType.TabIndex = 5;
     //
     // labelBasicinfoType
     //
     this.labelBasicinfoType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoType.Location = new System.Drawing.Point(32, 41);
     this.labelBasicinfoType.Name = "labelBasicinfoType";
     this.labelBasicinfoType.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoType.TabIndex = 262;
     this.labelBasicinfoType.Text = "รูปแบบค่าใช้จ่าย :";
     //
     // labelBasicinfoName
     //
     this.labelBasicinfoName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoName.Location = new System.Drawing.Point(32, 13);
     this.labelBasicinfoName.Name = "labelBasicinfoName";
     this.labelBasicinfoName.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoName.TabIndex = 72;
     this.labelBasicinfoName.Text = "ชื่อรายการค่าใช้จ่าย :";
     //
     // labelBasicinfoPriceMonthly
     //
     this.labelBasicinfoPriceMonthly.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoPriceMonthly.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoPriceMonthly.Location = new System.Drawing.Point(32, 66);
     this.labelBasicinfoPriceMonthly.Name = "labelBasicinfoPriceMonthly";
     this.labelBasicinfoPriceMonthly.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoPriceMonthly.TabIndex = 73;
     this.labelBasicinfoPriceMonthly.Text = "ราคารายเดือน :";
     //
     // labelBasicinfoPriceDaily
     //
     this.labelBasicinfoPriceDaily.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoPriceDaily.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoPriceDaily.Location = new System.Drawing.Point(32, 92);
     this.labelBasicinfoPriceDaily.Name = "labelBasicinfoPriceDaily";
     this.labelBasicinfoPriceDaily.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoPriceDaily.TabIndex = 75;
     this.labelBasicinfoPriceDaily.Text = "ราคารายวัน :";
     //
     // labelBasicinfoDetail
     //
     this.labelBasicinfoDetail.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoDetail.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoDetail.Location = new System.Drawing.Point(26, 142);
     this.labelBasicinfoDetail.Name = "labelBasicinfoDetail";
     this.labelBasicinfoDetail.Size = new System.Drawing.Size(128, 13);
     this.labelBasicinfoDetail.TabIndex = 251;
     this.labelBasicinfoDetail.Text = "รายละเอียดเพิ่มเติม :";
     //
     // labelControlBaht2
     //
     this.labelControlBaht2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht2.Location = new System.Drawing.Point(421, 91);
     this.labelControlBaht2.Name = "labelControlBaht2";
     this.labelControlBaht2.Size = new System.Drawing.Size(81, 13);
     this.labelControlBaht2.TabIndex = 76;
     this.labelControlBaht2.Text = "บาท";
     //
     // labelControlBaht
     //
     this.labelControlBaht.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht.Location = new System.Drawing.Point(421, 65);
     this.labelControlBaht.Name = "labelControlBaht";
     this.labelControlBaht.Size = new System.Drawing.Size(81, 13);
     this.labelControlBaht.TabIndex = 76;
     this.labelControlBaht.Text = "บาท";
     //
     // labelBasicinfoVat
     //
     this.labelBasicinfoVat.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelBasicinfoVat.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelBasicinfoVat.Location = new System.Drawing.Point(32, 118);
     this.labelBasicinfoVat.Name = "labelBasicinfoVat";
     this.labelBasicinfoVat.Size = new System.Drawing.Size(122, 13);
     this.labelBasicinfoVat.TabIndex = 76;
     this.labelBasicinfoVat.Text = "การคิดภาษี :";
     //
     // textEditItemPriceMonthly
     //
     this.textEditItemPriceMonthly.EditValue = "1000000.00";
     this.textEditItemPriceMonthly.Location = new System.Drawing.Point(174, 62);
     this.textEditItemPriceMonthly.Name = "textEditItemPriceMonthly";
     this.textEditItemPriceMonthly.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditItemPriceMonthly.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatString = "{n2}";
     this.textEditItemPriceMonthly.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceMonthly.Properties.EditFormat.FormatString = "{n2}";
     this.textEditItemPriceMonthly.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceMonthly.Properties.Mask.BeepOnError = true;
     this.textEditItemPriceMonthly.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}";
     this.textEditItemPriceMonthly.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemPriceMonthly.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemPriceMonthly.Properties.Mask.ShowPlaceHolders = false;
     this.textEditItemPriceMonthly.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemPriceMonthly.Properties.MaxLength = 7;
     this.textEditItemPriceMonthly.Size = new System.Drawing.Size(241, 20);
     this.textEditItemPriceMonthly.TabIndex = 3;
     //
     // memoEditItemDetail
     //
     this.memoEditItemDetail.Location = new System.Drawing.Point(174, 143);
     this.memoEditItemDetail.Name = "memoEditItemDetail";
     this.memoEditItemDetail.Properties.MaxLength = 500;
     this.memoEditItemDetail.Size = new System.Drawing.Size(241, 72);
     this.memoEditItemDetail.TabIndex = 6;
     //
     // textEditItemName
     //
     this.textEditItemName.Location = new System.Drawing.Point(174, 10);
     this.textEditItemName.Name = "textEditItemName";
     this.textEditItemName.Properties.Mask.BeepOnError = true;
     this.textEditItemName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}";
     this.textEditItemName.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemName.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemName.Properties.MaxLength = 50;
     this.textEditItemName.Size = new System.Drawing.Size(241, 20);
     this.textEditItemName.TabIndex = 1;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.texthiddenAction);
     this.panelControl1.Controls.Add(this.bttDelete);
     this.panelControl1.Controls.Add(this.labelBasicinfoID);
     this.panelControl1.Controls.Add(this.textEditItemID);
     this.panelControl1.Controls.Add(this.textEditCheckEvent);
     this.panelControl1.Controls.Add(this.bttAdd);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 548);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(574, 66);
     this.panelControl1.TabIndex = 13;
     //
     // texthiddenAction
     //
     this.texthiddenAction.Location = new System.Drawing.Point(11, 35);
     this.texthiddenAction.Name = "texthiddenAction";
     this.texthiddenAction.Size = new System.Drawing.Size(100, 20);
     this.texthiddenAction.TabIndex = 264;
     this.texthiddenAction.Visible = false;
     //
     // bttDelete
     //
     this.bttDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(347, 5);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 20;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // labelBasicinfoID
     //
     this.labelBasicinfoID.Location = new System.Drawing.Point(17, 6);
     this.labelBasicinfoID.Name = "labelBasicinfoID";
     this.labelBasicinfoID.Padding = new System.Windows.Forms.Padding(10);
     this.labelBasicinfoID.Size = new System.Drawing.Size(46, 33);
     this.labelBasicinfoID.TabIndex = 71;
     this.labelBasicinfoID.Text = "รหัส :";
     this.labelBasicinfoID.Visible = false;
     //
     // textEditItemID
     //
     this.textEditItemID.Location = new System.Drawing.Point(69, 13);
     this.textEditItemID.Name = "textEditItemID";
     this.textEditItemID.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.textEditItemID.Properties.Appearance.Options.UseFont = true;
     this.textEditItemID.Properties.ReadOnly = true;
     this.textEditItemID.Size = new System.Drawing.Size(18, 20);
     this.textEditItemID.TabIndex = 248;
     this.textEditItemID.Visible = false;
     //
     // textEditCheckEvent
     //
     this.textEditCheckEvent.EditValue = "";
     this.textEditCheckEvent.Location = new System.Drawing.Point(93, 13);
     this.textEditCheckEvent.Name = "textEditCheckEvent";
     this.textEditCheckEvent.Properties.Mask.BeepOnError = true;
     this.textEditCheckEvent.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditCheckEvent.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditCheckEvent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditCheckEvent.Properties.MaxLength = 10;
     this.textEditCheckEvent.Size = new System.Drawing.Size(18, 20);
     this.textEditCheckEvent.TabIndex = 258;
     this.textEditCheckEvent.Visible = false;
     //
     // bttAdd
     //
     this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(195, 5);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 18;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(271, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(499, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(423, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // textEditItemPriceDaily
     //
     this.textEditItemPriceDaily.EditValue = "1000000.00";
     this.textEditItemPriceDaily.Location = new System.Drawing.Point(174, 88);
     this.textEditItemPriceDaily.Name = "textEditItemPriceDaily";
     this.textEditItemPriceDaily.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditItemPriceDaily.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditItemPriceDaily.Properties.DisplayFormat.FormatString = "{n2}";
     this.textEditItemPriceDaily.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceDaily.Properties.EditFormat.FormatString = "{n2}";
     this.textEditItemPriceDaily.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditItemPriceDaily.Properties.Mask.BeepOnError = true;
     this.textEditItemPriceDaily.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}";
     this.textEditItemPriceDaily.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditItemPriceDaily.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditItemPriceDaily.Properties.Mask.ShowPlaceHolders = false;
     this.textEditItemPriceDaily.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditItemPriceDaily.Properties.MaxLength = 7;
     this.textEditItemPriceDaily.Size = new System.Drawing.Size(241, 20);
     this.textEditItemPriceDaily.TabIndex = 414;
     //
     // BasicInfoAdditionItem
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoAdditionItem";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1093, 628);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).EndInit();
     this.groupControlList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlAddittional)).EndInit();
     this.groupControlAddittional.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelEnable)).EndInit();
     this.panelEnable.ResumeLayout(false);
     this.panelEnable.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPayType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceMonthly.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditItemDetail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.texthiddenAction.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckEvent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditItemPriceDaily.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupControlList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlRoom = new DevExpress.XtraGrid.GridControl();
     this.gridViewRoom = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.room_room_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.room_coderef = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_building = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_room_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_roomtype_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_floor_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_room_status_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.groupExpense = new DevExpress.XtraEditors.GroupControl();
     this.gridControlExpense = new DevExpress.XtraGrid.GridControl();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnOrder = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnList = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDaily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnMonthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnStatus = 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.gridColumnflag = new DevExpress.XtraGrid.Columns.GridColumn();
     this.bttAddExpense = new DevExpress.XtraEditors.SimpleButton();
     this.groupRoomInfo = new DevExpress.XtraEditors.GroupControl();
     this.groupBoxValue = new System.Windows.Forms.GroupBox();
     this.bttReadMeter = new DevExpress.XtraEditors.SimpleButton();
     this.textEditWaterMeterId = new DevExpress.XtraEditors.TextEdit();
     this.textEditElectricMeterId = new DevExpress.XtraEditors.TextEdit();
     this.groupControlStartMeter = new DevExpress.XtraEditors.GroupControl();
     this.bttRecordManual = new DevExpress.XtraEditors.SimpleButton();
     this.textEditWaterMeter = new DevExpress.XtraEditors.TextEdit();
     this.textEditElectricMeter = new DevExpress.XtraEditors.TextEdit();
     this.labelControlPhoneMeter = new DevExpress.XtraEditors.LabelControl();
     this.labelControlWaterMeter = new DevExpress.XtraEditors.LabelControl();
     this.labelControlElectricMeter = new DevExpress.XtraEditors.LabelControl();
     this.groupControlStartDate = new DevExpress.XtraEditors.GroupControl();
     this.dateEditPhoneMeter = new DevExpress.XtraEditors.DateEdit();
     this.dateEditWaterMeter = new DevExpress.XtraEditors.DateEdit();
     this.dateEditElectricMeter = new DevExpress.XtraEditors.DateEdit();
     this.textEditMonthlyRate = new DevExpress.XtraEditors.TextEdit();
     this.labelControlBath2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMonth2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBath1 = new DevExpress.XtraEditors.LabelControl();
     this.textEditInsurance = new DevExpress.XtraEditors.TextEdit();
     this.textEditAdvance = new DevExpress.XtraEditors.TextEdit();
     this.labelControlInsurance = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBeforeRent = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMonthlyRate = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditFloorId = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlFloor = new DevExpress.XtraEditors.LabelControl();
     this.textEditRoomLabel = new DevExpress.XtraEditors.TextEdit();
     this.labelControlRoomName = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditRoomTypeId = new DevExpress.XtraEditors.LookUpEdit();
     this.lookUpEditBuildingId = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRoomType = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.groupControlRental = new DevExpress.XtraEditors.GroupControl();
     this.textEditDistrict = new DevExpress.XtraEditors.TextEdit();
     this.textEditProvince = new DevExpress.XtraEditors.TextEdit();
     this.groupOccupie = new DevExpress.XtraEditors.GroupControl();
     this.bttRemoveTenant = new DevExpress.XtraEditors.SimpleButton();
     this.bttAddTenant = new DevExpress.XtraEditors.SimpleButton();
     this.gridControlRoommate = new DevExpress.XtraGrid.GridControl();
     this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.grid_tenant_prefix = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_tenant_firstname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_tenant_surname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_tenant_idcard = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_tenant_tel = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lookUpEditPrefix = new DevExpress.XtraEditors.LookUpEdit();
     this.bttSelectTenant = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.dateEditBirthDay = new DevExpress.XtraEditors.DateEdit();
     this.labelControlBirthday = new DevExpress.XtraEditors.LabelControl();
     this.labelControlDistrict = new DevExpress.XtraEditors.LabelControl();
     this.labelControlProvince = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.labelControlPhone = new DevExpress.XtraEditors.LabelControl();
     this.textEditPhone = new DevExpress.XtraEditors.TextEdit();
     this.textEditName = new DevExpress.XtraEditors.TextEdit();
     this.textEditRemark = new DevExpress.XtraEditors.MemoEdit();
     this.textEditAddress = new DevExpress.XtraEditors.MemoEdit();
     this.labelControlCarLicence = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRemark = new DevExpress.XtraEditors.LabelControl();
     this.textEditCarLicence = new DevExpress.XtraEditors.TextEdit();
     this.labelControlAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControlIDCard = new DevExpress.XtraEditors.LabelControl();
     this.labelControlSurname = new DevExpress.XtraEditors.LabelControl();
     this.textEditIDCard = new DevExpress.XtraEditors.TextEdit();
     this.labelControlName = new DevExpress.XtraEditors.LabelControl();
     this.textEditSurname = new DevExpress.XtraEditors.TextEdit();
     this.labelControlPostcode = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTitle = new DevExpress.XtraEditors.LabelControl();
     this.textEditPostcode = new DevExpress.XtraEditors.TextEdit();
     this.groupControlMoveIn = new DevExpress.XtraEditors.GroupControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditContractType = new DevExpress.XtraEditors.LookUpEdit();
     this.dateEditCheckInDate = new DevExpress.XtraEditors.DateEdit();
     this.labelControlReservePrice = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMonth = new DevExpress.XtraEditors.LabelControl();
     this.labelDaily = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMinimum = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRentType = new DevExpress.XtraEditors.LabelControl();
     this.labelControlContractDate = new DevExpress.XtraEditors.LabelControl();
     this.textEditDaily = new DevExpress.XtraEditors.TextEdit();
     this.labelControlContractNo = new DevExpress.XtraEditors.LabelControl();
     this.textEditMinimum = new DevExpress.XtraEditors.TextEdit();
     this.textEditBooking = new DevExpress.XtraEditors.TextEdit();
     this.textEditContractNo = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.textEditTenantID = new DevExpress.XtraEditors.TextEdit();
     this.textEditRoomId = new DevExpress.XtraEditors.TextEdit();
     this.textEditRoomCode = new DevExpress.XtraEditors.TextEdit();
     this.bttPrint = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
     this.groupControlList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupExpense)).BeginInit();
     this.groupExpense.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlExpense)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupRoomInfo)).BeginInit();
     this.groupRoomInfo.SuspendLayout();
     this.groupBoxValue.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeterId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeterId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartMeter)).BeginInit();
     this.groupControlStartMeter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartDate)).BeginInit();
     this.groupControlStartDate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneMeter.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneMeter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWaterMeter.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWaterMeter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditElectricMeter.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditElectricMeter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMonthlyRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInsurance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAdvance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditFloorId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditRoomTypeId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditBuildingId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).BeginInit();
     this.groupControlRental.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDistrict.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditProvince.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOccupie)).BeginInit();
     this.groupOccupie.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoommate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPrefix.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthDay.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthDay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAddress.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCarLicence.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIDCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSurname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPostcode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlMoveIn)).BeginInit();
     this.groupControlMoveIn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditContractType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDaily.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMinimum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditBooking.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlList
     //
     this.groupControlList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlList.AppearanceCaption.Options.UseFont = true;
     this.groupControlList.Controls.Add(this.gridControlRoom);
     this.groupControlList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlList.Location = new System.Drawing.Point(0, 0);
     this.groupControlList.Name = "groupControlList";
     this.groupControlList.Size = new System.Drawing.Size(544, 534);
     this.groupControlList.TabIndex = 0;
     this.groupControlList.Text = "รายการห้องว่างและถูกจอง";
     //
     // gridControlRoom
     //
     this.gridControlRoom.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlRoom.Location = new System.Drawing.Point(2, 22);
     this.gridControlRoom.MainView = this.gridViewRoom;
     this.gridControlRoom.Name = "gridControlRoom";
     this.gridControlRoom.Size = new System.Drawing.Size(540, 510);
     this.gridControlRoom.TabIndex = 1;
     this.gridControlRoom.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewRoom});
     //
     // gridViewRoom
     //
     this.gridViewRoom.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.room_room_id,
     this.room_coderef,
     this.grid_building,
     this.grid_room_name,
     this.grid_roomtype_label,
     this.grid_floor_code,
     this.grid_room_status_label});
     this.gridViewRoom.GridControl = this.gridControlRoom;
     this.gridViewRoom.Name = "gridViewRoom";
     this.gridViewRoom.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewRoom.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewRoom.OptionsFind.AlwaysVisible = true;
     this.gridViewRoom.OptionsFind.ShowCloseButton = false;
     this.gridViewRoom.OptionsView.ShowGroupPanel = false;
     this.gridViewRoom.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // room_room_id
     //
     this.room_room_id.Caption = "ไอดีห้อง";
     this.room_room_id.FieldName = "room_id";
     this.room_room_id.Name = "room_room_id";
     this.room_room_id.OptionsColumn.AllowEdit = false;
     this.room_room_id.OptionsColumn.AllowFocus = false;
     this.room_room_id.OptionsColumn.AllowIncrementalSearch = false;
     this.room_room_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.room_room_id.OptionsColumn.AllowMove = false;
     //
     // room_coderef
     //
     this.room_coderef.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.room_coderef.AppearanceHeader.Options.UseFont = true;
     this.room_coderef.Caption = "รหัสห้อง";
     this.room_coderef.FieldName = "coderef";
     this.room_coderef.Name = "room_coderef";
     this.room_coderef.OptionsColumn.AllowEdit = false;
     this.room_coderef.OptionsColumn.AllowFocus = false;
     this.room_coderef.OptionsColumn.AllowIncrementalSearch = false;
     this.room_coderef.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.room_coderef.OptionsColumn.AllowMove = false;
     //
     // grid_building
     //
     this.grid_building.AppearanceCell.Options.UseTextOptions = true;
     this.grid_building.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_building.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_building.AppearanceHeader.Options.UseFont = true;
     this.grid_building.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_building.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_building.Caption = "อาคาร";
     this.grid_building.FieldName = "building_label";
     this.grid_building.Name = "grid_building";
     this.grid_building.OptionsColumn.AllowEdit = false;
     this.grid_building.OptionsColumn.AllowFocus = false;
     this.grid_building.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.grid_building.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_building.OptionsColumn.AllowMove = false;
     this.grid_building.Visible = true;
     this.grid_building.VisibleIndex = 1;
     //
     // grid_room_name
     //
     this.grid_room_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_room_name.AppearanceHeader.Options.UseFont = true;
     this.grid_room_name.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_room_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_room_name.Caption = "ชื่อห้อง";
     this.grid_room_name.FieldName = "room_label";
     this.grid_room_name.Name = "grid_room_name";
     this.grid_room_name.OptionsColumn.AllowEdit = false;
     this.grid_room_name.OptionsColumn.AllowFocus = false;
     this.grid_room_name.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_room_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_room_name.OptionsColumn.AllowMove = false;
     this.grid_room_name.Visible = true;
     this.grid_room_name.VisibleIndex = 0;
     //
     // grid_roomtype_label
     //
     this.grid_roomtype_label.AppearanceCell.Options.UseTextOptions = true;
     this.grid_roomtype_label.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_roomtype_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_roomtype_label.AppearanceHeader.Options.UseFont = true;
     this.grid_roomtype_label.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_roomtype_label.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_roomtype_label.Caption = "ประเภทห้อง";
     this.grid_roomtype_label.FieldName = "roomtype_label";
     this.grid_roomtype_label.Name = "grid_roomtype_label";
     this.grid_roomtype_label.OptionsColumn.AllowEdit = false;
     this.grid_roomtype_label.OptionsColumn.AllowFocus = false;
     this.grid_roomtype_label.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_roomtype_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_roomtype_label.OptionsColumn.AllowMove = false;
     this.grid_roomtype_label.Visible = true;
     this.grid_roomtype_label.VisibleIndex = 3;
     //
     // grid_floor_code
     //
     this.grid_floor_code.AppearanceCell.Options.UseTextOptions = true;
     this.grid_floor_code.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_floor_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_floor_code.AppearanceHeader.Options.UseFont = true;
     this.grid_floor_code.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_floor_code.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_floor_code.Caption = "ชั้น";
     this.grid_floor_code.FieldName = "floor_code";
     this.grid_floor_code.Name = "grid_floor_code";
     this.grid_floor_code.OptionsColumn.AllowEdit = false;
     this.grid_floor_code.OptionsColumn.AllowFocus = false;
     this.grid_floor_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_floor_code.OptionsColumn.AllowMove = false;
     this.grid_floor_code.Visible = true;
     this.grid_floor_code.VisibleIndex = 2;
     //
     // grid_room_status_label
     //
     this.grid_room_status_label.AppearanceCell.Options.UseTextOptions = true;
     this.grid_room_status_label.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_room_status_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_room_status_label.AppearanceHeader.Options.UseFont = true;
     this.grid_room_status_label.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_room_status_label.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_room_status_label.Caption = "สถานะห้อง";
     this.grid_room_status_label.FieldName = "room_status_label";
     this.grid_room_status_label.Name = "grid_room_status_label";
     this.grid_room_status_label.OptionsColumn.AllowEdit = false;
     this.grid_room_status_label.OptionsColumn.AllowFocus = false;
     this.grid_room_status_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_room_status_label.OptionsColumn.AllowMove = false;
     this.grid_room_status_label.Visible = true;
     this.grid_room_status_label.VisibleIndex = 4;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1159, 534);
     this.splitContainerControl2.SplitterPosition = 544;
     this.splitContainerControl2.TabIndex = 15;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.xtraScrollableControl1);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(610, 468);
     this.panelControl3.TabIndex = 12;
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.groupExpense);
     this.xtraScrollableControl1.Controls.Add(this.groupRoomInfo);
     this.xtraScrollableControl1.Controls.Add(this.groupControlRental);
     this.xtraScrollableControl1.Controls.Add(this.groupControlMoveIn);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(610, 468);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // groupExpense
     //
     this.groupExpense.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupExpense.AppearanceCaption.Options.UseFont = true;
     this.groupExpense.Controls.Add(this.gridControlExpense);
     this.groupExpense.Controls.Add(this.bttAddExpense);
     this.groupExpense.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupExpense.Location = new System.Drawing.Point(0, 861);
     this.groupExpense.Name = "groupExpense";
     this.groupExpense.Size = new System.Drawing.Size(593, 192);
     this.groupExpense.TabIndex = 353;
     this.groupExpense.Text = "ค่าใช้จ่ายเพิ่มเติม";
     //
     // gridControlExpense
     //
     this.gridControlExpense.Dock = System.Windows.Forms.DockStyle.Top;
     this.gridControlExpense.Enabled = false;
     this.gridControlExpense.Location = new System.Drawing.Point(2, 22);
     this.gridControlExpense.MainView = this.gridView3;
     this.gridControlExpense.Name = "gridControlExpense";
     this.gridControlExpense.Size = new System.Drawing.Size(589, 128);
     this.gridControlExpense.TabIndex = 105;
     this.gridControlExpense.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView3});
     //
     // gridView3
     //
     this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnOrder,
     this.gridColumnList,
     this.gridColumnDaily,
     this.gridColumnMonthly,
     this.gridColumnType,
     this.gridColumnStatus,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumnflag});
     this.gridView3.GridControl = this.gridControlExpense;
     this.gridView3.Name = "gridView3";
     this.gridView3.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView3.OptionsFind.AllowFindPanel = false;
     this.gridView3.OptionsFind.ShowCloseButton = false;
     this.gridView3.OptionsSelection.MultiSelect = true;
     this.gridView3.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnOrder
     //
     this.gridColumnOrder.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnOrder.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnOrder.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnOrder.AppearanceHeader.Options.UseFont = true;
     this.gridColumnOrder.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnOrder.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnOrder.Caption = "ลำดับ";
     this.gridColumnOrder.FieldName = "item_order";
     this.gridColumnOrder.Name = "gridColumnOrder";
     this.gridColumnOrder.OptionsColumn.AllowEdit = false;
     this.gridColumnOrder.OptionsColumn.AllowFocus = false;
     this.gridColumnOrder.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnOrder.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnOrder.OptionsColumn.AllowMove = false;
     this.gridColumnOrder.Visible = true;
     this.gridColumnOrder.VisibleIndex = 0;
     this.gridColumnOrder.Width = 57;
     //
     // gridColumnList
     //
     this.gridColumnList.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnList.AppearanceHeader.Options.UseFont = true;
     this.gridColumnList.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnList.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnList.Caption = "รายการ";
     this.gridColumnList.FieldName = "item_name";
     this.gridColumnList.Name = "gridColumnList";
     this.gridColumnList.OptionsColumn.AllowEdit = false;
     this.gridColumnList.OptionsColumn.AllowFocus = false;
     this.gridColumnList.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnList.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnList.OptionsColumn.AllowMove = false;
     this.gridColumnList.Visible = true;
     this.gridColumnList.VisibleIndex = 1;
     this.gridColumnList.Width = 129;
     //
     // gridColumnDaily
     //
     this.gridColumnDaily.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnDaily.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumnDaily.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnDaily.AppearanceHeader.Options.UseFont = true;
     this.gridColumnDaily.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnDaily.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnDaily.Caption = "จำนวนเงินรายวัน";
     this.gridColumnDaily.DisplayFormat.FormatString = "n2";
     this.gridColumnDaily.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnDaily.FieldName = "item_price_daily";
     this.gridColumnDaily.Name = "gridColumnDaily";
     this.gridColumnDaily.OptionsColumn.AllowEdit = false;
     this.gridColumnDaily.OptionsColumn.AllowFocus = false;
     this.gridColumnDaily.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnDaily.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnDaily.OptionsColumn.AllowMove = false;
     this.gridColumnDaily.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumnDaily.Visible = true;
     this.gridColumnDaily.VisibleIndex = 2;
     this.gridColumnDaily.Width = 102;
     //
     // gridColumnMonthly
     //
     this.gridColumnMonthly.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnMonthly.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumnMonthly.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnMonthly.AppearanceHeader.Options.UseFont = true;
     this.gridColumnMonthly.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnMonthly.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnMonthly.Caption = "จำนวนเงินรายเดือน";
     this.gridColumnMonthly.DisplayFormat.FormatString = "n2";
     this.gridColumnMonthly.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnMonthly.FieldName = "item_price_monthly";
     this.gridColumnMonthly.Name = "gridColumnMonthly";
     this.gridColumnMonthly.OptionsColumn.AllowEdit = false;
     this.gridColumnMonthly.OptionsColumn.AllowFocus = false;
     this.gridColumnMonthly.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnMonthly.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnMonthly.OptionsColumn.AllowMove = false;
     this.gridColumnMonthly.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.gridColumnMonthly.Visible = true;
     this.gridColumnMonthly.VisibleIndex = 3;
     this.gridColumnMonthly.Width = 106;
     //
     // gridColumnType
     //
     this.gridColumnType.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnType.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnType.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnType.AppearanceHeader.Options.UseFont = true;
     this.gridColumnType.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnType.Caption = "รูปแบบค่าใช้จ่าย";
     this.gridColumnType.FieldName = "item_type_label";
     this.gridColumnType.Name = "gridColumnType";
     this.gridColumnType.OptionsColumn.AllowEdit = false;
     this.gridColumnType.OptionsColumn.AllowFocus = false;
     this.gridColumnType.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnType.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnType.OptionsColumn.AllowMove = false;
     this.gridColumnType.Visible = true;
     this.gridColumnType.VisibleIndex = 4;
     this.gridColumnType.Width = 116;
     //
     // gridColumnStatus
     //
     this.gridColumnStatus.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumnStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnStatus.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnStatus.AppearanceHeader.Options.UseFont = true;
     this.gridColumnStatus.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumnStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumnStatus.Caption = "สถานะ";
     this.gridColumnStatus.FieldName = "check_box";
     this.gridColumnStatus.Name = "gridColumnStatus";
     this.gridColumnStatus.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumnStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnStatus.OptionsColumn.AllowMove = false;
     this.gridColumnStatus.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnStatus.Visible = true;
     this.gridColumnStatus.VisibleIndex = 5;
     this.gridColumnStatus.Width = 60;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn6.AppearanceHeader.Options.UseFont = true;
     this.gridColumn6.Caption = "สถานะการใช้งาน";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.AllowFocus = false;
     this.gridColumn6.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.AllowMove = false;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn7.AppearanceHeader.Options.UseFont = true;
     this.gridColumn7.Caption = "item_price_weekly";
     this.gridColumn7.FieldName = "item_price_weekly";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowFocus = false;
     this.gridColumn7.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.AllowMove = false;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn8.AppearanceHeader.Options.UseFont = true;
     this.gridColumn8.Caption = "item_detail";
     this.gridColumn8.FieldName = "item_detail";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowFocus = false;
     this.gridColumn8.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn8.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn8.OptionsColumn.AllowMove = false;
     //
     // gridColumnflag
     //
     this.gridColumnflag.Caption = "item_flag";
     this.gridColumnflag.FieldName = "item_flag";
     this.gridColumnflag.Name = "gridColumnflag";
     //
     // bttAddExpense
     //
     this.bttAddExpense.Enabled = false;
     this.bttAddExpense.Location = new System.Drawing.Point(5, 156);
     this.bttAddExpense.Name = "bttAddExpense";
     this.bttAddExpense.Size = new System.Drawing.Size(57, 30);
     this.bttAddExpense.TabIndex = 307;
     this.bttAddExpense.Text = "เพิ่ม";
     //
     // groupRoomInfo
     //
     this.groupRoomInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupRoomInfo.AppearanceCaption.Options.UseFont = true;
     this.groupRoomInfo.Controls.Add(this.groupBoxValue);
     this.groupRoomInfo.Controls.Add(this.textEditMonthlyRate);
     this.groupRoomInfo.Controls.Add(this.labelControlBath2);
     this.groupRoomInfo.Controls.Add(this.labelControlMonth2);
     this.groupRoomInfo.Controls.Add(this.labelControlBath1);
     this.groupRoomInfo.Controls.Add(this.textEditInsurance);
     this.groupRoomInfo.Controls.Add(this.textEditAdvance);
     this.groupRoomInfo.Controls.Add(this.labelControlInsurance);
     this.groupRoomInfo.Controls.Add(this.labelControlBeforeRent);
     this.groupRoomInfo.Controls.Add(this.labelControlMonthlyRate);
     this.groupRoomInfo.Controls.Add(this.lookUpEditFloorId);
     this.groupRoomInfo.Controls.Add(this.labelControlFloor);
     this.groupRoomInfo.Controls.Add(this.textEditRoomLabel);
     this.groupRoomInfo.Controls.Add(this.labelControlRoomName);
     this.groupRoomInfo.Controls.Add(this.lookUpEditRoomTypeId);
     this.groupRoomInfo.Controls.Add(this.lookUpEditBuildingId);
     this.groupRoomInfo.Controls.Add(this.labelControlRoomType);
     this.groupRoomInfo.Controls.Add(this.labelControlBuilding);
     this.groupRoomInfo.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupRoomInfo.Location = new System.Drawing.Point(0, 642);
     this.groupRoomInfo.Name = "groupRoomInfo";
     this.groupRoomInfo.Size = new System.Drawing.Size(593, 219);
     this.groupRoomInfo.TabIndex = 352;
     this.groupRoomInfo.Text = "ห้อง";
     //
     // groupBoxValue
     //
     this.groupBoxValue.Controls.Add(this.bttReadMeter);
     this.groupBoxValue.Controls.Add(this.textEditWaterMeterId);
     this.groupBoxValue.Controls.Add(this.textEditElectricMeterId);
     this.groupBoxValue.Controls.Add(this.groupControlStartMeter);
     this.groupBoxValue.Controls.Add(this.labelControlPhoneMeter);
     this.groupBoxValue.Controls.Add(this.labelControlWaterMeter);
     this.groupBoxValue.Controls.Add(this.labelControlElectricMeter);
     this.groupBoxValue.Controls.Add(this.groupControlStartDate);
     this.groupBoxValue.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBoxValue.Location = new System.Drawing.Point(284, 22);
     this.groupBoxValue.Name = "groupBoxValue";
     this.groupBoxValue.Size = new System.Drawing.Size(307, 195);
     this.groupBoxValue.TabIndex = 121;
     this.groupBoxValue.TabStop = false;
     this.groupBoxValue.Text = "อัตราค่าสาธารณูปโภค";
     //
     // bttReadMeter
     //
     this.bttReadMeter.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.bttReadMeter.Appearance.Options.UseFont = true;
     this.bttReadMeter.Enabled = false;
     this.bttReadMeter.Location = new System.Drawing.Point(196, 139);
     this.bttReadMeter.Name = "bttReadMeter";
     this.bttReadMeter.Size = new System.Drawing.Size(96, 31);
     this.bttReadMeter.TabIndex = 358;
     this.bttReadMeter.Text = "อ่านค่าปัจจุบัน";
     this.bttReadMeter.Click += new System.EventHandler(this.bttReadMeter_Click);
     //
     // textEditWaterMeterId
     //
     this.textEditWaterMeterId.EditValue = 0;
     this.textEditWaterMeterId.Enabled = false;
     this.textEditWaterMeterId.Location = new System.Drawing.Point(35, 164);
     this.textEditWaterMeterId.Name = "textEditWaterMeterId";
     this.textEditWaterMeterId.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditWaterMeterId.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditWaterMeterId.Size = new System.Drawing.Size(21, 20);
     this.textEditWaterMeterId.TabIndex = 381;
     this.textEditWaterMeterId.Visible = false;
     //
     // textEditElectricMeterId
     //
     this.textEditElectricMeterId.EditValue = 0;
     this.textEditElectricMeterId.Enabled = false;
     this.textEditElectricMeterId.Location = new System.Drawing.Point(62, 164);
     this.textEditElectricMeterId.Name = "textEditElectricMeterId";
     this.textEditElectricMeterId.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditElectricMeterId.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditElectricMeterId.Size = new System.Drawing.Size(20, 20);
     this.textEditElectricMeterId.TabIndex = 380;
     this.textEditElectricMeterId.Visible = false;
     //
     // groupControlStartMeter
     //
     this.groupControlStartMeter.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlStartMeter.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlStartMeter.Controls.Add(this.bttRecordManual);
     this.groupControlStartMeter.Controls.Add(this.textEditWaterMeter);
     this.groupControlStartMeter.Controls.Add(this.textEditElectricMeter);
     this.groupControlStartMeter.Location = new System.Drawing.Point(191, 20);
     this.groupControlStartMeter.Name = "groupControlStartMeter";
     this.groupControlStartMeter.Size = new System.Drawing.Size(106, 113);
     this.groupControlStartMeter.TabIndex = 379;
     this.groupControlStartMeter.Text = "เลขมิเตอร์เริ่มต้น";
     //
     // bttRecordManual
     //
     this.bttRecordManual.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.bttRecordManual.Appearance.Options.UseFont = true;
     this.bttRecordManual.Enabled = false;
     this.bttRecordManual.Location = new System.Drawing.Point(6, 76);
     this.bttRecordManual.Name = "bttRecordManual";
     this.bttRecordManual.Size = new System.Drawing.Size(94, 31);
     this.bttRecordManual.TabIndex = 382;
     this.bttRecordManual.Text = "ตั้งค่าเริ่มต้นเอง";
     this.bttRecordManual.Click += new System.EventHandler(this.bttRecordManual_Click);
     //
     // textEditWaterMeter
     //
     this.textEditWaterMeter.EditValue = "0.00";
     this.textEditWaterMeter.Enabled = false;
     this.textEditWaterMeter.Location = new System.Drawing.Point(6, 51);
     this.textEditWaterMeter.Name = "textEditWaterMeter";
     this.textEditWaterMeter.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditWaterMeter.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditWaterMeter.Properties.AppearanceDisabled.Options.UseTextOptions = true;
     this.textEditWaterMeter.Properties.AppearanceDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditWaterMeter.Properties.DisplayFormat.FormatString = "n3";
     this.textEditWaterMeter.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWaterMeter.Properties.EditFormat.FormatString = "n3";
     this.textEditWaterMeter.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWaterMeter.Properties.Mask.BeepOnError = true;
     this.textEditWaterMeter.Properties.Mask.EditMask = "0*([0-9]{1,5})|0*([0-9]{1,5})\\.([0-9]){2}";
     this.textEditWaterMeter.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditWaterMeter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditWaterMeter.Properties.NullText = "0.00";
     this.textEditWaterMeter.Properties.NullValuePrompt = "0.00";
     this.textEditWaterMeter.Size = new System.Drawing.Size(95, 20);
     this.textEditWaterMeter.TabIndex = 357;
     //
     // textEditElectricMeter
     //
     this.textEditElectricMeter.EditValue = "0.00";
     this.textEditElectricMeter.Enabled = false;
     this.textEditElectricMeter.Location = new System.Drawing.Point(5, 25);
     this.textEditElectricMeter.Name = "textEditElectricMeter";
     this.textEditElectricMeter.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditElectricMeter.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditElectricMeter.Properties.AppearanceDisabled.Options.UseTextOptions = true;
     this.textEditElectricMeter.Properties.AppearanceDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditElectricMeter.Properties.DisplayFormat.FormatString = "n2";
     this.textEditElectricMeter.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditElectricMeter.Properties.EditFormat.FormatString = "n2";
     this.textEditElectricMeter.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditElectricMeter.Properties.Mask.BeepOnError = true;
     this.textEditElectricMeter.Properties.Mask.EditMask = "0*([0-9]{1,5})|0*([0-9]{1,5})\\.([0-9]){2}";
     this.textEditElectricMeter.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditElectricMeter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditElectricMeter.Properties.NullText = "0.00";
     this.textEditElectricMeter.Properties.NullValuePrompt = "0.00";
     this.textEditElectricMeter.Size = new System.Drawing.Size(95, 20);
     this.textEditElectricMeter.TabIndex = 356;
     //
     // labelControlPhoneMeter
     //
     this.labelControlPhoneMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPhoneMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPhoneMeter.Location = new System.Drawing.Point(22, 100);
     this.labelControlPhoneMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlPhoneMeter.Name = "labelControlPhoneMeter";
     this.labelControlPhoneMeter.Size = new System.Drawing.Size(59, 13);
     this.labelControlPhoneMeter.TabIndex = 378;
     this.labelControlPhoneMeter.Text = "โทรศัพท์";
     //
     // labelControlWaterMeter
     //
     this.labelControlWaterMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlWaterMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlWaterMeter.Location = new System.Drawing.Point(35, 74);
     this.labelControlWaterMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlWaterMeter.Name = "labelControlWaterMeter";
     this.labelControlWaterMeter.Size = new System.Drawing.Size(46, 13);
     this.labelControlWaterMeter.TabIndex = 377;
     this.labelControlWaterMeter.Text = "น้ำ";
     //
     // labelControlElectricMeter
     //
     this.labelControlElectricMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlElectricMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlElectricMeter.Location = new System.Drawing.Point(35, 48);
     this.labelControlElectricMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlElectricMeter.Name = "labelControlElectricMeter";
     this.labelControlElectricMeter.Size = new System.Drawing.Size(46, 13);
     this.labelControlElectricMeter.TabIndex = 376;
     this.labelControlElectricMeter.Text = "ไฟฟ้า";
     //
     // groupControlStartDate
     //
     this.groupControlStartDate.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlStartDate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlStartDate.Controls.Add(this.dateEditPhoneMeter);
     this.groupControlStartDate.Controls.Add(this.dateEditWaterMeter);
     this.groupControlStartDate.Controls.Add(this.dateEditElectricMeter);
     this.groupControlStartDate.Location = new System.Drawing.Point(84, 20);
     this.groupControlStartDate.Name = "groupControlStartDate";
     this.groupControlStartDate.Size = new System.Drawing.Size(101, 113);
     this.groupControlStartDate.TabIndex = 0;
     this.groupControlStartDate.Text = "วันที่บันทึก";
     //
     // dateEditPhoneMeter
     //
     this.dateEditPhoneMeter.EditValue = new System.DateTime(2013, 3, 3, 23, 57, 27, 0);
     this.dateEditPhoneMeter.Enabled = false;
     this.dateEditPhoneMeter.Location = new System.Drawing.Point(5, 77);
     this.dateEditPhoneMeter.Name = "dateEditPhoneMeter";
     this.dateEditPhoneMeter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditPhoneMeter.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditPhoneMeter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditPhoneMeter.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditPhoneMeter.Size = new System.Drawing.Size(91, 20);
     this.dateEditPhoneMeter.TabIndex = 372;
     //
     // dateEditWaterMeter
     //
     this.dateEditWaterMeter.EditValue = new System.DateTime(2013, 3, 3, 23, 57, 27, 0);
     this.dateEditWaterMeter.Enabled = false;
     this.dateEditWaterMeter.Location = new System.Drawing.Point(5, 51);
     this.dateEditWaterMeter.Name = "dateEditWaterMeter";
     this.dateEditWaterMeter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditWaterMeter.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditWaterMeter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditWaterMeter.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditWaterMeter.Size = new System.Drawing.Size(91, 20);
     this.dateEditWaterMeter.TabIndex = 371;
     //
     // dateEditElectricMeter
     //
     this.dateEditElectricMeter.EditValue = new System.DateTime(2013, 3, 3, 23, 57, 27, 0);
     this.dateEditElectricMeter.Enabled = false;
     this.dateEditElectricMeter.Location = new System.Drawing.Point(5, 25);
     this.dateEditElectricMeter.Name = "dateEditElectricMeter";
     this.dateEditElectricMeter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditElectricMeter.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditElectricMeter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditElectricMeter.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditElectricMeter.Size = new System.Drawing.Size(91, 20);
     this.dateEditElectricMeter.TabIndex = 370;
     //
     // textEditMonthlyRate
     //
     this.textEditMonthlyRate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditMonthlyRate.EditValue = "0.00";
     this.textEditMonthlyRate.Enabled = false;
     this.textEditMonthlyRate.Location = new System.Drawing.Point(103, 133);
     this.textEditMonthlyRate.Name = "textEditMonthlyRate";
     this.textEditMonthlyRate.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditMonthlyRate.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditMonthlyRate.Properties.DisplayFormat.FormatString = "n2";
     this.textEditMonthlyRate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditMonthlyRate.Size = new System.Drawing.Size(108, 20);
     this.textEditMonthlyRate.TabIndex = 118;
     //
     // labelControlBath2
     //
     this.labelControlBath2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBath2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBath2.Location = new System.Drawing.Point(217, 189);
     this.labelControlBath2.Name = "labelControlBath2";
     this.labelControlBath2.Size = new System.Drawing.Size(61, 13);
     this.labelControlBath2.TabIndex = 115;
     this.labelControlBath2.Text = "บาท";
     //
     // labelControlMonth2
     //
     this.labelControlMonth2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlMonth2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonth2.Location = new System.Drawing.Point(217, 163);
     this.labelControlMonth2.Name = "labelControlMonth2";
     this.labelControlMonth2.Size = new System.Drawing.Size(61, 13);
     this.labelControlMonth2.TabIndex = 117;
     this.labelControlMonth2.Text = "เดือน";
     //
     // labelControlBath1
     //
     this.labelControlBath1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBath1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBath1.Location = new System.Drawing.Point(217, 137);
     this.labelControlBath1.Name = "labelControlBath1";
     this.labelControlBath1.Size = new System.Drawing.Size(61, 13);
     this.labelControlBath1.TabIndex = 112;
     this.labelControlBath1.Text = "บาท";
     //
     // textEditInsurance
     //
     this.textEditInsurance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditInsurance.EditValue = "0";
     this.textEditInsurance.Enabled = false;
     this.textEditInsurance.Location = new System.Drawing.Point(103, 185);
     this.textEditInsurance.Name = "textEditInsurance";
     this.textEditInsurance.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditInsurance.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditInsurance.Properties.DisplayFormat.FormatString = "n2";
     this.textEditInsurance.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditInsurance.Size = new System.Drawing.Size(108, 20);
     this.textEditInsurance.TabIndex = 119;
     //
     // textEditAdvance
     //
     this.textEditAdvance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditAdvance.EditValue = "0";
     this.textEditAdvance.Enabled = false;
     this.textEditAdvance.Location = new System.Drawing.Point(103, 159);
     this.textEditAdvance.Name = "textEditAdvance";
     this.textEditAdvance.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditAdvance.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditAdvance.Size = new System.Drawing.Size(108, 20);
     this.textEditAdvance.TabIndex = 120;
     //
     // labelControlInsurance
     //
     this.labelControlInsurance.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlInsurance.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlInsurance.Location = new System.Drawing.Point(5, 192);
     this.labelControlInsurance.Name = "labelControlInsurance";
     this.labelControlInsurance.Size = new System.Drawing.Size(92, 13);
     this.labelControlInsurance.TabIndex = 114;
     this.labelControlInsurance.Text = "ค่าประกัน :";
     //
     // labelControlBeforeRent
     //
     this.labelControlBeforeRent.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBeforeRent.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBeforeRent.Location = new System.Drawing.Point(5, 166);
     this.labelControlBeforeRent.Name = "labelControlBeforeRent";
     this.labelControlBeforeRent.Size = new System.Drawing.Size(92, 13);
     this.labelControlBeforeRent.TabIndex = 113;
     this.labelControlBeforeRent.Text = "ค่าเช่าล่วงหน้า :";
     //
     // labelControlMonthlyRate
     //
     this.labelControlMonthlyRate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlMonthlyRate.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonthlyRate.Location = new System.Drawing.Point(5, 140);
     this.labelControlMonthlyRate.Name = "labelControlMonthlyRate";
     this.labelControlMonthlyRate.Size = new System.Drawing.Size(92, 13);
     this.labelControlMonthlyRate.TabIndex = 116;
     this.labelControlMonthlyRate.Text = "ค่าเช่า :";
     //
     // lookUpEditFloorId
     //
     this.lookUpEditFloorId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lookUpEditFloorId.Enabled = false;
     this.lookUpEditFloorId.Location = new System.Drawing.Point(103, 81);
     this.lookUpEditFloorId.Name = "lookUpEditFloorId";
     this.lookUpEditFloorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditFloorId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_id", "floor_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_code", "ชั้น")});
     this.lookUpEditFloorId.Size = new System.Drawing.Size(108, 20);
     this.lookUpEditFloorId.TabIndex = 111;
     //
     // labelControlFloor
     //
     this.labelControlFloor.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlFloor.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlFloor.Location = new System.Drawing.Point(16, 88);
     this.labelControlFloor.Name = "labelControlFloor";
     this.labelControlFloor.Size = new System.Drawing.Size(81, 13);
     this.labelControlFloor.TabIndex = 110;
     this.labelControlFloor.Text = "ชั้น :";
     //
     // textEditRoomLabel
     //
     this.textEditRoomLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRoomLabel.Enabled = false;
     this.textEditRoomLabel.Location = new System.Drawing.Point(103, 29);
     this.textEditRoomLabel.Name = "textEditRoomLabel";
     this.textEditRoomLabel.Size = new System.Drawing.Size(108, 20);
     this.textEditRoomLabel.TabIndex = 107;
     //
     // labelControlRoomName
     //
     this.labelControlRoomName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomName.Location = new System.Drawing.Point(16, 36);
     this.labelControlRoomName.Name = "labelControlRoomName";
     this.labelControlRoomName.Size = new System.Drawing.Size(81, 13);
     this.labelControlRoomName.TabIndex = 106;
     this.labelControlRoomName.Text = "ชื่อห้อง :";
     //
     // lookUpEditRoomTypeId
     //
     this.lookUpEditRoomTypeId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lookUpEditRoomTypeId.Enabled = false;
     this.lookUpEditRoomTypeId.Location = new System.Drawing.Point(103, 107);
     this.lookUpEditRoomTypeId.Name = "lookUpEditRoomTypeId";
     this.lookUpEditRoomTypeId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditRoomTypeId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("roomtype_label", "ประเภทห้อง"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("roomtype_id", "roomtype_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditRoomTypeId.Size = new System.Drawing.Size(108, 20);
     this.lookUpEditRoomTypeId.TabIndex = 105;
     //
     // lookUpEditBuildingId
     //
     this.lookUpEditBuildingId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lookUpEditBuildingId.Enabled = false;
     this.lookUpEditBuildingId.Location = new System.Drawing.Point(103, 55);
     this.lookUpEditBuildingId.Name = "lookUpEditBuildingId";
     this.lookUpEditBuildingId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditBuildingId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_label", "ชื่ออาคาร"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_id", "building_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditBuildingId.Size = new System.Drawing.Size(108, 20);
     this.lookUpEditBuildingId.TabIndex = 104;
     //
     // labelControlRoomType
     //
     this.labelControlRoomType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomType.Location = new System.Drawing.Point(16, 114);
     this.labelControlRoomType.Name = "labelControlRoomType";
     this.labelControlRoomType.Size = new System.Drawing.Size(81, 13);
     this.labelControlRoomType.TabIndex = 102;
     this.labelControlRoomType.Text = "ประเภทห้อง :";
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBuilding.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBuilding.Location = new System.Drawing.Point(16, 62);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(81, 13);
     this.labelControlBuilding.TabIndex = 101;
     this.labelControlBuilding.Text = "อาคาร :";
     //
     // groupControlRental
     //
     this.groupControlRental.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlRental.AppearanceCaption.Options.UseFont = true;
     this.groupControlRental.Controls.Add(this.textEditDistrict);
     this.groupControlRental.Controls.Add(this.textEditProvince);
     this.groupControlRental.Controls.Add(this.groupOccupie);
     this.groupControlRental.Controls.Add(this.lookUpEditPrefix);
     this.groupControlRental.Controls.Add(this.bttSelectTenant);
     this.groupControlRental.Controls.Add(this.labelControl26);
     this.groupControlRental.Controls.Add(this.labelControl2);
     this.groupControlRental.Controls.Add(this.labelControl6);
     this.groupControlRental.Controls.Add(this.labelControl4);
     this.groupControlRental.Controls.Add(this.labelControl1);
     this.groupControlRental.Controls.Add(this.labelControl8);
     this.groupControlRental.Controls.Add(this.labelControl20);
     this.groupControlRental.Controls.Add(this.labelControl18);
     this.groupControlRental.Controls.Add(this.labelControl7);
     this.groupControlRental.Controls.Add(this.labelControl3);
     this.groupControlRental.Controls.Add(this.dateEditBirthDay);
     this.groupControlRental.Controls.Add(this.labelControlBirthday);
     this.groupControlRental.Controls.Add(this.labelControlDistrict);
     this.groupControlRental.Controls.Add(this.labelControlProvince);
     this.groupControlRental.Controls.Add(this.labelControlRequired);
     this.groupControlRental.Controls.Add(this.labelControlPhone);
     this.groupControlRental.Controls.Add(this.textEditPhone);
     this.groupControlRental.Controls.Add(this.textEditName);
     this.groupControlRental.Controls.Add(this.textEditRemark);
     this.groupControlRental.Controls.Add(this.textEditAddress);
     this.groupControlRental.Controls.Add(this.labelControlCarLicence);
     this.groupControlRental.Controls.Add(this.labelControlRemark);
     this.groupControlRental.Controls.Add(this.textEditCarLicence);
     this.groupControlRental.Controls.Add(this.labelControlAddress);
     this.groupControlRental.Controls.Add(this.labelControlIDCard);
     this.groupControlRental.Controls.Add(this.labelControlSurname);
     this.groupControlRental.Controls.Add(this.textEditIDCard);
     this.groupControlRental.Controls.Add(this.labelControlName);
     this.groupControlRental.Controls.Add(this.textEditSurname);
     this.groupControlRental.Controls.Add(this.labelControlPostcode);
     this.groupControlRental.Controls.Add(this.labelControlTitle);
     this.groupControlRental.Controls.Add(this.textEditPostcode);
     this.groupControlRental.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlRental.Location = new System.Drawing.Point(0, 104);
     this.groupControlRental.Name = "groupControlRental";
     this.groupControlRental.Size = new System.Drawing.Size(593, 538);
     this.groupControlRental.TabIndex = 351;
     this.groupControlRental.Text = "ผู้เช่า";
     //
     // textEditDistrict
     //
     this.textEditDistrict.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditDistrict.EditValue = "";
     this.textEditDistrict.Enabled = false;
     this.textEditDistrict.Location = new System.Drawing.Point(213, 213);
     this.textEditDistrict.Name = "textEditDistrict";
     this.textEditDistrict.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditDistrict.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditDistrict.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditDistrict.Properties.MaxLength = 200;
     this.textEditDistrict.Size = new System.Drawing.Size(263, 20);
     this.textEditDistrict.TabIndex = 451;
     //
     // textEditProvince
     //
     this.textEditProvince.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditProvince.EditValue = "";
     this.textEditProvince.Enabled = false;
     this.textEditProvince.Location = new System.Drawing.Point(213, 239);
     this.textEditProvince.Name = "textEditProvince";
     this.textEditProvince.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditProvince.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditProvince.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditProvince.Properties.MaxLength = 200;
     this.textEditProvince.Size = new System.Drawing.Size(263, 20);
     this.textEditProvince.TabIndex = 450;
     //
     // groupOccupie
     //
     this.groupOccupie.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupOccupie.AppearanceCaption.Options.UseFont = true;
     this.groupOccupie.Controls.Add(this.bttRemoveTenant);
     this.groupOccupie.Controls.Add(this.bttAddTenant);
     this.groupOccupie.Controls.Add(this.gridControlRoommate);
     this.groupOccupie.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupOccupie.Location = new System.Drawing.Point(2, 395);
     this.groupOccupie.Name = "groupOccupie";
     this.groupOccupie.Size = new System.Drawing.Size(589, 141);
     this.groupOccupie.TabIndex = 449;
     this.groupOccupie.Text = "ผู้ร่วมอาศัย";
     //
     // bttRemoveTenant
     //
     this.bttRemoveTenant.Enabled = false;
     this.bttRemoveTenant.Location = new System.Drawing.Point(65, 104);
     this.bttRemoveTenant.Name = "bttRemoveTenant";
     this.bttRemoveTenant.Size = new System.Drawing.Size(57, 30);
     this.bttRemoveTenant.TabIndex = 312;
     this.bttRemoveTenant.Text = "ลบ";
     //
     // bttAddTenant
     //
     this.bttAddTenant.Enabled = false;
     this.bttAddTenant.Location = new System.Drawing.Point(5, 104);
     this.bttAddTenant.Name = "bttAddTenant";
     this.bttAddTenant.Size = new System.Drawing.Size(57, 30);
     this.bttAddTenant.TabIndex = 313;
     this.bttAddTenant.Text = "เพิ่ม";
     //
     // gridControlRoommate
     //
     this.gridControlRoommate.Dock = System.Windows.Forms.DockStyle.Top;
     this.gridControlRoommate.Enabled = false;
     this.gridControlRoommate.Location = new System.Drawing.Point(2, 22);
     this.gridControlRoommate.MainView = this.gridView2;
     this.gridControlRoommate.Name = "gridControlRoommate";
     this.gridControlRoommate.Size = new System.Drawing.Size(585, 76);
     this.gridControlRoommate.TabIndex = 311;
     this.gridControlRoommate.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView2});
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.grid_tenant_prefix,
     this.grid_tenant_firstname,
     this.grid_tenant_surname,
     this.grid_tenant_idcard,
     this.grid_tenant_tel});
     this.gridView2.GridControl = this.gridControlRoommate;
     this.gridView2.Name = "gridView2";
     this.gridView2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.OptionsFind.AllowFindPanel = false;
     this.gridView2.OptionsFind.ShowCloseButton = false;
     this.gridView2.OptionsSelection.MultiSelect = true;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     //
     // grid_tenant_prefix
     //
     this.grid_tenant_prefix.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_tenant_prefix.AppearanceHeader.Options.UseFont = true;
     this.grid_tenant_prefix.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_tenant_prefix.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_tenant_prefix.Caption = "คำนำหน้า";
     this.grid_tenant_prefix.FieldName = "tenant_roomate_prefix_text";
     this.grid_tenant_prefix.Name = "grid_tenant_prefix";
     this.grid_tenant_prefix.OptionsColumn.AllowEdit = false;
     this.grid_tenant_prefix.OptionsColumn.AllowFocus = false;
     this.grid_tenant_prefix.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_tenant_prefix.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_prefix.OptionsColumn.AllowMove = false;
     this.grid_tenant_prefix.Visible = true;
     this.grid_tenant_prefix.VisibleIndex = 0;
     this.grid_tenant_prefix.Width = 81;
     //
     // grid_tenant_firstname
     //
     this.grid_tenant_firstname.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_tenant_firstname.AppearanceHeader.Options.UseFont = true;
     this.grid_tenant_firstname.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_tenant_firstname.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_tenant_firstname.Caption = "ชื่อ";
     this.grid_tenant_firstname.FieldName = "tenant_roomate_firstname";
     this.grid_tenant_firstname.Name = "grid_tenant_firstname";
     this.grid_tenant_firstname.OptionsColumn.AllowEdit = false;
     this.grid_tenant_firstname.OptionsColumn.AllowFocus = false;
     this.grid_tenant_firstname.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_tenant_firstname.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_firstname.OptionsColumn.AllowMove = false;
     this.grid_tenant_firstname.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.grid_tenant_firstname.Visible = true;
     this.grid_tenant_firstname.VisibleIndex = 1;
     this.grid_tenant_firstname.Width = 133;
     //
     // grid_tenant_surname
     //
     this.grid_tenant_surname.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_tenant_surname.AppearanceHeader.Options.UseFont = true;
     this.grid_tenant_surname.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_tenant_surname.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_tenant_surname.Caption = "นามสกุล";
     this.grid_tenant_surname.FieldName = "tenant_roomate_lastname";
     this.grid_tenant_surname.Name = "grid_tenant_surname";
     this.grid_tenant_surname.OptionsColumn.AllowEdit = false;
     this.grid_tenant_surname.OptionsColumn.AllowFocus = false;
     this.grid_tenant_surname.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_tenant_surname.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_surname.OptionsColumn.AllowMove = false;
     this.grid_tenant_surname.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     this.grid_tenant_surname.Visible = true;
     this.grid_tenant_surname.VisibleIndex = 2;
     this.grid_tenant_surname.Width = 149;
     //
     // grid_tenant_idcard
     //
     this.grid_tenant_idcard.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_tenant_idcard.AppearanceHeader.Options.UseFont = true;
     this.grid_tenant_idcard.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_tenant_idcard.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_tenant_idcard.Caption = "บัตรประชาชน/เลขที่หนังสือเดินทาง";
     this.grid_tenant_idcard.FieldName = "tenant_roomate_idcard";
     this.grid_tenant_idcard.Name = "grid_tenant_idcard";
     this.grid_tenant_idcard.OptionsColumn.AllowEdit = false;
     this.grid_tenant_idcard.OptionsColumn.AllowFocus = false;
     this.grid_tenant_idcard.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_tenant_idcard.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_idcard.OptionsColumn.AllowMove = false;
     this.grid_tenant_idcard.Visible = true;
     this.grid_tenant_idcard.VisibleIndex = 3;
     this.grid_tenant_idcard.Width = 127;
     //
     // grid_tenant_tel
     //
     this.grid_tenant_tel.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_tenant_tel.AppearanceHeader.Options.UseFont = true;
     this.grid_tenant_tel.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_tenant_tel.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_tenant_tel.Caption = "เบอร์ติดต่อ";
     this.grid_tenant_tel.FieldName = "tenant_roommatemobile_no";
     this.grid_tenant_tel.Name = "grid_tenant_tel";
     this.grid_tenant_tel.OptionsColumn.AllowEdit = false;
     this.grid_tenant_tel.OptionsColumn.AllowFocus = false;
     this.grid_tenant_tel.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_tel.OptionsColumn.AllowIncrementalSearch = false;
     this.grid_tenant_tel.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_tenant_tel.OptionsColumn.AllowMove = false;
     this.grid_tenant_tel.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.grid_tenant_tel.Visible = true;
     this.grid_tenant_tel.VisibleIndex = 4;
     this.grid_tenant_tel.Width = 60;
     //
     // lookUpEditPrefix
     //
     this.lookUpEditPrefix.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lookUpEditPrefix.Enabled = false;
     this.lookUpEditPrefix.Location = new System.Drawing.Point(213, 31);
     this.lookUpEditPrefix.Name = "lookUpEditPrefix";
     this.lookUpEditPrefix.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPrefix.Size = new System.Drawing.Size(263, 20);
     this.lookUpEditPrefix.TabIndex = 448;
     //
     // bttSelectTenant
     //
     this.bttSelectTenant.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSelectTenant.Enabled = false;
     this.bttSelectTenant.Image = global::DXWindowsApplication2.Properties.Resources.User32x32;
     this.bttSelectTenant.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSelectTenant.Location = new System.Drawing.Point(494, 34);
     this.bttSelectTenant.Name = "bttSelectTenant";
     this.bttSelectTenant.Size = new System.Drawing.Size(86, 55);
     this.bttSelectTenant.TabIndex = 446;
     this.bttSelectTenant.Text = "เลือกผู้เช่า";
     //
     // labelControl26
     //
     this.labelControl26.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl26.Location = new System.Drawing.Point(8, 246);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(6, 13);
     this.labelControl26.TabIndex = 445;
     this.labelControl26.Text = "*";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(8, 220);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 442;
     this.labelControl2.Text = "*";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl6.Location = new System.Drawing.Point(8, 64);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(6, 13);
     this.labelControl6.TabIndex = 439;
     this.labelControl6.Text = "*";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl4.Location = new System.Drawing.Point(8, 90);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(6, 13);
     this.labelControl4.TabIndex = 439;
     this.labelControl4.Text = "*";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(8, 116);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 439;
     this.labelControl1.Text = "*";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl8.Location = new System.Drawing.Point(8, 167);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(6, 13);
     this.labelControl8.TabIndex = 439;
     this.labelControl8.Text = "*";
     //
     // labelControl20
     //
     this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl20.Location = new System.Drawing.Point(8, 142);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(6, 13);
     this.labelControl20.TabIndex = 439;
     this.labelControl20.Text = "*";
     //
     // labelControl18
     //
     this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl18.Location = new System.Drawing.Point(8, 38);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(6, 13);
     this.labelControl18.TabIndex = 437;
     this.labelControl18.Text = "*";
     //
     // labelControl7
     //
     this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl7.Location = new System.Drawing.Point(8, 298);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(6, 13);
     this.labelControl7.TabIndex = 435;
     this.labelControl7.Text = "*";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(8, 272);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 435;
     this.labelControl3.Text = "*";
     //
     // dateEditBirthDay
     //
     this.dateEditBirthDay.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dateEditBirthDay.EditValue = new System.DateTime(2011, 7, 18, 10, 11, 22, 586);
     this.dateEditBirthDay.Enabled = false;
     this.dateEditBirthDay.Location = new System.Drawing.Point(213, 135);
     this.dateEditBirthDay.Name = "dateEditBirthDay";
     this.dateEditBirthDay.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditBirthDay.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEditBirthDay.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditBirthDay.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dateEditBirthDay.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditBirthDay.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditBirthDay.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditBirthDay.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditBirthDay.Size = new System.Drawing.Size(263, 20);
     this.dateEditBirthDay.TabIndex = 433;
     //
     // labelControlBirthday
     //
     this.labelControlBirthday.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBirthday.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBirthday.Location = new System.Drawing.Point(88, 142);
     this.labelControlBirthday.Name = "labelControlBirthday";
     this.labelControlBirthday.Size = new System.Drawing.Size(115, 13);
     this.labelControlBirthday.TabIndex = 434;
     this.labelControlBirthday.Text = "วันเกิด :";
     //
     // labelControlDistrict
     //
     this.labelControlDistrict.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDistrict.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDistrict.Location = new System.Drawing.Point(60, 220);
     this.labelControlDistrict.Name = "labelControlDistrict";
     this.labelControlDistrict.Size = new System.Drawing.Size(143, 13);
     this.labelControlDistrict.TabIndex = 431;
     this.labelControlDistrict.Text = "อำเภอ / เขต :";
     //
     // labelControlProvince
     //
     this.labelControlProvince.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlProvince.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlProvince.Location = new System.Drawing.Point(88, 246);
     this.labelControlProvince.Name = "labelControlProvince";
     this.labelControlProvince.Size = new System.Drawing.Size(115, 13);
     this.labelControlProvince.TabIndex = 432;
     this.labelControlProvince.Text = "จังหวัด :";
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRequired.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRequired.Location = new System.Drawing.Point(84, 365);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(119, 13);
     this.labelControlRequired.TabIndex = 429;
     this.labelControlRequired.Text = "โปรดระบุ";
     //
     // labelControlPhone
     //
     this.labelControlPhone.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPhone.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPhone.Location = new System.Drawing.Point(67, 298);
     this.labelControlPhone.Name = "labelControlPhone";
     this.labelControlPhone.Size = new System.Drawing.Size(136, 13);
     this.labelControlPhone.TabIndex = 430;
     this.labelControlPhone.Text = "เบอร์ติดต่อ :";
     //
     // textEditPhone
     //
     this.textEditPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditPhone.EditValue = "";
     this.textEditPhone.Enabled = false;
     this.textEditPhone.Location = new System.Drawing.Point(213, 291);
     this.textEditPhone.Name = "textEditPhone";
     this.textEditPhone.Properties.MaxLength = 50;
     this.textEditPhone.Size = new System.Drawing.Size(263, 20);
     this.textEditPhone.TabIndex = 420;
     //
     // textEditName
     //
     this.textEditName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditName.EditValue = "";
     this.textEditName.Enabled = false;
     this.textEditName.Location = new System.Drawing.Point(213, 57);
     this.textEditName.Name = "textEditName";
     this.textEditName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditName.Properties.MaxLength = 200;
     this.textEditName.Size = new System.Drawing.Size(263, 20);
     this.textEditName.TabIndex = 412;
     //
     // textEditRemark
     //
     this.textEditRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRemark.Enabled = false;
     this.textEditRemark.Location = new System.Drawing.Point(213, 343);
     this.textEditRemark.Name = "textEditRemark";
     this.textEditRemark.Properties.MaxLength = 500;
     this.textEditRemark.Size = new System.Drawing.Size(263, 46);
     this.textEditRemark.TabIndex = 415;
     //
     // textEditAddress
     //
     this.textEditAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditAddress.EditValue = "";
     this.textEditAddress.Enabled = false;
     this.textEditAddress.Location = new System.Drawing.Point(213, 161);
     this.textEditAddress.Name = "textEditAddress";
     this.textEditAddress.Properties.MaxLength = 300;
     this.textEditAddress.Size = new System.Drawing.Size(263, 46);
     this.textEditAddress.TabIndex = 416;
     //
     // labelControlCarLicence
     //
     this.labelControlCarLicence.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlCarLicence.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlCarLicence.Location = new System.Drawing.Point(70, 324);
     this.labelControlCarLicence.Name = "labelControlCarLicence";
     this.labelControlCarLicence.Size = new System.Drawing.Size(133, 13);
     this.labelControlCarLicence.TabIndex = 428;
     this.labelControlCarLicence.Text = "ทะเบียนรถ :";
     //
     // labelControlRemark
     //
     this.labelControlRemark.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRemark.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRemark.Location = new System.Drawing.Point(75, 346);
     this.labelControlRemark.Name = "labelControlRemark";
     this.labelControlRemark.Size = new System.Drawing.Size(128, 13);
     this.labelControlRemark.TabIndex = 426;
     this.labelControlRemark.Text = "หมายเหตุ :";
     //
     // textEditCarLicence
     //
     this.textEditCarLicence.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditCarLicence.EditValue = "";
     this.textEditCarLicence.Enabled = false;
     this.textEditCarLicence.Location = new System.Drawing.Point(213, 317);
     this.textEditCarLicence.Name = "textEditCarLicence";
     this.textEditCarLicence.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,20}";
     this.textEditCarLicence.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditCarLicence.Properties.MaxLength = 20;
     this.textEditCarLicence.Size = new System.Drawing.Size(263, 20);
     this.textEditCarLicence.TabIndex = 419;
     //
     // labelControlAddress
     //
     this.labelControlAddress.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlAddress.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlAddress.Location = new System.Drawing.Point(97, 164);
     this.labelControlAddress.Name = "labelControlAddress";
     this.labelControlAddress.Size = new System.Drawing.Size(106, 13);
     this.labelControlAddress.TabIndex = 427;
     this.labelControlAddress.Text = "ที่อยู่ :";
     //
     // labelControlIDCard
     //
     this.labelControlIDCard.AllowHtmlString = true;
     this.labelControlIDCard.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlIDCard.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlIDCard.Location = new System.Drawing.Point(17, 115);
     this.labelControlIDCard.Name = "labelControlIDCard";
     this.labelControlIDCard.Size = new System.Drawing.Size(186, 14);
     this.labelControlIDCard.TabIndex = 425;
     this.labelControlIDCard.Text = "บัตรประชาชน / เลขที่หนังสือเดินทาง :";
     //
     // labelControlSurname
     //
     this.labelControlSurname.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlSurname.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlSurname.Location = new System.Drawing.Point(78, 90);
     this.labelControlSurname.Name = "labelControlSurname";
     this.labelControlSurname.Size = new System.Drawing.Size(125, 13);
     this.labelControlSurname.TabIndex = 424;
     this.labelControlSurname.Text = "นามสกุล :";
     //
     // textEditIDCard
     //
     this.textEditIDCard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditIDCard.EditValue = "";
     this.textEditIDCard.Enabled = false;
     this.textEditIDCard.Location = new System.Drawing.Point(213, 109);
     this.textEditIDCard.Name = "textEditIDCard";
     this.textEditIDCard.Properties.Mask.EditMask = "([0-9]){1,13}";
     this.textEditIDCard.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditIDCard.Properties.MaxLength = 13;
     this.textEditIDCard.Size = new System.Drawing.Size(263, 20);
     this.textEditIDCard.TabIndex = 414;
     //
     // labelControlName
     //
     this.labelControlName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlName.Location = new System.Drawing.Point(104, 64);
     this.labelControlName.Name = "labelControlName";
     this.labelControlName.Size = new System.Drawing.Size(99, 13);
     this.labelControlName.TabIndex = 423;
     this.labelControlName.Text = "ชื่อ :";
     //
     // textEditSurname
     //
     this.textEditSurname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditSurname.EditValue = "";
     this.textEditSurname.Enabled = false;
     this.textEditSurname.Location = new System.Drawing.Point(213, 83);
     this.textEditSurname.Name = "textEditSurname";
     this.textEditSurname.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditSurname.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditSurname.Properties.MaxLength = 200;
     this.textEditSurname.Size = new System.Drawing.Size(263, 20);
     this.textEditSurname.TabIndex = 413;
     //
     // labelControlPostcode
     //
     this.labelControlPostcode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPostcode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPostcode.Location = new System.Drawing.Point(58, 272);
     this.labelControlPostcode.Name = "labelControlPostcode";
     this.labelControlPostcode.Size = new System.Drawing.Size(145, 13);
     this.labelControlPostcode.TabIndex = 421;
     this.labelControlPostcode.Text = "รหัสไปรษณีย์ :";
     //
     // labelControlTitle
     //
     this.labelControlTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTitle.Location = new System.Drawing.Point(39, 38);
     this.labelControlTitle.Name = "labelControlTitle";
     this.labelControlTitle.Size = new System.Drawing.Size(164, 13);
     this.labelControlTitle.TabIndex = 422;
     this.labelControlTitle.Text = "คำนำหน้า :";
     //
     // textEditPostcode
     //
     this.textEditPostcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditPostcode.EditValue = "";
     this.textEditPostcode.Enabled = false;
     this.textEditPostcode.Location = new System.Drawing.Point(213, 265);
     this.textEditPostcode.Name = "textEditPostcode";
     this.textEditPostcode.Properties.Mask.EditMask = "([0-9]){10}";
     this.textEditPostcode.Properties.MaxLength = 10;
     this.textEditPostcode.Size = new System.Drawing.Size(263, 20);
     this.textEditPostcode.TabIndex = 410;
     //
     // groupControlMoveIn
     //
     this.groupControlMoveIn.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlMoveIn.AppearanceCaption.Options.UseFont = true;
     this.groupControlMoveIn.Controls.Add(this.labelControl9);
     this.groupControlMoveIn.Controls.Add(this.lookUpEditContractType);
     this.groupControlMoveIn.Controls.Add(this.dateEditCheckInDate);
     this.groupControlMoveIn.Controls.Add(this.labelControlReservePrice);
     this.groupControlMoveIn.Controls.Add(this.labelControlMonth);
     this.groupControlMoveIn.Controls.Add(this.labelDaily);
     this.groupControlMoveIn.Controls.Add(this.labelControlMinimum);
     this.groupControlMoveIn.Controls.Add(this.labelControlRentType);
     this.groupControlMoveIn.Controls.Add(this.labelControlContractDate);
     this.groupControlMoveIn.Controls.Add(this.textEditDaily);
     this.groupControlMoveIn.Controls.Add(this.labelControlContractNo);
     this.groupControlMoveIn.Controls.Add(this.textEditMinimum);
     this.groupControlMoveIn.Controls.Add(this.textEditBooking);
     this.groupControlMoveIn.Controls.Add(this.textEditContractNo);
     this.groupControlMoveIn.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlMoveIn.Location = new System.Drawing.Point(0, 0);
     this.groupControlMoveIn.Name = "groupControlMoveIn";
     this.groupControlMoveIn.Size = new System.Drawing.Size(593, 104);
     this.groupControlMoveIn.TabIndex = 350;
     this.groupControlMoveIn.Text = "ย้ายเข้า";
     //
     // labelControl9
     //
     this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl9.Location = new System.Drawing.Point(5, 61);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(6, 13);
     this.labelControl9.TabIndex = 450;
     this.labelControl9.Text = "*";
     //
     // lookUpEditContractType
     //
     this.lookUpEditContractType.Enabled = false;
     this.lookUpEditContractType.Location = new System.Drawing.Point(107, 54);
     this.lookUpEditContractType.Name = "lookUpEditContractType";
     this.lookUpEditContractType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditContractType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("contracttype_id", "Name1", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("contracttype_label", " ")});
     this.lookUpEditContractType.Size = new System.Drawing.Size(123, 20);
     this.lookUpEditContractType.TabIndex = 435;
     //
     // dateEditCheckInDate
     //
     this.dateEditCheckInDate.EditValue = new System.DateTime(2013, 3, 3, 0, 0, 0, 0);
     this.dateEditCheckInDate.Enabled = false;
     this.dateEditCheckInDate.Location = new System.Drawing.Point(380, 29);
     this.dateEditCheckInDate.Name = "dateEditCheckInDate";
     this.dateEditCheckInDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditCheckInDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditCheckInDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditCheckInDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditCheckInDate.Size = new System.Drawing.Size(156, 20);
     this.dateEditCheckInDate.TabIndex = 434;
     //
     // labelControlReservePrice
     //
     this.labelControlReservePrice.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlReservePrice.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlReservePrice.Location = new System.Drawing.Point(5, 86);
     this.labelControlReservePrice.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlReservePrice.Name = "labelControlReservePrice";
     this.labelControlReservePrice.Size = new System.Drawing.Size(99, 13);
     this.labelControlReservePrice.TabIndex = 354;
     this.labelControlReservePrice.Text = "จำนวนเงินจอง :";
     //
     // labelControlMonth
     //
     this.labelControlMonth.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonth.Location = new System.Drawing.Point(539, 61);
     this.labelControlMonth.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlMonth.Name = "labelControlMonth";
     this.labelControlMonth.Size = new System.Drawing.Size(50, 13);
     this.labelControlMonth.TabIndex = 354;
     this.labelControlMonth.Text = "เดือน";
     //
     // labelDaily
     //
     this.labelDaily.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelDaily.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelDaily.Location = new System.Drawing.Point(233, 86);
     this.labelDaily.Margin = new System.Windows.Forms.Padding(0);
     this.labelDaily.Name = "labelDaily";
     this.labelDaily.Size = new System.Drawing.Size(144, 13);
     this.labelDaily.TabIndex = 354;
     this.labelDaily.Text = "จำนวนวัน :";
     //
     // labelControlMinimum
     //
     this.labelControlMinimum.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlMinimum.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMinimum.Location = new System.Drawing.Point(233, 61);
     this.labelControlMinimum.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlMinimum.Name = "labelControlMinimum";
     this.labelControlMinimum.Size = new System.Drawing.Size(144, 13);
     this.labelControlMinimum.TabIndex = 354;
     this.labelControlMinimum.Text = "ระยะเวลาเช่าขั้นต่ำ :";
     //
     // labelControlRentType
     //
     this.labelControlRentType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRentType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRentType.Location = new System.Drawing.Point(5, 61);
     this.labelControlRentType.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlRentType.Name = "labelControlRentType";
     this.labelControlRentType.Size = new System.Drawing.Size(99, 13);
     this.labelControlRentType.TabIndex = 354;
     this.labelControlRentType.Text = "ประเภทการเช่า :";
     //
     // labelControlContractDate
     //
     this.labelControlContractDate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlContractDate.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlContractDate.Location = new System.Drawing.Point(233, 36);
     this.labelControlContractDate.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlContractDate.Name = "labelControlContractDate";
     this.labelControlContractDate.Size = new System.Drawing.Size(144, 13);
     this.labelControlContractDate.TabIndex = 354;
     this.labelControlContractDate.Text = "วันที่ทำสัญญา :";
     //
     // textEditDaily
     //
     this.textEditDaily.EditValue = "";
     this.textEditDaily.Enabled = false;
     this.textEditDaily.Location = new System.Drawing.Point(380, 79);
     this.textEditDaily.Name = "textEditDaily";
     this.textEditDaily.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditDaily.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditDaily.Properties.Mask.BeepOnError = true;
     this.textEditDaily.Properties.Mask.EditMask = "([0-9]){1,2}";
     this.textEditDaily.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditDaily.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditDaily.Properties.MaxLength = 2;
     this.textEditDaily.Properties.NullText = "0";
     this.textEditDaily.Properties.NullValuePrompt = "0";
     this.textEditDaily.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditDaily.Size = new System.Drawing.Size(156, 20);
     this.textEditDaily.TabIndex = 353;
     //
     // labelControlContractNo
     //
     this.labelControlContractNo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlContractNo.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlContractNo.Location = new System.Drawing.Point(5, 36);
     this.labelControlContractNo.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlContractNo.Name = "labelControlContractNo";
     this.labelControlContractNo.Size = new System.Drawing.Size(99, 13);
     this.labelControlContractNo.TabIndex = 354;
     this.labelControlContractNo.Text = "เลขที่สัญญา :";
     //
     // textEditMinimum
     //
     this.textEditMinimum.EditValue = "0";
     this.textEditMinimum.Enabled = false;
     this.textEditMinimum.Location = new System.Drawing.Point(380, 54);
     this.textEditMinimum.Name = "textEditMinimum";
     this.textEditMinimum.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditMinimum.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditMinimum.Properties.Mask.BeepOnError = true;
     this.textEditMinimum.Properties.Mask.EditMask = "([0-9]){1,2}";
     this.textEditMinimum.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditMinimum.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditMinimum.Properties.MaxLength = 2;
     this.textEditMinimum.Properties.NullText = "0";
     this.textEditMinimum.Properties.NullValuePrompt = "0";
     this.textEditMinimum.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditMinimum.Size = new System.Drawing.Size(156, 20);
     this.textEditMinimum.TabIndex = 353;
     //
     // textEditBooking
     //
     this.textEditBooking.EditValue = "0.00";
     this.textEditBooking.Enabled = false;
     this.textEditBooking.Location = new System.Drawing.Point(107, 79);
     this.textEditBooking.Name = "textEditBooking";
     this.textEditBooking.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditBooking.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditBooking.Properties.DisplayFormat.FormatString = "n2";
     this.textEditBooking.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditBooking.Properties.EditFormat.FormatString = "n2";
     this.textEditBooking.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditBooking.Properties.Mask.BeepOnError = true;
     this.textEditBooking.Properties.Mask.EditMask = "0*([0-9]{1,6}|1000000)|0*([0-9]{1,6}|100000)\\.([0-9]){2}";
     this.textEditBooking.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditBooking.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditBooking.Properties.NullText = "0.00";
     this.textEditBooking.Properties.NullValuePrompt = "0.00";
     this.textEditBooking.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditBooking.Size = new System.Drawing.Size(123, 20);
     this.textEditBooking.TabIndex = 353;
     //
     // textEditContractNo
     //
     this.textEditContractNo.EditValue = "";
     this.textEditContractNo.Enabled = false;
     this.textEditContractNo.Location = new System.Drawing.Point(107, 29);
     this.textEditContractNo.Name = "textEditContractNo";
     this.textEditContractNo.Size = new System.Drawing.Size(123, 20);
     this.textEditContractNo.TabIndex = 353;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.textEditTenantID);
     this.panelControl1.Controls.Add(this.textEditRoomId);
     this.panelControl1.Controls.Add(this.textEditRoomCode);
     this.panelControl1.Controls.Add(this.bttPrint);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 468);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(610, 66);
     this.panelControl1.TabIndex = 76;
     //
     // textEditTenantID
     //
     this.textEditTenantID.EditValue = "";
     this.textEditTenantID.Enabled = false;
     this.textEditTenantID.Location = new System.Drawing.Point(135, 32);
     this.textEditTenantID.Name = "textEditTenantID";
     this.textEditTenantID.Size = new System.Drawing.Size(28, 20);
     this.textEditTenantID.TabIndex = 365;
     this.textEditTenantID.Visible = false;
     //
     // textEditRoomId
     //
     this.textEditRoomId.EditValue = "";
     this.textEditRoomId.Enabled = false;
     this.textEditRoomId.Location = new System.Drawing.Point(101, 32);
     this.textEditRoomId.Name = "textEditRoomId";
     this.textEditRoomId.Size = new System.Drawing.Size(28, 20);
     this.textEditRoomId.TabIndex = 365;
     this.textEditRoomId.Visible = false;
     //
     // textEditRoomCode
     //
     this.textEditRoomCode.EditValue = "";
     this.textEditRoomCode.Enabled = false;
     this.textEditRoomCode.Location = new System.Drawing.Point(101, 6);
     this.textEditRoomCode.Name = "textEditRoomCode";
     this.textEditRoomCode.Size = new System.Drawing.Size(50, 20);
     this.textEditRoomCode.TabIndex = 360;
     this.textEditRoomCode.Visible = false;
     //
     // bttPrint
     //
     this.bttPrint.Enabled = false;
     this.bttPrint.Image = global::DXWindowsApplication2.Properties.Resources.print;
     this.bttPrint.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttPrint.Location = new System.Drawing.Point(5, 6);
     this.bttPrint.Name = "bttPrint";
     this.bttPrint.Size = new System.Drawing.Size(90, 54);
     this.bttPrint.TabIndex = 357;
     this.bttPrint.Text = "พิมพ์สัญญาเช่า";
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(383, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(535, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(459, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     //
     // RoomCheckin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Name = "RoomCheckin";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1173, 548);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).EndInit();
     this.groupControlList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupExpense)).EndInit();
     this.groupExpense.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlExpense)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupRoomInfo)).EndInit();
     this.groupRoomInfo.ResumeLayout(false);
     this.groupBoxValue.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeterId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeterId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartMeter)).EndInit();
     this.groupControlStartMeter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartDate)).EndInit();
     this.groupControlStartDate.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneMeter.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneMeter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWaterMeter.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWaterMeter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditElectricMeter.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditElectricMeter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMonthlyRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInsurance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAdvance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditFloorId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditRoomTypeId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditBuildingId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).EndInit();
     this.groupControlRental.ResumeLayout(false);
     this.groupControlRental.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDistrict.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditProvince.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupOccupie)).EndInit();
     this.groupOccupie.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoommate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPrefix.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthDay.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthDay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAddress.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCarLicence.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIDCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSurname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPostcode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlMoveIn)).EndInit();
     this.groupControlMoveIn.ResumeLayout(false);
     this.groupControlMoveIn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditContractType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDaily.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMinimum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditBooking.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomCode.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()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.grpGroup = new DevExpress.XtraEditors.GroupControl();
     this.grdGroup = new DevExpress.XtraGrid.GridControl();
     this.grdvGroup = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGroupName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnXoa = new System.Windows.Forms.Button();
     this.btnThem = new System.Windows.Forms.Button();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.grpModule = new DevExpress.XtraEditors.GroupControl();
     this.grdModule = new DevExpress.XtraGrid.GridControl();
     this.grdvModule = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colModuId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colModule = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCheck = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chk_grdChecked = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.btnUpdateGroupModule = new System.Windows.Forms.Button();
     this.grpFunction = new DevExpress.XtraEditors.GroupControl();
     this.grdFunction = new DevExpress.XtraGrid.GridControl();
     this.grdvFunction = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colModuleName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFunction = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colModuleID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFunctionID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colValue = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chk_grdValue = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.btnCapNhat = new System.Windows.Forms.Button();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpGroup)).BeginInit();
     this.grpGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvGroup)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpModule)).BeginInit();
     this.grpModule.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdModule)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvModule)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_grdChecked)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpFunction)).BeginInit();
     this.grpFunction.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFunction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvFunction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_grdValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // gridView3
     //
     this.gridView3.Name = "gridView3";
     //
     // 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.grpGroup);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1288, 619);
     this.splitContainerControl1.SplitterPosition = 435;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // grpGroup
     //
     this.grpGroup.Controls.Add(this.grdGroup);
     this.grpGroup.Controls.Add(this.panelControl1);
     this.grpGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grpGroup.Location = new System.Drawing.Point(0, 0);
     this.grpGroup.Name = "grpGroup";
     this.grpGroup.Size = new System.Drawing.Size(435, 619);
     this.grpGroup.TabIndex = 0;
     this.grpGroup.Text = "Danh sách nhóm sử dụng";
     //
     // grdGroup
     //
     this.grdGroup.Dock = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode2.RelationName = "Level1";
     this.grdGroup.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     this.grdGroup.Location = new System.Drawing.Point(2, 21);
     this.grdGroup.MainView = this.grdvGroup;
     this.grdGroup.Name = "grdGroup";
     this.grdGroup.Size = new System.Drawing.Size(431, 534);
     this.grdGroup.TabIndex = 1;
     this.grdGroup.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdvGroup});
     this.grdGroup.Click += new System.EventHandler(this.grdGroup_Click);
     //
     // grdvGroup
     //
     this.grdvGroup.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colGroupID,
     this.colGroupName});
     this.grdvGroup.GridControl = this.grdGroup;
     this.grdvGroup.Name = "grdvGroup";
     this.grdvGroup.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvGroup.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvGroup.OptionsBehavior.Editable = false;
     this.grdvGroup.OptionsBehavior.ReadOnly = true;
     this.grdvGroup.OptionsView.ShowGroupPanel = false;
     this.grdvGroup.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.grdvGroup_FocusedRowChanged);
     //
     // colGroupID
     //
     this.colGroupID.Caption = "Mã nhóm";
     this.colGroupID.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colGroupID.FieldName = "GROUPID";
     this.colGroupID.Name = "colGroupID";
     this.colGroupID.Visible = true;
     this.colGroupID.VisibleIndex = 0;
     this.colGroupID.Width = 98;
     //
     // colGroupName
     //
     this.colGroupName.Caption = "Tên nhóm";
     this.colGroupName.FieldName = "GROUPNAME";
     this.colGroupName.Name = "colGroupName";
     this.colGroupName.Visible = true;
     this.colGroupName.VisibleIndex = 1;
     this.colGroupName.Width = 446;
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.btnXoa);
     this.panelControl1.Controls.Add(this.btnThem);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(2, 555);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(431, 62);
     this.panelControl1.TabIndex = 0;
     //
     // btnXoa
     //
     this.btnXoa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnXoa.Location = new System.Drawing.Point(308, 12);
     this.btnXoa.Name = "btnXoa";
     this.btnXoa.Size = new System.Drawing.Size(75, 34);
     this.btnXoa.TabIndex = 0;
     this.btnXoa.Text = "Xóa";
     this.btnXoa.UseVisualStyleBackColor = true;
     this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
     //
     // btnThem
     //
     this.btnThem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnThem.Location = new System.Drawing.Point(208, 12);
     this.btnThem.Name = "btnThem";
     this.btnThem.Size = new System.Drawing.Size(75, 34);
     this.btnThem.TabIndex = 0;
     this.btnThem.Text = "Thêm";
     this.btnThem.UseVisualStyleBackColor = true;
     this.btnThem.Click += new System.EventHandler(this.btnThem_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.grpModule);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.grpFunction);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(848, 619);
     this.splitContainerControl2.SplitterPosition = 352;
     this.splitContainerControl2.TabIndex = 0;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // grpModule
     //
     this.grpModule.Controls.Add(this.grdModule);
     this.grpModule.Controls.Add(this.panelControl3);
     this.grpModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grpModule.Location = new System.Drawing.Point(0, 0);
     this.grpModule.Name = "grpModule";
     this.grpModule.Size = new System.Drawing.Size(352, 619);
     this.grpModule.TabIndex = 1;
     this.grpModule.Text = "Quyền sử dụng của nhóm";
     //
     // grdModule
     //
     this.grdModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdModule.Location = new System.Drawing.Point(2, 21);
     this.grdModule.MainView = this.grdvModule;
     this.grdModule.Name = "grdModule";
     this.grdModule.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.chk_grdChecked});
     this.grdModule.Size = new System.Drawing.Size(348, 534);
     this.grdModule.TabIndex = 1;
     this.grdModule.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdvModule});
     //
     // grdvModule
     //
     this.grdvModule.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colModuId,
     this.colModule,
     this.colCheck});
     this.grdvModule.GridControl = this.grdModule;
     this.grdvModule.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Value", this.colCheck, "(Số quyền được cấp: {0:n0})")});
     this.grdvModule.Name = "grdvModule";
     this.grdvModule.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvModule.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvModule.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
     this.grdvModule.OptionsCustomization.AllowColumnMoving = false;
     this.grdvModule.OptionsCustomization.AllowFilter = false;
     this.grdvModule.OptionsCustomization.AllowGroup = false;
     this.grdvModule.OptionsCustomization.AllowQuickHideColumns = false;
     this.grdvModule.OptionsFind.AlwaysVisible = true;
     this.grdvModule.OptionsView.ShowGroupPanel = false;
     //
     // colModuId
     //
     this.colModuId.Caption = "Module";
     this.colModuId.FieldName = "ModuleID";
     this.colModuId.Name = "colModuId";
     //
     // colModule
     //
     this.colModule.Caption = "Chức năng";
     this.colModule.FieldName = "ModuleName";
     this.colModule.Name = "colModule";
     this.colModule.OptionsColumn.AllowEdit = false;
     this.colModule.OptionsColumn.ReadOnly = true;
     this.colModule.Visible = true;
     this.colModule.VisibleIndex = 0;
     this.colModule.Width = 205;
     //
     // colCheck
     //
     this.colCheck.Caption = "Chọn";
     this.colCheck.ColumnEdit = this.chk_grdChecked;
     this.colCheck.FieldName = "Value";
     this.colCheck.Name = "colCheck";
     this.colCheck.UnboundExpression = "False";
     this.colCheck.Visible = true;
     this.colCheck.VisibleIndex = 1;
     this.colCheck.Width = 108;
     //
     // chk_grdChecked
     //
     this.chk_grdChecked.AutoHeight = false;
     this.chk_grdChecked.Name = "chk_grdChecked";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.btnUpdateGroupModule);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(2, 555);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(348, 62);
     this.panelControl3.TabIndex = 0;
     //
     // btnUpdateGroupModule
     //
     this.btnUpdateGroupModule.Location = new System.Drawing.Point(37, 12);
     this.btnUpdateGroupModule.Name = "btnUpdateGroupModule";
     this.btnUpdateGroupModule.Size = new System.Drawing.Size(75, 34);
     this.btnUpdateGroupModule.TabIndex = 0;
     this.btnUpdateGroupModule.Text = "Cập nhật";
     this.btnUpdateGroupModule.UseVisualStyleBackColor = true;
     this.btnUpdateGroupModule.Click += new System.EventHandler(this.btnUpdateGroupModule_Click);
     //
     // grpFunction
     //
     this.grpFunction.Controls.Add(this.grdFunction);
     this.grpFunction.Controls.Add(this.panelControl2);
     this.grpFunction.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grpFunction.Location = new System.Drawing.Point(0, 0);
     this.grpFunction.Name = "grpFunction";
     this.grpFunction.Size = new System.Drawing.Size(491, 619);
     this.grpFunction.TabIndex = 1;
     this.grpFunction.Text = "Quyền sử dụng của nhóm";
     //
     // grdFunction
     //
     this.grdFunction.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdFunction.Location = new System.Drawing.Point(2, 21);
     this.grdFunction.MainView = this.grdvFunction;
     this.grdFunction.Name = "grdFunction";
     this.grdFunction.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.chk_grdValue});
     this.grdFunction.Size = new System.Drawing.Size(487, 534);
     this.grdFunction.TabIndex = 1;
     this.grdFunction.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.grdvFunction});
     //
     // grdvFunction
     //
     this.grdvFunction.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colModuleName,
     this.colFunction,
     this.colModuleID,
     this.colFunctionID,
     this.colValue});
     this.grdvFunction.GridControl = this.grdFunction;
     this.grdvFunction.GroupCount = 1;
     this.grdvFunction.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Value", null, "-----Số quyền được cấp: {0:n0}")});
     this.grdvFunction.Name = "grdvFunction";
     this.grdvFunction.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvFunction.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.grdvFunction.OptionsBehavior.AllowFixedGroups = DevExpress.Utils.DefaultBoolean.False;
     this.grdvFunction.OptionsCustomization.AllowColumnMoving = false;
     this.grdvFunction.OptionsCustomization.AllowFilter = false;
     this.grdvFunction.OptionsCustomization.AllowGroup = false;
     this.grdvFunction.OptionsCustomization.AllowQuickHideColumns = false;
     this.grdvFunction.OptionsFind.AlwaysVisible = true;
     this.grdvFunction.OptionsView.ShowGroupPanel = false;
     this.grdvFunction.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colModuleName, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // colModuleName
     //
     this.colModuleName.Caption = "Module";
     this.colModuleName.FieldName = "ModuleName";
     this.colModuleName.Name = "colModuleName";
     this.colModuleName.Visible = true;
     this.colModuleName.VisibleIndex = 0;
     //
     // colFunction
     //
     this.colFunction.Caption = "Chức năng";
     this.colFunction.FieldName = "FunctionName";
     this.colFunction.Name = "colFunction";
     this.colFunction.OptionsColumn.AllowEdit = false;
     this.colFunction.OptionsColumn.ReadOnly = true;
     this.colFunction.Visible = true;
     this.colFunction.VisibleIndex = 0;
     //
     // colModuleID
     //
     this.colModuleID.Caption = "gridColumn1";
     this.colModuleID.FieldName = "ModuleID";
     this.colModuleID.Name = "colModuleID";
     //
     // colFunctionID
     //
     this.colFunctionID.Caption = "gridColumn1";
     this.colFunctionID.FieldName = "FunctionID";
     this.colFunctionID.Name = "colFunctionID";
     //
     // colValue
     //
     this.colValue.Caption = "Chọn";
     this.colValue.ColumnEdit = this.chk_grdValue;
     this.colValue.FieldName = "Value";
     this.colValue.Name = "colValue";
     this.colValue.UnboundExpression = "False";
     this.colValue.Visible = true;
     this.colValue.VisibleIndex = 1;
     //
     // chk_grdValue
     //
     this.chk_grdValue.AutoHeight = false;
     this.chk_grdValue.Name = "chk_grdValue";
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.btnCapNhat);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(2, 555);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(487, 62);
     this.panelControl2.TabIndex = 0;
     //
     // btnCapNhat
     //
     this.btnCapNhat.Location = new System.Drawing.Point(37, 12);
     this.btnCapNhat.Name = "btnCapNhat";
     this.btnCapNhat.Size = new System.Drawing.Size(75, 34);
     this.btnCapNhat.TabIndex = 0;
     this.btnCapNhat.Text = "Cập nhật";
     this.btnCapNhat.UseVisualStyleBackColor = true;
     this.btnCapNhat.Click += new System.EventHandler(this.btnCapNhat_Click);
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // usrGroup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "usrGroup";
     this.Size = new System.Drawing.Size(1288, 619);
     this.Load += new System.EventHandler(this.Group_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpGroup)).EndInit();
     this.grpGroup.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvGroup)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpModule)).EndInit();
     this.grpModule.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdModule)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvModule)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_grdChecked)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpFunction)).EndInit();
     this.grpFunction.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdFunction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdvFunction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chk_grdValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(musteriListeForm));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.btnListele = new DevExpress.XtraEditors.SimpleButton();
     this.btnAra = new DevExpress.XtraEditors.SimpleButton();
     this.txtSoyad = new DevExpress.XtraEditors.TextEdit();
     this.labelSoyad = new DevExpress.XtraEditors.LabelControl();
     this.txtAd = new DevExpress.XtraEditors.TextEdit();
     this.labelAd = new DevExpress.XtraEditors.LabelControl();
     this.txtTC = new DevExpress.XtraEditors.TextEdit();
     this.labelTC = new DevExpress.XtraEditors.LabelControl();
     this.gridMusteriList = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TCKN = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Ad = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Soyad = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Cinsiyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DogumYeri = new DevExpress.XtraGrid.Columns.GridColumn();
     this.DogumTarih = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CepTel = new DevExpress.XtraGrid.Columns.GridColumn();
     ((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.txtSoyad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTC.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMusteriList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.xtraTabControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridMusteriList);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(899, 363);
     this.splitContainerControl1.SplitterPosition = 185;
     this.splitContainerControl1.TabIndex = 0;
     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(185, 363);
     this.xtraTabControl1.TabIndex = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1});
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Appearance.Header.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.xtraTabPage1.Appearance.Header.Options.UseFont = true;
     this.xtraTabPage1.Controls.Add(this.btnListele);
     this.xtraTabPage1.Controls.Add(this.btnAra);
     this.xtraTabPage1.Controls.Add(this.txtSoyad);
     this.xtraTabPage1.Controls.Add(this.labelSoyad);
     this.xtraTabPage1.Controls.Add(this.txtAd);
     this.xtraTabPage1.Controls.Add(this.labelAd);
     this.xtraTabPage1.Controls.Add(this.txtTC);
     this.xtraTabPage1.Controls.Add(this.labelTC);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(178, 329);
     this.xtraTabPage1.Text = "Müşteri";
     //
     // btnListele
     //
     this.btnListele.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.btnListele.Appearance.Options.UseFont = true;
     this.btnListele.Image = ((System.Drawing.Image)(resources.GetObject("btnListele.Image")));
     this.btnListele.Location = new System.Drawing.Point(11, 231);
     this.btnListele.Name = "btnListele";
     this.btnListele.Size = new System.Drawing.Size(162, 42);
     this.btnListele.TabIndex = 7;
     this.btnListele.Text = "Tümünü Listele";
     this.btnListele.Click += new System.EventHandler(this.btnListele_Click);
     //
     // btnAra
     //
     this.btnAra.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.btnAra.Appearance.Options.UseFont = true;
     this.btnAra.Image = ((System.Drawing.Image)(resources.GetObject("btnAra.Image")));
     this.btnAra.Location = new System.Drawing.Point(11, 183);
     this.btnAra.Name = "btnAra";
     this.btnAra.Size = new System.Drawing.Size(162, 42);
     this.btnAra.TabIndex = 6;
     this.btnAra.Text = "Ara";
     this.btnAra.Click += new System.EventHandler(this.btnAra_Click);
     //
     // txtSoyad
     //
     this.txtSoyad.Location = new System.Drawing.Point(11, 154);
     this.txtSoyad.Name = "txtSoyad";
     this.txtSoyad.Size = new System.Drawing.Size(162, 22);
     this.txtSoyad.TabIndex = 5;
     //
     // labelSoyad
     //
     this.labelSoyad.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.labelSoyad.Location = new System.Drawing.Point(11, 132);
     this.labelSoyad.Name = "labelSoyad";
     this.labelSoyad.Size = new System.Drawing.Size(106, 16);
     this.labelSoyad.TabIndex = 4;
     this.labelSoyad.Text = "Müşteri Soyad : ";
     //
     // txtAd
     //
     this.txtAd.Location = new System.Drawing.Point(11, 104);
     this.txtAd.Name = "txtAd";
     this.txtAd.Size = new System.Drawing.Size(162, 22);
     this.txtAd.TabIndex = 3;
     //
     // labelAd
     //
     this.labelAd.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.labelAd.Location = new System.Drawing.Point(11, 80);
     this.labelAd.Name = "labelAd";
     this.labelAd.Size = new System.Drawing.Size(84, 16);
     this.labelAd.TabIndex = 2;
     this.labelAd.Text = "Müşteri Ad : ";
     //
     // txtTC
     //
     this.txtTC.Location = new System.Drawing.Point(11, 52);
     this.txtTC.Name = "txtTC";
     this.txtTC.Size = new System.Drawing.Size(162, 22);
     this.txtTC.TabIndex = 1;
     //
     // labelTC
     //
     this.labelTC.Appearance.Font = new System.Drawing.Font("Tahoma", 7.8F, System.Drawing.FontStyle.Bold);
     this.labelTC.Location = new System.Drawing.Point(11, 30);
     this.labelTC.Name = "labelTC";
     this.labelTC.Size = new System.Drawing.Size(125, 16);
     this.labelTC.TabIndex = 0;
     this.labelTC.Text = "TCKN / Müşteri No :";
     //
     // gridMusteriList
     //
     this.gridMusteriList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridMusteriList.Location = new System.Drawing.Point(0, 0);
     this.gridMusteriList.MainView = this.gridView1;
     this.gridMusteriList.Name = "gridMusteriList";
     this.gridMusteriList.Size = new System.Drawing.Size(708, 363);
     this.gridMusteriList.TabIndex = 0;
     this.gridMusteriList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.ID,
     this.TCKN,
     this.Ad,
     this.Soyad,
     this.Cinsiyet,
     this.DogumYeri,
     this.DogumTarih,
     this.CepTel});
     this.gridView1.GridControl = this.gridMusteriList;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // ID
     //
     this.ID.Caption = "ID";
     this.ID.FieldName = "ID";
     this.ID.Name = "ID";
     this.ID.OptionsColumn.AllowEdit = false;
     this.ID.OptionsColumn.AllowFocus = false;
     this.ID.OptionsColumn.FixedWidth = true;
     //
     // TCKN
     //
     this.TCKN.Caption = "TCKN / Müşteri No";
     this.TCKN.FieldName = "TCKN";
     this.TCKN.Name = "TCKN";
     this.TCKN.Visible = true;
     this.TCKN.VisibleIndex = 0;
     this.TCKN.Width = 120;
     //
     // Ad
     //
     this.Ad.Caption = "Ad";
     this.Ad.FieldName = "Ad";
     this.Ad.Name = "Ad";
     this.Ad.Visible = true;
     this.Ad.VisibleIndex = 1;
     this.Ad.Width = 87;
     //
     // Soyad
     //
     this.Soyad.Caption = "Soyad";
     this.Soyad.FieldName = "Soyad";
     this.Soyad.Name = "Soyad";
     this.Soyad.Visible = true;
     this.Soyad.VisibleIndex = 2;
     this.Soyad.Width = 87;
     //
     // Cinsiyet
     //
     this.Cinsiyet.Caption = "Cinsiyet";
     this.Cinsiyet.FieldName = "Cinsiyet";
     this.Cinsiyet.Name = "Cinsiyet";
     this.Cinsiyet.Visible = true;
     this.Cinsiyet.VisibleIndex = 3;
     this.Cinsiyet.Width = 87;
     //
     // DogumYeri
     //
     this.DogumYeri.Caption = "Doğum Yeri";
     this.DogumYeri.FieldName = "DogumYeri";
     this.DogumYeri.Name = "DogumYeri";
     this.DogumYeri.Visible = true;
     this.DogumYeri.VisibleIndex = 4;
     this.DogumYeri.Width = 87;
     //
     // DogumTarih
     //
     this.DogumTarih.Caption = "Doğum Tarihi";
     this.DogumTarih.FieldName = "DogumTarih";
     this.DogumTarih.Name = "DogumTarih";
     this.DogumTarih.Visible = true;
     this.DogumTarih.VisibleIndex = 5;
     this.DogumTarih.Width = 87;
     //
     // CepTel
     //
     this.CepTel.Caption = "Cep Telefonu";
     this.CepTel.FieldName = "CepTel";
     this.CepTel.Name = "CepTel";
     this.CepTel.Visible = true;
     this.CepTel.VisibleIndex = 6;
     this.CepTel.Width = 95;
     //
     // musteriListeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(899, 363);
     this.Controls.Add(this.splitContainerControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "musteriListeForm";
     this.Text = "Müşteri Listesi";
     this.Load += new System.EventHandler(this.musteriListeForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSoyad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTC.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMusteriList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControl_BusinessInfo = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControlCompanyName = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlPolicy = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRegisterNo = new DevExpress.XtraEditors.LabelControl();
     this.labelControlOwnerName = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTaxLicenceNo = new DevExpress.XtraEditors.LabelControl();
     this.labelControlWebSite = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlFax = new DevExpress.XtraEditors.LabelControl();
     this.labelControlAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTelephone = new DevExpress.XtraEditors.LabelControl();
     this.labelControlEmail = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.richTextBox_Notice = new System.Windows.Forms.RichTextBox();
     this.textEditSouceLogoPath = new DevExpress.XtraEditors.TextEdit();
     this.textEditOldLogoPath = new DevExpress.XtraEditors.TextEdit();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.textEditLogoPath = new DevExpress.XtraEditors.TextEdit();
     this.pictureEditLogo = new DevExpress.XtraEditors.PictureEdit();
     this.textEditId = new DevExpress.XtraEditors.TextEdit();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.labelControlLogo = new DevExpress.XtraEditors.LabelControl();
     this.textEditCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.textEditVision = new DevExpress.XtraEditors.TextEdit();
     this.textEditOwnerName = new DevExpress.XtraEditors.TextEdit();
     this.textEditIdCard = new DevExpress.XtraEditors.TextEdit();
     this.textEditEmail = new DevExpress.XtraEditors.TextEdit();
     this.bttBrowse = new DevExpress.XtraEditors.SimpleButton();
     this.bttRemove = new DevExpress.XtraEditors.SimpleButton();
     this.textEditCorporate = new DevExpress.XtraEditors.TextEdit();
     this.textEditWebSite = new DevExpress.XtraEditors.TextEdit();
     this.textEditTelephone = new DevExpress.XtraEditors.TextEdit();
     this.textEditFax = new DevExpress.XtraEditors.TextEdit();
     this.memoEditAddress = new DevExpress.XtraEditors.MemoEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControl_BusinessList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlCompany = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.company_company_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_address = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_telephone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_fax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_email = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_website = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_idcard = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_corporate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_owner_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_vision = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessInfo)).BeginInit();
     this.groupControl_BusinessInfo.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSouceLogoPath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditOldLogoPath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditVision.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditOwnerName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIdCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCorporate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWebSite.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTelephone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditFax.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditAddress.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).BeginInit();
     this.groupControl_BusinessList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControl_BusinessInfo);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(770, 488);
     this.panelControl3.TabIndex = 12;
     //
     // groupControl_BusinessInfo
     //
     this.groupControl_BusinessInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControl_BusinessInfo.AppearanceCaption.Options.UseFont = true;
     this.groupControl_BusinessInfo.Controls.Add(this.xtraScrollableControl1);
     this.groupControl_BusinessInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl_BusinessInfo.Location = new System.Drawing.Point(0, 0);
     this.groupControl_BusinessInfo.Name = "groupControl_BusinessInfo";
     this.groupControl_BusinessInfo.Size = new System.Drawing.Size(770, 488);
     this.groupControl_BusinessInfo.TabIndex = 0;
     this.groupControl_BusinessInfo.Text = "ข้อมูลกิจการ";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.xtraScrollableControl1.Appearance.Options.UseBackColor = true;
     this.xtraScrollableControl1.Controls.Add(this.tableLayoutPanel1);
     this.xtraScrollableControl1.Controls.Add(this.labelControlRequired);
     this.xtraScrollableControl1.Controls.Add(this.richTextBox_Notice);
     this.xtraScrollableControl1.Controls.Add(this.textEditSouceLogoPath);
     this.xtraScrollableControl1.Controls.Add(this.textEditOldLogoPath);
     this.xtraScrollableControl1.Controls.Add(this.bttDelete);
     this.xtraScrollableControl1.Controls.Add(this.bttAdd);
     this.xtraScrollableControl1.Controls.Add(this.bttEdit);
     this.xtraScrollableControl1.Controls.Add(this.textEditLogoPath);
     this.xtraScrollableControl1.Controls.Add(this.pictureEditLogo);
     this.xtraScrollableControl1.Controls.Add(this.textEditId);
     this.xtraScrollableControl1.Controls.Add(this.bttCancel);
     this.xtraScrollableControl1.Controls.Add(this.bttSave);
     this.xtraScrollableControl1.Controls.Add(this.labelControlLogo);
     this.xtraScrollableControl1.Controls.Add(this.textEditCompanyName);
     this.xtraScrollableControl1.Controls.Add(this.textEditVision);
     this.xtraScrollableControl1.Controls.Add(this.textEditOwnerName);
     this.xtraScrollableControl1.Controls.Add(this.textEditIdCard);
     this.xtraScrollableControl1.Controls.Add(this.textEditEmail);
     this.xtraScrollableControl1.Controls.Add(this.bttBrowse);
     this.xtraScrollableControl1.Controls.Add(this.bttRemove);
     this.xtraScrollableControl1.Controls.Add(this.textEditCorporate);
     this.xtraScrollableControl1.Controls.Add(this.textEditWebSite);
     this.xtraScrollableControl1.Controls.Add(this.textEditTelephone);
     this.xtraScrollableControl1.Controls.Add(this.textEditFax);
     this.xtraScrollableControl1.Controls.Add(this.memoEditAddress);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(766, 464);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     this.tableLayoutPanel1.Controls.Add(this.labelControlCompanyName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl3, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlPolicy, 1, 9);
     this.tableLayoutPanel1.Controls.Add(this.labelControlRegisterNo, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.labelControlOwnerName, 1, 8);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControlTaxLicenceNo, 1, 7);
     this.tableLayoutPanel1.Controls.Add(this.labelControlWebSite, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.labelControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlFax, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControlAddress, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControlTelephone, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlEmail, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.labelControl4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl5, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControl7, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl8, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.labelControl9, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.labelControl10, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.labelControl11, 2, 7);
     this.tableLayoutPanel1.Controls.Add(this.labelControl12, 2, 8);
     this.tableLayoutPanel1.Controls.Add(this.labelControl13, 2, 9);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 11;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.90076F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77.09924F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(143, 363);
     this.tableLayoutPanel1.TabIndex = 372;
     //
     // labelControlCompanyName
     //
     this.labelControlCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlCompanyName.Location = new System.Drawing.Point(76, 3);
     this.labelControlCompanyName.Name = "labelControlCompanyName";
     this.labelControlCompanyName.Size = new System.Drawing.Size(51, 13);
     this.labelControlCompanyName.TabIndex = 359;
     this.labelControlCompanyName.Text = "ชื่อกิจการ :";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(3, 134);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 368;
     this.labelControl3.Text = "*";
     //
     // labelControlPolicy
     //
     this.labelControlPolicy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlPolicy.Location = new System.Drawing.Point(26, 313);
     this.labelControlPolicy.Name = "labelControlPolicy";
     this.labelControlPolicy.Size = new System.Drawing.Size(101, 13);
     this.labelControlPolicy.TabIndex = 364;
     this.labelControlPolicy.Text = "นโยบายอพาร์ทเม้นท์ :";
     //
     // labelControlRegisterNo
     //
     this.labelControlRegisterNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlRegisterNo.Location = new System.Drawing.Point(23, 237);
     this.labelControlRegisterNo.Name = "labelControlRegisterNo";
     this.labelControlRegisterNo.Size = new System.Drawing.Size(104, 13);
     this.labelControlRegisterNo.TabIndex = 370;
     this.labelControlRegisterNo.Text = "เลขทะเบียนนิติบุคคล :";
     //
     // labelControlOwnerName
     //
     this.labelControlOwnerName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlOwnerName.Location = new System.Drawing.Point(42, 288);
     this.labelControlOwnerName.Name = "labelControlOwnerName";
     this.labelControlOwnerName.Size = new System.Drawing.Size(85, 13);
     this.labelControlOwnerName.TabIndex = 363;
     this.labelControlOwnerName.Text = "ชื่อเจ้าของกิจการ :";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(3, 33);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 367;
     this.labelControl2.Text = "*";
     //
     // labelControlTaxLicenceNo
     //
     this.labelControlTaxLicenceNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlTaxLicenceNo.Location = new System.Drawing.Point(18, 264);
     this.labelControlTaxLicenceNo.Name = "labelControlTaxLicenceNo";
     this.labelControlTaxLicenceNo.Size = new System.Drawing.Size(109, 13);
     this.labelControlTaxLicenceNo.TabIndex = 362;
     this.labelControlTaxLicenceNo.Text = "เลขประจำตัวผู้เสียภาษี :";
     //
     // labelControlWebSite
     //
     this.labelControlWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlWebSite.Location = new System.Drawing.Point(83, 211);
     this.labelControlWebSite.Name = "labelControlWebSite";
     this.labelControlWebSite.Size = new System.Drawing.Size(44, 13);
     this.labelControlWebSite.TabIndex = 369;
     this.labelControlWebSite.Text = "เว็บไซต์ :";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(3, 3);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 366;
     this.labelControl1.Text = "*";
     //
     // labelControlFax
     //
     this.labelControlFax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlFax.Location = new System.Drawing.Point(91, 160);
     this.labelControlFax.Name = "labelControlFax";
     this.labelControlFax.Size = new System.Drawing.Size(36, 13);
     this.labelControlFax.TabIndex = 368;
     this.labelControlFax.Text = "แฟกซ์ :";
     //
     // labelControlAddress
     //
     this.labelControlAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlAddress.Location = new System.Drawing.Point(99, 33);
     this.labelControlAddress.Name = "labelControlAddress";
     this.labelControlAddress.Size = new System.Drawing.Size(28, 13);
     this.labelControlAddress.TabIndex = 359;
     this.labelControlAddress.Text = "ที่อยู่ :";
     //
     // labelControlTelephone
     //
     this.labelControlTelephone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlTelephone.Location = new System.Drawing.Point(80, 134);
     this.labelControlTelephone.Name = "labelControlTelephone";
     this.labelControlTelephone.Size = new System.Drawing.Size(47, 13);
     this.labelControlTelephone.TabIndex = 360;
     this.labelControlTelephone.Text = "โทรศัพท์ :";
     //
     // labelControlEmail
     //
     this.labelControlEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlEmail.Location = new System.Drawing.Point(95, 185);
     this.labelControlEmail.Name = "labelControlEmail";
     this.labelControlEmail.Size = new System.Drawing.Size(32, 13);
     this.labelControlEmail.TabIndex = 361;
     this.labelControlEmail.Text = "อีเมล์ :";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(133, 3);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(4, 13);
     this.labelControl4.TabIndex = 372;
     this.labelControl4.Text = ":";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(133, 33);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(4, 13);
     this.labelControl5.TabIndex = 372;
     this.labelControl5.Text = ":";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(133, 134);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(4, 13);
     this.labelControl6.TabIndex = 372;
     this.labelControl6.Text = ":";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(133, 160);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(4, 13);
     this.labelControl7.TabIndex = 372;
     this.labelControl7.Text = ":";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(133, 185);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(4, 13);
     this.labelControl8.TabIndex = 372;
     this.labelControl8.Text = ":";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(133, 211);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(4, 13);
     this.labelControl9.TabIndex = 372;
     this.labelControl9.Text = ":";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(133, 237);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(4, 13);
     this.labelControl10.TabIndex = 372;
     this.labelControl10.Text = ":";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(133, 264);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(4, 13);
     this.labelControl11.TabIndex = 372;
     this.labelControl11.Text = ":";
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(133, 288);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(4, 13);
     this.labelControl12.TabIndex = 372;
     this.labelControl12.Text = ":";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(133, 313);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(4, 13);
     this.labelControl13.TabIndex = 372;
     this.labelControl13.Text = ":";
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(6, 392);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 371;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // richTextBox_Notice
     //
     this.richTextBox_Notice.BackColor = System.Drawing.Color.WhiteSmoke;
     this.richTextBox_Notice.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox_Notice.Location = new System.Drawing.Point(430, 200);
     this.richTextBox_Notice.Name = "richTextBox_Notice";
     this.richTextBox_Notice.ReadOnly = true;
     this.richTextBox_Notice.Size = new System.Drawing.Size(189, 104);
     this.richTextBox_Notice.TabIndex = 355;
     this.richTextBox_Notice.Text = "ขนาดไฟล์รูปภาพที่เลือกต้องไม่เกิน 50 KB และชนิดไฟล์ .JPG, JPEG, PNG, ICO,BMP,GIF " +
         "เท่านั้น";
     //
     // textEditSouceLogoPath
     //
     this.textEditSouceLogoPath.EditValue = "";
     this.textEditSouceLogoPath.Location = new System.Drawing.Point(632, 85);
     this.textEditSouceLogoPath.Name = "textEditSouceLogoPath";
     this.textEditSouceLogoPath.Properties.ReadOnly = true;
     this.textEditSouceLogoPath.Size = new System.Drawing.Size(34, 20);
     this.textEditSouceLogoPath.TabIndex = 353;
     this.textEditSouceLogoPath.Visible = false;
     //
     // textEditOldLogoPath
     //
     this.textEditOldLogoPath.EditValue = "";
     this.textEditOldLogoPath.Location = new System.Drawing.Point(632, 59);
     this.textEditOldLogoPath.Name = "textEditOldLogoPath";
     this.textEditOldLogoPath.Properties.ReadOnly = true;
     this.textEditOldLogoPath.Size = new System.Drawing.Size(34, 20);
     this.textEditOldLogoPath.TabIndex = 352;
     this.textEditOldLogoPath.Visible = false;
     //
     // bttDelete
     //
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(283, 392);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 15;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // bttAdd
     //
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(131, 392);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 13;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // bttEdit
     //
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(207, 392);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 14;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // textEditLogoPath
     //
     this.textEditLogoPath.EditValue = "";
     this.textEditLogoPath.Location = new System.Drawing.Point(632, 33);
     this.textEditLogoPath.Name = "textEditLogoPath";
     this.textEditLogoPath.Properties.ReadOnly = true;
     this.textEditLogoPath.Size = new System.Drawing.Size(34, 20);
     this.textEditLogoPath.TabIndex = 344;
     this.textEditLogoPath.Visible = false;
     //
     // pictureEditLogo
     //
     this.pictureEditLogo.Location = new System.Drawing.Point(428, 32);
     this.pictureEditLogo.Name = "pictureEditLogo";
     this.pictureEditLogo.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.pictureEditLogo.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEditLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.pictureEditLogo.Properties.ReadOnly = true;
     this.pictureEditLogo.Properties.ShowMenu = false;
     this.pictureEditLogo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.pictureEditLogo.Size = new System.Drawing.Size(189, 107);
     this.pictureEditLogo.TabIndex = 343;
     //
     // textEditId
     //
     this.textEditId.Location = new System.Drawing.Point(632, 111);
     this.textEditId.Name = "textEditId";
     this.textEditId.Size = new System.Drawing.Size(34, 20);
     this.textEditId.TabIndex = 340;
     this.textEditId.Visible = false;
     //
     // bttCancel
     //
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(435, 392);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 17;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // bttSave
     //
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(359, 392);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 16;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // labelControlLogo
     //
     this.labelControlLogo.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.labelControlLogo.Location = new System.Drawing.Point(428, 13);
     this.labelControlLogo.Name = "labelControlLogo";
     this.labelControlLogo.Size = new System.Drawing.Size(92, 13);
     this.labelControlLogo.TabIndex = 336;
     this.labelControlLogo.Text = "อพาร์ทเม้นท์โลโก้ :";
     //
     // textEditCompanyName
     //
     this.textEditCompanyName.Enabled = false;
     this.textEditCompanyName.Location = new System.Drawing.Point(152, 6);
     this.textEditCompanyName.Name = "textEditCompanyName";
     this.textEditCompanyName.Properties.MaxLength = 200;
     this.textEditCompanyName.Size = new System.Drawing.Size(270, 20);
     this.textEditCompanyName.TabIndex = 1;
     //
     // textEditVision
     //
     this.textEditVision.Enabled = false;
     this.textEditVision.Location = new System.Drawing.Point(152, 316);
     this.textEditVision.Name = "textEditVision";
     this.textEditVision.Properties.MaxLength = 500;
     this.textEditVision.Size = new System.Drawing.Size(270, 20);
     this.textEditVision.TabIndex = 10;
     //
     // textEditOwnerName
     //
     this.textEditOwnerName.Enabled = false;
     this.textEditOwnerName.Location = new System.Drawing.Point(152, 290);
     this.textEditOwnerName.Name = "textEditOwnerName";
     this.textEditOwnerName.Properties.MaxLength = 100;
     this.textEditOwnerName.Size = new System.Drawing.Size(270, 20);
     this.textEditOwnerName.TabIndex = 9;
     //
     // textEditIdCard
     //
     this.textEditIdCard.Enabled = false;
     this.textEditIdCard.Location = new System.Drawing.Point(152, 264);
     this.textEditIdCard.Name = "textEditIdCard";
     this.textEditIdCard.Properties.MaxLength = 50;
     this.textEditIdCard.Size = new System.Drawing.Size(270, 20);
     this.textEditIdCard.TabIndex = 8;
     //
     // textEditEmail
     //
     this.textEditEmail.Enabled = false;
     this.textEditEmail.Location = new System.Drawing.Point(152, 186);
     this.textEditEmail.Name = "textEditEmail";
     this.textEditEmail.Properties.MaxLength = 50;
     this.textEditEmail.Size = new System.Drawing.Size(270, 20);
     this.textEditEmail.TabIndex = 5;
     //
     // bttBrowse
     //
     this.bttBrowse.Enabled = false;
     this.bttBrowse.Location = new System.Drawing.Point(449, 145);
     this.bttBrowse.Name = "bttBrowse";
     this.bttBrowse.Size = new System.Drawing.Size(70, 35);
     this.bttBrowse.TabIndex = 11;
     this.bttBrowse.Text = "เลือก";
     this.bttBrowse.Click += new System.EventHandler(this.bttBrowse_Click);
     //
     // bttRemove
     //
     this.bttRemove.Enabled = false;
     this.bttRemove.Location = new System.Drawing.Point(525, 145);
     this.bttRemove.Name = "bttRemove";
     this.bttRemove.Size = new System.Drawing.Size(70, 35);
     this.bttRemove.TabIndex = 12;
     this.bttRemove.Text = "ลบ";
     this.bttRemove.Click += new System.EventHandler(this.bttRemove_Click);
     //
     // textEditCorporate
     //
     this.textEditCorporate.Enabled = false;
     this.textEditCorporate.Location = new System.Drawing.Point(152, 238);
     this.textEditCorporate.Name = "textEditCorporate";
     this.textEditCorporate.Properties.MaxLength = 50;
     this.textEditCorporate.Size = new System.Drawing.Size(270, 20);
     this.textEditCorporate.TabIndex = 7;
     //
     // textEditWebSite
     //
     this.textEditWebSite.Enabled = false;
     this.textEditWebSite.Location = new System.Drawing.Point(152, 212);
     this.textEditWebSite.Name = "textEditWebSite";
     this.textEditWebSite.Properties.MaxLength = 50;
     this.textEditWebSite.Size = new System.Drawing.Size(270, 20);
     this.textEditWebSite.TabIndex = 6;
     //
     // textEditTelephone
     //
     this.textEditTelephone.Enabled = false;
     this.textEditTelephone.Location = new System.Drawing.Point(152, 134);
     this.textEditTelephone.Name = "textEditTelephone";
     this.textEditTelephone.Properties.MaxLength = 50;
     this.textEditTelephone.Size = new System.Drawing.Size(270, 20);
     this.textEditTelephone.TabIndex = 3;
     //
     // textEditFax
     //
     this.textEditFax.Enabled = false;
     this.textEditFax.Location = new System.Drawing.Point(152, 160);
     this.textEditFax.Name = "textEditFax";
     this.textEditFax.Properties.MaxLength = 50;
     this.textEditFax.Properties.ValidateOnEnterKey = true;
     this.textEditFax.Size = new System.Drawing.Size(270, 20);
     this.textEditFax.TabIndex = 4;
     //
     // memoEditAddress
     //
     this.memoEditAddress.Enabled = false;
     this.memoEditAddress.Location = new System.Drawing.Point(152, 32);
     this.memoEditAddress.Name = "memoEditAddress";
     this.memoEditAddress.Properties.MaxLength = 500;
     this.memoEditAddress.Size = new System.Drawing.Size(270, 96);
     this.memoEditAddress.TabIndex = 2;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1164, 488);
     this.splitContainerControl1.SplitterPosition = 585;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // groupControl_BusinessList
     //
     this.groupControl_BusinessList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControl_BusinessList.AppearanceCaption.Options.UseFont = true;
     this.groupControl_BusinessList.Controls.Add(this.gridControlCompany);
     this.groupControl_BusinessList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl_BusinessList.Location = new System.Drawing.Point(0, 0);
     this.groupControl_BusinessList.Name = "groupControl_BusinessList";
     this.groupControl_BusinessList.Size = new System.Drawing.Size(389, 488);
     this.groupControl_BusinessList.TabIndex = 0;
     this.groupControl_BusinessList.Text = "รายการกิจการ";
     //
     // gridControlCompany
     //
     this.gridControlCompany.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlCompany.Location = new System.Drawing.Point(2, 22);
     this.gridControlCompany.MainView = this.gridView1;
     this.gridControlCompany.Name = "gridControlCompany";
     this.gridControlCompany.Size = new System.Drawing.Size(385, 464);
     this.gridControlCompany.TabIndex = 1;
     this.gridControlCompany.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.company_company_name,
     this.company_company_address,
     this.company_company_telephone,
     this.company_company_fax,
     this.company_company_email,
     this.company_company_website,
     this.company_company_idcard,
     this.company_company_corporate,
     this.company_company_owner_name,
     this.company_company_vision,
     this.company_id});
     this.gridView1.GridControl = this.gridControlCompany;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // company_company_name
     //
     this.company_company_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.company_company_name.AppearanceHeader.Options.UseFont = true;
     this.company_company_name.Caption = "ชื่อกิจการ";
     this.company_company_name.FieldName = "company_name";
     this.company_company_name.Name = "company_company_name";
     this.company_company_name.OptionsColumn.AllowEdit = false;
     this.company_company_name.OptionsColumn.AllowFocus = false;
     this.company_company_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_name.OptionsColumn.AllowMove = false;
     this.company_company_name.Visible = true;
     this.company_company_name.VisibleIndex = 0;
     //
     // company_company_address
     //
     this.company_company_address.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.company_company_address.AppearanceHeader.Options.UseFont = true;
     this.company_company_address.Caption = "ที่อยู่";
     this.company_company_address.FieldName = "company_address";
     this.company_company_address.Name = "company_company_address";
     this.company_company_address.OptionsColumn.AllowEdit = false;
     this.company_company_address.OptionsColumn.AllowFocus = false;
     this.company_company_address.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_address.OptionsColumn.AllowMove = false;
     this.company_company_address.Visible = true;
     this.company_company_address.VisibleIndex = 1;
     //
     // company_company_telephone
     //
     this.company_company_telephone.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.company_company_telephone.AppearanceHeader.Options.UseFont = true;
     this.company_company_telephone.Caption = "โทรศัพท์";
     this.company_company_telephone.FieldName = "company_telephone";
     this.company_company_telephone.Name = "company_company_telephone";
     this.company_company_telephone.OptionsColumn.AllowEdit = false;
     this.company_company_telephone.OptionsColumn.AllowFocus = false;
     this.company_company_telephone.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_telephone.OptionsColumn.AllowMove = false;
     this.company_company_telephone.Visible = true;
     this.company_company_telephone.VisibleIndex = 2;
     //
     // company_company_fax
     //
     this.company_company_fax.Caption = "แฟกซ์";
     this.company_company_fax.FieldName = "company_fax";
     this.company_company_fax.Name = "company_company_fax";
     this.company_company_fax.OptionsColumn.AllowEdit = false;
     this.company_company_fax.OptionsColumn.AllowFocus = false;
     this.company_company_fax.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_fax.OptionsColumn.AllowMove = false;
     //
     // company_company_email
     //
     this.company_company_email.Caption = "อีเมล์";
     this.company_company_email.FieldName = "company_email";
     this.company_company_email.Name = "company_company_email";
     this.company_company_email.OptionsColumn.AllowEdit = false;
     this.company_company_email.OptionsColumn.AllowFocus = false;
     this.company_company_email.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_email.OptionsColumn.AllowMove = false;
     //
     // company_company_website
     //
     this.company_company_website.Caption = "เว็บไซต์";
     this.company_company_website.FieldName = "company_website";
     this.company_company_website.Name = "company_company_website";
     this.company_company_website.OptionsColumn.AllowEdit = false;
     this.company_company_website.OptionsColumn.AllowFocus = false;
     this.company_company_website.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_website.OptionsColumn.AllowMove = false;
     //
     // company_company_idcard
     //
     this.company_company_idcard.Caption = "เลขประจำตัวผู้เสียภาษี";
     this.company_company_idcard.FieldName = "company_id_card";
     this.company_company_idcard.Name = "company_company_idcard";
     this.company_company_idcard.OptionsColumn.AllowEdit = false;
     this.company_company_idcard.OptionsColumn.AllowFocus = false;
     this.company_company_idcard.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_idcard.OptionsColumn.AllowMove = false;
     //
     // company_company_corporate
     //
     this.company_company_corporate.Caption = "เลขทะเบียนนิติบุคคล";
     this.company_company_corporate.FieldName = "company_corporate";
     this.company_company_corporate.Name = "company_company_corporate";
     this.company_company_corporate.OptionsColumn.AllowEdit = false;
     this.company_company_corporate.OptionsColumn.AllowFocus = false;
     this.company_company_corporate.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_corporate.OptionsColumn.AllowMove = false;
     //
     // company_company_owner_name
     //
     this.company_company_owner_name.Caption = "ชื่อเจ้าของกิจการ";
     this.company_company_owner_name.FieldName = "company_owner_name";
     this.company_company_owner_name.Name = "company_company_owner_name";
     this.company_company_owner_name.OptionsColumn.AllowEdit = false;
     this.company_company_owner_name.OptionsColumn.AllowFocus = false;
     this.company_company_owner_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_owner_name.OptionsColumn.AllowMove = false;
     //
     // company_company_vision
     //
     this.company_company_vision.Caption = "นโยบายอพาร์ทเม้นท์";
     this.company_company_vision.FieldName = "company_vision";
     this.company_company_vision.Name = "company_company_vision";
     this.company_company_vision.OptionsColumn.AllowEdit = false;
     this.company_company_vision.OptionsColumn.AllowFocus = false;
     this.company_company_vision.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_vision.OptionsColumn.AllowMove = false;
     //
     // company_id
     //
     this.company_id.Caption = "id";
     this.company_id.FieldName = "company_id";
     this.company_id.Name = "company_id";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControl_BusinessList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1164, 488);
     this.splitContainerControl2.SplitterPosition = 389;
     this.splitContainerControl2.TabIndex = 17;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1164, 488);
     this.panelControl2.TabIndex = 16;
     //
     // BasicInfoCompany
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoCompany";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1178, 502);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessInfo)).EndInit();
     this.groupControl_BusinessInfo.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSouceLogoPath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditOldLogoPath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditLogoPath.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEditLogo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditVision.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditOwnerName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIdCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCorporate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWebSite.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTelephone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditFax.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditAddress.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).EndInit();
     this.groupControl_BusinessList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.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()
        {
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.colorEdit1 = new DevExpress.XtraEditors.ColorEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
            this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colZoneId = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colZoneName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.repositoryItemCalcEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            this.SuspendLayout();
            //
            // xtraScrollableControl1
            //
            this.xtraScrollableControl1.Controls.Add(this.colorEdit1);
            this.xtraScrollableControl1.Controls.Add(this.labelControl1);
            this.xtraScrollableControl1.Controls.Add(this.simpleButton2);
            this.xtraScrollableControl1.Controls.Add(this.simpleButton1);
            this.xtraScrollableControl1.Controls.Add(this.labelControl4);
            this.xtraScrollableControl1.Controls.Add(this.labelControl5);
            this.xtraScrollableControl1.Controls.Add(this.textEdit1);
            this.xtraScrollableControl1.Controls.Add(this.textEdit2);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(820, 680);
            this.xtraScrollableControl1.TabIndex = 0;
            //
            // colorEdit1
            //
            this.colorEdit1.EditValue = System.Drawing.Color.WhiteSmoke;
            this.colorEdit1.Location = new System.Drawing.Point(72, 84);
            this.colorEdit1.Name = "colorEdit1";
            this.colorEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.colorEdit1.Size = new System.Drawing.Size(162, 20);
            this.colorEdit1.TabIndex = 22;
            //
            // labelControl1
            //
            this.labelControl1.Location = new System.Drawing.Point(31, 87);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(34, 13);
            this.labelControl1.TabIndex = 21;
            this.labelControl1.Text = "แถบสี :";
            //
            // simpleButton2
            //
            this.simpleButton2.Location = new System.Drawing.Point(71, 123);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 24);
            this.simpleButton2.TabIndex = 17;
            this.simpleButton2.Text = "บันทึก";
            //
            // simpleButton1
            //
            this.simpleButton1.Location = new System.Drawing.Point(159, 123);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 24);
            this.simpleButton1.TabIndex = 16;
            this.simpleButton1.Text = "ยกเลิก";
            //
            // labelControl4
            //
            this.labelControl4.Location = new System.Drawing.Point(19, 19);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(46, 13);
            this.labelControl4.TabIndex = 20;
            this.labelControl4.Text = "รหัสโซน :";
            //
            // labelControl5
            //
            this.labelControl5.Location = new System.Drawing.Point(24, 53);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(41, 13);
            this.labelControl5.TabIndex = 15;
            this.labelControl5.Text = "ชื่อโซน :";
            //
            // textEdit1
            //
            this.textEdit1.Location = new System.Drawing.Point(71, 50);
            this.textEdit1.Name = "textEdit1";
            this.textEdit1.Size = new System.Drawing.Size(163, 20);
            this.textEdit1.TabIndex = 19;
            //
            // textEdit2
            //
            this.textEdit2.Location = new System.Drawing.Point(71, 16);
            this.textEdit2.Name = "textEdit2";
            this.textEdit2.Size = new System.Drawing.Size(163, 20);
            this.textEdit2.TabIndex = 18;
            //
            // panelControl3
            //
            this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl3.Controls.Add(this.groupControl1);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl3.Location = new System.Drawing.Point(0, 0);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(824, 704);
            this.panelControl3.TabIndex = 12;
            //
            // groupControl1
            //
            this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl1.AppearanceCaption.Options.UseFont = true;
            this.groupControl1.Controls.Add(this.xtraScrollableControl1);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(824, 704);
            this.groupControl1.TabIndex = 3;
            this.groupControl1.Text = "ข้อมูลโซน";
            //
            // panelControl1
            //
            this.panelControl1.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.panelControl1.Appearance.Options.UseBackColor = true;
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(0, 704);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(824, 26);
            this.panelControl1.TabIndex = 11;
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1211, 730);
            this.splitContainerControl1.SplitterPosition = 585;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            //
            // groupControl3
            //
            this.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.groupControl3.AppearanceCaption.Options.UseFont = true;
            this.groupControl3.Controls.Add(this.gridControl1);
            this.groupControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl3.Location = new System.Drawing.Point(0, 0);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(382, 730);
            this.groupControl3.TabIndex = 0;
            this.groupControl3.Text = "รายการโซน";
            //
            // gridControl1
            //
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.Location = new System.Drawing.Point(2, 22);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemLookUpEdit1,
            this.repositoryItemCalcEdit1,
            this.repositoryItemSpinEdit1,
            this.repositoryItemLookUpEdit2});
            this.gridControl1.Size = new System.Drawing.Size(378, 706);
            this.gridControl1.TabIndex = 5;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});

            //
            // gridView1
            //
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colZoneId,
            this.colZoneName});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "OrderID", null, "")});
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.AlwaysVisible = true;
            this.gridView1.OptionsFind.ShowCloseButton = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowOnlyInEditor;
            //
            // colZoneId
            //
            this.colZoneId.Caption = "รหัสโซน";
            this.colZoneId.FieldName = "colZoneId";
            this.colZoneId.Name = "colZoneId";
            this.colZoneId.Visible = true;
            this.colZoneId.VisibleIndex = 0;
            //
            // colZoneName
            //
            this.colZoneName.Caption = "ชื่อโซน";
            this.colZoneName.ColumnEdit = this.repositoryItemLookUpEdit2;
            this.colZoneName.FieldName = "colZoneName";
            this.colZoneName.Name = "colZoneName";
            this.colZoneName.Visible = true;
            this.colZoneName.VisibleIndex = 1;
            //
            // repositoryItemLookUpEdit2
            //
            this.repositoryItemLookUpEdit2.AutoHeight = false;
            this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit2.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ZoneName", 10, "Zone Name")});
            this.repositoryItemLookUpEdit2.DisplayMember = "ZoneName";
            this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
            this.repositoryItemLookUpEdit2.NullText = "";
            this.repositoryItemLookUpEdit2.ValueMember = "ZoneID";
            //
            // repositoryItemLookUpEdit1
            //
            this.repositoryItemLookUpEdit1.AutoHeight = false;
            this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ROOMID", "ROOMNAME")});
            this.repositoryItemLookUpEdit1.DisplayMember = "Name";
            this.repositoryItemLookUpEdit1.DropDownRows = 10;
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            this.repositoryItemLookUpEdit1.NullText = "";
            this.repositoryItemLookUpEdit1.PopupWidth = 220;
            this.repositoryItemLookUpEdit1.ValueMember = "ID";
            //
            // repositoryItemCalcEdit1
            //
            this.repositoryItemCalcEdit1.AutoHeight = false;
            this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
            //
            // repositoryItemSpinEdit1
            //
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            //
            // splitContainerControl2
            //
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Location = new System.Drawing.Point(4, 4);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.groupControl3);
            this.splitContainerControl2.Panel1.Text = "Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
            this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
            this.splitContainerControl2.Panel2.Text = "Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(1211, 730);
            this.splitContainerControl2.SplitterPosition = 382;
            this.splitContainerControl2.TabIndex = 13;
            this.splitContainerControl2.Text = "splitContainerControl2";
            //
            // panelControl2
            //
            this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panelControl2.Appearance.Options.UseBackColor = true;
            this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl2.Controls.Add(this.splitContainerControl1);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(4, 4);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(1211, 730);
            this.panelControl2.TabIndex = 12;
            //
            // BasicInfoZone
            //
            this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainerControl2);
            this.Controls.Add(this.panelControl2);
            this.Name = "BasicInfoZone";
            this.Padding = new System.Windows.Forms.Padding(4);
            this.Size = new System.Drawing.Size(1219, 738);
            this.xtraScrollableControl1.ResumeLayout(false);
            this.xtraScrollableControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.colorEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLayoutSubstationInfo));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.ctrlLayoutList1 = new Itop.TLPsp.CtrlLayoutList();
     this.ctrlSubstation_Info1 = new Itop.TLPsp.CtrlSubstation_Info();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barEdit = new DevExpress.XtraBars.BarButtonItem();
     this.barDel = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barRel = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barAdd1 = new DevExpress.XtraBars.BarButtonItem();
     this.barEdit1 = new DevExpress.XtraBars.BarButtonItem();
     this.barDel1 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barPrint = new DevExpress.XtraBars.BarButtonItem();
     this.barPrint1 = new DevExpress.XtraBars.BarButtonItem();
     this.barSelect = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 34);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.ctrlLayoutList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.ctrlSubstation_Info1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(977, 391);
     this.splitContainerControl1.SplitterPosition = 185;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // ctrlLayoutList1
     //
     this.ctrlLayoutList1.AllowUpdate = true;
     this.ctrlLayoutList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlLayoutList1.IsShow = true;
     this.ctrlLayoutList1.Location = new System.Drawing.Point(0, 0);
     this.ctrlLayoutList1.Name = "ctrlLayoutList1";
     this.ctrlLayoutList1.Size = new System.Drawing.Size(179, 385);
     this.ctrlLayoutList1.TabIndex = 0;
     this.ctrlLayoutList1.Type = "";
     //
     // ctrlSubstation_Info1
     //
     this.ctrlSubstation_Info1.AllowUpdate = true;
     this.ctrlSubstation_Info1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlSubstation_Info1.Flag = "";
     this.ctrlSubstation_Info1.IsSelect = false;
     this.ctrlSubstation_Info1.Location = new System.Drawing.Point(0, 0);
     this.ctrlSubstation_Info1.Name = "ctrlSubstation_Info1";
     this.ctrlSubstation_Info1.Size = new System.Drawing.Size(782, 385);
     this.ctrlSubstation_Info1.TabIndex = 0;
     this.ctrlSubstation_Info1.Type = "";
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowMoveBarOnToolbar = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem1,
     this.barSubItem2,
     this.barSubItem3,
     this.barSelect,
     this.barButtonItem2,
     this.barAdd,
     this.barEdit,
     this.barDel,
     this.barAdd1,
     this.barEdit1,
     this.barDel1,
     this.barPrint,
     this.barPrint1,
     this.barSubItem4,
     this.barButtonItem1,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem6,
     this.barButtonItem7,
     this.barButtonItem9,
     this.barButtonItem8,
     this.barRel});
     this.barManager1.MaxItemId = 24;
     //
     // bar1
     //
     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(this.barSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.barRel),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSelect),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.RotateWhenVertical = false;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "规划管理";
     this.barSubItem1.Id = 0;
     this.barSubItem1.ImageIndex = 0;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEdit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barDel)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barAdd
     //
     this.barAdd.Caption = "添加";
     this.barAdd.Id = 5;
     this.barAdd.ImageIndex = 4;
     this.barAdd.Name = "barAdd";
     this.barAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd_ItemClick);
     //
     // barEdit
     //
     this.barEdit.Caption = "修改";
     this.barEdit.Id = 6;
     this.barEdit.ImageIndex = 5;
     this.barEdit.Name = "barEdit";
     this.barEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit_ItemClick);
     //
     // barDel
     //
     this.barDel.Caption = "删除";
     this.barDel.Id = 7;
     this.barDel.ImageIndex = 3;
     this.barDel.Name = "barDel";
     this.barDel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDel_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "关联图层";
     this.barButtonItem9.Id = 20;
     this.barButtonItem9.ImageIndex = 1;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barRel
     //
     this.barRel.Caption = "可靠性分析";
     this.barRel.Id = 23;
     this.barRel.ImageIndex = 1;
     this.barRel.Name = "barRel";
     this.barRel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barRel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barRel_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "变电站管理";
     this.barSubItem2.Id = 1;
     this.barSubItem2.ImageIndex = 6;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barAdd1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEdit1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barDel1)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barAdd1
     //
     this.barAdd1.Caption = "添加";
     this.barAdd1.Id = 8;
     this.barAdd1.ImageIndex = 4;
     this.barAdd1.Name = "barAdd1";
     this.barAdd1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barAdd1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barAdd1_ItemClick);
     //
     // barEdit1
     //
     this.barEdit1.Caption = "修改";
     this.barEdit1.Id = 9;
     this.barEdit1.ImageIndex = 5;
     this.barEdit1.Name = "barEdit1";
     this.barEdit1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barEdit1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit1_ItemClick);
     //
     // barDel1
     //
     this.barDel1.Caption = "删除";
     this.barDel1.Id = 10;
     this.barDel1.ImageIndex = 3;
     this.barDel1.Name = "barDel1";
     this.barDel1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barDel1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDel1_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "分类管理";
     this.barSubItem4.Id = 13;
     this.barSubItem4.ImageIndex = 1;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.barSubItem4.Name = "barSubItem4";
     this.barSubItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "添加";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.ImageIndex = 4;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "修改";
     this.barButtonItem3.Id = 15;
     this.barButtonItem3.ImageIndex = 5;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "删除";
     this.barButtonItem4.Id = 16;
     this.barButtonItem4.ImageIndex = 3;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "打印";
     this.barSubItem3.Id = 2;
     this.barSubItem3.ImageIndex = 2;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.barPrint1)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barPrint
     //
     this.barPrint.Caption = "打印分类";
     this.barPrint.Id = 11;
     this.barPrint.ImageIndex = 2;
     this.barPrint.Name = "barPrint";
     this.barPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick);
     //
     // barPrint1
     //
     this.barPrint1.Caption = "打印线路";
     this.barPrint1.Id = 12;
     this.barPrint1.ImageIndex = 2;
     this.barPrint1.Name = "barPrint1";
     this.barPrint1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barPrint1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint1_ItemClick);
     //
     // barSelect
     //
     this.barSelect.Caption = "选择";
     this.barSelect.Id = 3;
     this.barSelect.ImageIndex = 11;
     this.barSelect.Name = "barSelect";
     this.barSelect.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSelect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSelect_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "导出";
     this.barButtonItem5.Id = 17;
     this.barButtonItem5.ImageIndex = 10;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "导入";
     this.barButtonItem7.Id = 19;
     this.barButtonItem7.ImageIndex = 13;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "保存最新样式";
     this.barButtonItem6.Id = 18;
     this.barButtonItem6.ImageIndex = 5;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "清除数据";
     this.barButtonItem8.Id = 21;
     this.barButtonItem8.ImageIndex = 3;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "关闭";
     this.barButtonItem2.Id = 4;
     this.barButtonItem2.ImageIndex = 12;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "ftp.ico");
     this.imageList1.Images.SetKeyName(1, "布局.ico");
     this.imageList1.Images.SetKeyName(2, "打印.ico");
     this.imageList1.Images.SetKeyName(3, "删除.ico");
     this.imageList1.Images.SetKeyName(4, "新建.ico");
     this.imageList1.Images.SetKeyName(5, "修改.ico");
     this.imageList1.Images.SetKeyName(6, "books.ico");
     this.imageList1.Images.SetKeyName(7, "folder_home.ico");
     this.imageList1.Images.SetKeyName(8, "关闭.ico");
     this.imageList1.Images.SetKeyName(9, "审批.ico");
     this.imageList1.Images.SetKeyName(10, "打回重新编.ico");
     this.imageList1.Images.SetKeyName(11, "审批.ico");
     this.imageList1.Images.SetKeyName(12, "关闭.ico");
     this.imageList1.Images.SetKeyName(13, "发送.ico");
     //
     // FrmLayoutSubstationInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(977, 425);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FrmLayoutSubstationInfo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "变电站可靠性情况检验";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FrmLayoutLineInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.btnUpdateCard = new DevExpress.XtraEditors.SimpleButton();
     this.btnclose = new DevExpress.XtraEditors.SimpleButton();
     this.radid = new System.Windows.Forms.RadioButton();
     this.radic = new System.Windows.Forms.RadioButton();
     this.radYuan = new System.Windows.Forms.RadioButton();
     this.btnCheck = new DevExpress.XtraEditors.SimpleButton();
     this.btnCardQuit = new DevExpress.XtraEditors.SimpleButton();
     this.btnCardUnLost = new DevExpress.XtraEditors.SimpleButton();
     this.btnCardPay = new DevExpress.XtraEditors.SimpleButton();
     this.btnCardLost = new DevExpress.XtraEditors.SimpleButton();
     this.dbMessage = new DevExpress.XtraGrid.GridControl();
     this.gdLog = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grpUserInfo = new DevExpress.XtraEditors.GroupControl();
     this.txtptime = new DevExpress.XtraEditors.TextEdit();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.txtdtime = new DevExpress.XtraEditors.TextEdit();
     this.txtEtime = new DevExpress.XtraEditors.TextEdit();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radWu = new System.Windows.Forms.RadioButton();
     this.Etime = new DevExpress.XtraEditors.DateEdit();
     this.radYou = new System.Windows.Forms.RadioButton();
     this.txtRemake = new DevExpress.XtraEditors.TextEdit();
     this.Dtime = new DevExpress.XtraEditors.DateEdit();
     this.Ptime = new DevExpress.XtraEditors.DateEdit();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.txtBZmoney = new DevExpress.XtraEditors.TextEdit();
     this.txtXJmoney = new DevExpress.XtraEditors.TextEdit();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.txtAddMoney = new DevExpress.XtraEditors.TextEdit();
     this.txtYMoney = new DevExpress.XtraEditors.TextEdit();
     this.txtName = new DevExpress.XtraEditors.TextEdit();
     this.txtCardNo = new DevExpress.XtraEditors.TextEdit();
     this.txtCardRealNo = new DevExpress.XtraEditors.TextEdit();
     this.txtUserNo = new DevExpress.XtraEditors.TextEdit();
     this.cbodept = new DevExpress.XtraEditors.TextEdit();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.sbtFilter = new DevExpress.XtraEditors.SimpleButton();
     this.tbFilter = new DevExpress.XtraEditors.TextEdit();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tmDev = new System.Windows.Forms.Timer(this.components);
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.dbUser = new DevExpress.XtraGrid.GridControl();
     this.gdUser = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbMessage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpUserInfo)).BeginInit();
     this.grpUserInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtptime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtdtime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEtime.Properties)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Etime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Etime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemake.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Dtime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Dtime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ptime.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ptime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBZmoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtXJmoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddMoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtYMoney.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardRealNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbodept.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFilter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdUser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.btnUpdateCard);
     this.panelControl3.Controls.Add(this.btnclose);
     this.panelControl3.Controls.Add(this.radid);
     this.panelControl3.Controls.Add(this.radic);
     this.panelControl3.Controls.Add(this.radYuan);
     this.panelControl3.Controls.Add(this.btnCheck);
     this.panelControl3.Controls.Add(this.btnCardQuit);
     this.panelControl3.Controls.Add(this.btnCardUnLost);
     this.panelControl3.Controls.Add(this.btnCardPay);
     this.panelControl3.Controls.Add(this.btnCardLost);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl3.Location = new System.Drawing.Point(0, 595);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(812, 56);
     this.panelControl3.TabIndex = 2;
     //
     // btnUpdateCard
     //
     this.btnUpdateCard.Location = new System.Drawing.Point(308, 9);
     this.btnUpdateCard.Name = "btnUpdateCard";
     this.btnUpdateCard.Size = new System.Drawing.Size(63, 29);
     this.btnUpdateCard.TabIndex = 605;
     this.btnUpdateCard.Text = "����";
     this.btnUpdateCard.Click += new System.EventHandler(this.btnUpdateCard_Click);
     //
     // btnclose
     //
     this.btnclose.Location = new System.Drawing.Point(659, 9);
     this.btnclose.Name = "btnclose";
     this.btnclose.Size = new System.Drawing.Size(75, 29);
     this.btnclose.TabIndex = 604;
     this.btnclose.Text = "�˳�";
     this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
     //
     // radid
     //
     this.radid.AutoSize = true;
     this.radid.Checked = true;
     this.radid.Location = new System.Drawing.Point(74, 20);
     this.radid.Name = "radid";
     this.radid.Size = new System.Drawing.Size(49, 18);
     this.radid.TabIndex = 33;
     this.radid.TabStop = true;
     this.radid.Text = "ID��";
     this.radid.UseVisualStyleBackColor = true;
     this.radid.CheckedChanged += new System.EventHandler(this.radid_CheckedChanged);
     //
     // radic
     //
     this.radic.AutoSize = true;
     this.radic.Location = new System.Drawing.Point(13, 20);
     this.radic.Name = "radic";
     this.radic.Size = new System.Drawing.Size(48, 18);
     this.radic.TabIndex = 35;
     this.radic.Text = "IC��";
     this.radic.UseVisualStyleBackColor = true;
     this.radic.CheckedChanged += new System.EventHandler(this.radic_CheckedChanged);
     //
     // radYuan
     //
     this.radYuan.AutoSize = true;
     this.radYuan.Location = new System.Drawing.Point(138, 20);
     this.radYuan.Name = "radYuan";
     this.radYuan.Size = new System.Drawing.Size(65, 18);
     this.radYuan.TabIndex = 34;
     this.radYuan.Text = "Զ�࿨ ";
     this.radYuan.UseVisualStyleBackColor = true;
     //
     // btnCheck
     //
     this.btnCheck.Location = new System.Drawing.Point(587, 9);
     this.btnCheck.Name = "btnCheck";
     this.btnCheck.Size = new System.Drawing.Size(66, 29);
     this.btnCheck.TabIndex = 170;
     this.btnCheck.Text = "���";
     this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
     //
     // btnCardQuit
     //
     this.btnCardQuit.Location = new System.Drawing.Point(518, 9);
     this.btnCardQuit.Name = "btnCardQuit";
     this.btnCardQuit.Size = new System.Drawing.Size(63, 29);
     this.btnCardQuit.TabIndex = 160;
     this.btnCardQuit.Text = "�˿�";
     this.btnCardQuit.Click += new System.EventHandler(this.btnCardQuit_Click);
     //
     // btnCardUnLost
     //
     this.btnCardUnLost.Location = new System.Drawing.Point(449, 9);
     this.btnCardUnLost.Name = "btnCardUnLost";
     this.btnCardUnLost.Size = new System.Drawing.Size(63, 29);
     this.btnCardUnLost.TabIndex = 150;
     this.btnCardUnLost.Text = "���";
     this.btnCardUnLost.Click += new System.EventHandler(this.btnCardUnLost_Click);
     //
     // btnCardPay
     //
     this.btnCardPay.Location = new System.Drawing.Point(227, 9);
     this.btnCardPay.Name = "btnCardPay";
     this.btnCardPay.Size = new System.Drawing.Size(75, 29);
     this.btnCardPay.TabIndex = 120;
     this.btnCardPay.Text = "��ֵ/����";
     this.btnCardPay.Click += new System.EventHandler(this.btnCardPay_Click);
     //
     // btnCardLost
     //
     this.btnCardLost.Location = new System.Drawing.Point(377, 9);
     this.btnCardLost.Name = "btnCardLost";
     this.btnCardLost.Size = new System.Drawing.Size(66, 29);
     this.btnCardLost.TabIndex = 140;
     this.btnCardLost.Text = "��ʧ";
     this.btnCardLost.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // dbMessage
     //
     this.dbMessage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbMessage.Location = new System.Drawing.Point(0, 0);
     this.dbMessage.MainView = this.gdLog;
     this.dbMessage.Name = "dbMessage";
     this.dbMessage.Size = new System.Drawing.Size(586, 192);
     this.dbMessage.TabIndex = 0;
     this.dbMessage.Tag = "@db=��־";
     this.dbMessage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gdLog});
     //
     // gdLog
     //
     this.gdLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn2});
     this.gdLog.GridControl = this.dbMessage;
     this.gdLog.GroupPanelText = "��־��Ϣ";
     this.gdLog.Name = "gdLog";
     this.gdLog.OptionsBehavior.Editable = false;
     this.gdLog.OptionsNavigation.AutoFocusNewRow = true;
     this.gdLog.OptionsView.ColumnAutoWidth = false;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "����";
     this.gridColumn6.FieldName = "����";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 0;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "�û����";
     this.gridColumn7.FieldName = "�û����";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 1;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "����";
     this.gridColumn8.FieldName = "����";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 2;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "���";
     this.gridColumn9.FieldName = "���";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 3;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "����";
     this.gridColumn10.FieldName = "����";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 4;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "״̬";
     this.gridColumn11.FieldName = "״̬";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 5;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "����Ա";
     this.gridColumn2.FieldName = "����Ա";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 6;
     //
     // grpUserInfo
     //
     this.grpUserInfo.Controls.Add(this.txtptime);
     this.grpUserInfo.Controls.Add(this.labelControl17);
     this.grpUserInfo.Controls.Add(this.txtdtime);
     this.grpUserInfo.Controls.Add(this.txtEtime);
     this.grpUserInfo.Controls.Add(this.labelControl15);
     this.grpUserInfo.Controls.Add(this.labelControl16);
     this.grpUserInfo.Controls.Add(this.groupBox1);
     this.grpUserInfo.Controls.Add(this.txtAddMoney);
     this.grpUserInfo.Controls.Add(this.txtYMoney);
     this.grpUserInfo.Controls.Add(this.txtName);
     this.grpUserInfo.Controls.Add(this.txtCardNo);
     this.grpUserInfo.Controls.Add(this.txtCardRealNo);
     this.grpUserInfo.Controls.Add(this.txtUserNo);
     this.grpUserInfo.Controls.Add(this.cbodept);
     this.grpUserInfo.Controls.Add(this.labelControl7);
     this.grpUserInfo.Controls.Add(this.labelControl6);
     this.grpUserInfo.Controls.Add(this.labelControl5);
     this.grpUserInfo.Controls.Add(this.labelControl4);
     this.grpUserInfo.Controls.Add(this.labelControl3);
     this.grpUserInfo.Controls.Add(this.labelControl2);
     this.grpUserInfo.Controls.Add(this.labelControl1);
     this.grpUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grpUserInfo.Location = new System.Drawing.Point(0, 0);
     this.grpUserInfo.Name = "grpUserInfo";
     this.grpUserInfo.Size = new System.Drawing.Size(586, 397);
     this.grpUserInfo.TabIndex = 7;
     this.grpUserInfo.Tag = "@db=selectCard";
     this.grpUserInfo.Text = "����Ϣ";
     //
     // txtptime
     //
     this.txtptime.Enabled = false;
     this.txtptime.Location = new System.Drawing.Point(99, 127);
     this.txtptime.Name = "txtptime";
     this.txtptime.Size = new System.Drawing.Size(155, 21);
     this.txtptime.TabIndex = 122;
     this.txtptime.Tag = "@fld=P������";
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(11, 130);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(76, 14);
     this.labelControl17.TabIndex = 121;
     this.labelControl17.Text = "ͣ������Ч��:";
     //
     // txtdtime
     //
     this.txtdtime.Enabled = false;
     this.txtdtime.Location = new System.Drawing.Point(376, 92);
     this.txtdtime.Name = "txtdtime";
     this.txtdtime.Size = new System.Drawing.Size(167, 21);
     this.txtdtime.TabIndex = 120;
     this.txtdtime.Tag = "@fld=D������";
     //
     // txtEtime
     //
     this.txtEtime.Enabled = false;
     this.txtEtime.Location = new System.Drawing.Point(99, 92);
     this.txtEtime.Name = "txtEtime";
     this.txtEtime.Size = new System.Drawing.Size(155, 21);
     this.txtEtime.TabIndex = 119;
     this.txtEtime.Tag = "@fld=E������";
     //
     // labelControl15
     //
     this.labelControl15.Location = new System.Drawing.Point(302, 99);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(64, 14);
     this.labelControl15.TabIndex = 117;
     this.labelControl15.Text = "�Ž���Ч��:";
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(23, 95);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(64, 14);
     this.labelControl16.TabIndex = 118;
     this.labelControl16.Text = "��������:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radWu);
     this.groupBox1.Controls.Add(this.Etime);
     this.groupBox1.Controls.Add(this.radYou);
     this.groupBox1.Controls.Add(this.txtRemake);
     this.groupBox1.Controls.Add(this.Dtime);
     this.groupBox1.Controls.Add(this.Ptime);
     this.groupBox1.Controls.Add(this.labelControl14);
     this.groupBox1.Controls.Add(this.txtBZmoney);
     this.groupBox1.Controls.Add(this.txtXJmoney);
     this.groupBox1.Controls.Add(this.labelControl13);
     this.groupBox1.Controls.Add(this.labelControl12);
     this.groupBox1.Controls.Add(this.labelControl9);
     this.groupBox1.Controls.Add(this.labelControl8);
     this.groupBox1.Controls.Add(this.labelControl10);
     this.groupBox1.Controls.Add(this.labelControl11);
     this.groupBox1.Location = new System.Drawing.Point(5, 201);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(583, 187);
     this.groupBox1.TabIndex = 116;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "��ֵ������Ϣ";
     //
     // radWu
     //
     this.radWu.AutoSize = true;
     this.radWu.Location = new System.Drawing.Point(133, 138);
     this.radWu.Name = "radWu";
     this.radWu.Size = new System.Drawing.Size(49, 18);
     this.radWu.TabIndex = 116;
     this.radWu.Text = "�޿�";
     this.radWu.UseVisualStyleBackColor = true;
     //
     // Etime
     //
     this.Etime.EditValue = null;
     this.Etime.Location = new System.Drawing.Point(94, 25);
     this.Etime.Name = "Etime";
     this.Etime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.Etime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.Etime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Etime.Properties.EditFormat.FormatString = "yyyy-MM-dd";
     this.Etime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Etime.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.Etime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.Etime.Size = new System.Drawing.Size(155, 21);
     this.Etime.TabIndex = 115;
     this.Etime.Tag = "";
     this.Etime.EditValueChanged += new System.EventHandler(this.Etime_EditValueChanged);
     //
     // radYou
     //
     this.radYou.AutoSize = true;
     this.radYou.Checked = true;
     this.radYou.Location = new System.Drawing.Point(78, 138);
     this.radYou.Name = "radYou";
     this.radYou.Size = new System.Drawing.Size(49, 18);
     this.radYou.TabIndex = 115;
     this.radYou.TabStop = true;
     this.radYou.Text = "�п�";
     this.radYou.UseVisualStyleBackColor = true;
     //
     // txtRemake
     //
     this.txtRemake.Location = new System.Drawing.Point(94, 102);
     this.txtRemake.Name = "txtRemake";
     this.txtRemake.Size = new System.Drawing.Size(155, 21);
     this.txtRemake.TabIndex = 119;
     this.txtRemake.Tag = "@fld=��ע";
     //
     // Dtime
     //
     this.Dtime.EditValue = null;
     this.Dtime.Location = new System.Drawing.Point(371, 25);
     this.Dtime.Name = "Dtime";
     this.Dtime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.Dtime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.Dtime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Dtime.Properties.EditFormat.FormatString = "yyyy-MM-dd";
     this.Dtime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Dtime.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.Dtime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.Dtime.Size = new System.Drawing.Size(167, 21);
     this.Dtime.TabIndex = 113;
     this.Dtime.Tag = "";
     this.Dtime.EditValueChanged += new System.EventHandler(this.Dtime_EditValueChanged);
     //
     // Ptime
     //
     this.Ptime.EditValue = null;
     this.Ptime.Location = new System.Drawing.Point(94, 62);
     this.Ptime.Name = "Ptime";
     this.Ptime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.Ptime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.Ptime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Ptime.Properties.EditFormat.FormatString = "yyyy-MM-dd";
     this.Ptime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.Ptime.Properties.Mask.EditMask = "yyyy-MM-dd";
     this.Ptime.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.Ptime.Size = new System.Drawing.Size(155, 21);
     this.Ptime.TabIndex = 114;
     this.Ptime.Tag = "";
     this.Ptime.EditValueChanged += new System.EventHandler(this.Ptime_EditValueChanged);
     //
     // labelControl14
     //
     this.labelControl14.Location = new System.Drawing.Point(18, 65);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(64, 14);
     this.labelControl14.TabIndex = 112;
     this.labelControl14.Text = "ͣ��������:";
     //
     // txtBZmoney
     //
     this.txtBZmoney.EditValue = "0.00";
     this.txtBZmoney.Location = new System.Drawing.Point(371, 62);
     this.txtBZmoney.Name = "txtBZmoney";
     this.txtBZmoney.Size = new System.Drawing.Size(167, 21);
     this.txtBZmoney.TabIndex = 118;
     this.txtBZmoney.Tag = "";
     //
     // txtXJmoney
     //
     this.txtXJmoney.EditValue = "0.00";
     this.txtXJmoney.Location = new System.Drawing.Point(371, 106);
     this.txtXJmoney.Name = "txtXJmoney";
     this.txtXJmoney.Size = new System.Drawing.Size(167, 21);
     this.txtXJmoney.TabIndex = 117;
     this.txtXJmoney.Tag = "";
     //
     // labelControl13
     //
     this.labelControl13.Location = new System.Drawing.Point(44, 138);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(28, 14);
     this.labelControl13.TabIndex = 114;
     this.labelControl13.Text = "��ʽ:";
     //
     // labelControl12
     //
     this.labelControl12.Location = new System.Drawing.Point(54, 105);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(28, 14);
     this.labelControl12.TabIndex = 113;
     this.labelControl12.Text = "��ע:";
     //
     // labelControl9
     //
     this.labelControl9.Location = new System.Drawing.Point(309, 69);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(52, 14);
     this.labelControl9.TabIndex = 112;
     this.labelControl9.Text = "������ֵ:";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(309, 109);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(52, 14);
     this.labelControl8.TabIndex = 111;
     this.labelControl8.Text = "�ֽ��ֵ:";
     //
     // labelControl10
     //
     this.labelControl10.Location = new System.Drawing.Point(309, 28);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(52, 14);
     this.labelControl10.TabIndex = 9;
     this.labelControl10.Text = "�Ž�����:";
     //
     // labelControl11
     //
     this.labelControl11.Location = new System.Drawing.Point(30, 28);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(52, 14);
     this.labelControl11.TabIndex = 10;
     this.labelControl11.Text = "��������:";
     //
     // txtAddMoney
     //
     this.txtAddMoney.Enabled = false;
     this.txtAddMoney.Location = new System.Drawing.Point(376, 160);
     this.txtAddMoney.Name = "txtAddMoney";
     this.txtAddMoney.Size = new System.Drawing.Size(167, 21);
     this.txtAddMoney.TabIndex = 80;
     this.txtAddMoney.Tag = "@fld=�������";
     //
     // txtYMoney
     //
     this.txtYMoney.Enabled = false;
     this.txtYMoney.Location = new System.Drawing.Point(99, 160);
     this.txtYMoney.Name = "txtYMoney";
     this.txtYMoney.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.txtYMoney.Properties.Appearance.Options.UseBackColor = true;
     this.txtYMoney.Size = new System.Drawing.Size(155, 21);
     this.txtYMoney.TabIndex = 70;
     this.txtYMoney.Tag = "@fld=��Ƭ���";
     //
     // txtName
     //
     this.txtName.Enabled = false;
     this.txtName.Location = new System.Drawing.Point(99, 24);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(155, 21);
     this.txtName.TabIndex = 10;
     this.txtName.Tag = "@fld=����";
     //
     // txtCardNo
     //
     this.txtCardNo.Enabled = false;
     this.txtCardNo.Location = new System.Drawing.Point(99, 58);
     this.txtCardNo.Name = "txtCardNo";
     this.txtCardNo.Size = new System.Drawing.Size(155, 21);
     this.txtCardNo.TabIndex = 30;
     this.txtCardNo.Tag = "@fld=����";
     //
     // txtCardRealNo
     //
     this.txtCardRealNo.Enabled = false;
     this.txtCardRealNo.Location = new System.Drawing.Point(376, 58);
     this.txtCardRealNo.Name = "txtCardRealNo";
     this.txtCardRealNo.Size = new System.Drawing.Size(167, 21);
     this.txtCardRealNo.TabIndex = 40;
     this.txtCardRealNo.Tag = "@fld=��Ƭ���к�";
     //
     // txtUserNo
     //
     this.txtUserNo.Enabled = false;
     this.txtUserNo.Location = new System.Drawing.Point(376, 24);
     this.txtUserNo.Name = "txtUserNo";
     this.txtUserNo.Size = new System.Drawing.Size(167, 21);
     this.txtUserNo.TabIndex = 20;
     this.txtUserNo.Tag = "@fld=�û����";
     //
     // cbodept
     //
     this.cbodept.Enabled = false;
     this.cbodept.Location = new System.Drawing.Point(376, 127);
     this.cbodept.Name = "cbodept";
     this.cbodept.Size = new System.Drawing.Size(167, 21);
     this.cbodept.TabIndex = 13;
     this.cbodept.Tag = "@fld=��������";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(314, 167);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(52, 14);
     this.labelControl7.TabIndex = 6;
     this.labelControl7.Text = "ԭ�в���:";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(35, 163);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(52, 14);
     this.labelControl6.TabIndex = 5;
     this.labelControl6.Text = "ԭ�н��:";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(59, 61);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(28, 14);
     this.labelControl5.TabIndex = 4;
     this.labelControl5.Text = "����:";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(35, 27);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(52, 14);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text = "�û�����:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(314, 61);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(52, 14);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text = "�����к�:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(314, 27);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(52, 14);
     this.labelControl2.TabIndex = 1;
     this.labelControl2.Text = "�û����:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(338, 130);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(28, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "����:";
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.sbtFilter);
     this.panelControl6.Controls.Add(this.tbFilter);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl6.Location = new System.Drawing.Point(0, 0);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(220, 50);
     this.panelControl6.TabIndex = 0;
     //
     // sbtFilter
     //
     this.sbtFilter.Location = new System.Drawing.Point(149, 9);
     this.sbtFilter.Name = "sbtFilter";
     this.sbtFilter.Size = new System.Drawing.Size(66, 29);
     this.sbtFilter.TabIndex = 0;
     this.sbtFilter.Text = "����";
     this.sbtFilter.Click += new System.EventHandler(this.sbtFilter_Click);
     //
     // tbFilter
     //
     this.tbFilter.Location = new System.Drawing.Point(5, 15);
     this.tbFilter.Name = "tbFilter";
     this.tbFilter.Size = new System.Drawing.Size(138, 21);
     this.tbFilter.TabIndex = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "����";
     this.gridColumn1.FieldName = "����";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // tmDev
     //
     this.tmDev.Enabled = true;
     this.tmDev.Tick += new System.EventHandler(this.tmDev_Tick);
     //
     // 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.dbUser);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl6);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(812, 595);
     this.splitContainerControl1.SplitterPosition = 220;
     this.splitContainerControl1.TabIndex = 11;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // dbUser
     //
     this.dbUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbUser.Location = new System.Drawing.Point(0, 50);
     this.dbUser.MainView = this.gdUser;
     this.dbUser.Name = "dbUser";
     this.dbUser.Size = new System.Drawing.Size(220, 545);
     this.dbUser.TabIndex = 0;
     this.dbUser.Tag = "@db=�û�ѡ��";
     this.dbUser.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gdUser});
     //
     // gdUser
     //
     this.gdUser.GridControl = this.dbUser;
     this.gdUser.GroupPanelText = "�û���Ϣ";
     this.gdUser.Name = "gdUser";
     this.gdUser.OptionsBehavior.Editable = false;
     this.gdUser.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gdUser_RowCellClick);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.dbMessage);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.grpUserInfo);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(586, 595);
     this.splitContainerControl2.SplitterPosition = 192;
     this.splitContainerControl2.TabIndex = 0;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // FrmCardManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(812, 651);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl3);
     this.Name = "FrmCardManager";
     this.Text = "��Ƭ����";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCardManager_FormClosing);
     this.Load += new System.EventHandler(this.FrmCardManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbMessage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpUserInfo)).EndInit();
     this.grpUserInfo.ResumeLayout(false);
     this.grpUserInfo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtptime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtdtime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEtime.Properties)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Etime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Etime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemake.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Dtime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Dtime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ptime.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ptime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBZmoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtXJmoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddMoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtYMoney.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCardRealNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbodept.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbFilter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gdUser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 26
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Steganography.SplashScreen1), true, true);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     DevExpress.Utils.Animation.PushTransition pushTransition1 = new DevExpress.Utils.Animation.PushTransition();
     this.formAssistant1 = new DevExpress.XtraBars.FormAssistant();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonStatusBar2 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.applicationMenu2 = new DevExpress.XtraBars.Ribbon.ApplicationMenu();
     this.barButtonItemExit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemAbout = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUnpack = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptions = new DevExpress.XtraBars.BarButtonItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barButtonItemExecute = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPack = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptionsSave = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptionsLoad = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = 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.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGamma = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemWeb = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGroups = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemForum = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowSampleImage = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowMedianImage = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemError = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemBarcode = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemErase = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCheck = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemChecksum = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonMiniToolbar1 = new DevExpress.XtraBars.Ribbon.RibbonMiniToolbar();
     this.ribbonPageCategoryPack = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPagePack = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup16 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup31 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup17 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup33 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup34 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategoryUnpack = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageUnpack = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup20 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup32 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup18 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage5 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup35 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup36 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategoryOptions = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageOptions = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup29 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup15 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup19 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategory1 = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPage7 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup30 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup25 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup22 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup21 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup26 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup24 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup23 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel();
     this.workspaceManager1 = new DevExpress.Utils.WorkspaceManager();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemPack = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemUnpack = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.mainControl = new Steganography.BbsControl();
     this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 681);
     this.ribbonStatusBar1.Name = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon = null;
     this.ribbonStatusBar1.Size = new System.Drawing.Size(1261, 20);
     //
     // ribbonStatusBar2
     //
     this.ribbonStatusBar2.Location = new System.Drawing.Point(0, 815);
     this.ribbonStatusBar2.Name = "ribbonStatusBar2";
     this.ribbonStatusBar2.Ribbon = this.ribbonControl;
     this.ribbonStatusBar2.Size = new System.Drawing.Size(1215, 55);
     //
     // ribbonControl
     //
     this.ribbonControl.ApplicationButtonDropDownControl = this.applicationMenu2;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl.ExpandCollapseItem,
     this.barButtonItemAbout,
     this.barButtonItemUnpack,
     this.barButtonItemOptions,
     this.skinRibbonGalleryBarItem1,
     this.barButtonItemExecute,
     this.barButtonItemPack,
     this.barButtonItemExit,
     this.barButtonItemOptionsSave,
     this.barButtonItemOptionsLoad,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem6,
     this.barButtonItem7,
     this.barButtonItemGamma,
     this.barButtonItem9,
     this.barButtonItemWeb,
     this.barButtonItemGroups,
     this.barButtonItemForum,
     this.barButtonItem13,
     this.barButtonItem14,
     this.barButtonItemShowSampleImage,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItemShowMedianImage,
     this.barButtonItemError,
     this.barButtonItemBarcode,
     this.barButtonItemErase,
     this.barButtonItemCheck,
     this.barButtonItemChecksum});
     this.ribbonControl.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 2;
     this.ribbonControl.MiniToolbars.Add(this.ribbonMiniToolbar1);
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
     this.ribbonPageCategoryPack,
     this.ribbonPageCategoryUnpack,
     this.ribbonPageCategoryOptions,
     this.ribbonPageCategory1});
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage1,
     this.ribbonPage3});
     this.ribbonControl.Size = new System.Drawing.Size(1215, 249);
     this.ribbonControl.StatusBar = this.ribbonStatusBar2;
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItem5);
     //
     // applicationMenu2
     //
     this.applicationMenu2.ItemLinks.Add(this.barButtonItemExit);
     this.applicationMenu2.Name = "applicationMenu2";
     this.applicationMenu2.Ribbon = this.ribbonControl;
     //
     // barButtonItemExit
     //
     this.barButtonItemExit.Caption = "Выход";
     this.barButtonItemExit.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemExit.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExit.Glyph")));
     this.barButtonItemExit.Id = 2;
     this.barButtonItemExit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExit.LargeGlyph")));
     this.barButtonItemExit.Name = "barButtonItemExit";
     this.barButtonItemExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Exit_ItemClick);
     //
     // barButtonItemAbout
     //
     this.barButtonItemAbout.Caption = "О программе";
     this.barButtonItemAbout.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemAbout.Glyph")));
     this.barButtonItemAbout.Id = 1;
     this.barButtonItemAbout.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemAbout.LargeGlyph")));
     this.barButtonItemAbout.Name = "barButtonItemAbout";
     this.barButtonItemAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.About_ItemClick);
     //
     // barButtonItemUnpack
     //
     this.barButtonItemUnpack.Caption = "Распаковать";
     this.barButtonItemUnpack.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemUnpack.Glyph")));
     this.barButtonItemUnpack.Id = 3;
     this.barButtonItemUnpack.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemUnpack.LargeGlyph")));
     this.barButtonItemUnpack.Name = "barButtonItemUnpack";
     this.barButtonItemUnpack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Unpack_ItemClick);
     //
     // barButtonItemOptions
     //
     this.barButtonItemOptions.Caption = "Параметры";
     this.barButtonItemOptions.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptions.Glyph")));
     this.barButtonItemOptions.Id = 4;
     this.barButtonItemOptions.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptions.LargeGlyph")));
     this.barButtonItemOptions.Name = "barButtonItemOptions";
     this.barButtonItemOptions.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Options_ItemClick);
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     this.skinRibbonGalleryBarItem1.Id = 5;
     this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
     //
     // barButtonItemExecute
     //
     this.barButtonItemExecute.Caption = "Выполнить";
     this.barButtonItemExecute.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExecute.Glyph")));
     this.barButtonItemExecute.Id = 6;
     this.barButtonItemExecute.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExecute.LargeGlyph")));
     this.barButtonItemExecute.Name = "barButtonItemExecute";
     this.barButtonItemExecute.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Execute_ItemClick);
     //
     // barButtonItemPack
     //
     this.barButtonItemPack.Caption = "Упаковать";
     this.barButtonItemPack.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemPack.Glyph")));
     this.barButtonItemPack.Id = 13;
     this.barButtonItemPack.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemPack.LargeGlyph")));
     this.barButtonItemPack.Name = "barButtonItemPack";
     this.barButtonItemPack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Pack_ItemClick);
     //
     // barButtonItemOptionsSave
     //
     this.barButtonItemOptionsSave.Caption = "Сохранить";
     this.barButtonItemOptionsSave.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsSave.Glyph")));
     this.barButtonItemOptionsSave.Id = 1;
     this.barButtonItemOptionsSave.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsSave.LargeGlyph")));
     this.barButtonItemOptionsSave.Name = "barButtonItemOptionsSave";
     this.barButtonItemOptionsSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OptionsSave_ItemClick);
     //
     // barButtonItemOptionsLoad
     //
     this.barButtonItemOptionsLoad.Caption = "Загрузить";
     this.barButtonItemOptionsLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsLoad.Glyph")));
     this.barButtonItemOptionsLoad.Id = 2;
     this.barButtonItemOptionsLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsLoad.LargeGlyph")));
     this.barButtonItemOptionsLoad.Name = "barButtonItemOptionsLoad";
     this.barButtonItemOptionsLoad.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OptionsLoad_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Образец";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 4;
     this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingOpenImage_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "Сообщение";
     this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id = 5;
     this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingOpenFile_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "Сохранить";
     this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id = 6;
     this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingSaveImage_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Отправить";
     this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Id = 7;
     this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingSendImage_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "Справка";
     this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
     this.barButtonItem5.Id = 9;
     this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "Картинка";
     this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
     this.barButtonItem6.Id = 10;
     this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingOpenImage_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "Сохранить";
     this.barButtonItem7.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.Glyph")));
     this.barButtonItem7.Id = 11;
     this.barButtonItem7.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.LargeGlyph")));
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingSaveFile_ItemClick);
     //
     // barButtonItemGamma
     //
     this.barButtonItemGamma.Caption = "Гамма";
     this.barButtonItemGamma.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGamma.Glyph")));
     this.barButtonItemGamma.Id = 12;
     this.barButtonItemGamma.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGamma.LargeGlyph")));
     this.barButtonItemGamma.Name = "barButtonItemGamma";
     this.barButtonItemGamma.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ViewSequence_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "Отправить";
     this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
     this.barButtonItem9.Id = 13;
     this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingSendFile_ItemClick);
     //
     // barButtonItemWeb
     //
     this.barButtonItemWeb.Caption = "Интернет";
     this.barButtonItemWeb.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemWeb.Glyph")));
     this.barButtonItemWeb.Id = 14;
     this.barButtonItemWeb.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemWeb.LargeGlyph")));
     this.barButtonItemWeb.Name = "barButtonItemWeb";
     this.barButtonItemWeb.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Internet_ItemClick);
     //
     // barButtonItemGroups
     //
     this.barButtonItemGroups.Caption = "Группы";
     this.barButtonItemGroups.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGroups.Glyph")));
     this.barButtonItemGroups.Id = 15;
     this.barButtonItemGroups.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGroups.LargeGlyph")));
     this.barButtonItemGroups.Name = "barButtonItemGroups";
     //
     // barButtonItemForum
     //
     this.barButtonItemForum.Caption = "Форумы";
     this.barButtonItemForum.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemForum.Glyph")));
     this.barButtonItemForum.Id = 16;
     this.barButtonItemForum.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemForum.LargeGlyph")));
     this.barButtonItemForum.Name = "barButtonItemForum";
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "Картинка";
     this.barButtonItem13.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.Glyph")));
     this.barButtonItem13.Id = 17;
     this.barButtonItem13.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.LargeGlyph")));
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowCipherImage_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "Сообщение";
     this.barButtonItem14.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.Glyph")));
     this.barButtonItem14.Id = 18;
     this.barButtonItem14.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.LargeGlyph")));
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackFileShow_ItemClick);
     //
     // barButtonItemShowSampleImage
     //
     this.barButtonItemShowSampleImage.Caption = "Образец";
     this.barButtonItemShowSampleImage.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowSampleImage.Glyph")));
     this.barButtonItemShowSampleImage.Id = 20;
     this.barButtonItemShowSampleImage.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowSampleImage.LargeGlyph")));
     this.barButtonItemShowSampleImage.Name = "barButtonItemShowSampleImage";
     this.barButtonItemShowSampleImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowSampleImage_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "Сообщение";
     this.barButtonItem16.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.Glyph")));
     this.barButtonItem16.Id = 21;
     this.barButtonItem16.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.LargeGlyph")));
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackFileShow_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "Картинка";
     this.barButtonItem17.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.Glyph")));
     this.barButtonItem17.Id = 22;
     this.barButtonItem17.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.LargeGlyph")));
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowInputImage_ItemClick);
     //
     // barButtonItemShowMedianImage
     //
     this.barButtonItemShowMedianImage.Caption = "Среднее";
     this.barButtonItemShowMedianImage.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowMedianImage.Glyph")));
     this.barButtonItemShowMedianImage.Id = 23;
     this.barButtonItemShowMedianImage.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowMedianImage.LargeGlyph")));
     this.barButtonItemShowMedianImage.Name = "barButtonItemShowMedianImage";
     this.barButtonItemShowMedianImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowMedianImage_ItemClick);
     //
     // barButtonItemError
     //
     this.barButtonItemError.Caption = "Ошибки";
     this.barButtonItemError.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemError.Glyph")));
     this.barButtonItemError.Id = 25;
     this.barButtonItemError.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemError.LargeGlyph")));
     this.barButtonItemError.Name = "barButtonItemError";
     //
     // barButtonItemBarcode
     //
     this.barButtonItemBarcode.Caption = "Баркод";
     this.barButtonItemBarcode.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemBarcode.Glyph")));
     this.barButtonItemBarcode.Id = 1;
     this.barButtonItemBarcode.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemBarcode.LargeGlyph")));
     this.barButtonItemBarcode.Name = "barButtonItemBarcode";
     this.barButtonItemBarcode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Barcode_ItemClick);
     //
     // barButtonItemErase
     //
     this.barButtonItemErase.Caption = "Очистить";
     this.barButtonItemErase.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemErase.Glyph")));
     this.barButtonItemErase.Id = 2;
     this.barButtonItemErase.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemErase.LargeGlyph")));
     this.barButtonItemErase.Name = "barButtonItemErase";
     this.barButtonItemErase.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Erase_ItemClick);
     //
     // barButtonItemCheck
     //
     this.barButtonItemCheck.Caption = "Проверить";
     this.barButtonItemCheck.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCheck.Glyph")));
     this.barButtonItemCheck.Id = 3;
     this.barButtonItemCheck.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCheck.LargeGlyph")));
     this.barButtonItemCheck.Name = "barButtonItemCheck";
     this.barButtonItemCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Check_ItemClick);
     //
     // barButtonItemChecksum
     //
     this.barButtonItemChecksum.Caption = "Контрольная сумма";
     this.barButtonItemChecksum.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemChecksum.Glyph")));
     this.barButtonItemChecksum.Id = 1;
     this.barButtonItemChecksum.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemChecksum.LargeGlyph")));
     this.barButtonItemChecksum.Name = "barButtonItemChecksum";
     this.barButtonItemChecksum.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemChecksum_ItemClick);
     //
     // ribbonMiniToolbar1
     //
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemExit);
     //
     // ribbonPageCategoryPack
     //
     this.ribbonPageCategoryPack.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.ribbonPageCategoryPack.Name = "ribbonPageCategoryPack";
     this.ribbonPageCategoryPack.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPagePack,
     this.ribbonPage4});
     this.ribbonPageCategoryPack.Text = "Режим упаковки";
     //
     // ribbonPagePack
     //
     this.ribbonPagePack.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup7,
     this.ribbonPageGroup16,
     this.ribbonPageGroup31,
     this.ribbonPageGroup9,
     this.ribbonPageGroup13,
     this.ribbonPageGroup17});
     this.ribbonPagePack.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPagePack.Image")));
     this.ribbonPagePack.Name = "ribbonPagePack";
     this.ribbonPagePack.Text = "Упаковка";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemExecute);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemErase);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemCheck);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     this.ribbonPageGroup7.Text = "Задачи";
     //
     // ribbonPageGroup16
     //
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem4);
     this.ribbonPageGroup16.Name = "ribbonPageGroup16";
     this.ribbonPageGroup16.Text = "Файлы";
     //
     // ribbonPageGroup31
     //
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItemShowSampleImage);
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItem16);
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup31.Name = "ribbonPageGroup31";
     this.ribbonPageGroup31.Text = "Просмотр";
     //
     // ribbonPageGroup9
     //
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup9.Name = "ribbonPageGroup9";
     this.ribbonPageGroup9.Text = "Параметры";
     //
     // ribbonPageGroup13
     //
     this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup13.Name = "ribbonPageGroup13";
     this.ribbonPageGroup13.Text = "Выход";
     //
     // ribbonPageGroup17
     //
     this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup17.Name = "ribbonPageGroup17";
     this.ribbonPageGroup17.Text = "Помощь";
     //
     // ribbonPage4
     //
     this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup33,
     this.ribbonPageGroup34});
     this.ribbonPage4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage4.Image")));
     this.ribbonPage4.Name = "ribbonPage4";
     this.ribbonPage4.Text = "Анализ";
     //
     // ribbonPageGroup33
     //
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemBarcode);
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemChecksum);
     this.ribbonPageGroup33.Name = "ribbonPageGroup33";
     this.ribbonPageGroup33.Text = "Анализ";
     //
     // ribbonPageGroup34
     //
     this.ribbonPageGroup34.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup34.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup34.Name = "ribbonPageGroup34";
     this.ribbonPageGroup34.Text = "Помощь";
     //
     // ribbonPageCategoryUnpack
     //
     this.ribbonPageCategoryUnpack.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ribbonPageCategoryUnpack.Name = "ribbonPageCategoryUnpack";
     this.ribbonPageCategoryUnpack.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPageUnpack,
     this.ribbonPage5});
     this.ribbonPageCategoryUnpack.Text = "Режим распаковки";
     //
     // ribbonPageUnpack
     //
     this.ribbonPageUnpack.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup8,
     this.ribbonPageGroup20,
     this.ribbonPageGroup32,
     this.ribbonPageGroup10,
     this.ribbonPageGroup14,
     this.ribbonPageGroup18});
     this.ribbonPageUnpack.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPageUnpack.Image")));
     this.ribbonPageUnpack.Name = "ribbonPageUnpack";
     this.ribbonPageUnpack.Text = "Распаковка";
     //
     // ribbonPageGroup8
     //
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItemExecute);
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItemErase);
     this.ribbonPageGroup8.Name = "ribbonPageGroup8";
     this.ribbonPageGroup8.Text = "Задачи";
     //
     // ribbonPageGroup20
     //
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem6);
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem7);
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem9);
     this.ribbonPageGroup20.Name = "ribbonPageGroup20";
     this.ribbonPageGroup20.Text = "Файлы";
     //
     // ribbonPageGroup32
     //
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItem17);
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItemShowMedianImage);
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItem14);
     this.ribbonPageGroup32.Name = "ribbonPageGroup32";
     this.ribbonPageGroup32.Text = "Просмотр";
     //
     // ribbonPageGroup10
     //
     this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup10.Name = "ribbonPageGroup10";
     this.ribbonPageGroup10.Text = "Параметры";
     //
     // ribbonPageGroup14
     //
     this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup14.Name = "ribbonPageGroup14";
     this.ribbonPageGroup14.Text = "Выход";
     //
     // ribbonPageGroup18
     //
     this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup18.Name = "ribbonPageGroup18";
     this.ribbonPageGroup18.Text = "Помощь";
     //
     // ribbonPage5
     //
     this.ribbonPage5.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup35,
     this.ribbonPageGroup36});
     this.ribbonPage5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage5.Image")));
     this.ribbonPage5.Name = "ribbonPage5";
     this.ribbonPage5.Text = "Анализ";
     //
     // ribbonPageGroup35
     //
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemBarcode);
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemChecksum);
     this.ribbonPageGroup35.Name = "ribbonPageGroup35";
     this.ribbonPageGroup35.Text = "Анализ";
     //
     // ribbonPageGroup36
     //
     this.ribbonPageGroup36.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup36.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup36.Name = "ribbonPageGroup36";
     this.ribbonPageGroup36.Text = "Помощь";
     //
     // ribbonPageCategoryOptions
     //
     this.ribbonPageCategoryOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.ribbonPageCategoryOptions.Name = "ribbonPageCategoryOptions";
     this.ribbonPageCategoryOptions.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPageOptions});
     this.ribbonPageCategoryOptions.Text = "Режим параметров";
     //
     // ribbonPageOptions
     //
     this.ribbonPageOptions.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup11,
     this.ribbonPageGroup29,
     this.ribbonPageGroup15,
     this.ribbonPageGroup19});
     this.ribbonPageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPageOptions.Image")));
     this.ribbonPageOptions.Name = "ribbonPageOptions";
     this.ribbonPageOptions.Text = "Параметры";
     //
     // ribbonPageGroup11
     //
     this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup11.Name = "ribbonPageGroup11";
     this.ribbonPageGroup11.Text = "Параметры";
     //
     // ribbonPageGroup29
     //
     this.ribbonPageGroup29.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup29.Name = "ribbonPageGroup29";
     this.ribbonPageGroup29.Text = "Анализ";
     //
     // ribbonPageGroup15
     //
     this.ribbonPageGroup15.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup15.Name = "ribbonPageGroup15";
     this.ribbonPageGroup15.Text = "Выход";
     //
     // ribbonPageGroup19
     //
     this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup19.Name = "ribbonPageGroup19";
     this.ribbonPageGroup19.Text = "Помощь";
     //
     // ribbonPageCategory1
     //
     this.ribbonPageCategory1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ribbonPageCategory1.Name = "ribbonPageCategory1";
     this.ribbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage7});
     this.ribbonPageCategory1.Text = "Помощь";
     //
     // ribbonPage7
     //
     this.ribbonPage7.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup30,
     this.ribbonPageGroup25,
     this.ribbonPageGroup22});
     this.ribbonPage7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage7.Image")));
     this.ribbonPage7.MergeOrder = 9999;
     this.ribbonPage7.Name = "ribbonPage7";
     this.ribbonPage7.Text = "Помощь";
     //
     // ribbonPageGroup30
     //
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemWeb);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemGroups);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemForum);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemError);
     this.ribbonPageGroup30.Name = "ribbonPageGroup30";
     this.ribbonPageGroup30.Text = "Ссылки";
     //
     // ribbonPageGroup25
     //
     this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup25.Name = "ribbonPageGroup25";
     this.ribbonPageGroup25.Text = "Выход";
     //
     // ribbonPageGroup22
     //
     this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup22.Name = "ribbonPageGroup22";
     this.ribbonPageGroup22.Text = "Помощь";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup21,
     this.ribbonPageGroup6,
     this.ribbonPageGroup26,
     this.ribbonPageGroup12,
     this.ribbonPageGroup2});
     this.ribbonPage1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage1.Image")));
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Главная";
     //
     // ribbonPageGroup21
     //
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemOptions);
     this.ribbonPageGroup21.Name = "ribbonPageGroup21";
     this.ribbonPageGroup21.Text = "Режим";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "Параметры";
     //
     // ribbonPageGroup26
     //
     this.ribbonPageGroup26.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup26.Name = "ribbonPageGroup26";
     this.ribbonPageGroup26.Text = "Анализ";
     //
     // ribbonPageGroup12
     //
     this.ribbonPageGroup12.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup12.Name = "ribbonPageGroup12";
     this.ribbonPageGroup12.Text = "Выход";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Помощь";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup1,
     this.ribbonPageGroup3,
     this.ribbonPageGroup24,
     this.ribbonPageGroup23});
     this.ribbonPage3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage3.Image")));
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "Вид";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemOptions);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Режим";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "Оболочка";
     //
     // ribbonPageGroup24
     //
     this.ribbonPageGroup24.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup24.Name = "ribbonPageGroup24";
     this.ribbonPageGroup24.Text = "Выход";
     //
     // ribbonPageGroup23
     //
     this.ribbonPageGroup23.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup23.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup23.Name = "ribbonPageGroup23";
     this.ribbonPageGroup23.Text = "Помощь";
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis";
     //
     // workspaceManager1
     //
     this.workspaceManager1.TargetControl = this;
     this.workspaceManager1.TransitionType = pushTransition1;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 249);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.mainControl);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1215, 566);
     this.splitContainerControl1.SplitterPosition = 211;
     this.splitContainerControl1.TabIndex = 5;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemPack,
     this.navBarItemUnpack,
     this.navBarItemOptions});
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 211;
     this.navBarControl1.Size = new System.Drawing.Size(211, 566);
     this.navBarControl1.TabIndex = 1;
     this.navBarControl1.Text = "navBarControl1";
     this.navBarControl1.View = new DevExpress.XtraNavBar.ViewInfo.SkinExplorerBarViewInfoRegistrator();
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Режим";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemPack),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemUnpack),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemOptions)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemPack
     //
     this.navBarItemPack.Caption = "Упаковать";
     this.navBarItemPack.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemPack.LargeImage")));
     this.navBarItemPack.Name = "navBarItemPack";
     this.navBarItemPack.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemPack.SmallImage")));
     this.navBarItemPack.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Pack_LinkClicked);
     //
     // navBarItemUnpack
     //
     this.navBarItemUnpack.Caption = "Распаковать";
     this.navBarItemUnpack.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemUnpack.LargeImage")));
     this.navBarItemUnpack.Name = "navBarItemUnpack";
     this.navBarItemUnpack.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemUnpack.SmallImage")));
     this.navBarItemUnpack.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Unpack_LinkClicked);
     //
     // navBarItemOptions
     //
     this.navBarItemOptions.Caption = "Параметры";
     this.navBarItemOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemOptions.LargeImage")));
     this.navBarItemOptions.Name = "navBarItemOptions";
     this.navBarItemOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemOptions.SmallImage")));
     this.navBarItemOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Options_LinkClicked);
     //
     // mainControl
     //
     this.mainControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mainControl.Location = new System.Drawing.Point(0, 0);
     this.mainControl.Name = "mainControl";
     this.mainControl.SelectedMode = Steganography.BbsControl.Mode.Pack;
     this.mainControl.Size = new System.Drawing.Size(986, 566);
     this.mainControl.TabIndex = 3;
     this.mainControl.TabsVisible = true;
     this.mainControl.SelectedModeChanged += new Steganography.BbsControl.SelectedModeChangedEventHandler(this.SelectedModeChanged);
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "ribbonPageGroup4";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup4});
     this.ribbonPage2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage2.Image")));
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "Помощь";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1215, 870);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.ribbonStatusBar2);
     this.Controls.Add(this.ribbonControl);
     this.Name = "MainForm";
     this.Ribbon = this.ribbonControl;
     this.StatusBar = this.ribbonStatusBar2;
     this.Text = "Метод широкополосных сигналов";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupControlTenantList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlTenant = new DevExpress.XtraGrid.GridControl();
     this.gridViewTenant = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tenant_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_prefix = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_surname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_province_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_distict_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_modified_date = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTenantStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnTStatus = new DevExpress.XtraGrid.Columns.GridColumn();
     this.tenant_create_date = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumntenant_relate_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.groupControlRental = new DevExpress.XtraEditors.GroupControl();
     this.textEditCheckOutDate = new DevExpress.XtraEditors.TextEdit();
     this.textEditCheckinDate = new DevExpress.XtraEditors.TextEdit();
     this.labelControlDateOut = new DevExpress.XtraEditors.LabelControl();
     this.labelControlDateIn = new DevExpress.XtraEditors.LabelControl();
     this.textEditRoomType = new DevExpress.XtraEditors.TextEdit();
     this.labelControlRoomType = new DevExpress.XtraEditors.LabelControl();
     this.textEditFloor = new DevExpress.XtraEditors.TextEdit();
     this.labelControlFloor = new DevExpress.XtraEditors.LabelControl();
     this.textEditBuilding = new DevExpress.XtraEditors.TextEdit();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.textEditRoomLabel = new DevExpress.XtraEditors.TextEdit();
     this.labelControlRoomName = new DevExpress.XtraEditors.LabelControl();
     this.textEditStatus = new DevExpress.XtraEditors.TextEdit();
     this.labelControlStatus = new DevExpress.XtraEditors.LabelControl();
     this.groupControlTenant = new DevExpress.XtraEditors.GroupControl();
     this.textEditDistrict = new DevExpress.XtraEditors.TextEdit();
     this.textEditProvince = new DevExpress.XtraEditors.TextEdit();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.dateEditBirthday = new DevExpress.XtraEditors.DateEdit();
     this.labelControlBirthday = new DevExpress.XtraEditors.LabelControl();
     this.labelControlDistinct = new DevExpress.XtraEditors.LabelControl();
     this.labelControlProvince = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPrefix = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.labelControlPhone = new DevExpress.XtraEditors.LabelControl();
     this.textEditPhone = new DevExpress.XtraEditors.TextEdit();
     this.textEditName = new DevExpress.XtraEditors.TextEdit();
     this.textEditRemark = new DevExpress.XtraEditors.MemoEdit();
     this.textEditAddress = new DevExpress.XtraEditors.MemoEdit();
     this.labelControlCarLicence = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRemark = new DevExpress.XtraEditors.LabelControl();
     this.textEditCarLicence = new DevExpress.XtraEditors.TextEdit();
     this.labelControlAddress = new DevExpress.XtraEditors.LabelControl();
     this.labelControlIDCard = new DevExpress.XtraEditors.LabelControl();
     this.labelControlSurname = new DevExpress.XtraEditors.LabelControl();
     this.textEditIDCard = new DevExpress.XtraEditors.TextEdit();
     this.labelControlName = new DevExpress.XtraEditors.LabelControl();
     this.textEditSurname = new DevExpress.XtraEditors.TextEdit();
     this.labelControlPostcode = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTitle = new DevExpress.XtraEditors.LabelControl();
     this.textEditPostcode = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.textEditTenant_relate_id = new DevExpress.XtraEditors.TextEdit();
     this.textEditDateCreate = new DevExpress.XtraEditors.TextEdit();
     this.textEditTenantID = new DevExpress.XtraEditors.TextEdit();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlTenantList)).BeginInit();
     this.groupControlTenantList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlTenant)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTenant)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).BeginInit();
     this.groupControlRental.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckOutDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckinDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditFloor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditBuilding.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlTenant)).BeginInit();
     this.groupControlTenant.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDistrict.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditProvince.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthday.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthday.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPrefix.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRemark.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAddress.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCarLicence.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIDCard.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSurname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPostcode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenant_relate_id.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDateCreate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantID.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlTenantList
     //
     this.groupControlTenantList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlTenantList.AppearanceCaption.Options.UseFont = true;
     this.groupControlTenantList.Controls.Add(this.gridControlTenant);
     this.groupControlTenantList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlTenantList.Location = new System.Drawing.Point(0, 0);
     this.groupControlTenantList.Name = "groupControlTenantList";
     this.groupControlTenantList.Size = new System.Drawing.Size(401, 497);
     this.groupControlTenantList.TabIndex = 0;
     this.groupControlTenantList.Text = "รายการผู้เช่า";
     //
     // gridControlTenant
     //
     this.gridControlTenant.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlTenant.Location = new System.Drawing.Point(2, 22);
     this.gridControlTenant.MainView = this.gridViewTenant;
     this.gridControlTenant.Name = "gridControlTenant";
     this.gridControlTenant.Size = new System.Drawing.Size(397, 473);
     this.gridControlTenant.TabIndex = 1;
     this.gridControlTenant.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewTenant});
     //
     // gridViewTenant
     //
     this.gridViewTenant.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.tenant_id,
     this.tenant_prefix,
     this.tenant_name,
     this.tenant_surname,
     this.tenant_province_id,
     this.tenant_distict_id,
     this.tenant_modified_date,
     this.colTenantStatus,
     this.gridColumnTStatus,
     this.tenant_create_date,
     this.gridColumntenant_relate_id});
     this.gridViewTenant.GridControl = this.gridControlTenant;
     this.gridViewTenant.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewTenant.Name = "gridViewTenant";
     this.gridViewTenant.OptionsFind.AlwaysVisible = true;
     this.gridViewTenant.OptionsFind.ShowCloseButton = false;
     this.gridViewTenant.OptionsView.ShowGroupPanel = false;
     //
     // tenant_id
     //
     this.tenant_id.Caption = "tenant_id";
     this.tenant_id.FieldName = "tenant_id";
     this.tenant_id.Name = "tenant_id";
     this.tenant_id.OptionsColumn.AllowEdit = false;
     this.tenant_id.OptionsColumn.AllowFocus = false;
     this.tenant_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_id.OptionsColumn.AllowMove = false;
     //
     // tenant_prefix
     //
     this.tenant_prefix.AppearanceCell.Options.UseTextOptions = true;
     this.tenant_prefix.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tenant_prefix.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tenant_prefix.AppearanceHeader.Options.UseFont = true;
     this.tenant_prefix.AppearanceHeader.Options.UseTextOptions = true;
     this.tenant_prefix.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tenant_prefix.Caption = "คำนำหน้า";
     this.tenant_prefix.Name = "tenant_prefix";
     this.tenant_prefix.OptionsColumn.AllowEdit = false;
     this.tenant_prefix.OptionsColumn.AllowFocus = false;
     this.tenant_prefix.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_prefix.OptionsColumn.AllowMove = false;
     this.tenant_prefix.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.tenant_prefix.SortMode = DevExpress.XtraGrid.ColumnSortMode.DisplayText;
     this.tenant_prefix.Visible = true;
     this.tenant_prefix.VisibleIndex = 0;
     this.tenant_prefix.Width = 55;
     //
     // tenant_name
     //
     this.tenant_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tenant_name.AppearanceHeader.Options.UseFont = true;
     this.tenant_name.AppearanceHeader.Options.UseTextOptions = true;
     this.tenant_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tenant_name.Caption = "ชื่อ";
     this.tenant_name.FieldName = "tenant_name";
     this.tenant_name.Name = "tenant_name";
     this.tenant_name.OptionsColumn.AllowEdit = false;
     this.tenant_name.OptionsColumn.AllowFocus = false;
     this.tenant_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_name.OptionsColumn.AllowMove = false;
     this.tenant_name.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.tenant_name.SortMode = DevExpress.XtraGrid.ColumnSortMode.DisplayText;
     this.tenant_name.Visible = true;
     this.tenant_name.VisibleIndex = 1;
     //
     // tenant_surname
     //
     this.tenant_surname.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.tenant_surname.AppearanceHeader.Options.UseFont = true;
     this.tenant_surname.AppearanceHeader.Options.UseTextOptions = true;
     this.tenant_surname.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.tenant_surname.Caption = "นามสกุล";
     this.tenant_surname.FieldName = "tenant_surname";
     this.tenant_surname.Name = "tenant_surname";
     this.tenant_surname.OptionsColumn.AllowEdit = false;
     this.tenant_surname.OptionsColumn.AllowFocus = false;
     this.tenant_surname.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_surname.OptionsColumn.AllowMove = false;
     this.tenant_surname.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.True;
     this.tenant_surname.Visible = true;
     this.tenant_surname.VisibleIndex = 2;
     this.tenant_surname.Width = 84;
     //
     // tenant_province_id
     //
     this.tenant_province_id.Caption = "tenant_province_id";
     this.tenant_province_id.FieldName = "tenant_province_id";
     this.tenant_province_id.Name = "tenant_province_id";
     this.tenant_province_id.OptionsColumn.AllowEdit = false;
     this.tenant_province_id.OptionsColumn.AllowFocus = false;
     this.tenant_province_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_province_id.OptionsColumn.AllowMove = false;
     //
     // tenant_distict_id
     //
     this.tenant_distict_id.Caption = "tenant_distict_id";
     this.tenant_distict_id.FieldName = "tenant_distict_id";
     this.tenant_distict_id.Name = "tenant_distict_id";
     this.tenant_distict_id.OptionsColumn.AllowEdit = false;
     this.tenant_distict_id.OptionsColumn.AllowFocus = false;
     this.tenant_distict_id.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.True;
     this.tenant_distict_id.OptionsColumn.AllowMove = false;
     //
     // tenant_modified_date
     //
     this.tenant_modified_date.Caption = "date_modified";
     this.tenant_modified_date.FieldName = "tenant_modified_date";
     this.tenant_modified_date.Name = "tenant_modified_date";
     this.tenant_modified_date.OptionsColumn.AllowEdit = false;
     this.tenant_modified_date.OptionsColumn.AllowFocus = false;
     this.tenant_modified_date.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.tenant_modified_date.OptionsColumn.AllowMove = false;
     //
     // colTenantStatus
     //
     this.colTenantStatus.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTenantStatus.AppearanceHeader.Options.UseFont = true;
     this.colTenantStatus.Caption = "สถานะ";
     this.colTenantStatus.Name = "colTenantStatus";
     this.colTenantStatus.OptionsColumn.AllowEdit = false;
     this.colTenantStatus.OptionsColumn.AllowFocus = false;
     this.colTenantStatus.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colTenantStatus.OptionsColumn.AllowMove = false;
     this.colTenantStatus.OptionsColumn.ReadOnly = true;
     this.colTenantStatus.Visible = true;
     this.colTenantStatus.VisibleIndex = 3;
     //
     // gridColumnTStatus
     //
     this.gridColumnTStatus.Caption = "TStatus";
     this.gridColumnTStatus.FieldName = "tenant_status";
     this.gridColumnTStatus.Name = "gridColumnTStatus";
     //
     // tenant_create_date
     //
     this.tenant_create_date.Caption = "tenant_create_date";
     this.tenant_create_date.FieldName = "tenant_created_date";
     this.tenant_create_date.Name = "tenant_create_date";
     //
     // gridColumntenant_relate_id
     //
     this.gridColumntenant_relate_id.Caption = "tenant_relate_id";
     this.gridColumntenant_relate_id.FieldName = "tenant_relate_id";
     this.gridColumntenant_relate_id.Name = "gridColumntenant_relate_id";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlTenantList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1006, 497);
     this.splitContainerControl2.SplitterPosition = 401;
     this.splitContainerControl2.TabIndex = 19;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // panelControl3
     //
     this.panelControl3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
     this.panelControl3.Appearance.Options.UseBackColor = true;
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.xtraScrollableControl1);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(600, 431);
     this.panelControl3.TabIndex = 12;
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.groupControlRental);
     this.xtraScrollableControl1.Controls.Add(this.groupControlTenant);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(600, 431);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // groupControlRental
     //
     this.groupControlRental.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlRental.AppearanceCaption.Options.UseFont = true;
     this.groupControlRental.Controls.Add(this.textEditCheckOutDate);
     this.groupControlRental.Controls.Add(this.textEditCheckinDate);
     this.groupControlRental.Controls.Add(this.labelControlDateOut);
     this.groupControlRental.Controls.Add(this.labelControlDateIn);
     this.groupControlRental.Controls.Add(this.textEditRoomType);
     this.groupControlRental.Controls.Add(this.labelControlRoomType);
     this.groupControlRental.Controls.Add(this.textEditFloor);
     this.groupControlRental.Controls.Add(this.labelControlFloor);
     this.groupControlRental.Controls.Add(this.textEditBuilding);
     this.groupControlRental.Controls.Add(this.labelControlBuilding);
     this.groupControlRental.Controls.Add(this.textEditRoomLabel);
     this.groupControlRental.Controls.Add(this.labelControlRoomName);
     this.groupControlRental.Controls.Add(this.textEditStatus);
     this.groupControlRental.Controls.Add(this.labelControlStatus);
     this.groupControlRental.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlRental.Location = new System.Drawing.Point(0, 400);
     this.groupControlRental.Name = "groupControlRental";
     this.groupControlRental.Size = new System.Drawing.Size(583, 190);
     this.groupControlRental.TabIndex = 6;
     this.groupControlRental.Text = "การเช่า";
     //
     // textEditCheckOutDate
     //
     this.textEditCheckOutDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditCheckOutDate.EditValue = "";
     this.textEditCheckOutDate.Enabled = false;
     this.textEditCheckOutDate.Location = new System.Drawing.Point(410, 138);
     this.textEditCheckOutDate.Name = "textEditCheckOutDate";
     this.textEditCheckOutDate.Properties.MaxLength = 50;
     this.textEditCheckOutDate.Size = new System.Drawing.Size(150, 20);
     this.textEditCheckOutDate.TabIndex = 364;
     //
     // textEditCheckinDate
     //
     this.textEditCheckinDate.EditValue = "";
     this.textEditCheckinDate.Enabled = false;
     this.textEditCheckinDate.Location = new System.Drawing.Point(182, 138);
     this.textEditCheckinDate.Name = "textEditCheckinDate";
     this.textEditCheckinDate.Properties.MaxLength = 50;
     this.textEditCheckinDate.Size = new System.Drawing.Size(143, 20);
     this.textEditCheckinDate.TabIndex = 363;
     //
     // labelControlDateOut
     //
     this.labelControlDateOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlDateOut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDateOut.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDateOut.Location = new System.Drawing.Point(296, 145);
     this.labelControlDateOut.Name = "labelControlDateOut";
     this.labelControlDateOut.Size = new System.Drawing.Size(108, 13);
     this.labelControlDateOut.TabIndex = 362;
     this.labelControlDateOut.Text = "วันที่ย้ายออก :";
     //
     // labelControlDateIn
     //
     this.labelControlDateIn.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDateIn.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDateIn.Location = new System.Drawing.Point(39, 145);
     this.labelControlDateIn.Name = "labelControlDateIn";
     this.labelControlDateIn.Size = new System.Drawing.Size(133, 13);
     this.labelControlDateIn.TabIndex = 361;
     this.labelControlDateIn.Text = "วันที่เข้าพัก :";
     //
     // textEditRoomType
     //
     this.textEditRoomType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRoomType.EditValue = "";
     this.textEditRoomType.Enabled = false;
     this.textEditRoomType.Location = new System.Drawing.Point(182, 112);
     this.textEditRoomType.Name = "textEditRoomType";
     this.textEditRoomType.Properties.MaxLength = 200;
     this.textEditRoomType.Size = new System.Drawing.Size(378, 20);
     this.textEditRoomType.TabIndex = 357;
     //
     // labelControlRoomType
     //
     this.labelControlRoomType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomType.Location = new System.Drawing.Point(34, 119);
     this.labelControlRoomType.Name = "labelControlRoomType";
     this.labelControlRoomType.Size = new System.Drawing.Size(138, 13);
     this.labelControlRoomType.TabIndex = 358;
     this.labelControlRoomType.Text = "ประเภทห้อง :";
     //
     // textEditFloor
     //
     this.textEditFloor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditFloor.EditValue = "";
     this.textEditFloor.Enabled = false;
     this.textEditFloor.Location = new System.Drawing.Point(182, 86);
     this.textEditFloor.Name = "textEditFloor";
     this.textEditFloor.Properties.MaxLength = 50;
     this.textEditFloor.Size = new System.Drawing.Size(378, 20);
     this.textEditFloor.TabIndex = 357;
     //
     // labelControlFloor
     //
     this.labelControlFloor.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlFloor.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlFloor.Location = new System.Drawing.Point(75, 93);
     this.labelControlFloor.Name = "labelControlFloor";
     this.labelControlFloor.Size = new System.Drawing.Size(97, 13);
     this.labelControlFloor.TabIndex = 358;
     this.labelControlFloor.Text = "ชั้น :";
     //
     // textEditBuilding
     //
     this.textEditBuilding.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditBuilding.EditValue = "";
     this.textEditBuilding.Enabled = false;
     this.textEditBuilding.Location = new System.Drawing.Point(182, 60);
     this.textEditBuilding.Name = "textEditBuilding";
     this.textEditBuilding.Properties.MaxLength = 200;
     this.textEditBuilding.Size = new System.Drawing.Size(378, 20);
     this.textEditBuilding.TabIndex = 357;
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBuilding.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBuilding.Location = new System.Drawing.Point(60, 67);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(112, 13);
     this.labelControlBuilding.TabIndex = 358;
     this.labelControlBuilding.Text = "อาคาร :";
     //
     // textEditRoomLabel
     //
     this.textEditRoomLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRoomLabel.EditValue = "";
     this.textEditRoomLabel.Enabled = false;
     this.textEditRoomLabel.Location = new System.Drawing.Point(182, 34);
     this.textEditRoomLabel.Name = "textEditRoomLabel";
     this.textEditRoomLabel.Properties.MaxLength = 200;
     this.textEditRoomLabel.Size = new System.Drawing.Size(378, 20);
     this.textEditRoomLabel.TabIndex = 357;
     //
     // labelControlRoomName
     //
     this.labelControlRoomName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomName.Location = new System.Drawing.Point(56, 41);
     this.labelControlRoomName.Name = "labelControlRoomName";
     this.labelControlRoomName.Size = new System.Drawing.Size(116, 13);
     this.labelControlRoomName.TabIndex = 358;
     this.labelControlRoomName.Text = "ชื่อห้อง :";
     //
     // textEditStatus
     //
     this.textEditStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditStatus.EditValue = "";
     this.textEditStatus.Enabled = false;
     this.textEditStatus.Location = new System.Drawing.Point(182, 164);
     this.textEditStatus.Name = "textEditStatus";
     this.textEditStatus.Properties.MaxLength = 200;
     this.textEditStatus.Size = new System.Drawing.Size(378, 20);
     this.textEditStatus.TabIndex = 354;
     //
     // labelControlStatus
     //
     this.labelControlStatus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlStatus.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlStatus.Location = new System.Drawing.Point(59, 171);
     this.labelControlStatus.Name = "labelControlStatus";
     this.labelControlStatus.Size = new System.Drawing.Size(113, 13);
     this.labelControlStatus.TabIndex = 356;
     this.labelControlStatus.Text = "สถานะ :";
     //
     // groupControlTenant
     //
     this.groupControlTenant.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlTenant.AppearanceCaption.Options.UseFont = true;
     this.groupControlTenant.Controls.Add(this.textEditDistrict);
     this.groupControlTenant.Controls.Add(this.textEditProvince);
     this.groupControlTenant.Controls.Add(this.labelControl26);
     this.groupControlTenant.Controls.Add(this.labelControl2);
     this.groupControlTenant.Controls.Add(this.labelControl23);
     this.groupControlTenant.Controls.Add(this.labelControl22);
     this.groupControlTenant.Controls.Add(this.labelControl21);
     this.groupControlTenant.Controls.Add(this.labelControl20);
     this.groupControlTenant.Controls.Add(this.labelControl19);
     this.groupControlTenant.Controls.Add(this.labelControl18);
     this.groupControlTenant.Controls.Add(this.labelControl1);
     this.groupControlTenant.Controls.Add(this.labelControl3);
     this.groupControlTenant.Controls.Add(this.dateEditBirthday);
     this.groupControlTenant.Controls.Add(this.labelControlBirthday);
     this.groupControlTenant.Controls.Add(this.labelControlDistinct);
     this.groupControlTenant.Controls.Add(this.labelControlProvince);
     this.groupControlTenant.Controls.Add(this.lookUpEditPrefix);
     this.groupControlTenant.Controls.Add(this.labelControlRequired);
     this.groupControlTenant.Controls.Add(this.labelControlPhone);
     this.groupControlTenant.Controls.Add(this.textEditPhone);
     this.groupControlTenant.Controls.Add(this.textEditName);
     this.groupControlTenant.Controls.Add(this.textEditRemark);
     this.groupControlTenant.Controls.Add(this.textEditAddress);
     this.groupControlTenant.Controls.Add(this.labelControlCarLicence);
     this.groupControlTenant.Controls.Add(this.labelControlRemark);
     this.groupControlTenant.Controls.Add(this.textEditCarLicence);
     this.groupControlTenant.Controls.Add(this.labelControlAddress);
     this.groupControlTenant.Controls.Add(this.labelControlIDCard);
     this.groupControlTenant.Controls.Add(this.labelControlSurname);
     this.groupControlTenant.Controls.Add(this.textEditIDCard);
     this.groupControlTenant.Controls.Add(this.labelControlName);
     this.groupControlTenant.Controls.Add(this.textEditSurname);
     this.groupControlTenant.Controls.Add(this.labelControlPostcode);
     this.groupControlTenant.Controls.Add(this.labelControlTitle);
     this.groupControlTenant.Controls.Add(this.textEditPostcode);
     this.groupControlTenant.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlTenant.Location = new System.Drawing.Point(0, 0);
     this.groupControlTenant.Name = "groupControlTenant";
     this.groupControlTenant.Size = new System.Drawing.Size(583, 400);
     this.groupControlTenant.TabIndex = 3;
     this.groupControlTenant.Text = "จัดการผู้เช่า";
     //
     // textEditDistrict
     //
     this.textEditDistrict.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditDistrict.EditValue = "";
     this.textEditDistrict.Enabled = false;
     this.textEditDistrict.Location = new System.Drawing.Point(183, 217);
     this.textEditDistrict.Name = "textEditDistrict";
     this.textEditDistrict.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditDistrict.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditDistrict.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditDistrict.Properties.MaxLength = 200;
     this.textEditDistrict.Size = new System.Drawing.Size(378, 20);
     this.textEditDistrict.TabIndex = 447;
     //
     // textEditProvince
     //
     this.textEditProvince.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditProvince.EditValue = "";
     this.textEditProvince.Enabled = false;
     this.textEditProvince.Location = new System.Drawing.Point(183, 243);
     this.textEditProvince.Name = "textEditProvince";
     this.textEditProvince.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditProvince.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditProvince.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditProvince.Properties.MaxLength = 200;
     this.textEditProvince.Size = new System.Drawing.Size(378, 20);
     this.textEditProvince.TabIndex = 446;
     //
     // labelControl26
     //
     this.labelControl26.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl26.Location = new System.Drawing.Point(65, 250);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(6, 13);
     this.labelControl26.TabIndex = 445;
     this.labelControl26.Text = "*";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(65, 224);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 442;
     this.labelControl2.Text = "*";
     //
     // labelControl23
     //
     this.labelControl23.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl23.Location = new System.Drawing.Point(65, 168);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(6, 13);
     this.labelControl23.TabIndex = 443;
     this.labelControl23.Text = "*";
     //
     // labelControl22
     //
     this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl22.Location = new System.Drawing.Point(5, 122);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(6, 13);
     this.labelControl22.TabIndex = 441;
     this.labelControl22.Text = "*";
     //
     // labelControl21
     //
     this.labelControl21.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl21.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl21.Location = new System.Drawing.Point(65, 98);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(6, 13);
     this.labelControl21.TabIndex = 440;
     this.labelControl21.Text = "*";
     //
     // labelControl20
     //
     this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl20.Location = new System.Drawing.Point(65, 143);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(6, 13);
     this.labelControl20.TabIndex = 439;
     this.labelControl20.Text = "*";
     //
     // labelControl19
     //
     this.labelControl19.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl19.Location = new System.Drawing.Point(65, 68);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(6, 13);
     this.labelControl19.TabIndex = 438;
     this.labelControl19.Text = "*";
     //
     // labelControl18
     //
     this.labelControl18.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl18.Location = new System.Drawing.Point(65, 42);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(6, 13);
     this.labelControl18.TabIndex = 437;
     this.labelControl18.Text = "*";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(65, 302);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 435;
     this.labelControl1.Text = "*";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(65, 276);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 435;
     this.labelControl3.Text = "*";
     //
     // dateEditBirthday
     //
     this.dateEditBirthday.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dateEditBirthday.EditValue = new System.DateTime(2011, 7, 18, 10, 11, 22, 586);
     this.dateEditBirthday.Enabled = false;
     this.dateEditBirthday.Location = new System.Drawing.Point(182, 139);
     this.dateEditBirthday.Name = "dateEditBirthday";
     this.dateEditBirthday.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditBirthday.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEditBirthday.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditBirthday.Properties.EditFormat.FormatString = "dd/MMM/yyyy";
     this.dateEditBirthday.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditBirthday.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditBirthday.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEditBirthday.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditBirthday.Size = new System.Drawing.Size(378, 20);
     this.dateEditBirthday.TabIndex = 433;
     //
     // labelControlBirthday
     //
     this.labelControlBirthday.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBirthday.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBirthday.Location = new System.Drawing.Point(69, 146);
     this.labelControlBirthday.Name = "labelControlBirthday";
     this.labelControlBirthday.Size = new System.Drawing.Size(103, 13);
     this.labelControlBirthday.TabIndex = 434;
     this.labelControlBirthday.Text = "วันเกิด :";
     //
     // labelControlDistinct
     //
     this.labelControlDistinct.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDistinct.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDistinct.Location = new System.Drawing.Point(42, 224);
     this.labelControlDistinct.Name = "labelControlDistinct";
     this.labelControlDistinct.Size = new System.Drawing.Size(131, 13);
     this.labelControlDistinct.TabIndex = 431;
     this.labelControlDistinct.Text = "อำเภอ / เขต :";
     //
     // labelControlProvince
     //
     this.labelControlProvince.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlProvince.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlProvince.Location = new System.Drawing.Point(70, 250);
     this.labelControlProvince.Name = "labelControlProvince";
     this.labelControlProvince.Size = new System.Drawing.Size(103, 13);
     this.labelControlProvince.TabIndex = 432;
     this.labelControlProvince.Text = "จังหวัด :";
     //
     // lookUpEditPrefix
     //
     this.lookUpEditPrefix.Enabled = false;
     this.lookUpEditPrefix.Location = new System.Drawing.Point(182, 35);
     this.lookUpEditPrefix.Name = "lookUpEditPrefix";
     this.lookUpEditPrefix.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPrefix.Size = new System.Drawing.Size(379, 20);
     this.lookUpEditPrefix.TabIndex = 417;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRequired.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRequired.Location = new System.Drawing.Point(65, 380);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(107, 13);
     this.labelControlRequired.TabIndex = 429;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // labelControlPhone
     //
     this.labelControlPhone.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPhone.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPhone.Location = new System.Drawing.Point(48, 302);
     this.labelControlPhone.Name = "labelControlPhone";
     this.labelControlPhone.Size = new System.Drawing.Size(124, 13);
     this.labelControlPhone.TabIndex = 430;
     this.labelControlPhone.Text = "เบอร์ติดต่อ :";
     //
     // textEditPhone
     //
     this.textEditPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditPhone.EditValue = "";
     this.textEditPhone.Enabled = false;
     this.textEditPhone.Location = new System.Drawing.Point(182, 295);
     this.textEditPhone.Name = "textEditPhone";
     this.textEditPhone.Properties.MaxLength = 50;
     this.textEditPhone.Size = new System.Drawing.Size(378, 20);
     this.textEditPhone.TabIndex = 420;
     //
     // textEditName
     //
     this.textEditName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditName.EditValue = "";
     this.textEditName.Enabled = false;
     this.textEditName.Location = new System.Drawing.Point(182, 61);
     this.textEditName.Name = "textEditName";
     this.textEditName.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditName.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditName.Properties.MaxLength = 200;
     this.textEditName.Size = new System.Drawing.Size(378, 20);
     this.textEditName.TabIndex = 412;
     //
     // textEditRemark
     //
     this.textEditRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRemark.Enabled = false;
     this.textEditRemark.Location = new System.Drawing.Point(182, 347);
     this.textEditRemark.Name = "textEditRemark";
     this.textEditRemark.Properties.MaxLength = 500;
     this.textEditRemark.Size = new System.Drawing.Size(378, 46);
     this.textEditRemark.TabIndex = 415;
     //
     // textEditAddress
     //
     this.textEditAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditAddress.EditValue = "";
     this.textEditAddress.Enabled = false;
     this.textEditAddress.Location = new System.Drawing.Point(182, 165);
     this.textEditAddress.Name = "textEditAddress";
     this.textEditAddress.Properties.MaxLength = 300;
     this.textEditAddress.Size = new System.Drawing.Size(378, 46);
     this.textEditAddress.TabIndex = 416;
     //
     // labelControlCarLicence
     //
     this.labelControlCarLicence.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlCarLicence.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlCarLicence.Location = new System.Drawing.Point(51, 328);
     this.labelControlCarLicence.Name = "labelControlCarLicence";
     this.labelControlCarLicence.Size = new System.Drawing.Size(121, 13);
     this.labelControlCarLicence.TabIndex = 428;
     this.labelControlCarLicence.Text = "ทะเบียนรถ :";
     //
     // labelControlRemark
     //
     this.labelControlRemark.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRemark.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRemark.Location = new System.Drawing.Point(56, 350);
     this.labelControlRemark.Name = "labelControlRemark";
     this.labelControlRemark.Size = new System.Drawing.Size(116, 13);
     this.labelControlRemark.TabIndex = 426;
     this.labelControlRemark.Text = "หมายเหตุ :";
     //
     // textEditCarLicence
     //
     this.textEditCarLicence.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditCarLicence.EditValue = "";
     this.textEditCarLicence.Enabled = false;
     this.textEditCarLicence.Location = new System.Drawing.Point(182, 321);
     this.textEditCarLicence.Name = "textEditCarLicence";
     this.textEditCarLicence.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \'|\\-]){0,20}";
     this.textEditCarLicence.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditCarLicence.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditCarLicence.Properties.MaxLength = 20;
     this.textEditCarLicence.Size = new System.Drawing.Size(378, 20);
     this.textEditCarLicence.TabIndex = 419;
     //
     // labelControlAddress
     //
     this.labelControlAddress.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlAddress.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlAddress.Location = new System.Drawing.Point(78, 168);
     this.labelControlAddress.Name = "labelControlAddress";
     this.labelControlAddress.Size = new System.Drawing.Size(94, 13);
     this.labelControlAddress.TabIndex = 427;
     this.labelControlAddress.Text = "ที่อยู่ :";
     //
     // labelControlIDCard
     //
     this.labelControlIDCard.AllowHtmlString = true;
     this.labelControlIDCard.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlIDCard.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlIDCard.Location = new System.Drawing.Point(-2, 119);
     this.labelControlIDCard.Name = "labelControlIDCard";
     this.labelControlIDCard.Size = new System.Drawing.Size(174, 14);
     this.labelControlIDCard.TabIndex = 425;
     this.labelControlIDCard.Text = "บัตรประชาชน / หนังสือเดินทาง :";
     //
     // labelControlSurname
     //
     this.labelControlSurname.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlSurname.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlSurname.Location = new System.Drawing.Point(59, 94);
     this.labelControlSurname.Name = "labelControlSurname";
     this.labelControlSurname.Size = new System.Drawing.Size(113, 13);
     this.labelControlSurname.TabIndex = 424;
     this.labelControlSurname.Text = "นามสกุล :";
     //
     // textEditIDCard
     //
     this.textEditIDCard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditIDCard.EditValue = "";
     this.textEditIDCard.Enabled = false;
     this.textEditIDCard.Location = new System.Drawing.Point(182, 113);
     this.textEditIDCard.Name = "textEditIDCard";
     this.textEditIDCard.Properties.Mask.EditMask = "([0-9]){13}";
     this.textEditIDCard.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditIDCard.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditIDCard.Properties.MaxLength = 13;
     this.textEditIDCard.Size = new System.Drawing.Size(378, 20);
     this.textEditIDCard.TabIndex = 414;
     //
     // labelControlName
     //
     this.labelControlName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlName.Location = new System.Drawing.Point(85, 68);
     this.labelControlName.Name = "labelControlName";
     this.labelControlName.Size = new System.Drawing.Size(87, 13);
     this.labelControlName.TabIndex = 423;
     this.labelControlName.Text = "ชื่อ :";
     //
     // textEditSurname
     //
     this.textEditSurname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditSurname.EditValue = "";
     this.textEditSurname.Enabled = false;
     this.textEditSurname.Location = new System.Drawing.Point(182, 87);
     this.textEditSurname.Name = "textEditSurname";
     this.textEditSurname.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){1,200}";
     this.textEditSurname.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditSurname.Properties.MaxLength = 200;
     this.textEditSurname.Size = new System.Drawing.Size(378, 20);
     this.textEditSurname.TabIndex = 413;
     //
     // labelControlPostcode
     //
     this.labelControlPostcode.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPostcode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPostcode.Location = new System.Drawing.Point(39, 276);
     this.labelControlPostcode.Name = "labelControlPostcode";
     this.labelControlPostcode.Size = new System.Drawing.Size(133, 13);
     this.labelControlPostcode.TabIndex = 421;
     this.labelControlPostcode.Text = "รหัสไปรษณีย์ :";
     //
     // labelControlTitle
     //
     this.labelControlTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTitle.Location = new System.Drawing.Point(20, 42);
     this.labelControlTitle.Name = "labelControlTitle";
     this.labelControlTitle.Size = new System.Drawing.Size(152, 13);
     this.labelControlTitle.TabIndex = 422;
     this.labelControlTitle.Text = "คำนำหน้า :";
     //
     // textEditPostcode
     //
     this.textEditPostcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditPostcode.EditValue = "";
     this.textEditPostcode.Enabled = false;
     this.textEditPostcode.Location = new System.Drawing.Point(182, 269);
     this.textEditPostcode.Name = "textEditPostcode";
     this.textEditPostcode.Properties.MaxLength = 10;
     this.textEditPostcode.Size = new System.Drawing.Size(378, 20);
     this.textEditPostcode.TabIndex = 410;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.textEditTenant_relate_id);
     this.panelControl1.Controls.Add(this.textEditDateCreate);
     this.panelControl1.Controls.Add(this.textEditTenantID);
     this.panelControl1.Controls.Add(this.bttDelete);
     this.panelControl1.Controls.Add(this.bttAdd);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 431);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(600, 66);
     this.panelControl1.TabIndex = 1;
     //
     // textEditTenant_relate_id
     //
     this.textEditTenant_relate_id.Location = new System.Drawing.Point(78, 12);
     this.textEditTenant_relate_id.Name = "textEditTenant_relate_id";
     this.textEditTenant_relate_id.Size = new System.Drawing.Size(27, 20);
     this.textEditTenant_relate_id.TabIndex = 365;
     this.textEditTenant_relate_id.Visible = false;
     //
     // textEditDateCreate
     //
     this.textEditDateCreate.Location = new System.Drawing.Point(42, 12);
     this.textEditDateCreate.Name = "textEditDateCreate";
     this.textEditDateCreate.Size = new System.Drawing.Size(27, 20);
     this.textEditDateCreate.TabIndex = 364;
     this.textEditDateCreate.Visible = false;
     //
     // textEditTenantID
     //
     this.textEditTenantID.Location = new System.Drawing.Point(5, 12);
     this.textEditTenantID.Name = "textEditTenantID";
     this.textEditTenantID.Size = new System.Drawing.Size(27, 20);
     this.textEditTenantID.TabIndex = 363;
     this.textEditTenantID.Visible = false;
     //
     // bttDelete
     //
     this.bttDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(373, 5);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 20;
     this.bttDelete.Text = "ลบข้อมูล";
     //
     // bttAdd
     //
     this.bttAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(221, 5);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 18;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Visible = false;
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(297, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(525, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(449, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     //
     // Tenant
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Name = "Tenant";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1020, 511);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlTenantList)).EndInit();
     this.groupControlTenantList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlTenant)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewTenant)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).EndInit();
     this.groupControlRental.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckOutDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckinDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditFloor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditBuilding.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlTenant)).EndInit();
     this.groupControlTenant.ResumeLayout(false);
     this.groupControlTenant.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDistrict.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditProvince.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthday.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditBirthday.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPrefix.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRemark.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAddress.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCarLicence.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditIDCard.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditSurname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPostcode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenant_relate_id.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDateCreate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantID.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomCheckOut));
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlRoom = new DevExpress.XtraGrid.GridControl();
     this.gridViewRoom = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.check_out_room_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_room_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_building_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_floor_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_roomtype_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_room_status = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_tenant_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_tenant_surname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_check_out_leave_date = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_room_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_tenant_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_check_in_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_insurerate_rate_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_insurerate_rate_weekly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_insurerate_rate_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_deposite_rate_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_deposite_rate_weekly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.check_out_deposite_rate_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.electricity_unit_rate_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.electricity_unit_rate_weekly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.electricity_unit_rate_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.electricity_unit_rate_min = new DevExpress.XtraGrid.Columns.GridColumn();
     this.electricity_price_rate_min = new DevExpress.XtraGrid.Columns.GridColumn();
     this.water_unit_rate_monthly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.water_unit_rate_weekly = new DevExpress.XtraGrid.Columns.GridColumn();
     this.water_unit_rate_daily = new DevExpress.XtraGrid.Columns.GridColumn();
     this.water_unit_rate_min = new DevExpress.XtraGrid.Columns.GridColumn();
     this.water_price_rate_min = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.groupExpense = new DevExpress.XtraEditors.GroupControl();
     this.groupControlItem = new DevExpress.XtraEditors.GroupControl();
     this.gridControlItem = new DevExpress.XtraGrid.GridControl();
     this.gridViewItemList = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumNo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInvoiceItemName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAmount = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAmountPerUnit = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInvoiceItemPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnVat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnVating = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInvoiceItemId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnItemNetPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.bttRemoveItem = new DevExpress.XtraEditors.SimpleButton();
     this.bttAddItem = new DevExpress.XtraEditors.SimpleButton();
     this.labelControlBaht3 = new DevExpress.XtraEditors.LabelControl();
     this.textEditRefund = new DevExpress.XtraEditors.TextEdit();
     this.labelControlRefund = new DevExpress.XtraEditors.LabelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.gridControlGeneralCost = new DevExpress.XtraGrid.GridControl();
     this.gridViewGeneralCost = 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.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnNetPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControlCalculate = new DevExpress.XtraEditors.PanelControl();
     this.dateEditInvoiceDueDate = new DevExpress.XtraEditors.DateEdit();
     this.panelControlPricePerDay = new DevExpress.XtraEditors.PanelControl();
     this.textEditChargePrice = new DevExpress.XtraEditors.TextEdit();
     this.labelControlPrice = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTipMSG = new DevExpress.XtraEditors.LabelControl();
     this.dateEditLeaveDate = new DevExpress.XtraEditors.DateEdit();
     this.bttCalculate = new DevExpress.XtraEditors.SimpleButton();
     this.labelControlRentalPrice = new DevExpress.XtraEditors.LabelControl();
     this.labelControlCheckOutDate = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditCharge = new DevExpress.XtraEditors.LookUpEdit();
     this.groupControlMeter = new DevExpress.XtraEditors.GroupControl();
     this.textEditPhonePrice = new DevExpress.XtraEditors.TextEdit();
     this.groupControlEndMeter = new DevExpress.XtraEditors.GroupControl();
     this.textEditWMeterPresent = new DevExpress.XtraEditors.TextEdit();
     this.textEditEMeterPresent = new DevExpress.XtraEditors.TextEdit();
     this.groupControlEndDate = new DevExpress.XtraEditors.GroupControl();
     this.dateEditWMeterPresentDate = new DevExpress.XtraEditors.DateEdit();
     this.dateEditEMeterPresentDate = new DevExpress.XtraEditors.DateEdit();
     this.dateEditPhoneStart = new DevExpress.XtraEditors.DateEdit();
     this.dateEditPhoneEnd = new DevExpress.XtraEditors.DateEdit();
     this.textEditWaterMeterId = new DevExpress.XtraEditors.TextEdit();
     this.textEditElectricMeterId = new DevExpress.XtraEditors.TextEdit();
     this.groupControlStartMeter = new DevExpress.XtraEditors.GroupControl();
     this.textEditWMeterPreviousUnit = new DevExpress.XtraEditors.TextEdit();
     this.textEditEMeterPreviousUnit = new DevExpress.XtraEditors.TextEdit();
     this.labelControlPhoneMeter = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTelAmount = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTelEnd = new DevExpress.XtraEditors.LabelControl();
     this.labelControlTelStart = new DevExpress.XtraEditors.LabelControl();
     this.labelControlWaterMeter = new DevExpress.XtraEditors.LabelControl();
     this.labelControlElectricMeter = new DevExpress.XtraEditors.LabelControl();
     this.groupControlStartDate = new DevExpress.XtraEditors.GroupControl();
     this.dateEditWMeterPreviousDate = new DevExpress.XtraEditors.DateEdit();
     this.dateEditEMeterPreviousDate = new DevExpress.XtraEditors.DateEdit();
     this.groupRoomInfo = new DevExpress.XtraEditors.GroupControl();
     this.textEditRoomPrice = new DevExpress.XtraEditors.TextEdit();
     this.labelControlBaht0 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMonth2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBaht1 = new DevExpress.XtraEditors.LabelControl();
     this.textEditInsurerate = new DevExpress.XtraEditors.TextEdit();
     this.textEditAdvance = new DevExpress.XtraEditors.TextEdit();
     this.labelControlInsurance = new DevExpress.XtraEditors.LabelControl();
     this.labelControlDeposit = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMonthlyRate = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditFloorId = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlFloor = new DevExpress.XtraEditors.LabelControl();
     this.textEditRoomLabel = new DevExpress.XtraEditors.TextEdit();
     this.labelControlRoomName = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditRoomTypeId = new DevExpress.XtraEditors.LookUpEdit();
     this.lookUpEditBuildingId = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRoomType = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.groupControlRental = new DevExpress.XtraEditors.GroupControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.textEditTenantName = new DevExpress.XtraEditors.TextEdit();
     this.labelControlSurname = new DevExpress.XtraEditors.LabelControl();
     this.labelControlName = new DevExpress.XtraEditors.LabelControl();
     this.textEditTenantSurname = new DevExpress.XtraEditors.TextEdit();
     this.labelControlTitle = new DevExpress.XtraEditors.LabelControl();
     this.textEditPrefix = new DevExpress.XtraEditors.TextEdit();
     this.groupControlCheckOut = new DevExpress.XtraEditors.GroupControl();
     this.lookUpEditContractType = new DevExpress.XtraEditors.LookUpEdit();
     this.dateEditCheckInDate = new DevExpress.XtraEditors.DateEdit();
     this.labelControlMonth = new DevExpress.XtraEditors.LabelControl();
     this.labelControlMinimum = new DevExpress.XtraEditors.LabelControl();
     this.labelControlRentType = new DevExpress.XtraEditors.LabelControl();
     this.labelControlContractDate = new DevExpress.XtraEditors.LabelControl();
     this.labelControlContractNo = new DevExpress.XtraEditors.LabelControl();
     this.textEditMinimum = new DevExpress.XtraEditors.TextEdit();
     this.textEditContractNo = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.bttPrintInvoice = new DevExpress.XtraEditors.SimpleButton();
     this.bttPrintInsurance = new DevExpress.XtraEditors.SimpleButton();
     this.textEditRoomStatus = new DevExpress.XtraEditors.TextEdit();
     this.textEditCheckInId = new DevExpress.XtraEditors.TextEdit();
     this.textEditTenantId = new DevExpress.XtraEditors.TextEdit();
     this.textEditRoomId = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.textEditRoomCode = new DevExpress.XtraEditors.TextEdit();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).BeginInit();
     this.groupControlList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRoom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupExpense)).BeginInit();
     this.groupExpense.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlItem)).BeginInit();
     this.groupControlItem.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewItemList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRefund.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlGeneralCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewGeneralCost)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlCalculate)).BeginInit();
     this.panelControlCalculate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditInvoiceDueDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditInvoiceDueDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPricePerDay)).BeginInit();
     this.panelControlPricePerDay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditChargePrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditLeaveDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditLeaveDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCharge.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlMeter)).BeginInit();
     this.groupControlMeter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhonePrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlEndMeter)).BeginInit();
     this.groupControlEndMeter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWMeterPresent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEMeterPresent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlEndDate)).BeginInit();
     this.groupControlEndDate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPresentDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPresentDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPresentDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPresentDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneStart.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneEnd.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeterId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeterId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartMeter)).BeginInit();
     this.groupControlStartMeter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWMeterPreviousUnit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEMeterPreviousUnit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartDate)).BeginInit();
     this.groupControlStartDate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPreviousDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPreviousDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPreviousDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPreviousDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupRoomInfo)).BeginInit();
     this.groupRoomInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInsurerate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAdvance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditFloorId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditRoomTypeId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditBuildingId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).BeginInit();
     this.groupControlRental.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantSurname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefix.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCheckOut)).BeginInit();
     this.groupControlCheckOut.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditContractType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMinimum.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckInId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomCode.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1296, 634);
     this.splitContainerControl2.SplitterPosition = 667;
     this.splitContainerControl2.TabIndex = 17;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlList
     //
     this.groupControlList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlList.AppearanceCaption.Options.UseFont = true;
     this.groupControlList.Controls.Add(this.gridControlRoom);
     this.groupControlList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlList.Location = new System.Drawing.Point(0, 0);
     this.groupControlList.Name = "groupControlList";
     this.groupControlList.Size = new System.Drawing.Size(667, 634);
     this.groupControlList.TabIndex = 0;
     this.groupControlList.Text = "รายการห้องที่มี่ผู้เช่าและแจ้งย้ายออก";
     //
     // gridControlRoom
     //
     this.gridControlRoom.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlRoom.Location = new System.Drawing.Point(2, 22);
     this.gridControlRoom.MainView = this.gridViewRoom;
     this.gridControlRoom.Name = "gridControlRoom";
     this.gridControlRoom.Size = new System.Drawing.Size(663, 610);
     this.gridControlRoom.TabIndex = 1;
     this.gridControlRoom.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewRoom});
     //
     // gridViewRoom
     //
     this.gridViewRoom.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.check_out_room_code,
     this.grid_check_out_room_name,
     this.grid_check_out_building_label,
     this.grid_check_out_floor_code,
     this.grid_check_out_roomtype_label,
     this.grid_check_out_room_status,
     this.grid_check_out_tenant_name,
     this.grid_check_out_tenant_surname,
     this.grid_check_out_leave_date,
     this.check_out_room_id,
     this.check_out_tenant_id,
     this.check_out_check_in_id,
     this.check_out_insurerate_rate_monthly,
     this.check_out_insurerate_rate_weekly,
     this.check_out_insurerate_rate_daily,
     this.check_out_deposite_rate_monthly,
     this.check_out_deposite_rate_weekly,
     this.check_out_deposite_rate_daily,
     this.electricity_unit_rate_monthly,
     this.electricity_unit_rate_weekly,
     this.electricity_unit_rate_daily,
     this.electricity_unit_rate_min,
     this.electricity_price_rate_min,
     this.water_unit_rate_monthly,
     this.water_unit_rate_weekly,
     this.water_unit_rate_daily,
     this.water_unit_rate_min,
     this.water_price_rate_min});
     this.gridViewRoom.GridControl = this.gridControlRoom;
     this.gridViewRoom.Name = "gridViewRoom";
     this.gridViewRoom.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewRoom.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewRoom.OptionsFind.AlwaysVisible = true;
     this.gridViewRoom.OptionsFind.ShowCloseButton = false;
     this.gridViewRoom.OptionsView.ShowGroupPanel = false;
     //
     // check_out_room_code
     //
     this.check_out_room_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.check_out_room_code.AppearanceHeader.Options.UseFont = true;
     this.check_out_room_code.Caption = "รหัสห้อง";
     this.check_out_room_code.FieldName = "coderef";
     this.check_out_room_code.Name = "check_out_room_code";
     this.check_out_room_code.OptionsColumn.AllowEdit = false;
     this.check_out_room_code.OptionsColumn.AllowFocus = false;
     this.check_out_room_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.check_out_room_code.OptionsColumn.AllowMove = false;
     //
     // grid_check_out_room_name
     //
     this.grid_check_out_room_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_room_name.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_room_name.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_room_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_room_name.Caption = "ชื่อห้อง";
     this.grid_check_out_room_name.FieldName = "room_label";
     this.grid_check_out_room_name.Name = "grid_check_out_room_name";
     this.grid_check_out_room_name.OptionsColumn.AllowEdit = false;
     this.grid_check_out_room_name.OptionsColumn.AllowFocus = false;
     this.grid_check_out_room_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_room_name.OptionsColumn.AllowMove = false;
     this.grid_check_out_room_name.Visible = true;
     this.grid_check_out_room_name.VisibleIndex = 0;
     this.grid_check_out_room_name.Width = 70;
     //
     // grid_check_out_building_label
     //
     this.grid_check_out_building_label.AppearanceCell.Options.UseTextOptions = true;
     this.grid_check_out_building_label.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_building_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_building_label.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_building_label.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_building_label.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_building_label.Caption = "อาคาร";
     this.grid_check_out_building_label.FieldName = "building_label";
     this.grid_check_out_building_label.Name = "grid_check_out_building_label";
     this.grid_check_out_building_label.OptionsColumn.AllowEdit = false;
     this.grid_check_out_building_label.OptionsColumn.AllowFocus = false;
     this.grid_check_out_building_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_building_label.OptionsColumn.AllowMove = false;
     this.grid_check_out_building_label.Visible = true;
     this.grid_check_out_building_label.VisibleIndex = 1;
     this.grid_check_out_building_label.Width = 50;
     //
     // grid_check_out_floor_code
     //
     this.grid_check_out_floor_code.AppearanceCell.Options.UseTextOptions = true;
     this.grid_check_out_floor_code.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_floor_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_floor_code.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_floor_code.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_floor_code.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_floor_code.Caption = "ชั้น";
     this.grid_check_out_floor_code.FieldName = "floor_code";
     this.grid_check_out_floor_code.Name = "grid_check_out_floor_code";
     this.grid_check_out_floor_code.OptionsColumn.AllowEdit = false;
     this.grid_check_out_floor_code.OptionsColumn.AllowFocus = false;
     this.grid_check_out_floor_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_floor_code.OptionsColumn.AllowMove = false;
     this.grid_check_out_floor_code.Visible = true;
     this.grid_check_out_floor_code.VisibleIndex = 2;
     this.grid_check_out_floor_code.Width = 48;
     //
     // grid_check_out_roomtype_label
     //
     this.grid_check_out_roomtype_label.AppearanceCell.Options.UseTextOptions = true;
     this.grid_check_out_roomtype_label.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_roomtype_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_roomtype_label.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_roomtype_label.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_roomtype_label.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_roomtype_label.Caption = "ประเภท";
     this.grid_check_out_roomtype_label.FieldName = "roomtype_label";
     this.grid_check_out_roomtype_label.Name = "grid_check_out_roomtype_label";
     this.grid_check_out_roomtype_label.OptionsColumn.AllowEdit = false;
     this.grid_check_out_roomtype_label.OptionsColumn.AllowFocus = false;
     this.grid_check_out_roomtype_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_roomtype_label.OptionsColumn.AllowMove = false;
     this.grid_check_out_roomtype_label.Visible = true;
     this.grid_check_out_roomtype_label.VisibleIndex = 3;
     this.grid_check_out_roomtype_label.Width = 60;
     //
     // grid_check_out_room_status
     //
     this.grid_check_out_room_status.AppearanceCell.Options.UseTextOptions = true;
     this.grid_check_out_room_status.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_room_status.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_room_status.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_room_status.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_room_status.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_room_status.Caption = "สถานะห้อง";
     this.grid_check_out_room_status.FieldName = "room_status_label";
     this.grid_check_out_room_status.Name = "grid_check_out_room_status";
     this.grid_check_out_room_status.OptionsColumn.AllowEdit = false;
     this.grid_check_out_room_status.OptionsColumn.AllowFocus = false;
     this.grid_check_out_room_status.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_room_status.OptionsColumn.AllowMove = false;
     this.grid_check_out_room_status.Visible = true;
     this.grid_check_out_room_status.VisibleIndex = 4;
     this.grid_check_out_room_status.Width = 64;
     //
     // grid_check_out_tenant_name
     //
     this.grid_check_out_tenant_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_tenant_name.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_tenant_name.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_tenant_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_tenant_name.Caption = "ชื่อ";
     this.grid_check_out_tenant_name.FieldName = "tenant_name";
     this.grid_check_out_tenant_name.Name = "grid_check_out_tenant_name";
     this.grid_check_out_tenant_name.OptionsColumn.AllowEdit = false;
     this.grid_check_out_tenant_name.OptionsColumn.AllowFocus = false;
     this.grid_check_out_tenant_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_tenant_name.OptionsColumn.AllowMove = false;
     this.grid_check_out_tenant_name.Visible = true;
     this.grid_check_out_tenant_name.VisibleIndex = 5;
     this.grid_check_out_tenant_name.Width = 82;
     //
     // grid_check_out_tenant_surname
     //
     this.grid_check_out_tenant_surname.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_tenant_surname.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_tenant_surname.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_tenant_surname.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_tenant_surname.Caption = "นามสกุล";
     this.grid_check_out_tenant_surname.FieldName = "tenant_surname";
     this.grid_check_out_tenant_surname.Name = "grid_check_out_tenant_surname";
     this.grid_check_out_tenant_surname.OptionsColumn.AllowEdit = false;
     this.grid_check_out_tenant_surname.OptionsColumn.AllowFocus = false;
     this.grid_check_out_tenant_surname.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_tenant_surname.OptionsColumn.AllowMove = false;
     this.grid_check_out_tenant_surname.Visible = true;
     this.grid_check_out_tenant_surname.VisibleIndex = 6;
     this.grid_check_out_tenant_surname.Width = 82;
     //
     // grid_check_out_leave_date
     //
     this.grid_check_out_leave_date.AppearanceCell.Options.UseTextOptions = true;
     this.grid_check_out_leave_date.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_leave_date.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_check_out_leave_date.AppearanceHeader.Options.UseFont = true;
     this.grid_check_out_leave_date.AppearanceHeader.Options.UseTextOptions = true;
     this.grid_check_out_leave_date.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.grid_check_out_leave_date.Caption = "วันที่ต้องการย้ายออก";
     this.grid_check_out_leave_date.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
     this.grid_check_out_leave_date.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.grid_check_out_leave_date.FieldName = "leave_date";
     this.grid_check_out_leave_date.Name = "grid_check_out_leave_date";
     this.grid_check_out_leave_date.OptionsColumn.AllowEdit = false;
     this.grid_check_out_leave_date.OptionsColumn.AllowFocus = false;
     this.grid_check_out_leave_date.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_check_out_leave_date.OptionsColumn.AllowMove = false;
     this.grid_check_out_leave_date.Visible = true;
     this.grid_check_out_leave_date.VisibleIndex = 7;
     this.grid_check_out_leave_date.Width = 111;
     //
     // check_out_room_id
     //
     this.check_out_room_id.Caption = "room_id";
     this.check_out_room_id.FieldName = "room_id";
     this.check_out_room_id.Name = "check_out_room_id";
     //
     // check_out_tenant_id
     //
     this.check_out_tenant_id.Caption = "tenant_id";
     this.check_out_tenant_id.FieldName = "tenant_id";
     this.check_out_tenant_id.Name = "check_out_tenant_id";
     //
     // check_out_check_in_id
     //
     this.check_out_check_in_id.Caption = "check_in_id";
     this.check_out_check_in_id.FieldName = "check_in_id";
     this.check_out_check_in_id.Name = "check_out_check_in_id";
     //
     // check_out_insurerate_rate_monthly
     //
     this.check_out_insurerate_rate_monthly.Caption = "insurerate_rate_monthly";
     this.check_out_insurerate_rate_monthly.FieldName = "insurerate_rate_monthly";
     this.check_out_insurerate_rate_monthly.Name = "check_out_insurerate_rate_monthly";
     //
     // check_out_insurerate_rate_weekly
     //
     this.check_out_insurerate_rate_weekly.Caption = "check_out_insurerate_rate_weekly";
     this.check_out_insurerate_rate_weekly.FieldName = "insurerate_rate_weekly";
     this.check_out_insurerate_rate_weekly.Name = "check_out_insurerate_rate_weekly";
     //
     // check_out_insurerate_rate_daily
     //
     this.check_out_insurerate_rate_daily.Caption = "check_out_insurerate_rate_daily";
     this.check_out_insurerate_rate_daily.FieldName = "insurerate_rate_daily";
     this.check_out_insurerate_rate_daily.Name = "check_out_insurerate_rate_daily";
     //
     // check_out_deposite_rate_monthly
     //
     this.check_out_deposite_rate_monthly.Caption = "check_out_deposite_rate_monthly";
     this.check_out_deposite_rate_monthly.FieldName = "deposite_rate_monthly";
     this.check_out_deposite_rate_monthly.Name = "check_out_deposite_rate_monthly";
     //
     // check_out_deposite_rate_weekly
     //
     this.check_out_deposite_rate_weekly.Caption = "check_out_deposite_rate_weekly";
     this.check_out_deposite_rate_weekly.FieldName = "deposite_rate_weekly";
     this.check_out_deposite_rate_weekly.Name = "check_out_deposite_rate_weekly";
     //
     // check_out_deposite_rate_daily
     //
     this.check_out_deposite_rate_daily.Caption = "check_out_deposite_rate_daily";
     this.check_out_deposite_rate_daily.FieldName = "deposite_rate_daily";
     this.check_out_deposite_rate_daily.Name = "check_out_deposite_rate_daily";
     //
     // electricity_unit_rate_monthly
     //
     this.electricity_unit_rate_monthly.Caption = "electricity_unit_rate_monthly";
     this.electricity_unit_rate_monthly.FieldName = "electricity_unit_rate_monthly";
     this.electricity_unit_rate_monthly.Name = "electricity_unit_rate_monthly";
     //
     // electricity_unit_rate_weekly
     //
     this.electricity_unit_rate_weekly.Caption = "electricity_unit_rate_weekly";
     this.electricity_unit_rate_weekly.FieldName = "electricity_unit_rate_weekly";
     this.electricity_unit_rate_weekly.Name = "electricity_unit_rate_weekly";
     //
     // electricity_unit_rate_daily
     //
     this.electricity_unit_rate_daily.Caption = "electricity_unit_rate_daily";
     this.electricity_unit_rate_daily.FieldName = "electricity_unit_rate_daily";
     this.electricity_unit_rate_daily.Name = "electricity_unit_rate_daily";
     //
     // electricity_unit_rate_min
     //
     this.electricity_unit_rate_min.Caption = "electricity_unit_rate_min";
     this.electricity_unit_rate_min.FieldName = "electricity_unit_rate_min";
     this.electricity_unit_rate_min.Name = "electricity_unit_rate_min";
     //
     // electricity_price_rate_min
     //
     this.electricity_price_rate_min.Caption = "electricity_price_rate_min";
     this.electricity_price_rate_min.FieldName = "electricity_price_rate_min";
     this.electricity_price_rate_min.Name = "electricity_price_rate_min";
     //
     // water_unit_rate_monthly
     //
     this.water_unit_rate_monthly.Caption = "water_unit_rate_monthly";
     this.water_unit_rate_monthly.FieldName = "water_unit_rate_monthly";
     this.water_unit_rate_monthly.Name = "water_unit_rate_monthly";
     //
     // water_unit_rate_weekly
     //
     this.water_unit_rate_weekly.Caption = "water_unit_rate_weekly";
     this.water_unit_rate_weekly.FieldName = "water_unit_rate_weekly";
     this.water_unit_rate_weekly.Name = "water_unit_rate_weekly";
     //
     // water_unit_rate_daily
     //
     this.water_unit_rate_daily.Caption = "water_unit_rate_daily";
     this.water_unit_rate_daily.FieldName = "water_unit_rate_daily";
     this.water_unit_rate_daily.Name = "water_unit_rate_daily";
     //
     // water_unit_rate_min
     //
     this.water_unit_rate_min.Caption = "water_unit_rate_min";
     this.water_unit_rate_min.FieldName = "water_unit_rate_min";
     this.water_unit_rate_min.Name = "water_unit_rate_min";
     //
     // water_price_rate_min
     //
     this.water_price_rate_min.Caption = "water_price_rate_min";
     this.water_price_rate_min.FieldName = "water_price_rate_min";
     this.water_price_rate_min.Name = "water_price_rate_min";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.xtraScrollableControl1);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(624, 568);
     this.panelControl3.TabIndex = 12;
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.groupExpense);
     this.xtraScrollableControl1.Controls.Add(this.panelControlCalculate);
     this.xtraScrollableControl1.Controls.Add(this.groupControlMeter);
     this.xtraScrollableControl1.Controls.Add(this.groupRoomInfo);
     this.xtraScrollableControl1.Controls.Add(this.groupControlRental);
     this.xtraScrollableControl1.Controls.Add(this.groupControlCheckOut);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(624, 568);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // groupExpense
     //
     this.groupExpense.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupExpense.AppearanceCaption.Options.UseFont = true;
     this.groupExpense.Controls.Add(this.groupControlItem);
     this.groupExpense.Controls.Add(this.panelControl4);
     this.groupExpense.Controls.Add(this.panelControl2);
     this.groupExpense.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupExpense.Location = new System.Drawing.Point(0, 612);
     this.groupExpense.Name = "groupExpense";
     this.groupExpense.Size = new System.Drawing.Size(607, 347);
     this.groupExpense.TabIndex = 367;
     this.groupExpense.Text = "รายการค่าใช้จ่ายประจำเดือน";
     //
     // groupControlItem
     //
     this.groupControlItem.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlItem.AppearanceCaption.Options.UseFont = true;
     this.groupControlItem.Controls.Add(this.gridControlItem);
     this.groupControlItem.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlItem.Location = new System.Drawing.Point(2, 138);
     this.groupControlItem.Name = "groupControlItem";
     this.groupControlItem.Size = new System.Drawing.Size(603, 147);
     this.groupControlItem.TabIndex = 316;
     this.groupControlItem.Text = "รายการค่าใช้จ่ายเพิ่มเติม";
     //
     // gridControlItem
     //
     this.gridControlItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlItem.Location = new System.Drawing.Point(2, 22);
     this.gridControlItem.MainView = this.gridViewItemList;
     this.gridControlItem.Name = "gridControlItem";
     this.gridControlItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gridControlItem.Size = new System.Drawing.Size(599, 123);
     this.gridControlItem.TabIndex = 284;
     this.gridControlItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewItemList});
     //
     // gridViewItemList
     //
     this.gridViewItemList.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewItemList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumNo,
     this.colInvoiceItemName,
     this.gridColumnAmount,
     this.gridColumnAmountPerUnit,
     this.colInvoiceItemPrice,
     this.gridColumnVat,
     this.gridColumnVating,
     this.colInvoiceItemId,
     this.gridColumnItemNetPrice});
     this.gridViewItemList.GridControl = this.gridControlItem;
     this.gridViewItemList.Name = "gridViewItemList";
     this.gridViewItemList.OptionsView.ShowGroupPanel = false;
     //
     // gridColumNo
     //
     this.gridColumNo.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumNo.AppearanceHeader.Options.UseFont = true;
     this.gridColumNo.Caption = "ลำดับ";
     this.gridColumNo.FieldName = "order";
     this.gridColumNo.Name = "gridColumNo";
     this.gridColumNo.OptionsColumn.AllowEdit = false;
     this.gridColumNo.OptionsColumn.AllowFocus = false;
     this.gridColumNo.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumNo.OptionsColumn.AllowMove = false;
     this.gridColumNo.OptionsColumn.FixedWidth = true;
     this.gridColumNo.OptionsColumn.ReadOnly = true;
     this.gridColumNo.OptionsColumn.ShowCaption = false;
     this.gridColumNo.Visible = true;
     this.gridColumNo.VisibleIndex = 0;
     this.gridColumNo.Width = 39;
     //
     // colInvoiceItemName
     //
     this.colInvoiceItemName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colInvoiceItemName.AppearanceHeader.Options.UseFont = true;
     this.colInvoiceItemName.Caption = "รายการ";
     this.colInvoiceItemName.FieldName = "item_name";
     this.colInvoiceItemName.Name = "colInvoiceItemName";
     this.colInvoiceItemName.OptionsColumn.AllowEdit = false;
     this.colInvoiceItemName.OptionsColumn.AllowFocus = false;
     this.colInvoiceItemName.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colInvoiceItemName.OptionsColumn.AllowMove = false;
     this.colInvoiceItemName.OptionsColumn.FixedWidth = true;
     this.colInvoiceItemName.OptionsColumn.ReadOnly = true;
     this.colInvoiceItemName.OptionsColumn.ShowCaption = false;
     this.colInvoiceItemName.Visible = true;
     this.colInvoiceItemName.VisibleIndex = 1;
     this.colInvoiceItemName.Width = 63;
     //
     // gridColumnAmount
     //
     this.gridColumnAmount.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnAmount.AppearanceHeader.Options.UseFont = true;
     this.gridColumnAmount.Caption = "จำนวน";
     this.gridColumnAmount.DisplayFormat.FormatString = "n2";
     this.gridColumnAmount.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnAmount.FieldName = "item_amount";
     this.gridColumnAmount.Name = "gridColumnAmount";
     this.gridColumnAmount.OptionsColumn.AllowEdit = false;
     this.gridColumnAmount.OptionsColumn.AllowFocus = false;
     this.gridColumnAmount.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnAmount.OptionsColumn.AllowMove = false;
     this.gridColumnAmount.OptionsColumn.FixedWidth = true;
     this.gridColumnAmount.OptionsColumn.ReadOnly = true;
     this.gridColumnAmount.OptionsColumn.ShowCaption = false;
     this.gridColumnAmount.Visible = true;
     this.gridColumnAmount.VisibleIndex = 2;
     this.gridColumnAmount.Width = 63;
     //
     // gridColumnAmountPerUnit
     //
     this.gridColumnAmountPerUnit.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnAmountPerUnit.AppearanceHeader.Options.UseFont = true;
     this.gridColumnAmountPerUnit.Caption = "จำนวนเงินต่อหน่วย";
     this.gridColumnAmountPerUnit.DisplayFormat.FormatString = "n2";
     this.gridColumnAmountPerUnit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnAmountPerUnit.FieldName = "item_priceperunit";
     this.gridColumnAmountPerUnit.Name = "gridColumnAmountPerUnit";
     this.gridColumnAmountPerUnit.OptionsColumn.AllowEdit = false;
     this.gridColumnAmountPerUnit.OptionsColumn.AllowFocus = false;
     this.gridColumnAmountPerUnit.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnAmountPerUnit.OptionsColumn.AllowMove = false;
     this.gridColumnAmountPerUnit.OptionsColumn.FixedWidth = true;
     this.gridColumnAmountPerUnit.OptionsColumn.ReadOnly = true;
     this.gridColumnAmountPerUnit.OptionsColumn.ShowCaption = false;
     this.gridColumnAmountPerUnit.Visible = true;
     this.gridColumnAmountPerUnit.VisibleIndex = 3;
     this.gridColumnAmountPerUnit.Width = 134;
     //
     // colInvoiceItemPrice
     //
     this.colInvoiceItemPrice.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colInvoiceItemPrice.AppearanceHeader.Options.UseFont = true;
     this.colInvoiceItemPrice.Caption = "จำนวนเงินรวม";
     this.colInvoiceItemPrice.DisplayFormat.FormatString = "n2";
     this.colInvoiceItemPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colInvoiceItemPrice.FieldName = "item_sumprice";
     this.colInvoiceItemPrice.Name = "colInvoiceItemPrice";
     this.colInvoiceItemPrice.OptionsColumn.AllowEdit = false;
     this.colInvoiceItemPrice.OptionsColumn.AllowFocus = false;
     this.colInvoiceItemPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.colInvoiceItemPrice.OptionsColumn.AllowMove = false;
     this.colInvoiceItemPrice.OptionsColumn.FixedWidth = true;
     this.colInvoiceItemPrice.OptionsColumn.ReadOnly = true;
     this.colInvoiceItemPrice.OptionsColumn.ShowCaption = false;
     this.colInvoiceItemPrice.Visible = true;
     this.colInvoiceItemPrice.VisibleIndex = 4;
     this.colInvoiceItemPrice.Width = 134;
     //
     // gridColumnVat
     //
     this.gridColumnVat.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnVat.AppearanceHeader.Options.UseFont = true;
     this.gridColumnVat.Caption = "ภาษี";
     this.gridColumnVat.DisplayFormat.FormatString = "n2";
     this.gridColumnVat.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnVat.FieldName = "item_vatprice";
     this.gridColumnVat.Name = "gridColumnVat";
     this.gridColumnVat.OptionsColumn.AllowEdit = false;
     this.gridColumnVat.OptionsColumn.AllowFocus = false;
     this.gridColumnVat.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnVat.OptionsColumn.AllowMove = false;
     this.gridColumnVat.OptionsColumn.FixedWidth = true;
     this.gridColumnVat.OptionsColumn.ReadOnly = true;
     this.gridColumnVat.OptionsColumn.ShowCaption = false;
     this.gridColumnVat.Visible = true;
     this.gridColumnVat.VisibleIndex = 5;
     this.gridColumnVat.Width = 63;
     //
     // gridColumnVating
     //
     this.gridColumnVating.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnVating.AppearanceHeader.Options.UseFont = true;
     this.gridColumnVating.Caption = "คิดภาษี";
     this.gridColumnVating.FieldName = "item_vat_bool";
     this.gridColumnVating.Name = "gridColumnVating";
     this.gridColumnVating.OptionsColumn.AllowEdit = false;
     this.gridColumnVating.OptionsColumn.AllowFocus = false;
     this.gridColumnVating.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnVating.OptionsColumn.AllowMove = false;
     this.gridColumnVating.OptionsColumn.FixedWidth = true;
     this.gridColumnVating.OptionsColumn.ReadOnly = true;
     this.gridColumnVating.OptionsColumn.ShowCaption = false;
     this.gridColumnVating.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumnVating.Visible = true;
     this.gridColumnVating.VisibleIndex = 7;
     this.gridColumnVating.Width = 67;
     //
     // colInvoiceItemId
     //
     this.colInvoiceItemId.Caption = "ItemId";
     this.colInvoiceItemId.FieldName = "item_id";
     this.colInvoiceItemId.Name = "colInvoiceItemId";
     this.colInvoiceItemId.OptionsColumn.AllowEdit = false;
     this.colInvoiceItemId.OptionsColumn.AllowFocus = false;
     //
     // gridColumnItemNetPrice
     //
     this.gridColumnItemNetPrice.Caption = "จำนวนเงินสุทธิ";
     this.gridColumnItemNetPrice.DisplayFormat.FormatString = "n2";
     this.gridColumnItemNetPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnItemNetPrice.FieldName = "item_netprice";
     this.gridColumnItemNetPrice.Name = "gridColumnItemNetPrice";
     this.gridColumnItemNetPrice.OptionsColumn.AllowEdit = false;
     this.gridColumnItemNetPrice.OptionsColumn.AllowFocus = false;
     this.gridColumnItemNetPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnItemNetPrice.OptionsColumn.AllowMove = false;
     this.gridColumnItemNetPrice.OptionsColumn.AllowSize = false;
     this.gridColumnItemNetPrice.OptionsColumn.FixedWidth = true;
     this.gridColumnItemNetPrice.OptionsColumn.ReadOnly = true;
     this.gridColumnItemNetPrice.OptionsColumn.ShowCaption = false;
     this.gridColumnItemNetPrice.Visible = true;
     this.gridColumnItemNetPrice.VisibleIndex = 6;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.bttRemoveItem);
     this.panelControl4.Controls.Add(this.bttAddItem);
     this.panelControl4.Controls.Add(this.labelControlBaht3);
     this.panelControl4.Controls.Add(this.textEditRefund);
     this.panelControl4.Controls.Add(this.labelControlRefund);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl4.Location = new System.Drawing.Point(2, 289);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(603, 56);
     this.panelControl4.TabIndex = 315;
     //
     // bttRemoveItem
     //
     this.bttRemoveItem.Location = new System.Drawing.Point(105, 19);
     this.bttRemoveItem.Name = "bttRemoveItem";
     this.bttRemoveItem.Size = new System.Drawing.Size(90, 25);
     this.bttRemoveItem.TabIndex = 311;
     this.bttRemoveItem.Text = "ลบ";
     //
     // bttAddItem
     //
     this.bttAddItem.Location = new System.Drawing.Point(9, 19);
     this.bttAddItem.Name = "bttAddItem";
     this.bttAddItem.Size = new System.Drawing.Size(90, 25);
     this.bttAddItem.TabIndex = 310;
     this.bttAddItem.Text = "เพิ่ม";
     //
     // labelControlBaht3
     //
     this.labelControlBaht3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBaht3.Location = new System.Drawing.Point(570, 31);
     this.labelControlBaht3.Name = "labelControlBaht3";
     this.labelControlBaht3.Size = new System.Drawing.Size(20, 13);
     this.labelControlBaht3.TabIndex = 313;
     this.labelControlBaht3.Text = "บาท";
     //
     // textEditRefund
     //
     this.textEditRefund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textEditRefund.EditValue = "";
     this.textEditRefund.Enabled = false;
     this.textEditRefund.Location = new System.Drawing.Point(359, 24);
     this.textEditRefund.Name = "textEditRefund";
     this.textEditRefund.Properties.Mask.EditMask = "n2";
     this.textEditRefund.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditRefund.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditRefund.Size = new System.Drawing.Size(205, 20);
     this.textEditRefund.TabIndex = 309;
     //
     // labelControlRefund
     //
     this.labelControlRefund.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlRefund.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRefund.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRefund.Location = new System.Drawing.Point(267, 31);
     this.labelControlRefund.Name = "labelControlRefund";
     this.labelControlRefund.Size = new System.Drawing.Size(86, 13);
     this.labelControlRefund.TabIndex = 312;
     this.labelControlRefund.Text = "จำนวนเงินคืน :";
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.gridControlGeneralCost);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 22);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(603, 116);
     this.panelControl2.TabIndex = 314;
     //
     // gridControlGeneralCost
     //
     this.gridControlGeneralCost.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlGeneralCost.Enabled = false;
     this.gridControlGeneralCost.Location = new System.Drawing.Point(2, 2);
     this.gridControlGeneralCost.MainView = this.gridViewGeneralCost;
     this.gridControlGeneralCost.Name = "gridControlGeneralCost";
     this.gridControlGeneralCost.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2});
     this.gridControlGeneralCost.Size = new System.Drawing.Size(599, 112);
     this.gridControlGeneralCost.TabIndex = 285;
     this.gridControlGeneralCost.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewGeneralCost,
     this.gridView1});
     //
     // gridViewGeneralCost
     //
     this.gridViewGeneralCost.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewGeneralCost.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumnNetPrice});
     this.gridViewGeneralCost.GridControl = this.gridControlGeneralCost;
     this.gridViewGeneralCost.Name = "gridViewGeneralCost";
     this.gridViewGeneralCost.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn1.AppearanceHeader.Options.UseFont = true;
     this.gridColumn1.Caption = "ลำดับ";
     this.gridColumn1.FieldName = "order";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.AllowMove = false;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 39;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn2.AppearanceHeader.Options.UseFont = true;
     this.gridColumn2.Caption = "รายการ";
     this.gridColumn2.FieldName = "item_name";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsColumn.AllowMove = false;
     this.gridColumn2.OptionsColumn.FixedWidth = true;
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 63;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn3.AppearanceHeader.Options.UseFont = true;
     this.gridColumn3.Caption = "จำนวน";
     this.gridColumn3.DisplayFormat.FormatString = "n2";
     this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn3.FieldName = "item_amount";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.AllowFocus = false;
     this.gridColumn3.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsColumn.AllowMove = false;
     this.gridColumn3.OptionsColumn.FixedWidth = true;
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 63;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn4.AppearanceHeader.Options.UseFont = true;
     this.gridColumn4.Caption = "จำนวนเงินต่อหน่วย";
     this.gridColumn4.DisplayFormat.FormatString = "n2";
     this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName = "item_priceperunit";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.AllowFocus = false;
     this.gridColumn4.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsColumn.AllowMove = false;
     this.gridColumn4.OptionsColumn.FixedWidth = true;
     this.gridColumn4.OptionsColumn.ReadOnly = true;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 134;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn5.AppearanceHeader.Options.UseFont = true;
     this.gridColumn5.Caption = "จำนวนเงินรวม";
     this.gridColumn5.DisplayFormat.FormatString = "n2";
     this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn5.FieldName = "item_sumprice";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsColumn.AllowMove = false;
     this.gridColumn5.OptionsColumn.FixedWidth = true;
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width = 134;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn6.AppearanceHeader.Options.UseFont = true;
     this.gridColumn6.Caption = "ภาษี";
     this.gridColumn6.DisplayFormat.FormatString = "n2";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "item_vatprice";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsColumn.AllowFocus = false;
     this.gridColumn6.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.AllowMove = false;
     this.gridColumn6.OptionsColumn.FixedWidth = true;
     this.gridColumn6.OptionsColumn.ReadOnly = true;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 63;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumn7.AppearanceHeader.Options.UseFont = true;
     this.gridColumn7.Caption = "คิดภาษี";
     this.gridColumn7.FieldName = "item_vat_bool";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowFocus = false;
     this.gridColumn7.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn7.OptionsColumn.AllowMove = false;
     this.gridColumn7.OptionsColumn.FixedWidth = true;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 7;
     this.gridColumn7.Width = 67;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "ItemId";
     this.gridColumn8.FieldName = "item_id";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowFocus = false;
     //
     // gridColumnNetPrice
     //
     this.gridColumnNetPrice.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridColumnNetPrice.AppearanceHeader.Options.UseFont = true;
     this.gridColumnNetPrice.Caption = "จำนวนเงินสุทธิ";
     this.gridColumnNetPrice.DisplayFormat.FormatString = "n2";
     this.gridColumnNetPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnNetPrice.FieldName = "item_netprice";
     this.gridColumnNetPrice.Name = "gridColumnNetPrice";
     this.gridColumnNetPrice.OptionsColumn.AllowEdit = false;
     this.gridColumnNetPrice.OptionsColumn.AllowFocus = false;
     this.gridColumnNetPrice.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumnNetPrice.OptionsColumn.AllowMove = false;
     this.gridColumnNetPrice.OptionsColumn.AllowSize = false;
     this.gridColumnNetPrice.OptionsColumn.FixedWidth = true;
     this.gridColumnNetPrice.OptionsColumn.ReadOnly = true;
     this.gridColumnNetPrice.Visible = true;
     this.gridColumnNetPrice.VisibleIndex = 6;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControlGeneralCost;
     this.gridView1.Name = "gridView1";
     //
     // panelControlCalculate
     //
     this.panelControlCalculate.Controls.Add(this.dateEditInvoiceDueDate);
     this.panelControlCalculate.Controls.Add(this.panelControlPricePerDay);
     this.panelControlCalculate.Controls.Add(this.labelControlTipMSG);
     this.panelControlCalculate.Controls.Add(this.dateEditLeaveDate);
     this.panelControlCalculate.Controls.Add(this.bttCalculate);
     this.panelControlCalculate.Controls.Add(this.labelControlRentalPrice);
     this.panelControlCalculate.Controls.Add(this.labelControlCheckOutDate);
     this.panelControlCalculate.Controls.Add(this.lookUpEditCharge);
     this.panelControlCalculate.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControlCalculate.Location = new System.Drawing.Point(0, 470);
     this.panelControlCalculate.Name = "panelControlCalculate";
     this.panelControlCalculate.Size = new System.Drawing.Size(607, 142);
     this.panelControlCalculate.TabIndex = 366;
     //
     // dateEditInvoiceDueDate
     //
     this.dateEditInvoiceDueDate.EditValue = new System.DateTime(2013, 3, 15, 0, 0, 0, 0);
     this.dateEditInvoiceDueDate.Enabled = false;
     this.dateEditInvoiceDueDate.Location = new System.Drawing.Point(457, 72);
     this.dateEditInvoiceDueDate.Name = "dateEditInvoiceDueDate";
     this.dateEditInvoiceDueDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditInvoiceDueDate.Properties.DisplayFormat.FormatString = "dd MMMM yyyy";
     this.dateEditInvoiceDueDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditInvoiceDueDate.Properties.EditFormat.FormatString = "dd MMMM yyyy";
     this.dateEditInvoiceDueDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditInvoiceDueDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditInvoiceDueDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditInvoiceDueDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditInvoiceDueDate.Size = new System.Drawing.Size(86, 20);
     this.dateEditInvoiceDueDate.TabIndex = 458;
     this.dateEditInvoiceDueDate.Visible = false;
     //
     // panelControlPricePerDay
     //
     this.panelControlPricePerDay.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPricePerDay.Controls.Add(this.textEditChargePrice);
     this.panelControlPricePerDay.Controls.Add(this.labelControlPrice);
     this.panelControlPricePerDay.Controls.Add(this.labelControlBaht2);
     this.panelControlPricePerDay.Location = new System.Drawing.Point(11, 63);
     this.panelControlPricePerDay.Name = "panelControlPricePerDay";
     this.panelControlPricePerDay.Size = new System.Drawing.Size(323, 30);
     this.panelControlPricePerDay.TabIndex = 457;
     this.panelControlPricePerDay.Visible = false;
     //
     // textEditChargePrice
     //
     this.textEditChargePrice.EditValue = "0.00";
     this.textEditChargePrice.Enabled = false;
     this.textEditChargePrice.Location = new System.Drawing.Point(94, 5);
     this.textEditChargePrice.Name = "textEditChargePrice";
     this.textEditChargePrice.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditChargePrice.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditChargePrice.Properties.Mask.BeepOnError = true;
     this.textEditChargePrice.Properties.Mask.EditMask = "0*([0-9]{1,7}|1000000)|0*([0-9]{1,7}|1000000)\\.([0-9]){2}";
     this.textEditChargePrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditChargePrice.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditChargePrice.Size = new System.Drawing.Size(156, 20);
     this.textEditChargePrice.TabIndex = 455;
     //
     // labelControlPrice
     //
     this.labelControlPrice.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPrice.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPrice.Location = new System.Drawing.Point(0, 12);
     this.labelControlPrice.Name = "labelControlPrice";
     this.labelControlPrice.Size = new System.Drawing.Size(92, 13);
     this.labelControlPrice.TabIndex = 454;
     this.labelControlPrice.Text = "ราคา :";
     //
     // labelControlBaht2
     //
     this.labelControlBaht2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht2.Location = new System.Drawing.Point(256, 12);
     this.labelControlBaht2.Name = "labelControlBaht2";
     this.labelControlBaht2.Size = new System.Drawing.Size(53, 13);
     this.labelControlBaht2.TabIndex = 453;
     this.labelControlBaht2.Text = "บาท/วัน";
     //
     // labelControlTipMSG
     //
     this.labelControlTipMSG.Appearance.ForeColor = System.Drawing.Color.Green;
     this.labelControlTipMSG.Location = new System.Drawing.Point(109, 78);
     this.labelControlTipMSG.Name = "labelControlTipMSG";
     this.labelControlTipMSG.Padding = new System.Windows.Forms.Padding(10);
     this.labelControlTipMSG.Size = new System.Drawing.Size(151, 33);
     this.labelControlTipMSG.TabIndex = 456;
     this.labelControlTipMSG.Text = "คิดเต็มเดือนตามประเภทห้อง";
     //
     // dateEditLeaveDate
     //
     this.dateEditLeaveDate.EditValue = new System.DateTime(2013, 3, 3, 23, 51, 3, 0);
     this.dateEditLeaveDate.Enabled = false;
     this.dateEditLeaveDate.Location = new System.Drawing.Point(107, 11);
     this.dateEditLeaveDate.Name = "dateEditLeaveDate";
     this.dateEditLeaveDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditLeaveDate.Properties.DisplayFormat.FormatString = "dd MMMM yyyy";
     this.dateEditLeaveDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditLeaveDate.Properties.EditFormat.FormatString = "dd MMMM yyyy";
     this.dateEditLeaveDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditLeaveDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditLeaveDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditLeaveDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditLeaveDate.Size = new System.Drawing.Size(157, 20);
     this.dateEditLeaveDate.TabIndex = 448;
     //
     // bttCalculate
     //
     this.bttCalculate.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.bttCalculate.Appearance.Options.UseFont = true;
     this.bttCalculate.Enabled = false;
     this.bttCalculate.Location = new System.Drawing.Point(448, 14);
     this.bttCalculate.Name = "bttCalculate";
     this.bttCalculate.Size = new System.Drawing.Size(105, 39);
     this.bttCalculate.TabIndex = 449;
     this.bttCalculate.Text = "คำนวนค่าใช้จ่าย";
     //
     // labelControlRentalPrice
     //
     this.labelControlRentalPrice.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRentalPrice.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRentalPrice.Location = new System.Drawing.Point(20, 44);
     this.labelControlRentalPrice.Name = "labelControlRentalPrice";
     this.labelControlRentalPrice.Size = new System.Drawing.Size(84, 13);
     this.labelControlRentalPrice.TabIndex = 452;
     this.labelControlRentalPrice.Text = "คิดค่าห้อง :";
     //
     // labelControlCheckOutDate
     //
     this.labelControlCheckOutDate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlCheckOutDate.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlCheckOutDate.Location = new System.Drawing.Point(20, 18);
     this.labelControlCheckOutDate.Name = "labelControlCheckOutDate";
     this.labelControlCheckOutDate.Size = new System.Drawing.Size(84, 13);
     this.labelControlCheckOutDate.TabIndex = 451;
     this.labelControlCheckOutDate.Text = "วันที่ย้ายออก :";
     //
     // lookUpEditCharge
     //
     this.lookUpEditCharge.Enabled = false;
     this.lookUpEditCharge.Location = new System.Drawing.Point(107, 37);
     this.lookUpEditCharge.Name = "lookUpEditCharge";
     this.lookUpEditCharge.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditCharge.Size = new System.Drawing.Size(156, 20);
     this.lookUpEditCharge.TabIndex = 105;
     //
     // groupControlMeter
     //
     this.groupControlMeter.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlMeter.AppearanceCaption.Options.UseFont = true;
     this.groupControlMeter.Controls.Add(this.textEditPhonePrice);
     this.groupControlMeter.Controls.Add(this.groupControlEndMeter);
     this.groupControlMeter.Controls.Add(this.groupControlEndDate);
     this.groupControlMeter.Controls.Add(this.dateEditPhoneStart);
     this.groupControlMeter.Controls.Add(this.dateEditPhoneEnd);
     this.groupControlMeter.Controls.Add(this.textEditWaterMeterId);
     this.groupControlMeter.Controls.Add(this.textEditElectricMeterId);
     this.groupControlMeter.Controls.Add(this.groupControlStartMeter);
     this.groupControlMeter.Controls.Add(this.labelControlPhoneMeter);
     this.groupControlMeter.Controls.Add(this.labelControlTelAmount);
     this.groupControlMeter.Controls.Add(this.labelControlTelEnd);
     this.groupControlMeter.Controls.Add(this.labelControlTelStart);
     this.groupControlMeter.Controls.Add(this.labelControlWaterMeter);
     this.groupControlMeter.Controls.Add(this.labelControlElectricMeter);
     this.groupControlMeter.Controls.Add(this.groupControlStartDate);
     this.groupControlMeter.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlMeter.Location = new System.Drawing.Point(0, 304);
     this.groupControlMeter.Name = "groupControlMeter";
     this.groupControlMeter.Size = new System.Drawing.Size(607, 166);
     this.groupControlMeter.TabIndex = 354;
     this.groupControlMeter.Text = "บันทึกค่าสาธารณูปโภค";
     //
     // textEditPhonePrice
     //
     this.textEditPhonePrice.EditValue = "0.000";
     this.textEditPhonePrice.Enabled = false;
     this.textEditPhonePrice.Location = new System.Drawing.Point(337, 125);
     this.textEditPhonePrice.Name = "textEditPhonePrice";
     this.textEditPhonePrice.Properties.DisplayFormat.FormatString = "n2";
     this.textEditPhonePrice.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditPhonePrice.Properties.EditFormat.FormatString = "n2";
     this.textEditPhonePrice.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditPhonePrice.Properties.Mask.EditMask = "n2";
     this.textEditPhonePrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditPhonePrice.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditPhonePrice.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditPhonePrice.Size = new System.Drawing.Size(94, 20);
     this.textEditPhonePrice.TabIndex = 357;
     //
     // groupControlEndMeter
     //
     this.groupControlEndMeter.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlEndMeter.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlEndMeter.Controls.Add(this.textEditWMeterPresent);
     this.groupControlEndMeter.Controls.Add(this.textEditEMeterPresent);
     this.groupControlEndMeter.Location = new System.Drawing.Point(331, 25);
     this.groupControlEndMeter.Name = "groupControlEndMeter";
     this.groupControlEndMeter.Size = new System.Drawing.Size(111, 82);
     this.groupControlEndMeter.TabIndex = 389;
     this.groupControlEndMeter.Text = "เลขมิเตอร์ล่าสุด";
     //
     // textEditWMeterPresent
     //
     this.textEditWMeterPresent.EditValue = "0.000";
     this.textEditWMeterPresent.Enabled = false;
     this.textEditWMeterPresent.Location = new System.Drawing.Point(6, 51);
     this.textEditWMeterPresent.Name = "textEditWMeterPresent";
     this.textEditWMeterPresent.Properties.DisplayFormat.FormatString = "n3";
     this.textEditWMeterPresent.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWMeterPresent.Properties.EditFormat.FormatString = "n3";
     this.textEditWMeterPresent.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWMeterPresent.Properties.Mask.EditMask = "n2";
     this.textEditWMeterPresent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditWMeterPresent.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditWMeterPresent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditWMeterPresent.Size = new System.Drawing.Size(94, 20);
     this.textEditWMeterPresent.TabIndex = 357;
     //
     // textEditEMeterPresent
     //
     this.textEditEMeterPresent.EditValue = "0.000";
     this.textEditEMeterPresent.Enabled = false;
     this.textEditEMeterPresent.Location = new System.Drawing.Point(6, 25);
     this.textEditEMeterPresent.Name = "textEditEMeterPresent";
     this.textEditEMeterPresent.Properties.DisplayFormat.FormatString = "n3";
     this.textEditEMeterPresent.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditEMeterPresent.Properties.EditFormat.FormatString = "n3";
     this.textEditEMeterPresent.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditEMeterPresent.Properties.Mask.EditMask = "n2";
     this.textEditEMeterPresent.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditEMeterPresent.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditEMeterPresent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditEMeterPresent.Size = new System.Drawing.Size(94, 20);
     this.textEditEMeterPresent.TabIndex = 356;
     //
     // groupControlEndDate
     //
     this.groupControlEndDate.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlEndDate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlEndDate.Controls.Add(this.dateEditWMeterPresentDate);
     this.groupControlEndDate.Controls.Add(this.dateEditEMeterPresentDate);
     this.groupControlEndDate.Location = new System.Drawing.Point(448, 25);
     this.groupControlEndDate.Name = "groupControlEndDate";
     this.groupControlEndDate.Size = new System.Drawing.Size(105, 82);
     this.groupControlEndDate.TabIndex = 388;
     this.groupControlEndDate.Text = "วันที่บันทึก";
     //
     // dateEditWMeterPresentDate
     //
     this.dateEditWMeterPresentDate.EditValue = new System.DateTime(2013, 3, 3, 23, 56, 50, 0);
     this.dateEditWMeterPresentDate.Enabled = false;
     this.dateEditWMeterPresentDate.Location = new System.Drawing.Point(5, 51);
     this.dateEditWMeterPresentDate.Name = "dateEditWMeterPresentDate";
     this.dateEditWMeterPresentDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditWMeterPresentDate.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditWMeterPresentDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditWMeterPresentDate.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditWMeterPresentDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditWMeterPresentDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditWMeterPresentDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditWMeterPresentDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditWMeterPresentDate.Size = new System.Drawing.Size(91, 20);
     this.dateEditWMeterPresentDate.TabIndex = 371;
     //
     // dateEditEMeterPresentDate
     //
     this.dateEditEMeterPresentDate.EditValue = new System.DateTime(2013, 3, 3, 23, 56, 50, 0);
     this.dateEditEMeterPresentDate.Enabled = false;
     this.dateEditEMeterPresentDate.Location = new System.Drawing.Point(5, 25);
     this.dateEditEMeterPresentDate.Name = "dateEditEMeterPresentDate";
     this.dateEditEMeterPresentDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditEMeterPresentDate.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditEMeterPresentDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditEMeterPresentDate.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditEMeterPresentDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditEMeterPresentDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditEMeterPresentDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditEMeterPresentDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditEMeterPresentDate.Size = new System.Drawing.Size(91, 20);
     this.dateEditEMeterPresentDate.TabIndex = 370;
     //
     // dateEditPhoneStart
     //
     this.dateEditPhoneStart.EditValue = new System.DateTime(2013, 3, 3, 0, 0, 0, 0);
     this.dateEditPhoneStart.Enabled = false;
     this.dateEditPhoneStart.Location = new System.Drawing.Point(113, 125);
     this.dateEditPhoneStart.Name = "dateEditPhoneStart";
     this.dateEditPhoneStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditPhoneStart.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditPhoneStart.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditPhoneStart.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditPhoneStart.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditPhoneStart.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditPhoneStart.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditPhoneStart.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditPhoneStart.Size = new System.Drawing.Size(94, 20);
     this.dateEditPhoneStart.TabIndex = 372;
     //
     // dateEditPhoneEnd
     //
     this.dateEditPhoneEnd.EditValue = new System.DateTime(2013, 3, 3, 0, 0, 0, 0);
     this.dateEditPhoneEnd.Enabled = false;
     this.dateEditPhoneEnd.Location = new System.Drawing.Point(224, 125);
     this.dateEditPhoneEnd.Name = "dateEditPhoneEnd";
     this.dateEditPhoneEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditPhoneEnd.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditPhoneEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditPhoneEnd.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditPhoneEnd.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditPhoneEnd.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditPhoneEnd.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditPhoneEnd.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditPhoneEnd.Size = new System.Drawing.Size(91, 20);
     this.dateEditPhoneEnd.TabIndex = 372;
     //
     // textEditWaterMeterId
     //
     this.textEditWaterMeterId.EditValue = 0;
     this.textEditWaterMeterId.Enabled = false;
     this.textEditWaterMeterId.Location = new System.Drawing.Point(58, 25);
     this.textEditWaterMeterId.Name = "textEditWaterMeterId";
     this.textEditWaterMeterId.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditWaterMeterId.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditWaterMeterId.Size = new System.Drawing.Size(21, 20);
     this.textEditWaterMeterId.TabIndex = 389;
     this.textEditWaterMeterId.Visible = false;
     //
     // textEditElectricMeterId
     //
     this.textEditElectricMeterId.EditValue = 0;
     this.textEditElectricMeterId.Enabled = false;
     this.textEditElectricMeterId.Location = new System.Drawing.Point(85, 25);
     this.textEditElectricMeterId.Name = "textEditElectricMeterId";
     this.textEditElectricMeterId.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditElectricMeterId.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditElectricMeterId.Size = new System.Drawing.Size(20, 20);
     this.textEditElectricMeterId.TabIndex = 388;
     this.textEditElectricMeterId.Visible = false;
     //
     // groupControlStartMeter
     //
     this.groupControlStartMeter.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlStartMeter.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlStartMeter.Controls.Add(this.textEditWMeterPreviousUnit);
     this.groupControlStartMeter.Controls.Add(this.textEditEMeterPreviousUnit);
     this.groupControlStartMeter.Location = new System.Drawing.Point(107, 25);
     this.groupControlStartMeter.Name = "groupControlStartMeter";
     this.groupControlStartMeter.Size = new System.Drawing.Size(111, 82);
     this.groupControlStartMeter.TabIndex = 387;
     this.groupControlStartMeter.Text = "เลขมิเตอร์ครั้งก่อน";
     //
     // textEditWMeterPreviousUnit
     //
     this.textEditWMeterPreviousUnit.EditValue = "0.000";
     this.textEditWMeterPreviousUnit.Enabled = false;
     this.textEditWMeterPreviousUnit.Location = new System.Drawing.Point(6, 51);
     this.textEditWMeterPreviousUnit.Name = "textEditWMeterPreviousUnit";
     this.textEditWMeterPreviousUnit.Properties.DisplayFormat.FormatString = "n3";
     this.textEditWMeterPreviousUnit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWMeterPreviousUnit.Properties.EditFormat.FormatString = "n3";
     this.textEditWMeterPreviousUnit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditWMeterPreviousUnit.Properties.Mask.EditMask = "n2";
     this.textEditWMeterPreviousUnit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditWMeterPreviousUnit.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditWMeterPreviousUnit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditWMeterPreviousUnit.Size = new System.Drawing.Size(94, 20);
     this.textEditWMeterPreviousUnit.TabIndex = 357;
     //
     // textEditEMeterPreviousUnit
     //
     this.textEditEMeterPreviousUnit.EditValue = "0.000";
     this.textEditEMeterPreviousUnit.Enabled = false;
     this.textEditEMeterPreviousUnit.Location = new System.Drawing.Point(6, 25);
     this.textEditEMeterPreviousUnit.Name = "textEditEMeterPreviousUnit";
     this.textEditEMeterPreviousUnit.Properties.DisplayFormat.FormatString = "n3";
     this.textEditEMeterPreviousUnit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditEMeterPreviousUnit.Properties.EditFormat.FormatString = "n3";
     this.textEditEMeterPreviousUnit.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditEMeterPreviousUnit.Properties.Mask.EditMask = "n2";
     this.textEditEMeterPreviousUnit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditEMeterPreviousUnit.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditEMeterPreviousUnit.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditEMeterPreviousUnit.Size = new System.Drawing.Size(94, 20);
     this.textEditEMeterPreviousUnit.TabIndex = 356;
     //
     // labelControlPhoneMeter
     //
     this.labelControlPhoneMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlPhoneMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlPhoneMeter.Location = new System.Drawing.Point(46, 128);
     this.labelControlPhoneMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlPhoneMeter.Name = "labelControlPhoneMeter";
     this.labelControlPhoneMeter.Size = new System.Drawing.Size(59, 13);
     this.labelControlPhoneMeter.TabIndex = 386;
     this.labelControlPhoneMeter.Text = "โทรศัพท์ :";
     //
     // labelControlTelAmount
     //
     this.labelControlTelAmount.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControlTelAmount.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTelAmount.Location = new System.Drawing.Point(337, 109);
     this.labelControlTelAmount.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlTelAmount.Name = "labelControlTelAmount";
     this.labelControlTelAmount.Size = new System.Drawing.Size(94, 13);
     this.labelControlTelAmount.TabIndex = 385;
     this.labelControlTelAmount.Text = "ค่าโทร";
     //
     // labelControlTelEnd
     //
     this.labelControlTelEnd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControlTelEnd.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTelEnd.Location = new System.Drawing.Point(224, 110);
     this.labelControlTelEnd.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlTelEnd.Name = "labelControlTelEnd";
     this.labelControlTelEnd.Size = new System.Drawing.Size(91, 13);
     this.labelControlTelEnd.TabIndex = 385;
     this.labelControlTelEnd.Text = "วันที่สิ้นสุด";
     //
     // labelControlTelStart
     //
     this.labelControlTelStart.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControlTelStart.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTelStart.Location = new System.Drawing.Point(113, 110);
     this.labelControlTelStart.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlTelStart.Name = "labelControlTelStart";
     this.labelControlTelStart.Size = new System.Drawing.Size(94, 13);
     this.labelControlTelStart.TabIndex = 385;
     this.labelControlTelStart.Text = "วันที่เริ่ม";
     //
     // labelControlWaterMeter
     //
     this.labelControlWaterMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlWaterMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlWaterMeter.Location = new System.Drawing.Point(58, 79);
     this.labelControlWaterMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlWaterMeter.Name = "labelControlWaterMeter";
     this.labelControlWaterMeter.Size = new System.Drawing.Size(46, 13);
     this.labelControlWaterMeter.TabIndex = 385;
     this.labelControlWaterMeter.Text = "น้ำ :";
     //
     // labelControlElectricMeter
     //
     this.labelControlElectricMeter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlElectricMeter.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlElectricMeter.Location = new System.Drawing.Point(58, 53);
     this.labelControlElectricMeter.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlElectricMeter.Name = "labelControlElectricMeter";
     this.labelControlElectricMeter.Size = new System.Drawing.Size(46, 13);
     this.labelControlElectricMeter.TabIndex = 384;
     this.labelControlElectricMeter.Text = "ไฟฟ้า :";
     //
     // groupControlStartDate
     //
     this.groupControlStartDate.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlStartDate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlStartDate.Controls.Add(this.dateEditWMeterPreviousDate);
     this.groupControlStartDate.Controls.Add(this.dateEditEMeterPreviousDate);
     this.groupControlStartDate.Location = new System.Drawing.Point(220, 25);
     this.groupControlStartDate.Name = "groupControlStartDate";
     this.groupControlStartDate.Size = new System.Drawing.Size(105, 82);
     this.groupControlStartDate.TabIndex = 382;
     this.groupControlStartDate.Text = "วันที่บันทึก";
     //
     // dateEditWMeterPreviousDate
     //
     this.dateEditWMeterPreviousDate.EditValue = new System.DateTime(2013, 3, 3, 23, 56, 23, 0);
     this.dateEditWMeterPreviousDate.Enabled = false;
     this.dateEditWMeterPreviousDate.Location = new System.Drawing.Point(5, 51);
     this.dateEditWMeterPreviousDate.Name = "dateEditWMeterPreviousDate";
     this.dateEditWMeterPreviousDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditWMeterPreviousDate.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditWMeterPreviousDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditWMeterPreviousDate.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditWMeterPreviousDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditWMeterPreviousDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditWMeterPreviousDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditWMeterPreviousDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditWMeterPreviousDate.Size = new System.Drawing.Size(91, 20);
     this.dateEditWMeterPreviousDate.TabIndex = 371;
     //
     // dateEditEMeterPreviousDate
     //
     this.dateEditEMeterPreviousDate.EditValue = new System.DateTime(2013, 3, 3, 0, 0, 0, 0);
     this.dateEditEMeterPreviousDate.Enabled = false;
     this.dateEditEMeterPreviousDate.Location = new System.Drawing.Point(5, 25);
     this.dateEditEMeterPreviousDate.Name = "dateEditEMeterPreviousDate";
     this.dateEditEMeterPreviousDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditEMeterPreviousDate.Properties.DisplayFormat.FormatString = "dd MMM yyyy";
     this.dateEditEMeterPreviousDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditEMeterPreviousDate.Properties.EditFormat.FormatString = "dd MMM yyyy";
     this.dateEditEMeterPreviousDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditEMeterPreviousDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditEMeterPreviousDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditEMeterPreviousDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditEMeterPreviousDate.Size = new System.Drawing.Size(91, 20);
     this.dateEditEMeterPreviousDate.TabIndex = 370;
     //
     // groupRoomInfo
     //
     this.groupRoomInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupRoomInfo.AppearanceCaption.Options.UseFont = true;
     this.groupRoomInfo.Controls.Add(this.textEditRoomPrice);
     this.groupRoomInfo.Controls.Add(this.labelControlBaht0);
     this.groupRoomInfo.Controls.Add(this.labelControlMonth2);
     this.groupRoomInfo.Controls.Add(this.labelControlBaht1);
     this.groupRoomInfo.Controls.Add(this.textEditInsurerate);
     this.groupRoomInfo.Controls.Add(this.textEditAdvance);
     this.groupRoomInfo.Controls.Add(this.labelControlInsurance);
     this.groupRoomInfo.Controls.Add(this.labelControlDeposit);
     this.groupRoomInfo.Controls.Add(this.labelControlMonthlyRate);
     this.groupRoomInfo.Controls.Add(this.lookUpEditFloorId);
     this.groupRoomInfo.Controls.Add(this.labelControlFloor);
     this.groupRoomInfo.Controls.Add(this.textEditRoomLabel);
     this.groupRoomInfo.Controls.Add(this.labelControlRoomName);
     this.groupRoomInfo.Controls.Add(this.lookUpEditRoomTypeId);
     this.groupRoomInfo.Controls.Add(this.lookUpEditBuildingId);
     this.groupRoomInfo.Controls.Add(this.labelControlRoomType);
     this.groupRoomInfo.Controls.Add(this.labelControlBuilding);
     this.groupRoomInfo.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupRoomInfo.Location = new System.Drawing.Point(0, 169);
     this.groupRoomInfo.Name = "groupRoomInfo";
     this.groupRoomInfo.Size = new System.Drawing.Size(607, 135);
     this.groupRoomInfo.TabIndex = 353;
     this.groupRoomInfo.Text = "ห้อง";
     //
     // textEditRoomPrice
     //
     this.textEditRoomPrice.EditValue = "";
     this.textEditRoomPrice.Enabled = false;
     this.textEditRoomPrice.Location = new System.Drawing.Point(397, 29);
     this.textEditRoomPrice.Name = "textEditRoomPrice";
     this.textEditRoomPrice.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditRoomPrice.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditRoomPrice.Properties.Mask.EditMask = "n2";
     this.textEditRoomPrice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditRoomPrice.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditRoomPrice.Size = new System.Drawing.Size(163, 20);
     this.textEditRoomPrice.TabIndex = 118;
     //
     // labelControlBaht0
     //
     this.labelControlBaht0.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht0.Location = new System.Drawing.Point(563, 62);
     this.labelControlBaht0.Name = "labelControlBaht0";
     this.labelControlBaht0.Size = new System.Drawing.Size(33, 13);
     this.labelControlBaht0.TabIndex = 115;
     this.labelControlBaht0.Text = "บาท";
     //
     // labelControlMonth2
     //
     this.labelControlMonth2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonth2.Location = new System.Drawing.Point(563, 84);
     this.labelControlMonth2.Name = "labelControlMonth2";
     this.labelControlMonth2.Size = new System.Drawing.Size(33, 13);
     this.labelControlMonth2.TabIndex = 117;
     this.labelControlMonth2.Text = "เดือน";
     //
     // labelControlBaht1
     //
     this.labelControlBaht1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBaht1.Location = new System.Drawing.Point(563, 36);
     this.labelControlBaht1.Name = "labelControlBaht1";
     this.labelControlBaht1.Size = new System.Drawing.Size(33, 13);
     this.labelControlBaht1.TabIndex = 112;
     this.labelControlBaht1.Text = "บาท";
     //
     // textEditInsurerate
     //
     this.textEditInsurerate.EditValue = "0.00";
     this.textEditInsurerate.Enabled = false;
     this.textEditInsurerate.Location = new System.Drawing.Point(397, 55);
     this.textEditInsurerate.Name = "textEditInsurerate";
     this.textEditInsurerate.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditInsurerate.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditInsurerate.Properties.Mask.EditMask = "n2";
     this.textEditInsurerate.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.textEditInsurerate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditInsurerate.Size = new System.Drawing.Size(163, 20);
     this.textEditInsurerate.TabIndex = 119;
     //
     // textEditAdvance
     //
     this.textEditAdvance.EditValue = "0";
     this.textEditAdvance.Enabled = false;
     this.textEditAdvance.Location = new System.Drawing.Point(397, 81);
     this.textEditAdvance.Name = "textEditAdvance";
     this.textEditAdvance.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditAdvance.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditAdvance.Size = new System.Drawing.Size(163, 20);
     this.textEditAdvance.TabIndex = 120;
     //
     // labelControlInsurance
     //
     this.labelControlInsurance.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlInsurance.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlInsurance.Location = new System.Drawing.Point(302, 62);
     this.labelControlInsurance.Name = "labelControlInsurance";
     this.labelControlInsurance.Size = new System.Drawing.Size(92, 13);
     this.labelControlInsurance.TabIndex = 114;
     this.labelControlInsurance.Text = "ค่าประกัน :";
     //
     // labelControlDeposit
     //
     this.labelControlDeposit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDeposit.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDeposit.Location = new System.Drawing.Point(280, 84);
     this.labelControlDeposit.Name = "labelControlDeposit";
     this.labelControlDeposit.Size = new System.Drawing.Size(114, 13);
     this.labelControlDeposit.TabIndex = 113;
     this.labelControlDeposit.Text = "ค่าเช่าล่วงหน้า :";
     //
     // labelControlMonthlyRate
     //
     this.labelControlMonthlyRate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlMonthlyRate.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonthlyRate.Location = new System.Drawing.Point(302, 36);
     this.labelControlMonthlyRate.Name = "labelControlMonthlyRate";
     this.labelControlMonthlyRate.Size = new System.Drawing.Size(92, 13);
     this.labelControlMonthlyRate.TabIndex = 116;
     this.labelControlMonthlyRate.Text = "ค่าเช่า :";
     //
     // lookUpEditFloorId
     //
     this.lookUpEditFloorId.Enabled = false;
     this.lookUpEditFloorId.Location = new System.Drawing.Point(107, 81);
     this.lookUpEditFloorId.Name = "lookUpEditFloorId";
     this.lookUpEditFloorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditFloorId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_id", "floor_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_code", "ชั้น")});
     this.lookUpEditFloorId.Size = new System.Drawing.Size(133, 20);
     this.lookUpEditFloorId.TabIndex = 111;
     //
     // labelControlFloor
     //
     this.labelControlFloor.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlFloor.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlFloor.Location = new System.Drawing.Point(23, 88);
     this.labelControlFloor.Name = "labelControlFloor";
     this.labelControlFloor.Size = new System.Drawing.Size(81, 13);
     this.labelControlFloor.TabIndex = 110;
     this.labelControlFloor.Text = "ชั้น :";
     //
     // textEditRoomLabel
     //
     this.textEditRoomLabel.Enabled = false;
     this.textEditRoomLabel.Location = new System.Drawing.Point(107, 29);
     this.textEditRoomLabel.Name = "textEditRoomLabel";
     this.textEditRoomLabel.Size = new System.Drawing.Size(133, 20);
     this.textEditRoomLabel.TabIndex = 107;
     //
     // labelControlRoomName
     //
     this.labelControlRoomName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomName.Location = new System.Drawing.Point(23, 36);
     this.labelControlRoomName.Name = "labelControlRoomName";
     this.labelControlRoomName.Size = new System.Drawing.Size(81, 13);
     this.labelControlRoomName.TabIndex = 106;
     this.labelControlRoomName.Text = "ชื่อห้อง :";
     //
     // lookUpEditRoomTypeId
     //
     this.lookUpEditRoomTypeId.Enabled = false;
     this.lookUpEditRoomTypeId.Location = new System.Drawing.Point(107, 107);
     this.lookUpEditRoomTypeId.Name = "lookUpEditRoomTypeId";
     this.lookUpEditRoomTypeId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditRoomTypeId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("roomtype_label", "ประเภทห้อง"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("roomtype_id", "roomtype_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditRoomTypeId.Size = new System.Drawing.Size(133, 20);
     this.lookUpEditRoomTypeId.TabIndex = 105;
     //
     // lookUpEditBuildingId
     //
     this.lookUpEditBuildingId.Enabled = false;
     this.lookUpEditBuildingId.Location = new System.Drawing.Point(107, 55);
     this.lookUpEditBuildingId.Name = "lookUpEditBuildingId";
     this.lookUpEditBuildingId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditBuildingId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_label", "ชื่ออาคาร"),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_id", "building_id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditBuildingId.Size = new System.Drawing.Size(133, 20);
     this.lookUpEditBuildingId.TabIndex = 104;
     //
     // labelControlRoomType
     //
     this.labelControlRoomType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRoomType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRoomType.Location = new System.Drawing.Point(23, 114);
     this.labelControlRoomType.Name = "labelControlRoomType";
     this.labelControlRoomType.Size = new System.Drawing.Size(81, 13);
     this.labelControlRoomType.TabIndex = 102;
     this.labelControlRoomType.Text = "ประเภทห้อง :";
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlBuilding.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlBuilding.Location = new System.Drawing.Point(23, 62);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(81, 13);
     this.labelControlBuilding.TabIndex = 101;
     this.labelControlBuilding.Text = "อาคาร :";
     //
     // groupControlRental
     //
     this.groupControlRental.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlRental.AppearanceCaption.Options.UseFont = true;
     this.groupControlRental.Controls.Add(this.labelControl5);
     this.groupControlRental.Controls.Add(this.labelControl23);
     this.groupControlRental.Controls.Add(this.labelControl22);
     this.groupControlRental.Controls.Add(this.labelControl21);
     this.groupControlRental.Controls.Add(this.textEditTenantName);
     this.groupControlRental.Controls.Add(this.labelControlSurname);
     this.groupControlRental.Controls.Add(this.labelControlName);
     this.groupControlRental.Controls.Add(this.textEditTenantSurname);
     this.groupControlRental.Controls.Add(this.labelControlTitle);
     this.groupControlRental.Controls.Add(this.textEditPrefix);
     this.groupControlRental.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlRental.Location = new System.Drawing.Point(0, 85);
     this.groupControlRental.Name = "groupControlRental";
     this.groupControlRental.Size = new System.Drawing.Size(607, 84);
     this.groupControlRental.TabIndex = 352;
     this.groupControlRental.Text = "ผู้เช่า";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl5.Location = new System.Drawing.Point(605, 298);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(6, 13);
     this.labelControl5.TabIndex = 444;
     this.labelControl5.Text = "*";
     //
     // labelControl23
     //
     this.labelControl23.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl23.Location = new System.Drawing.Point(605, 167);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(6, 13);
     this.labelControl23.TabIndex = 443;
     this.labelControl23.Text = "*";
     //
     // labelControl22
     //
     this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl22.Location = new System.Drawing.Point(605, 120);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(6, 13);
     this.labelControl22.TabIndex = 441;
     this.labelControl22.Text = "*";
     //
     // labelControl21
     //
     this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl21.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControl21.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl21.Location = new System.Drawing.Point(605, 94);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(6, 13);
     this.labelControl21.TabIndex = 440;
     this.labelControl21.Text = "*";
     //
     // textEditTenantName
     //
     this.textEditTenantName.EditValue = "";
     this.textEditTenantName.Enabled = false;
     this.textEditTenantName.Location = new System.Drawing.Point(107, 57);
     this.textEditTenantName.Name = "textEditTenantName";
     this.textEditTenantName.Properties.MaxLength = 200;
     this.textEditTenantName.Size = new System.Drawing.Size(133, 20);
     this.textEditTenantName.TabIndex = 412;
     //
     // labelControlSurname
     //
     this.labelControlSurname.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlSurname.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlSurname.Location = new System.Drawing.Point(310, 64);
     this.labelControlSurname.Name = "labelControlSurname";
     this.labelControlSurname.Size = new System.Drawing.Size(84, 13);
     this.labelControlSurname.TabIndex = 424;
     this.labelControlSurname.Text = "นามสกุล :";
     //
     // labelControlName
     //
     this.labelControlName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlName.Location = new System.Drawing.Point(20, 64);
     this.labelControlName.Name = "labelControlName";
     this.labelControlName.Size = new System.Drawing.Size(84, 13);
     this.labelControlName.TabIndex = 423;
     this.labelControlName.Text = "ชื่อ :";
     //
     // textEditTenantSurname
     //
     this.textEditTenantSurname.EditValue = "";
     this.textEditTenantSurname.Enabled = false;
     this.textEditTenantSurname.Location = new System.Drawing.Point(397, 57);
     this.textEditTenantSurname.Name = "textEditTenantSurname";
     this.textEditTenantSurname.Properties.MaxLength = 200;
     this.textEditTenantSurname.Size = new System.Drawing.Size(163, 20);
     this.textEditTenantSurname.TabIndex = 413;
     //
     // labelControlTitle
     //
     this.labelControlTitle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTitle.Location = new System.Drawing.Point(20, 38);
     this.labelControlTitle.Name = "labelControlTitle";
     this.labelControlTitle.Size = new System.Drawing.Size(84, 13);
     this.labelControlTitle.TabIndex = 422;
     this.labelControlTitle.Text = "คำนำหน้า :";
     //
     // textEditPrefix
     //
     this.textEditPrefix.EditValue = "";
     this.textEditPrefix.Enabled = false;
     this.textEditPrefix.Location = new System.Drawing.Point(107, 31);
     this.textEditPrefix.Name = "textEditPrefix";
     this.textEditPrefix.Properties.MaxLength = 50;
     this.textEditPrefix.Size = new System.Drawing.Size(133, 20);
     this.textEditPrefix.TabIndex = 411;
     //
     // groupControlCheckOut
     //
     this.groupControlCheckOut.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlCheckOut.AppearanceCaption.Options.UseFont = true;
     this.groupControlCheckOut.Controls.Add(this.lookUpEditContractType);
     this.groupControlCheckOut.Controls.Add(this.dateEditCheckInDate);
     this.groupControlCheckOut.Controls.Add(this.labelControlMonth);
     this.groupControlCheckOut.Controls.Add(this.labelControlMinimum);
     this.groupControlCheckOut.Controls.Add(this.labelControlRentType);
     this.groupControlCheckOut.Controls.Add(this.labelControlContractDate);
     this.groupControlCheckOut.Controls.Add(this.labelControlContractNo);
     this.groupControlCheckOut.Controls.Add(this.textEditMinimum);
     this.groupControlCheckOut.Controls.Add(this.textEditContractNo);
     this.groupControlCheckOut.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlCheckOut.Location = new System.Drawing.Point(0, 0);
     this.groupControlCheckOut.Name = "groupControlCheckOut";
     this.groupControlCheckOut.Size = new System.Drawing.Size(607, 85);
     this.groupControlCheckOut.TabIndex = 3;
     this.groupControlCheckOut.Text = "ย้ายออก";
     //
     // lookUpEditContractType
     //
     this.lookUpEditContractType.Enabled = false;
     this.lookUpEditContractType.Location = new System.Drawing.Point(107, 56);
     this.lookUpEditContractType.Name = "lookUpEditContractType";
     this.lookUpEditContractType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditContractType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("contracttype_id", "รหัสประเภทสัญญา", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("contracttype_label", "ประเภทสัญญา")});
     this.lookUpEditContractType.Size = new System.Drawing.Size(133, 20);
     this.lookUpEditContractType.TabIndex = 444;
     //
     // dateEditCheckInDate
     //
     this.dateEditCheckInDate.EditValue = new System.DateTime(2013, 3, 8, 0, 0, 0, 0);
     this.dateEditCheckInDate.Enabled = false;
     this.dateEditCheckInDate.Location = new System.Drawing.Point(398, 31);
     this.dateEditCheckInDate.Name = "dateEditCheckInDate";
     this.dateEditCheckInDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEditCheckInDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dateEditCheckInDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditCheckInDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dateEditCheckInDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dateEditCheckInDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dateEditCheckInDate.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.dateEditCheckInDate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEditCheckInDate.Size = new System.Drawing.Size(162, 20);
     this.dateEditCheckInDate.TabIndex = 443;
     //
     // labelControlMonth
     //
     this.labelControlMonth.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMonth.Location = new System.Drawing.Point(563, 63);
     this.labelControlMonth.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlMonth.Name = "labelControlMonth";
     this.labelControlMonth.Size = new System.Drawing.Size(37, 13);
     this.labelControlMonth.TabIndex = 441;
     this.labelControlMonth.Text = "เดือน";
     //
     // labelControlMinimum
     //
     this.labelControlMinimum.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlMinimum.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlMinimum.Location = new System.Drawing.Point(261, 59);
     this.labelControlMinimum.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlMinimum.Name = "labelControlMinimum";
     this.labelControlMinimum.Size = new System.Drawing.Size(134, 13);
     this.labelControlMinimum.TabIndex = 442;
     this.labelControlMinimum.Text = "ระยะเวลาเช่าขั้นต่ำ :";
     //
     // labelControlRentType
     //
     this.labelControlRentType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlRentType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlRentType.Location = new System.Drawing.Point(5, 63);
     this.labelControlRentType.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlRentType.Name = "labelControlRentType";
     this.labelControlRentType.Size = new System.Drawing.Size(99, 13);
     this.labelControlRentType.TabIndex = 440;
     this.labelControlRentType.Text = "ประเภทการเช่า :";
     //
     // labelControlContractDate
     //
     this.labelControlContractDate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlContractDate.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlContractDate.Location = new System.Drawing.Point(296, 38);
     this.labelControlContractDate.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlContractDate.Name = "labelControlContractDate";
     this.labelControlContractDate.Size = new System.Drawing.Size(99, 13);
     this.labelControlContractDate.TabIndex = 438;
     this.labelControlContractDate.Text = "วันที่ทำสัญญา :";
     //
     // labelControlContractNo
     //
     this.labelControlContractNo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlContractNo.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlContractNo.Location = new System.Drawing.Point(5, 38);
     this.labelControlContractNo.Margin = new System.Windows.Forms.Padding(0);
     this.labelControlContractNo.Name = "labelControlContractNo";
     this.labelControlContractNo.Size = new System.Drawing.Size(99, 13);
     this.labelControlContractNo.TabIndex = 439;
     this.labelControlContractNo.Text = "เลขที่สัญญา :";
     //
     // textEditMinimum
     //
     this.textEditMinimum.EditValue = "0";
     this.textEditMinimum.Enabled = false;
     this.textEditMinimum.Location = new System.Drawing.Point(398, 56);
     this.textEditMinimum.Name = "textEditMinimum";
     this.textEditMinimum.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditMinimum.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditMinimum.Properties.MaxLength = 2;
     this.textEditMinimum.Size = new System.Drawing.Size(162, 20);
     this.textEditMinimum.TabIndex = 436;
     //
     // textEditContractNo
     //
     this.textEditContractNo.EditValue = "";
     this.textEditContractNo.Enabled = false;
     this.textEditContractNo.Location = new System.Drawing.Point(107, 31);
     this.textEditContractNo.Name = "textEditContractNo";
     this.textEditContractNo.Size = new System.Drawing.Size(133, 20);
     this.textEditContractNo.TabIndex = 437;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.bttPrintInvoice);
     this.panelControl1.Controls.Add(this.bttPrintInsurance);
     this.panelControl1.Controls.Add(this.textEditRoomStatus);
     this.panelControl1.Controls.Add(this.textEditCheckInId);
     this.panelControl1.Controls.Add(this.textEditTenantId);
     this.panelControl1.Controls.Add(this.textEditRoomId);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.textEditRoomCode);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 568);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(624, 66);
     this.panelControl1.TabIndex = 77;
     //
     // bttPrintInvoice
     //
     this.bttPrintInvoice.Image = ((System.Drawing.Image)(resources.GetObject("bttPrintInvoice.Image")));
     this.bttPrintInvoice.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttPrintInvoice.Location = new System.Drawing.Point(5, 5);
     this.bttPrintInvoice.Name = "bttPrintInvoice";
     this.bttPrintInvoice.Size = new System.Drawing.Size(123, 55);
     this.bttPrintInvoice.TabIndex = 364;
     this.bttPrintInvoice.Text = "สร้างใบแจ้งหนี้";
     //
     // bttPrintInsurance
     //
     this.bttPrintInsurance.Image = ((System.Drawing.Image)(resources.GetObject("bttPrintInsurance.Image")));
     this.bttPrintInsurance.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttPrintInsurance.Location = new System.Drawing.Point(134, 5);
     this.bttPrintInsurance.Name = "bttPrintInsurance";
     this.bttPrintInsurance.Size = new System.Drawing.Size(127, 55);
     this.bttPrintInsurance.TabIndex = 363;
     this.bttPrintInsurance.Text = "สร้างใบคืนเงินประกัน";
     //
     // textEditRoomStatus
     //
     this.textEditRoomStatus.EditValue = "";
     this.textEditRoomStatus.Enabled = false;
     this.textEditRoomStatus.Location = new System.Drawing.Point(324, 19);
     this.textEditRoomStatus.Name = "textEditRoomStatus";
     this.textEditRoomStatus.Size = new System.Drawing.Size(10, 20);
     this.textEditRoomStatus.TabIndex = 362;
     this.textEditRoomStatus.Visible = false;
     //
     // textEditCheckInId
     //
     this.textEditCheckInId.EditValue = "";
     this.textEditCheckInId.Enabled = false;
     this.textEditCheckInId.Location = new System.Drawing.Point(308, 19);
     this.textEditCheckInId.Name = "textEditCheckInId";
     this.textEditCheckInId.Size = new System.Drawing.Size(10, 20);
     this.textEditCheckInId.TabIndex = 362;
     this.textEditCheckInId.Visible = false;
     //
     // textEditTenantId
     //
     this.textEditTenantId.EditValue = "";
     this.textEditTenantId.Enabled = false;
     this.textEditTenantId.Location = new System.Drawing.Point(345, 19);
     this.textEditTenantId.Name = "textEditTenantId";
     this.textEditTenantId.Size = new System.Drawing.Size(39, 20);
     this.textEditTenantId.TabIndex = 361;
     this.textEditTenantId.Visible = false;
     //
     // textEditRoomId
     //
     this.textEditRoomId.EditValue = "";
     this.textEditRoomId.Enabled = false;
     this.textEditRoomId.Location = new System.Drawing.Point(292, 19);
     this.textEditRoomId.Name = "textEditRoomId";
     this.textEditRoomId.Size = new System.Drawing.Size(10, 20);
     this.textEditRoomId.TabIndex = 360;
     this.textEditRoomId.Visible = false;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(273, 44);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(45, 13);
     this.labelControl4.TabIndex = 359;
     this.labelControl4.Text = "รหัสห้อง :";
     this.labelControl4.Visible = false;
     //
     // textEditRoomCode
     //
     this.textEditRoomCode.EditValue = "";
     this.textEditRoomCode.Enabled = false;
     this.textEditRoomCode.Location = new System.Drawing.Point(260, 19);
     this.textEditRoomCode.Name = "textEditRoomCode";
     this.textEditRoomCode.Size = new System.Drawing.Size(13, 20);
     this.textEditRoomCode.TabIndex = 358;
     this.textEditRoomCode.Visible = false;
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(397, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(549, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.preview;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(473, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "ปิดสัญญา";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // RoomCheckOut
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Name = "RoomCheckOut";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1310, 648);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlList)).EndInit();
     this.groupControlList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRoom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupExpense)).EndInit();
     this.groupExpense.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlItem)).EndInit();
     this.groupControlItem.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewItemList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRefund.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlGeneralCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewGeneralCost)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlCalculate)).EndInit();
     this.panelControlCalculate.ResumeLayout(false);
     this.panelControlCalculate.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditInvoiceDueDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditInvoiceDueDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPricePerDay)).EndInit();
     this.panelControlPricePerDay.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditChargePrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditLeaveDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditLeaveDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditCharge.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlMeter)).EndInit();
     this.groupControlMeter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditPhonePrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlEndMeter)).EndInit();
     this.groupControlEndMeter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditWMeterPresent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEMeterPresent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlEndDate)).EndInit();
     this.groupControlEndDate.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPresentDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPresentDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPresentDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPresentDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneStart.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneEnd.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditPhoneEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditWaterMeterId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditElectricMeterId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartMeter)).EndInit();
     this.groupControlStartMeter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditWMeterPreviousUnit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditEMeterPreviousUnit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlStartDate)).EndInit();
     this.groupControlStartDate.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPreviousDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditWMeterPreviousDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPreviousDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditEMeterPreviousDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupRoomInfo)).EndInit();
     this.groupRoomInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInsurerate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAdvance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditFloorId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditRoomTypeId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditBuildingId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlRental)).EndInit();
     this.groupControlRental.ResumeLayout(false);
     this.groupControlRental.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantSurname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefix.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCheckOut)).EndInit();
     this.groupControlCheckOut.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditContractType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEditCheckInDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditMinimum.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditCheckInId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditTenantId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditRoomCode.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 29
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast6));
     Dundas.Charting.WinControl.ChartArea chartArea1 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series series1 = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.Title title1 = new Dundas.Charting.WinControl.Title();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.label2 = new System.Windows.Forms.Label();
     this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26});
     this.barManager1.MaxItemId = 46;
     //
     // bar1
     //
     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(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��ȡԤ��ԭʼ����";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 13;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(921, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // 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.checkBox1);
     this.splitContainerControl1.Panel1.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton7);
     this.splitContainerControl1.Panel2.Controls.Add(this.label2);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit2);
     this.splitContainerControl1.Panel2.Controls.Add(this.label1);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit1);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(915, 381);
     this.splitContainerControl1.SplitterPosition = 541;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart1
     //
     chartArea1.BorderColor = System.Drawing.Color.Empty;
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.Name = "Default";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name = "chart1";
     series1.BorderWidth = 2;
     series1.ChartType = "Spline";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series1.Name = "Default";
     series1.ShadowOffset = 1;
     this.chart1.Series.Add(series1);
     this.chart1.Size = new System.Drawing.Size(535, 375);
     this.chart1.TabIndex = 7;
     this.chart1.Text = "chart1";
     title1.Name = "Title1";
     this.chart1.Titles.Add(title1);
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // simpleButton7
     //
     this.simpleButton7.Location = new System.Drawing.Point(27, 74);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(100, 40);
     this.simpleButton7.TabIndex = 10;
     this.simpleButton7.Text = "����a uϵ��";
     this.simpleButton7.Visible = false;
     this.simpleButton7.Click += new System.EventHandler(this.button7_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(32, 161);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 27);
     this.label2.TabIndex = 9;
     this.label2.Text = "u=";
     //
     // spinEdit2
     //
     this.spinEdit2.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit2.Enabled = false;
     this.spinEdit2.Location = new System.Drawing.Point(79, 163);
     this.spinEdit2.Name = "spinEdit2";
     this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit2.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit2.Size = new System.Drawing.Size(137, 23);
     this.spinEdit2.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(31, 130);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 27);
     this.label1.TabIndex = 7;
     this.label1.Text = "a=";
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit1.Enabled = false;
     this.spinEdit1.Location = new System.Drawing.Point(78, 132);
     this.spinEdit1.Name = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit1.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit1.Size = new System.Drawing.Size(137, 23);
     this.spinEdit1.TabIndex = 6;
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(185, 203);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(100, 40);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(27, 203);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(100, 40);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(185, 74);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(100, 40);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(185, 18);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(100, 40);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(27, 18);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(100, 40);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(921, 587);
     this.splitContainerControl2.SplitterPosition = 196;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(915, 190);
     this.treeList1.TabIndex = 4;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(484, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(48, 16);
     this.checkBox1.TabIndex = 8;
     this.checkBox1.Text = "ȫѡ";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);
     //
     // FormForecast6
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(921, 625);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecast6";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast6_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 30
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHistoryDL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem12,
     this.barButtonItem13,
     this.barSubItem2,
     this.barButtonItem15,
     this.barButtonItem16,
     this.barCheckItem1,
     this.barEditItem1,
     this.barCheckItem2,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barCheckItem5,
     this.barCheckItem6,
     this.barCheckItem7,
     this.barButtonItem14});
     this.barManager1.MaxItemId = 91;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1});
     //
     // bar1
     //
     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(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem14, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 13;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "���һ������";
     this.barButtonItem7.Id = 59;
     this.barButtonItem7.ImageIndex = 15;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "����ӷ���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 16;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ���";
     this.barButtonItem3.Id = 56;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ɾ������";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 10;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "Ĭ��������";
     this.barButtonItem10.Id = 62;
     this.barButtonItem10.ImageIndex = 13;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Hint = "����һλ";
     this.barButtonItem13.Id = 65;
     this.barButtonItem13.ImageIndex = 20;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Hint = "����һλ";
     this.barButtonItem12.Id = 64;
     this.barButtonItem12.ImageIndex = 21;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��������";
     this.barButtonItem9.Id = 61;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "�趨���";
     this.barButtonItem4.Id = 57;
     this.barButtonItem4.ImageIndex = 1;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���ݿ���";
     this.barButtonItem5.Id = 58;
     this.barButtonItem5.ImageIndex = 11;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "�����������";
     this.barButtonItem8.Id = 60;
     this.barButtonItem8.ImageIndex = 10;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "ͳ��";
     this.barSubItem2.Id = 68;
     this.barSubItem2.ImageIndex = 9;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem16)});
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ҵ�õ����";
     this.barButtonItem15.Id = 71;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "��ᾭ�ü��õ����";
     this.barButtonItem16.Id = 72;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // 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(1100, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1100, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1100, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "FillUpHS.png");
     this.imageList1.Images.SetKeyName(21, "FillDownHS.png");
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Id = 63;
     this.barButtonItem11.Name = "barButtonItem11";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Id = 81;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 82;
     this.barEditItem1.Name = "barEditItem1";
     //
     // barCheckItem2
     //
     this.barCheckItem2.Id = 83;
     this.barCheckItem2.Name = "barCheckItem2";
     //
     // barCheckItem3
     //
     this.barCheckItem3.Id = 84;
     this.barCheckItem3.Name = "barCheckItem3";
     //
     // barCheckItem4
     //
     this.barCheckItem4.Id = 85;
     this.barCheckItem4.Name = "barCheckItem4";
     //
     // barCheckItem5
     //
     this.barCheckItem5.Id = 86;
     this.barCheckItem5.Name = "barCheckItem5";
     //
     // barCheckItem6
     //
     this.barCheckItem6.Id = 87;
     this.barCheckItem6.Name = "barCheckItem6";
     //
     // barCheckItem7
     //
     this.barCheckItem7.Id = 88;
     this.barCheckItem7.Name = "barCheckItem7";
     //
     // 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.Name = "repositoryItemComboBox1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1100, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.chart_user1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1100, 689);
     this.splitContainerControl2.SplitterPosition = 309;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.AllowDrop = true;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.DragNodes = true;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1100, 374);
     this.treeList1.TabIndex = 1;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.FocusedColumnChanged += new DevExpress.XtraTreeList.FocusedColumnChangedEventHandler(this.treeList1_FocusedColumnChanged);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(1100, 309);
     this.chart_user1.TabIndex = 0;
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "�ر�";
     this.barButtonItem14.Id = 90;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick_1);
     //
     // FormHistoryDL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1100, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormHistoryDL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUnitConsumptionValue));
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = 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();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1028, 236);
     this.treeList1.TabIndex = 2;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(17, 115);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(122, 37);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "保   存";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(17, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(122, 37);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "计算单位设置";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(17, 5);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(122, 37);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "计算预测值";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(17, 279);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(122, 37);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "全部折线图";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(17, 224);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(122, 37);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "预测数据折线图";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(17, 170);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(122, 37);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "历史数据折线图";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 320);
     this.splitContainerControl1.SplitterPosition = 152;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(870, 320);
     this.chart_user1.TabIndex = 0;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1028, 562);
     this.splitContainerControl2.SplitterPosition = 320;
     this.splitContainerControl2.TabIndex = 16;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1028, 6);
     this.splitterControl1.TabIndex = 15;
     this.splitterControl1.TabStop = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.ico");
     this.imageList1.Images.SetKeyName(1, "布局.ico");
     this.imageList1.Images.SetKeyName(2, "查询.ico");
     this.imageList1.Images.SetKeyName(3, "打回重新编.ico");
     this.imageList1.Images.SetKeyName(4, "打印.ico");
     this.imageList1.Images.SetKeyName(5, "发送.ico");
     this.imageList1.Images.SetKeyName(6, "关闭1.ico");
     this.imageList1.Images.SetKeyName(7, "关闭.ico");
     this.imageList1.Images.SetKeyName(8, "角色.ico");
     this.imageList1.Images.SetKeyName(9, "三等功发1.ico");
     this.imageList1.Images.SetKeyName(10, "删除.ico");
     this.imageList1.Images.SetKeyName(11, "审核.ico");
     this.imageList1.Images.SetKeyName(12, "审批.ico");
     this.imageList1.Images.SetKeyName(13, "授权.ico");
     this.imageList1.Images.SetKeyName(14, "刷新.ico");
     this.imageList1.Images.SetKeyName(15, "添加同级.ico");
     this.imageList1.Images.SetKeyName(16, "添加下级.ico");
     this.imageList1.Images.SetKeyName(17, "新建.ico");
     this.imageList1.Images.SetKeyName(18, "修改.ico");
     this.imageList1.Images.SetKeyName(19, "作废.ico");
     this.imageList1.Images.SetKeyName(20, "031.ico");
     this.imageList1.Images.SetKeyName(21, "46.ico");
     this.imageList1.Images.SetKeyName(22, "CD2.ico");
     this.imageList1.Images.SetKeyName(23, "globo.ico");
     this.imageList1.Images.SetKeyName(24, "10 Desktop.ico");
     this.imageList1.Images.SetKeyName(25, "15 ICQ.ico");
     this.imageList1.Images.SetKeyName(26, "06 Picture.ico");
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barSubItem1,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem6,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barSubItem2,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem12,
     this.barButtonItem13});
     this.barManager1.MaxItemId = 16;
     //
     // bar1
     //
     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.barButtonItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem13, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem7, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem8, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "加载GDP数据";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.ImageIndex = 13;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "加载电量数据";
     this.barButtonItem13.Id = 15;
     this.barButtonItem13.ImageIndex = 26;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "参数设置";
     this.barButtonItem2.Id = 1;
     this.barButtonItem2.ImageIndex = 14;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "开始截取历史数据";
     this.barButtonItem3.Id = 2;
     this.barButtonItem3.ImageIndex = 9;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "导出";
     this.barSubItem1.Id = 4;
     this.barSubItem1.ImageIndex = 5;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "导出数据";
     this.barButtonItem4.Id = 5;
     this.barButtonItem4.ImageIndex = 5;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "导出图形";
     this.barButtonItem5.Id = 6;
     this.barButtonItem5.ImageIndex = 5;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "图表颜色";
     this.barButtonItem6.Id = 7;
     this.barButtonItem6.ImageIndex = 12;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "保存";
     this.barButtonItem7.Id = 8;
     this.barButtonItem7.ImageIndex = 0;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "分类管理";
     this.barSubItem2.Id = 10;
     this.barSubItem2.ImageIndex = 16;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem9, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "添加分类";
     this.barButtonItem9.Id = 11;
     this.barButtonItem9.ImageIndex = 15;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "添加子分类";
     this.barButtonItem10.Id = 12;
     this.barButtonItem10.ImageIndex = 16;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "修改分类";
     this.barButtonItem11.Id = 13;
     this.barButtonItem11.ImageIndex = 18;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "删除分类";
     this.barButtonItem12.Id = 14;
     this.barButtonItem12.ImageIndex = 10;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "关闭";
     this.barButtonItem8.Id = 9;
     this.barButtonItem8.ImageIndex = 6;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // 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(1028, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 602);
     this.barDockControlBottom.Size = new System.Drawing.Size(1028, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 568);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1028, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 568);
     //
     // FormUnitConsumptionValue
     //
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 602);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormUnitConsumptionValue";
     this.Text = "产值单耗法";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormAverageGrowthRate_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseReportExt));
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.sbNewPreview = new DevExpress.XtraEditors.SimpleButton();
     this.sbPreview = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageIntro = new DevExpress.XtraTab.XtraTabPage();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel2.SuspendLayout();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPageIntro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel2});
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel2
     //
     this.dockPanel2.Controls.Add(this.dockPanel2_Container);
     this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
     this.dockPanel2.FloatLocation = new System.Drawing.Point(231, 255);
     this.dockPanel2.FloatVertical = true;
     this.dockPanel2.ID = new System.Guid("efb3e4b0-6cc1-412c-ae6c-fed385d7419d");
     this.dockPanel2.Location = new System.Drawing.Point(-32768, -32768);
     this.dockPanel2.Name = "dockPanel2";
     this.dockPanel2.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockPanel2.SavedIndex = 0;
     this.dockPanel2.Size = new System.Drawing.Size(200, 200);
     this.dockPanel2.Text = "dockPanel2";
     this.dockPanel2.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 20);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(194, 177);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.FloatSize = new System.Drawing.Size(215, 200);
     this.dockPanel1.FloatVertical = true;
     this.dockPanel1.ID = new System.Guid("abe6377d-9058-4e9f-bb5c-d22cba2ec019");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Options.ShowMaximizeButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.Size = new System.Drawing.Size(200, 393);
     this.dockPanel1.Text = "Danh sách báo cáo";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.panelControl2);
     this.dockPanel1_Container.Controls.Add(this.panelControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 365);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(194, 331);
     this.panelControl2.TabIndex = 0;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.MinSize = 50;
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(194, 331);
     this.splitContainerControl1.SplitterPosition = 166;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     this.splitContainerControl1.SizeChanged += new System.EventHandler(this.splitContainerControl1_SizeChanged);
     //
     // treeList1
     //
     this.treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1});
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.BeginUnboundLoad();
     this.treeList1.AppendNode(new object[] {
     "Nhóm báo cáo A"}, -1);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A1"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A2"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A3"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Nhóm báo cáo B"}, -1);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo B1"}, 4);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo B2"}, 4);
     this.treeList1.EndUnboundLoad();
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.Size = new System.Drawing.Size(194, 166);
     this.treeList1.TabIndex = 1;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged_1);
     //
     // treeListColumn1
     //
     this.treeListColumn1.MinWidth = 46;
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.sbNewPreview);
     this.panelControl1.Controls.Add(this.sbPreview);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 331);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Padding = new System.Windows.Forms.Padding(5, 5, 10, 5);
     this.panelControl1.Size = new System.Drawing.Size(194, 34);
     this.panelControl1.TabIndex = 9;
     //
     // sbNewPreview
     //
     this.sbNewPreview.Dock = System.Windows.Forms.DockStyle.Right;
     this.sbNewPreview.Location = new System.Drawing.Point(56, 5);
     this.sbNewPreview.Name = "sbNewPreview";
     this.sbNewPreview.Size = new System.Drawing.Size(64, 24);
     this.sbNewPreview.TabIndex = 1;
     this.sbNewPreview.Text = "&Mới";
     this.sbNewPreview.ToolTip = "Tạo báo cáo mới";
     this.sbNewPreview.Click += new System.EventHandler(this.sbNewPreview_Click);
     //
     // sbPreview
     //
     this.sbPreview.Dock = System.Windows.Forms.DockStyle.Right;
     this.sbPreview.Location = new System.Drawing.Point(120, 5);
     this.sbPreview.Name = "sbPreview";
     this.sbPreview.Size = new System.Drawing.Size(64, 24);
     this.sbPreview.TabIndex = 0;
     this.sbPreview.Text = "&Xem";
     this.sbPreview.ToolTip = "Tạo báo cáo theo điều kiện lọc";
     this.sbPreview.Click += new System.EventHandler(this.sbPreview_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderButtons = ((DevExpress.XtraTab.TabButtons)(((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)
                 | DevExpress.XtraTab.TabButtons.Close)));
     this.xtraTabControl1.Location = new System.Drawing.Point(200, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPageIntro;
     this.xtraTabControl1.Size = new System.Drawing.Size(418, 393);
     this.xtraTabControl1.TabIndex = 9;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageIntro});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.CloseButtonClick += new System.EventHandler(this.xtraTabControl1_CloseButtonClick);
     //
     // xtraTabPageIntro
     //
     this.xtraTabPageIntro.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.xtraTabPageIntro.Controls.Add(this.pictureEdit1);
     this.xtraTabPageIntro.Name = "xtraTabPageIntro";
     this.xtraTabPageIntro.Size = new System.Drawing.Size(411, 364);
     this.xtraTabPageIntro.Text = "Giới thiệu";
     //
     // pictureEdit1
     //
     this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.ReadOnly = true;
     this.pictureEdit1.Properties.ShowMenu = false;
     this.pictureEdit1.ShowToolTips = false;
     this.pictureEdit1.Size = new System.Drawing.Size(411, 364);
     this.pictureEdit1.TabIndex = 0;
     //
     // frmBaseReportExt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(618, 393);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.dockPanel1);
     this.Name = "frmBaseReportExt";
     this.Text = "Hệ thống báo cáo";
     this.Load += new System.EventHandler(this.frmBaseReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel2.ResumeLayout(false);
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPageIntro.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
            this.ColShipMethod = new DevExpress.XtraGrid.Columns.GridColumn();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.txtTime = new DevExpress.XtraEditors.TextEdit();
            this.txtResult = new DevExpress.XtraEditors.TextEdit();
            this.txtCartonNo = new DevExpress.XtraEditors.TextEdit();
            this.btnChangeToSea = new DevExpress.XtraEditors.SimpleButton();
            this.txtQty = new DevExpress.XtraEditors.TextEdit();
            this.txtSalesOrderNo = new DevExpress.XtraEditors.TextEdit();
            this.btnShipmentReport = new DevExpress.XtraEditors.SimpleButton();
            this.btnTSIOK = new DevExpress.XtraEditors.SimpleButton();
            this.btnChangeQty = new DevExpress.XtraEditors.SimpleButton();
            this.txtItemNo = new DevExpress.XtraEditors.TextEdit();
            this.txtBarcode = new DevExpress.XtraEditors.TextEdit();
            this.btnOtherCustomer = new DevExpress.XtraEditors.SimpleButton();
            this.btnChangeToAir = new DevExpress.XtraEditors.SimpleButton();
            this.btnReload = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutBarcode = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutChangeQty = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutSalesOrderNo = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutCartonNo = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutItemNo = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutQty = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutShipmentReport = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutTSIOk = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutOtherCustomer = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutChangeToAir = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutChangeToSea = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutReload = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutResult = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.gridShipment = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.ColShipOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCustomerItemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColItemType = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMaterial = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMoveQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColArrivedQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMoveDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColSalesOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColSalesOrderIndex = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCustomer = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColCarton = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColOrderDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColOrderStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCartonNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSalesOrderNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBarcode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutBarcode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeQty)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutSalesOrderNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutCartonNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutItemNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutQty)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutShipmentReport)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutTSIOk)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutOtherCustomer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeToAir)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeToSea)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutReload)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridShipment)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // ColShipMethod
            // 
            this.ColShipMethod.Caption = "寄货方式";
            this.ColShipMethod.FieldName = "ShipMethod";
            this.ColShipMethod.Name = "ColShipMethod";
            this.ColShipMethod.Visible = true;
            this.ColShipMethod.VisibleIndex = 8;
            this.ColShipMethod.Width = 45;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl1);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.gridShipment);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(982, 461);
            this.splitContainerControl1.SplitterPosition = 156;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // layoutControl1
            // 
            this.layoutControl1.AllowCustomizationMenu = false;
            this.layoutControl1.Controls.Add(this.txtTime);
            this.layoutControl1.Controls.Add(this.txtResult);
            this.layoutControl1.Controls.Add(this.txtCartonNo);
            this.layoutControl1.Controls.Add(this.btnChangeToSea);
            this.layoutControl1.Controls.Add(this.txtQty);
            this.layoutControl1.Controls.Add(this.txtSalesOrderNo);
            this.layoutControl1.Controls.Add(this.btnShipmentReport);
            this.layoutControl1.Controls.Add(this.btnTSIOK);
            this.layoutControl1.Controls.Add(this.btnChangeQty);
            this.layoutControl1.Controls.Add(this.txtItemNo);
            this.layoutControl1.Controls.Add(this.txtBarcode);
            this.layoutControl1.Controls.Add(this.btnOtherCustomer);
            this.layoutControl1.Controls.Add(this.btnChangeToAir);
            this.layoutControl1.Controls.Add(this.btnReload);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutQty,
            this.layoutItemNo,
            this.layoutSalesOrderNo});
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsView.UseDefaultDragAndDropRendering = false;
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(982, 156);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // txtTime
            // 
            this.txtTime.Location = new System.Drawing.Point(733, 116);
            this.txtTime.Name = "txtTime";
            this.txtTime.Properties.ReadOnly = true;
            this.txtTime.Size = new System.Drawing.Size(237, 20);
            this.txtTime.StyleController = this.layoutControl1;
            this.txtTime.TabIndex = 16;
            this.txtTime.TabStop = false;
            // 
            // txtResult
            // 
            this.txtResult.Location = new System.Drawing.Point(63, 64);
            this.txtResult.Name = "txtResult";
            this.txtResult.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtResult.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
            this.txtResult.Properties.Appearance.Options.UseFont = true;
            this.txtResult.Properties.Appearance.Options.UseForeColor = true;
            this.txtResult.Properties.ReadOnly = true;
            this.txtResult.Size = new System.Drawing.Size(666, 46);
            this.txtResult.StyleController = this.layoutControl1;
            this.txtResult.TabIndex = 15;
            this.txtResult.TabStop = false;
            // 
            // txtCartonNo
            // 
            this.txtCartonNo.EditValue = "0";
            this.txtCartonNo.Location = new System.Drawing.Point(784, 12);
            this.txtCartonNo.Name = "txtCartonNo";
            this.txtCartonNo.Properties.ReadOnly = true;
            this.txtCartonNo.Size = new System.Drawing.Size(186, 20);
            this.txtCartonNo.StyleController = this.layoutControl1;
            this.txtCartonNo.TabIndex = 14;
            this.txtCartonNo.TabStop = false;
            // 
            // btnChangeToSea
            // 
            this.btnChangeToSea.Location = new System.Drawing.Point(733, 38);
            this.btnChangeToSea.Name = "btnChangeToSea";
            this.btnChangeToSea.Size = new System.Drawing.Size(237, 22);
            this.btnChangeToSea.StyleController = this.layoutControl1;
            this.btnChangeToSea.TabIndex = 7;
            this.btnChangeToSea.Text = "改寄船货";
            this.btnChangeToSea.Click += new System.EventHandler(this.btnChangeToSea_Click);
            // 
            // txtQty
            // 
            this.txtQty.Location = new System.Drawing.Point(544, 64);
            this.txtQty.Name = "txtQty";
            this.txtQty.Size = new System.Drawing.Size(185, 20);
            this.txtQty.StyleController = this.layoutControl1;
            this.txtQty.TabIndex = 10;
            // 
            // txtSalesOrderNo
            // 
            this.txtSalesOrderNo.Location = new System.Drawing.Point(63, 64);
            this.txtSalesOrderNo.Name = "txtSalesOrderNo";
            this.txtSalesOrderNo.Size = new System.Drawing.Size(666, 20);
            this.txtSalesOrderNo.StyleController = this.layoutControl1;
            this.txtSalesOrderNo.TabIndex = 8;
            // 
            // btnShipmentReport
            // 
            this.btnShipmentReport.Location = new System.Drawing.Point(493, 12);
            this.btnShipmentReport.Name = "btnShipmentReport";
            this.btnShipmentReport.Size = new System.Drawing.Size(236, 22);
            this.btnShipmentReport.StyleController = this.layoutControl1;
            this.btnShipmentReport.TabIndex = 3;
            this.btnShipmentReport.Text = "今天出货单";
            this.btnShipmentReport.Click += new System.EventHandler(this.btnShipmentReport_Click);
            // 
            // btnTSIOK
            // 
            this.btnTSIOK.Location = new System.Drawing.Point(252, 38);
            this.btnTSIOK.Name = "btnTSIOK";
            this.btnTSIOK.Size = new System.Drawing.Size(237, 22);
            this.btnTSIOK.StyleController = this.layoutControl1;
            this.btnTSIOK.TabIndex = 5;
            this.btnTSIOK.Text = "TSI OK";
            this.btnTSIOK.Click += new System.EventHandler(this.btnTSIOK_Click);
            // 
            // btnChangeQty
            // 
            this.btnChangeQty.Location = new System.Drawing.Point(12, 38);
            this.btnChangeQty.Name = "btnChangeQty";
            this.btnChangeQty.Size = new System.Drawing.Size(236, 22);
            this.btnChangeQty.StyleController = this.layoutControl1;
            this.btnChangeQty.TabIndex = 4;
            this.btnChangeQty.Text = "改数";
            this.btnChangeQty.Click += new System.EventHandler(this.btnChangeQty_Click);
            // 
            // txtItemNo
            // 
            this.txtItemNo.Location = new System.Drawing.Point(303, 64);
            this.txtItemNo.Name = "txtItemNo";
            this.txtItemNo.Size = new System.Drawing.Size(426, 20);
            this.txtItemNo.StyleController = this.layoutControl1;
            this.txtItemNo.TabIndex = 9;
            // 
            // txtBarcode
            // 
            this.txtBarcode.EnterMoveNextControl = true;
            this.txtBarcode.Location = new System.Drawing.Point(63, 12);
            this.txtBarcode.Name = "txtBarcode";
            this.txtBarcode.Size = new System.Drawing.Size(426, 20);
            this.txtBarcode.StyleController = this.layoutControl1;
            this.txtBarcode.TabIndex = 1;
            this.txtBarcode.Enter += new System.EventHandler(this.txtBarcode_Enter);
            this.txtBarcode.Leave += new System.EventHandler(this.txtBarcode_Leave);
            // 
            // btnOtherCustomer
            // 
            this.btnOtherCustomer.Location = new System.Drawing.Point(733, 64);
            this.btnOtherCustomer.Name = "btnOtherCustomer";
            this.btnOtherCustomer.Size = new System.Drawing.Size(237, 22);
            this.btnOtherCustomer.StyleController = this.layoutControl1;
            this.btnOtherCustomer.TabIndex = 13;
            this.btnOtherCustomer.Text = "手工扫单";
            this.btnOtherCustomer.Click += new System.EventHandler(this.btnOtherCustomer_Click);
            // 
            // btnChangeToAir
            // 
            this.btnChangeToAir.Location = new System.Drawing.Point(493, 38);
            this.btnChangeToAir.Name = "btnChangeToAir";
            this.btnChangeToAir.Size = new System.Drawing.Size(236, 22);
            this.btnChangeToAir.StyleController = this.layoutControl1;
            this.btnChangeToAir.TabIndex = 6;
            this.btnChangeToAir.Text = "改寄飞机货";
            this.btnChangeToAir.Click += new System.EventHandler(this.btnChangeToAir_Click);
            // 
            // btnReload
            // 
            this.btnReload.Location = new System.Drawing.Point(733, 90);
            this.btnReload.Name = "btnReload";
            this.btnReload.Size = new System.Drawing.Size(237, 22);
            this.btnReload.StyleController = this.layoutControl1;
            this.btnReload.TabIndex = 2;
            this.btnReload.Text = "重新读取资料";
            this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutBarcode,
            this.layoutChangeQty,
            this.layoutCartonNo,
            this.layoutShipmentReport,
            this.layoutTSIOk,
            this.layoutOtherCustomer,
            this.layoutChangeToAir,
            this.layoutChangeToSea,
            this.layoutReload,
            this.layoutResult,
            this.layoutControlItem1});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(982, 156);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutBarcode
            // 
            this.layoutBarcode.Control = this.txtBarcode;
            this.layoutBarcode.CustomizationFormText = "条码";
            this.layoutBarcode.Location = new System.Drawing.Point(0, 0);
            this.layoutBarcode.Name = "layoutBarcode";
            this.layoutBarcode.Size = new System.Drawing.Size(481, 26);
            this.layoutBarcode.Text = "条码";
            this.layoutBarcode.TextSize = new System.Drawing.Size(48, 14);
            // 
            // layoutChangeQty
            // 
            this.layoutChangeQty.Control = this.btnChangeQty;
            this.layoutChangeQty.CustomizationFormText = "layoutChangeQty";
            this.layoutChangeQty.Location = new System.Drawing.Point(0, 26);
            this.layoutChangeQty.Name = "layoutChangeQty";
            this.layoutChangeQty.Size = new System.Drawing.Size(240, 26);
            this.layoutChangeQty.Text = "layoutChangeQty";
            this.layoutChangeQty.TextSize = new System.Drawing.Size(0, 0);
            this.layoutChangeQty.TextToControlDistance = 0;
            this.layoutChangeQty.TextVisible = false;
            // 
            // layoutSalesOrderNo
            // 
            this.layoutSalesOrderNo.Control = this.txtSalesOrderNo;
            this.layoutSalesOrderNo.CustomizationFormText = "销售单号";
            this.layoutSalesOrderNo.Location = new System.Drawing.Point(0, 52);
            this.layoutSalesOrderNo.Name = "layoutSalesOrderNo";
            this.layoutSalesOrderNo.Size = new System.Drawing.Size(721, 24);
            this.layoutSalesOrderNo.Text = "销售单号";
            this.layoutSalesOrderNo.TextSize = new System.Drawing.Size(48, 14);
            this.layoutSalesOrderNo.TextToControlDistance = 5;
            // 
            // layoutCartonNo
            // 
            this.layoutCartonNo.Control = this.txtCartonNo;
            this.layoutCartonNo.CustomizationFormText = "现在箱号";
            this.layoutCartonNo.Location = new System.Drawing.Point(721, 0);
            this.layoutCartonNo.Name = "layoutCartonNo";
            this.layoutCartonNo.Size = new System.Drawing.Size(241, 26);
            this.layoutCartonNo.Text = "现在箱号";
            this.layoutCartonNo.TextSize = new System.Drawing.Size(48, 14);
            // 
            // layoutItemNo
            // 
            this.layoutItemNo.Control = this.txtItemNo;
            this.layoutItemNo.CustomizationFormText = "产品编码";
            this.layoutItemNo.Location = new System.Drawing.Point(240, 52);
            this.layoutItemNo.Name = "layoutItemNo";
            this.layoutItemNo.Size = new System.Drawing.Size(481, 24);
            this.layoutItemNo.Text = "产品编码";
            this.layoutItemNo.TextSize = new System.Drawing.Size(48, 14);
            this.layoutItemNo.TextToControlDistance = 5;
            // 
            // layoutQty
            // 
            this.layoutQty.Control = this.txtQty;
            this.layoutQty.CustomizationFormText = "数量";
            this.layoutQty.Location = new System.Drawing.Point(481, 52);
            this.layoutQty.Name = "layoutQty";
            this.layoutQty.Size = new System.Drawing.Size(240, 24);
            this.layoutQty.Text = "数量";
            this.layoutQty.TextSize = new System.Drawing.Size(48, 14);
            this.layoutQty.TextToControlDistance = 5;
            // 
            // layoutShipmentReport
            // 
            this.layoutShipmentReport.Control = this.btnShipmentReport;
            this.layoutShipmentReport.CustomizationFormText = "layoutShipmentReport";
            this.layoutShipmentReport.Location = new System.Drawing.Point(481, 0);
            this.layoutShipmentReport.Name = "layoutShipmentReport";
            this.layoutShipmentReport.Size = new System.Drawing.Size(240, 26);
            this.layoutShipmentReport.Text = "layoutShipmentReport";
            this.layoutShipmentReport.TextSize = new System.Drawing.Size(0, 0);
            this.layoutShipmentReport.TextToControlDistance = 0;
            this.layoutShipmentReport.TextVisible = false;
            // 
            // layoutTSIOk
            // 
            this.layoutTSIOk.Control = this.btnTSIOK;
            this.layoutTSIOk.CustomizationFormText = "layoutTSIOk";
            this.layoutTSIOk.Location = new System.Drawing.Point(240, 26);
            this.layoutTSIOk.Name = "layoutTSIOk";
            this.layoutTSIOk.Size = new System.Drawing.Size(241, 26);
            this.layoutTSIOk.Text = "layoutTSIOk";
            this.layoutTSIOk.TextSize = new System.Drawing.Size(0, 0);
            this.layoutTSIOk.TextToControlDistance = 0;
            this.layoutTSIOk.TextVisible = false;
            // 
            // layoutOtherCustomer
            // 
            this.layoutOtherCustomer.Control = this.btnOtherCustomer;
            this.layoutOtherCustomer.CustomizationFormText = "layoutOtherCustomer";
            this.layoutOtherCustomer.Location = new System.Drawing.Point(721, 52);
            this.layoutOtherCustomer.Name = "layoutOtherCustomer";
            this.layoutOtherCustomer.Size = new System.Drawing.Size(241, 26);
            this.layoutOtherCustomer.Text = "layoutOtherCustomer";
            this.layoutOtherCustomer.TextSize = new System.Drawing.Size(0, 0);
            this.layoutOtherCustomer.TextToControlDistance = 0;
            this.layoutOtherCustomer.TextVisible = false;
            // 
            // layoutChangeToAir
            // 
            this.layoutChangeToAir.Control = this.btnChangeToAir;
            this.layoutChangeToAir.CustomizationFormText = "layoutChangeToAir";
            this.layoutChangeToAir.Location = new System.Drawing.Point(481, 26);
            this.layoutChangeToAir.Name = "layoutChangeToAir";
            this.layoutChangeToAir.Size = new System.Drawing.Size(240, 26);
            this.layoutChangeToAir.Text = "layoutChangeToAir";
            this.layoutChangeToAir.TextSize = new System.Drawing.Size(0, 0);
            this.layoutChangeToAir.TextToControlDistance = 0;
            this.layoutChangeToAir.TextVisible = false;
            // 
            // layoutChangeToSea
            // 
            this.layoutChangeToSea.Control = this.btnChangeToSea;
            this.layoutChangeToSea.CustomizationFormText = "layoutChangeToSea";
            this.layoutChangeToSea.Location = new System.Drawing.Point(721, 26);
            this.layoutChangeToSea.Name = "layoutChangeToSea";
            this.layoutChangeToSea.Size = new System.Drawing.Size(241, 26);
            this.layoutChangeToSea.Text = "layoutChangeToSea";
            this.layoutChangeToSea.TextSize = new System.Drawing.Size(0, 0);
            this.layoutChangeToSea.TextToControlDistance = 0;
            this.layoutChangeToSea.TextVisible = false;
            // 
            // layoutReload
            // 
            this.layoutReload.Control = this.btnReload;
            this.layoutReload.CustomizationFormText = "layoutControlItem1";
            this.layoutReload.Location = new System.Drawing.Point(721, 78);
            this.layoutReload.Name = "layoutReload";
            this.layoutReload.Size = new System.Drawing.Size(241, 26);
            this.layoutReload.Text = "layoutReload";
            this.layoutReload.TextSize = new System.Drawing.Size(0, 0);
            this.layoutReload.TextToControlDistance = 0;
            this.layoutReload.TextVisible = false;
            // 
            // layoutResult
            // 
            this.layoutResult.Control = this.txtResult;
            this.layoutResult.CustomizationFormText = "系统信息";
            this.layoutResult.Location = new System.Drawing.Point(0, 52);
            this.layoutResult.Name = "layoutResult";
            this.layoutResult.Size = new System.Drawing.Size(721, 84);
            this.layoutResult.Text = "系统信息";
            this.layoutResult.TextSize = new System.Drawing.Size(48, 14);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.txtTime;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(721, 104);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(241, 32);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // gridShipment
            // 
            this.gridShipment.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridShipment.Location = new System.Drawing.Point(0, 0);
            this.gridShipment.MainView = this.gridView1;
            this.gridShipment.Name = "gridShipment";
            this.gridShipment.Size = new System.Drawing.Size(982, 300);
            this.gridShipment.TabIndex = 0;
            this.gridShipment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.ColShipOrderNo,
            this.ColItemNo,
            this.ColCustomerItemNo,
            this.ColItemName,
            this.ColItemType,
            this.ColMaterial,
            this.ColMoveQty,
            this.ColArrivedQty,
            this.ColMoveDate,
            this.ColShipMethod,
            this.ColSalesOrderNo,
            this.ColSalesOrderIndex,
            this.ColCustomer,
            this.ColCarton,
            this.ColOrderDate,
            this.ColOrderStatus});
            styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Red;
            styleFormatCondition2.Appearance.Options.UseBackColor = true;
            styleFormatCondition2.ApplyToRow = true;
            styleFormatCondition2.Column = this.ColShipMethod;
            styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            styleFormatCondition2.Value1 = "Sea";
            this.gridView1.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
            styleFormatCondition2});
            this.gridView1.GridControl = this.gridShipment;
            this.gridView1.GroupCount = 1;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColOrderStatus, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // ColShipOrderNo
            // 
            this.ColShipOrderNo.Caption = "寄货单号";
            this.ColShipOrderNo.FieldName = "OrderNo";
            this.ColShipOrderNo.Name = "ColShipOrderNo";
            this.ColShipOrderNo.Visible = true;
            this.ColShipOrderNo.VisibleIndex = 0;
            this.ColShipOrderNo.Width = 86;
            // 
            // ColItemNo
            // 
            this.ColItemNo.Caption = "本厂编码";
            this.ColItemNo.FieldName = "ItemNo";
            this.ColItemNo.Name = "ColItemNo";
            this.ColItemNo.Width = 50;
            // 
            // ColCustomerItemNo
            // 
            this.ColCustomerItemNo.Caption = "人客编码";
            this.ColCustomerItemNo.FieldName = "CustomerItemNo";
            this.ColCustomerItemNo.Name = "ColCustomerItemNo";
            this.ColCustomerItemNo.Visible = true;
            this.ColCustomerItemNo.VisibleIndex = 1;
            this.ColCustomerItemNo.Width = 79;
            // 
            // ColItemName
            // 
            this.ColItemName.Caption = "产品名称";
            this.ColItemName.FieldName = "ItemName";
            this.ColItemName.Name = "ColItemName";
            this.ColItemName.Visible = true;
            this.ColItemName.VisibleIndex = 2;
            this.ColItemName.Width = 110;
            // 
            // ColItemType
            // 
            this.ColItemType.Caption = "产品种类";
            this.ColItemType.FieldName = "ItemType";
            this.ColItemType.Name = "ColItemType";
            this.ColItemType.Visible = true;
            this.ColItemType.VisibleIndex = 3;
            this.ColItemType.Width = 56;
            // 
            // ColMaterial
            // 
            this.ColMaterial.Caption = "材料";
            this.ColMaterial.FieldName = "Material";
            this.ColMaterial.Name = "ColMaterial";
            this.ColMaterial.Visible = true;
            this.ColMaterial.VisibleIndex = 4;
            this.ColMaterial.Width = 56;
            // 
            // ColMoveQty
            // 
            this.ColMoveQty.Caption = "寄货数";
            this.ColMoveQty.DisplayFormat.FormatString = "#,###";
            this.ColMoveQty.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.ColMoveQty.FieldName = "MoveQty";
            this.ColMoveQty.Name = "ColMoveQty";
            this.ColMoveQty.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.ColMoveQty.Visible = true;
            this.ColMoveQty.VisibleIndex = 5;
            this.ColMoveQty.Width = 46;
            // 
            // ColArrivedQty
            // 
            this.ColArrivedQty.Caption = "已装箱数";
            this.ColArrivedQty.DisplayFormat.FormatString = "#,###";
            this.ColArrivedQty.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.ColArrivedQty.FieldName = "ArrivedQty";
            this.ColArrivedQty.Name = "ColArrivedQty";
            this.ColArrivedQty.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.ColArrivedQty.Visible = true;
            this.ColArrivedQty.VisibleIndex = 6;
            this.ColArrivedQty.Width = 46;
            // 
            // ColMoveDate
            // 
            this.ColMoveDate.Caption = "寄货日期";
            this.ColMoveDate.DisplayFormat.FormatString = "yyyy-MM-dd";
            this.ColMoveDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ColMoveDate.FieldName = "MoveDate";
            this.ColMoveDate.Name = "ColMoveDate";
            this.ColMoveDate.Visible = true;
            this.ColMoveDate.VisibleIndex = 7;
            this.ColMoveDate.Width = 57;
            // 
            // ColSalesOrderNo
            // 
            this.ColSalesOrderNo.Caption = "销售单号";
            this.ColSalesOrderNo.FieldName = "SalesOrderNo";
            this.ColSalesOrderNo.Name = "ColSalesOrderNo";
            this.ColSalesOrderNo.Visible = true;
            this.ColSalesOrderNo.VisibleIndex = 9;
            this.ColSalesOrderNo.Width = 56;
            // 
            // ColSalesOrderIndex
            // 
            this.ColSalesOrderIndex.Caption = "Index";
            this.ColSalesOrderIndex.FieldName = "SalesOrderIndex";
            this.ColSalesOrderIndex.MinWidth = 10;
            this.ColSalesOrderIndex.Name = "ColSalesOrderIndex";
            this.ColSalesOrderIndex.Visible = true;
            this.ColSalesOrderIndex.VisibleIndex = 10;
            this.ColSalesOrderIndex.Width = 13;
            // 
            // ColCustomer
            // 
            this.ColCustomer.Caption = "人客";
            this.ColCustomer.FieldName = "Customer";
            this.ColCustomer.Name = "ColCustomer";
            this.ColCustomer.Visible = true;
            this.ColCustomer.VisibleIndex = 11;
            this.ColCustomer.Width = 38;
            // 
            // ColCarton
            // 
            this.ColCarton.Caption = "箱号";
            this.ColCarton.FieldName = "Carton";
            this.ColCarton.Name = "ColCarton";
            this.ColCarton.Visible = true;
            this.ColCarton.VisibleIndex = 12;
            this.ColCarton.Width = 54;
            // 
            // ColOrderDate
            // 
            this.ColOrderDate.Caption = "建立日期";
            this.ColOrderDate.DisplayFormat.FormatString = "yyyy-MM-dd";
            this.ColOrderDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ColOrderDate.FieldName = "OrderDate";
            this.ColOrderDate.Name = "ColOrderDate";
            this.ColOrderDate.Visible = true;
            this.ColOrderDate.VisibleIndex = 13;
            this.ColOrderDate.Width = 82;
            // 
            // ColOrderStatus
            // 
            this.ColOrderStatus.Caption = "状态";
            this.ColOrderStatus.FieldName = "OrderStatus";
            this.ColOrderStatus.Name = "ColOrderStatus";
            this.ColOrderStatus.Visible = true;
            this.ColOrderStatus.VisibleIndex = 15;
            // 
            // frmShipOrderExist
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(982, 461);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "frmShipOrderExist";
            this.Text = "寄货单出货";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmShipOrderExist_FormClosed);
            this.Load += new System.EventHandler(this.frmShipOrderExist_Load);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCartonNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSalesOrderNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtItemNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtBarcode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutBarcode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeQty)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutSalesOrderNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutCartonNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutItemNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutQty)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutShipmentReport)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutTSIOk)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutOtherCustomer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeToAir)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutChangeToSea)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutReload)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridShipment)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
Esempio n. 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InStockView));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.txtinstckno = new Ultra.FASControls.LabelTextBox();
     this.txtouterno = new Ultra.FASControls.LabelTextBox();
     this.supplierEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.tbMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.gcUnAudit = new Ultra.FASControls.GridControlEx();
     this.gvUnAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn52 = 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.pgr1 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAudit = new Ultra.FASControls.GridControlEx();
     this.gvAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = 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.pgr2 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage7 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAllAudit = new Ultra.FASControls.GridControlEx();
     this.gvAllAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn71 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn51 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr3 = new Ultra.FASControls.InStockPager();
     this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInvalid = new Ultra.FASControls.GridControlEx();
     this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn36 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn37 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn38 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr4 = new Ultra.FASControls.InStockPager();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tbDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtbInStork = new DevExpress.XtraTab.XtraTabPage();
     this.gc = new Ultra.FASControls.GridControlEx();
     this.gv = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn15 = 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.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gcistknum = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspinstock = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtbItem = new DevExpress.XtraTab.XtraTabPage();
     this.gcNeedItem = new Ultra.FASControls.GridControlEx();
     this.gvNeedItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn53 = 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.gridColumn57 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn58 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn61 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn62 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn63 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn64 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn65 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn66 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn67 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn68 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn69 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn70 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtbLog = new DevExpress.XtraTab.XtraTabPage();
     this.gcLog = new Ultra.FASControls.GridControlEx();
     this.gvLog = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtinstckno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtouterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.supplierEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).BeginInit();
     this.tbMain.SuspendLayout();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).BeginInit();
     this.xtraTabPage7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAllAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAllAudit)).BeginInit();
     this.xtraTabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbDetail)).BeginInit();
     this.tbDetail.SuspendLayout();
     this.xtbInStork.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspinstock)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     this.xtbItem.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcNeedItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvNeedItem)).BeginInit();
     this.xtbLog.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcLog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLog)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.txtinstckno);
     this.panelControl1.Controls.Add(this.txtouterno);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 57);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(780, 34);
     this.panelControl1.TabIndex = 4;
     //
     // txtinstckno
     //
     this.txtinstckno.LabelText = "入库单号";
     this.txtinstckno.Location = new System.Drawing.Point(211, 7);
     this.txtinstckno.MenuManager = this.baseBarMgr;
     this.txtinstckno.Name = "txtinstckno";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtinstckno.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "入库单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtinstckno.Size = new System.Drawing.Size(213, 21);
     this.txtinstckno.TabIndex = 4;
     //
     // txtouterno
     //
     this.txtouterno.LabelText = "外部单号";
     this.txtouterno.Location = new System.Drawing.Point(5, 7);
     this.txtouterno.MenuManager = this.baseBarMgr;
     this.txtouterno.Name = "txtouterno";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtouterno.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "外部单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtouterno.Size = new System.Drawing.Size(200, 21);
     this.txtouterno.TabIndex = 3;
     //
     // supplierEdit1View
     //
     this.supplierEdit1View.Name = "supplierEdit1View";
     //
     // tbMain
     //
     this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbMain.Location = new System.Drawing.Point(0, 0);
     this.tbMain.Name = "tbMain";
     this.tbMain.SelectedTabPage = this.xtraTabPage5;
     this.tbMain.Size = new System.Drawing.Size(780, 292);
     this.tbMain.TabIndex = 5;
     this.tbMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage5,
     this.xtraTabPage2,
     this.xtraTabPage7,
     this.xtraTabPage6});
     this.tbMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tbMain_SelectedPageChanged);
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.gcUnAudit);
     this.xtraTabPage5.Controls.Add(this.pgr1);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage5.Text = "未审核";
     //
     // gcUnAudit
     //
     this.gcUnAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcUnAudit.ColorFieldName = null;
     this.gcUnAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcUnAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.ImageFields")));
     this.gcUnAudit.Location = new System.Drawing.Point(0, 0);
     this.gcUnAudit.MainView = this.gvUnAudit;
     this.gcUnAudit.MenuManager = this.baseBarMgr;
     this.gcUnAudit.Name = "gcUnAudit";
     this.gcUnAudit.PopupMnu = null;
     this.gcUnAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFields")));
     this.gcUnAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcUnAudit.PopupTextFieldsReadOnly")));
     this.gcUnAudit.PropName = "PropName";
     this.gcUnAudit.RightMenu = null;
     this.gcUnAudit.RowCellColorStyleSource = null;
     this.gcUnAudit.ShadowDataSource = null;
     this.gcUnAudit.ShadowDataSourceKey = "Guid";
     this.gcUnAudit.ShowIndicator = true;
     this.gcUnAudit.ShowRowNumber = true;
     this.gcUnAudit.Size = new System.Drawing.Size(774, 235);
     this.gcUnAudit.TabIndex = 7;
     this.gcUnAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvUnAudit});
     //
     // gvUnAudit
     //
     this.gvUnAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvUnAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvUnAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvUnAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn43,
     this.gridColumn3,
     this.gridColumn52,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6});
     this.gvUnAudit.GridControl = this.gcUnAudit;
     this.gvUnAudit.IndicatorWidth = 44;
     this.gvUnAudit.Name = "gvUnAudit";
     this.gvUnAudit.OptionsBehavior.Editable = false;
     this.gvUnAudit.OptionsView.ColumnAutoWidth = false;
     this.gvUnAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvUnAudit.OptionsView.ShowGroupPanel = false;
     this.gvUnAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "入库单号";
     this.gridColumn1.FieldName = "StockNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "供应商";
     this.gridColumn2.FieldName = "SuppName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "外部单号";
     this.gridColumn43.FieldName = "OuterNo";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 1;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "采购单号";
     this.gridColumn3.FieldName = "PurchNo";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn52
     //
     this.gridColumn52.Caption = "采购数量";
     this.gridColumn52.FieldName = "PurchNum";
     this.gridColumn52.Name = "gridColumn52";
     this.gridColumn52.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "入库仓库";
     this.gridColumn4.FieldName = "WareName";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "制单人";
     this.gridColumn5.FieldName = "UserName";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "制单时间";
     this.gridColumn6.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn6.FieldName = "CreateDate";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 3;
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcUnAudit;
     this.pgr1.Location = new System.Drawing.Point(0, 235);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(774, 28);
     this.pgr1.TabIndex = 6;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcAudit);
     this.xtraTabPage2.Controls.Add(this.pgr2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.PageEnabled = false;
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage2.Text = "部分入库";
     //
     // gcAudit
     //
     this.gcAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAudit.ColorFieldName = null;
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.ImageFields")));
     this.gcAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAudit.MainView = this.gvAudit;
     this.gcAudit.MenuManager = this.baseBarMgr;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.PopupMnu = null;
     this.gcAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFields")));
     this.gcAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFieldsReadOnly")));
     this.gcAudit.PropName = "PropName";
     this.gcAudit.RightMenu = null;
     this.gcAudit.RowCellColorStyleSource = null;
     this.gcAudit.ShadowDataSource = null;
     this.gcAudit.ShadowDataSourceKey = "Guid";
     this.gcAudit.ShowRowNumber = true;
     this.gcAudit.Size = new System.Drawing.Size(774, 230);
     this.gcAudit.TabIndex = 8;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAudit});
     //
     // gvAudit
     //
     this.gvAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn27,
     this.gridColumn28,
     this.gridColumn29,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn16,
     this.gridColumn30,
     this.gridColumn31,
     this.gridColumn32});
     this.gvAudit.GridControl = this.gcAudit;
     this.gvAudit.IndicatorWidth = 44;
     this.gvAudit.Name = "gvAudit";
     this.gvAudit.OptionsBehavior.Editable = false;
     this.gvAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAudit.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn27
     //
     this.gridColumn27.Caption = "入库单号";
     this.gridColumn27.FieldName = "StockNo";
     this.gridColumn27.Name = "gridColumn27";
     this.gridColumn27.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn27.Visible = true;
     this.gridColumn27.VisibleIndex = 0;
     //
     // gridColumn28
     //
     this.gridColumn28.Caption = "供应商";
     this.gridColumn28.FieldName = "SuppName";
     this.gridColumn28.Name = "gridColumn28";
     this.gridColumn28.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn28.Visible = true;
     this.gridColumn28.VisibleIndex = 1;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "采购单号";
     this.gridColumn29.FieldName = "PurchNo";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 2;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "采购数量";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "入库数量";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 3;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "未入库数量";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 4;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "入库仓库";
     this.gridColumn30.FieldName = "WareName";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn31
     //
     this.gridColumn31.Caption = "建单人";
     this.gridColumn31.FieldName = "UserName";
     this.gridColumn31.Name = "gridColumn31";
     this.gridColumn31.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn31.Visible = true;
     this.gridColumn31.VisibleIndex = 5;
     //
     // gridColumn32
     //
     this.gridColumn32.Caption = "建单时间";
     this.gridColumn32.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn32.FieldName = "CreateDate";
     this.gridColumn32.Name = "gridColumn32";
     this.gridColumn32.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn32.Visible = true;
     this.gridColumn32.VisibleIndex = 6;
     //
     // pgr2
     //
     this.pgr2.Caller = null;
     this.pgr2.Counts = 0;
     this.pgr2.CurrentPage = 1;
     this.pgr2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr2.Grid = this.gcAudit;
     this.pgr2.Location = new System.Drawing.Point(0, 230);
     this.pgr2.Name = "pgr2";
     this.pgr2.OrderBy = null;
     this.pgr2.PageCount = 0;
     this.pgr2.PageSize = 10;
     this.pgr2.PrefixWhr = null;
     this.pgr2.ResultData = null;
     this.pgr2.Size = new System.Drawing.Size(774, 33);
     this.pgr2.TabIndex = 7;
     //
     // xtraTabPage7
     //
     this.xtraTabPage7.Controls.Add(this.gcAllAudit);
     this.xtraTabPage7.Controls.Add(this.pgr3);
     this.xtraTabPage7.Name = "xtraTabPage7";
     this.xtraTabPage7.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage7.Text = "已审核";
     //
     // gcAllAudit
     //
     this.gcAllAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAllAudit.ColorFieldName = null;
     this.gcAllAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAllAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.ImageFields")));
     this.gcAllAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAllAudit.MainView = this.gvAllAudit;
     this.gcAllAudit.MenuManager = this.baseBarMgr;
     this.gcAllAudit.Name = "gcAllAudit";
     this.gcAllAudit.PopupMnu = null;
     this.gcAllAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.PopupTextFields")));
     this.gcAllAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAllAudit.PopupTextFieldsReadOnly")));
     this.gcAllAudit.PropName = "PropName";
     this.gcAllAudit.RightMenu = null;
     this.gcAllAudit.RowCellColorStyleSource = null;
     this.gcAllAudit.ShadowDataSource = null;
     this.gcAllAudit.ShadowDataSourceKey = "Guid";
     this.gcAllAudit.ShowIndicator = true;
     this.gcAllAudit.ShowRowNumber = true;
     this.gcAllAudit.Size = new System.Drawing.Size(774, 230);
     this.gcAllAudit.TabIndex = 8;
     this.gcAllAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAllAudit});
     //
     // gvAllAudit
     //
     this.gvAllAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAllAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAllAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAllAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAllAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn18,
     this.gridColumn25,
     this.gridColumn45,
     this.gridColumn71,
     this.gridColumn46,
     this.gridColumn47,
     this.gridColumn48,
     this.gridColumn49,
     this.gridColumn50,
     this.gridColumn51});
     this.gvAllAudit.GridControl = this.gcAllAudit;
     this.gvAllAudit.IndicatorWidth = 44;
     this.gvAllAudit.Name = "gvAllAudit";
     this.gvAllAudit.OptionsBehavior.Editable = false;
     this.gvAllAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAllAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAllAudit.OptionsView.ShowGroupPanel = false;
     this.gvAllAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "入库单号";
     this.gridColumn18.FieldName = "StockNo";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 0;
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "供应商";
     this.gridColumn25.FieldName = "SuppName";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn45
     //
     this.gridColumn45.Caption = "采购单号";
     this.gridColumn45.FieldName = "PurchNo";
     this.gridColumn45.Name = "gridColumn45";
     this.gridColumn45.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn71
     //
     this.gridColumn71.Caption = "外部单号";
     this.gridColumn71.FieldName = "OuterNo";
     this.gridColumn71.Name = "gridColumn71";
     this.gridColumn71.OptionsColumn.AllowEdit = false;
     this.gridColumn71.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn71.Visible = true;
     this.gridColumn71.VisibleIndex = 2;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "采购数量";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn47
     //
     this.gridColumn47.Caption = "入库数量";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "未入库数量";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn49
     //
     this.gridColumn49.Caption = "入库仓库";
     this.gridColumn49.FieldName = "WareName";
     this.gridColumn49.Name = "gridColumn49";
     this.gridColumn49.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn50
     //
     this.gridColumn50.Caption = "建单人";
     this.gridColumn50.FieldName = "UserName";
     this.gridColumn50.Name = "gridColumn50";
     this.gridColumn50.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn50.Visible = true;
     this.gridColumn50.VisibleIndex = 3;
     //
     // gridColumn51
     //
     this.gridColumn51.Caption = "建单时间";
     this.gridColumn51.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn51.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn51.FieldName = "CreateDate";
     this.gridColumn51.Name = "gridColumn51";
     this.gridColumn51.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn51.Visible = true;
     this.gridColumn51.VisibleIndex = 4;
     //
     // pgr3
     //
     this.pgr3.Caller = null;
     this.pgr3.Counts = 0;
     this.pgr3.CurrentPage = 1;
     this.pgr3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr3.Grid = this.gcAllAudit;
     this.pgr3.Location = new System.Drawing.Point(0, 230);
     this.pgr3.Name = "pgr3";
     this.pgr3.OrderBy = null;
     this.pgr3.PageCount = 0;
     this.pgr3.PageSize = 500;
     this.pgr3.PrefixWhr = null;
     this.pgr3.ResultData = null;
     this.pgr3.Size = new System.Drawing.Size(774, 33);
     this.pgr3.TabIndex = 7;
     //
     // xtraTabPage6
     //
     this.xtraTabPage6.Controls.Add(this.gcInvalid);
     this.xtraTabPage6.Controls.Add(this.pgr4);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(774, 263);
     this.xtraTabPage6.Text = "已作废";
     //
     // gcInvalid
     //
     this.gcInvalid.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInvalid.ColorFieldName = null;
     this.gcInvalid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInvalid.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.ImageFields")));
     this.gcInvalid.Location = new System.Drawing.Point(0, 0);
     this.gcInvalid.MainView = this.gvInvalid;
     this.gcInvalid.MenuManager = this.baseBarMgr;
     this.gcInvalid.Name = "gcInvalid";
     this.gcInvalid.PopupMnu = null;
     this.gcInvalid.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFields")));
     this.gcInvalid.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFieldsReadOnly")));
     this.gcInvalid.PropName = "PropName";
     this.gcInvalid.RightMenu = null;
     this.gcInvalid.RowCellColorStyleSource = null;
     this.gcInvalid.ShadowDataSource = null;
     this.gcInvalid.ShadowDataSourceKey = "Guid";
     this.gcInvalid.ShowIndicator = true;
     this.gcInvalid.ShowRowNumber = true;
     this.gcInvalid.Size = new System.Drawing.Size(774, 230);
     this.gcInvalid.TabIndex = 9;
     this.gcInvalid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInvalid});
     //
     // gvInvalid
     //
     this.gvInvalid.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInvalid.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInvalid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn33,
     this.gridColumn34,
     this.gridColumn42,
     this.gridColumn35,
     this.gridColumn36,
     this.gridColumn39,
     this.gridColumn40,
     this.gridColumn41,
     this.gridColumn37,
     this.gridColumn38});
     this.gvInvalid.GridControl = this.gcInvalid;
     this.gvInvalid.IndicatorWidth = 44;
     this.gvInvalid.Name = "gvInvalid";
     this.gvInvalid.OptionsBehavior.Editable = false;
     this.gvInvalid.OptionsView.ColumnAutoWidth = false;
     this.gvInvalid.OptionsView.ShowAutoFilterRow = true;
     this.gvInvalid.OptionsView.ShowGroupPanel = false;
     this.gvInvalid.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvUnAudit_FocusedRowChanged);
     //
     // gridColumn33
     //
     this.gridColumn33.Caption = "入库单号";
     this.gridColumn33.FieldName = "StockNo";
     this.gridColumn33.Name = "gridColumn33";
     this.gridColumn33.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn33.Visible = true;
     this.gridColumn33.VisibleIndex = 0;
     //
     // gridColumn34
     //
     this.gridColumn34.Caption = "供应商";
     this.gridColumn34.FieldName = "SuppName";
     this.gridColumn34.Name = "gridColumn34";
     this.gridColumn34.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "外部单号";
     this.gridColumn42.FieldName = "OuterNo";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 2;
     //
     // gridColumn35
     //
     this.gridColumn35.Caption = "采购单号";
     this.gridColumn35.FieldName = "PurchNo";
     this.gridColumn35.Name = "gridColumn35";
     this.gridColumn35.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn36
     //
     this.gridColumn36.Caption = "入库仓库";
     this.gridColumn36.FieldName = "WareName";
     this.gridColumn36.Name = "gridColumn36";
     this.gridColumn36.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn39
     //
     this.gridColumn39.Caption = "作废人";
     this.gridColumn39.FieldName = "Invalider";
     this.gridColumn39.Name = "gridColumn39";
     this.gridColumn39.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn39.Visible = true;
     this.gridColumn39.VisibleIndex = 3;
     //
     // gridColumn40
     //
     this.gridColumn40.Caption = "作废时间";
     this.gridColumn40.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn40.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn40.FieldName = "InvalidTime";
     this.gridColumn40.Name = "gridColumn40";
     this.gridColumn40.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn40.Visible = true;
     this.gridColumn40.VisibleIndex = 4;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "作废原因";
     this.gridColumn41.FieldName = "InvalidRemark";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 5;
     //
     // gridColumn37
     //
     this.gridColumn37.Caption = "建单人";
     this.gridColumn37.FieldName = "UserName";
     this.gridColumn37.Name = "gridColumn37";
     this.gridColumn37.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn37.Visible = true;
     this.gridColumn37.VisibleIndex = 6;
     //
     // gridColumn38
     //
     this.gridColumn38.Caption = "建单时间";
     this.gridColumn38.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn38.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn38.FieldName = "CreateDate";
     this.gridColumn38.Name = "gridColumn38";
     this.gridColumn38.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn38.Visible = true;
     this.gridColumn38.VisibleIndex = 7;
     //
     // pgr4
     //
     this.pgr4.Caller = null;
     this.pgr4.Counts = 0;
     this.pgr4.CurrentPage = 1;
     this.pgr4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr4.Grid = this.gcInvalid;
     this.pgr4.Location = new System.Drawing.Point(0, 230);
     this.pgr4.Name = "pgr4";
     this.pgr4.OrderBy = null;
     this.pgr4.PageCount = 0;
     this.pgr4.PageSize = 500;
     this.pgr4.PrefixWhr = null;
     this.pgr4.ResultData = null;
     this.pgr4.Size = new System.Drawing.Size(774, 33);
     this.pgr4.TabIndex = 8;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 91);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tbMain);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.tbDetail);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(780, 429);
     this.splitContainerControl1.SplitterPosition = 292;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // tbDetail
     //
     this.tbDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tbDetail.Location = new System.Drawing.Point(0, 0);
     this.tbDetail.Name = "tbDetail";
     this.tbDetail.SelectedTabPage = this.xtbInStork;
     this.tbDetail.Size = new System.Drawing.Size(780, 132);
     this.tbDetail.TabIndex = 0;
     this.tbDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtbItem,
     this.xtbInStork,
     this.xtbLog});
     //
     // xtbInStork
     //
     this.xtbInStork.Controls.Add(this.gc);
     this.xtbInStork.Name = "xtbInStork";
     this.xtbInStork.PageEnabled = false;
     this.xtbInStork.PageVisible = false;
     this.xtbInStork.Size = new System.Drawing.Size(774, 103);
     this.xtbInStork.Text = "入库明细";
     //
     // gc
     //
     this.gc.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gc.ColorFieldName = null;
     this.gc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gc.Editable = true;
     this.gc.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.ImageFields")));
     this.gc.Location = new System.Drawing.Point(0, 0);
     this.gc.MainView = this.gv;
     this.gc.Name = "gc";
     this.gc.PopupMnu = null;
     this.gc.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.PopupTextFields")));
     this.gc.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gc.PopupTextFieldsReadOnly")));
     this.gc.PropName = "PropName";
     this.gc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemSpinEdit1,
     this.rspSuppName,
     this.rspinstock});
     this.gc.RightMenu = null;
     this.gc.RowCellColorStyleSource = null;
     this.gc.ShadowDataSource = null;
     this.gc.ShadowDataSourceKey = "Guid";
     this.gc.ShowIndicator = true;
     this.gc.ShowRowNumber = true;
     this.gc.Size = new System.Drawing.Size(774, 103);
     this.gc.TabIndex = 13;
     this.gc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gv});
     //
     // gv
     //
     this.gv.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gv.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gv.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gv.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn15,
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn22,
     this.gridColumn23,
     this.gridColumn10,
     this.gcistknum,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn24,
     this.gridColumn44});
     this.gv.GridControl = this.gc;
     this.gv.IndicatorWidth = 44;
     this.gv.Name = "gv";
     this.gv.OptionsView.ColumnAutoWidth = false;
     this.gv.OptionsView.ShowAutoFilterRow = true;
     this.gv.OptionsView.ShowFooter = true;
     this.gv.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "供应商";
     this.gridColumn15.FieldName = "SuppName";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Width = 127;
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "商品编码";
     this.gridColumn20.FieldName = "TopOuterIid";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 1;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "规格编码";
     this.gridColumn21.FieldName = "TopOuterSkuId";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Visible = true;
     this.gridColumn21.VisibleIndex = 2;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "商品名称";
     this.gridColumn22.FieldName = "ItemName";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 3;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "规格名称";
     this.gridColumn23.FieldName = "SkuProperties";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 4;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn10.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn10.Caption = "最大可入库数";
     this.gridColumn10.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn10.FieldName = "CanAssignNum";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 4;
     this.gridColumn10.Width = 107;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.DisplayFormat.FormatString = "N0";
     this.repositoryItemSpinEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.EditFormat.FormatString = "N0";
     this.repositoryItemSpinEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     999999,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gcistknum
     //
     this.gcistknum.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gcistknum.AppearanceCell.Options.UseBackColor = true;
     this.gcistknum.Caption = "入库数量";
     this.gcistknum.ColumnEdit = this.rspinstock;
     this.gcistknum.FieldName = "InStockNum";
     this.gcistknum.Name = "gcistknum";
     this.gcistknum.OptionsColumn.AllowEdit = false;
     this.gcistknum.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gcistknum.Visible = true;
     this.gcistknum.VisibleIndex = 5;
     this.gcistknum.Width = 98;
     //
     // rspinstock
     //
     this.rspinstock.AutoHeight = false;
     this.rspinstock.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.rspinstock.DisplayFormat.FormatString = "N0";
     this.rspinstock.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.rspinstock.EditFormat.FormatString = "N0";
     this.rspinstock.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.rspinstock.IsFloatValue = false;
     this.rspinstock.Mask.EditMask = "N00";
     this.rspinstock.MaxValue = new decimal(new int[] {
     99999999,
     0,
     0,
     0});
     this.rspinstock.Name = "rspinstock";
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "未入库数";
     this.gridColumn17.FieldName = "UnAuditNum";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 7;
     this.gridColumn17.Width = 105;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "入库仓库";
     this.gridColumn19.FieldName = "WareName";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsColumn.AllowEdit = false;
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 8;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "包件数";
     this.gridColumn24.FieldName = "PackageCount";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.OptionsColumn.AllowEdit = false;
     this.gridColumn24.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 9;
     //
     // gridColumn44
     //
     this.gridColumn44.Caption = "备注";
     this.gridColumn44.FieldName = "Remark";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.OptionsColumn.AllowEdit = false;
     this.gridColumn44.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 10;
     this.gridColumn44.Width = 120;
     //
     // rspSuppName
     //
     this.rspSuppName.AutoHeight = false;
     this.rspSuppName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rspSuppName.DisplayMember = "SuppName";
     this.rspSuppName.Name = "rspSuppName";
     this.rspSuppName.ValueMember = "SuppName";
     this.rspSuppName.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     //
     // xtbItem
     //
     this.xtbItem.Controls.Add(this.gcNeedItem);
     this.xtbItem.Name = "xtbItem";
     this.xtbItem.Size = new System.Drawing.Size(774, 103);
     this.xtbItem.Text = "商品信息";
     //
     // gcNeedItem
     //
     this.gcNeedItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcNeedItem.ColorFieldName = null;
     this.gcNeedItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcNeedItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.ImageFields")));
     this.gcNeedItem.Location = new System.Drawing.Point(0, 0);
     this.gcNeedItem.MainView = this.gvNeedItem;
     this.gcNeedItem.Name = "gcNeedItem";
     this.gcNeedItem.PopupMnu = null;
     this.gcNeedItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.PopupTextFields")));
     this.gcNeedItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcNeedItem.PopupTextFieldsReadOnly")));
     this.gcNeedItem.PropName = "PropName";
     this.gcNeedItem.RightMenu = null;
     this.gcNeedItem.RowCellColorStyleSource = null;
     this.gcNeedItem.ShadowDataSource = null;
     this.gcNeedItem.ShadowDataSourceKey = "Guid";
     this.gcNeedItem.ShowIndicator = true;
     this.gcNeedItem.ShowRowNumber = true;
     this.gcNeedItem.Size = new System.Drawing.Size(774, 103);
     this.gcNeedItem.TabIndex = 3;
     this.gcNeedItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvNeedItem});
     //
     // gvNeedItem
     //
     this.gvNeedItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvNeedItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvNeedItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvNeedItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvNeedItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn53,
     this.gridColumn54,
     this.gridColumn55,
     this.gridColumn56,
     this.gridColumn57,
     this.gridColumn58,
     this.gridColumn59,
     this.gridColumn60,
     this.gridColumn61,
     this.gridColumn62,
     this.gridColumn63,
     this.gridColumn64,
     this.gridColumn65,
     this.gridColumn66,
     this.gridColumn67,
     this.gridColumn68,
     this.gridColumn69,
     this.gridColumn70});
     this.gvNeedItem.GridControl = this.gcNeedItem;
     this.gvNeedItem.IndicatorWidth = 44;
     this.gvNeedItem.Name = "gvNeedItem";
     this.gvNeedItem.OptionsBehavior.Editable = false;
     this.gvNeedItem.OptionsView.ColumnAutoWidth = false;
     this.gvNeedItem.OptionsView.ShowAutoFilterRow = true;
     this.gvNeedItem.OptionsView.ShowFooter = true;
     this.gvNeedItem.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn53
     //
     this.gridColumn53.Caption = "买家";
     this.gridColumn53.FieldName = "BuyerNick";
     this.gridColumn53.Name = "gridColumn53";
     this.gridColumn53.OptionsColumn.AllowEdit = false;
     this.gridColumn53.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn54
     //
     this.gridColumn54.Caption = "商品编码";
     this.gridColumn54.FieldName = "OuterIid";
     this.gridColumn54.Name = "gridColumn54";
     this.gridColumn54.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn54.Visible = true;
     this.gridColumn54.VisibleIndex = 0;
     //
     // gridColumn55
     //
     this.gridColumn55.Caption = "规格编码";
     this.gridColumn55.FieldName = "OuterSkuId";
     this.gridColumn55.Name = "gridColumn55";
     this.gridColumn55.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn55.Visible = true;
     this.gridColumn55.VisibleIndex = 1;
     //
     // gridColumn56
     //
     this.gridColumn56.Caption = "商品名称";
     this.gridColumn56.FieldName = "ItemName";
     this.gridColumn56.Name = "gridColumn56";
     this.gridColumn56.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn56.Visible = true;
     this.gridColumn56.VisibleIndex = 2;
     //
     // gridColumn57
     //
     this.gridColumn57.Caption = "规格名称";
     this.gridColumn57.FieldName = "SkuProperties";
     this.gridColumn57.Name = "gridColumn57";
     this.gridColumn57.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn57.Visible = true;
     this.gridColumn57.VisibleIndex = 3;
     //
     // gridColumn58
     //
     this.gridColumn58.Caption = "颜色";
     this.gridColumn58.Name = "gridColumn58";
     this.gridColumn58.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn59
     //
     this.gridColumn59.Caption = "采购数量";
     this.gridColumn59.FieldName = "AssignItemNum";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.OptionsColumn.AllowEdit = false;
     this.gridColumn59.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "实际来货数量";
     this.gridColumn60.FieldName = "AssignedNum";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn60.Width = 85;
     //
     // gridColumn61
     //
     this.gridColumn61.Caption = "入库数";
     this.gridColumn61.FieldName = "Num";
     this.gridColumn61.Name = "gridColumn61";
     this.gridColumn61.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn61.Visible = true;
     this.gridColumn61.VisibleIndex = 7;
     //
     // gridColumn62
     //
     this.gridColumn62.Caption = "取消数量";
     this.gridColumn62.FieldName = "CancelNum";
     this.gridColumn62.Name = "gridColumn62";
     this.gridColumn62.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn63
     //
     this.gridColumn63.Caption = "参考成本";
     this.gridColumn63.FieldName = "CostPrice";
     this.gridColumn63.Name = "gridColumn63";
     this.gridColumn63.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn64
     //
     this.gridColumn64.Caption = "实际成本";
     this.gridColumn64.FieldName = "RealPrice";
     this.gridColumn64.Name = "gridColumn64";
     this.gridColumn64.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn65
     //
     this.gridColumn65.Caption = "合计成本";
     this.gridColumn65.FieldName = "SumPrice";
     this.gridColumn65.Name = "gridColumn65";
     this.gridColumn65.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn66
     //
     this.gridColumn66.Caption = "入库仓库";
     this.gridColumn66.FieldName = "WareName";
     this.gridColumn66.Name = "gridColumn66";
     this.gridColumn66.OptionsColumn.AllowEdit = false;
     this.gridColumn66.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn66.Visible = true;
     this.gridColumn66.VisibleIndex = 4;
     //
     // gridColumn67
     //
     this.gridColumn67.Caption = "买家";
     this.gridColumn67.FieldName = "BuyerNick";
     this.gridColumn67.Name = "gridColumn67";
     this.gridColumn67.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn68
     //
     this.gridColumn68.Caption = "备注";
     this.gridColumn68.FieldName = "Remark";
     this.gridColumn68.Name = "gridColumn68";
     this.gridColumn68.OptionsColumn.AllowEdit = false;
     this.gridColumn68.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn68.Visible = true;
     this.gridColumn68.VisibleIndex = 9;
     //
     // gridColumn69
     //
     this.gridColumn69.Caption = "入库库位";
     this.gridColumn69.FieldName = "LocName";
     this.gridColumn69.Name = "gridColumn69";
     this.gridColumn69.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn69.Visible = true;
     this.gridColumn69.VisibleIndex = 6;
     //
     // gridColumn70
     //
     this.gridColumn70.Caption = "入库区域";
     this.gridColumn70.FieldName = "AreaName";
     this.gridColumn70.Name = "gridColumn70";
     this.gridColumn70.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn70.Visible = true;
     this.gridColumn70.VisibleIndex = 5;
     //
     // xtbLog
     //
     this.xtbLog.Controls.Add(this.gcLog);
     this.xtbLog.Name = "xtbLog";
     this.xtbLog.Size = new System.Drawing.Size(774, 103);
     this.xtbLog.Text = "操作记录";
     //
     // gcLog
     //
     this.gcLog.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcLog.ColorFieldName = null;
     this.gcLog.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcLog.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.ImageFields")));
     this.gcLog.Location = new System.Drawing.Point(0, 0);
     this.gcLog.MainView = this.gvLog;
     this.gcLog.MenuManager = this.baseBarMgr;
     this.gcLog.Name = "gcLog";
     this.gcLog.PopupMnu = null;
     this.gcLog.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.PopupTextFields")));
     this.gcLog.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcLog.PopupTextFieldsReadOnly")));
     this.gcLog.PropName = "PropName";
     this.gcLog.RightMenu = null;
     this.gcLog.RowCellColorStyleSource = null;
     this.gcLog.ShadowDataSource = null;
     this.gcLog.ShadowDataSourceKey = "Guid";
     this.gcLog.ShowIndicator = true;
     this.gcLog.ShowRowNumber = true;
     this.gcLog.Size = new System.Drawing.Size(774, 103);
     this.gcLog.TabIndex = 2;
     this.gcLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvLog});
     //
     // gvLog
     //
     this.gvLog.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvLog.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvLog.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvLog.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn11,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn7,
     this.gridColumn12});
     this.gvLog.GridControl = this.gcLog;
     this.gvLog.IndicatorWidth = 44;
     this.gvLog.Name = "gvLog";
     this.gvLog.OptionsBehavior.Editable = false;
     this.gvLog.OptionsView.ColumnAutoWidth = false;
     this.gvLog.OptionsView.ShowAutoFilterRow = true;
     this.gvLog.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "操作人";
     this.gridColumn11.FieldName = "UserName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 0;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "动作";
     this.gridColumn8.FieldName = "ActionName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 1;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "描述";
     this.gridColumn9.FieldName = "ActionDesc";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 2;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "入库单号";
     this.gridColumn7.FieldName = "TradeNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 4;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "操作时间";
     this.gridColumn12.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm";
     this.gridColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn12.FieldName = "CreateDate";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 3;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(774, 263);
     //
     // InStockView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(780, 520);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl1);
     this.Name = "InStockView";
     this.Text = "商品入库";
     this.Load += new System.EventHandler(this.PackInStockView_Load);
     this.Controls.SetChildIndex(this.panelControl1, 0);
     this.Controls.SetChildIndex(this.splitContainerControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtinstckno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtouterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.supplierEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMain)).EndInit();
     this.tbMain.ResumeLayout(false);
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcUnAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvUnAudit)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).EndInit();
     this.xtraTabPage7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAllAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAllAudit)).EndInit();
     this.xtraTabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbDetail)).EndInit();
     this.tbDetail.ResumeLayout(false);
     this.xtbInStork.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspinstock)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     this.xtbItem.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcNeedItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvNeedItem)).EndInit();
     this.xtbLog.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcLog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvLog)).EndInit();
     this.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(frmChuongTrinhSearchMultiQL));
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_PM_PostMaster = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_LoaiLuu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TongTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ke = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ngan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Tang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_PopUp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TTDinhKem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_NgayNhapKho = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayHoanTat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNoiDungDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TrailerPost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TTHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThoiLuongChung = 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.barSubItemInNhan = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemInBeatcamTrong = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemInBeatacamNgoai = 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.barCheckItemNangCao = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemDonGian = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemThongKe = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
     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.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockPanelAdvance = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.filterControl1 = new DevExpress.XtraEditors.FilterControl();
     this.dockPanelSimple = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.TrongKho = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
     this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel21 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel22 = new DevExpress.XtraEditors.LabelControl();
     this.TenTap = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.SoDKCBHD = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel20 = new DevExpress.XtraEditors.LabelControl();
     this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel19 = new DevExpress.XtraEditors.LabelControl();
     this.TimeslotDen = new DevExpress.XtraEditors.TimeEdit();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.TimeslotTu = new DevExpress.XtraEditors.TimeEdit();
     this.SoRunConLaiTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunConLaiDen = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunTu = new DevExpress.XtraEditors.SpinEdit();
     this.BQDTTNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.BQDTTNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NamSXDen = new DevExpress.XtraEditors.SpinEdit();
     this.NamSXTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel11 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel17 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel16 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel9 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel24 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel14 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel13 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
     this.label34 = new DevExpress.XtraEditors.LabelControl();
     this.BanQuyenThuoc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.DonViCungCap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.TenGoc = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.QuocGia = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel18 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
     this.label10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel23 = new DevExpress.XtraEditors.LabelControl();
     this.label29 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
     this.label3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
     this.label5 = new DevExpress.XtraEditors.LabelControl();
     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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlCT = new DevExpress.XtraEditors.GroupControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_CT_MaCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayAWB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NguoiLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DaoDien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DienVien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TomTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DoiTuongKhanGia = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHPL = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHXK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TinhTrangBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrongKho = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Nuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViSoHuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KenhHanCheBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongChinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongKhac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoLanPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Release = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlPM = new DevExpress.XtraEditors.GroupControl();
     this.groupControlBM = new DevExpress.XtraEditors.GroupControl();
     this.gridControlBienMuc = new DevExpress.XtraGrid.GridControl();
     this.gridViewBienMuc = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_BM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TapSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TenTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThongSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoDKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_NoiLuuTru = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_CT_HangSanXuat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandThongTinChinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandNguonGoc = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinPhatSong = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.Col_PM_TienDo = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.hideContainerLeft.SuspendLayout();
     this.dockPanelAdvance.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     this.dockPanelSimple.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCT)).BeginInit();
     this.groupControlCT.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).BeginInit();
     this.groupControlPM.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBM)).BeginInit();
     this.groupControlBM.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlBienMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(3, 3);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(654, 144);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_PM_PostMaster,
     this.Col_PM_ThanhLy,
     this.Col_PM_LoaiLuu,
     this.Col_PM_TongTap,
     this.Col_PM_Ke,
     this.Col_PM_Ngan,
     this.Col_PM_Tang,
     this.Col_PM_PopUp,
     this.Col_PM_TTDinhKem,
     this.Col_PM_NgayNhapKho,
     this.Col_PM_DVDNgayDuyet,
     this.Col_PM_DVDNgayHoanTat,
     this.Col_PM_DVDNoiDungDuyet,
     this.Col_PM_TrailerPost,
     this.Col_PM_TTHD,
     this.Col_PM_ThoiLuongChung,
     this.Col_PM_TienDo});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     this.gridViewDetail.OptionsView.ShowViewCaption = true;
     this.gridViewDetail.ViewCaption = "Post/Master (Cấp 2)";
     //
     // Col_PM_PostMaster
     //
     this.Col_PM_PostMaster.Caption = "Post/Master";
     this.Col_PM_PostMaster.Name = "Col_PM_PostMaster";
     this.Col_PM_PostMaster.OptionsColumn.AllowMove = false;
     this.Col_PM_PostMaster.OptionsColumn.AllowShowHide = false;
     this.Col_PM_PostMaster.Visible = true;
     this.Col_PM_PostMaster.VisibleIndex = 0;
     this.Col_PM_PostMaster.Width = 70;
     //
     // Col_PM_ThanhLy
     //
     this.Col_PM_ThanhLy.Caption = "Thanh lý";
     this.Col_PM_ThanhLy.Name = "Col_PM_ThanhLy";
     this.Col_PM_ThanhLy.Visible = true;
     this.Col_PM_ThanhLy.VisibleIndex = 3;
     this.Col_PM_ThanhLy.Width = 53;
     //
     // Col_PM_LoaiLuu
     //
     this.Col_PM_LoaiLuu.Caption = "Loại lưu trữ";
     this.Col_PM_LoaiLuu.Name = "Col_PM_LoaiLuu";
     this.Col_PM_LoaiLuu.Visible = true;
     this.Col_PM_LoaiLuu.VisibleIndex = 1;
     this.Col_PM_LoaiLuu.Width = 67;
     //
     // Col_PM_TongTap
     //
     this.Col_PM_TongTap.Caption = "Số tập gốc/cắt";
     this.Col_PM_TongTap.Name = "Col_PM_TongTap";
     this.Col_PM_TongTap.Visible = true;
     this.Col_PM_TongTap.VisibleIndex = 2;
     this.Col_PM_TongTap.Width = 82;
     //
     // Col_PM_Ke
     //
     this.Col_PM_Ke.Caption = "Kệ";
     this.Col_PM_Ke.Name = "Col_PM_Ke";
     this.Col_PM_Ke.Visible = true;
     this.Col_PM_Ke.VisibleIndex = 4;
     this.Col_PM_Ke.Width = 24;
     //
     // Col_PM_Ngan
     //
     this.Col_PM_Ngan.Caption = "Ngăn";
     this.Col_PM_Ngan.Name = "Col_PM_Ngan";
     this.Col_PM_Ngan.Visible = true;
     this.Col_PM_Ngan.VisibleIndex = 5;
     this.Col_PM_Ngan.Width = 37;
     //
     // Col_PM_Tang
     //
     this.Col_PM_Tang.Caption = "Tầng";
     this.Col_PM_Tang.Name = "Col_PM_Tang";
     this.Col_PM_Tang.Visible = true;
     this.Col_PM_Tang.VisibleIndex = 6;
     this.Col_PM_Tang.Width = 36;
     //
     // Col_PM_PopUp
     //
     this.Col_PM_PopUp.Caption = "Pop Up";
     this.Col_PM_PopUp.Name = "Col_PM_PopUp";
     this.Col_PM_PopUp.Visible = true;
     this.Col_PM_PopUp.VisibleIndex = 7;
     this.Col_PM_PopUp.Width = 46;
     //
     // Col_PM_TTDinhKem
     //
     this.Col_PM_TTDinhKem.Caption = "TT Đính kèm";
     this.Col_PM_TTDinhKem.Name = "Col_PM_TTDinhKem";
     this.Col_PM_TTDinhKem.Visible = true;
     this.Col_PM_TTDinhKem.VisibleIndex = 8;
     this.Col_PM_TTDinhKem.Width = 71;
     //
     // Col_PM_NgayNhapKho
     //
     this.Col_PM_NgayNhapKho.Caption = "Ngày nhập kho";
     this.Col_PM_NgayNhapKho.Name = "Col_PM_NgayNhapKho";
     this.Col_PM_NgayNhapKho.Visible = true;
     this.Col_PM_NgayNhapKho.VisibleIndex = 9;
     this.Col_PM_NgayNhapKho.Width = 84;
     //
     // Col_PM_DVDNgayDuyet
     //
     this.Col_PM_DVDNgayDuyet.Caption = "DVD ngày duyệt";
     this.Col_PM_DVDNgayDuyet.Name = "Col_PM_DVDNgayDuyet";
     this.Col_PM_DVDNgayDuyet.Visible = true;
     this.Col_PM_DVDNgayDuyet.VisibleIndex = 10;
     this.Col_PM_DVDNgayDuyet.Width = 90;
     //
     // Col_PM_DVDNgayHoanTat
     //
     this.Col_PM_DVDNgayHoanTat.Caption = "DVD Ngày hoàn tất";
     this.Col_PM_DVDNgayHoanTat.Name = "Col_PM_DVDNgayHoanTat";
     this.Col_PM_DVDNgayHoanTat.Visible = true;
     this.Col_PM_DVDNgayHoanTat.VisibleIndex = 11;
     this.Col_PM_DVDNgayHoanTat.Width = 104;
     //
     // Col_PM_DVDNoiDungDuyet
     //
     this.Col_PM_DVDNoiDungDuyet.Caption = "Nội dung duyệt";
     this.Col_PM_DVDNoiDungDuyet.Name = "Col_PM_DVDNoiDungDuyet";
     this.Col_PM_DVDNoiDungDuyet.Visible = true;
     this.Col_PM_DVDNoiDungDuyet.VisibleIndex = 12;
     this.Col_PM_DVDNoiDungDuyet.Width = 85;
     //
     // Col_PM_TrailerPost
     //
     this.Col_PM_TrailerPost.Caption = "Trailer/Post";
     this.Col_PM_TrailerPost.Name = "Col_PM_TrailerPost";
     this.Col_PM_TrailerPost.Visible = true;
     this.Col_PM_TrailerPost.VisibleIndex = 13;
     this.Col_PM_TrailerPost.Width = 67;
     //
     // Col_PM_TTHD
     //
     this.Col_PM_TTHD.Caption = "Thông tin HD";
     this.Col_PM_TTHD.Name = "Col_PM_TTHD";
     this.Col_PM_TTHD.Visible = true;
     this.Col_PM_TTHD.VisibleIndex = 14;
     this.Col_PM_TTHD.Width = 74;
     //
     // Col_PM_ThoiLuongChung
     //
     this.Col_PM_ThoiLuongChung.Caption = "Thời lượng chung";
     this.Col_PM_ThoiLuongChung.Name = "Col_PM_ThoiLuongChung";
     this.Col_PM_ThoiLuongChung.Visible = true;
     this.Col_PM_ThoiLuongChung.VisibleIndex = 15;
     this.Col_PM_ThoiLuongChung.Width = 94;
     //
     // 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.DockManager = this.dockManager1;
     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.barSubItemCotHienThi,
     this.barSubItemInNhan,
     this.barButtonItemInBeatcamTrong,
     this.barButtonItemInBeatacamNgoai,
     this.barCheckItemNangCao,
     this.barCheckItemDonGian,
     this.barButtonItemThongKe});
     this.barManager1.MaxItemId = 43;
     //
     // 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(this.barButtonItemAdd),
     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.barSubItemInNhan),
     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),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemThongKe, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi, 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;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // 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 trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barSubItemInNhan
     //
     this.barSubItemInNhan.Caption = "In n&hãn";
     this.barSubItemInNhan.Id = 36;
     this.barSubItemInNhan.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatcamTrong),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatacamNgoai)});
     this.barSubItemInNhan.Name = "barSubItemInNhan";
     //
     // barButtonItemInBeatcamTrong
     //
     this.barButtonItemInBeatcamTrong.Caption = "In beatcam t&rong";
     this.barButtonItemInBeatcamTrong.Id = 37;
     this.barButtonItemInBeatcamTrong.Name = "barButtonItemInBeatcamTrong";
     this.barButtonItemInBeatcamTrong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatcamTrong_ItemClick);
     //
     // barButtonItemInBeatacamNgoai
     //
     this.barButtonItemInBeatacamNgoai.Caption = "In betacam n&ngoài";
     this.barButtonItemInBeatacamNgoai.Id = 38;
     this.barButtonItemInBeatacamNgoai.Name = "barButtonItemInBeatacamNgoai";
     this.barButtonItemInBeatacamNgoai.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatacamNgoai_ItemClick);
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // 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),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemNangCao),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemDonGian)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barCheckItemNangCao
     //
     this.barCheckItemNangCao.Caption = "Tìm kiếm nâng cao";
     this.barCheckItemNangCao.Id = 40;
     this.barCheckItemNangCao.Name = "barCheckItemNangCao";
     //
     // barCheckItemDonGian
     //
     this.barCheckItemDonGian.Caption = "Tìm kiếm đơn giản";
     this.barCheckItemDonGian.Id = 41;
     this.barCheckItemDonGian.Name = "barCheckItemDonGian";
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemThongKe
     //
     this.barButtonItemThongKe.Caption = "Thống kê";
     this.barButtonItemThongKe.Id = 42;
     this.barButtonItemThongKe.Name = "barButtonItemThongKe";
     this.barButtonItemThongKe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemThongKe_ItemClick);
     //
     // barSubItemCotHienThi
     //
     this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
     this.barSubItemCotHienThi.Id = 35;
     this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
     //
     // 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(1188, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1188, 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, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1188, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerLeft});
     this.dockManager1.DockingOptions.ShowCloseButton = false;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanelSimple});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerLeft.Controls.Add(this.dockPanelAdvance);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 24);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(19, 521);
     //
     // dockPanelAdvance
     //
     this.dockPanelAdvance.Controls.Add(this.dockPanel2_Container);
     this.dockPanelAdvance.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelAdvance.ID = new System.Guid("b5e2d5e3-e455-4d58-8a09-d4f23b66f872");
     this.dockPanelAdvance.Location = new System.Drawing.Point(0, 0);
     this.dockPanelAdvance.Name = "dockPanelAdvance";
     this.dockPanelAdvance.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanelAdvance.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelAdvance.SavedIndex = 0;
     this.dockPanelAdvance.Size = new System.Drawing.Size(200, 521);
     this.dockPanelAdvance.Text = "Điều kiện tìm kiếm nâng cao";
     this.dockPanelAdvance.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.filterControl1);
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(194, 493);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // filterControl1
     //
     this.filterControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.filterControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name = "filterControl1";
     this.filterControl1.Size = new System.Drawing.Size(194, 493);
     this.filterControl1.TabIndex = 10;
     this.filterControl1.Text = "filterControl1";
     //
     // dockPanelSimple
     //
     this.dockPanelSimple.Controls.Add(this.dockPanel1_Container);
     this.dockPanelSimple.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanelSimple.FloatVertical = true;
     this.dockPanelSimple.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanelSimple.Location = new System.Drawing.Point(19, 24);
     this.dockPanelSimple.Name = "dockPanelSimple";
     this.dockPanelSimple.Options.AllowDockLeft = false;
     this.dockPanelSimple.Options.AllowDockRight = false;
     this.dockPanelSimple.OriginalSize = new System.Drawing.Size(200, 157);
     this.dockPanelSimple.Size = new System.Drawing.Size(1169, 157);
     this.dockPanelSimple.Text = "Điều kiện tìm kiếm cơ bản";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1163, 129);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.TrongKho);
     this.popupControlContainerFilter.Controls.Add(this.TapSoDen);
     this.popupControlContainerFilter.Controls.Add(this.TapSoTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel21);
     this.popupControlContainerFilter.Controls.Add(this.plLabel22);
     this.popupControlContainerFilter.Controls.Add(this.TenTap);
     this.popupControlContainerFilter.Controls.Add(this.SoDKCBHD);
     this.popupControlContainerFilter.Controls.Add(this.plLabel20);
     this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
     this.popupControlContainerFilter.Controls.Add(this.plLabel19);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotDen);
     this.popupControlContainerFilter.Controls.Add(this.xtraTabControlDetail);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiDen);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NamSXDen);
     this.popupControlContainerFilter.Controls.Add(this.NamSXTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel11);
     this.popupControlContainerFilter.Controls.Add(this.plLabel17);
     this.popupControlContainerFilter.Controls.Add(this.plLabel16);
     this.popupControlContainerFilter.Controls.Add(this.plLabel15);
     this.popupControlContainerFilter.Controls.Add(this.plLabel9);
     this.popupControlContainerFilter.Controls.Add(this.plLabel3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.plLabel24);
     this.popupControlContainerFilter.Controls.Add(this.plLabel10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel8);
     this.popupControlContainerFilter.Controls.Add(this.plLabel14);
     this.popupControlContainerFilter.Controls.Add(this.plLabel13);
     this.popupControlContainerFilter.Controls.Add(this.plLabel12);
     this.popupControlContainerFilter.Controls.Add(this.plLabel7);
     this.popupControlContainerFilter.Controls.Add(this.label34);
     this.popupControlContainerFilter.Controls.Add(this.BanQuyenThuoc);
     this.popupControlContainerFilter.Controls.Add(this.DonViCungCap);
     this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
     this.popupControlContainerFilter.Controls.Add(this.Category);
     this.popupControlContainerFilter.Controls.Add(this.TenGoc);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.QuocGia);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel18);
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.plLabel23);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.plLabel6);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1163, 129);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // TrongKho
     //
     this.TrongKho.CheckOnClick = true;
     this.TrongKho.ColumnWidth = 85;
     this.TrongKho.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Y", "Có"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("N", "Không")});
     this.TrongKho.Location = new System.Drawing.Point(583, 79);
     this.TrongKho.MultiColumn = true;
     this.TrongKho.Name = "TrongKho";
     this.TrongKho.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.TrongKho.Size = new System.Drawing.Size(179, 20);
     this.TrongKho.TabIndex = 248;
     //
     // TapSoDen
     //
     this.TapSoDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoDen.Location = new System.Drawing.Point(687, 106);
     this.TapSoDen.Name = "TapSoDen";
     this.TapSoDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoDen.Size = new System.Drawing.Size(75, 20);
     this.TapSoDen.TabIndex = 245;
     //
     // TapSoTu
     //
     this.TapSoTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoTu.Location = new System.Drawing.Point(585, 105);
     this.TapSoTu.Name = "TapSoTu";
     this.TapSoTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoTu.Size = new System.Drawing.Size(67, 20);
     this.TapSoTu.TabIndex = 246;
     //
     // plLabel21
     //
     this.plLabel21.Location = new System.Drawing.Point(657, 109);
     this.plLabel21.Name = "plLabel21";
     this.plLabel21.Size = new System.Drawing.Size(18, 13);
     this.plLabel21.TabIndex = 243;
     this.plLabel21.Text = "đến";
     //
     // plLabel22
     //
     this.plLabel22.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel22.Appearance.Options.UseFont = true;
     this.plLabel22.Location = new System.Drawing.Point(496, 107);
     this.plLabel22.Name = "plLabel22";
     this.plLabel22.Size = new System.Drawing.Size(53, 13);
     this.plLabel22.TabIndex = 244;
     this.plLabel22.Text = "Tập số từ";
     this.plLabel22.ToolTip = "Tập số (Cấp 3)";
     //
     // TenTap
     //
     this.TenTap._DataSource = null;
     this.TenTap._GetField = null;
     this.TenTap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TenTap.Location = new System.Drawing.Point(844, 106);
     this.TenTap.Name = "TenTap";
     this.TenTap.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenTap.Size = new System.Drawing.Size(341, 20);
     this.TenTap.TabIndex = 242;
     //
     // SoDKCBHD
     //
     this.SoDKCBHD.DataSource = null;
     this.SoDKCBHD.DisplayField = null;
     this.SoDKCBHD.Location = new System.Drawing.Point(333, 103);
     this.SoDKCBHD.Name = "SoDKCBHD";
     this.SoDKCBHD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SoDKCBHD.Size = new System.Drawing.Size(150, 20);
     this.SoDKCBHD.TabIndex = 241;
     this.SoDKCBHD.ValueField = null;
     //
     // plLabel20
     //
     this.plLabel20.Location = new System.Drawing.Point(266, 108);
     this.plLabel20.Name = "plLabel20";
     this.plLabel20.Size = new System.Drawing.Size(59, 13);
     this.plLabel20.TabIndex = 240;
     this.plLabel20.Text = "Số ĐKCB HD";
     this.plLabel20.ToolTip = "Số ĐKCB HD (Cấp 2)";
     //
     // LoaiLuuTru
     //
     this.LoaiLuuTru.DataSource = null;
     this.LoaiLuuTru.DisplayField = null;
     this.LoaiLuuTru.Location = new System.Drawing.Point(75, 105);
     this.LoaiLuuTru.Name = "LoaiLuuTru";
     this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LoaiLuuTru.Size = new System.Drawing.Size(185, 20);
     this.LoaiLuuTru.TabIndex = 241;
     this.LoaiLuuTru.ValueField = null;
     //
     // plLabel19
     //
     this.plLabel19.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel19.Appearance.Options.UseFont = true;
     this.plLabel19.Location = new System.Drawing.Point(4, 108);
     this.plLabel19.Name = "plLabel19";
     this.plLabel19.Size = new System.Drawing.Size(65, 13);
     this.plLabel19.TabIndex = 240;
     this.plLabel19.Text = "Loại lưu trữ";
     this.plLabel19.ToolTip = "Loại lưu trữ (cấp 2)";
     //
     // TimeslotDen
     //
     this.TimeslotDen.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotDen.Location = new System.Drawing.Point(174, 79);
     this.TimeslotDen.Name = "TimeslotDen";
     this.TimeslotDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotDen.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotDen.Size = new System.Drawing.Size(86, 20);
     this.TimeslotDen.TabIndex = 239;
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Location = new System.Drawing.Point(1003, 83);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(10, 10);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     this.xtraTabControlDetail.Visible = false;
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(3, 0);
     this.xtraTabPageDetail.Text = "Post/Master";
     //
     // TimeslotTu
     //
     this.TimeslotTu.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotTu.Location = new System.Drawing.Point(48, 79);
     this.TimeslotTu.MenuManager = this.barManager1;
     this.TimeslotTu.Name = "TimeslotTu";
     this.TimeslotTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotTu.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotTu.Size = new System.Drawing.Size(78, 20);
     this.TimeslotTu.TabIndex = 239;
     //
     // SoRunConLaiTu
     //
     this.SoRunConLaiTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiTu.Location = new System.Drawing.Point(844, 55);
     this.SoRunConLaiTu.Name = "SoRunConLaiTu";
     this.SoRunConLaiTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunConLaiTu.TabIndex = 238;
     //
     // SoRunDaDungTu
     //
     this.SoRunDaDungTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungTu.Location = new System.Drawing.Point(844, 32);
     this.SoRunDaDungTu.Name = "SoRunDaDungTu";
     this.SoRunDaDungTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunDaDungTu.TabIndex = 238;
     //
     // SoRunConLaiDen
     //
     this.SoRunConLaiDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunConLaiDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiDen.Location = new System.Drawing.Point(934, 57);
     this.SoRunConLaiDen.Name = "SoRunConLaiDen";
     this.SoRunConLaiDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiDen.Size = new System.Drawing.Size(341, 20);
     this.SoRunConLaiDen.TabIndex = 238;
     //
     // SoRunDaDungDen
     //
     this.SoRunDaDungDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunDaDungDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungDen.Location = new System.Drawing.Point(934, 30);
     this.SoRunDaDungDen.Name = "SoRunDaDungDen";
     this.SoRunDaDungDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungDen.Size = new System.Drawing.Size(341, 20);
     this.SoRunDaDungDen.TabIndex = 238;
     //
     // TongSoRunDen
     //
     this.TongSoRunDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TongSoRunDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunDen.Location = new System.Drawing.Point(934, 7);
     this.TongSoRunDen.Name = "TongSoRunDen";
     this.TongSoRunDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunDen.Size = new System.Drawing.Size(341, 20);
     this.TongSoRunDen.TabIndex = 238;
     //
     // TongSoRunTu
     //
     this.TongSoRunTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunTu.Location = new System.Drawing.Point(843, 8);
     this.TongSoRunTu.Name = "TongSoRunTu";
     this.TongSoRunTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunTu.Size = new System.Drawing.Size(67, 20);
     this.TongSoRunTu.TabIndex = 238;
     //
     // BQDTTNEndDen
     //
     this.BQDTTNEndDen.EditValue = null;
     this.BQDTTNEndDen.Location = new System.Drawing.Point(687, 31);
     this.BQDTTNEndDen.Name = "BQDTTNEndDen";
     this.BQDTTNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTTNEndDen.TabIndex = 237;
     //
     // BQDTNNEndDen
     //
     this.BQDTNNEndDen.EditValue = null;
     this.BQDTNNEndDen.Location = new System.Drawing.Point(687, 53);
     this.BQDTNNEndDen.Name = "BQDTNNEndDen";
     this.BQDTNNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTNNEndDen.TabIndex = 237;
     //
     // BQDTNNEndTu
     //
     this.BQDTNNEndTu.EditValue = null;
     this.BQDTNNEndTu.Location = new System.Drawing.Point(583, 53);
     this.BQDTNNEndTu.Name = "BQDTNNEndTu";
     this.BQDTNNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndTu.Size = new System.Drawing.Size(74, 20);
     this.BQDTNNEndTu.TabIndex = 237;
     //
     // BQDTTNEndTu
     //
     this.BQDTTNEndTu.EditValue = null;
     this.BQDTTNEndTu.Location = new System.Drawing.Point(583, 30);
     this.BQDTTNEndTu.MenuManager = this.barManager1;
     this.BQDTTNEndTu.Name = "BQDTTNEndTu";
     this.BQDTTNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndTu.Size = new System.Drawing.Size(73, 20);
     this.BQDTTNEndTu.TabIndex = 237;
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(333, 79);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(150, 20);
     this.PhongBan.TabIndex = 10;
     //
     // NamSXDen
     //
     this.NamSXDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXDen.Location = new System.Drawing.Point(430, 32);
     this.NamSXDen.Name = "NamSXDen";
     this.NamSXDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXDen.Size = new System.Drawing.Size(55, 20);
     this.NamSXDen.TabIndex = 234;
     //
     // NamSXTu
     //
     this.NamSXTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXTu.Location = new System.Drawing.Point(333, 32);
     this.NamSXTu.MenuManager = this.barManager1;
     this.NamSXTu.Name = "NamSXTu";
     this.NamSXTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXTu.Size = new System.Drawing.Size(69, 20);
     this.NamSXTu.TabIndex = 235;
     //
     // plLabel11
     //
     this.plLabel11.Location = new System.Drawing.Point(663, 57);
     this.plLabel11.Name = "plLabel11";
     this.plLabel11.Size = new System.Drawing.Size(18, 13);
     this.plLabel11.TabIndex = 231;
     this.plLabel11.Text = "đến";
     //
     // plLabel17
     //
     this.plLabel17.Location = new System.Drawing.Point(914, 60);
     this.plLabel17.Name = "plLabel17";
     this.plLabel17.Size = new System.Drawing.Size(18, 13);
     this.plLabel17.TabIndex = 231;
     this.plLabel17.Text = "đến";
     //
     // plLabel16
     //
     this.plLabel16.Location = new System.Drawing.Point(914, 36);
     this.plLabel16.Name = "plLabel16";
     this.plLabel16.Size = new System.Drawing.Size(18, 13);
     this.plLabel16.TabIndex = 231;
     this.plLabel16.Text = "đến";
     //
     // plLabel15
     //
     this.plLabel15.Location = new System.Drawing.Point(914, 11);
     this.plLabel15.Name = "plLabel15";
     this.plLabel15.Size = new System.Drawing.Size(18, 13);
     this.plLabel15.TabIndex = 231;
     this.plLabel15.Text = "đến";
     //
     // plLabel9
     //
     this.plLabel9.Location = new System.Drawing.Point(663, 34);
     this.plLabel9.Name = "plLabel9";
     this.plLabel9.Size = new System.Drawing.Size(18, 13);
     this.plLabel9.TabIndex = 231;
     this.plLabel9.Text = "đến";
     //
     // plLabel3
     //
     this.plLabel3.Location = new System.Drawing.Point(407, 36);
     this.plLabel3.Name = "plLabel3";
     this.plLabel3.Size = new System.Drawing.Size(18, 13);
     this.plLabel3.TabIndex = 231;
     this.plLabel3.Text = "đến";
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(267, 35);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(50, 13);
     this.plLabel2.TabIndex = 229;
     this.plLabel2.Text = "Năm SX từ";
     this.plLabel2.ToolTip = "Năm sản xuất chương trình (Câp 1)";
     //
     // plLabel24
     //
     this.plLabel24.Location = new System.Drawing.Point(496, 82);
     this.plLabel24.Name = "plLabel24";
     this.plLabel24.Size = new System.Drawing.Size(48, 13);
     this.plLabel24.TabIndex = 232;
     this.plLabel24.Text = "Trong kho";
     this.plLabel24.ToolTip = "Bản quyền đối với đối tác nước ngoài End (Cấp 1)";
     //
     // plLabel10
     //
     this.plLabel10.Location = new System.Drawing.Point(496, 57);
     this.plLabel10.Name = "plLabel10";
     this.plLabel10.Size = new System.Drawing.Size(79, 13);
     this.plLabel10.TabIndex = 232;
     this.plLabel10.Text = "BQ DTNN End từ";
     this.plLabel10.ToolTip = "Bản quyền đối với đối tác nước ngoài End (Cấp 1)";
     //
     // plLabel8
     //
     this.plLabel8.Location = new System.Drawing.Point(495, 34);
     this.plLabel8.Name = "plLabel8";
     this.plLabel8.Size = new System.Drawing.Size(78, 13);
     this.plLabel8.TabIndex = 232;
     this.plLabel8.Text = "BQ DTTN End từ";
     this.plLabel8.ToolTip = "Bản quyền đối với đối tác trong nước End (Cấp 1)";
     //
     // plLabel14
     //
     this.plLabel14.Location = new System.Drawing.Point(768, 57);
     this.plLabel14.Name = "plLabel14";
     this.plLabel14.Size = new System.Drawing.Size(64, 13);
     this.plLabel14.TabIndex = 232;
     this.plLabel14.Text = "Số run còn lại";
     this.plLabel14.ToolTip = "Số run còn lại (Cấp 1)";
     //
     // plLabel13
     //
     this.plLabel13.Location = new System.Drawing.Point(768, 34);
     this.plLabel13.Name = "plLabel13";
     this.plLabel13.Size = new System.Drawing.Size(73, 13);
     this.plLabel13.TabIndex = 232;
     this.plLabel13.Text = "Số run đã dùng";
     this.plLabel13.ToolTip = "Số run đã dùng (Cấp 1)";
     //
     // plLabel12
     //
     this.plLabel12.Location = new System.Drawing.Point(768, 14);
     this.plLabel12.Name = "plLabel12";
     this.plLabel12.Size = new System.Drawing.Size(57, 13);
     this.plLabel12.TabIndex = 232;
     this.plLabel12.Text = "Tổng số run";
     this.plLabel12.ToolTip = "Tổng số run (Cấp 1)";
     //
     // plLabel7
     //
     this.plLabel7.Location = new System.Drawing.Point(496, 12);
     this.plLabel7.Name = "plLabel7";
     this.plLabel7.Size = new System.Drawing.Size(81, 13);
     this.plLabel7.TabIndex = 232;
     this.plLabel7.Text = "Bản quyền thuộc";
     this.plLabel7.ToolTip = "Bản quyền thuộc (Cấp 1)";
     //
     // label34
     //
     this.label34.Location = new System.Drawing.Point(267, 58);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(60, 13);
     this.label34.TabIndex = 232;
     this.label34.Text = "ĐV cung cấp";
     this.label34.ToolTip = "Đơn vị cung cấp (Cấp 1)";
     //
     // BanQuyenThuoc
     //
     this.BanQuyenThuoc.DataSource = null;
     this.BanQuyenThuoc.DisplayField = null;
     this.BanQuyenThuoc.Location = new System.Drawing.Point(583, 8);
     this.BanQuyenThuoc.Name = "BanQuyenThuoc";
     this.BanQuyenThuoc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BanQuyenThuoc.Size = new System.Drawing.Size(179, 20);
     this.BanQuyenThuoc.TabIndex = 227;
     this.BanQuyenThuoc.ValueField = null;
     //
     // DonViCungCap
     //
     this.DonViCungCap.DataSource = null;
     this.DonViCungCap.DisplayField = null;
     this.DonViCungCap.Location = new System.Drawing.Point(333, 55);
     this.DonViCungCap.Name = "DonViCungCap";
     this.DonViCungCap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DonViCungCap.Size = new System.Drawing.Size(150, 20);
     this.DonViCungCap.TabIndex = 227;
     this.DonViCungCap.ValueField = null;
     //
     // ngayNhap
     //
     this.ngayNhap.Caption = "Từ ngày 22/02/2012 đến ngày 29/02/2012";
     this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.FirstFrom = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.FirstTo = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.FromDate = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.Location = new System.Drawing.Point(843, 81);
     this.ngayNhap.Name = "ngayNhap";
     this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayNhap.SecondFrom = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.SecondTo = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.Size = new System.Drawing.Size(291, 21);
     this.ngayNhap.TabIndex = 226;
     this.ngayNhap.ToDate = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // Category
     //
     this.Category._DataSource = null;
     this.Category._GetField = null;
     this.Category.Location = new System.Drawing.Point(174, 54);
     this.Category.Name = "Category";
     this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.Category.Size = new System.Drawing.Size(87, 20);
     this.Category.TabIndex = 1;
     //
     // TenGoc
     //
     this.TenGoc._DataSource = null;
     this.TenGoc._GetField = null;
     this.TenGoc.Location = new System.Drawing.Point(47, 31);
     this.TenGoc.Name = "TenGoc";
     this.TenGoc.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenGoc.Size = new System.Drawing.Size(214, 20);
     this.TenGoc.TabIndex = 1;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(48, 8);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(213, 20);
     this.NoiDung.TabIndex = 0;
     //
     // QuocGia
     //
     this.QuocGia.DataSource = null;
     this.QuocGia.DisplayField = null;
     this.QuocGia.Location = new System.Drawing.Point(333, 8);
     this.QuocGia.Name = "QuocGia";
     this.QuocGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.QuocGia.Size = new System.Drawing.Size(152, 20);
     this.QuocGia.TabIndex = 220;
     this.QuocGia.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(48, 54);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(78, 20);
     this.TietMuc.TabIndex = 2;
     this.TietMuc.ValueField = null;
     //
     // plLabel18
     //
     this.plLabel18.Location = new System.Drawing.Point(133, 83);
     this.plLabel18.Name = "plLabel18";
     this.plLabel18.Size = new System.Drawing.Size(20, 13);
     this.plLabel18.TabIndex = 213;
     this.plLabel18.Text = "Đến";
     this.plLabel18.ToolTip = "Nước sản xuất";
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(128, 57);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(45, 13);
     this.plLabel5.TabIndex = 213;
     this.plLabel5.Text = "Category";
     this.plLabel5.ToolTip = "Category (Cấp 1)";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(267, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 213;
     this.label10.Text = "Nước SX";
     this.label10.ToolTip = "Nước sản xuất (Cấp 1)";
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(266, 83);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 217;
     this.plLabel1.Text = "Phòng ban";
     this.plLabel1.ToolTip = "Phòng ban (Cấp 1)";
     //
     // plLabel23
     //
     this.plLabel23.Location = new System.Drawing.Point(768, 110);
     this.plLabel23.Name = "plLabel23";
     this.plLabel23.Size = new System.Drawing.Size(37, 13);
     this.plLabel23.TabIndex = 217;
     this.plLabel23.Text = "Tên tập";
     this.plLabel23.ToolTip = "Tên tập (Cấp 3)";
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(768, 80);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(52, 13);
     this.label29.TabIndex = 217;
     this.label29.Text = "Ngày nhập";
     this.label29.ToolTip = "Ngày nhập thông tin chương trình  (Cấp 1)";
     //
     // plLabel6
     //
     this.plLabel6.Location = new System.Drawing.Point(4, 34);
     this.plLabel6.Name = "plLabel6";
     this.plLabel6.Size = new System.Drawing.Size(38, 13);
     this.plLabel6.TabIndex = 218;
     this.plLabel6.Text = "Tên gốc";
     this.plLabel6.ToolTip = "Tên chương trình gốc (cấp 1)";
     //
     // label3
     //
     this.label3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.Appearance.Options.UseFont = true;
     this.label3.Location = new System.Drawing.Point(3, 11);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 218;
     this.label3.Text = "Tên CT";
     this.label3.ToolTip = "Tên chương trình (Cấp 1)";
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(3, 83);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(39, 13);
     this.plLabel4.TabIndex = 219;
     this.plLabel4.Text = "Timeslot";
     this.plLabel4.ToolTip = "Timeslot (Cấp 1)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(2, 57);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 219;
     this.label5.Text = "Tiết mục";
     this.label5.ToolTip = "Tiết mục (Cấp 1)";
     //
     // 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";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(19, 181);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseFont = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControlCT);
     this.splitContainerControl1.Panel1.Text = "Chương trình";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1169, 364);
     this.splitContainerControl1.SplitterPosition = 503;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // groupControlCT
     //
     this.groupControlCT.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.groupControlCT.Appearance.Options.UseBorderColor = true;
     this.groupControlCT.Controls.Add(this.gridControlMaster);
     this.groupControlCT.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlCT.Location = new System.Drawing.Point(0, 0);
     this.groupControlCT.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlCT.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlCT.Name = "groupControlCT";
     this.groupControlCT.ShowCaption = false;
     this.groupControlCT.Size = new System.Drawing.Size(503, 364);
     this.groupControlCT.TabIndex = 10;
     this.groupControlCT.Text = "groupControl1";
     //
     // 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;
     this.gridControlMaster.Location = new System.Drawing.Point(3, 3);
     this.gridControlMaster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(497, 358);
     this.gridControlMaster.TabIndex = 9;
     this.gridControlMaster.TabStop = false;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // 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.Appearance.ViewCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gridViewMaster.Appearance.ViewCaption.Options.UseBackColor = true;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandThongTinChinh,
     this.gridBandNguonGoc,
     this.gridBandThongTinPhatSong,
     this.gridBandThongTinBan});
     this.gridViewMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_CT_MaCT,
     this.Col_CT_NgayAWB,
     this.Col_CT_NgayLap,
     this.Col_CT_NguoiLap,
     this.Col_CT_PhongBan,
     this.Col_CT_NoiDung,
     this.Col_CT_TietMuc,
     this.Col_CT_TenGoc,
     this.Col_CT_DaoDien,
     this.Col_CT_DienVien,
     this.Col_CT_KHPL,
     this.Col_CT_DoiTuongKhanGia,
     this.Col_CT_TuKhoa,
     this.Col_CT_KHXK,
     this.Col_CT_TinhTrangBang,
     this.Col_CT_TomTat,
     this.Col_CT_ThanhLy,
     this.Col_CT_GhiChu,
     this.Col_CT_ThongTinBan,
     this.Col_CT_NamSX,
     this.Col_CT_Nuoc,
     this.Col_CT_DonViCungCap,
     this.Col_CT_DonViSoHuu,
     this.Col_CT_KenhHanCheBan,
     this.Col_CT_PhatSongChinh,
     this.Col_CT_TongSoRun,
     this.Col_CT_SoLanPhat,
     this.Col_CT_SoRunConLai,
     this.Col_CT_Release,
     this.Col_CT_Category,
     this.Col_CT_Ranking,
     this.Col_CT_Script,
     this.Col_CT_Photos,
     this.Col_CT_TrailerGoc,
     this.Col_CT_BanQuyenThuoc,
     this.Col_CT_BanQuyenDIDStart,
     this.Col_CT_BanQuyenDIDEnd,
     this.Col_CT_BanQuyenDTNNStart,
     this.Col_CT_BanQuyenDTNNEnd,
     this.Col_CT_BanQuyenHTV,
     this.Col_CT_MuaKem,
     this.Col_CT_PhatSongKhac,
     this.Col_CT_PhatSongLai,
     this.Col_CT_TrongKho,
     this.Col_CT_HangSanXuat});
     this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupPanelText = "Các chương trình 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.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     this.gridViewMaster.OptionsView.ShowViewCaption = true;
     this.gridViewMaster.ViewCaption = "Chương trình (Cấp 1)";
     //
     // Col_CT_MaCT
     //
     this.Col_CT_MaCT.Caption = "Mã chương trình";
     this.Col_CT_MaCT.Name = "Col_CT_MaCT";
     this.Col_CT_MaCT.Visible = true;
     this.Col_CT_MaCT.Width = 90;
     //
     // Col_CT_NgayAWB
     //
     this.Col_CT_NgayAWB.Caption = "Ngày AWB";
     this.Col_CT_NgayAWB.Name = "Col_CT_NgayAWB";
     this.Col_CT_NgayAWB.Visible = true;
     this.Col_CT_NgayAWB.Width = 63;
     //
     // Col_CT_NgayLap
     //
     this.Col_CT_NgayLap.Caption = "Ngày lập";
     this.Col_CT_NgayLap.Name = "Col_CT_NgayLap";
     this.Col_CT_NgayLap.Visible = true;
     this.Col_CT_NgayLap.Width = 54;
     //
     // Col_CT_NguoiLap
     //
     this.Col_CT_NguoiLap.Caption = "Người lập";
     this.Col_CT_NguoiLap.Name = "Col_CT_NguoiLap";
     this.Col_CT_NguoiLap.Visible = true;
     this.Col_CT_NguoiLap.Width = 57;
     //
     // Col_CT_PhongBan
     //
     this.Col_CT_PhongBan.Caption = "Phòng ban";
     this.Col_CT_PhongBan.Name = "Col_CT_PhongBan";
     this.Col_CT_PhongBan.Visible = true;
     this.Col_CT_PhongBan.Width = 63;
     //
     // Col_CT_Category
     //
     this.Col_CT_Category.Caption = "Category";
     this.Col_CT_Category.Name = "Col_CT_Category";
     this.Col_CT_Category.Visible = true;
     this.Col_CT_Category.Width = 57;
     //
     // Col_CT_NoiDung
     //
     this.Col_CT_NoiDung.Caption = "Tên chương trình";
     this.Col_CT_NoiDung.Name = "Col_CT_NoiDung";
     this.Col_CT_NoiDung.Visible = true;
     this.Col_CT_NoiDung.Width = 107;
     //
     // Col_CT_TenGoc
     //
     this.Col_CT_TenGoc.Caption = "Tên gốc";
     this.Col_CT_TenGoc.Name = "Col_CT_TenGoc";
     this.Col_CT_TenGoc.Visible = true;
     this.Col_CT_TenGoc.Width = 50;
     //
     // Col_CT_TietMuc
     //
     this.Col_CT_TietMuc.Caption = "Tiết mục";
     this.Col_CT_TietMuc.Name = "Col_CT_TietMuc";
     this.Col_CT_TietMuc.Visible = true;
     this.Col_CT_TietMuc.Width = 65;
     //
     // Col_CT_DaoDien
     //
     this.Col_CT_DaoDien.Caption = "Đạo diễn";
     this.Col_CT_DaoDien.Name = "Col_CT_DaoDien";
     this.Col_CT_DaoDien.Visible = true;
     this.Col_CT_DaoDien.Width = 55;
     //
     // Col_CT_DienVien
     //
     this.Col_CT_DienVien.Caption = "Diễn viên";
     this.Col_CT_DienVien.Name = "Col_CT_DienVien";
     this.Col_CT_DienVien.Visible = true;
     this.Col_CT_DienVien.Width = 56;
     //
     // Col_CT_TomTat
     //
     this.Col_CT_TomTat.Caption = "Tóm tắt";
     this.Col_CT_TomTat.Name = "Col_CT_TomTat";
     this.Col_CT_TomTat.Visible = true;
     this.Col_CT_TomTat.Width = 49;
     //
     // Col_CT_DoiTuongKhanGia
     //
     this.Col_CT_DoiTuongKhanGia.Caption = "Đối tượng khán giả";
     this.Col_CT_DoiTuongKhanGia.Name = "Col_CT_DoiTuongKhanGia";
     this.Col_CT_DoiTuongKhanGia.Visible = true;
     this.Col_CT_DoiTuongKhanGia.Width = 103;
     //
     // Col_CT_KHPL
     //
     this.Col_CT_KHPL.Caption = "KHPL";
     this.Col_CT_KHPL.Name = "Col_CT_KHPL";
     this.Col_CT_KHPL.ToolTip = "Ký hiệu phân loại";
     this.Col_CT_KHPL.Visible = true;
     this.Col_CT_KHPL.Width = 36;
     //
     // Col_CT_KHXK
     //
     this.Col_CT_KHXK.Caption = "KHXK";
     this.Col_CT_KHXK.Name = "Col_CT_KHXK";
     this.Col_CT_KHXK.ToolTip = "Ký hiệu xếp kho";
     this.Col_CT_KHXK.Visible = true;
     this.Col_CT_KHXK.Width = 37;
     //
     // Col_CT_TinhTrangBang
     //
     this.Col_CT_TinhTrangBang.Caption = "Tình trạng CT";
     this.Col_CT_TinhTrangBang.Name = "Col_CT_TinhTrangBang";
     this.Col_CT_TinhTrangBang.Visible = true;
     this.Col_CT_TinhTrangBang.Width = 77;
     //
     // Col_CT_TuKhoa
     //
     this.Col_CT_TuKhoa.Caption = "Từ khóa";
     this.Col_CT_TuKhoa.Name = "Col_CT_TuKhoa";
     this.Col_CT_TuKhoa.Visible = true;
     this.Col_CT_TuKhoa.Width = 51;
     //
     // Col_CT_ThanhLy
     //
     this.Col_CT_ThanhLy.Caption = "Thanh lý";
     this.Col_CT_ThanhLy.Name = "Col_CT_ThanhLy";
     this.Col_CT_ThanhLy.Visible = true;
     this.Col_CT_ThanhLy.Width = 53;
     //
     // Col_CT_TrongKho
     //
     this.Col_CT_TrongKho.Caption = "Trong kho";
     this.Col_CT_TrongKho.Name = "Col_CT_TrongKho";
     this.Col_CT_TrongKho.Visible = true;
     //
     // Col_CT_GhiChu
     //
     this.Col_CT_GhiChu.Caption = "Ghi chú";
     this.Col_CT_GhiChu.Name = "Col_CT_GhiChu";
     this.Col_CT_GhiChu.Visible = true;
     this.Col_CT_GhiChu.Width = 47;
     //
     // Col_CT_Photos
     //
     this.Col_CT_Photos.Caption = "Photos";
     this.Col_CT_Photos.Name = "Col_CT_Photos";
     this.Col_CT_Photos.Visible = true;
     this.Col_CT_Photos.Width = 45;
     //
     // Col_CT_Ranking
     //
     this.Col_CT_Ranking.Caption = "Ranking";
     this.Col_CT_Ranking.Name = "Col_CT_Ranking";
     this.Col_CT_Ranking.Visible = true;
     this.Col_CT_Ranking.Width = 50;
     //
     // Col_CT_Script
     //
     this.Col_CT_Script.Caption = "Script";
     this.Col_CT_Script.Name = "Col_CT_Script";
     this.Col_CT_Script.Visible = true;
     this.Col_CT_Script.Width = 39;
     //
     // Col_CT_TrailerGoc
     //
     this.Col_CT_TrailerGoc.Caption = "Trailer gốc";
     this.Col_CT_TrailerGoc.Name = "Col_CT_TrailerGoc";
     this.Col_CT_TrailerGoc.Visible = true;
     this.Col_CT_TrailerGoc.Width = 62;
     //
     // Col_CT_NamSX
     //
     this.Col_CT_NamSX.Caption = "Năm SX";
     this.Col_CT_NamSX.Name = "Col_CT_NamSX";
     this.Col_CT_NamSX.Visible = true;
     this.Col_CT_NamSX.Width = 48;
     //
     // Col_CT_Nuoc
     //
     this.Col_CT_Nuoc.Caption = "Nước SX";
     this.Col_CT_Nuoc.Name = "Col_CT_Nuoc";
     this.Col_CT_Nuoc.ToolTip = "Nước sản xuất";
     this.Col_CT_Nuoc.Visible = true;
     this.Col_CT_Nuoc.Width = 52;
     //
     // Col_CT_DonViCungCap
     //
     this.Col_CT_DonViCungCap.Caption = "Đơn vị cung cấp";
     this.Col_CT_DonViCungCap.Name = "Col_CT_DonViCungCap";
     this.Col_CT_DonViCungCap.Visible = true;
     this.Col_CT_DonViCungCap.Width = 89;
     //
     // Col_CT_DonViSoHuu
     //
     this.Col_CT_DonViSoHuu.Caption = "Đơn vị sở hữu";
     this.Col_CT_DonViSoHuu.Name = "Col_CT_DonViSoHuu";
     this.Col_CT_DonViSoHuu.Visible = true;
     this.Col_CT_DonViSoHuu.Width = 79;
     //
     // Col_CT_KenhHanCheBan
     //
     this.Col_CT_KenhHanCheBan.Caption = "Kênh hạn chế bán";
     this.Col_CT_KenhHanCheBan.Name = "Col_CT_KenhHanCheBan";
     this.Col_CT_KenhHanCheBan.Visible = true;
     this.Col_CT_KenhHanCheBan.Width = 98;
     //
     // Col_CT_ThongTinBan
     //
     this.Col_CT_ThongTinBan.Caption = "Thông tin bán";
     this.Col_CT_ThongTinBan.Name = "Col_CT_ThongTinBan";
     this.Col_CT_ThongTinBan.Visible = true;
     this.Col_CT_ThongTinBan.Width = 78;
     //
     // Col_CT_BanQuyenThuoc
     //
     this.Col_CT_BanQuyenThuoc.Caption = "Bản quyền thuộc";
     this.Col_CT_BanQuyenThuoc.Name = "Col_CT_BanQuyenThuoc";
     this.Col_CT_BanQuyenThuoc.Visible = true;
     this.Col_CT_BanQuyenThuoc.Width = 93;
     //
     // Col_CT_BanQuyenDIDStart
     //
     this.Col_CT_BanQuyenDIDStart.Caption = "Bản quyền DTTN Start";
     this.Col_CT_BanQuyenDIDStart.Name = "Col_CT_BanQuyenDIDStart";
     this.Col_CT_BanQuyenDIDStart.ToolTip = "Bản quyền đối tác trong nước Start";
     this.Col_CT_BanQuyenDIDStart.Visible = true;
     this.Col_CT_BanQuyenDIDStart.Width = 119;
     //
     // Col_CT_BanQuyenDIDEnd
     //
     this.Col_CT_BanQuyenDIDEnd.Caption = "Bản quyền DTTN End";
     this.Col_CT_BanQuyenDIDEnd.Name = "Col_CT_BanQuyenDIDEnd";
     this.Col_CT_BanQuyenDIDEnd.ToolTip = "Bản quyền đối tác trong nước End";
     this.Col_CT_BanQuyenDIDEnd.Visible = true;
     this.Col_CT_BanQuyenDIDEnd.Width = 113;
     //
     // Col_CT_BanQuyenDTNNStart
     //
     this.Col_CT_BanQuyenDTNNStart.Caption = "Bản quyền ĐTNN Start";
     this.Col_CT_BanQuyenDTNNStart.Name = "Col_CT_BanQuyenDTNNStart";
     this.Col_CT_BanQuyenDTNNStart.ToolTip = "Bản quyền  đối tác nước ngoài Start";
     this.Col_CT_BanQuyenDTNNStart.Visible = true;
     this.Col_CT_BanQuyenDTNNStart.Width = 121;
     //
     // Col_CT_BanQuyenDTNNEnd
     //
     this.Col_CT_BanQuyenDTNNEnd.Caption = "Bản quyền ĐTNN End";
     this.Col_CT_BanQuyenDTNNEnd.Name = "Col_CT_BanQuyenDTNNEnd";
     this.Col_CT_BanQuyenDTNNEnd.ToolTip = "Bản quyền đối tác nước ngoài End";
     this.Col_CT_BanQuyenDTNNEnd.Visible = true;
     this.Col_CT_BanQuyenDTNNEnd.Width = 115;
     //
     // Col_CT_BanQuyenHTV
     //
     this.Col_CT_BanQuyenHTV.Caption = "Bản quyền HTV";
     this.Col_CT_BanQuyenHTV.Name = "Col_CT_BanQuyenHTV";
     this.Col_CT_BanQuyenHTV.Visible = true;
     this.Col_CT_BanQuyenHTV.Width = 85;
     //
     // Col_CT_MuaKem
     //
     this.Col_CT_MuaKem.Caption = "Mua kèm";
     this.Col_CT_MuaKem.Name = "Col_CT_MuaKem";
     this.Col_CT_MuaKem.Visible = true;
     this.Col_CT_MuaKem.Width = 54;
     //
     // Col_CT_PhatSongChinh
     //
     this.Col_CT_PhatSongChinh.Caption = "Thời gian P/S chính";
     this.Col_CT_PhatSongChinh.Name = "Col_CT_PhatSongChinh";
     this.Col_CT_PhatSongChinh.ToolTip = "Những ngày phát lần đầu tương ứng trên các đài";
     this.Col_CT_PhatSongChinh.Visible = true;
     this.Col_CT_PhatSongChinh.Width = 102;
     //
     // Col_CT_PhatSongLai
     //
     this.Col_CT_PhatSongLai.Caption = "Thời gian P/S lại";
     this.Col_CT_PhatSongLai.Name = "Col_CT_PhatSongLai";
     this.Col_CT_PhatSongLai.ToolTip = "Những ngày phát lần đầu (nhưng phát lại) tương ứng trên các đài";
     this.Col_CT_PhatSongLai.Visible = true;
     this.Col_CT_PhatSongLai.Width = 87;
     //
     // Col_CT_PhatSongKhac
     //
     this.Col_CT_PhatSongKhac.Caption = "Thời gian P/S trên kênh khác";
     this.Col_CT_PhatSongKhac.Name = "Col_CT_PhatSongKhac";
     this.Col_CT_PhatSongKhac.ToolTip = "Thời gian phát sóng trên kênh khác";
     this.Col_CT_PhatSongKhac.Visible = true;
     this.Col_CT_PhatSongKhac.Width = 148;
     //
     // Col_CT_TongSoRun
     //
     this.Col_CT_TongSoRun.Caption = "Tổng số Run";
     this.Col_CT_TongSoRun.Name = "Col_CT_TongSoRun";
     this.Col_CT_TongSoRun.Visible = true;
     this.Col_CT_TongSoRun.Width = 72;
     //
     // Col_CT_SoLanPhat
     //
     this.Col_CT_SoLanPhat.Caption = "Tồng số lần đã phát (đã Run)";
     this.Col_CT_SoLanPhat.Name = "Col_CT_SoLanPhat";
     this.Col_CT_SoLanPhat.Visible = true;
     this.Col_CT_SoLanPhat.Width = 152;
     //
     // Col_CT_SoRunConLai
     //
     this.Col_CT_SoRunConLai.Caption = "Số Run còn lại";
     this.Col_CT_SoRunConLai.Name = "Col_CT_SoRunConLai";
     this.Col_CT_SoRunConLai.Visible = true;
     this.Col_CT_SoRunConLai.Width = 79;
     //
     // Col_CT_Release
     //
     this.Col_CT_Release.Caption = "Release (Số ngày)";
     this.Col_CT_Release.Name = "Col_CT_Release";
     this.Col_CT_Release.Visible = true;
     this.Col_CT_Release.Width = 100;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl2.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlPM);
     this.splitContainerControl2.Panel1.Text = "Post/Master";
     this.splitContainerControl2.Panel2.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl2.Panel2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl2.Panel2.Controls.Add(this.groupControlBM);
     this.splitContainerControl2.Panel2.Text = "Biên mục";
     this.splitContainerControl2.Size = new System.Drawing.Size(660, 364);
     this.splitContainerControl2.SplitterPosition = 150;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlPM
     //
     this.groupControlPM.Appearance.BorderColor = System.Drawing.Color.Navy;
     this.groupControlPM.Appearance.Options.UseBorderColor = true;
     this.groupControlPM.Controls.Add(this.gridControlDetail);
     this.groupControlPM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlPM.Location = new System.Drawing.Point(0, 0);
     this.groupControlPM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlPM.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlPM.Name = "groupControlPM";
     this.groupControlPM.ShowCaption = false;
     this.groupControlPM.Size = new System.Drawing.Size(660, 150);
     this.groupControlPM.TabIndex = 10;
     this.groupControlPM.Text = "groupControl1";
     //
     // groupControlBM
     //
     this.groupControlBM.Appearance.BorderColor = System.Drawing.Color.Navy;
     this.groupControlBM.Appearance.Options.UseBorderColor = true;
     this.groupControlBM.Controls.Add(this.gridControlBienMuc);
     this.groupControlBM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBM.Location = new System.Drawing.Point(0, 0);
     this.groupControlBM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlBM.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlBM.Name = "groupControlBM";
     this.groupControlBM.ShowCaption = false;
     this.groupControlBM.Size = new System.Drawing.Size(660, 208);
     this.groupControlBM.TabIndex = 10;
     this.groupControlBM.Text = "groupControl1";
     //
     // gridControlBienMuc
     //
     this.gridControlBienMuc.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlBienMuc.BackgroundImage")));
     this.gridControlBienMuc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlBienMuc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlBienMuc.Location = new System.Drawing.Point(3, 3);
     this.gridControlBienMuc.MainView = this.gridViewBienMuc;
     this.gridControlBienMuc.MenuManager = this.barManager1;
     this.gridControlBienMuc.Name = "gridControlBienMuc";
     this.gridControlBienMuc.Size = new System.Drawing.Size(654, 202);
     this.gridControlBienMuc.TabIndex = 1;
     this.gridControlBienMuc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewBienMuc});
     //
     // gridViewBienMuc
     //
     this.gridViewBienMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewBienMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewBienMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_BM_ThanhLy,
     this.Col_BM_MaBang,
     this.Col_BM_TapSo,
     this.Col_BM_TenTap,
     this.Col_BM_SoBang,
     this.Col_BM_ThongSo,
     this.Col_BM_ThoiLuong,
     this.Col_BM_SoDKCBHD,
     this.Col_BM_NoiLuuTru});
     this.gridViewBienMuc.GridControl = this.gridControlBienMuc;
     this.gridViewBienMuc.IndicatorWidth = 40;
     this.gridViewBienMuc.Name = "gridViewBienMuc";
     this.gridViewBienMuc.OptionsBehavior.Editable = false;
     this.gridViewBienMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewBienMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewBienMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewBienMuc.OptionsPrint.UsePrintStyles = true;
     this.gridViewBienMuc.OptionsView.ColumnAutoWidth = false;
     this.gridViewBienMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewBienMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewBienMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewBienMuc.OptionsView.ShowGroupedColumns = true;
     this.gridViewBienMuc.OptionsView.ShowGroupPanel = false;
     this.gridViewBienMuc.OptionsView.ShowViewCaption = true;
     this.gridViewBienMuc.ViewCaption = "Biên Mục (Cấp 3)";
     //
     // Col_BM_ThanhLy
     //
     this.Col_BM_ThanhLy.Caption = "Thanh lý";
     this.Col_BM_ThanhLy.Name = "Col_BM_ThanhLy";
     this.Col_BM_ThanhLy.Visible = true;
     this.Col_BM_ThanhLy.VisibleIndex = 0;
     this.Col_BM_ThanhLy.Width = 53;
     //
     // Col_BM_MaBang
     //
     this.Col_BM_MaBang.Caption = "Mã băng";
     this.Col_BM_MaBang.Name = "Col_BM_MaBang";
     this.Col_BM_MaBang.Visible = true;
     this.Col_BM_MaBang.VisibleIndex = 1;
     this.Col_BM_MaBang.Width = 53;
     //
     // Col_BM_TapSo
     //
     this.Col_BM_TapSo.Caption = "Tập số";
     this.Col_BM_TapSo.Name = "Col_BM_TapSo";
     this.Col_BM_TapSo.Visible = true;
     this.Col_BM_TapSo.VisibleIndex = 2;
     this.Col_BM_TapSo.Width = 44;
     //
     // Col_BM_TenTap
     //
     this.Col_BM_TenTap.Caption = "Tên tập";
     this.Col_BM_TenTap.Name = "Col_BM_TenTap";
     this.Col_BM_TenTap.Visible = true;
     this.Col_BM_TenTap.VisibleIndex = 3;
     this.Col_BM_TenTap.Width = 49;
     //
     // Col_BM_SoBang
     //
     this.Col_BM_SoBang.Caption = "Số băng";
     this.Col_BM_SoBang.Name = "Col_BM_SoBang";
     this.Col_BM_SoBang.Visible = true;
     this.Col_BM_SoBang.VisibleIndex = 4;
     this.Col_BM_SoBang.Width = 51;
     //
     // Col_BM_ThongSo
     //
     this.Col_BM_ThongSo.Caption = "Thông số";
     this.Col_BM_ThongSo.Name = "Col_BM_ThongSo";
     this.Col_BM_ThongSo.Visible = true;
     this.Col_BM_ThongSo.VisibleIndex = 5;
     this.Col_BM_ThongSo.Width = 56;
     //
     // Col_BM_ThoiLuong
     //
     this.Col_BM_ThoiLuong.Caption = "Thời lượng";
     this.Col_BM_ThoiLuong.Name = "Col_BM_ThoiLuong";
     this.Col_BM_ThoiLuong.Visible = true;
     this.Col_BM_ThoiLuong.VisibleIndex = 6;
     this.Col_BM_ThoiLuong.Width = 62;
     //
     // Col_BM_SoDKCBHD
     //
     this.Col_BM_SoDKCBHD.Caption = "Số ĐKCB HD";
     this.Col_BM_SoDKCBHD.Name = "Col_BM_SoDKCBHD";
     this.Col_BM_SoDKCBHD.Visible = true;
     this.Col_BM_SoDKCBHD.VisibleIndex = 7;
     this.Col_BM_SoDKCBHD.Width = 71;
     //
     // Col_BM_NoiLuuTru
     //
     this.Col_BM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_BM_NoiLuuTru.Name = "Col_BM_NoiLuuTru";
     this.Col_BM_NoiLuuTru.Visible = true;
     this.Col_BM_NoiLuuTru.VisibleIndex = 8;
     this.Col_BM_NoiLuuTru.Width = 63;
     //
     // Col_CT_HangSanXuat
     //
     this.Col_CT_HangSanXuat.Caption = "Hãng sản xuất";
     this.Col_CT_HangSanXuat.Name = "Col_CT_HangSanXuat";
     this.Col_CT_HangSanXuat.Visible = true;
     //
     // gridBandThongTinChinh
     //
     this.gridBandThongTinChinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinChinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinChinh.Caption = "Thông tin chính";
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_MaCT);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayAWB);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NguoiLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_PhongBan);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Category);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NoiDung);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TenGoc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TietMuc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DaoDien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DienVien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TomTat);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DoiTuongKhanGia);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHPL);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHXK);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TinhTrangBang);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TuKhoa);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_ThanhLy);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrongKho);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_GhiChu);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Photos);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Ranking);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Script);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrailerGoc);
     this.gridBandThongTinChinh.Name = "gridBandThongTinChinh";
     this.gridBandThongTinChinh.Width = 1441;
     //
     // gridBandNguonGoc
     //
     this.gridBandNguonGoc.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandNguonGoc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandNguonGoc.Caption = "Nguồn gốc";
     this.gridBandNguonGoc.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand2});
     this.gridBandNguonGoc.Name = "gridBandNguonGoc";
     this.gridBandNguonGoc.Width = 1165;
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand1.Caption = "Thông tin sở hữu";
     this.gridBand1.Columns.Add(this.Col_CT_NamSX);
     this.gridBand1.Columns.Add(this.Col_CT_Nuoc);
     this.gridBand1.Columns.Add(this.Col_CT_DonViCungCap);
     this.gridBand1.Columns.Add(this.Col_CT_DonViSoHuu);
     this.gridBand1.Columns.Add(this.Col_CT_KenhHanCheBan);
     this.gridBand1.Columns.Add(this.Col_CT_HangSanXuat);
     this.gridBand1.Columns.Add(this.Col_CT_ThongTinBan);
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.Width = 519;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.Caption = "Thời hạn bản quyền";
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenThuoc);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenHTV);
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.Width = 646;
     //
     // gridBandThongTinPhatSong
     //
     this.gridBandThongTinPhatSong.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinPhatSong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinPhatSong.Caption = "Thông tin phát sóng";
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_MuaKem);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongChinh);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongKhac);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_TongSoRun);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoLanPhat);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoRunConLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_Release);
     this.gridBandThongTinPhatSong.Name = "gridBandThongTinPhatSong";
     this.gridBandThongTinPhatSong.Width = 794;
     //
     // gridBandThongTinBan
     //
     this.gridBandThongTinBan.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinBan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinBan.Caption = "Thông tin bán";
     this.gridBandThongTinBan.Name = "gridBandThongTinBan";
     this.gridBandThongTinBan.OptionsBand.ShowInCustomizationForm = false;
     this.gridBandThongTinBan.Visible = false;
     this.gridBandThongTinBan.Width = 67;
     //
     // Col_PM_TienDo
     //
     this.Col_PM_TienDo.Caption = "Tiến độ hậu kỳ";
     this.Col_PM_TienDo.Name = "Col_PM_TienDo";
     this.Col_PM_TienDo.Visible = true;
     this.Col_PM_TienDo.VisibleIndex = 16;
     //
     // frmChuongTrinhSearchMultiQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1188, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanelSimple);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmChuongTrinhSearchMultiQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tra cứu chương trình";
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.hideContainerLeft.ResumeLayout(false);
     this.dockPanelAdvance.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     this.dockPanelSimple.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCT)).EndInit();
     this.groupControlCT.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).EndInit();
     this.groupControlPM.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBM)).EndInit();
     this.groupControlBM.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlBienMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExtrapolationMethod));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton11 = new DevExpress.XtraEditors.SimpleButton();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 52;
     //
     // bar1
     //
     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.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���빫������";
     this.barButtonItem5.Id = 51;
     this.barButtonItem5.ImageIndex = 20;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��ȡʵ������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 13;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 16;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "��ӷ���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 15;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ӷ���";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 16;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ���";
     this.barButtonItem3.Id = 49;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ɾ������";
     this.barButtonItem4.Id = 50;
     this.barButtonItem4.ImageIndex = 10;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // 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(1074, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1074, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1074, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "06 Picture.ico");
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton11);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton10);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton9);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton8);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton7);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 334);
     this.splitContainerControl1.SplitterPosition = 274;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(794, 334);
     this.chart_user1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(145, 47);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 34);
     this.simpleButton6.TabIndex = 3;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(145, 130);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(117, 34);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "�����������";
     this.simpleButton4.Visible = false;
     this.simpleButton4.Click += new System.EventHandler(this.button3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(145, 87);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 34);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Visible = false;
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton11
     //
     this.simpleButton11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton11.ImageIndex = 3;
     this.simpleButton11.ImageList = this.imageList2;
     this.simpleButton11.Location = new System.Drawing.Point(37, 257);
     this.simpleButton11.Name = "simpleButton11";
     this.simpleButton11.Size = new System.Drawing.Size(82, 69);
     this.simpleButton11.TabIndex = 7;
     this.simpleButton11.Text = "ָ��ģ��";
     this.simpleButton11.Click += new System.EventHandler(this.simpleButton11_Click);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "1.jpg");
     this.imageList2.Images.SetKeyName(1, "2.jpg");
     this.imageList2.Images.SetKeyName(2, "3.jpg");
     this.imageList2.Images.SetKeyName(3, "4.jpg");
     this.imageList2.Images.SetKeyName(4, "5.jpg");
     //
     // simpleButton10
     //
     this.simpleButton10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton10.ImageIndex = 4;
     this.simpleButton10.ImageList = this.imageList2;
     this.simpleButton10.Location = new System.Drawing.Point(167, 257);
     this.simpleButton10.Name = "simpleButton10";
     this.simpleButton10.Size = new System.Drawing.Size(82, 69);
     this.simpleButton10.TabIndex = 8;
     this.simpleButton10.Text = "��������ģ��";
     this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click);
     //
     // simpleButton9
     //
     this.simpleButton9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton9.ImageIndex = 2;
     this.simpleButton9.ImageList = this.imageList2;
     this.simpleButton9.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.simpleButton9.Location = new System.Drawing.Point(37, 107);
     this.simpleButton9.Name = "simpleButton9";
     this.simpleButton9.Size = new System.Drawing.Size(82, 69);
     this.simpleButton9.TabIndex = 6;
     this.simpleButton9.Text = "����ģ��";
     this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click);
     //
     // simpleButton8
     //
     this.simpleButton8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton8.ImageIndex = 1;
     this.simpleButton8.ImageList = this.imageList2;
     this.simpleButton8.Location = new System.Drawing.Point(167, 175);
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.Size = new System.Drawing.Size(82, 69);
     this.simpleButton8.TabIndex = 5;
     this.simpleButton8.Text = "������ģ��";
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.ImageIndex = 0;
     this.simpleButton7.ImageList = this.imageList2;
     this.simpleButton7.Location = new System.Drawing.Point(37, 182);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(82, 69);
     this.simpleButton7.TabIndex = 4;
     this.simpleButton7.Text = "ֱ��ģ��";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(12, 47);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 34);
     this.simpleButton5.TabIndex = 2;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(145, 9);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 34);
     this.simpleButton3.TabIndex = 1;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(12, 9);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 34);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 334;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1074, 349);
     this.treeList1.TabIndex = 1;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // FormExtrapolationMethod
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormExtrapolationMethod";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "���Ʒ�";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MaterialInStockAdd));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule6 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.lab1 = new DevExpress.XtraEditors.LabelControl();
     this.gcItem = new Ultra.FASControls.GridControlEx();
     this.gvItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.txtCreatedate = new DevExpress.XtraEditors.DateEdit();
     this.comType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtReceiv = new Ultra.FASControls.LabelTextBox();
     this.txtHands = new Ultra.FASControls.LabelTextBox();
     this.txtSend = new Ultra.FASControls.LabelTextBox();
     this.btnCtl1 = new FAC.Login.Controls.BtnCtl();
     this.txtItem = new Ultra.FASControls.LabelTextBox();
     this.pgr1 = new Ultra.FASControls.MaterialPager();
     this.gcStckItem = new Ultra.FASControls.GridControlEx();
     this.gvStckItem = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = 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.repLoc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = 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.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repPrice = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rspSuppName = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.lab2 = new DevExpress.XtraEditors.LabelControl();
     this.btnDelItem = new FAC.Login.Controls.BtnCtl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((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.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiv.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHands.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSend.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPrice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(32767, 5);
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(32767, 6);
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(755, 409);
     //
     // pnlFill
     //
     this.pnlFill.Controls.Add(this.splitContainerControl1);
     this.pnlFill.Size = new System.Drawing.Size(755, 363);
     //
     // pnlBottom
     //
     this.pnlBottom.Location = new System.Drawing.Point(0, 363);
     this.pnlBottom.Size = new System.Drawing.Size(755, 46);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(2, 2);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.lab1);
     this.splitContainerControl1.Panel1.Controls.Add(this.gcItem);
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl2);
     this.splitContainerControl1.Panel1.Controls.Add(this.pgr1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gcStckItem);
     this.splitContainerControl1.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(751, 359);
     this.splitContainerControl1.SplitterPosition = 214;
     this.splitContainerControl1.TabIndex = 2;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // lab1
     //
     this.lab1.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab1.Location = new System.Drawing.Point(687, 248);
     this.lab1.Name = "lab1";
     this.lab1.Size = new System.Drawing.Size(60, 14);
     this.lab1.TabIndex = 12;
     this.lab1.Text = "双击添加行";
     //
     // gcItem
     //
     this.gcItem.AutoCallWW = true;
     this.gcItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcItem.ColorFieldName = null;
     this.gcItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.ImageFields")));
     this.gcItem.Location = new System.Drawing.Point(0, 67);
     this.gcItem.MainView = this.gvItem;
     this.gcItem.Name = "gcItem";
     this.gcItem.PopupMnu = null;
     this.gcItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFields")));
     this.gcItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PopupTextFieldsReadOnly")));
     this.gcItem.PropName = "PropName";
     this.gcItem.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcItem.PrvCityDistrict")));
     this.gcItem.RightMenu = null;
     this.gcItem.RowCellColorStyleSource = null;
     this.gcItem.ShadowDataSource = null;
     this.gcItem.ShadowDataSourceKey = "Guid";
     this.gcItem.ShowIndicator = true;
     this.gcItem.ShowRowNumber = true;
     this.gcItem.Size = new System.Drawing.Size(751, 119);
     this.gcItem.TabIndex = 11;
     this.gcItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvItem});
     this.gcItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcItem_RowCellDoubleClick);
     //
     // gvItem
     //
     this.gvItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn13});
     this.gvItem.GridControl = this.gcItem;
     this.gvItem.IndicatorWidth = 44;
     this.gvItem.Name = "gvItem";
     this.gvItem.OptionsBehavior.Editable = false;
     this.gvItem.OptionsView.ColumnAutoWidth = false;
     this.gvItem.OptionsView.ShowAutoFilterRow = true;
     this.gvItem.OptionsView.ShowGroupPanel = false;
     this.gvItem.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "材料货号";
     this.gridColumn1.FieldName = "MaterialNo";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width = 226;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "材料名称";
     this.gridColumn2.FieldName = "MaterialName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     this.gridColumn2.Width = 142;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "单位";
     this.gridColumn13.FieldName = "Unit";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 2;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.txtCreatedate);
     this.panelControl2.Controls.Add(this.comType);
     this.panelControl2.Controls.Add(this.txtReceiv);
     this.panelControl2.Controls.Add(this.txtHands);
     this.panelControl2.Controls.Add(this.txtSend);
     this.panelControl2.Controls.Add(this.btnCtl1);
     this.panelControl2.Controls.Add(this.txtItem);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(751, 67);
     this.panelControl2.TabIndex = 10;
     //
     // txtCreatedate
     //
     this.txtCreatedate.EditValue = null;
     this.txtCreatedate.Location = new System.Drawing.Point(510, 33);
     this.txtCreatedate.Name = "txtCreatedate";
     this.txtCreatedate.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.txtCreatedate.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.Glyph, "入库日期", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true)});
     this.txtCreatedate.Properties.DisplayFormat.FormatString = "yyyy-MM-dd ";
     this.txtCreatedate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.txtCreatedate.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtCreatedate.Size = new System.Drawing.Size(181, 21);
     this.txtCreatedate.TabIndex = 17;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule4.ErrorText = "必填!";
     conditionValidationRule4.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtCreatedate, conditionValidationRule4);
     //
     // comType
     //
     this.comType.Location = new System.Drawing.Point(310, 33);
     this.comType.Name = "comType";
     this.comType.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.Glyph, "入库类型", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)});
     this.comType.Properties.Items.AddRange(new object[] {
     "物料入库",
     "返料入库"});
     this.comType.Size = new System.Drawing.Size(194, 21);
     this.comType.TabIndex = 16;
     conditionValidationRule5.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule5.ErrorText = "必填!";
     conditionValidationRule5.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.comType, conditionValidationRule5);
     //
     // txtReceiv
     //
     this.txtReceiv.LabelText = "收货人";
     this.txtReceiv.Location = new System.Drawing.Point(10, 33);
     this.txtReceiv.Name = "txtReceiv";
     serializableAppearanceObject7.Options.UseTextOptions = true;
     serializableAppearanceObject7.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtReceiv.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "收货人", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtReceiv.Size = new System.Drawing.Size(201, 21);
     this.txtReceiv.TabIndex = 4;
     conditionValidationRule6.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule6.ErrorText = "必填!";
     conditionValidationRule6.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtReceiv, conditionValidationRule6);
     //
     // txtHands
     //
     this.txtHands.LabelText = "经手人";
     this.txtHands.Location = new System.Drawing.Point(510, 6);
     this.txtHands.Name = "txtHands";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtHands.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "经手人", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtHands.Size = new System.Drawing.Size(181, 21);
     this.txtHands.TabIndex = 3;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText = "必填!";
     conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtHands, conditionValidationRule1);
     //
     // txtSend
     //
     this.txtSend.LabelText = "送货单号";
     this.txtSend.Location = new System.Drawing.Point(310, 6);
     this.txtSend.Name = "txtSend";
     serializableAppearanceObject2.Options.UseTextOptions = true;
     serializableAppearanceObject2.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtSend.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "送货单号", -1, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtSend.Size = new System.Drawing.Size(194, 21);
     this.txtSend.TabIndex = 2;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText = "必填!";
     conditionValidationRule2.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtSend, conditionValidationRule2);
     //
     // btnCtl1
     //
     this.btnCtl1.Location = new System.Drawing.Point(217, 4);
     this.btnCtl1.Name = "btnCtl1";
     this.btnCtl1.Size = new System.Drawing.Size(75, 23);
     this.btnCtl1.TabIndex = 1;
     this.btnCtl1.Text = "查询";
     this.btnCtl1.Click += new System.EventHandler(this.btnCtl1_Click);
     //
     // txtItem
     //
     this.txtItem.LabelText = "材料货号";
     this.txtItem.Location = new System.Drawing.Point(10, 6);
     this.txtItem.Name = "txtItem";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtItem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "材料货号", 75, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtItem.Size = new System.Drawing.Size(201, 21);
     this.txtItem.TabIndex = 0;
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcItem;
     this.pgr1.Location = new System.Drawing.Point(0, 186);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(751, 28);
     this.pgr1.TabIndex = 8;
     //
     // gcStckItem
     //
     this.gcStckItem.AutoCallWW = true;
     this.gcStckItem.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcStckItem.ColorFieldName = null;
     this.gcStckItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcStckItem.Editable = true;
     this.gcStckItem.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.ImageFields")));
     this.gcStckItem.Location = new System.Drawing.Point(0, 0);
     this.gcStckItem.MainView = this.gvStckItem;
     this.gcStckItem.Name = "gcStckItem";
     this.gcStckItem.PopupMnu = null;
     this.gcStckItem.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFields")));
     this.gcStckItem.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PopupTextFieldsReadOnly")));
     this.gcStckItem.PropName = "PropName";
     this.gcStckItem.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcStckItem.PrvCityDistrict")));
     this.gcStckItem.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repLoc,
     this.repositoryItemSpinEdit1,
     this.rspSuppName,
     this.repPrice});
     this.gcStckItem.RightMenu = null;
     this.gcStckItem.RowCellColorStyleSource = null;
     this.gcStckItem.ShadowDataSource = null;
     this.gcStckItem.ShadowDataSourceKey = "Guid";
     this.gcStckItem.ShowIndicator = true;
     this.gcStckItem.ShowRowNumber = true;
     this.gcStckItem.Size = new System.Drawing.Size(751, 108);
     this.gcStckItem.TabIndex = 9;
     this.gcStckItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvStckItem});
     this.gcStckItem.RowCellDoubleClick += new System.EventHandler<System.Windows.Forms.MouseEventArgs>(this.gcStckItem_RowCellDoubleClick);
     //
     // gvStckItem
     //
     this.gvStckItem.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvStckItem.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvStckItem.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvStckItem.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn4,
     this.gridColumn3,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn14,
     this.gridColumn9,
     this.gridColumn15,
     this.gridColumn5,
     this.gridColumn18});
     this.gvStckItem.GridControl = this.gcStckItem;
     this.gvStckItem.IndicatorWidth = 44;
     this.gvStckItem.Name = "gvStckItem";
     this.gvStckItem.OptionsView.ColumnAutoWidth = false;
     this.gvStckItem.OptionsView.ShowAutoFilterRow = true;
     this.gvStckItem.OptionsView.ShowGroupPanel = false;
     this.gvStckItem.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanged);
     this.gvStckItem.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvStckItem_CellValueChanging);
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "材料货号";
     this.gridColumn4.FieldName = "MaterialNo";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 0;
     this.gridColumn4.Width = 82;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "材料名称";
     this.gridColumn3.FieldName = "MaterialName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 1;
     this.gridColumn3.Width = 119;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "仓库";
     this.gridColumn6.FieldName = "WareName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 2;
     this.gridColumn6.Width = 63;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "区域";
     this.gridColumn7.FieldName = "AreaName";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width = 63;
     //
     // gridColumn8
     //
     this.gridColumn8.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn8.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn8.Caption = "库位";
     this.gridColumn8.ColumnEdit = this.repLoc;
     this.gridColumn8.FieldName = "LocName";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 4;
     this.gridColumn8.Width = 59;
     //
     // repLoc
     //
     this.repLoc.AutoHeight = false;
     this.repLoc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repLoc.DisplayMember = "LocName";
     this.repLoc.Name = "repLoc";
     this.repLoc.NullText = "";
     this.repLoc.ValueMember = "LocName";
     this.repLoc.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowAutoFilterRow = true;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "仓库";
     this.gridColumn10.FieldName = "WareName";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 0;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "区域";
     this.gridColumn11.FieldName = "AreaName";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "库位";
     this.gridColumn12.FieldName = "LocName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     //
     // gridColumn14
     //
     this.gridColumn14.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn14.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn14.Caption = "单价";
     this.gridColumn14.ColumnEdit = this.repPrice;
     this.gridColumn14.FieldName = "CostPrice";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 5;
     //
     // repPrice
     //
     this.repPrice.AutoHeight = false;
     this.repPrice.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repPrice.Mask.EditMask = "F2";
     this.repPrice.MaxValue = new decimal(new int[] {
     999999999,
     0,
     0,
     131072});
     this.repPrice.Name = "repPrice";
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn9.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn9.Caption = "入库数量";
     this.gridColumn9.ColumnEdit = this.repositoryItemSpinEdit1;
     this.gridColumn9.FieldName = "Num";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 6;
     this.gridColumn9.Width = 66;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Mask.EditMask = "F2";
     this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
     999999999,
     0,
     0,
     131072});
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "成本总价";
     this.gridColumn15.FieldName = "AllCostPrice";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 7;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "单位";
     this.gridColumn5.FieldName = "Unit";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 8;
     //
     // gridColumn18
     //
     this.gridColumn18.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(185)))), ((int)(((byte)(183)))));
     this.gridColumn18.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn18.Caption = "备注";
     this.gridColumn18.FieldName = "Remark";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 9;
     this.gridColumn18.Width = 57;
     //
     // rspSuppName
     //
     this.rspSuppName.AutoHeight = false;
     this.rspSuppName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rspSuppName.DisplayMember = "SuppName";
     this.rspSuppName.Name = "rspSuppName";
     this.rspSuppName.NullText = "";
     this.rspSuppName.ValueMember = "SuppName";
     this.rspSuppName.View = this.gridView1;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn26});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.Visible = true;
     this.gridColumn26.VisibleIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.lab2);
     this.panelControl1.Controls.Add(this.btnDelItem);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 108);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(751, 32);
     this.panelControl1.TabIndex = 7;
     //
     // lab2
     //
     this.lab2.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.lab2.Location = new System.Drawing.Point(166, 8);
     this.lab2.Name = "lab2";
     this.lab2.Size = new System.Drawing.Size(60, 14);
     this.lab2.TabIndex = 5;
     this.lab2.Text = "双击移除行";
     this.lab2.Visible = false;
     //
     // btnDelItem
     //
     this.btnDelItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelItem.Location = new System.Drawing.Point(63, 5);
     this.btnDelItem.Name = "btnDelItem";
     this.btnDelItem.Size = new System.Drawing.Size(97, 23);
     this.btnDelItem.TabIndex = 3;
     this.btnDelItem.Text = "移除所选商品";
     this.btnDelItem.Visible = false;
     //
     // MaterialInStockAdd
     //
     this.AcceptButton = null;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(755, 409);
     this.Name = "MaterialInStockAdd";
     this.Text = "入库单编辑";
     this.Load += new System.EventHandler(this.StockAddView_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.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreatedate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReceiv.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtHands.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSend.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvStckItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repLoc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repPrice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rspSuppName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlBuildingList = new DevExpress.XtraEditors.GroupControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.building_company_id_text = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_code = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_label = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_floor_no = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_building_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.building_company_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.groupControlBuildingInfo = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.lookUpEditxxx = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlCompanyName = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuilding = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControlBuildingLabel = new DevExpress.XtraEditors.LabelControl();
     this.labelControlFloorNo = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.bttDelete = new DevExpress.XtraEditors.SimpleButton();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttAdd = new DevExpress.XtraEditors.SimpleButton();
     this.luEditFloorNo = new DevExpress.XtraEditors.LookUpEdit();
     this.luEditBuilding = new DevExpress.XtraEditors.LookUpEdit();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.txtBuildingLabel = new DevExpress.XtraEditors.TextEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).BeginInit();
     this.groupControlBuildingList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).BeginInit();
     this.groupControlBuildingInfo.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlBuildingList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl3);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl2.SplitterPosition = 500;
     this.splitContainerControl2.TabIndex = 11;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlBuildingList
     //
     this.groupControlBuildingList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingList.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingList.Controls.Add(this.gridControl1);
     this.groupControlBuildingList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingList.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingList.Name = "groupControlBuildingList";
     this.groupControlBuildingList.Size = new System.Drawing.Size(500, 474);
     this.groupControlBuildingList.TabIndex = 0;
     this.groupControlBuildingList.Text = "รายการอาคาร";
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.EmbeddedNavigator.Buttons.EnabledAutoRepeat = false;
     this.gridControl1.EmbeddedNavigator.Buttons.EndEdit.Enabled = false;
     this.gridControl1.Location = new System.Drawing.Point(2, 22);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(496, 450);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.building_company_id_text,
     this.building_building_code,
     this.building_building_label,
     this.building_floor_no,
     this.building_building_id,
     this.building_company_id});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // building_company_id_text
     //
     this.building_company_id_text.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_company_id_text.AppearanceHeader.Options.UseFont = true;
     this.building_company_id_text.Caption = "ชื่อกิจการ";
     this.building_company_id_text.FieldName = "company_name";
     this.building_company_id_text.Name = "building_company_id_text";
     this.building_company_id_text.OptionsColumn.AllowEdit = false;
     this.building_company_id_text.OptionsColumn.AllowFocus = false;
     this.building_company_id_text.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_company_id_text.OptionsColumn.AllowMove = false;
     this.building_company_id_text.Visible = true;
     this.building_company_id_text.VisibleIndex = 0;
     //
     // building_building_code
     //
     this.building_building_code.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_code.AppearanceHeader.Options.UseFont = true;
     this.building_building_code.Caption = "รหัสอาคาร";
     this.building_building_code.FieldName = "building_code";
     this.building_building_code.Name = "building_building_code";
     this.building_building_code.OptionsColumn.AllowEdit = false;
     this.building_building_code.OptionsColumn.AllowFocus = false;
     this.building_building_code.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_code.OptionsColumn.AllowMove = false;
     this.building_building_code.Visible = true;
     this.building_building_code.VisibleIndex = 1;
     //
     // building_building_label
     //
     this.building_building_label.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_building_label.AppearanceHeader.Options.UseFont = true;
     this.building_building_label.Caption = "ชื่ออาคาร";
     this.building_building_label.FieldName = "building_label";
     this.building_building_label.Name = "building_building_label";
     this.building_building_label.OptionsColumn.AllowEdit = false;
     this.building_building_label.OptionsColumn.AllowFocus = false;
     this.building_building_label.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_building_label.OptionsColumn.AllowMove = false;
     this.building_building_label.Visible = true;
     this.building_building_label.VisibleIndex = 2;
     //
     // building_floor_no
     //
     this.building_floor_no.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.building_floor_no.AppearanceHeader.Options.UseFont = true;
     this.building_floor_no.Caption = "จำนวนชั้น";
     this.building_floor_no.FieldName = "floor_count";
     this.building_floor_no.Name = "building_floor_no";
     this.building_floor_no.OptionsColumn.AllowEdit = false;
     this.building_floor_no.OptionsColumn.AllowFocus = false;
     this.building_floor_no.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.building_floor_no.OptionsColumn.AllowMove = false;
     this.building_floor_no.Visible = true;
     this.building_floor_no.VisibleIndex = 3;
     //
     // building_building_id
     //
     this.building_building_id.Caption = "building_id";
     this.building_building_id.FieldName = "building_id";
     this.building_building_id.Name = "building_building_id";
     //
     // building_company_id
     //
     this.building_company_id.Caption = "gridColumn1";
     this.building_company_id.FieldName = "company_id";
     this.building_company_id.Name = "building_company_id";
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.groupControlBuildingInfo);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(535, 474);
     this.panelControl3.TabIndex = 12;
     //
     // groupControlBuildingInfo
     //
     this.groupControlBuildingInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlBuildingInfo.AppearanceCaption.Options.UseFont = true;
     this.groupControlBuildingInfo.Controls.Add(this.xtraScrollableControl1);
     this.groupControlBuildingInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBuildingInfo.Location = new System.Drawing.Point(0, 0);
     this.groupControlBuildingInfo.Name = "groupControlBuildingInfo";
     this.groupControlBuildingInfo.Size = new System.Drawing.Size(535, 474);
     this.groupControlBuildingInfo.TabIndex = 0;
     this.groupControlBuildingInfo.Text = "ข้อมูลอาคาร";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.lookUpEditxxx);
     this.xtraScrollableControl1.Controls.Add(this.labelControlRequired);
     this.xtraScrollableControl1.Controls.Add(this.tableLayoutPanel1);
     this.xtraScrollableControl1.Controls.Add(this.bttDelete);
     this.xtraScrollableControl1.Controls.Add(this.bttEdit);
     this.xtraScrollableControl1.Controls.Add(this.bttAdd);
     this.xtraScrollableControl1.Controls.Add(this.luEditFloorNo);
     this.xtraScrollableControl1.Controls.Add(this.luEditBuilding);
     this.xtraScrollableControl1.Controls.Add(this.bttSave);
     this.xtraScrollableControl1.Controls.Add(this.bttCancel);
     this.xtraScrollableControl1.Controls.Add(this.txtBuildingLabel);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(531, 450);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // lookUpEditxxx
     //
     this.lookUpEditxxx.Enabled = false;
     this.lookUpEditxxx.Location = new System.Drawing.Point(126, 11);
     this.lookUpEditxxx.Name = "lookUpEditxxx";
     this.lookUpEditxxx.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditxxx.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("company_name", " ")});
     this.lookUpEditxxx.Size = new System.Drawing.Size(399, 20);
     this.lookUpEditxxx.TabIndex = 360;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(9, 159);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 358;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 92F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 12F));
     this.tableLayoutPanel1.Controls.Add(this.labelControl3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlCompanyName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuilding, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl12, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlBuildingLabel, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControlFloorNo, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.labelControl5, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl6, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.labelControl7, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl8, 2, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 15);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(114, 120);
     this.tableLayoutPanel1.TabIndex = 359;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl3.Location = new System.Drawing.Point(3, 3);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(6, 13);
     this.labelControl3.TabIndex = 350;
     this.labelControl3.Text = "*";
     //
     // labelControlCompanyName
     //
     this.labelControlCompanyName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlCompanyName.Location = new System.Drawing.Point(48, 3);
     this.labelControlCompanyName.Name = "labelControlCompanyName";
     this.labelControlCompanyName.Size = new System.Drawing.Size(51, 13);
     this.labelControlCompanyName.TabIndex = 349;
     this.labelControlCompanyName.Text = "ชื่อกิจการ :";
     //
     // labelControlBuilding
     //
     this.labelControlBuilding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuilding.Location = new System.Drawing.Point(44, 30);
     this.labelControlBuilding.Name = "labelControlBuilding";
     this.labelControlBuilding.Size = new System.Drawing.Size(55, 13);
     this.labelControlBuilding.TabIndex = 20;
     this.labelControlBuilding.Text = "รหัสอาคาร :";
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(3, 82);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 346;
     this.labelControl12.Text = "*";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(3, 57);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 347;
     this.labelControl2.Text = "*";
     //
     // labelControlBuildingLabel
     //
     this.labelControlBuildingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlBuildingLabel.Location = new System.Drawing.Point(49, 57);
     this.labelControlBuildingLabel.Name = "labelControlBuildingLabel";
     this.labelControlBuildingLabel.Size = new System.Drawing.Size(50, 13);
     this.labelControlBuildingLabel.TabIndex = 15;
     this.labelControlBuildingLabel.Text = "ชื่ออาคาร :";
     //
     // labelControlFloorNo
     //
     this.labelControlFloorNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControlFloorNo.Location = new System.Drawing.Point(48, 82);
     this.labelControlFloorNo.Name = "labelControlFloorNo";
     this.labelControlFloorNo.Size = new System.Drawing.Size(51, 13);
     this.labelControlFloorNo.TabIndex = 21;
     this.labelControlFloorNo.Text = "จำนวนชั้น :";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(105, 3);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(4, 13);
     this.labelControl5.TabIndex = 349;
     this.labelControl5.Text = ":";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(105, 57);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(4, 13);
     this.labelControl6.TabIndex = 349;
     this.labelControl6.Text = ":";
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(105, 30);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(4, 13);
     this.labelControl7.TabIndex = 349;
     this.labelControl7.Text = ":";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(105, 82);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(4, 13);
     this.labelControl8.TabIndex = 349;
     this.labelControl8.Text = ":";
     //
     // bttDelete
     //
     this.bttDelete.Image = global::DXWindowsApplication2.Properties.Resources.delete;
     this.bttDelete.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttDelete.Location = new System.Drawing.Point(293, 159);
     this.bttDelete.Name = "bttDelete";
     this.bttDelete.Size = new System.Drawing.Size(70, 55);
     this.bttDelete.TabIndex = 6;
     this.bttDelete.Text = "ลบข้อมูล";
     this.bttDelete.Click += new System.EventHandler(this.bttDelete_Click);
     //
     // bttEdit
     //
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(212, 159);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 5;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttAdd
     //
     this.bttAdd.Image = global::DXWindowsApplication2.Properties.Resources.Add;
     this.bttAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttAdd.Location = new System.Drawing.Point(131, 159);
     this.bttAdd.Name = "bttAdd";
     this.bttAdd.Size = new System.Drawing.Size(70, 55);
     this.bttAdd.TabIndex = 4;
     this.bttAdd.Text = "เพิ่มข้อมูล";
     this.bttAdd.Click += new System.EventHandler(this.bttAdd_Click);
     //
     // luEditFloorNo
     //
     this.luEditFloorNo.Enabled = false;
     this.luEditFloorNo.Location = new System.Drawing.Point(126, 93);
     this.luEditFloorNo.Name = "luEditFloorNo";
     this.luEditFloorNo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditFloorNo.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("floor_no", "floor_no")});
     this.luEditFloorNo.Size = new System.Drawing.Size(399, 20);
     this.luEditFloorNo.TabIndex = 3;
     //
     // luEditBuilding
     //
     this.luEditBuilding.Enabled = false;
     this.luEditBuilding.Location = new System.Drawing.Point(126, 41);
     this.luEditBuilding.Name = "luEditBuilding";
     this.luEditBuilding.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.luEditBuilding.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_id", "id", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("building_code", "building_code")});
     this.luEditBuilding.Size = new System.Drawing.Size(399, 20);
     this.luEditBuilding.TabIndex = 1;
     //
     // bttSave
     //
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.savedisk;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(374, 159);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 7;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // bttCancel
     //
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(455, 159);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 8;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // txtBuildingLabel
     //
     this.txtBuildingLabel.Enabled = false;
     this.txtBuildingLabel.Location = new System.Drawing.Point(126, 67);
     this.txtBuildingLabel.Name = "txtBuildingLabel";
     this.txtBuildingLabel.Properties.Mask.BeepOnError = true;
     this.txtBuildingLabel.Properties.Mask.EditMask = "([a-zA-Z0-9|ก-๙|\\\' \']){0,50}";
     this.txtBuildingLabel.Properties.Mask.IgnoreMaskBlank = false;
     this.txtBuildingLabel.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.txtBuildingLabel.Properties.MaxLength = 50;
     this.txtBuildingLabel.Properties.ValidateOnEnterKey = true;
     this.txtBuildingLabel.Size = new System.Drawing.Size(399, 20);
     this.txtBuildingLabel.TabIndex = 2;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1040, 474);
     this.splitContainerControl1.SplitterPosition = 585;
     this.splitContainerControl1.TabIndex = 0;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(7, 7);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(1040, 474);
     this.panelControl2.TabIndex = 10;
     //
     // BasicInfoBuilding
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.panelControl2);
     this.Name = "BasicInfoBuilding";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1054, 488);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingList)).EndInit();
     this.groupControlBuildingList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBuildingInfo)).EndInit();
     this.groupControlBuildingInfo.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     this.xtraScrollableControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditxxx.Properties)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.luEditFloorNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.luEditBuilding.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBuildingLabel.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControl_BusinessList = new DevExpress.XtraEditors.GroupControl();
     this.gridControlCompany = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.grid_company_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.grid_company_owner_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_address = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_telephone = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_fax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_email = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_website = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_idcard = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_corporate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_company_vision = new DevExpress.XtraGrid.Columns.GridColumn();
     this.company_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControlDocInfo = new DevExpress.XtraEditors.GroupControl();
     this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
     this.groupControlReceiptFormat = new DevExpress.XtraEditors.GroupControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPaperReciept = new DevExpress.XtraEditors.LookUpEdit();
     this.bttExampleReciept = new DevExpress.XtraEditors.SimpleButton();
     this.labelHeader2 = new DevExpress.XtraEditors.LabelControl();
     this.groupBoxFormat3 = new System.Windows.Forms.GroupBox();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.checkEditSaperateReciept = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelPrefix3 = new DevExpress.XtraEditors.LabelControl();
     this.textEditPrefixReceipt = new DevExpress.XtraEditors.TextEdit();
     this.textEditReceiptDateFormat = new DevExpress.XtraEditors.TextEdit();
     this.textEditExampleReceipt = new DevExpress.XtraEditors.TextEdit();
     this.textEditReceiptStart = new DevExpress.XtraEditors.TextEdit();
     this.labelDate3 = new DevExpress.XtraEditors.LabelControl();
     this.labelExample3 = new DevExpress.XtraEditors.LabelControl();
     this.labelStart3 = new DevExpress.XtraEditors.LabelControl();
     this.labelFooter2 = new DevExpress.XtraEditors.LabelControl();
     this.textEditUnderReciept2 = new DevExpress.XtraEditors.TextEdit();
     this.labelUnder21 = new DevExpress.XtraEditors.LabelControl();
     this.textEditUnderReciept1 = new DevExpress.XtraEditors.TextEdit();
     this.labelPaper2 = new DevExpress.XtraEditors.LabelControl();
     this.memoEditRecieptFooter = new DevExpress.XtraEditors.TextEdit();
     this.labelUnder22 = new DevExpress.XtraEditors.LabelControl();
     this.memoEditRecieptHeader = new DevExpress.XtraEditors.TextEdit();
     this.groupControlInvoiceFormat = new DevExpress.XtraEditors.GroupControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditPaperInvoice = new DevExpress.XtraEditors.LookUpEdit();
     this.bttExampleInvoice = new DevExpress.XtraEditors.SimpleButton();
     this.groupBoxFormat2 = new System.Windows.Forms.GroupBox();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.checkEditSaperateInvoice = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelPrefix2 = new DevExpress.XtraEditors.LabelControl();
     this.textEditPrefixInvoice = new DevExpress.XtraEditors.TextEdit();
     this.textEditInvoiceDateFormat = new DevExpress.XtraEditors.TextEdit();
     this.textEditExampleInvoice = new DevExpress.XtraEditors.TextEdit();
     this.textEditInvoiceStart = new DevExpress.XtraEditors.TextEdit();
     this.labelDate2 = new DevExpress.XtraEditors.LabelControl();
     this.labelExample2 = new DevExpress.XtraEditors.LabelControl();
     this.labelStart2 = new DevExpress.XtraEditors.LabelControl();
     this.textEditUnderInvoice2 = new DevExpress.XtraEditors.TextEdit();
     this.textEditUnderInvoice1 = new DevExpress.XtraEditors.TextEdit();
     this.memoEditInvoiceFooter = new DevExpress.XtraEditors.TextEdit();
     this.memoEditInvoiceHeader = new DevExpress.XtraEditors.TextEdit();
     this.labelUnder12 = new DevExpress.XtraEditors.LabelControl();
     this.labelPaper1 = new DevExpress.XtraEditors.LabelControl();
     this.labelUnder11 = new DevExpress.XtraEditors.LabelControl();
     this.labelFooter1 = new DevExpress.XtraEditors.LabelControl();
     this.labelHeader1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControlContractFormat = new DevExpress.XtraEditors.GroupControl();
     this.bttExampleContract = new DevExpress.XtraEditors.SimpleButton();
     this.groupBoxFormat1 = new System.Windows.Forms.GroupBox();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.checkEditSaperateContract = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelPrefix1 = new DevExpress.XtraEditors.LabelControl();
     this.textEditPrefixContract = new DevExpress.XtraEditors.TextEdit();
     this.textEditContractDateFormat = new DevExpress.XtraEditors.TextEdit();
     this.textEditExampleContract = new DevExpress.XtraEditors.TextEdit();
     this.textEditContractStart = new DevExpress.XtraEditors.TextEdit();
     this.labelDate1 = new DevExpress.XtraEditors.LabelControl();
     this.labelExample1 = new DevExpress.XtraEditors.LabelControl();
     this.labelStart1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControlDocType = new DevExpress.XtraEditors.GroupControl();
     this.radioGroupLogoPosition = new DevExpress.XtraEditors.RadioGroup();
     this.textEditDocumentID = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditDateFormat = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControlTop = new DevExpress.XtraEditors.LabelControl();
     this.labelControlLogo = new DevExpress.XtraEditors.LabelControl();
     this.labelControlDateFormat = new DevExpress.XtraEditors.LabelControl();
     this.groupControlVat = new DevExpress.XtraEditors.GroupControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.lookUpEditVatType = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelVatType = new DevExpress.XtraEditors.LabelControl();
     this.textEditAmountVat = new DevExpress.XtraEditors.TextEdit();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelVat = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.labelControlRequired = new DevExpress.XtraEditors.LabelControl();
     this.bttEdit = new DevExpress.XtraEditors.SimpleButton();
     this.bttCancel = new DevExpress.XtraEditors.SimpleButton();
     this.bttSave = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).BeginInit();
     this.groupControl_BusinessList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlDocInfo)).BeginInit();
     this.groupControlDocInfo.SuspendLayout();
     this.xtraScrollableControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlReceiptFormat)).BeginInit();
     this.groupControlReceiptFormat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPaperReciept.Properties)).BeginInit();
     this.groupBoxFormat3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateReciept.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixReceipt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditReceiptDateFormat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleReceipt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditReceiptStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderReciept2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderReciept1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditRecieptFooter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditRecieptHeader.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInvoiceFormat)).BeginInit();
     this.groupControlInvoiceFormat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPaperInvoice.Properties)).BeginInit();
     this.groupBoxFormat2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateInvoice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixInvoice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInvoiceDateFormat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleInvoice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInvoiceStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderInvoice2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderInvoice1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditInvoiceFooter.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditInvoiceHeader.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlContractFormat)).BeginInit();
     this.groupControlContractFormat.SuspendLayout();
     this.groupBoxFormat1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateContract.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixContract.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractDateFormat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleContract.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractStart.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlDocType)).BeginInit();
     this.groupControlDocType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroupLogoPosition.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDocumentID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditDateFormat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlVat)).BeginInit();
     this.groupControlVat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAmountVat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Location = new System.Drawing.Point(7, 7);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControl_BusinessList);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.groupControlDocInfo);
     this.splitContainerControl2.Panel2.Controls.Add(this.panelControl1);
     this.splitContainerControl2.Panel2.Text = "Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1080, 666);
     this.splitContainerControl2.SplitterPosition = 256;
     this.splitContainerControl2.TabIndex = 18;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControl_BusinessList
     //
     this.groupControl_BusinessList.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControl_BusinessList.AppearanceCaption.Options.UseFont = true;
     this.groupControl_BusinessList.Controls.Add(this.gridControlCompany);
     this.groupControl_BusinessList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl_BusinessList.Location = new System.Drawing.Point(0, 0);
     this.groupControl_BusinessList.Name = "groupControl_BusinessList";
     this.groupControl_BusinessList.Size = new System.Drawing.Size(256, 666);
     this.groupControl_BusinessList.TabIndex = 0;
     this.groupControl_BusinessList.Text = "รายการกิจการ";
     //
     // gridControlCompany
     //
     this.gridControlCompany.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlCompany.Location = new System.Drawing.Point(2, 22);
     this.gridControlCompany.MainView = this.gridView1;
     this.gridControlCompany.Name = "gridControlCompany";
     this.gridControlCompany.Size = new System.Drawing.Size(252, 642);
     this.gridControlCompany.TabIndex = 1;
     this.gridControlCompany.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.grid_company_name,
     this.grid_company_owner_name,
     this.company_company_address,
     this.company_company_telephone,
     this.company_company_fax,
     this.company_company_email,
     this.company_company_website,
     this.company_company_idcard,
     this.company_company_corporate,
     this.company_company_vision,
     this.company_id});
     this.gridView1.GridControl = this.gridControlCompany;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsFind.AlwaysVisible = true;
     this.gridView1.OptionsFind.ShowCloseButton = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // grid_company_name
     //
     this.grid_company_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_company_name.AppearanceHeader.Options.UseFont = true;
     this.grid_company_name.Caption = "ชื่อกิจการ";
     this.grid_company_name.FieldName = "company_name";
     this.grid_company_name.Name = "grid_company_name";
     this.grid_company_name.OptionsColumn.AllowEdit = false;
     this.grid_company_name.OptionsColumn.AllowFocus = false;
     this.grid_company_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_company_name.OptionsColumn.AllowMove = false;
     this.grid_company_name.Visible = true;
     this.grid_company_name.VisibleIndex = 0;
     //
     // grid_company_owner_name
     //
     this.grid_company_owner_name.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.grid_company_owner_name.AppearanceHeader.Options.UseFont = true;
     this.grid_company_owner_name.Caption = "ชื่อเจ้าของกิจการ";
     this.grid_company_owner_name.FieldName = "company_owner_name";
     this.grid_company_owner_name.Name = "grid_company_owner_name";
     this.grid_company_owner_name.OptionsColumn.AllowEdit = false;
     this.grid_company_owner_name.OptionsColumn.AllowFocus = false;
     this.grid_company_owner_name.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.grid_company_owner_name.OptionsColumn.AllowMove = false;
     this.grid_company_owner_name.Visible = true;
     this.grid_company_owner_name.VisibleIndex = 1;
     //
     // company_company_address
     //
     this.company_company_address.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.company_company_address.AppearanceHeader.Options.UseFont = true;
     this.company_company_address.Caption = "ที่อยู่";
     this.company_company_address.FieldName = "company_address";
     this.company_company_address.Name = "company_company_address";
     this.company_company_address.OptionsColumn.AllowEdit = false;
     this.company_company_address.OptionsColumn.AllowFocus = false;
     this.company_company_address.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_address.OptionsColumn.AllowMove = false;
     //
     // company_company_telephone
     //
     this.company_company_telephone.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.company_company_telephone.AppearanceHeader.Options.UseFont = true;
     this.company_company_telephone.Caption = "โทรศัพท์";
     this.company_company_telephone.FieldName = "company_telephone";
     this.company_company_telephone.Name = "company_company_telephone";
     this.company_company_telephone.OptionsColumn.AllowEdit = false;
     this.company_company_telephone.OptionsColumn.AllowFocus = false;
     this.company_company_telephone.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_telephone.OptionsColumn.AllowMove = false;
     //
     // company_company_fax
     //
     this.company_company_fax.Caption = "แฟกซ์";
     this.company_company_fax.FieldName = "company_fax";
     this.company_company_fax.Name = "company_company_fax";
     this.company_company_fax.OptionsColumn.AllowEdit = false;
     this.company_company_fax.OptionsColumn.AllowFocus = false;
     this.company_company_fax.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_fax.OptionsColumn.AllowMove = false;
     //
     // company_company_email
     //
     this.company_company_email.Caption = "อีเมล์";
     this.company_company_email.FieldName = "company_email";
     this.company_company_email.Name = "company_company_email";
     this.company_company_email.OptionsColumn.AllowEdit = false;
     this.company_company_email.OptionsColumn.AllowFocus = false;
     this.company_company_email.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_email.OptionsColumn.AllowMove = false;
     //
     // company_company_website
     //
     this.company_company_website.Caption = "เว็บไซต์";
     this.company_company_website.FieldName = "company_website";
     this.company_company_website.Name = "company_company_website";
     this.company_company_website.OptionsColumn.AllowEdit = false;
     this.company_company_website.OptionsColumn.AllowFocus = false;
     this.company_company_website.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_website.OptionsColumn.AllowMove = false;
     //
     // company_company_idcard
     //
     this.company_company_idcard.Caption = "เลขประจำตัวผู้เสียภาษี";
     this.company_company_idcard.FieldName = "company_id_card";
     this.company_company_idcard.Name = "company_company_idcard";
     this.company_company_idcard.OptionsColumn.AllowEdit = false;
     this.company_company_idcard.OptionsColumn.AllowFocus = false;
     this.company_company_idcard.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_idcard.OptionsColumn.AllowMove = false;
     //
     // company_company_corporate
     //
     this.company_company_corporate.Caption = "เลขทะเบียนนิติบุคคล";
     this.company_company_corporate.FieldName = "company_corporate";
     this.company_company_corporate.Name = "company_company_corporate";
     this.company_company_corporate.OptionsColumn.AllowEdit = false;
     this.company_company_corporate.OptionsColumn.AllowFocus = false;
     this.company_company_corporate.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_corporate.OptionsColumn.AllowMove = false;
     //
     // company_company_vision
     //
     this.company_company_vision.Caption = "นโยบายอพาร์ทเม้นท์";
     this.company_company_vision.FieldName = "company_vision";
     this.company_company_vision.Name = "company_company_vision";
     this.company_company_vision.OptionsColumn.AllowEdit = false;
     this.company_company_vision.OptionsColumn.AllowFocus = false;
     this.company_company_vision.OptionsColumn.AllowMerge = DevExpress.Utils.DefaultBoolean.False;
     this.company_company_vision.OptionsColumn.AllowMove = false;
     //
     // company_id
     //
     this.company_id.Caption = "company_id";
     this.company_id.FieldName = "company_id";
     this.company_id.Name = "company_id";
     //
     // groupControlDocInfo
     //
     this.groupControlDocInfo.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlDocInfo.AppearanceCaption.Options.UseFont = true;
     this.groupControlDocInfo.Controls.Add(this.xtraScrollableControl1);
     this.groupControlDocInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlDocInfo.Location = new System.Drawing.Point(0, 0);
     this.groupControlDocInfo.Name = "groupControlDocInfo";
     this.groupControlDocInfo.Size = new System.Drawing.Size(819, 600);
     this.groupControlDocInfo.TabIndex = 20;
     this.groupControlDocInfo.Text = "ข้อมูลเอกสาร";
     //
     // xtraScrollableControl1
     //
     this.xtraScrollableControl1.Controls.Add(this.groupControlReceiptFormat);
     this.xtraScrollableControl1.Controls.Add(this.groupControlInvoiceFormat);
     this.xtraScrollableControl1.Controls.Add(this.groupControlContractFormat);
     this.xtraScrollableControl1.Controls.Add(this.groupControlDocType);
     this.xtraScrollableControl1.Controls.Add(this.groupControlVat);
     this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 22);
     this.xtraScrollableControl1.Name = "xtraScrollableControl1";
     this.xtraScrollableControl1.Size = new System.Drawing.Size(815, 576);
     this.xtraScrollableControl1.TabIndex = 0;
     //
     // groupControlReceiptFormat
     //
     this.groupControlReceiptFormat.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlReceiptFormat.AppearanceCaption.Options.UseFont = true;
     this.groupControlReceiptFormat.Controls.Add(this.labelControl23);
     this.groupControlReceiptFormat.Controls.Add(this.labelControl22);
     this.groupControlReceiptFormat.Controls.Add(this.labelControl21);
     this.groupControlReceiptFormat.Controls.Add(this.labelControl20);
     this.groupControlReceiptFormat.Controls.Add(this.labelControl14);
     this.groupControlReceiptFormat.Controls.Add(this.lookUpEditPaperReciept);
     this.groupControlReceiptFormat.Controls.Add(this.bttExampleReciept);
     this.groupControlReceiptFormat.Controls.Add(this.labelHeader2);
     this.groupControlReceiptFormat.Controls.Add(this.groupBoxFormat3);
     this.groupControlReceiptFormat.Controls.Add(this.labelFooter2);
     this.groupControlReceiptFormat.Controls.Add(this.textEditUnderReciept2);
     this.groupControlReceiptFormat.Controls.Add(this.labelUnder21);
     this.groupControlReceiptFormat.Controls.Add(this.textEditUnderReciept1);
     this.groupControlReceiptFormat.Controls.Add(this.labelPaper2);
     this.groupControlReceiptFormat.Controls.Add(this.memoEditRecieptFooter);
     this.groupControlReceiptFormat.Controls.Add(this.labelUnder22);
     this.groupControlReceiptFormat.Controls.Add(this.memoEditRecieptHeader);
     this.groupControlReceiptFormat.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlReceiptFormat.Location = new System.Drawing.Point(0, 494);
     this.groupControlReceiptFormat.Margin = new System.Windows.Forms.Padding(20);
     this.groupControlReceiptFormat.Name = "groupControlReceiptFormat";
     this.groupControlReceiptFormat.Size = new System.Drawing.Size(799, 265);
     this.groupControlReceiptFormat.TabIndex = 16;
     this.groupControlReceiptFormat.Text = "รูปแบบเลขที่ใบเสร็จรับเงิน";
     //
     // labelControl23
     //
     this.labelControl23.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl23.Location = new System.Drawing.Point(16, 155);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(6, 13);
     this.labelControl23.TabIndex = 352;
     this.labelControl23.Text = "*";
     //
     // labelControl22
     //
     this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl22.Location = new System.Drawing.Point(16, 129);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(6, 13);
     this.labelControl22.TabIndex = 351;
     this.labelControl22.Text = "*";
     //
     // labelControl21
     //
     this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl21.Location = new System.Drawing.Point(16, 103);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(6, 13);
     this.labelControl21.TabIndex = 350;
     this.labelControl21.Text = "*";
     //
     // labelControl20
     //
     this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl20.Location = new System.Drawing.Point(343, 155);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(6, 13);
     this.labelControl20.TabIndex = 349;
     this.labelControl20.Text = "*";
     //
     // labelControl14
     //
     this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl14.Location = new System.Drawing.Point(386, 181);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(6, 13);
     this.labelControl14.TabIndex = 346;
     this.labelControl14.Text = "*";
     //
     // lookUpEditPaperReciept
     //
     this.lookUpEditPaperReciept.Location = new System.Drawing.Point(475, 178);
     this.lookUpEditPaperReciept.Name = "lookUpEditPaperReciept";
     this.lookUpEditPaperReciept.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPaperReciept.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("papersize_label", " "),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("papersize_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditPaperReciept.Size = new System.Drawing.Size(119, 20);
     this.lookUpEditPaperReciept.TabIndex = 319;
     //
     // bttExampleReciept
     //
     this.bttExampleReciept.Image = global::DXWindowsApplication2.Properties.Resources.preview;
     this.bttExampleReciept.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttExampleReciept.Location = new System.Drawing.Point(600, 174);
     this.bttExampleReciept.Name = "bttExampleReciept";
     this.bttExampleReciept.Size = new System.Drawing.Size(87, 60);
     this.bttExampleReciept.TabIndex = 322;
     this.bttExampleReciept.Text = "ตัวอย่างเอกสาร";
     this.bttExampleReciept.Click += new System.EventHandler(this.bttExampleReciept_Click);
     //
     // labelHeader2
     //
     this.labelHeader2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelHeader2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelHeader2.Location = new System.Drawing.Point(26, 103);
     this.labelHeader2.Name = "labelHeader2";
     this.labelHeader2.Size = new System.Drawing.Size(117, 13);
     this.labelHeader2.TabIndex = 336;
     this.labelHeader2.Text = "ข้อความหัวใบแจ้งหนี้ :";
     //
     // groupBoxFormat3
     //
     this.groupBoxFormat3.Controls.Add(this.labelControl13);
     this.groupBoxFormat3.Controls.Add(this.labelControl11);
     this.groupBoxFormat3.Controls.Add(this.checkEditSaperateReciept);
     this.groupBoxFormat3.Controls.Add(this.labelControl18);
     this.groupBoxFormat3.Controls.Add(this.labelPrefix3);
     this.groupBoxFormat3.Controls.Add(this.textEditPrefixReceipt);
     this.groupBoxFormat3.Controls.Add(this.textEditReceiptDateFormat);
     this.groupBoxFormat3.Controls.Add(this.textEditExampleReceipt);
     this.groupBoxFormat3.Controls.Add(this.textEditReceiptStart);
     this.groupBoxFormat3.Controls.Add(this.labelDate3);
     this.groupBoxFormat3.Controls.Add(this.labelExample3);
     this.groupBoxFormat3.Controls.Add(this.labelStart3);
     this.groupBoxFormat3.Location = new System.Drawing.Point(5, 23);
     this.groupBoxFormat3.Name = "groupBoxFormat3";
     this.groupBoxFormat3.Size = new System.Drawing.Size(589, 67);
     this.groupBoxFormat3.TabIndex = 344;
     this.groupBoxFormat3.TabStop = false;
     this.groupBoxFormat3.Text = "รูปแบบเลขที่สัญญา";
     //
     // labelControl13
     //
     this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl13.Location = new System.Drawing.Point(339, 19);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(6, 13);
     this.labelControl13.TabIndex = 323;
     this.labelControl13.Text = "*";
     //
     // labelControl11
     //
     this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl11.Location = new System.Drawing.Point(11, 20);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(6, 13);
     this.labelControl11.TabIndex = 322;
     this.labelControl11.Text = "*";
     //
     // checkEditSaperateReciept
     //
     this.checkEditSaperateReciept.Location = new System.Drawing.Point(96, 39);
     this.checkEditSaperateReciept.Name = "checkEditSaperateReciept";
     this.checkEditSaperateReciept.Properties.Caption = "แยกรายวัน(D)/รายเดือน(M)";
     this.checkEditSaperateReciept.Size = new System.Drawing.Size(152, 19);
     this.checkEditSaperateReciept.TabIndex = 315;
     this.checkEditSaperateReciept.CheckedChanged += new System.EventHandler(this.checkEditSaperateReciept_CheckedChanged);
     //
     // labelControl18
     //
     this.labelControl18.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl18.Location = new System.Drawing.Point(439, 41);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(16, 16);
     this.labelControl18.TabIndex = 312;
     this.labelControl18.Text = "=";
     //
     // labelPrefix3
     //
     this.labelPrefix3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelPrefix3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelPrefix3.Location = new System.Drawing.Point(11, 20);
     this.labelPrefix3.Name = "labelPrefix3";
     this.labelPrefix3.Size = new System.Drawing.Size(78, 13);
     this.labelPrefix3.TabIndex = 307;
     this.labelPrefix3.Text = "อักษรนำหน้า";
     //
     // textEditPrefixReceipt
     //
     this.textEditPrefixReceipt.EditValue = "REC";
     this.textEditPrefixReceipt.Location = new System.Drawing.Point(11, 39);
     this.textEditPrefixReceipt.Name = "textEditPrefixReceipt";
     this.textEditPrefixReceipt.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditPrefixReceipt.Properties.Appearance.Options.UseBackColor = true;
     this.textEditPrefixReceipt.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditPrefixReceipt.Properties.Mask.EditMask = "([a-zA-Z0-9]{1,3})";
     this.textEditPrefixReceipt.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditPrefixReceipt.ShowToolTips = false;
     this.textEditPrefixReceipt.Size = new System.Drawing.Size(78, 20);
     this.textEditPrefixReceipt.TabIndex = 308;
     this.textEditPrefixReceipt.Tag = "";
     this.textEditPrefixReceipt.EditValueChanged += new System.EventHandler(this.textEditPrefixReceipt_EditValueChanged);
     //
     // textEditReceiptDateFormat
     //
     this.textEditReceiptDateFormat.EditValue = "";
     this.textEditReceiptDateFormat.Enabled = false;
     this.textEditReceiptDateFormat.Location = new System.Drawing.Point(254, 39);
     this.textEditReceiptDateFormat.Name = "textEditReceiptDateFormat";
     this.textEditReceiptDateFormat.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditReceiptDateFormat.Properties.Appearance.Options.UseBackColor = true;
     this.textEditReceiptDateFormat.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditReceiptDateFormat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditReceiptDateFormat.ShowToolTips = false;
     this.textEditReceiptDateFormat.Size = new System.Drawing.Size(75, 20);
     this.textEditReceiptDateFormat.TabIndex = 311;
     this.textEditReceiptDateFormat.Tag = "";
     //
     // textEditExampleReceipt
     //
     this.textEditExampleReceipt.EditValue = "";
     this.textEditExampleReceipt.Location = new System.Drawing.Point(461, 39);
     this.textEditExampleReceipt.Name = "textEditExampleReceipt";
     this.textEditExampleReceipt.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditExampleReceipt.Properties.Appearance.Options.UseBackColor = true;
     this.textEditExampleReceipt.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditExampleReceipt.ShowToolTips = false;
     this.textEditExampleReceipt.Size = new System.Drawing.Size(122, 20);
     this.textEditExampleReceipt.TabIndex = 311;
     this.textEditExampleReceipt.Tag = "";
     //
     // textEditReceiptStart
     //
     this.textEditReceiptStart.EditValue = "000000";
     this.textEditReceiptStart.Location = new System.Drawing.Point(358, 38);
     this.textEditReceiptStart.Name = "textEditReceiptStart";
     this.textEditReceiptStart.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditReceiptStart.Properties.Appearance.Options.UseBackColor = true;
     this.textEditReceiptStart.Properties.Mask.EditMask = "([0-9]{1,6})";
     this.textEditReceiptStart.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditReceiptStart.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditReceiptStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditReceiptStart.ShowToolTips = false;
     this.textEditReceiptStart.Size = new System.Drawing.Size(75, 20);
     this.textEditReceiptStart.TabIndex = 311;
     this.textEditReceiptStart.Tag = "";
     //
     // labelDate3
     //
     this.labelDate3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelDate3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelDate3.Location = new System.Drawing.Point(242, 20);
     this.labelDate3.Name = "labelDate3";
     this.labelDate3.Size = new System.Drawing.Size(98, 13);
     this.labelDate3.TabIndex = 310;
     this.labelDate3.Text = "วันที่ YYYYMMDD";
     //
     // labelExample3
     //
     this.labelExample3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelExample3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelExample3.Location = new System.Drawing.Point(461, 20);
     this.labelExample3.Name = "labelExample3";
     this.labelExample3.Size = new System.Drawing.Size(98, 13);
     this.labelExample3.TabIndex = 310;
     this.labelExample3.Text = "ตัวอย่าง";
     //
     // labelStart3
     //
     this.labelStart3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelStart3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelStart3.Location = new System.Drawing.Point(358, 19);
     this.labelStart3.Name = "labelStart3";
     this.labelStart3.Size = new System.Drawing.Size(98, 13);
     this.labelStart3.TabIndex = 310;
     this.labelStart3.Text = "เลขที่เอกสารเริ่มต้น";
     //
     // labelFooter2
     //
     this.labelFooter2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelFooter2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelFooter2.Location = new System.Drawing.Point(26, 129);
     this.labelFooter2.Name = "labelFooter2";
     this.labelFooter2.Size = new System.Drawing.Size(117, 13);
     this.labelFooter2.TabIndex = 338;
     this.labelFooter2.Text = "ข้อความใต้ใบแจ้งหนี้ :";
     //
     // textEditUnderReciept2
     //
     this.textEditUnderReciept2.EditValue = "";
     this.textEditUnderReciept2.Location = new System.Drawing.Point(475, 148);
     this.textEditUnderReciept2.Name = "textEditUnderReciept2";
     this.textEditUnderReciept2.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditUnderReciept2.Properties.Appearance.Options.UseBackColor = true;
     this.textEditUnderReciept2.Properties.DisplayFormat.FormatString = "#.##";
     this.textEditUnderReciept2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditUnderReciept2.Properties.EditFormat.FormatString = "#.##";
     this.textEditUnderReciept2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditUnderReciept2.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,100}";
     this.textEditUnderReciept2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditUnderReciept2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditUnderReciept2.ShowToolTips = false;
     this.textEditUnderReciept2.Size = new System.Drawing.Size(212, 20);
     this.textEditUnderReciept2.TabIndex = 343;
     this.textEditUnderReciept2.Tag = "";
     //
     // labelUnder21
     //
     this.labelUnder21.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelUnder21.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelUnder21.Location = new System.Drawing.Point(24, 155);
     this.labelUnder21.Name = "labelUnder21";
     this.labelUnder21.Size = new System.Drawing.Size(119, 13);
     this.labelUnder21.TabIndex = 339;
     this.labelUnder21.Text = "ข้อความใต้ลายเซ็น 1 :";
     //
     // textEditUnderReciept1
     //
     this.textEditUnderReciept1.EditValue = "";
     this.textEditUnderReciept1.Location = new System.Drawing.Point(149, 152);
     this.textEditUnderReciept1.Name = "textEditUnderReciept1";
     this.textEditUnderReciept1.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditUnderReciept1.Properties.Appearance.Options.UseBackColor = true;
     this.textEditUnderReciept1.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,100}";
     this.textEditUnderReciept1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditUnderReciept1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditUnderReciept1.ShowToolTips = false;
     this.textEditUnderReciept1.Size = new System.Drawing.Size(185, 20);
     this.textEditUnderReciept1.TabIndex = 311;
     this.textEditUnderReciept1.Tag = "";
     //
     // labelPaper2
     //
     this.labelPaper2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelPaper2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelPaper2.Location = new System.Drawing.Point(352, 181);
     this.labelPaper2.Name = "labelPaper2";
     this.labelPaper2.Size = new System.Drawing.Size(119, 13);
     this.labelPaper2.TabIndex = 339;
     this.labelPaper2.Text = "ขนาดกระดาษ :";
     //
     // memoEditRecieptFooter
     //
     this.memoEditRecieptFooter.EditValue = "";
     this.memoEditRecieptFooter.Location = new System.Drawing.Point(149, 122);
     this.memoEditRecieptFooter.Name = "memoEditRecieptFooter";
     this.memoEditRecieptFooter.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.memoEditRecieptFooter.Properties.Appearance.Options.UseBackColor = true;
     this.memoEditRecieptFooter.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,200}";
     this.memoEditRecieptFooter.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.memoEditRecieptFooter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.memoEditRecieptFooter.ShowToolTips = false;
     this.memoEditRecieptFooter.Size = new System.Drawing.Size(538, 20);
     this.memoEditRecieptFooter.TabIndex = 311;
     this.memoEditRecieptFooter.Tag = "";
     //
     // labelUnder22
     //
     this.labelUnder22.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelUnder22.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelUnder22.Location = new System.Drawing.Point(350, 155);
     this.labelUnder22.Name = "labelUnder22";
     this.labelUnder22.Size = new System.Drawing.Size(119, 13);
     this.labelUnder22.TabIndex = 339;
     this.labelUnder22.Text = "ข้อความใต้ลายเซ็น 2 :";
     //
     // memoEditRecieptHeader
     //
     this.memoEditRecieptHeader.EditValue = "";
     this.memoEditRecieptHeader.Location = new System.Drawing.Point(149, 96);
     this.memoEditRecieptHeader.Name = "memoEditRecieptHeader";
     this.memoEditRecieptHeader.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.memoEditRecieptHeader.Properties.Appearance.Options.UseBackColor = true;
     this.memoEditRecieptHeader.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,200}";
     this.memoEditRecieptHeader.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.memoEditRecieptHeader.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.memoEditRecieptHeader.ShowToolTips = false;
     this.memoEditRecieptHeader.Size = new System.Drawing.Size(538, 20);
     this.memoEditRecieptHeader.TabIndex = 311;
     this.memoEditRecieptHeader.Tag = "";
     //
     // groupControlInvoiceFormat
     //
     this.groupControlInvoiceFormat.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlInvoiceFormat.AppearanceCaption.Options.UseFont = true;
     this.groupControlInvoiceFormat.Controls.Add(this.labelControl19);
     this.groupControlInvoiceFormat.Controls.Add(this.labelControl17);
     this.groupControlInvoiceFormat.Controls.Add(this.labelControl16);
     this.groupControlInvoiceFormat.Controls.Add(this.labelControl15);
     this.groupControlInvoiceFormat.Controls.Add(this.labelControl10);
     this.groupControlInvoiceFormat.Controls.Add(this.lookUpEditPaperInvoice);
     this.groupControlInvoiceFormat.Controls.Add(this.bttExampleInvoice);
     this.groupControlInvoiceFormat.Controls.Add(this.groupBoxFormat2);
     this.groupControlInvoiceFormat.Controls.Add(this.textEditUnderInvoice2);
     this.groupControlInvoiceFormat.Controls.Add(this.textEditUnderInvoice1);
     this.groupControlInvoiceFormat.Controls.Add(this.memoEditInvoiceFooter);
     this.groupControlInvoiceFormat.Controls.Add(this.memoEditInvoiceHeader);
     this.groupControlInvoiceFormat.Controls.Add(this.labelUnder12);
     this.groupControlInvoiceFormat.Controls.Add(this.labelPaper1);
     this.groupControlInvoiceFormat.Controls.Add(this.labelUnder11);
     this.groupControlInvoiceFormat.Controls.Add(this.labelFooter1);
     this.groupControlInvoiceFormat.Controls.Add(this.labelHeader1);
     this.groupControlInvoiceFormat.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlInvoiceFormat.Location = new System.Drawing.Point(0, 243);
     this.groupControlInvoiceFormat.Margin = new System.Windows.Forms.Padding(20);
     this.groupControlInvoiceFormat.Name = "groupControlInvoiceFormat";
     this.groupControlInvoiceFormat.Size = new System.Drawing.Size(799, 251);
     this.groupControlInvoiceFormat.TabIndex = 14;
     this.groupControlInvoiceFormat.Text = "รูปแบบใบแจ้งหนี้";
     //
     // labelControl19
     //
     this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl19.Location = new System.Drawing.Point(343, 153);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(6, 13);
     this.labelControl19.TabIndex = 349;
     this.labelControl19.Text = "*";
     //
     // labelControl17
     //
     this.labelControl17.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl17.Location = new System.Drawing.Point(16, 157);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(6, 13);
     this.labelControl17.TabIndex = 348;
     this.labelControl17.Text = "*";
     //
     // labelControl16
     //
     this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl16.Location = new System.Drawing.Point(16, 131);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(6, 13);
     this.labelControl16.TabIndex = 347;
     this.labelControl16.Text = "*";
     //
     // labelControl15
     //
     this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl15.Location = new System.Drawing.Point(16, 105);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(6, 13);
     this.labelControl15.TabIndex = 346;
     this.labelControl15.Text = "*";
     //
     // labelControl10
     //
     this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl10.Location = new System.Drawing.Point(386, 183);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(6, 13);
     this.labelControl10.TabIndex = 345;
     this.labelControl10.Text = "*";
     //
     // lookUpEditPaperInvoice
     //
     this.lookUpEditPaperInvoice.Location = new System.Drawing.Point(475, 180);
     this.lookUpEditPaperInvoice.Name = "lookUpEditPaperInvoice";
     this.lookUpEditPaperInvoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditPaperInvoice.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("papersize_label", " "),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("papersize_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditPaperInvoice.Size = new System.Drawing.Size(119, 20);
     this.lookUpEditPaperInvoice.TabIndex = 319;
     //
     // bttExampleInvoice
     //
     this.bttExampleInvoice.Image = global::DXWindowsApplication2.Properties.Resources.preview;
     this.bttExampleInvoice.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttExampleInvoice.Location = new System.Drawing.Point(600, 176);
     this.bttExampleInvoice.Name = "bttExampleInvoice";
     this.bttExampleInvoice.Size = new System.Drawing.Size(87, 60);
     this.bttExampleInvoice.TabIndex = 322;
     this.bttExampleInvoice.Text = "ตัวอย่างเอกสาร";
     this.bttExampleInvoice.Click += new System.EventHandler(this.bttExampleInvoice_Click);
     //
     // groupBoxFormat2
     //
     this.groupBoxFormat2.Controls.Add(this.labelControl9);
     this.groupBoxFormat2.Controls.Add(this.labelControl6);
     this.groupBoxFormat2.Controls.Add(this.checkEditSaperateInvoice);
     this.groupBoxFormat2.Controls.Add(this.labelControl3);
     this.groupBoxFormat2.Controls.Add(this.labelPrefix2);
     this.groupBoxFormat2.Controls.Add(this.textEditPrefixInvoice);
     this.groupBoxFormat2.Controls.Add(this.textEditInvoiceDateFormat);
     this.groupBoxFormat2.Controls.Add(this.textEditExampleInvoice);
     this.groupBoxFormat2.Controls.Add(this.textEditInvoiceStart);
     this.groupBoxFormat2.Controls.Add(this.labelDate2);
     this.groupBoxFormat2.Controls.Add(this.labelExample2);
     this.groupBoxFormat2.Controls.Add(this.labelStart2);
     this.groupBoxFormat2.Location = new System.Drawing.Point(5, 25);
     this.groupBoxFormat2.Name = "groupBoxFormat2";
     this.groupBoxFormat2.Size = new System.Drawing.Size(589, 67);
     this.groupBoxFormat2.TabIndex = 344;
     this.groupBoxFormat2.TabStop = false;
     this.groupBoxFormat2.Text = "รูปแบบเลขที่สัญญา";
     //
     // labelControl9
     //
     this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl9.Location = new System.Drawing.Point(338, 20);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(6, 13);
     this.labelControl9.TabIndex = 321;
     this.labelControl9.Text = "*";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl6.Location = new System.Drawing.Point(11, 20);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(6, 13);
     this.labelControl6.TabIndex = 320;
     this.labelControl6.Text = "*";
     //
     // checkEditSaperateInvoice
     //
     this.checkEditSaperateInvoice.Location = new System.Drawing.Point(96, 38);
     this.checkEditSaperateInvoice.Name = "checkEditSaperateInvoice";
     this.checkEditSaperateInvoice.Properties.Caption = "แยกรายวัน(D)/รายเดือน(M)";
     this.checkEditSaperateInvoice.Size = new System.Drawing.Size(152, 19);
     this.checkEditSaperateInvoice.TabIndex = 314;
     this.checkEditSaperateInvoice.CheckedChanged += new System.EventHandler(this.checkEditSaperateInvoice_CheckedChanged);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl3.Location = new System.Drawing.Point(439, 41);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(16, 16);
     this.labelControl3.TabIndex = 312;
     this.labelControl3.Text = "=";
     //
     // labelPrefix2
     //
     this.labelPrefix2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelPrefix2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelPrefix2.Location = new System.Drawing.Point(23, 20);
     this.labelPrefix2.Name = "labelPrefix2";
     this.labelPrefix2.Size = new System.Drawing.Size(78, 13);
     this.labelPrefix2.TabIndex = 307;
     this.labelPrefix2.Text = "อักษรนำหน้า";
     //
     // textEditPrefixInvoice
     //
     this.textEditPrefixInvoice.EditValue = "INV";
     this.textEditPrefixInvoice.Location = new System.Drawing.Point(11, 39);
     this.textEditPrefixInvoice.Name = "textEditPrefixInvoice";
     this.textEditPrefixInvoice.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditPrefixInvoice.Properties.Appearance.Options.UseBackColor = true;
     this.textEditPrefixInvoice.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditPrefixInvoice.Properties.Mask.EditMask = "([a-zA-Z0-9]{1,3})";
     this.textEditPrefixInvoice.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditPrefixInvoice.ShowToolTips = false;
     this.textEditPrefixInvoice.Size = new System.Drawing.Size(78, 20);
     this.textEditPrefixInvoice.TabIndex = 308;
     this.textEditPrefixInvoice.Tag = "";
     this.textEditPrefixInvoice.EditValueChanged += new System.EventHandler(this.textEditPrefixInvoice_EditValueChanged);
     //
     // textEditInvoiceDateFormat
     //
     this.textEditInvoiceDateFormat.EditValue = "";
     this.textEditInvoiceDateFormat.Enabled = false;
     this.textEditInvoiceDateFormat.Location = new System.Drawing.Point(254, 39);
     this.textEditInvoiceDateFormat.Name = "textEditInvoiceDateFormat";
     this.textEditInvoiceDateFormat.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditInvoiceDateFormat.Properties.Appearance.Options.UseBackColor = true;
     this.textEditInvoiceDateFormat.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditInvoiceDateFormat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditInvoiceDateFormat.ShowToolTips = false;
     this.textEditInvoiceDateFormat.Size = new System.Drawing.Size(75, 20);
     this.textEditInvoiceDateFormat.TabIndex = 311;
     this.textEditInvoiceDateFormat.Tag = "";
     //
     // textEditExampleInvoice
     //
     this.textEditExampleInvoice.EditValue = "";
     this.textEditExampleInvoice.Location = new System.Drawing.Point(461, 39);
     this.textEditExampleInvoice.Name = "textEditExampleInvoice";
     this.textEditExampleInvoice.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditExampleInvoice.Properties.Appearance.Options.UseBackColor = true;
     this.textEditExampleInvoice.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditExampleInvoice.Properties.ReadOnly = true;
     this.textEditExampleInvoice.ShowToolTips = false;
     this.textEditExampleInvoice.Size = new System.Drawing.Size(122, 20);
     this.textEditExampleInvoice.TabIndex = 311;
     this.textEditExampleInvoice.Tag = "";
     //
     // textEditInvoiceStart
     //
     this.textEditInvoiceStart.CausesValidation = false;
     this.textEditInvoiceStart.EditValue = "000000";
     this.textEditInvoiceStart.Location = new System.Drawing.Point(358, 39);
     this.textEditInvoiceStart.Name = "textEditInvoiceStart";
     this.textEditInvoiceStart.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditInvoiceStart.Properties.Appearance.Options.UseBackColor = true;
     this.textEditInvoiceStart.Properties.Mask.EditMask = "\\d{6}";
     this.textEditInvoiceStart.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditInvoiceStart.Properties.Mask.ShowPlaceHolders = false;
     this.textEditInvoiceStart.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditInvoiceStart.Properties.NullText = "000000";
     this.textEditInvoiceStart.Properties.NullValuePrompt = "000000";
     this.textEditInvoiceStart.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditInvoiceStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditInvoiceStart.ShowToolTips = false;
     this.textEditInvoiceStart.Size = new System.Drawing.Size(75, 20);
     this.textEditInvoiceStart.TabIndex = 311;
     this.textEditInvoiceStart.Tag = "";
     //
     // labelDate2
     //
     this.labelDate2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelDate2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelDate2.Location = new System.Drawing.Point(242, 20);
     this.labelDate2.Name = "labelDate2";
     this.labelDate2.Size = new System.Drawing.Size(98, 13);
     this.labelDate2.TabIndex = 310;
     this.labelDate2.Text = "วันที่ YYYYMMDD";
     //
     // labelExample2
     //
     this.labelExample2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelExample2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelExample2.Location = new System.Drawing.Point(461, 20);
     this.labelExample2.Name = "labelExample2";
     this.labelExample2.Size = new System.Drawing.Size(98, 13);
     this.labelExample2.TabIndex = 310;
     this.labelExample2.Text = "ตัวอย่าง";
     //
     // labelStart2
     //
     this.labelStart2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelStart2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelStart2.Location = new System.Drawing.Point(358, 20);
     this.labelStart2.Name = "labelStart2";
     this.labelStart2.Size = new System.Drawing.Size(98, 13);
     this.labelStart2.TabIndex = 310;
     this.labelStart2.Text = "เลขที่เอกสารเริ่มต้น";
     //
     // textEditUnderInvoice2
     //
     this.textEditUnderInvoice2.EditValue = "";
     this.textEditUnderInvoice2.Location = new System.Drawing.Point(475, 150);
     this.textEditUnderInvoice2.Name = "textEditUnderInvoice2";
     this.textEditUnderInvoice2.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditUnderInvoice2.Properties.Appearance.Options.UseBackColor = true;
     this.textEditUnderInvoice2.Properties.DisplayFormat.FormatString = "#.##";
     this.textEditUnderInvoice2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditUnderInvoice2.Properties.EditFormat.FormatString = "#.##";
     this.textEditUnderInvoice2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditUnderInvoice2.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,100}";
     this.textEditUnderInvoice2.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditUnderInvoice2.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditUnderInvoice2.ShowToolTips = false;
     this.textEditUnderInvoice2.Size = new System.Drawing.Size(212, 20);
     this.textEditUnderInvoice2.TabIndex = 343;
     this.textEditUnderInvoice2.Tag = "";
     //
     // textEditUnderInvoice1
     //
     this.textEditUnderInvoice1.EditValue = "";
     this.textEditUnderInvoice1.Location = new System.Drawing.Point(149, 150);
     this.textEditUnderInvoice1.Name = "textEditUnderInvoice1";
     this.textEditUnderInvoice1.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditUnderInvoice1.Properties.Appearance.Options.UseBackColor = true;
     this.textEditUnderInvoice1.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,100}";
     this.textEditUnderInvoice1.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditUnderInvoice1.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditUnderInvoice1.ShowToolTips = false;
     this.textEditUnderInvoice1.Size = new System.Drawing.Size(185, 20);
     this.textEditUnderInvoice1.TabIndex = 311;
     this.textEditUnderInvoice1.Tag = "";
     //
     // memoEditInvoiceFooter
     //
     this.memoEditInvoiceFooter.EditValue = "safsdfdsfdsfsdfddsfdsfdsfdsffffffffffffffffffffffffffffffffffffffffffffffffffffff" +
         "fffffffffffffffffffffsdee";
     this.memoEditInvoiceFooter.Location = new System.Drawing.Point(149, 124);
     this.memoEditInvoiceFooter.Name = "memoEditInvoiceFooter";
     this.memoEditInvoiceFooter.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.memoEditInvoiceFooter.Properties.Appearance.Options.UseBackColor = true;
     this.memoEditInvoiceFooter.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,200}";
     this.memoEditInvoiceFooter.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.memoEditInvoiceFooter.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.memoEditInvoiceFooter.ShowToolTips = false;
     this.memoEditInvoiceFooter.Size = new System.Drawing.Size(538, 20);
     this.memoEditInvoiceFooter.TabIndex = 311;
     this.memoEditInvoiceFooter.Tag = "";
     //
     // memoEditInvoiceHeader
     //
     this.memoEditInvoiceHeader.EditValue = "ใบแจ้งหนี้ / Invoice -";
     this.memoEditInvoiceHeader.Location = new System.Drawing.Point(149, 98);
     this.memoEditInvoiceHeader.Name = "memoEditInvoiceHeader";
     this.memoEditInvoiceHeader.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.memoEditInvoiceHeader.Properties.Appearance.Options.UseBackColor = true;
     this.memoEditInvoiceHeader.Properties.Mask.BeepOnError = true;
     this.memoEditInvoiceHeader.Properties.Mask.EditMask = "([a-zA-Z0-9ก-๙\\ \\/\\-]){1,200}";
     this.memoEditInvoiceHeader.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.memoEditInvoiceHeader.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.memoEditInvoiceHeader.Properties.MaxLength = 20;
     this.memoEditInvoiceHeader.ShowToolTips = false;
     this.memoEditInvoiceHeader.Size = new System.Drawing.Size(538, 20);
     this.memoEditInvoiceHeader.TabIndex = 311;
     this.memoEditInvoiceHeader.Tag = "";
     //
     // labelUnder12
     //
     this.labelUnder12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelUnder12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelUnder12.Location = new System.Drawing.Point(352, 153);
     this.labelUnder12.Name = "labelUnder12";
     this.labelUnder12.Size = new System.Drawing.Size(119, 13);
     this.labelUnder12.TabIndex = 339;
     this.labelUnder12.Text = "ข้อความใต้ลายเซ็น 2 :";
     //
     // labelPaper1
     //
     this.labelPaper1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelPaper1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelPaper1.Location = new System.Drawing.Point(352, 183);
     this.labelPaper1.Name = "labelPaper1";
     this.labelPaper1.Size = new System.Drawing.Size(119, 13);
     this.labelPaper1.TabIndex = 339;
     this.labelPaper1.Text = "ขนาดกระดาษ :";
     //
     // labelUnder11
     //
     this.labelUnder11.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelUnder11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelUnder11.Location = new System.Drawing.Point(24, 157);
     this.labelUnder11.Name = "labelUnder11";
     this.labelUnder11.Size = new System.Drawing.Size(119, 13);
     this.labelUnder11.TabIndex = 339;
     this.labelUnder11.Text = "ข้อความใต้ลายเซ็น 1 :";
     //
     // labelFooter1
     //
     this.labelFooter1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelFooter1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelFooter1.Location = new System.Drawing.Point(26, 131);
     this.labelFooter1.Name = "labelFooter1";
     this.labelFooter1.Size = new System.Drawing.Size(117, 13);
     this.labelFooter1.TabIndex = 338;
     this.labelFooter1.Text = "ข้อความใต้ใบแจ้งหนี้ :";
     //
     // labelHeader1
     //
     this.labelHeader1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelHeader1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelHeader1.Location = new System.Drawing.Point(26, 105);
     this.labelHeader1.Name = "labelHeader1";
     this.labelHeader1.Size = new System.Drawing.Size(117, 13);
     this.labelHeader1.TabIndex = 336;
     this.labelHeader1.Text = "ข้อความหัวใบแจ้งหนี้ :";
     //
     // groupControlContractFormat
     //
     this.groupControlContractFormat.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlContractFormat.AppearanceCaption.Options.UseFont = true;
     this.groupControlContractFormat.Controls.Add(this.bttExampleContract);
     this.groupControlContractFormat.Controls.Add(this.groupBoxFormat1);
     this.groupControlContractFormat.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlContractFormat.Location = new System.Drawing.Point(0, 143);
     this.groupControlContractFormat.Margin = new System.Windows.Forms.Padding(20);
     this.groupControlContractFormat.Name = "groupControlContractFormat";
     this.groupControlContractFormat.Size = new System.Drawing.Size(799, 100);
     this.groupControlContractFormat.TabIndex = 12;
     this.groupControlContractFormat.Text = "รูปแบบสัญญา";
     //
     // bttExampleContract
     //
     this.bttExampleContract.Image = global::DXWindowsApplication2.Properties.Resources.preview;
     this.bttExampleContract.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttExampleContract.Location = new System.Drawing.Point(600, 32);
     this.bttExampleContract.Name = "bttExampleContract";
     this.bttExampleContract.Size = new System.Drawing.Size(87, 60);
     this.bttExampleContract.TabIndex = 322;
     this.bttExampleContract.Text = "ตัวอย่างเอกสาร";
     this.bttExampleContract.Click += new System.EventHandler(this.bttExampleContract_Click);
     //
     // groupBoxFormat1
     //
     this.groupBoxFormat1.Controls.Add(this.labelControl7);
     this.groupBoxFormat1.Controls.Add(this.labelControl5);
     this.groupBoxFormat1.Controls.Add(this.checkEditSaperateContract);
     this.groupBoxFormat1.Controls.Add(this.labelControl4);
     this.groupBoxFormat1.Controls.Add(this.labelPrefix1);
     this.groupBoxFormat1.Controls.Add(this.textEditPrefixContract);
     this.groupBoxFormat1.Controls.Add(this.textEditContractDateFormat);
     this.groupBoxFormat1.Controls.Add(this.textEditExampleContract);
     this.groupBoxFormat1.Controls.Add(this.textEditContractStart);
     this.groupBoxFormat1.Controls.Add(this.labelDate1);
     this.groupBoxFormat1.Controls.Add(this.labelExample1);
     this.groupBoxFormat1.Controls.Add(this.labelStart1);
     this.groupBoxFormat1.Location = new System.Drawing.Point(5, 25);
     this.groupBoxFormat1.Name = "groupBoxFormat1";
     this.groupBoxFormat1.Size = new System.Drawing.Size(589, 67);
     this.groupBoxFormat1.TabIndex = 320;
     this.groupBoxFormat1.TabStop = false;
     this.groupBoxFormat1.Text = "รูปแบบเลขที่สัญญา";
     //
     // labelControl7
     //
     this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl7.Location = new System.Drawing.Point(339, 20);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(6, 13);
     this.labelControl7.TabIndex = 321;
     this.labelControl7.Text = "*";
     //
     // labelControl5
     //
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl5.Location = new System.Drawing.Point(11, 20);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(6, 13);
     this.labelControl5.TabIndex = 320;
     this.labelControl5.Text = "*";
     //
     // checkEditSaperateContract
     //
     this.checkEditSaperateContract.Location = new System.Drawing.Point(96, 39);
     this.checkEditSaperateContract.Name = "checkEditSaperateContract";
     this.checkEditSaperateContract.Properties.Caption = "แยกรายวัน(D)/รายเดือน(M)";
     this.checkEditSaperateContract.Size = new System.Drawing.Size(152, 19);
     this.checkEditSaperateContract.TabIndex = 313;
     this.checkEditSaperateContract.CheckedChanged += new System.EventHandler(this.checkEditSaperateContract_CheckedChanged);
     //
     // labelControl4
     //
     this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.Location = new System.Drawing.Point(435, 42);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(16, 16);
     this.labelControl4.TabIndex = 312;
     this.labelControl4.Text = "=";
     //
     // labelPrefix1
     //
     this.labelPrefix1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelPrefix1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelPrefix1.Location = new System.Drawing.Point(23, 20);
     this.labelPrefix1.Name = "labelPrefix1";
     this.labelPrefix1.Size = new System.Drawing.Size(78, 13);
     this.labelPrefix1.TabIndex = 307;
     this.labelPrefix1.Text = "อักษรนำหน้า";
     //
     // textEditPrefixContract
     //
     this.textEditPrefixContract.EditValue = "CT";
     this.textEditPrefixContract.Location = new System.Drawing.Point(11, 39);
     this.textEditPrefixContract.Name = "textEditPrefixContract";
     this.textEditPrefixContract.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditPrefixContract.Properties.Appearance.Options.UseBackColor = true;
     this.textEditPrefixContract.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditPrefixContract.Properties.Mask.EditMask = "([a-zA-Z0-9]{1,3})";
     this.textEditPrefixContract.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditPrefixContract.ShowToolTips = false;
     this.textEditPrefixContract.Size = new System.Drawing.Size(78, 20);
     this.textEditPrefixContract.TabIndex = 308;
     this.textEditPrefixContract.Tag = "";
     this.textEditPrefixContract.EditValueChanged += new System.EventHandler(this.textEditPrefixContract_EditValueChanged);
     //
     // textEditContractDateFormat
     //
     this.textEditContractDateFormat.EditValue = "";
     this.textEditContractDateFormat.Enabled = false;
     this.textEditContractDateFormat.Location = new System.Drawing.Point(254, 39);
     this.textEditContractDateFormat.Name = "textEditContractDateFormat";
     this.textEditContractDateFormat.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditContractDateFormat.Properties.Appearance.Options.UseBackColor = true;
     this.textEditContractDateFormat.Properties.Mask.EditMask = "([0-9]*)";
     this.textEditContractDateFormat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditContractDateFormat.ShowToolTips = false;
     this.textEditContractDateFormat.Size = new System.Drawing.Size(75, 20);
     this.textEditContractDateFormat.TabIndex = 311;
     this.textEditContractDateFormat.Tag = "";
     //
     // textEditExampleContract
     //
     this.textEditExampleContract.EditValue = "";
     this.textEditExampleContract.Location = new System.Drawing.Point(461, 39);
     this.textEditExampleContract.Name = "textEditExampleContract";
     this.textEditExampleContract.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditExampleContract.Properties.Appearance.Options.UseBackColor = true;
     this.textEditExampleContract.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.textEditExampleContract.Properties.ReadOnly = true;
     this.textEditExampleContract.ShowToolTips = false;
     this.textEditExampleContract.Size = new System.Drawing.Size(122, 20);
     this.textEditExampleContract.TabIndex = 311;
     this.textEditExampleContract.Tag = "";
     //
     // textEditContractStart
     //
     this.textEditContractStart.CausesValidation = false;
     this.textEditContractStart.EditValue = "000000";
     this.textEditContractStart.Location = new System.Drawing.Point(358, 38);
     this.textEditContractStart.Name = "textEditContractStart";
     this.textEditContractStart.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditContractStart.Properties.Appearance.Options.UseBackColor = true;
     this.textEditContractStart.Properties.Mask.EditMask = "\\d{6}";
     this.textEditContractStart.Properties.Mask.IgnoreMaskBlank = false;
     this.textEditContractStart.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditContractStart.Properties.Mask.ShowPlaceHolders = false;
     this.textEditContractStart.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditContractStart.Properties.NullText = "000000";
     this.textEditContractStart.Properties.NullValuePrompt = "000000";
     this.textEditContractStart.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditContractStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEditContractStart.ShowToolTips = false;
     this.textEditContractStart.Size = new System.Drawing.Size(75, 20);
     this.textEditContractStart.TabIndex = 311;
     this.textEditContractStart.Tag = "";
     //
     // labelDate1
     //
     this.labelDate1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelDate1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelDate1.Location = new System.Drawing.Point(242, 19);
     this.labelDate1.Name = "labelDate1";
     this.labelDate1.Size = new System.Drawing.Size(98, 13);
     this.labelDate1.TabIndex = 310;
     this.labelDate1.Text = "วันที่ YYYYMMDD";
     //
     // labelExample1
     //
     this.labelExample1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelExample1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelExample1.Location = new System.Drawing.Point(461, 20);
     this.labelExample1.Name = "labelExample1";
     this.labelExample1.Size = new System.Drawing.Size(98, 13);
     this.labelExample1.TabIndex = 310;
     this.labelExample1.Text = "ตัวอย่าง";
     //
     // labelStart1
     //
     this.labelStart1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelStart1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelStart1.Location = new System.Drawing.Point(357, 19);
     this.labelStart1.Name = "labelStart1";
     this.labelStart1.Size = new System.Drawing.Size(98, 13);
     this.labelStart1.TabIndex = 310;
     this.labelStart1.Text = "เลขที่เอกสารเริ่มต้น";
     //
     // groupControlDocType
     //
     this.groupControlDocType.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlDocType.AppearanceCaption.Options.UseFont = true;
     this.groupControlDocType.Controls.Add(this.radioGroupLogoPosition);
     this.groupControlDocType.Controls.Add(this.textEditDocumentID);
     this.groupControlDocType.Controls.Add(this.labelControl2);
     this.groupControlDocType.Controls.Add(this.lookUpEditDateFormat);
     this.groupControlDocType.Controls.Add(this.labelControlTop);
     this.groupControlDocType.Controls.Add(this.labelControlLogo);
     this.groupControlDocType.Controls.Add(this.labelControlDateFormat);
     this.groupControlDocType.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlDocType.Location = new System.Drawing.Point(0, 54);
     this.groupControlDocType.Margin = new System.Windows.Forms.Padding(20);
     this.groupControlDocType.Name = "groupControlDocType";
     this.groupControlDocType.Size = new System.Drawing.Size(799, 89);
     this.groupControlDocType.TabIndex = 19;
     this.groupControlDocType.Text = "รูปแบบเอกสาร";
     //
     // radioGroupLogoPosition
     //
     this.radioGroupLogoPosition.EditValue = 0F;
     this.radioGroupLogoPosition.Location = new System.Drawing.Point(200, 60);
     this.radioGroupLogoPosition.Name = "radioGroupLogoPosition";
     this.radioGroupLogoPosition.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.radioGroupLogoPosition.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroupLogoPosition.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.radioGroupLogoPosition.Size = new System.Drawing.Size(238, 24);
     this.radioGroupLogoPosition.TabIndex = 308;
     //
     // textEditDocumentID
     //
     this.textEditDocumentID.Location = new System.Drawing.Point(371, 29);
     this.textEditDocumentID.Name = "textEditDocumentID";
     this.textEditDocumentID.Size = new System.Drawing.Size(100, 20);
     this.textEditDocumentID.TabIndex = 319;
     this.textEditDocumentID.Visible = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl2.Location = new System.Drawing.Point(6, 33);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(6, 13);
     this.labelControl2.TabIndex = 318;
     this.labelControl2.Text = "*";
     //
     // lookUpEditDateFormat
     //
     this.lookUpEditDateFormat.Location = new System.Drawing.Point(200, 29);
     this.lookUpEditDateFormat.Name = "lookUpEditDateFormat";
     this.lookUpEditDateFormat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditDateFormat.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("datetype_label", " "),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("datetype_id", " ", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default)});
     this.lookUpEditDateFormat.Size = new System.Drawing.Size(150, 20);
     this.lookUpEditDateFormat.TabIndex = 310;
     //
     // labelControlTop
     //
     this.labelControlTop.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlTop.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlTop.Location = new System.Drawing.Point(592, 67);
     this.labelControlTop.Name = "labelControlTop";
     this.labelControlTop.Size = new System.Drawing.Size(95, 13);
     this.labelControlTop.TabIndex = 309;
     this.labelControlTop.Text = "[ส่วนบนของเอกสาร]";
     //
     // labelControlLogo
     //
     this.labelControlLogo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlLogo.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlLogo.Location = new System.Drawing.Point(58, 67);
     this.labelControlLogo.Name = "labelControlLogo";
     this.labelControlLogo.Size = new System.Drawing.Size(125, 13);
     this.labelControlLogo.TabIndex = 309;
     this.labelControlLogo.Text = "ตำแหน่ง Apartment Logo :";
     //
     // labelControlDateFormat
     //
     this.labelControlDateFormat.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelControlDateFormat.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControlDateFormat.Location = new System.Drawing.Point(23, 32);
     this.labelControlDateFormat.Name = "labelControlDateFormat";
     this.labelControlDateFormat.Size = new System.Drawing.Size(160, 13);
     this.labelControlDateFormat.TabIndex = 266;
     this.labelControlDateFormat.Text = "รูปแบบการแสดงผลของวันที่ :";
     //
     // groupControlVat
     //
     this.groupControlVat.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControlVat.AppearanceCaption.Options.UseFont = true;
     this.groupControlVat.Controls.Add(this.labelControl1);
     this.groupControlVat.Controls.Add(this.lookUpEditVatType);
     this.groupControlVat.Controls.Add(this.labelControl12);
     this.groupControlVat.Controls.Add(this.labelVatType);
     this.groupControlVat.Controls.Add(this.textEditAmountVat);
     this.groupControlVat.Controls.Add(this.labelControl8);
     this.groupControlVat.Controls.Add(this.labelVat);
     this.groupControlVat.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlVat.Location = new System.Drawing.Point(0, 0);
     this.groupControlVat.Margin = new System.Windows.Forms.Padding(20);
     this.groupControlVat.Name = "groupControlVat";
     this.groupControlVat.Size = new System.Drawing.Size(799, 54);
     this.groupControlVat.TabIndex = 10;
     this.groupControlVat.Text = "การคิดภาษี";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl1.Location = new System.Drawing.Point(289, 32);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(6, 13);
     this.labelControl1.TabIndex = 319;
     this.labelControl1.Text = "*";
     //
     // lookUpEditVatType
     //
     this.lookUpEditVatType.Location = new System.Drawing.Point(398, 29);
     this.lookUpEditVatType.Name = "lookUpEditVatType";
     this.lookUpEditVatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lookUpEditVatType.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("vattype_label", " ")});
     this.lookUpEditVatType.Size = new System.Drawing.Size(166, 20);
     this.lookUpEditVatType.TabIndex = 318;
     //
     // labelControl12
     //
     this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControl12.Location = new System.Drawing.Point(6, 32);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(6, 13);
     this.labelControl12.TabIndex = 317;
     this.labelControl12.Text = "*";
     //
     // labelVatType
     //
     this.labelVatType.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelVatType.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelVatType.Location = new System.Drawing.Point(301, 32);
     this.labelVatType.Name = "labelVatType";
     this.labelVatType.Size = new System.Drawing.Size(91, 13);
     this.labelVatType.TabIndex = 307;
     this.labelVatType.Text = "รูปแบบการคิดภาษี :";
     //
     // textEditAmountVat
     //
     this.textEditAmountVat.EditValue = "0000000000000000";
     this.textEditAmountVat.Location = new System.Drawing.Point(200, 29);
     this.textEditAmountVat.Name = "textEditAmountVat";
     this.textEditAmountVat.Properties.Appearance.BackColor = System.Drawing.Color.White;
     this.textEditAmountVat.Properties.Appearance.Options.UseBackColor = true;
     this.textEditAmountVat.Properties.Appearance.Options.UseTextOptions = true;
     this.textEditAmountVat.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.textEditAmountVat.Properties.DisplayFormat.FormatString = "n2";
     this.textEditAmountVat.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditAmountVat.Properties.EditFormat.FormatString = "n2";
     this.textEditAmountVat.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.textEditAmountVat.Properties.Mask.EditMask = "(\\d){1,3}|(\\d){1,3}\\.([0-9]){2}";
     this.textEditAmountVat.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.textEditAmountVat.Properties.Mask.ShowPlaceHolders = false;
     this.textEditAmountVat.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.textEditAmountVat.Properties.MaxLength = 2;
     this.textEditAmountVat.Properties.NullText = "0.00";
     this.textEditAmountVat.Properties.NullValuePrompt = "0.00";
     this.textEditAmountVat.Properties.NullValuePromptShowForEmptyValue = true;
     this.textEditAmountVat.ShowToolTips = false;
     this.textEditAmountVat.Size = new System.Drawing.Size(53, 20);
     this.textEditAmountVat.TabIndex = 306;
     this.textEditAmountVat.Tag = "";
     //
     // labelControl8
     //
     this.labelControl8.Location = new System.Drawing.Point(259, 32);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(11, 13);
     this.labelControl8.TabIndex = 305;
     this.labelControl8.Text = "%";
     //
     // labelVat
     //
     this.labelVat.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.labelVat.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelVat.Location = new System.Drawing.Point(37, 32);
     this.labelVat.Name = "labelVat";
     this.labelVat.Size = new System.Drawing.Size(146, 13);
     this.labelVat.TabIndex = 266;
     this.labelVat.Text = "อัตราภาษีมูลค่าเพิ่ม :";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.labelControlRequired);
     this.panelControl1.Controls.Add(this.bttEdit);
     this.panelControl1.Controls.Add(this.bttCancel);
     this.panelControl1.Controls.Add(this.bttSave);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 600);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(819, 66);
     this.panelControl1.TabIndex = 21;
     //
     // labelControlRequired
     //
     this.labelControlRequired.Appearance.ForeColor = System.Drawing.Color.Red;
     this.labelControlRequired.Location = new System.Drawing.Point(7, 5);
     this.labelControlRequired.Name = "labelControlRequired";
     this.labelControlRequired.Size = new System.Drawing.Size(50, 13);
     this.labelControlRequired.TabIndex = 347;
     this.labelControlRequired.Text = "* โปรดระบุ";
     //
     // bttEdit
     //
     this.bttEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttEdit.Image = global::DXWindowsApplication2.Properties.Resources.edit;
     this.bttEdit.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttEdit.Location = new System.Drawing.Point(592, 5);
     this.bttEdit.Name = "bttEdit";
     this.bttEdit.Size = new System.Drawing.Size(70, 55);
     this.bttEdit.TabIndex = 19;
     this.bttEdit.Text = "แก้ไขข้อมูล";
     this.bttEdit.Click += new System.EventHandler(this.bttEdit_Click);
     //
     // bttCancel
     //
     this.bttCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttCancel.Enabled = false;
     this.bttCancel.Image = global::DXWindowsApplication2.Properties.Resources.Close;
     this.bttCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttCancel.Location = new System.Drawing.Point(744, 5);
     this.bttCancel.Name = "bttCancel";
     this.bttCancel.Size = new System.Drawing.Size(70, 55);
     this.bttCancel.TabIndex = 22;
     this.bttCancel.Text = "ยกเลิก";
     this.bttCancel.Click += new System.EventHandler(this.bttCancel_Click);
     //
     // bttSave
     //
     this.bttSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bttSave.Enabled = false;
     this.bttSave.Image = global::DXWindowsApplication2.Properties.Resources.save;
     this.bttSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.bttSave.Location = new System.Drawing.Point(668, 5);
     this.bttSave.Name = "bttSave";
     this.bttSave.Size = new System.Drawing.Size(70, 55);
     this.bttSave.TabIndex = 21;
     this.bttSave.Text = "บันทึก";
     this.bttSave.Click += new System.EventHandler(this.bttSave_Click);
     //
     // BasicInfoDocument
     //
     this.Appearance.BackColor = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl2);
     this.Name = "BasicInfoDocument";
     this.Padding = new System.Windows.Forms.Padding(7);
     this.Size = new System.Drawing.Size(1094, 680);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl_BusinessList)).EndInit();
     this.groupControl_BusinessList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCompany)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlDocInfo)).EndInit();
     this.groupControlDocInfo.ResumeLayout(false);
     this.xtraScrollableControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlReceiptFormat)).EndInit();
     this.groupControlReceiptFormat.ResumeLayout(false);
     this.groupControlReceiptFormat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPaperReciept.Properties)).EndInit();
     this.groupBoxFormat3.ResumeLayout(false);
     this.groupBoxFormat3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateReciept.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixReceipt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditReceiptDateFormat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleReceipt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditReceiptStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderReciept2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderReciept1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditRecieptFooter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditRecieptHeader.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlInvoiceFormat)).EndInit();
     this.groupControlInvoiceFormat.ResumeLayout(false);
     this.groupControlInvoiceFormat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditPaperInvoice.Properties)).EndInit();
     this.groupBoxFormat2.ResumeLayout(false);
     this.groupBoxFormat2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateInvoice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixInvoice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInvoiceDateFormat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleInvoice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditInvoiceStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderInvoice2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditUnderInvoice1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditInvoiceFooter.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memoEditInvoiceHeader.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlContractFormat)).EndInit();
     this.groupControlContractFormat.ResumeLayout(false);
     this.groupBoxFormat1.ResumeLayout(false);
     this.groupBoxFormat1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditSaperateContract.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditPrefixContract.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractDateFormat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditExampleContract.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditContractStart.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlDocType)).EndInit();
     this.groupControlDocType.ResumeLayout(false);
     this.groupControlDocType.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroupLogoPosition.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditDocumentID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditDateFormat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlVat)).EndInit();
     this.groupControlVat.ResumeLayout(false);
     this.groupControlVat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEditVatType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEditAmountVat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }