/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.chkSelect = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.listView = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // chkSelect
     //
     this.chkSelect.AutoSize = true;
     this.chkSelect.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.chkSelect.BackgroundStyle.Class = "";
     this.chkSelect.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkSelect.Checked = true;
     this.chkSelect.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkSelect.CheckValue = "Y";
     this.chkSelect.Location = new System.Drawing.Point(34, 317);
     this.chkSelect.Name = "chkSelect";
     this.chkSelect.Size = new System.Drawing.Size(54, 21);
     this.chkSelect.TabIndex = 3;
     this.chkSelect.Text = "全選";
     this.chkSelect.Click += new System.EventHandler(this.chkSelect_CheckedChanged);
     //
     // listView
     //
     //
     //
     //
     this.listView.Border.Class = "ListViewBorder";
     this.listView.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listView.CheckBoxes = true;
     this.listView.FullRowSelect = true;
     this.listView.Location = new System.Drawing.Point(34, 53);
     this.listView.Name = "listView";
     this.listView.ShowItemToolTips = true;
     this.listView.Size = new System.Drawing.Size(424, 258);
     this.listView.TabIndex = 2;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.List;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(23, 13);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(141, 21);
     this.labelX1.TabIndex = 31;
     this.labelX1.Text = "請勾選報表顯示欄位。";
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.AutoSize = true;
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnPrint.Location = new System.Drawing.Point(383, 329);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 25);
     this.btnPrint.TabIndex = 32;
     this.btnPrint.Text = "列 印";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click_1);
     //
     // Student_CourseList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(492, 366);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.chkSelect);
     this.Controls.Add(this.listView);
     this.DoubleBuffered = true;
     this.Name = "Student_CourseList";
     this.Text = "";
     this.TitleText = "選課名單";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 public FrmEditLabel(bool IsLayer, DevComponents.DotNetBar.Controls.ListViewEx list)
 {
     InitializeComponent();
     m_IsLayer = IsLayer;
     m_List    = list;
     isEdit    = false;
     InInitializeForm();
 }
Example #3
0
        private void DoListViewMouseDoubleClick(object sender, System.Windows.Forms.MouseEventArgs e)
        {
            DevComponents.DotNetBar.Controls.ListViewEx listView = sender as DevComponents.DotNetBar.Controls.ListViewEx;
            System.Windows.Forms.ListViewItem           item     = null;
            if (item == null)
            {
                return;
            }
            switch (listView.Name)
            {
            case "listAddField":
            {
                item = listAddField.GetItemAt(e.X, e.Y);
                System.Drawing.Rectangle rec = item.GetBounds(System.Windows.Forms.ItemBoundsPortion.Entire);
                if (e.X <= listAddField.Columns[0].Width)
                {
                    m_EditObject = item;
                    Form.frmSymbolEdit frm = new GeoSymbology.Form.frmSymbolEdit(this, item.Tag as ISymbol, "");
                    frm.ShowDialog();
                }
                else if (e.X > listAddField.Columns[0].Width && e.X <=
                         listAddField.Columns[0].Width + listAddField.Columns[1].Width)
                {
                    listAddField.Items.Remove(item);
                    item.ImageKey = "";
                    listAllField.Items.Add(item);
                }
            }
            break;

            case "listAllField":
            {
                item = listAllField.GetItemAt(e.X, e.Y);
                listAllField.Items.Remove(item);
                listAddField.Items.Add(item);
                listAddField.SmallImageList.Images.Add(item.Name.Replace("Item", "Symbol"),
                                                       ModuleCommon.Symbol2Picture(item.Tag as ISymbol, ModuleCommon.ImageWidth, ModuleCommon.ImageHeight));
                item.ImageKey = item.Name.Replace("Item", "Symbol");
            }
            break;
            }
        }
 /// <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.btnRemov = new DevComponents.DotNetBar.ButtonX();
     this.saveButton = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.lbSelList = new System.Windows.Forms.ListBox();
     this.cancelButton = new DevComponents.DotNetBar.ButtonX();
     this.labelXTitle = new DevComponents.DotNetBar.LabelX();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.cmbContinuationType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmbHistoricalPeriod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem_tick = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.textBoxXListName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX_repeat_dialy = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.buttonX_add_date = new DevComponents.DotNetBar.ButtonX();
     this.listViewEx_dates = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.dateTimeInput_date = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.buttonX_add = new DevComponents.DotNetBar.ButtonX();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.checkedListBox_rd = new System.Windows.Forms.CheckedListBox();
     this.checkBoxX_parttime = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.listViewEx_times = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.ui_nudDOMDepth = new System.Windows.Forms.NumericUpDown();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panelEx1.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput_date)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ui_nudDOMDepth)).BeginInit();
     this.SuspendLayout();
     //
     // btnRemov
     //
     this.btnRemov.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRemov.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRemov.Location = new System.Drawing.Point(696, 45);
     this.btnRemov.Name = "btnRemov";
     this.btnRemov.Size = new System.Drawing.Size(75, 24);
     this.btnRemov.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnRemov.TabIndex = 73;
     this.btnRemov.Text = "<";
     this.btnRemov.Click += new System.EventHandler(this.btnRemov_Click);
     //
     // saveButton
     //
     this.saveButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.saveButton.Location = new System.Drawing.Point(542, 404);
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(105, 31);
     this.saveButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.saveButton.TabIndex = 70;
     this.saveButton.Text = "Save";
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX5.Location = new System.Drawing.Point(546, 48);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(131, 21);
     this.labelX5.TabIndex = 68;
     this.labelX5.Text = "Selected symbols:";
     //
     // lbSelList
     //
     this.lbSelList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.lbSelList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbSelList.FormattingEnabled = true;
     this.lbSelList.ItemHeight = 15;
     this.lbSelList.Location = new System.Drawing.Point(542, 71);
     this.lbSelList.Name = "lbSelList";
     this.lbSelList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbSelList.Size = new System.Drawing.Size(229, 319);
     this.lbSelList.TabIndex = 58;
     //
     // cancelButton
     //
     this.cancelButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelButton.Location = new System.Drawing.Point(666, 404);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(105, 31);
     this.cancelButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelButton.TabIndex = 21;
     this.cancelButton.Text = "Cancel";
     this.toolTip1.SetToolTip(this.cancelButton, "Return without saving");
     //
     // labelXTitle
     //
     //
     //
     //
     this.labelXTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelXTitle.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelXTitle.Location = new System.Drawing.Point(101, 4);
     this.labelXTitle.Name = "labelXTitle";
     this.labelXTitle.Size = new System.Drawing.Size(239, 34);
     this.labelXTitle.TabIndex = 19;
     this.labelXTitle.Text = "EDIT SYMBOLS LIST";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::TickNetClient.Properties.Resources.backbutton1;
     this.pictureBox1.Location = new System.Drawing.Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(44, 44);
     this.pictureBox1.TabIndex = 12;
     this.pictureBox1.TabStop = false;
     this.toolTip1.SetToolTip(this.pictureBox1, "Cancel");
     this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // cmbContinuationType
     //
     this.cmbContinuationType.DisplayMember = "Text";
     this.cmbContinuationType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbContinuationType.FormattingEnabled = true;
     this.cmbContinuationType.ItemHeight = 17;
     this.cmbContinuationType.Location = new System.Drawing.Point(185, 129);
     this.cmbContinuationType.Name = "cmbContinuationType";
     this.cmbContinuationType.Size = new System.Drawing.Size(198, 23);
     this.cmbContinuationType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbContinuationType.TabIndex = 88;
     //
     // cmbHistoricalPeriod
     //
     this.cmbHistoricalPeriod.DisplayMember = "Text";
     this.cmbHistoricalPeriod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHistoricalPeriod.FormattingEnabled = true;
     this.cmbHistoricalPeriod.ItemHeight = 17;
     this.cmbHistoricalPeriod.Items.AddRange(new object[] {
     this.comboItem_tick,
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem15});
     this.cmbHistoricalPeriod.Location = new System.Drawing.Point(185, 100);
     this.cmbHistoricalPeriod.Name = "cmbHistoricalPeriod";
     this.cmbHistoricalPeriod.Size = new System.Drawing.Size(351, 23);
     this.cmbHistoricalPeriod.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbHistoricalPeriod.TabIndex = 87;
     //
     // comboItem_tick
     //
     this.comboItem_tick.Text = "tick";
     //
     // comboItem1
     //
     this.comboItem1.Text = "1 minute";
     //
     // comboItem2
     //
     this.comboItem2.Text = "2 minutes";
     //
     // comboItem3
     //
     this.comboItem3.Text = "3 minutes";
     //
     // comboItem4
     //
     this.comboItem4.Text = "5 minutes";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10 minutes";
     //
     // comboItem6
     //
     this.comboItem6.Text = "15 minutes";
     //
     // comboItem7
     //
     this.comboItem7.Text = "30 minutes";
     //
     // comboItem8
     //
     this.comboItem8.Text = "60 minutes";
     //
     // comboItem9
     //
     this.comboItem9.Text = "240 minutes";
     //
     // comboItem10
     //
     this.comboItem10.Text = "Daily";
     //
     // comboItem11
     //
     this.comboItem11.Text = "Weekly";
     //
     // comboItem12
     //
     this.comboItem12.Text = "Monthly";
     //
     // comboItem13
     //
     this.comboItem13.Text = "Quarterly";
     //
     // comboItem14
     //
     this.comboItem14.Text = "Semiannual";
     //
     // comboItem15
     //
     this.comboItem15.Text = "Yearly";
     //
     // textBoxXListName
     //
     this.textBoxXListName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxXListName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxXListName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxXListName.Border.BorderLeftWidth = 3;
     this.textBoxXListName.Border.Class = "TextBoxBorder";
     this.textBoxXListName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxXListName.ForeColor = System.Drawing.Color.Black;
     this.textBoxXListName.Location = new System.Drawing.Point(185, 71);
     this.textBoxXListName.Name = "textBoxXListName";
     this.textBoxXListName.Size = new System.Drawing.Size(351, 23);
     this.textBoxXListName.TabIndex = 83;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX1.Location = new System.Drawing.Point(104, 71);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 21);
     this.labelX1.TabIndex = 84;
     this.labelX1.Text = "List Name:";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX2.Location = new System.Drawing.Point(104, 100);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(75, 21);
     this.labelX2.TabIndex = 85;
     this.labelX2.Text = "Timeframe:";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX3.Location = new System.Drawing.Point(45, 127);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(134, 21);
     this.labelX3.TabIndex = 86;
     this.labelX3.Text = "Continuation Types:";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // checkBoxX_repeat_dialy
     //
     //
     //
     //
     this.checkBoxX_repeat_dialy.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX_repeat_dialy.Location = new System.Drawing.Point(212, 28);
     this.checkBoxX_repeat_dialy.Name = "checkBoxX_repeat_dialy";
     this.checkBoxX_repeat_dialy.Size = new System.Drawing.Size(136, 23);
     this.checkBoxX_repeat_dialy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX_repeat_dialy.TabIndex = 89;
     this.checkBoxX_repeat_dialy.Text = "Days required";
     this.checkBoxX_repeat_dialy.CheckedChanged += new System.EventHandler(this.checkBoxX_repeat_dialy_CheckedChanged);
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.buttonX_add_date);
     this.panelEx1.Controls.Add(this.listViewEx_dates);
     this.panelEx1.Controls.Add(this.dateTimeInput_date);
     this.panelEx1.Controls.Add(this.buttonX_add);
     this.panelEx1.Controls.Add(this.dateTimeInput2);
     this.panelEx1.Controls.Add(this.dateTimeInput1);
     this.panelEx1.Controls.Add(this.checkedListBox_rd);
     this.panelEx1.Controls.Add(this.checkBoxX_parttime);
     this.panelEx1.Controls.Add(this.listViewEx_times);
     this.panelEx1.Controls.Add(this.labelX4);
     this.panelEx1.Controls.Add(this.checkBoxX_repeat_dialy);
     this.panelEx1.Location = new System.Drawing.Point(24, 172);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(512, 218);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 90;
     //
     // buttonX_add_date
     //
     this.buttonX_add_date.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add_date.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add_date.Location = new System.Drawing.Point(448, 28);
     this.buttonX_add_date.Name = "buttonX_add_date";
     this.buttonX_add_date.Size = new System.Drawing.Size(49, 23);
     this.buttonX_add_date.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add_date.TabIndex = 103;
     this.buttonX_add_date.Text = "Add";
     this.buttonX_add_date.Click += new System.EventHandler(this.buttonX_add_date_Click);
     //
     // listViewEx_dates
     //
     this.listViewEx_dates.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_dates.Border.Class = "ListViewBorder";
     this.listViewEx_dates.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_dates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1});
     this.listViewEx_dates.ContextMenuStrip = this.contextMenuStrip2;
     this.listViewEx_dates.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_dates.Location = new System.Drawing.Point(354, 57);
     this.listViewEx_dates.Name = "listViewEx_dates";
     this.listViewEx_dates.Size = new System.Drawing.Size(143, 149);
     this.listViewEx_dates.TabIndex = 102;
     this.listViewEx_dates.UseCompatibleStateImageBehavior = false;
     this.listViewEx_dates.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Date";
     this.columnHeader1.Width = 120;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip2.Name = "contextMenuStrip1";
     this.contextMenuStrip2.Size = new System.Drawing.Size(108, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
     this.toolStripMenuItem1.Text = "Delete";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // dateTimeInput_date
     //
     //
     //
     //
     this.dateTimeInput_date.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput_date.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput_date.ButtonDropDown.Visible = true;
     this.dateTimeInput_date.IsPopupCalendarOpen = false;
     this.dateTimeInput_date.Location = new System.Drawing.Point(354, 28);
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput_date.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput_date.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput_date.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput_date.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput_date.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput_date.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput_date.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput_date.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput_date.Name = "dateTimeInput_date";
     this.dateTimeInput_date.Size = new System.Drawing.Size(88, 23);
     this.dateTimeInput_date.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput_date.TabIndex = 101;
     this.dateTimeInput_date.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // buttonX_add
     //
     this.buttonX_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add.Enabled = false;
     this.buttonX_add.Location = new System.Drawing.Point(155, 57);
     this.buttonX_add.Name = "buttonX_add";
     this.buttonX_add.Size = new System.Drawing.Size(49, 23);
     this.buttonX_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add.TabIndex = 100;
     this.buttonX_add.Text = "Add";
     this.buttonX_add.Click += new System.EventHandler(this.buttonX_add_Click);
     //
     // dateTimeInput2
     //
     //
     //
     //
     this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput2.ButtonDropDown.Visible = true;
     this.dateTimeInput2.Enabled = false;
     this.dateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(79, 58);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput2.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.Visible = false;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(64, 23);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 99;
     this.dateTimeInput2.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // dateTimeInput1
     //
     //
     //
     //
     this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput1.ButtonDropDown.Visible = true;
     this.dateTimeInput1.Enabled = false;
     this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(12, 58);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.Visible = false;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(64, 23);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 98;
     this.dateTimeInput1.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // checkedListBox_rd
     //
     this.checkedListBox_rd.Enabled = false;
     this.checkedListBox_rd.FormattingEnabled = true;
     this.checkedListBox_rd.Items.AddRange(new object[] {
     "Sunday",
     "Monday",
     "Tuesday",
     "Wednesday",
     "Thursday",
     "Friday",
     "Saturday"});
     this.checkedListBox_rd.Location = new System.Drawing.Point(212, 57);
     this.checkedListBox_rd.Name = "checkedListBox_rd";
     this.checkedListBox_rd.Size = new System.Drawing.Size(136, 148);
     this.checkedListBox_rd.TabIndex = 96;
     //
     // checkBoxX_parttime
     //
     //
     //
     //
     this.checkBoxX_parttime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX_parttime.Location = new System.Drawing.Point(12, 28);
     this.checkBoxX_parttime.Name = "checkBoxX_parttime";
     this.checkBoxX_parttime.Size = new System.Drawing.Size(192, 23);
     this.checkBoxX_parttime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX_parttime.TabIndex = 95;
     this.checkBoxX_parttime.Text = "Is particular?";
     this.checkBoxX_parttime.CheckedChanged += new System.EventHandler(this.checkBoxX_parttime_CheckedChanged);
     //
     // listViewEx_times
     //
     this.listViewEx_times.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_times.Border.Class = "ListViewBorder";
     this.listViewEx_times.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_times.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader2,
     this.columnHeader3});
     this.listViewEx_times.ContextMenuStrip = this.contextMenuStrip1;
     this.listViewEx_times.Enabled = false;
     this.listViewEx_times.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_times.Location = new System.Drawing.Point(12, 87);
     this.listViewEx_times.Name = "listViewEx_times";
     this.listViewEx_times.Size = new System.Drawing.Size(192, 116);
     this.listViewEx_times.TabIndex = 94;
     this.listViewEx_times.UseCompatibleStateImageBehavior = false;
     this.listViewEx_times.View = System.Windows.Forms.View.Details;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Time Start";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Time End";
     this.columnHeader3.Width = 80;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.labelX4.Location = new System.Drawing.Point(3, 3);
     this.labelX4.Name = "labelX4";
     this.labelX4.PaddingLeft = 10;
     this.labelX4.Size = new System.Drawing.Size(110, 23);
     this.labelX4.TabIndex = 90;
     this.labelX4.Text = "Schedule";
     //
     // ui_nudDOMDepth
     //
     this.ui_nudDOMDepth.BackColor = System.Drawing.Color.White;
     this.ui_nudDOMDepth.ForeColor = System.Drawing.Color.Black;
     this.ui_nudDOMDepth.Location = new System.Drawing.Point(485, 128);
     this.ui_nudDOMDepth.Maximum = new decimal(new int[] {
     500,
     0,
     0,
     0});
     this.ui_nudDOMDepth.Name = "ui_nudDOMDepth";
     this.ui_nudDOMDepth.Size = new System.Drawing.Size(51, 23);
     this.ui_nudDOMDepth.TabIndex = 92;
     this.ui_nudDOMDepth.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX6.Location = new System.Drawing.Point(389, 127);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(90, 21);
     this.labelX6.TabIndex = 93;
     this.labelX6.Text = "Depth";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // EditListControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.labelX6);
     this.Controls.Add(this.ui_nudDOMDepth);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.cmbContinuationType);
     this.Controls.Add(this.cmbHistoricalPeriod);
     this.Controls.Add(this.textBoxXListName);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.labelXTitle);
     this.Controls.Add(this.btnRemov);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.lbSelList);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "EditListControl";
     this.Size = new System.Drawing.Size(800, 482);
     this.Load += new System.EventHandler(this.EditListControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panelEx1.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput_date)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ui_nudDOMDepth)).EndInit();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(TrajectoryEditor));

            _ListViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ListViewEx1.SelectedIndexChanged += new EventHandler(ListViewEx1_SelectedIndexChanged);
            _ColumnHeader1 = new ColumnHeader();
            _ColumnHeader2 = new ColumnHeader();
            _ColumnHeader3 = new ColumnHeader();
            _ColumnHeader4 = new ColumnHeader();
            _ComboBoxEx1   = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBoxEx1.SelectedIndexChanged += new EventHandler(ComboBoxEx1_SelectedIndexChanged);
            _IntegerInput1 = new DevComponents.Editors.IntegerInput();
            _IntegerInput1.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _IntegerInput2 = new DevComponents.Editors.IntegerInput();
            _IntegerInput2.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _IntegerInput3 = new DevComponents.Editors.IntegerInput();
            _IntegerInput3.ValueChanged += new EventHandler(IntegerInput1_ValueChanged);
            _LabelX2         = new DevComponents.DotNetBar.LabelX();
            _LabelX3         = new DevComponents.DotNetBar.LabelX();
            _ButtonX1        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX1.Click += new EventHandler(ButtonX1_Click);
            _ButtonX2        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX2.Click += new EventHandler(ButtonX2_Click);
            _ButtonX3        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX3.Click += new EventHandler(ButtonX3_Click);
            _ButtonX4        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX4.Click += new EventHandler(ButtonX4_Click);
            _LabelX4         = new DevComponents.DotNetBar.LabelX();
            _LabelX5         = new DevComponents.DotNetBar.LabelX();
            _LabelX6         = new DevComponents.DotNetBar.LabelX();
            _LabelX7         = new DevComponents.DotNetBar.LabelX();
            _ButtonX5        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX5.Click += new EventHandler(ButtonX5_Click);
            _ButtonX6        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX6.Click += new EventHandler(ButtonX6_Click);
            _ButtonX7        = new DevComponents.DotNetBar.ButtonX();
            _ButtonX7.Click += new EventHandler(ButtonX7_Click);
            _ButtonX8        = new DevComponents.DotNetBar.ButtonX();
            _Panel1          = new Panel();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput2).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput3).BeginInit();
            _Panel1.SuspendLayout();
            SuspendLayout();
            //
            // ListViewEx1
            //
            resources.ApplyResources(_ListViewEx1, "ListViewEx1");
            _ListViewEx1.BackColor = Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.Columns.AddRange(new ColumnHeader[] { _ColumnHeader1, _ColumnHeader2, _ColumnHeader3, _ColumnHeader4 });
            _ListViewEx1.DisabledBackColor = Color.Empty;
            _ListViewEx1.FocusCuesEnabled  = false;
            _ListViewEx1.ForeColor         = Color.Black;
            _ListViewEx1.FullRowSelect     = true;
            _ListViewEx1.HeaderStyle       = ColumnHeaderStyle.Nonclickable;
            _ListViewEx1.HideSelection     = false;
            _ListViewEx1.MultiSelect       = false;
            _ListViewEx1.Name = "ListViewEx1";
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            _ListViewEx1.View = View.Details;
            //
            // ColumnHeader1
            //
            resources.ApplyResources(_ColumnHeader1, "ColumnHeader1");
            //
            // ColumnHeader2
            //
            resources.ApplyResources(_ColumnHeader2, "ColumnHeader2");
            //
            // ColumnHeader3
            //
            resources.ApplyResources(_ColumnHeader3, "ColumnHeader3");
            //
            // ColumnHeader4
            //
            resources.ApplyResources(_ColumnHeader4, "ColumnHeader4");
            //
            // ComboBoxEx1
            //
            resources.ApplyResources(_ComboBoxEx1, "ComboBoxEx1");
            _ComboBoxEx1.DisplayMember     = "Text";
            _ComboBoxEx1.DrawMode          = DrawMode.OwnerDrawFixed;
            _ComboBoxEx1.DropDownStyle     = ComboBoxStyle.DropDownList;
            _ComboBoxEx1.DropDownWidth     = 250;
            _ComboBoxEx1.ForeColor         = Color.Black;
            _ComboBoxEx1.FormattingEnabled = true;
            _ComboBoxEx1.Name  = "ComboBoxEx1";
            _ComboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // IntegerInput1
            //
            resources.ApplyResources(_IntegerInput1, "IntegerInput1");
            //
            //
            //
            _IntegerInput1.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput1.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput1.MaxValue   = 65535;
            _IntegerInput1.MinValue   = -65535;
            _IntegerInput1.Name       = "IntegerInput1";
            _IntegerInput1.ShowUpDown = true;
            //
            // IntegerInput2
            //
            resources.ApplyResources(_IntegerInput2, "IntegerInput2");
            //
            //
            //
            _IntegerInput2.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput2.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput2.MaxValue   = 65535;
            _IntegerInput2.MinValue   = -65535;
            _IntegerInput2.Name       = "IntegerInput2";
            _IntegerInput2.ShowUpDown = true;
            //
            // IntegerInput3
            //
            resources.ApplyResources(_IntegerInput3, "IntegerInput3");
            //
            //
            //
            _IntegerInput3.BackgroundStyle.Class      = "DateTimeInputBackground";
            _IntegerInput3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _IntegerInput3.ButtonFreeText.Shortcut    = DevComponents.DotNetBar.eShortcut.F2;
            _IntegerInput3.MaxValue   = 65535;
            _IntegerInput3.MinValue   = -65535;
            _IntegerInput3.Name       = "IntegerInput3";
            _IntegerInput3.ShowUpDown = true;
            //
            // LabelX2
            //
            resources.ApplyResources(_LabelX2, "LabelX2");
            _LabelX2.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX2.Name  = "LabelX2";
            _LabelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX3
            //
            resources.ApplyResources(_LabelX3, "LabelX3");
            _LabelX3.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX3.Name  = "LabelX3";
            _LabelX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX1
            //
            _ButtonX1.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX1, "ButtonX1");
            _ButtonX1.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX1.FocusCuesEnabled = false;
            _ButtonX1.Image            = My.Resources.MyIcons.icons8_add_subnode_16px;
            _ButtonX1.Name             = "ButtonX1";
            _ButtonX1.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX1.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX1.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX1.SymbolSize       = 12.0F;
            //
            // ButtonX2
            //
            _ButtonX2.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX2, "ButtonX2");
            _ButtonX2.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX2.FocusCuesEnabled = false;
            _ButtonX2.Image            = My.Resources.MyIcons.icons8_delete_subnode_16px;
            _ButtonX2.Name             = "ButtonX2";
            _ButtonX2.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX2.SymbolColor      = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(150)), Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(0)));
            _ButtonX2.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX2.SymbolSize       = 12.0F;
            //
            // ButtonX3
            //
            _ButtonX3.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX3, "ButtonX3");
            _ButtonX3.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX3.FocusCuesEnabled = false;
            _ButtonX3.Image            = My.Resources.MyIcons.icons8_export_16px;
            _ButtonX3.Name             = "ButtonX3";
            _ButtonX3.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX4
            //
            _ButtonX4.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX4, "ButtonX4");
            _ButtonX4.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX4.FocusCuesEnabled = false;
            _ButtonX4.Image            = My.Resources.MyIcons.icons8_import_16px;
            _ButtonX4.Name             = "ButtonX4";
            _ButtonX4.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX4
            //
            resources.ApplyResources(_LabelX4, "LabelX4");
            _LabelX4.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX4.Name = "LabelX4";
            //
            // LabelX5
            //
            resources.ApplyResources(_LabelX5, "LabelX5");
            _LabelX5.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX5.Name = "LabelX5";
            //
            // LabelX6
            //
            resources.ApplyResources(_LabelX6, "LabelX6");
            _LabelX6.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX6.Name = "LabelX6";
            //
            // LabelX7
            //
            resources.ApplyResources(_LabelX7, "LabelX7");
            _LabelX7.BackColor = Color.Transparent;
            //
            //
            //
            _LabelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX7.Name = "LabelX7";
            //
            // ButtonX5
            //
            _ButtonX5.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX5, "ButtonX5");
            _ButtonX5.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX5.FocusCuesEnabled = false;
            _ButtonX5.Image            = My.Resources.MyIcons.icons8_save_16px;
            _ButtonX5.Name             = "ButtonX5";
            _ButtonX5.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX6
            //
            _ButtonX6.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX6, "ButtonX6");
            _ButtonX6.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX6.FocusCuesEnabled = false;
            _ButtonX6.Image            = My.Resources.MyIcons.icons8_move_node_up_16px;
            _ButtonX6.Name             = "ButtonX6";
            _ButtonX6.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX6.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX6.SymbolSize       = 12.0F;
            //
            // ButtonX7
            //
            _ButtonX7.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX7, "ButtonX7");
            _ButtonX7.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX7.FocusCuesEnabled = false;
            _ButtonX7.Image            = My.Resources.MyIcons.icons8_move_node_down_16px;
            _ButtonX7.Name             = "ButtonX7";
            _ButtonX7.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX7.SymbolSet        = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX7.SymbolSize       = 12.0F;
            //
            // ButtonX8
            //
            _ButtonX8.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX8, "ButtonX8");
            _ButtonX8.AutoExpandOnClick = true;
            _ButtonX8.ColorTable        = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX8.FocusCuesEnabled  = false;
            _ButtonX8.Image             = My.Resources.MyIcons.icons8_plus_math_16px;
            _ButtonX8.Name        = "ButtonX8";
            _ButtonX8.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX8.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonX8.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonX8.SymbolSize  = 12.0F;
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_ButtonX8);
            _Panel1.Controls.Add(_ListViewEx1);
            _Panel1.Controls.Add(_ButtonX6);
            _Panel1.Controls.Add(_ComboBoxEx1);
            _Panel1.Controls.Add(_ButtonX7);
            _Panel1.Controls.Add(_LabelX4);
            _Panel1.Controls.Add(_ButtonX5);
            _Panel1.Controls.Add(_ButtonX3);
            _Panel1.Controls.Add(_LabelX7);
            _Panel1.Controls.Add(_ButtonX2);
            _Panel1.Controls.Add(_IntegerInput3);
            _Panel1.Controls.Add(_IntegerInput2);
            _Panel1.Controls.Add(_LabelX5);
            _Panel1.Controls.Add(_LabelX6);
            _Panel1.Controls.Add(_LabelX3);
            _Panel1.Controls.Add(_LabelX2);
            _Panel1.Controls.Add(_ButtonX4);
            _Panel1.Controls.Add(_ButtonX1);
            _Panel1.Controls.Add(_IntegerInput1);
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.Name = "Panel1";
            //
            // TrajectoryEditor
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(_Panel1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            MaximizeBox        = false;
            Name               = "TrajectoryEditor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_IntegerInput1).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput2).EndInit();
            ((System.ComponentModel.ISupportInitialize)_IntegerInput3).EndInit();
            _Panel1.ResumeLayout(false);
            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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.txtMST = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtdienthoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_capdo = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_codekh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.btnNhomKH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdTinhThanh = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txt_diachi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_tenkh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_tinhthanh = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.txtHanNo = new DevComponents.Editors.IntegerInput();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).BeginInit();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 301);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(877, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader5,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1,
     this.columnHeader4});
     this.lvhanghoa.Font = new System.Drawing.Font("Arial", 11F);
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(864, 226);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 54;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Code KH";
     this.columnHeader2.Width = 80;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Tên KH";
     this.columnHeader9.Width = 235;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "MST";
     this.columnHeader5.Width = 83;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Nhóm";
     this.columnHeader10.Width = 77;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Tỉnh thành";
     this.columnHeader3.Width = 100;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Địa chỉ";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Điện thoại";
     this.columnHeader12.Width = 87;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Hạn nợ";
     this.columnHeader13.Width = 80;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "makh";
     this.columnHeader14.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MAnhom";
     this.columnHeader1.Width = 0;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "matinh";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtHanNo);
     this.groupPanel2.Controls.Add(this.labelX8);
     this.groupPanel2.Controls.Add(this.labelX7);
     this.groupPanel2.Controls.Add(this.labelX6);
     this.groupPanel2.Controls.Add(this.txtMST);
     this.groupPanel2.Controls.Add(this.txtdienthoai);
     this.groupPanel2.Controls.Add(this.buttonX6);
     this.groupPanel2.Controls.Add(this.buttonX4);
     this.groupPanel2.Controls.Add(this.buttonX5);
     this.groupPanel2.Controls.Add(this.labelX5);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_capdo);
     this.groupPanel2.Controls.Add(this.txt_codekh);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.btnNhomKH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.cmdTinhThanh);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txt_diachi);
     this.groupPanel2.Controls.Add(this.txt_tenkh);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_tinhthanh);
     this.groupPanel2.Location = new System.Drawing.Point(5, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(880, 252);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN KHÁCH HÀNG";
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(20, 151);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(71, 25);
     this.labelX6.TabIndex = 83;
     this.labelX6.Text = "Mã Thuế:";
     //
     // txtMST
     //
     //
     //
     //
     this.txtMST.Border.Class = "TextBoxBorder";
     this.txtMST.FocusHighlightEnabled = true;
     this.txtMST.Location = new System.Drawing.Point(106, 151);
     this.txtMST.Multiline = true;
     this.txtMST.Name = "txtMST";
     this.txtMST.Size = new System.Drawing.Size(193, 24);
     this.txtMST.TabIndex = 4;
     //
     // txtdienthoai
     //
     //
     //
     //
     this.txtdienthoai.Border.Class = "TextBoxBorder";
     this.txtdienthoai.FocusHighlightEnabled = true;
     this.txtdienthoai.Location = new System.Drawing.Point(438, 12);
     this.txtdienthoai.Name = "txtdienthoai";
     this.txtdienthoai.Size = new System.Drawing.Size(374, 24);
     this.txtdienthoai.TabIndex = 5;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(408, 199);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 9;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(490, 199);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 10;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(325, 199);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 8;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(21, 117);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 79;
     this.labelX5.Text = "Tỉnh:";
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(363, 119);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(71, 25);
     this.labelX4.TabIndex = 78;
     this.labelX4.Text = "Cấp độ:";
     //
     // txt_capdo
     //
     //
     //
     //
     this.txt_capdo.Border.Class = "TextBoxBorder";
     this.txt_capdo.FocusHighlightEnabled = true;
     this.txt_capdo.Location = new System.Drawing.Point(438, 121);
     this.txt_capdo.Multiline = true;
     this.txt_capdo.Name = "txt_capdo";
     this.txt_capdo.Size = new System.Drawing.Size(374, 24);
     this.txt_capdo.TabIndex = 7;
     //
     // txt_codekh
     //
     //
     //
     //
     this.txt_codekh.Border.Class = "TextBoxBorder";
     this.txt_codekh.FocusHighlightEnabled = true;
     this.txt_codekh.Location = new System.Drawing.Point(106, 14);
     this.txt_codekh.Name = "txt_codekh";
     this.txt_codekh.Size = new System.Drawing.Size(193, 24);
     this.txt_codekh.TabIndex = 0;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(21, 10);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Code KH";
     //
     // btnNhomKH
     //
     this.btnNhomKH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnNhomKH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.btnNhomKH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNhomKH.Location = new System.Drawing.Point(302, 83);
     this.btnNhomKH.Name = "btnNhomKH";
     this.btnNhomKH.Size = new System.Drawing.Size(25, 22);
     this.btnNhomKH.TabIndex = 74;
     this.btnNhomKH.Text = "+";
     this.btnNhomKH.Click += new System.EventHandler(this.btnNhomKH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 197);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(874, 30);
     this.panel5.TabIndex = 70;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Location = new System.Drawing.Point(571, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 54;
     this.cmdInDS.Text = "In DS";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 83);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(83, 25);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Nhóm:";
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_nhom.Location = new System.Drawing.Point(106, 83);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(193, 24);
     this.cmb_nhom.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdTinhThanh
     //
     this.cmdTinhThanh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdTinhThanh.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdTinhThanh.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTinhThanh.Location = new System.Drawing.Point(302, 120);
     this.cmdTinhThanh.Name = "cmdTinhThanh";
     this.cmdTinhThanh.Size = new System.Drawing.Size(25, 22);
     this.cmdTinhThanh.TabIndex = 71;
     this.cmdTinhThanh.Text = "+";
     this.cmdTinhThanh.Click += new System.EventHandler(this.cmdTinhThanh_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(363, 60);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(53, 25);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Địa chỉ:";
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(363, 12);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(71, 25);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Điện thoại:";
     //
     // txt_diachi
     //
     //
     //
     //
     this.txt_diachi.Border.Class = "TextBoxBorder";
     this.txt_diachi.FocusHighlightEnabled = true;
     this.txt_diachi.Location = new System.Drawing.Point(438, 48);
     this.txt_diachi.Multiline = true;
     this.txt_diachi.Name = "txt_diachi";
     this.txt_diachi.Size = new System.Drawing.Size(374, 57);
     this.txt_diachi.TabIndex = 6;
     //
     // txt_tenkh
     //
     //
     //
     //
     this.txt_tenkh.Border.Class = "TextBoxBorder";
     this.txt_tenkh.FocusHighlightEnabled = true;
     this.txt_tenkh.Location = new System.Drawing.Point(106, 48);
     this.txt_tenkh.Name = "txt_tenkh";
     this.txt_tenkh.Size = new System.Drawing.Size(193, 24);
     this.txt_tenkh.TabIndex = 1;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 45);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên KH:";
     //
     // cmb_tinhthanh
     //
     this.cmb_tinhthanh.DisplayMember = "Text";
     this.cmb_tinhthanh.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_tinhthanh.FocusHighlightEnabled = true;
     this.cmb_tinhthanh.FormattingEnabled = true;
     this.cmb_tinhthanh.ItemHeight = 18;
     this.cmb_tinhthanh.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_tinhthanh.Location = new System.Drawing.Point(106, 120);
     this.cmb_tinhthanh.Name = "cmb_tinhthanh";
     this.cmb_tinhthanh.Size = new System.Drawing.Size(193, 24);
     this.cmb_tinhthanh.TabIndex = 3;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(364, 152);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(71, 25);
     this.labelX7.TabIndex = 84;
     this.labelX7.Text = "Hạn nợ:";
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(520, 154);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(40, 25);
     this.labelX8.TabIndex = 86;
     this.labelX8.Text = "ngày";
     //
     // txtHanNo
     //
     //
     //
     //
     this.txtHanNo.BackgroundStyle.Class = "DateTimeInputBackground";
     this.txtHanNo.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.txtHanNo.Location = new System.Drawing.Point(438, 154);
     this.txtHanNo.Name = "txtHanNo";
     this.txtHanNo.ShowUpDown = true;
     this.txtHanNo.Size = new System.Drawing.Size(80, 24);
     this.txtHanNo.TabIndex = 87;
     //
     // frmKhachHang
     //
     this.ClientSize = new System.Drawing.Size(897, 577);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhachHang";
     this.Text = "Quản lý khách hàng";
     this.Load += new System.EventHandler(this.frmKhachHang_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtHanNo)).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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmb_QG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.txtDienThoai = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(34, 214);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(555, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 75;
     this.groupPanel1.Text = "DANH SÁCH NHÀ SẢN XUẤT";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader1,
     this.columnHeader3,
     this.columnHeader4});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 46;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên NSX";
     this.columnHeader2.Width = 190;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MÃ QG";
     this.columnHeader1.Width = 106;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Điện Thoại";
     this.columnHeader3.Width = 111;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "masx";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.cmb_QG);
     this.groupPanel2.Controls.Add(this.txtDienThoai);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(34, 41);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(555, 171);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN NHÀ SẢN XUẤT";
     //
     // cmb_QG
     //
     this.cmb_QG.DisplayMember = "Text";
     this.cmb_QG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_QG.FocusHighlightEnabled = true;
     this.cmb_QG.FormattingEnabled = true;
     this.cmb_QG.ItemHeight = 18;
     this.cmb_QG.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_QG.Location = new System.Drawing.Point(106, 51);
     this.cmb_QG.Name = "cmb_QG";
     this.cmb_QG.Size = new System.Drawing.Size(193, 24);
     this.cmb_QG.TabIndex = 1;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // txtDienThoai
     //
     //
     //
     //
     this.txtDienThoai.Border.Class = "TextBoxBorder";
     this.txtDienThoai.FocusHighlightEnabled = true;
     this.txtDienThoai.Location = new System.Drawing.Point(106, 83);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Size = new System.Drawing.Size(193, 24);
     this.txtDienThoai.TabIndex = 2;
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(21, 79);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(79, 25);
     this.labelX2.TabIndex = 74;
     this.labelX2.Text = "Điện thoại:";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(21, 48);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(70, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "Quốc gia:";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 116);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(549, 30);
     this.panel5.TabIndex = 3;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(223, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(305, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(140, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(106, 16);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(21, 12);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(70, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên NSX:";
     //
     // frmNSX
     //
     this.ClientSize = new System.Drawing.Size(627, 450);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmNSX";
     this.Text = "Nhà sản xuất";
     this.Load += new System.EventHandler(this.frmNSX_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #8
0
 private void InitializeComponent()
 {
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.lblFullName = new DevComponents.DotNetBar.LabelX();
     this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.expandablePanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // expandablePanel1
     //
     this.expandablePanel1.AutoScroll = true;
     this.expandablePanel1.AutoSize = true;
     this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.expandablePanel1.Controls.Add(this.flowLayoutPanel1);
     this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.expandablePanel1.ExpandOnTitleClick = true;
     this.expandablePanel1.Location = new System.Drawing.Point(0, 0);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(319, 184);
     this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.expandablePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandablePanel1.Style.GradientAngle = 90;
     this.expandablePanel1.TabIndex = 0;
     this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
     this.expandablePanel1.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.expandablePanel1.TitleStyle.GradientAngle = 90;
     this.expandablePanel1.TitleText = "Title Bar";
     this.expandablePanel1.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandablePanel1_ExpandedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.labelX1);
     this.flowLayoutPanel1.Controls.Add(this.lblFullName);
     this.flowLayoutPanel1.Controls.Add(this.listViewEx1);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 26);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(319, 158);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(3, 3);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(91, 23);
     this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelX1.TabIndex = 6;
     this.labelX1.Text = "TypeFullName:";
     //
     // lblFullName
     //
     //
     //
     //
     this.lblFullName.BackgroundStyle.Class = "";
     this.lblFullName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblFullName.Location = new System.Drawing.Point(100, 3);
     this.lblFullName.Name = "lblFullName";
     this.lblFullName.Size = new System.Drawing.Size(216, 23);
     this.lblFullName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.lblFullName.TabIndex = 7;
     //
     // listViewEx1
     //
     //
     //
     //
     this.listViewEx1.Border.Class = "ListViewBorder";
     this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.flowLayoutPanel1.SetFlowBreak(this.listViewEx1, true);
     this.listViewEx1.Location = new System.Drawing.Point(3, 32);
     this.listViewEx1.Name = "listViewEx1";
     this.listViewEx1.ShowItemToolTips = true;
     this.listViewEx1.Size = new System.Drawing.Size(313, 123);
     this.listViewEx1.TabIndex = 8;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.Tile;
     //
     // SinglePlugIn
     //
     this.Controls.Add(this.expandablePanel1);
     this.Name = "SinglePlugIn";
     this.Size = new System.Drawing.Size(319, 184);
     this.expandablePanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
0
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjectCatalog));

            _ListViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
            _AdvTree1    = new DevComponents.AdvTree.AdvTree();
            _AdvTree1.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(AdvTree1_AfterNodeSelect);
            _ImageList_RefSymbols      = new System.Windows.Forms.ImageList(components);
            _Node1              = new DevComponents.AdvTree.Node();
            _NodeConnector1     = new DevComponents.AdvTree.NodeConnector();
            _ElementStyle1      = new DevComponents.DotNetBar.ElementStyle();
            _TableLayoutPanel_2 = new System.Windows.Forms.TableLayoutPanel();
            _TableLayoutPanel_1 = new System.Windows.Forms.TableLayoutPanel();
            _LabelX_MemberInfo  = new DevComponents.DotNetBar.LabelX();
            _CircularProgress1  = new DevComponents.DotNetBar.Controls.CircularProgress();
            ((System.ComponentModel.ISupportInitialize)_AdvTree1).BeginInit();
            _TableLayoutPanel_2.SuspendLayout();
            _TableLayoutPanel_1.SuspendLayout();
            SuspendLayout();
            //
            // ListViewEx1
            //
            _ListViewEx1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.DisabledBackColor = System.Drawing.Color.Empty;
            _ListViewEx1.Dock          = System.Windows.Forms.DockStyle.Fill;
            _ListViewEx1.ForeColor     = System.Drawing.Color.Black;
            _ListViewEx1.HideSelection = false;
            _ListViewEx1.Location      = new System.Drawing.Point(400, 3);
            _ListViewEx1.Name          = "ListViewEx1";
            _ListViewEx1.Size          = new System.Drawing.Size(391, 358);
            _ListViewEx1.TabIndex      = 0;
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            //
            // AdvTree1
            //
            _AdvTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            _AdvTree1.BackColor      = System.Drawing.SystemColors.Window;
            //
            //
            //
            _AdvTree1.BackgroundStyle.Class      = "TreeBorderKey";
            _AdvTree1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _AdvTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
            _AdvTree1.DragDropEnabled         = false;
            _AdvTree1.DragDropNodeCopyEnabled = false;
            _AdvTree1.ImageList               = _ImageList_RefSymbols;
            _AdvTree1.LicenseKey              = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            _AdvTree1.Location                = new System.Drawing.Point(3, 3);
            _AdvTree1.Name                    = "AdvTree1";
            _AdvTree1.Nodes.AddRange(new DevComponents.AdvTree.Node[] { _Node1 });
            _AdvTree1.NodesConnector = _NodeConnector1;
            _AdvTree1.NodeStyle      = _ElementStyle1;
            _AdvTree1.PathSeparator  = ";";
            _AdvTree1.Size           = new System.Drawing.Size(391, 358);
            _AdvTree1.Styles.Add(_ElementStyle1);
            _AdvTree1.TabIndex = 1;
            _AdvTree1.Text     = "AdvTree1";
            //
            // ImageList_RefSymbols
            //
            _ImageList_RefSymbols.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
            _ImageList_RefSymbols.ImageSize        = new System.Drawing.Size(16, 16);
            _ImageList_RefSymbols.TransparentColor = System.Drawing.Color.Transparent;
            //
            // Node1
            //
            _Node1.Expanded = true;
            _Node1.Name     = "Node1";
            _Node1.Text     = "Node1";
            //
            // NodeConnector1
            //
            _NodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
            //
            // ElementStyle1
            //
            _ElementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ElementStyle1.Name       = "ElementStyle1";
            _ElementStyle1.TextColor  = System.Drawing.SystemColors.ControlText;
            //
            // TableLayoutPanel_2
            //
            _TableLayoutPanel_2.BackColor   = System.Drawing.Color.Transparent;
            _TableLayoutPanel_2.ColumnCount = 2;
            _TableLayoutPanel_2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.Controls.Add(_AdvTree1, 0, 0);
            _TableLayoutPanel_2.Controls.Add(_ListViewEx1, 1, 0);
            _TableLayoutPanel_2.Dock     = System.Windows.Forms.DockStyle.Fill;
            _TableLayoutPanel_2.Location = new System.Drawing.Point(3, 3);
            _TableLayoutPanel_2.Name     = "TableLayoutPanel_2";
            _TableLayoutPanel_2.RowCount = 1;
            _TableLayoutPanel_2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0F));
            _TableLayoutPanel_2.Size     = new System.Drawing.Size(794, 364);
            _TableLayoutPanel_2.TabIndex = 2;
            //
            // TableLayoutPanel_1
            //
            _TableLayoutPanel_1.BackColor   = System.Drawing.Color.Transparent;
            _TableLayoutPanel_1.ColumnCount = 1;
            _TableLayoutPanel_1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0F));
            _TableLayoutPanel_1.Controls.Add(_TableLayoutPanel_2, 0, 0);
            _TableLayoutPanel_1.Controls.Add(_LabelX_MemberInfo, 0, 1);
            _TableLayoutPanel_1.Dock     = System.Windows.Forms.DockStyle.Fill;
            _TableLayoutPanel_1.Location = new System.Drawing.Point(0, 0);
            _TableLayoutPanel_1.Name     = "TableLayoutPanel_1";
            _TableLayoutPanel_1.RowCount = 2;
            _TableLayoutPanel_1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0F));
            _TableLayoutPanel_1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80.0F));
            _TableLayoutPanel_1.Size     = new System.Drawing.Size(800, 450);
            _TableLayoutPanel_1.TabIndex = 3;
            _TableLayoutPanel_1.Visible  = false;
            //
            // LabelX_MemberInfo
            //
            //
            //
            //
            _LabelX_MemberInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_MemberInfo.Dock              = System.Windows.Forms.DockStyle.Fill;
            _LabelX_MemberInfo.Location          = new System.Drawing.Point(3, 373);
            _LabelX_MemberInfo.Name              = "LabelX_MemberInfo";
            _LabelX_MemberInfo.Size              = new System.Drawing.Size(794, 74);
            _LabelX_MemberInfo.TabIndex          = 3;
            _LabelX_MemberInfo.TextLineAlignment = System.Drawing.StringAlignment.Near;
            //
            // CircularProgress1
            //
            //
            //
            //
            _CircularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CircularProgress1.Location               = new System.Drawing.Point(363, 188);
            _CircularProgress1.Name                   = "CircularProgress1";
            _CircularProgress1.ProgressBarType        = DevComponents.DotNetBar.eCircularProgressType.Dot;
            _CircularProgress1.SetVisibleStateOnStart = true;
            _CircularProgress1.SetVisibleStateOnStop  = true;
            _CircularProgress1.Size                   = new System.Drawing.Size(75, 75);
            _CircularProgress1.Style                  = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            _CircularProgress1.TabIndex               = 5;
            //
            // ObjectCatalog
            //
            AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
            AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize          = new System.Drawing.Size(800, 450);
            Controls.Add(_CircularProgress1);
            Controls.Add(_TableLayoutPanel_1);
            Icon               = (System.Drawing.Icon)resources.GetObject("$this.Icon");
            Name               = "ObjectCatalog";
            StartPosition      = System.Windows.Forms.FormStartPosition.CenterScreen;
            Text               = "Object Catalog";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_AdvTree1).EndInit();
            _TableLayoutPanel_2.ResumeLayout(false);
            _TableLayoutPanel_1.ResumeLayout(false);
            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.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.lvThongBao = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.tenThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.noiDungThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ngayThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(12, 24);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(126, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Danh sách thông báo:";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(455, 207);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(75, 23);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 2;
     this.buttonX1.Text = "Thoát";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.ForeColor = System.Drawing.Color.Blue;
     this.labelX2.Location = new System.Drawing.Point(155, 0);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(202, 23);
     this.labelX2.TabIndex = 24;
     this.labelX2.Text = "XEM PHIẾU THÔNG BÁO";
     //
     // lvThongBao
     //
     //
     //
     //
     this.lvThongBao.Border.Class = "ListViewBorder";
     this.lvThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvThongBao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.tenThongBao,
     this.noiDungThongBao,
     this.ngayThongBao});
     this.lvThongBao.FullRowSelect = true;
     this.lvThongBao.GridLines = true;
     this.lvThongBao.Location = new System.Drawing.Point(12, 44);
     this.lvThongBao.MultiSelect = false;
     this.lvThongBao.Name = "lvThongBao";
     this.lvThongBao.Size = new System.Drawing.Size(518, 157);
     this.lvThongBao.TabIndex = 31;
     this.lvThongBao.UseCompatibleStateImageBehavior = false;
     this.lvThongBao.View = System.Windows.Forms.View.Details;
     //
     // tenThongBao
     //
     this.tenThongBao.Text = "Tên thông báo";
     this.tenThongBao.Width = 150;
     //
     // noiDungThongBao
     //
     this.noiDungThongBao.Text = "Nội dung thông báo";
     this.noiDungThongBao.Width = 250;
     //
     // ngayThongBao
     //
     this.ngayThongBao.Text = "Ngày thông báo";
     this.ngayThongBao.Width = 120;
     //
     // frmXemThongBao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(548, 249);
     this.Controls.Add(this.lvThongBao);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.buttonX1);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "frmXemThongBao";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Xem thông báo";
     this.Load += new System.EventHandler(this.NhanPhieuMoi_Load);
     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(frmHoaDon));
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.cmdNgayLap = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listViewPhieuThue = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaPhieuThue = new System.Windows.Forms.ColumnHeader();
     this.MaPhong = new System.Windows.Forms.ColumnHeader();
     this.TenPhong = new System.Windows.Forms.ColumnHeader();
     this.NgayTra = new System.Windows.Forms.ColumnHeader();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.txt_MaKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txt_DiaChi = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_MaHoaDon = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btxem = new DevComponents.DotNetBar.ButtonX();
     this.btExit = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.bt_tim = new DevComponents.DotNetBar.ButtonX();
     this.checkNgayTra_ThucTe = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cmd_ngaytra_thucte = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.checkmatudong = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.listViewCTPhong = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaKhachHang = new System.Windows.Forms.ColumnHeader();
     this.TenKhachHang = new System.Windows.Forms.ColumnHeader();
     this.DiaChi = new System.Windows.Forms.ColumnHeader();
     this.MaLoaiKhach = new System.Windows.Forms.ColumnHeader();
     this.TenLoaikhach = new System.Windows.Forms.ColumnHeader();
     this.txt_tenKH = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.cmdNgayLap)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmd_ngaytra_thucte)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // labelX1
     //
     this.labelX1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location = new System.Drawing.Point(262, 11);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(318, 30);
     this.labelX1.TabIndex = 14;
     this.labelX1.Text = "LẬP HÓA ĐƠN THANH TOÁN";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX10
     //
     this.labelX10.Location = new System.Drawing.Point(317, 36);
     this.labelX10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(54, 16);
     this.labelX10.TabIndex = 22;
     this.labelX10.Text = "Ngày Lập";
     //
     // cmdNgayLap
     //
     //
     //
     //
     this.cmdNgayLap.BackgroundStyle.Class = "DateTimeInputBackground";
     this.cmdNgayLap.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.cmdNgayLap.ButtonDropDown.Visible = true;
     this.cmdNgayLap.Location = new System.Drawing.Point(379, 29);
     this.cmdNgayLap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.cmdNgayLap.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.cmdNgayLap.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.cmdNgayLap.MonthCalendar.DisplayMonth = new System.DateTime(2011, 5, 1, 0, 0, 0, 0);
     this.cmdNgayLap.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.cmdNgayLap.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.cmdNgayLap.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.cmdNgayLap.MonthCalendar.TodayButtonVisible = true;
     this.cmdNgayLap.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.cmdNgayLap.Name = "cmdNgayLap";
     this.cmdNgayLap.Size = new System.Drawing.Size(103, 21);
     this.cmdNgayLap.TabIndex = 24;
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(12, 35);
     this.labelX8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(65, 20);
     this.labelX8.TabIndex = 21;
     this.labelX8.Text = "Mã Hóa Đơn";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listViewPhieuThue);
     this.groupBox2.ForeColor = System.Drawing.Color.Blue;
     this.groupBox2.Location = new System.Drawing.Point(25, 180);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(697, 211);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Danh Sách Phòng Cần Thanh Toán";
     //
     // listViewPhieuThue
     //
     //
     //
     //
     this.listViewPhieuThue.Border.Class = "ListViewBorder";
     this.listViewPhieuThue.CheckBoxes = true;
     this.listViewPhieuThue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaPhieuThue,
     this.MaPhong,
     this.TenPhong,
     this.NgayTra});
     this.listViewPhieuThue.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewPhieuThue.GridLines = true;
     this.listViewPhieuThue.Location = new System.Drawing.Point(129, 41);
     this.listViewPhieuThue.Name = "listViewPhieuThue";
     this.listViewPhieuThue.Size = new System.Drawing.Size(422, 147);
     this.listViewPhieuThue.TabIndex = 43;
     this.listViewPhieuThue.UseCompatibleStateImageBehavior = false;
     this.listViewPhieuThue.View = System.Windows.Forms.View.Details;
     this.listViewPhieuThue.SelectedIndexChanged += new System.EventHandler(this.listViewHoaDon_SelectedIndexChanged);
     //
     // MaPhieuThue
     //
     this.MaPhieuThue.Text = "Mã Phiếu Thuê";
     this.MaPhieuThue.Width = 135;
     //
     // MaPhong
     //
     this.MaPhong.Text = "Mã Phòng";
     this.MaPhong.Width = 76;
     //
     // TenPhong
     //
     this.TenPhong.Text = "Tên Phòng";
     this.TenPhong.Width = 98;
     //
     // NgayTra
     //
     this.NgayTra.Text = "Ngày Trả";
     this.NgayTra.Width = 86;
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(11, 63);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(85, 22);
     this.labelX7.TabIndex = 30;
     this.labelX7.Text = "Mã Khách Hàng";
     //
     // txt_MaKH
     //
     //
     //
     //
     this.txt_MaKH.Border.Class = "TextBoxBorder";
     this.txt_MaKH.Location = new System.Drawing.Point(102, 65);
     this.txt_MaKH.Name = "txt_MaKH";
     this.txt_MaKH.Size = new System.Drawing.Size(103, 21);
     this.txt_MaKH.TabIndex = 29;
     this.txt_MaKH.TextChanged += new System.EventHandler(this.txt_MaKH_TextChanged);
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(12, 96);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(73, 22);
     this.labelX3.TabIndex = 34;
     this.labelX3.Text = "Địa Chỉ";
     //
     // txt_DiaChi
     //
     //
     //
     //
     this.txt_DiaChi.Border.Class = "TextBoxBorder";
     this.txt_DiaChi.Enabled = false;
     this.txt_DiaChi.Location = new System.Drawing.Point(102, 99);
     this.txt_DiaChi.Name = "txt_DiaChi";
     this.txt_DiaChi.Size = new System.Drawing.Size(330, 21);
     this.txt_DiaChi.TabIndex = 33;
     //
     // txt_MaHoaDon
     //
     //
     //
     //
     this.txt_MaHoaDon.Border.Class = "TextBoxBorder";
     this.txt_MaHoaDon.Enabled = false;
     this.txt_MaHoaDon.Location = new System.Drawing.Point(102, 35);
     this.txt_MaHoaDon.Name = "txt_MaHoaDon";
     this.txt_MaHoaDon.Size = new System.Drawing.Size(84, 21);
     this.txt_MaHoaDon.TabIndex = 35;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.btxem);
     this.groupBox4.Controls.Add(this.btExit);
     this.groupBox4.Controls.Add(this.btAdd);
     this.groupBox4.Location = new System.Drawing.Point(495, 23);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(119, 140);
     this.groupBox4.TabIndex = 36;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Nút xử lý";
     //
     // btxem
     //
     this.btxem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btxem.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btxem.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btxem.ForeColor = System.Drawing.Color.Blue;
     this.btxem.Location = new System.Drawing.Point(17, 25);
     this.btxem.Name = "btxem";
     this.btxem.Size = new System.Drawing.Size(84, 25);
     this.btxem.TabIndex = 12;
     this.btxem.Text = "Xem";
     this.btxem.Click += new System.EventHandler(this.btxem_Click);
     //
     // btExit
     //
     this.btExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btExit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btExit.ForeColor = System.Drawing.Color.Blue;
     this.btExit.Location = new System.Drawing.Point(17, 93);
     this.btExit.Name = "btExit";
     this.btExit.Size = new System.Drawing.Size(84, 23);
     this.btExit.TabIndex = 11;
     this.btExit.Text = "Thoát";
     this.btExit.Click += new System.EventHandler(this.btExit_Click);
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd.ForeColor = System.Drawing.Color.Red;
     this.btAdd.Location = new System.Drawing.Point(17, 60);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(84, 25);
     this.btAdd.TabIndex = 8;
     this.btAdd.Text = "Lập hóa đơn";
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bt_tim);
     this.groupBox1.Controls.Add(this.checkNgayTra_ThucTe);
     this.groupBox1.Controls.Add(this.cmd_ngaytra_thucte);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.checkmatudong);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.txt_tenKH);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.txt_MaHoaDon);
     this.groupBox1.Controls.Add(this.txt_DiaChi);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txt_MaKH);
     this.groupBox1.Controls.Add(this.labelX7);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.labelX8);
     this.groupBox1.Controls.Add(this.cmdNgayLap);
     this.groupBox1.Controls.Add(this.labelX10);
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.groupBox1.Location = new System.Drawing.Point(124, 64);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.groupBox1.Size = new System.Drawing.Size(756, 660);
     this.groupBox1.TabIndex = 27;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Hóa Đơn";
     //
     // bt_tim
     //
     this.bt_tim.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_tim.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_tim.Image = ((System.Drawing.Image)(resources.GetObject("bt_tim.Image")));
     this.bt_tim.Location = new System.Drawing.Point(211, 65);
     this.bt_tim.Name = "bt_tim";
     this.bt_tim.Size = new System.Drawing.Size(44, 23);
     this.bt_tim.TabIndex = 48;
     this.bt_tim.Click += new System.EventHandler(this.bt_tim_Click);
     //
     // checkNgayTra_ThucTe
     //
     this.checkNgayTra_ThucTe.Location = new System.Drawing.Point(345, 140);
     this.checkNgayTra_ThucTe.Name = "checkNgayTra_ThucTe";
     this.checkNgayTra_ThucTe.Size = new System.Drawing.Size(99, 23);
     this.checkNgayTra_ThucTe.TabIndex = 47;
     this.checkNgayTra_ThucTe.Text = "Sửa";
     this.checkNgayTra_ThucTe.CheckedChanged += new System.EventHandler(this.checkNgayTra_ThucTe_CheckedChanged);
     //
     // cmd_ngaytra_thucte
     //
     //
     //
     //
     this.cmd_ngaytra_thucte.BackgroundStyle.Class = "DateTimeInputBackground";
     this.cmd_ngaytra_thucte.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.cmd_ngaytra_thucte.ButtonDropDown.Visible = true;
     this.cmd_ngaytra_thucte.Enabled = false;
     this.cmd_ngaytra_thucte.Location = new System.Drawing.Point(232, 142);
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.cmd_ngaytra_thucte.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.cmd_ngaytra_thucte.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.cmd_ngaytra_thucte.MonthCalendar.DisplayMonth = new System.DateTime(2011, 6, 1, 0, 0, 0, 0);
     this.cmd_ngaytra_thucte.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.cmd_ngaytra_thucte.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.cmd_ngaytra_thucte.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.cmd_ngaytra_thucte.MonthCalendar.TodayButtonVisible = true;
     this.cmd_ngaytra_thucte.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.cmd_ngaytra_thucte.Name = "cmd_ngaytra_thucte";
     this.cmd_ngaytra_thucte.Size = new System.Drawing.Size(107, 21);
     this.cmd_ngaytra_thucte.TabIndex = 46;
     //
     // labelX5
     //
     this.labelX5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX5.ForeColor = System.Drawing.Color.Blue;
     this.labelX5.Location = new System.Drawing.Point(133, 140);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(93, 23);
     this.labelX5.TabIndex = 44;
     this.labelX5.Text = "Ngày trả thực tế";
     //
     // checkmatudong
     //
     this.checkmatudong.Location = new System.Drawing.Point(192, 33);
     this.checkmatudong.Name = "checkmatudong";
     this.checkmatudong.Size = new System.Drawing.Size(99, 23);
     this.checkmatudong.TabIndex = 43;
     this.checkmatudong.Text = "Lấy mã tự động";
     this.checkmatudong.CheckedChanged += new System.EventHandler(this.checkmatudong_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.listViewCTPhong);
     this.groupBox3.ForeColor = System.Drawing.Color.Blue;
     this.groupBox3.Location = new System.Drawing.Point(24, 414);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(649, 210);
     this.groupBox3.TabIndex = 42;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Chi Tiết Phòng Thuê";
     //
     // listViewCTPhong
     //
     //
     //
     //
     this.listViewCTPhong.Border.Class = "ListViewBorder";
     this.listViewCTPhong.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaKhachHang,
     this.TenKhachHang,
     this.DiaChi,
     this.MaLoaiKhach,
     this.TenLoaikhach});
     this.listViewCTPhong.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewCTPhong.GridLines = true;
     this.listViewCTPhong.Location = new System.Drawing.Point(15, 29);
     this.listViewCTPhong.Name = "listViewCTPhong";
     this.listViewCTPhong.Size = new System.Drawing.Size(610, 104);
     this.listViewCTPhong.TabIndex = 43;
     this.listViewCTPhong.UseCompatibleStateImageBehavior = false;
     this.listViewCTPhong.View = System.Windows.Forms.View.Details;
     //
     // MaKhachHang
     //
     this.MaKhachHang.Text = "Mã Khách Hàng";
     this.MaKhachHang.Width = 113;
     //
     // TenKhachHang
     //
     this.TenKhachHang.Text = "Tên Khách Hàng";
     this.TenKhachHang.Width = 125;
     //
     // DiaChi
     //
     this.DiaChi.Text = "Địa Chỉ";
     this.DiaChi.Width = 112;
     //
     // MaLoaiKhach
     //
     this.MaLoaiKhach.Text = "Mã Loại Khách";
     this.MaLoaiKhach.Width = 119;
     //
     // TenLoaikhach
     //
     this.TenLoaikhach.Text = "Tên Loại Khách";
     this.TenLoaikhach.Width = 117;
     //
     // txt_tenKH
     //
     //
     //
     //
     this.txt_tenKH.Border.Class = "TextBoxBorder";
     this.txt_tenKH.Enabled = false;
     this.txt_tenKH.Location = new System.Drawing.Point(377, 63);
     this.txt_tenKH.Name = "txt_tenKH";
     this.txt_tenKH.Size = new System.Drawing.Size(103, 21);
     this.txt_tenKH.TabIndex = 40;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(286, 63);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(85, 22);
     this.labelX4.TabIndex = 41;
     this.labelX4.Text = "Tên Khách Hàng";
     //
     // frmHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 746);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.labelX1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "frmHoaDon";
     this.Text = "frmHoaDonThanhToan";
     this.Load += new System.EventHandler(this.frmHoaDonThanhToan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmdNgayLap)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cmd_ngaytra_thucte)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.cboTagRank1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.cboRankRilter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.listViewEx2 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.cboExam = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.cboTagRank2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.listViewEx3 = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.cboRefExam = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.cboSchoolYear = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cboSemester = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cboConfigure = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.linkLabel3 = new System.Windows.Forms.LinkLabel();
     this.linkLabel5 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.btnSaveConfig = new DevComponents.DotNetBar.ButtonX();
     this.btnPrint = new DevComponents.DotNetBar.ButtonX();
     this.btnCancel = new DevComponents.DotNetBar.ButtonX();
     this.panel4 = new System.Windows.Forms.Panel();
     this.circularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // cboTagRank1
     //
     this.cboTagRank1.DisplayMember = "Text";
     this.cboTagRank1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboTagRank1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTagRank1.FormattingEnabled = true;
     this.cboTagRank1.ItemHeight = 19;
     this.cboTagRank1.Location = new System.Drawing.Point(95, 14);
     this.cboTagRank1.Name = "cboTagRank1";
     this.cboTagRank1.Size = new System.Drawing.Size(160, 25);
     this.cboTagRank1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboTagRank1.TabIndex = 0;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(13, 16);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(82, 21);
     this.labelX1.TabIndex = 5;
     this.labelX1.Text = "類別排名1:";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(13, 205);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(74, 21);
     this.labelX2.TabIndex = 5;
     this.labelX2.Text = "列印科目:";
     //
     // listViewEx1
     //
     this.listViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.listViewEx1.Border.Class = "ListViewBorder";
     this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx1.CheckBoxes = true;
     this.listViewEx1.Location = new System.Drawing.Point(13, 232);
     this.listViewEx1.Name = "listViewEx1";
     this.listViewEx1.Size = new System.Drawing.Size(366, 248);
     this.listViewEx1.TabIndex = 8;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.List;
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(13, 174);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(114, 21);
     this.labelX3.TabIndex = 5;
     this.labelX3.Text = "不排名學生類別:";
     //
     // cboRankRilter
     //
     this.cboRankRilter.DisplayMember = "Text";
     this.cboRankRilter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboRankRilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRankRilter.FormattingEnabled = true;
     this.cboRankRilter.ItemHeight = 19;
     this.cboRankRilter.Location = new System.Drawing.Point(134, 172);
     this.cboRankRilter.Name = "cboRankRilter";
     this.cboRankRilter.Size = new System.Drawing.Size(160, 25);
     this.cboRankRilter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboRankRilter.TabIndex = 7;
     //
     // listViewEx2
     //
     this.listViewEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.listViewEx2.Border.Class = "ListViewBorder";
     this.listViewEx2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx2.CheckBoxes = true;
     this.listViewEx2.Location = new System.Drawing.Point(13, 79);
     this.listViewEx2.Name = "listViewEx2";
     this.listViewEx2.Size = new System.Drawing.Size(370, 147);
     this.listViewEx2.TabIndex = 1;
     this.listViewEx2.UseCompatibleStateImageBehavior = false;
     this.listViewEx2.View = System.Windows.Forms.View.List;
     //
     // cboExam
     //
     this.cboExam.DisplayMember = "Name";
     this.cboExam.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboExam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboExam.FormattingEnabled = true;
     this.cboExam.ItemHeight = 19;
     this.cboExam.Location = new System.Drawing.Point(120, 110);
     this.cboExam.Name = "cboExam";
     this.cboExam.Size = new System.Drawing.Size(160, 25);
     this.cboExam.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboExam.TabIndex = 5;
     this.cboExam.ValueMember = "ID";
     this.cboExam.SelectedIndexChanged += new System.EventHandler(this.ExamChanged);
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(13, 112);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(101, 21);
     this.labelX4.TabIndex = 5;
     this.labelX4.Text = "列印成績試別:";
     //
     // cboTagRank2
     //
     this.cboTagRank2.DisplayMember = "Text";
     this.cboTagRank2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboTagRank2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTagRank2.FormattingEnabled = true;
     this.cboTagRank2.ItemHeight = 19;
     this.cboTagRank2.Location = new System.Drawing.Point(95, 14);
     this.cboTagRank2.Name = "cboTagRank2";
     this.cboTagRank2.Size = new System.Drawing.Size(160, 25);
     this.cboTagRank2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboTagRank2.TabIndex = 0;
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(13, 16);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(82, 21);
     this.labelX5.TabIndex = 5;
     this.labelX5.Text = "類別排名2:";
     //
     // listViewEx3
     //
     this.listViewEx3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.listViewEx3.Border.Class = "ListViewBorder";
     this.listViewEx3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx3.CheckBoxes = true;
     this.listViewEx3.Location = new System.Drawing.Point(13, 79);
     this.listViewEx3.Name = "listViewEx3";
     this.listViewEx3.Size = new System.Drawing.Size(370, 147);
     this.listViewEx3.TabIndex = 1;
     this.listViewEx3.UseCompatibleStateImageBehavior = false;
     this.listViewEx3.View = System.Windows.Forms.View.List;
     //
     // labelX7
     //
     this.labelX7.AutoSize = true;
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(13, 81);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(60, 21);
     this.labelX7.TabIndex = 5;
     this.labelX7.Text = "學年度:";
     //
     // cboRefExam
     //
     this.cboRefExam.DisplayMember = "Name";
     this.cboRefExam.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboRefExam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRefExam.FormattingEnabled = true;
     this.cboRefExam.ItemHeight = 19;
     this.cboRefExam.Location = new System.Drawing.Point(120, 141);
     this.cboRefExam.Name = "cboRefExam";
     this.cboRefExam.Size = new System.Drawing.Size(160, 25);
     this.cboRefExam.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboRefExam.TabIndex = 6;
     this.cboRefExam.ValueMember = "ID";
     //
     // labelX8
     //
     this.labelX8.AutoSize = true;
     this.labelX8.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(13, 143);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(101, 21);
     this.labelX8.TabIndex = 5;
     this.labelX8.Text = "參考成績試別:";
     //
     // cboSchoolYear
     //
     this.cboSchoolYear.DisplayMember = "Text";
     this.cboSchoolYear.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSchoolYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSchoolYear.FormattingEnabled = true;
     this.cboSchoolYear.ItemHeight = 19;
     this.cboSchoolYear.Location = new System.Drawing.Point(73, 79);
     this.cboSchoolYear.Name = "cboSchoolYear";
     this.cboSchoolYear.Size = new System.Drawing.Size(54, 25);
     this.cboSchoolYear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboSchoolYear.TabIndex = 3;
     this.cboSchoolYear.TextChanged += new System.EventHandler(this.ExamChanged);
     //
     // cboSemester
     //
     this.cboSemester.DisplayMember = "Text";
     this.cboSemester.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSemester.FormattingEnabled = true;
     this.cboSemester.ItemHeight = 19;
     this.cboSemester.Location = new System.Drawing.Point(174, 79);
     this.cboSemester.Name = "cboSemester";
     this.cboSemester.Size = new System.Drawing.Size(54, 25);
     this.cboSemester.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboSemester.TabIndex = 4;
     this.cboSemester.TextChanged += new System.EventHandler(this.ExamChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 509);
     this.tableLayoutPanel1.TabIndex = 11;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cboConfigure);
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.linkLabel3);
     this.panel1.Controls.Add(this.linkLabel5);
     this.panel1.Controls.Add(this.linkLabel2);
     this.panel1.Controls.Add(this.linkLabel1);
     this.panel1.Controls.Add(this.listViewEx1);
     this.panel1.Controls.Add(this.labelX2);
     this.panel1.Controls.Add(this.cboRankRilter);
     this.panel1.Controls.Add(this.labelX3);
     this.panel1.Controls.Add(this.cboSemester);
     this.panel1.Controls.Add(this.labelX9);
     this.panel1.Controls.Add(this.labelX11);
     this.panel1.Controls.Add(this.labelX7);
     this.panel1.Controls.Add(this.cboSchoolYear);
     this.panel1.Controls.Add(this.labelX8);
     this.panel1.Controls.Add(this.cboRefExam);
     this.panel1.Controls.Add(this.labelX4);
     this.panel1.Controls.Add(this.cboExam);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin = new System.Windows.Forms.Padding(0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(392, 509);
     this.panel1.TabIndex = 0;
     //
     // cboConfigure
     //
     this.cboConfigure.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboConfigure.DisplayMember = "Name";
     this.cboConfigure.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboConfigure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboConfigure.FormattingEnabled = true;
     this.cboConfigure.ItemHeight = 19;
     this.cboConfigure.Location = new System.Drawing.Point(106, 14);
     this.cboConfigure.Name = "cboConfigure";
     this.cboConfigure.Size = new System.Drawing.Size(273, 25);
     this.cboConfigure.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cboConfigure.TabIndex = 0;
     this.cboConfigure.SelectedIndexChanged += new System.EventHandler(this.cboConfigure_SelectedIndexChanged);
     //
     // linkLabel4
     //
     this.linkLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(306, 50);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(73, 17);
     this.linkLabel4.TabIndex = 2;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "刪除設定檔";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // linkLabel3
     //
     this.linkLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(227, 50);
     this.linkLabel3.Name = "linkLabel3";
     this.linkLabel3.Size = new System.Drawing.Size(73, 17);
     this.linkLabel3.TabIndex = 1;
     this.linkLabel3.TabStop = true;
     this.linkLabel3.Text = "複製設定檔";
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // linkLabel5
     //
     this.linkLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(267, 483);
     this.linkLabel5.Name = "linkLabel5";
     this.linkLabel5.Size = new System.Drawing.Size(112, 17);
     this.linkLabel5.TabIndex = 11;
     this.linkLabel5.TabStop = true;
     this.linkLabel5.Text = "下載合併欄位總表";
     this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.Location = new System.Drawing.Point(102, 483);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(86, 17);
     this.linkLabel2.TabIndex = 10;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "變更套印樣板";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // linkLabel1
     //
     this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(10, 483);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(86, 17);
     this.linkLabel1.TabIndex = 9;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "檢視套印樣板";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // labelX9
     //
     this.labelX9.AutoSize = true;
     this.labelX9.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(127, 81);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(47, 21);
     this.labelX9.TabIndex = 5;
     this.labelX9.Text = "學期:";
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     this.labelX11.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(13, 16);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(87, 21);
     this.labelX11.TabIndex = 5;
     this.labelX11.Text = "樣板設定檔:";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.panel2, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel3, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.panel5, 0, 2);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(392, 0);
     this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(392, 509);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.labelX6);
     this.panel2.Controls.Add(this.labelX1);
     this.panel2.Controls.Add(this.cboTagRank1);
     this.panel2.Controls.Add(this.listViewEx2);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin = new System.Windows.Forms.Padding(0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(392, 234);
     this.panel2.TabIndex = 0;
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(13, 50);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(74, 21);
     this.labelX6.TabIndex = 5;
     this.labelX6.Text = "排名科目:";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.listViewEx3);
     this.panel3.Controls.Add(this.labelX10);
     this.panel3.Controls.Add(this.labelX5);
     this.panel3.Controls.Add(this.cboTagRank2);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 234);
     this.panel3.Margin = new System.Windows.Forms.Padding(0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(392, 234);
     this.panel3.TabIndex = 1;
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     this.labelX10.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(13, 50);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(74, 21);
     this.labelX10.TabIndex = 7;
     this.labelX10.Text = "排名科目:";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnSaveConfig);
     this.panel5.Controls.Add(this.btnPrint);
     this.panel5.Controls.Add(this.btnCancel);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 468);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(392, 41);
     this.panel5.TabIndex = 1;
     //
     // btnSaveConfig
     //
     this.btnSaveConfig.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnSaveConfig.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnSaveConfig.Enabled = false;
     this.btnSaveConfig.Location = new System.Drawing.Point(146, 9);
     this.btnSaveConfig.Name = "btnSaveConfig";
     this.btnSaveConfig.Size = new System.Drawing.Size(75, 23);
     this.btnSaveConfig.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnSaveConfig.TabIndex = 0;
     this.btnSaveConfig.Text = "儲存設定";
     this.btnSaveConfig.Tooltip = "儲存當前的樣板設定。";
     this.btnSaveConfig.Click += new System.EventHandler(this.SaveTemplate);
     //
     // btnPrint
     //
     this.btnPrint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.BackColor = System.Drawing.Color.Transparent;
     this.btnPrint.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnPrint.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnPrint.Enabled = false;
     this.btnPrint.Location = new System.Drawing.Point(227, 9);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(75, 23);
     this.btnPrint.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnPrint.TabIndex = 1;
     this.btnPrint.Text = "確定";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnCancel
     //
     this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.Color.Transparent;
     this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(308, 9);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "取消";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.Transparent;
     this.panel4.Location = new System.Drawing.Point(917, 659);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(200, 100);
     this.panel4.TabIndex = 12;
     //
     // circularProgress1
     //
     this.circularProgress1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.circularProgress1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.circularProgress1.BackgroundStyle.Class = "";
     this.circularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.circularProgress1.FocusCuesEnabled = false;
     this.circularProgress1.Location = new System.Drawing.Point(355, 217);
     this.circularProgress1.Name = "circularProgress1";
     this.circularProgress1.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Dot;
     this.circularProgress1.ProgressColor = System.Drawing.Color.LimeGreen;
     this.circularProgress1.ProgressTextVisible = true;
     this.circularProgress1.Size = new System.Drawing.Size(75, 75);
     this.circularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.circularProgress1.TabIndex = 13;
     //
     // ConfigForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(784, 509);
     this.Controls.Add(this.circularProgress1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.tableLayoutPanel1);
     this.DoubleBuffered = true;
     this.MaximizeBox = true;
     this.Name = "ConfigForm";
     this.Text = "期末成績單";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel5.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.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.cmbQuyCach = new DevComponents.DotNetBar.ButtonX();
     this.cmb_quycach = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txt_ma = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.cmdLoaiHH = new DevComponents.DotNetBar.ButtonX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmdInDS = new DevComponents.DotNetBar.ButtonX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmb_loai = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.cmdDVT = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txt_chidinh = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmdNhomHH = new DevComponents.DotNetBar.ButtonX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.txtMota = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.cmb_nhom = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.txttenthuoc = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.cmb_dvt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.cmbQuyCach);
     this.groupPanel2.Controls.Add(this.cmb_quycach);
     this.groupPanel2.Controls.Add(this.labelX4);
     this.groupPanel2.Controls.Add(this.txt_ma);
     this.groupPanel2.Controls.Add(this.labelX3);
     this.groupPanel2.Controls.Add(this.cmdLoaiHH);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmb_loai);
     this.groupPanel2.Controls.Add(this.cmdDVT);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.txt_chidinh);
     this.groupPanel2.Controls.Add(this.cmdNhomHH);
     this.groupPanel2.Controls.Add(this.labelX27);
     this.groupPanel2.Controls.Add(this.txtMota);
     this.groupPanel2.Controls.Add(this.cmb_nhom);
     this.groupPanel2.Controls.Add(this.labelX23);
     this.groupPanel2.Controls.Add(this.labelX25);
     this.groupPanel2.Controls.Add(this.txttenthuoc);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Controls.Add(this.cmb_dvt);
     this.groupPanel2.Location = new System.Drawing.Point(12, 39);
     this.groupPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(1008, 242);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN THUỐC";
     //
     // cmbQuyCach
     //
     this.cmbQuyCach.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbQuyCach.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbQuyCach.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbQuyCach.Location = new System.Drawing.Point(710, 13);
     this.cmbQuyCach.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmbQuyCach.Name = "cmbQuyCach";
     this.cmbQuyCach.Size = new System.Drawing.Size(25, 25);
     this.cmbQuyCach.TabIndex = 79;
     this.cmbQuyCach.Text = "+";
     this.cmbQuyCach.Click += new System.EventHandler(this.cmbQuyCach_Click);
     //
     // cmb_quycach
     //
     this.cmb_quycach.DisplayMember = "Text";
     this.cmb_quycach.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_quycach.FocusHighlightEnabled = true;
     this.cmb_quycach.FormattingEnabled = true;
     this.cmb_quycach.ItemHeight = 18;
     this.cmb_quycach.Location = new System.Drawing.Point(514, 13);
     this.cmb_quycach.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_quycach.Name = "cmb_quycach";
     this.cmb_quycach.Size = new System.Drawing.Size(190, 24);
     this.cmb_quycach.TabIndex = 7;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(426, 10);
     this.labelX4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(95, 30);
     this.labelX4.TabIndex = 77;
     this.labelX4.Text = "Quy cách:";
     //
     // txt_ma
     //
     //
     //
     //
     this.txt_ma.Border.Class = "TextBoxBorder";
     this.txt_ma.FocusHighlightEnabled = true;
     this.txt_ma.Location = new System.Drawing.Point(98, 17);
     this.txt_ma.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txt_ma.Name = "txt_ma";
     this.txt_ma.Size = new System.Drawing.Size(221, 24);
     this.txt_ma.TabIndex = 1;
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(12, 12);
     this.labelX3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(80, 30);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Mã thuốc:";
     //
     // cmdLoaiHH
     //
     this.cmdLoaiHH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdLoaiHH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdLoaiHH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdLoaiHH.Location = new System.Drawing.Point(290, 84);
     this.cmdLoaiHH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdLoaiHH.Name = "cmdLoaiHH";
     this.cmdLoaiHH.Size = new System.Drawing.Size(25, 25);
     this.cmdLoaiHH.TabIndex = 74;
     this.cmdLoaiHH.Text = "+";
     this.cmdLoaiHH.Click += new System.EventHandler(this.cmdLoaiHH_Click);
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmdInDS);
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 187);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(1002, 30);
     this.panel5.TabIndex = 8;
     //
     // cmdInDS
     //
     this.cmdInDS.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdInDS.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdInDS.Enabled = false;
     this.cmdInDS.Location = new System.Drawing.Point(589, 2);
     this.cmdInDS.Margin = new System.Windows.Forms.Padding(0);
     this.cmdInDS.Name = "cmdInDS";
     this.cmdInDS.Size = new System.Drawing.Size(70, 27);
     this.cmdInDS.TabIndex = 55;
     this.cmdInDS.Text = "In";
     this.cmdInDS.Click += new System.EventHandler(this.cmdInDS_Click);
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(411, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Enabled = false;
     this.buttonX4.Location = new System.Drawing.Point(500, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(323, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(12, 80);
     this.labelX2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(80, 30);
     this.labelX2.TabIndex = 72;
     this.labelX2.Text = "Loại hàng:";
     //
     // cmb_loai
     //
     this.cmb_loai.DisplayMember = "Text";
     this.cmb_loai.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_loai.FocusHighlightEnabled = true;
     this.cmb_loai.FormattingEnabled = true;
     this.cmb_loai.ItemHeight = 18;
     this.cmb_loai.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmb_loai.Location = new System.Drawing.Point(98, 84);
     this.cmb_loai.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_loai.Name = "cmb_loai";
     this.cmb_loai.Size = new System.Drawing.Size(190, 24);
     this.cmb_loai.TabIndex = 3;
                this.cmb_loai.SelectedIndexChanged += new System.EventHandler(this.cmb_loai_SelectedIndexChanged);
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // cmdDVT
     //
     this.cmdDVT.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdDVT.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdDVT.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDVT.Location = new System.Drawing.Point(290, 119);
     this.cmdDVT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdDVT.Name = "cmdDVT";
     this.cmdDVT.Size = new System.Drawing.Size(25, 25);
     this.cmdDVT.TabIndex = 71;
     this.cmdDVT.Text = "+";
     this.cmdDVT.Click += new System.EventHandler(this.cmdDVT_Click);
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(426, 47);
     this.labelX1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(120, 30);
     this.labelX1.TabIndex = 70;
     this.labelX1.Text = "Chỉ định";
     //
     // txt_chidinh
     //
     //
     //
     //
     this.txt_chidinh.Border.Class = "TextBoxBorder";
     this.txt_chidinh.FocusHighlightEnabled = true;
     this.txt_chidinh.Location = new System.Drawing.Point(426, 80);
     this.txt_chidinh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txt_chidinh.Multiline = true;
     this.txt_chidinh.Name = "txt_chidinh";
     this.txt_chidinh.Size = new System.Drawing.Size(427, 30);
     this.txt_chidinh.TabIndex = 8;
     this.txt_chidinh.TextChanged += new System.EventHandler(this.textBoxX1_TextChanged);
     //
     // cmdNhomHH
     //
     this.cmdNhomHH.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdNhomHH.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdNhomHH.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdNhomHH.Location = new System.Drawing.Point(290, 155);
     this.cmdNhomHH.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmdNhomHH.Name = "cmdNhomHH";
     this.cmdNhomHH.Size = new System.Drawing.Size(25, 25);
     this.cmdNhomHH.TabIndex = 68;
     this.cmdNhomHH.Text = "+";
     this.cmdNhomHH.Click += new System.EventHandler(this.cmdNhomHH_Click);
     //
     // labelX27
     //
     this.labelX27.Location = new System.Drawing.Point(426, 116);
     this.labelX27.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(120, 30);
     this.labelX27.TabIndex = 67;
     this.labelX27.Text = "Mô Tả";
     //
     // txtMota
     //
     //
     //
     //
     this.txtMota.Border.Class = "TextBoxBorder";
     this.txtMota.FocusHighlightEnabled = true;
     this.txtMota.Location = new System.Drawing.Point(426, 152);
     this.txtMota.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtMota.Multiline = true;
     this.txtMota.Name = "txtMota";
     this.txtMota.Size = new System.Drawing.Size(427, 28);
     this.txtMota.TabIndex = 9;
     //
     // cmb_nhom
     //
     this.cmb_nhom.DisplayMember = "Text";
     this.cmb_nhom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_nhom.FocusHighlightEnabled = true;
     this.cmb_nhom.FormattingEnabled = true;
     this.cmb_nhom.ItemHeight = 18;
     this.cmb_nhom.Location = new System.Drawing.Point(98, 155);
     this.cmb_nhom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_nhom.Name = "cmb_nhom";
     this.cmb_nhom.Size = new System.Drawing.Size(190, 24);
     this.cmb_nhom.TabIndex = 6;
     //
     // labelX23
     //
     this.labelX23.Location = new System.Drawing.Point(12, 116);
     this.labelX23.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(80, 30);
     this.labelX23.TabIndex = 58;
     this.labelX23.Text = "Đơn vị tính:";
     //
     // labelX25
     //
     this.labelX25.Location = new System.Drawing.Point(13, 152);
     this.labelX25.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(79, 30);
     this.labelX25.TabIndex = 59;
     this.labelX25.Text = "Nhóm:";
     //
     // txttenthuoc
     //
     //
     //
     //
     this.txttenthuoc.Border.Class = "TextBoxBorder";
     this.txttenthuoc.FocusHighlightEnabled = true;
     this.txttenthuoc.Location = new System.Drawing.Point(98, 50);
     this.txttenthuoc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txttenthuoc.Name = "txttenthuoc";
     this.txttenthuoc.Size = new System.Drawing.Size(221, 24);
     this.txttenthuoc.TabIndex = 2;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(9, 45);
     this.labelX26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(72, 30);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên thuốc:";
     //
     // cmb_dvt
     //
     this.cmb_dvt.DisplayMember = "Text";
     this.cmb_dvt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_dvt.FocusHighlightEnabled = true;
     this.cmb_dvt.FormattingEnabled = true;
     this.cmb_dvt.ItemHeight = 18;
     this.cmb_dvt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_dvt.Location = new System.Drawing.Point(98, 119);
     this.cmb_dvt.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cmb_dvt.Name = "cmb_dvt";
     this.cmb_dvt.Size = new System.Drawing.Size(190, 24);
     this.cmb_dvt.TabIndex = 5;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader9,
     this.columnHeader10,
     this.columnHeader3,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(8, 4);
     this.lvhanghoa.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(989, 294);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 49;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Mã SP";
     this.columnHeader2.Width = 65;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Sản phẩm";
     this.columnHeader9.Width = 233;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Đơn vị tính";
     this.columnHeader10.Width = 76;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Quy Cách";
     this.columnHeader3.Width = 85;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Loại SP";
     this.columnHeader11.Width = 74;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Nhóm SP";
     this.columnHeader12.Width = 88;
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Chỉ định";
     this.columnHeader13.Width = 149;
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Mô tả";
     this.columnHeader14.Width = 170;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "MA";
     this.columnHeader1.Width = 0;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(5, 283);
     this.groupPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(1006, 327);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 72;
     this.groupPanel1.Text = "DANH SÁCH HÀNG HÓA";
     //
     // frmHangHoa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1019, 626);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmHangHoa";
     this.Text = "Quản lý hàng hóa";
     this.Load += new System.EventHandler(this.frmHangHoa_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.groupPanel1.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.components = new System.ComponentModel.Container();
     this.labelXTitle = new DevComponents.DotNetBar.LabelX();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.cancelButton = new DevComponents.DotNetBar.ButtonX();
     this.checkBox_sat = new System.Windows.Forms.CheckBox();
     this.checkBox_fri = new System.Windows.Forms.CheckBox();
     this.checkBox_thu = new System.Windows.Forms.CheckBox();
     this.checkBox_wed = new System.Windows.Forms.CheckBox();
     this.checkBox_tue = new System.Windows.Forms.CheckBox();
     this.checkBox_sun = new System.Windows.Forms.CheckBox();
     this.checkBox_mon = new System.Windows.Forms.CheckBox();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cmbContinuationType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.cmbHistoricalPeriod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem_tick = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.saveButton = new DevComponents.DotNetBar.ButtonX();
     this.labelX_back = new DevComponents.DotNetBar.LabelX();
     this.checkBox_AutoCollec = new System.Windows.Forms.CheckBox();
     this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.comboBoxEx_existigsSessions = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.textBoxX_sessionsName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dateTimeInput1 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.buttonX_add = new DevComponents.DotNetBar.ButtonX();
     this.checkBox_sy = new System.Windows.Forms.CheckBox();
     this.dateTimeInput2 = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.btnRemov = new DevComponents.DotNetBar.ButtonX();
     this.lbSelList = new System.Windows.Forms.ListBox();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.listViewEx_times = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader_No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_Name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_TS = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader_Days = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.textBoxXListName = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.contextMenuStrip1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).BeginInit();
     this.panelEx2.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelXTitle
     //
     //
     //
     //
     this.labelXTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelXTitle.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelXTitle.Location = new System.Drawing.Point(101, 3);
     this.labelXTitle.Name = "labelXTitle";
     this.labelXTitle.Size = new System.Drawing.Size(239, 34);
     this.labelXTitle.TabIndex = 19;
     this.labelXTitle.Text = "EDIT GROUP";
     //
     // cancelButton
     //
     this.cancelButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelButton.Location = new System.Drawing.Point(666, 403);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(105, 31);
     this.cancelButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelButton.TabIndex = 91;
     this.cancelButton.Text = "Cancel";
     this.toolTip1.SetToolTip(this.cancelButton, "Return without saving");
     //
     // checkBox_sat
     //
     this.checkBox_sat.AutoSize = true;
     this.checkBox_sat.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sat.Location = new System.Drawing.Point(458, 8);
     this.checkBox_sat.Name = "checkBox_sat";
     this.checkBox_sat.Size = new System.Drawing.Size(32, 19);
     this.checkBox_sat.TabIndex = 110;
     this.checkBox_sat.Text = "S";
     this.toolTip1.SetToolTip(this.checkBox_sat, "Saturday");
     this.checkBox_sat.UseVisualStyleBackColor = true;
     //
     // checkBox_fri
     //
     this.checkBox_fri.AutoSize = true;
     this.checkBox_fri.ForeColor = System.Drawing.Color.Black;
     this.checkBox_fri.Location = new System.Drawing.Point(420, 8);
     this.checkBox_fri.Name = "checkBox_fri";
     this.checkBox_fri.Size = new System.Drawing.Size(32, 19);
     this.checkBox_fri.TabIndex = 109;
     this.checkBox_fri.Text = "F";
     this.toolTip1.SetToolTip(this.checkBox_fri, "Friday");
     this.checkBox_fri.UseVisualStyleBackColor = true;
     //
     // checkBox_thu
     //
     this.checkBox_thu.AutoSize = true;
     this.checkBox_thu.ForeColor = System.Drawing.Color.Black;
     this.checkBox_thu.Location = new System.Drawing.Point(381, 8);
     this.checkBox_thu.Name = "checkBox_thu";
     this.checkBox_thu.Size = new System.Drawing.Size(33, 19);
     this.checkBox_thu.TabIndex = 108;
     this.checkBox_thu.Text = "T";
     this.toolTip1.SetToolTip(this.checkBox_thu, "Thursday");
     this.checkBox_thu.UseVisualStyleBackColor = true;
     //
     // checkBox_wed
     //
     this.checkBox_wed.AutoSize = true;
     this.checkBox_wed.ForeColor = System.Drawing.Color.Black;
     this.checkBox_wed.Location = new System.Drawing.Point(335, 8);
     this.checkBox_wed.Name = "checkBox_wed";
     this.checkBox_wed.Size = new System.Drawing.Size(37, 19);
     this.checkBox_wed.TabIndex = 107;
     this.checkBox_wed.Text = "W";
     this.toolTip1.SetToolTip(this.checkBox_wed, "Wednesday");
     this.checkBox_wed.UseVisualStyleBackColor = true;
     //
     // checkBox_tue
     //
     this.checkBox_tue.AutoSize = true;
     this.checkBox_tue.ForeColor = System.Drawing.Color.Black;
     this.checkBox_tue.Location = new System.Drawing.Point(296, 8);
     this.checkBox_tue.Name = "checkBox_tue";
     this.checkBox_tue.Size = new System.Drawing.Size(33, 19);
     this.checkBox_tue.TabIndex = 106;
     this.checkBox_tue.Text = "T";
     this.toolTip1.SetToolTip(this.checkBox_tue, "Tuesday");
     this.checkBox_tue.UseVisualStyleBackColor = true;
     //
     // checkBox_sun
     //
     this.checkBox_sun.AutoSize = true;
     this.checkBox_sun.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sun.Location = new System.Drawing.Point(215, 8);
     this.checkBox_sun.Name = "checkBox_sun";
     this.checkBox_sun.Size = new System.Drawing.Size(32, 19);
     this.checkBox_sun.TabIndex = 104;
     this.checkBox_sun.Text = "S";
     this.toolTip1.SetToolTip(this.checkBox_sun, "Sunday");
     this.checkBox_sun.UseVisualStyleBackColor = true;
     //
     // checkBox_mon
     //
     this.checkBox_mon.AutoSize = true;
     this.checkBox_mon.ForeColor = System.Drawing.Color.Black;
     this.checkBox_mon.Location = new System.Drawing.Point(253, 8);
     this.checkBox_mon.Name = "checkBox_mon";
     this.checkBox_mon.Size = new System.Drawing.Size(37, 19);
     this.checkBox_mon.TabIndex = 105;
     this.checkBox_mon.Text = "M";
     this.toolTip1.SetToolTip(this.checkBox_mon, "Monday");
     this.checkBox_mon.UseVisualStyleBackColor = true;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.deleteToolStripMenuItem});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // cmbContinuationType
     //
     this.cmbContinuationType.DisplayMember = "Text";
     this.cmbContinuationType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbContinuationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbContinuationType.Enabled = false;
     this.cmbContinuationType.FormattingEnabled = true;
     this.cmbContinuationType.ItemHeight = 17;
     this.cmbContinuationType.Location = new System.Drawing.Point(8, 69);
     this.cmbContinuationType.Name = "cmbContinuationType";
     this.cmbContinuationType.Size = new System.Drawing.Size(162, 23);
     this.cmbContinuationType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbContinuationType.TabIndex = 101;
     //
     // cmbHistoricalPeriod
     //
     this.cmbHistoricalPeriod.DisplayMember = "Text";
     this.cmbHistoricalPeriod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHistoricalPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbHistoricalPeriod.Enabled = false;
     this.cmbHistoricalPeriod.FormattingEnabled = true;
     this.cmbHistoricalPeriod.ItemHeight = 17;
     this.cmbHistoricalPeriod.Items.AddRange(new object[] {
     this.comboItem_tick,
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem15});
     this.cmbHistoricalPeriod.Location = new System.Drawing.Point(8, 22);
     this.cmbHistoricalPeriod.Name = "cmbHistoricalPeriod";
     this.cmbHistoricalPeriod.Size = new System.Drawing.Size(162, 23);
     this.cmbHistoricalPeriod.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbHistoricalPeriod.TabIndex = 100;
     //
     // comboItem_tick
     //
     this.comboItem_tick.Text = "tick";
     //
     // comboItem1
     //
     this.comboItem1.Text = "1 minute";
     //
     // comboItem2
     //
     this.comboItem2.Text = "2 minutes";
     //
     // comboItem3
     //
     this.comboItem3.Text = "3 minutes";
     //
     // comboItem4
     //
     this.comboItem4.Text = "5 minutes";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10 minutes";
     //
     // comboItem6
     //
     this.comboItem6.Text = "15 minutes";
     //
     // comboItem7
     //
     this.comboItem7.Text = "30 minutes";
     //
     // comboItem8
     //
     this.comboItem8.Text = "60 minutes";
     //
     // comboItem9
     //
     this.comboItem9.Text = "240 minutes";
     //
     // comboItem10
     //
     this.comboItem10.Text = "Daily";
     //
     // comboItem11
     //
     this.comboItem11.Text = "Weekly";
     //
     // comboItem12
     //
     this.comboItem12.Text = "Monthly";
     //
     // comboItem13
     //
     this.comboItem13.Text = "Quarterly";
     //
     // comboItem14
     //
     this.comboItem14.Text = "Semiannual";
     //
     // comboItem15
     //
     this.comboItem15.Text = "Yearly";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX2.Location = new System.Drawing.Point(8, 2);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(97, 21);
     this.labelX2.TabIndex = 98;
     this.labelX2.Text = "Timeframe:";
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX3.Location = new System.Drawing.Point(8, 48);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(116, 21);
     this.labelX3.TabIndex = 99;
     this.labelX3.Text = "Continuation Types:";
     //
     // saveButton
     //
     this.saveButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.saveButton.Location = new System.Drawing.Point(542, 403);
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(105, 31);
     this.saveButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.saveButton.TabIndex = 94;
     this.saveButton.Text = "Save";
     //
     // labelX_back
     //
     //
     //
     //
     this.labelX_back.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX_back.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX_back.ForeColor = System.Drawing.Color.Black;
     this.labelX_back.Location = new System.Drawing.Point(3, 3);
     this.labelX_back.Name = "labelX_back";
     this.labelX_back.PaddingLeft = 6;
     this.labelX_back.Size = new System.Drawing.Size(68, 64);
     this.labelX_back.Symbol = "";
     this.labelX_back.SymbolColor = System.Drawing.Color.Green;
     this.labelX_back.SymbolSize = 50F;
     this.labelX_back.TabIndex = 104;
     this.labelX_back.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // checkBox_AutoCollec
     //
     this.checkBox_AutoCollec.AutoSize = true;
     this.checkBox_AutoCollec.ForeColor = System.Drawing.Color.Black;
     this.checkBox_AutoCollec.Location = new System.Drawing.Point(619, 55);
     this.checkBox_AutoCollec.Name = "checkBox_AutoCollec";
     this.checkBox_AutoCollec.Size = new System.Drawing.Size(152, 19);
     this.checkBox_AutoCollec.TabIndex = 116;
     this.checkBox_AutoCollec.Text = "Auto collecting enabled";
     this.checkBox_AutoCollec.UseVisualStyleBackColor = true;
     this.checkBox_AutoCollec.CheckedChanged += new System.EventHandler(this.checkBox_AutoCollec_CheckedChanged);
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx4.Controls.Add(this.buttonX1);
     this.panelEx4.Controls.Add(this.comboBoxEx_existigsSessions);
     this.panelEx4.Enabled = false;
     this.panelEx4.Location = new System.Drawing.Point(200, 331);
     this.panelEx4.Name = "panelEx4";
     this.panelEx4.Size = new System.Drawing.Size(572, 64);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx4.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx4.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx4.Style.BorderWidth = 3;
     this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex = 119;
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(496, 3);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(71, 54);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 101;
     this.buttonX1.Text = "Add";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // comboBoxEx_existigsSessions
     //
     this.comboBoxEx_existigsSessions.DisplayMember = "Text";
     this.comboBoxEx_existigsSessions.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx_existigsSessions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxEx_existigsSessions.FormattingEnabled = true;
     this.comboBoxEx_existigsSessions.ItemHeight = 17;
     this.comboBoxEx_existigsSessions.Location = new System.Drawing.Point(51, 20);
     this.comboBoxEx_existigsSessions.Name = "comboBoxEx_existigsSessions";
     this.comboBoxEx_existigsSessions.Size = new System.Drawing.Size(363, 23);
     this.comboBoxEx_existigsSessions.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx_existigsSessions.TabIndex = 82;
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.checkBox_sat);
     this.panelEx3.Controls.Add(this.textBoxX_sessionsName);
     this.panelEx3.Controls.Add(this.checkBox_fri);
     this.panelEx3.Controls.Add(this.dateTimeInput1);
     this.panelEx3.Controls.Add(this.checkBox_thu);
     this.panelEx3.Controls.Add(this.buttonX_add);
     this.panelEx3.Controls.Add(this.checkBox_sy);
     this.panelEx3.Controls.Add(this.checkBox_wed);
     this.panelEx3.Controls.Add(this.dateTimeInput2);
     this.panelEx3.Controls.Add(this.checkBox_tue);
     this.panelEx3.Controls.Add(this.checkBox_sun);
     this.panelEx3.Controls.Add(this.checkBox_mon);
     this.panelEx3.Enabled = false;
     this.panelEx3.Location = new System.Drawing.Point(200, 249);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(572, 76);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx3.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx3.Style.BorderWidth = 3;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 118;
     //
     // textBoxX_sessionsName
     //
     this.textBoxX_sessionsName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxX_sessionsName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxX_sessionsName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxX_sessionsName.Border.BorderLeftWidth = 3;
     this.textBoxX_sessionsName.Border.Class = "TextBoxBorder";
     this.textBoxX_sessionsName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX_sessionsName.ForeColor = System.Drawing.Color.Black;
     this.textBoxX_sessionsName.Location = new System.Drawing.Point(14, 7);
     this.textBoxX_sessionsName.MaxLength = 100;
     this.textBoxX_sessionsName.Name = "textBoxX_sessionsName";
     this.textBoxX_sessionsName.Size = new System.Drawing.Size(183, 23);
     this.textBoxX_sessionsName.TabIndex = 103;
     //
     // dateTimeInput1
     //
     //
     //
     //
     this.dateTimeInput1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput1.ButtonDropDown.Visible = true;
     this.dateTimeInput1.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput1.IsPopupCalendarOpen = false;
     this.dateTimeInput1.Location = new System.Drawing.Point(14, 36);
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput1.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput1.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput1.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput1.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput1.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput1.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput1.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput1.MonthCalendar.Visible = false;
     this.dateTimeInput1.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput1.Name = "dateTimeInput1";
     this.dateTimeInput1.Size = new System.Drawing.Size(83, 23);
     this.dateTimeInput1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput1.TabIndex = 98;
     this.dateTimeInput1.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // buttonX_add
     //
     this.buttonX_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX_add.Location = new System.Drawing.Point(496, 8);
     this.buttonX_add.Name = "buttonX_add";
     this.buttonX_add.Size = new System.Drawing.Size(71, 65);
     this.buttonX_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX_add.TabIndex = 100;
     this.buttonX_add.Text = "Add";
     this.buttonX_add.Click += new System.EventHandler(this.buttonX_add_Click_1);
     //
     // checkBox_sy
     //
     this.checkBox_sy.AutoSize = true;
     this.checkBox_sy.ForeColor = System.Drawing.Color.Black;
     this.checkBox_sy.Location = new System.Drawing.Point(296, 36);
     this.checkBox_sy.Name = "checkBox_sy";
     this.checkBox_sy.Size = new System.Drawing.Size(104, 19);
     this.checkBox_sy.TabIndex = 102;
     this.checkBox_sy.Text = "Start Yesterday";
     this.checkBox_sy.UseVisualStyleBackColor = true;
     //
     // dateTimeInput2
     //
     //
     //
     //
     this.dateTimeInput2.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dateTimeInput2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dateTimeInput2.ButtonDropDown.Visible = true;
     this.dateTimeInput2.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
     this.dateTimeInput2.IsPopupCalendarOpen = false;
     this.dateTimeInput2.Location = new System.Drawing.Point(114, 36);
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.dateTimeInput2.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dateTimeInput2.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.DisplayMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dateTimeInput2.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dateTimeInput2.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dateTimeInput2.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dateTimeInput2.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dateTimeInput2.MonthCalendar.TodayButtonVisible = true;
     this.dateTimeInput2.MonthCalendar.Visible = false;
     this.dateTimeInput2.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dateTimeInput2.Name = "dateTimeInput2";
     this.dateTimeInput2.Size = new System.Drawing.Size(83, 23);
     this.dateTimeInput2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dateTimeInput2.TabIndex = 99;
     this.dateTimeInput2.Value = new System.DateTime(2013, 12, 17, 0, 0, 0, 0);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.btnRemov);
     this.panelEx2.Controls.Add(this.lbSelList);
     this.panelEx2.Controls.Add(this.labelX5);
     this.panelEx2.Controls.Add(this.cmbHistoricalPeriod);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.Controls.Add(this.cmbContinuationType);
     this.panelEx2.Controls.Add(this.labelX3);
     this.panelEx2.Location = new System.Drawing.Point(16, 85);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(177, 310);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx2.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx2.Style.BorderWidth = 3;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 117;
     //
     // btnRemov
     //
     this.btnRemov.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnRemov.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnRemov.Location = new System.Drawing.Point(111, 97);
     this.btnRemov.Name = "btnRemov";
     this.btnRemov.Size = new System.Drawing.Size(59, 24);
     this.btnRemov.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnRemov.TabIndex = 73;
     this.btnRemov.Text = "<";
     this.btnRemov.Click += new System.EventHandler(this.btnRemov_Click);
     //
     // lbSelList
     //
     this.lbSelList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)));
     this.lbSelList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.lbSelList.FormattingEnabled = true;
     this.lbSelList.ItemHeight = 15;
     this.lbSelList.Location = new System.Drawing.Point(8, 134);
     this.lbSelList.Name = "lbSelList";
     this.lbSelList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbSelList.Size = new System.Drawing.Size(162, 169);
     this.lbSelList.TabIndex = 58;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX5.Location = new System.Drawing.Point(8, 97);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(97, 21);
     this.labelX5.TabIndex = 68;
     this.labelX5.Text = "Selected symbols:";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.Color.LightGreen;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.listViewEx_times);
     this.panelEx1.Enabled = false;
     this.panelEx1.Location = new System.Drawing.Point(200, 85);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(571, 158);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(250)))), ((int)(((byte)(220)))));
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.panelEx1.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Left;
     this.panelEx1.Style.BorderWidth = 3;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 115;
     //
     // listViewEx_times
     //
     this.listViewEx_times.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.listViewEx_times.Border.Class = "ListViewBorder";
     this.listViewEx_times.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.listViewEx_times.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader_No,
     this.columnHeader_Name1,
     this.columnHeader_TS,
     this.columnHeader_Days});
     this.listViewEx_times.ContextMenuStrip = this.contextMenuStrip1;
     this.listViewEx_times.ForeColor = System.Drawing.Color.Black;
     this.listViewEx_times.FullRowSelect = true;
     this.listViewEx_times.Location = new System.Drawing.Point(7, 5);
     this.listViewEx_times.MultiSelect = false;
     this.listViewEx_times.Name = "listViewEx_times";
     this.listViewEx_times.Size = new System.Drawing.Size(560, 149);
     this.listViewEx_times.TabIndex = 94;
     this.listViewEx_times.UseCompatibleStateImageBehavior = false;
     this.listViewEx_times.View = System.Windows.Forms.View.Details;
     //
     // columnHeader_No
     //
     this.columnHeader_No.Text = "No";
     this.columnHeader_No.Width = 35;
     //
     // columnHeader_Name1
     //
     this.columnHeader_Name1.Text = "Name";
     this.columnHeader_Name1.Width = 120;
     //
     // columnHeader_TS
     //
     this.columnHeader_TS.Text = "Time Start";
     this.columnHeader_TS.Width = 75;
     //
     // columnHeader_Days
     //
     this.columnHeader_Days.Text = "Days";
     this.columnHeader_Days.Width = 80;
     //
     // textBoxXListName
     //
     this.textBoxXListName.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxXListName.Border.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.textBoxXListName.Border.BorderLeftColor = System.Drawing.Color.Green;
     this.textBoxXListName.Border.BorderLeftWidth = 3;
     this.textBoxXListName.Border.Class = "TextBoxBorder";
     this.textBoxXListName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxXListName.ForeColor = System.Drawing.Color.Black;
     this.textBoxXListName.Location = new System.Drawing.Point(200, 56);
     this.textBoxXListName.Name = "textBoxXListName";
     this.textBoxXListName.Size = new System.Drawing.Size(277, 23);
     this.textBoxXListName.TabIndex = 113;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.labelX1.Location = new System.Drawing.Point(116, 55);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 21);
     this.labelX1.TabIndex = 114;
     this.labelX1.Text = "List Name:";
     //
     // EditListControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.checkBox_AutoCollec);
     this.Controls.Add(this.panelEx4);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.textBoxXListName);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.labelX_back);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.labelXTitle);
     this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name = "EditListControl";
     this.Size = new System.Drawing.Size(800, 482);
     this.Load += new System.EventHandler(this.EditListControl_Load);
     this.contextMenuStrip1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     this.panelEx3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateTimeInput2)).EndInit();
     this.panelEx2.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(ScrollTexEditor));

            _ListViewEx_LM_ScrollTexList = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ListViewEx_LM_ScrollTexList.SelectedIndexChanged += new EventHandler(ListViewEx_LM_ScrollTexList_SelectedIndexChanged);
            _ListViewEx_LM_ScrollTexList.MouseUp += new MouseEventHandler(ListViewEx_LM_ScrollTexList_MouseClick);
            _ColumnHeader8    = new ColumnHeader();
            _ColumnHeader9    = new ColumnHeader();
            _ColumnHeader10   = new ColumnHeader();
            _ColumnHeader11   = new ColumnHeader();
            _ColumnHeader12   = new ColumnHeader();
            _ColumnHeader1    = new ColumnHeader();
            _ColumnHeader2    = new ColumnHeader();
            _AdvPropertyGrid1 = new DevComponents.DotNetBar.AdvPropertyGrid();
            _AdvPropertyGrid1.ConvertFromStringToPropertyValue += new DevComponents.DotNetBar.ConvertValueEventHandler(AdvPropertyGrid1_ConvertFromStringToPropertyValue);
            _AdvPropertyGrid1.ConvertPropertyValueToString     += new DevComponents.DotNetBar.ConvertValueEventHandler(AdvPropertyGrid1_ConvertPropertyValueToString);
            _AdvPropertyGrid1.PropertyValueChanged             += new System.ComponentModel.PropertyChangedEventHandler(AdvPropertyGrid1_PropertyValueChanged);
            _ContextMenuBar1     = new DevComponents.DotNetBar.ContextMenuBar();
            _ButtonItem_CM       = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem44        = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem44.Click += new EventHandler(ButtonItem44_Click);
            _ButtonItem43        = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem43.Click += new EventHandler(ButtonItem43_Click);
            _SplitContainer1     = new SplitContainer();
            ((System.ComponentModel.ISupportInitialize)_AdvPropertyGrid1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_ContextMenuBar1).BeginInit();
            ((System.ComponentModel.ISupportInitialize)_SplitContainer1).BeginInit();
            _SplitContainer1.Panel1.SuspendLayout();
            _SplitContainer1.Panel2.SuspendLayout();
            _SplitContainer1.SuspendLayout();
            SuspendLayout();
            //
            // ListViewEx_LM_ScrollTexList
            //
            _ListViewEx_LM_ScrollTexList.BackColor = Color.White;
            //
            //
            //
            _ListViewEx_LM_ScrollTexList.Border.Class      = "ListViewBorder";
            _ListViewEx_LM_ScrollTexList.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx_LM_ScrollTexList.Columns.AddRange(new ColumnHeader[] { _ColumnHeader8, _ColumnHeader9, _ColumnHeader10, _ColumnHeader11, _ColumnHeader12, _ColumnHeader1, _ColumnHeader2 });
            _ListViewEx_LM_ScrollTexList.DisabledBackColor = Color.Empty;
            _ListViewEx_LM_ScrollTexList.Dock             = DockStyle.Fill;
            _ListViewEx_LM_ScrollTexList.FocusCuesEnabled = false;
            _ListViewEx_LM_ScrollTexList.ForeColor        = Color.Black;
            _ListViewEx_LM_ScrollTexList.FullRowSelect    = true;
            _ListViewEx_LM_ScrollTexList.GridLines        = true;
            _ListViewEx_LM_ScrollTexList.HeaderStyle      = ColumnHeaderStyle.Nonclickable;
            _ListViewEx_LM_ScrollTexList.HideSelection    = false;
            _ListViewEx_LM_ScrollTexList.Location         = new Point(0, 0);
            _ListViewEx_LM_ScrollTexList.MultiSelect      = false;
            _ListViewEx_LM_ScrollTexList.Name             = "ListViewEx_LM_ScrollTexList";
            _ListViewEx_LM_ScrollTexList.Size             = new Size(583, 633);
            _ListViewEx_LM_ScrollTexList.TabIndex         = 2;
            _ListViewEx_LM_ScrollTexList.UseCompatibleStateImageBehavior = false;
            _ListViewEx_LM_ScrollTexList.View = View.Details;
            //
            // ColumnHeader8
            //
            _ColumnHeader8.Text  = "#";
            _ColumnHeader8.Width = 30;
            //
            // ColumnHeader9
            //
            _ColumnHeader9.Text  = "Behavior";
            _ColumnHeader9.Width = 100;
            //
            // ColumnHeader10
            //
            _ColumnHeader10.Text  = "Type";
            _ColumnHeader10.Width = 100;
            //
            // ColumnHeader11
            //
            _ColumnHeader11.Text = "Duration";
            //
            // ColumnHeader12
            //
            _ColumnHeader12.Text = "Speed";
            //
            // ColumnHeader1
            //
            _ColumnHeader1.Text  = "Vertex Pointer";
            _ColumnHeader1.Width = 100;
            //
            // ColumnHeader2
            //
            _ColumnHeader2.Text  = "Vertices";
            _ColumnHeader2.Width = 100;
            //
            // AdvPropertyGrid1
            //
            _AdvPropertyGrid1.Dock           = DockStyle.Fill;
            _AdvPropertyGrid1.GridLinesColor = Color.WhiteSmoke;
            _AdvPropertyGrid1.Location       = new Point(0, 0);
            _AdvPropertyGrid1.Name           = "AdvPropertyGrid1";
            _AdvPropertyGrid1.Size           = new Size(315, 633);
            _AdvPropertyGrid1.TabIndex       = 8;
            _AdvPropertyGrid1.Text           = "AdvPropertyGrid1";
            //
            // ContextMenuBar1
            //
            _ContextMenuBar1.AntiAlias   = true;
            _ContextMenuBar1.Font        = new Font("Segoe UI", 9.0F);
            _ContextMenuBar1.IsMaximized = false;
            _ContextMenuBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { _ButtonItem_CM });
            _ContextMenuBar1.Location = new Point(787, 0);
            _ContextMenuBar1.Name     = "ContextMenuBar1";
            _ContextMenuBar1.Size     = new Size(78, 25);
            _ContextMenuBar1.Stretch  = true;
            _ContextMenuBar1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ContextMenuBar1.TabIndex = 9;
            _ContextMenuBar1.TabStop  = false;
            _ContextMenuBar1.Text     = "ContextMenuBar1";
            //
            // ButtonItem_CM
            //
            _ButtonItem_CM.AutoExpandOnClick = true;
            _ButtonItem_CM.Name = "ButtonItem_CM";
            _ButtonItem_CM.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { _ButtonItem44, _ButtonItem43 });
            _ButtonItem_CM.Text = "ContextMenu";
            //
            // ButtonItem44
            //
            _ButtonItem44.ButtonStyle   = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            _ButtonItem44.Image         = My.Resources.MyIcons.icons8_plus_math_16px;
            _ButtonItem44.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            _ButtonItem44.Name          = "ButtonItem44";
            _ButtonItem44.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
            _ButtonItem44.SubItemsExpandWidth = 14;
            _ButtonItem44.SymbolColor         = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(82)), Conversions.ToInteger(Conversions.ToByte(124)), Conversions.ToInteger(Conversions.ToByte(64)));
            _ButtonItem44.SymbolSet           = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonItem44.SymbolSize          = 12.0F;
            _ButtonItem44.Text = "Add New";
            //
            // ButtonItem43
            //
            _ButtonItem43.BeginGroup = true;
            _ButtonItem43.Image      = My.Resources.MyIcons.icons8_delete_sign_16px;
            _ButtonItem43.Name       = "ButtonItem43";
            _ButtonItem43.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            _ButtonItem43.SymbolColor = Color.FromArgb(Conversions.ToInteger(Conversions.ToByte(150)), Conversions.ToInteger(Conversions.ToByte(0)), Conversions.ToInteger(Conversions.ToByte(0)));
            _ButtonItem43.SymbolSet   = DevComponents.DotNetBar.eSymbolSet.Material;
            _ButtonItem43.SymbolSize  = 12.0F;
            _ButtonItem43.Text        = "Remove";
            //
            // SplitContainer1
            //
            _SplitContainer1.BackColor  = Color.Transparent;
            _SplitContainer1.Dock       = DockStyle.Fill;
            _SplitContainer1.FixedPanel = FixedPanel.Panel2;
            _SplitContainer1.Location   = new Point(0, 0);
            _SplitContainer1.Name       = "SplitContainer1";
            //
            // SplitContainer1.Panel1
            //
            _SplitContainer1.Panel1.Controls.Add(_ListViewEx_LM_ScrollTexList);
            //
            // SplitContainer1.Panel2
            //
            _SplitContainer1.Panel2.Controls.Add(_AdvPropertyGrid1);
            _SplitContainer1.Size             = new Size(902, 633);
            _SplitContainer1.SplitterDistance = 583;
            _SplitContainer1.TabIndex         = 9;
            //
            // ScrollTexEditor
            //
            AutoScaleDimensions = new SizeF(6.0F, 13.0F);
            AutoScaleMode       = AutoScaleMode.Font;
            ClientSize          = new Size(902, 633);
            Controls.Add(_ContextMenuBar1);
            Controls.Add(_SplitContainer1);
            FormBorderStyle    = FormBorderStyle.FixedSingle;
            Icon               = (Icon)resources.GetObject("$this.Icon");
            MaximizeBox        = false;
            Name               = "ScrollTexEditor";
            StartPosition      = FormStartPosition.CenterScreen;
            Text               = "Texture Animation Editor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_AdvPropertyGrid1).EndInit();
            ((System.ComponentModel.ISupportInitialize)_ContextMenuBar1).EndInit();
            _SplitContainer1.Panel1.ResumeLayout(false);
            _SplitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)_SplitContainer1).EndInit();
            _SplitContainer1.ResumeLayout(false);
            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.btnAdd = new DevComponents.DotNetBar.ButtonX();
     this.btnEdit = new DevComponents.DotNetBar.ButtonX();
     this.btnDel = new DevComponents.DotNetBar.ButtonX();
     this.lvInterview = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.colInterviewDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colInterviewType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colTeacherID = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColCause = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SuspendLayout();
     //
     // btnAdd
     //
     this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnAdd.Location = new System.Drawing.Point(15, 205);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 25);
     this.btnAdd.TabIndex = 1;
     this.btnAdd.Text = "新增";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnEdit
     //
     this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnEdit.Location = new System.Drawing.Point(100, 205);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 25);
     this.btnEdit.TabIndex = 2;
     this.btnEdit.Text = "修改";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDel
     //
     this.btnDel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnDel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnDel.Location = new System.Drawing.Point(185, 205);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(75, 25);
     this.btnDel.TabIndex = 3;
     this.btnDel.Text = "刪除";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // lvInterview
     //
     //
     //
     //
     this.lvInterview.Border.Class = "ListViewBorder";
     this.lvInterview.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvInterview.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colInterviewDate,
     this.colInterviewType,
     this.colTeacherID,
     this.ColCause});
     this.lvInterview.FullRowSelect = true;
     this.lvInterview.Location = new System.Drawing.Point(15, 12);
     this.lvInterview.MultiSelect = false;
     this.lvInterview.Name = "lvInterview";
     this.lvInterview.Size = new System.Drawing.Size(520, 186);
     this.lvInterview.TabIndex = 4;
     this.lvInterview.UseCompatibleStateImageBehavior = false;
     this.lvInterview.View = System.Windows.Forms.View.Details;
     //
     // colInterviewDate
     //
     this.colInterviewDate.Text = "晤談日期";
     this.colInterviewDate.Width = 100;
     //
     // colInterviewType
     //
     this.colInterviewType.Text = "晤談對象";
     this.colInterviewType.Width = 100;
     //
     // colTeacherID
     //
     this.colTeacherID.Text = "晤談老師";
     this.colTeacherID.Width = 100;
     //
     // ColCause
     //
     this.ColCause.Text = "晤談事由";
     this.ColCause.Width = 100;
     //
     // StudInterviewDataContent
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.lvInterview);
     this.Controls.Add(this.btnDel);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnAdd);
     this.Name = "StudInterviewDataContent";
     this.Size = new System.Drawing.Size(550, 240);
     this.Load += new System.EventHandler(this.StudInterviewDataContent_Load);
     this.ResumeLayout(false);
 }
Example #17
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBarChartRenderer));
     this.panelEx1         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx5         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx3         = new DevComponents.DotNetBar.PanelEx();
     this.buttonDel        = new DevComponents.DotNetBar.ButtonX();
     this.buttonAdd        = new DevComponents.DotNetBar.ButtonX();
     this.listAddField     = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.listAllField     = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.buttonDown       = new DevComponents.DotNetBar.ButtonX();
     this.buttonUp         = new DevComponents.DotNetBar.ButtonX();
     this.panelEx2         = new DevComponents.DotNetBar.PanelEx();
     this.sizeInput        = new DevComponents.Editors.DoubleInput();
     this.chkIsUnOverlap   = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.cmbColorRamp     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX6          = new DevComponents.DotNetBar.LabelX();
     this.labelX4          = new DevComponents.DotNetBar.LabelX();
     this.labelX5          = new DevComponents.DotNetBar.LabelX();
     this.labelPreviewBack = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panelEx5.SuspendLayout();
     this.panelEx3.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sizeInput)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx5);
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(465, 370);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // panelEx5
     //
     this.panelEx5.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx5.Controls.Add(this.panelEx3);
     this.panelEx5.Controls.Add(this.buttonDown);
     this.panelEx5.Controls.Add(this.buttonUp);
     this.panelEx5.Location        = new System.Drawing.Point(2, 92);
     this.panelEx5.Name            = "panelEx5";
     this.panelEx5.Size            = new System.Drawing.Size(460, 272);
     this.panelEx5.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx5.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelEx5.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.panelEx5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx5.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx5.Style.GradientAngle = 90;
     this.panelEx5.TabIndex            = 52;
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx3.Controls.Add(this.buttonDel);
     this.panelEx3.Controls.Add(this.buttonAdd);
     this.panelEx3.Controls.Add(this.listAddField);
     this.panelEx3.Controls.Add(this.listAllField);
     this.panelEx3.Dock            = System.Windows.Forms.DockStyle.Left;
     this.panelEx3.Location        = new System.Drawing.Point(0, 0);
     this.panelEx3.Name            = "panelEx3";
     this.panelEx3.Size            = new System.Drawing.Size(420, 272);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex            = 5;
     //
     // buttonDel
     //
     this.buttonDel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonDel.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonDel.Image          = ((System.Drawing.Image)(resources.GetObject("buttonDel.Image")));
     this.buttonDel.Location       = new System.Drawing.Point(160, 112);
     this.buttonDel.Name           = "buttonDel";
     this.buttonDel.Size           = new System.Drawing.Size(30, 25);
     this.buttonDel.TabIndex       = 6;
     this.buttonDel.Click         += new System.EventHandler(this.buttonDel_Click);
     //
     // buttonAdd
     //
     this.buttonAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonAdd.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonAdd.Image          = ((System.Drawing.Image)(resources.GetObject("buttonAdd.Image")));
     this.buttonAdd.Location       = new System.Drawing.Point(160, 81);
     this.buttonAdd.Name           = "buttonAdd";
     this.buttonAdd.Size           = new System.Drawing.Size(30, 25);
     this.buttonAdd.TabIndex       = 5;
     this.buttonAdd.Click         += new System.EventHandler(this.buttonAdd_Click);
     //
     // listAddField
     //
     //
     //
     //
     this.listAddField.Border.Class  = "ListViewBorder";
     this.listAddField.Dock          = System.Windows.Forms.DockStyle.Right;
     this.listAddField.FullRowSelect = true;
     this.listAddField.Location      = new System.Drawing.Point(198, 0);
     this.listAddField.Name          = "listAddField";
     this.listAddField.Size          = new System.Drawing.Size(222, 272);
     this.listAddField.TabIndex      = 2;
     this.listAddField.UseCompatibleStateImageBehavior = false;
     this.listAddField.View                  = System.Windows.Forms.View.Details;
     this.listAddField.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.listAddField_MouseDoubleClick);
     this.listAddField.SelectedIndexChanged += new System.EventHandler(this.listAddField_SelectedIndexChanged);
     //
     // listAllField
     //
     //
     //
     //
     this.listAllField.Border.Class  = "ListViewBorder";
     this.listAllField.Dock          = System.Windows.Forms.DockStyle.Left;
     this.listAllField.FullRowSelect = true;
     this.listAllField.Location      = new System.Drawing.Point(0, 0);
     this.listAllField.Name          = "listAllField";
     this.listAllField.Size          = new System.Drawing.Size(153, 272);
     this.listAllField.TabIndex      = 1;
     this.listAllField.UseCompatibleStateImageBehavior = false;
     this.listAllField.View              = System.Windows.Forms.View.Details;
     this.listAllField.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DoListViewMouseDoubleClick);
     //
     // buttonDown
     //
     this.buttonDown.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonDown.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonDown.Image          = ((System.Drawing.Image)(resources.GetObject("buttonDown.Image")));
     this.buttonDown.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Bottom;
     this.buttonDown.Location       = new System.Drawing.Point(428, 115);
     this.buttonDown.Name           = "buttonDown";
     this.buttonDown.Size           = new System.Drawing.Size(22, 35);
     this.buttonDown.TabIndex       = 4;
     this.buttonDown.Click         += new System.EventHandler(this.buttonDown_Click);
     //
     // buttonUp
     //
     this.buttonUp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonUp.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonUp.Image          = ((System.Drawing.Image)(resources.GetObject("buttonUp.Image")));
     this.buttonUp.ImagePosition  = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonUp.Location       = new System.Drawing.Point(428, 71);
     this.buttonUp.Name           = "buttonUp";
     this.buttonUp.Size           = new System.Drawing.Size(22, 35);
     this.buttonUp.TabIndex       = 3;
     this.buttonUp.Click         += new System.EventHandler(this.buttonUp_Click);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx2.Controls.Add(this.sizeInput);
     this.panelEx2.Controls.Add(this.chkIsUnOverlap);
     this.panelEx2.Controls.Add(this.cmbColorRamp);
     this.panelEx2.Controls.Add(this.labelX6);
     this.panelEx2.Controls.Add(this.labelX4);
     this.panelEx2.Controls.Add(this.labelX5);
     this.panelEx2.Controls.Add(this.labelPreviewBack);
     this.panelEx2.Location        = new System.Drawing.Point(3, 3);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(459, 82);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex            = 47;
     //
     // sizeInput
     //
     //
     //
     //
     this.sizeInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.sizeInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.sizeInput.Increment  = 1;
     this.sizeInput.Location   = new System.Drawing.Point(244, 45);
     this.sizeInput.MinValue   = 0.001;
     this.sizeInput.Name       = "sizeInput";
     this.sizeInput.ShowUpDown = true;
     this.sizeInput.Size       = new System.Drawing.Size(63, 21);
     this.sizeInput.TabIndex   = 49;
     this.sizeInput.Value      = 1;
     //
     // chkIsUnOverlap
     //
     this.chkIsUnOverlap.AutoSize = true;
     this.chkIsUnOverlap.Location = new System.Drawing.Point(67, 48);
     this.chkIsUnOverlap.Name     = "chkIsUnOverlap";
     this.chkIsUnOverlap.Size     = new System.Drawing.Size(76, 18);
     this.chkIsUnOverlap.TabIndex = 48;
     this.chkIsUnOverlap.Text     = "·ÀÖ¹¸²¸Ç";
     //
     // cmbColorRamp
     //
     this.cmbColorRamp.DisplayMember     = "Text";
     this.cmbColorRamp.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbColorRamp.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbColorRamp.FormattingEnabled = true;
     this.cmbColorRamp.ItemHeight        = 21;
     this.cmbColorRamp.Location          = new System.Drawing.Point(67, 11);
     this.cmbColorRamp.Name     = "cmbColorRamp";
     this.cmbColorRamp.Size     = new System.Drawing.Size(274, 27);
     this.cmbColorRamp.TabIndex = 2;
     //
     // labelX6
     //
     this.labelX6.AutoSize  = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(347, 16);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(19, 31);
     this.labelX6.TabIndex  = 36;
     this.labelX6.Text      = "±³\r\n¾°";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(207, 48);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(31, 18);
     this.labelX4.TabIndex = 10;
     this.labelX4.Text     = "´óС";
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(10, 16);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(56, 18);
     this.labelX5.TabIndex = 11;
     this.labelX5.Text     = "ÑÕÉ«·½°¸";
     //
     // labelPreviewBack
     //
     this.labelPreviewBack.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewBack.Location  = new System.Drawing.Point(367, 11);
     this.labelPreviewBack.Name      = "labelPreviewBack";
     this.labelPreviewBack.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewBack.TabIndex  = 12;
     this.labelPreviewBack.Click    += new System.EventHandler(this.labelPreviewBack_Click);
     //
     // frmBarChartRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmBarChartRenderer";
     this.Size = new System.Drawing.Size(465, 370);
     this.panelEx1.ResumeLayout(false);
     this.panelEx5.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sizeInput)).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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(10, 180);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(555, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 77;
     this.groupPanel1.Text = "DANH SÁCH ĐƠN VỊ TÍNH";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 64;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên ĐVT";
     this.columnHeader2.Width = 190;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "masx";
     this.columnHeader4.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(107, 49);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(388, 117);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 76;
     this.groupPanel2.Text = "THÔNG TIN ĐƠN VỊ TÍNH";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 63);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(382, 29);
     this.panel5.TabIndex = 70;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(151, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 25);
     this.buttonX6.TabIndex = 54;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(233, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 25);
     this.buttonX4.TabIndex = 53;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(67, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 25);
     this.buttonX5.TabIndex = 28;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(84, 14);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(3, 14);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(75, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên ĐVT:";
     //
     // frmDonvi
     //
     this.ClientSize = new System.Drawing.Size(576, 401);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.MaximumSize = new System.Drawing.Size(584, 435);
     this.MinimumSize = new System.Drawing.Size(584, 435);
     this.Name = "frmDonvi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Đơn vị tính";
     this.Load += new System.EventHandler(this.frmDonvi_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #19
0
 private void InitializeComponent()
 {
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.lblFullName      = new DevComponents.DotNetBar.LabelX();
     this.listViewEx1      = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.expandablePanel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // expandablePanel1
     //
     this.expandablePanel1.AutoScroll       = true;
     this.expandablePanel1.AutoSize         = true;
     this.expandablePanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.expandablePanel1.Controls.Add(this.flowLayoutPanel1);
     this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.expandablePanel1.ExpandOnTitleClick = true;
     this.expandablePanel1.Location           = new System.Drawing.Point(0, 0);
     this.expandablePanel1.Name            = "expandablePanel1";
     this.expandablePanel1.Size            = new System.Drawing.Size(319, 184);
     this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.expandablePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.expandablePanel1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandablePanel1.Style.GradientAngle  = 90;
     this.expandablePanel1.TabIndex             = 0;
     this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
     this.expandablePanel1.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.expandablePanel1.TitleStyle.GradientAngle = 90;
     this.expandablePanel1.TitleText        = "Title Bar";
     this.expandablePanel1.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandablePanel1_ExpandedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.labelX1);
     this.flowLayoutPanel1.Controls.Add(this.lblFullName);
     this.flowLayoutPanel1.Controls.Add(this.listViewEx1);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 26);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(319, 158);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class      = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(3, 3);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(91, 23);
     this.labelX1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelX1.TabIndex = 6;
     this.labelX1.Text     = "TypeFullName:";
     //
     // lblFullName
     //
     //
     //
     //
     this.lblFullName.BackgroundStyle.Class      = "";
     this.lblFullName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblFullName.Location = new System.Drawing.Point(100, 3);
     this.lblFullName.Name     = "lblFullName";
     this.lblFullName.Size     = new System.Drawing.Size(216, 23);
     this.lblFullName.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.lblFullName.TabIndex = 7;
     //
     // listViewEx1
     //
     //
     //
     //
     this.listViewEx1.Border.Class      = "ListViewBorder";
     this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.flowLayoutPanel1.SetFlowBreak(this.listViewEx1, true);
     this.listViewEx1.Location         = new System.Drawing.Point(3, 32);
     this.listViewEx1.Name             = "listViewEx1";
     this.listViewEx1.ShowItemToolTips = true;
     this.listViewEx1.Size             = new System.Drawing.Size(313, 123);
     this.listViewEx1.TabIndex         = 8;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.Tile;
     //
     // SinglePlugIn
     //
     this.Controls.Add(this.expandablePanel1);
     this.Name = "SinglePlugIn";
     this.Size = new System.Drawing.Size(319, 184);
     this.expandablePanel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
        /// <summary>
        /// 获取硬件相关的一些信息
        /// </summary>
        /// <param name="Key">要查找的</param>
        /// <param name="lst">显示信息的ListView组件</param>
        /// <param name="DontInsertNull">标识是否有信息</param>
        public void InsertInfo(string Key, ref DevComponents.DotNetBar.Controls.ListViewEx lst, bool DontInsertNull)
        {
            lst.Items.Clear();//清空列表
            //创建ManagementObjectSearcher对象,使其查找参数Key的内容
            ManagementObjectSearcher searcher = new ManagementObjectSearcher("select * from " + Key);

            try
            {
                //遍历ManagementObjectSearcher对象查找的内容
                foreach (ManagementObject share in searcher.Get())
                {
                    ListViewGroup grp;//创建ListViewGroup对象
                    try
                    {
                        //设置组标题
                        grp = lst.Groups.Add(share["Name"].ToString(), share["Name"].ToString());
                    }
                    catch
                    {
                        grp = lst.Groups.Add(share.ToString(), share.ToString());
                    }
                    //如果没有查找到信息,则弹出提示
                    if (share.Properties.Count <= 0)
                    {
                        MessageBox.Show("No Information Available", "No Info", MessageBoxButtons.OK, MessageBoxIcon.Information);
                        return;
                    }
                    foreach (PropertyData PC in share.Properties)    //遍历获取到的数据
                    {
                        ListViewItem item = new ListViewItem(grp);   //将组添加到ListViewItem中
                        item.BackColor = Color.FromArgb(21, 49, 63); //设置每行的背景颜色
                        item.Text      = EngtoCH(PC.Name);           //设置项目标题
                        if (PC.Value != null && PC.Value.ToString() != "")
                        {
                            switch (PC.Value.GetType().ToString())  //判断值的类型
                            {
                            case "System.String[]":                 //如果是字符串数组
                                string[] str  = (string[])PC.Value; //记录属性值
                                string   str2 = "";                 //定义变量,用来记录数组中存储的所有属性值
                                foreach (string st in str)          //遍历数组
                                {
                                    str2 += st + " ";               //中间用空格分隔,记录所有值
                                }
                                item.SubItems.Add(str2);            //添加到列表项
                                break;

                            case "System.UInt16[]":    //如果是整型数组
                                ushort[] shortData = (ushort[])PC.Value;
                                string   tstr2     = "";
                                foreach (ushort st in shortData)
                                {
                                    tstr2 += st.ToString() + " ";
                                }
                                item.SubItems.Add(tstr2);
                                break;

                            default:
                                item.SubItems.Add(PC.Value.ToString());    //直接添加到列表项中
                                break;
                            }
                        }
                        else
                        {
                            if (!DontInsertNull)//如果没有信息,则添加“没有信息”的提示
                            {
                                item.SubItems.Add("没有信息");
                            }
                            else
                            {
                                continue;
                            }
                        }
                        lst.Items.Add(item); //将内容添加到ListView控件中
                    }
                }
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
        }
Example #21
0
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(PluginInstallerForm));

            _Panel1                       = new Panel();
            _ButtonX_Remove               = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_Remove.Click        += new EventHandler(ButtonX_Remove_Click);
            _ButtonX_Install              = new DevComponents.DotNetBar.ButtonX();
            _ButtonItem_SingleFile        = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem_SingleFile.Click += new EventHandler(ButtonItem_SingleFile_Click);
            _ButtonItem_ZipFile           = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem_ZipFile.Click    += new EventHandler(ButtonItem_ZipFile_Click);
            _ButtonItem_Directory         = new DevComponents.DotNetBar.ButtonItem();
            _ButtonItem_Directory.Click  += new EventHandler(ButtonItem_Directory_Click);
            _ButtonX_Close                = new DevComponents.DotNetBar.ButtonX();
            _ButtonX_Close.Click         += new EventHandler(ButtonX_Close_Click);
            _ListViewEx_Plugins           = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ColumnHeader1                = new ColumnHeader();
            _ColumnHeader2                = new ColumnHeader();
            _ColumnHeader3                = new ColumnHeader();
            _ColumnHeader4                = new ColumnHeader();
            _Panel1.SuspendLayout();
            SuspendLayout();
            //
            // Panel1
            //
            _Panel1.BackColor = Color.Transparent;
            _Panel1.Controls.Add(_ButtonX_Remove);
            _Panel1.Controls.Add(_ButtonX_Install);
            _Panel1.Controls.Add(_ButtonX_Close);
            _Panel1.Controls.Add(_ListViewEx_Plugins);
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.Name = "Panel1";
            //
            // ButtonX_Remove
            //
            _ButtonX_Remove.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX_Remove, "ButtonX_Remove");
            _ButtonX_Remove.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_Remove.Name       = "ButtonX_Remove";
            _ButtonX_Remove.Style      = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ButtonX_Install
            //
            _ButtonX_Install.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX_Install, "ButtonX_Install");
            _ButtonX_Install.AutoExpandOnClick = true;
            _ButtonX_Install.ColorTable        = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_Install.Name  = "ButtonX_Install";
            _ButtonX_Install.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            _ButtonX_Install.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { _ButtonItem_SingleFile, _ButtonItem_ZipFile, _ButtonItem_Directory });
            //
            // ButtonItem_SingleFile
            //
            _ButtonItem_SingleFile.GlobalItem = false;
            _ButtonItem_SingleFile.Name       = "ButtonItem_SingleFile";
            resources.ApplyResources(_ButtonItem_SingleFile, "ButtonItem_SingleFile");
            //
            // ButtonItem_ZipFile
            //
            _ButtonItem_ZipFile.GlobalItem = false;
            _ButtonItem_ZipFile.Name       = "ButtonItem_ZipFile";
            resources.ApplyResources(_ButtonItem_ZipFile, "ButtonItem_ZipFile");
            //
            // ButtonItem_Directory
            //
            _ButtonItem_Directory.GlobalItem = false;
            _ButtonItem_Directory.Name       = "ButtonItem_Directory";
            resources.ApplyResources(_ButtonItem_Directory, "ButtonItem_Directory");
            //
            // ButtonX_Close
            //
            _ButtonX_Close.AccessibleRole = AccessibleRole.PushButton;
            resources.ApplyResources(_ButtonX_Close, "ButtonX_Close");
            _ButtonX_Close.ColorTable   = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _ButtonX_Close.DialogResult = DialogResult.Cancel;
            _ButtonX_Close.Name         = "ButtonX_Close";
            _ButtonX_Close.Style        = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // ListViewEx_Plugins
            //
            resources.ApplyResources(_ListViewEx_Plugins, "ListViewEx_Plugins");
            _ListViewEx_Plugins.BackColor = Color.White;
            //
            //
            //
            _ListViewEx_Plugins.Border.Class      = "ListViewBorder";
            _ListViewEx_Plugins.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx_Plugins.Columns.AddRange(new ColumnHeader[] { _ColumnHeader1, _ColumnHeader2, _ColumnHeader3, _ColumnHeader4 });
            _ListViewEx_Plugins.DisabledBackColor = Color.Empty;
            _ListViewEx_Plugins.ForeColor         = Color.Black;
            _ListViewEx_Plugins.FullRowSelect     = true;
            _ListViewEx_Plugins.Groups.AddRange(new ListViewGroup[] { (ListViewGroup)resources.GetObject("ListViewEx_Plugins.Groups"), (ListViewGroup)resources.GetObject("ListViewEx_Plugins.Groups1") });
            _ListViewEx_Plugins.HideSelection = false;
            _ListViewEx_Plugins.Name          = "ListViewEx_Plugins";
            _ListViewEx_Plugins.UseCompatibleStateImageBehavior = false;
            _ListViewEx_Plugins.View = View.Details;
            //
            // ColumnHeader1
            //
            resources.ApplyResources(_ColumnHeader1, "ColumnHeader1");
            //
            // ColumnHeader2
            //
            resources.ApplyResources(_ColumnHeader2, "ColumnHeader2");
            //
            // ColumnHeader3
            //
            resources.ApplyResources(_ColumnHeader3, "ColumnHeader3");
            //
            // ColumnHeader4
            //
            resources.ApplyResources(_ColumnHeader4, "ColumnHeader4");
            //
            // PluginInstallerForm
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = AutoScaleMode.Font;
            CancelButton  = _ButtonX_Close;
            Controls.Add(_Panel1);
            Name = "PluginInstallerForm";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            _Panel1.ResumeLayout(false);
            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.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.tbxTenThongBao = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tbxNoiDungThongBao = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.dtNgayThongBao = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.btnLuu = new DevComponents.DotNetBar.ButtonX();
     this.lvThongBao = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.maThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tenThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.noiDungThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ngayThongBao = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.dtNgayThongBao)).BeginInit();
     this.SuspendLayout();
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(34, 31);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text = "Tên thông báo:";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(34, 60);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(104, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "Nội dung thông báo: ";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX3.ForeColor = System.Drawing.Color.Blue;
     this.labelX3.Location = new System.Drawing.Point(166, 1);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(202, 23);
     this.labelX3.TabIndex = 25;
     this.labelX3.Text = "LẬP PHIẾU THÔNG BÁO";
     //
     // tbxTenThongBao
     //
     this.tbxTenThongBao.BackColor = System.Drawing.Color.Gainsboro;
     //
     //
     //
     this.tbxTenThongBao.Border.Class = "TextBoxBorder";
     this.tbxTenThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxTenThongBao.Location = new System.Drawing.Point(211, 30);
     this.tbxTenThongBao.Name = "tbxTenThongBao";
     this.tbxTenThongBao.Size = new System.Drawing.Size(344, 20);
     this.tbxTenThongBao.TabIndex = 1;
     //
     // tbxNoiDungThongBao
     //
     this.tbxNoiDungThongBao.BackColor = System.Drawing.Color.WhiteSmoke;
     //
     //
     //
     this.tbxNoiDungThongBao.Border.Class = "TextBoxBorder";
     this.tbxNoiDungThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.tbxNoiDungThongBao.Location = new System.Drawing.Point(34, 89);
     this.tbxNoiDungThongBao.Multiline = true;
     this.tbxNoiDungThongBao.Name = "tbxNoiDungThongBao";
     this.tbxNoiDungThongBao.Size = new System.Drawing.Size(521, 76);
     this.tbxNoiDungThongBao.TabIndex = 3;
     //
     // dtNgayThongBao
     //
     //
     //
     //
     this.dtNgayThongBao.BackgroundStyle.Class = "DateTimeInputBackground";
     this.dtNgayThongBao.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtNgayThongBao.ButtonDropDown.Visible = true;
     this.dtNgayThongBao.Location = new System.Drawing.Point(335, 56);
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window;
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.DisplayMonth = new System.DateTime(2013, 1, 1, 0, 0, 0, 0);
     this.dtNgayThongBao.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.dtNgayThongBao.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.Class = "";
     this.dtNgayThongBao.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtNgayThongBao.MonthCalendar.TodayButtonVisible = true;
     this.dtNgayThongBao.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.dtNgayThongBao.Name = "dtNgayThongBao";
     this.dtNgayThongBao.Size = new System.Drawing.Size(220, 20);
     this.dtNgayThongBao.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtNgayThongBao.TabIndex = 2;
     this.dtNgayThongBao.Value = new System.DateTime(2013, 1, 18, 1, 29, 34, 0);
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(211, 56);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(104, 23);
     this.labelX4.TabIndex = 27;
     this.labelX4.Text = "Ngày thông báo: ";
     //
     // btnLuu
     //
     this.btnLuu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnLuu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnLuu.Location = new System.Drawing.Point(480, 171);
     this.btnLuu.Name = "btnLuu";
     this.btnLuu.Size = new System.Drawing.Size(75, 23);
     this.btnLuu.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnLuu.TabIndex = 28;
     this.btnLuu.Text = "Lưu";
     this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
     //
     // lvThongBao
     //
     //
     //
     //
     this.lvThongBao.Border.Class = "ListViewBorder";
     this.lvThongBao.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvThongBao.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.maThongBao,
     this.tenThongBao,
     this.noiDungThongBao,
     this.ngayThongBao});
     this.lvThongBao.FullRowSelect = true;
     this.lvThongBao.GridLines = true;
     this.lvThongBao.Location = new System.Drawing.Point(12, 200);
     this.lvThongBao.MultiSelect = false;
     this.lvThongBao.Name = "lvThongBao";
     this.lvThongBao.Size = new System.Drawing.Size(550, 111);
     this.lvThongBao.TabIndex = 30;
     this.lvThongBao.UseCompatibleStateImageBehavior = false;
     this.lvThongBao.View = System.Windows.Forms.View.Details;
     this.lvThongBao.DoubleClick += new System.EventHandler(this.lvThongBao_DoubleClick);
     //
     // maThongBao
     //
     this.maThongBao.Text = "Mã TB";
     this.maThongBao.Width = 50;
     //
     // tenThongBao
     //
     this.tenThongBao.Text = "Tên thông báo";
     this.tenThongBao.Width = 130;
     //
     // noiDungThongBao
     //
     this.noiDungThongBao.Text = "Nội dung thông báo";
     this.noiDungThongBao.Width = 250;
     //
     // ngayThongBao
     //
     this.ngayThongBao.Text = "Ngày thông báo";
     this.ngayThongBao.Width = 120;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(34, 171);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(115, 23);
     this.labelX5.TabIndex = 31;
     this.labelX5.Text = "Danh sách thông báo: ";
     //
     // frmLapThongBao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(579, 312);
     this.Controls.Add(this.labelX5);
     this.Controls.Add(this.lvThongBao);
     this.Controls.Add(this.btnLuu);
     this.Controls.Add(this.labelX4);
     this.Controls.Add(this.dtNgayThongBao);
     this.Controls.Add(this.tbxNoiDungThongBao);
     this.Controls.Add(this.tbxTenThongBao);
     this.Controls.Add(this.labelX3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.labelX1);
     this.DoubleBuffered = true;
     this.Name = "frmLapThongBao";
     this.Text = "Lập thông báo";
     this.Load += new System.EventHandler(this.frmLapThongBao_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dtNgayThongBao)).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.chkSelectAll = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.lvSourceFieldList = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.SuspendLayout();
     //
     // btnNext
     //
     this.btnNext.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     //
     // btnPrevious
     //
     this.btnPrevious.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     //
     // chkSelectAll
     //
     this.chkSelectAll.AutoSize = true;
     this.chkSelectAll.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.chkSelectAll.BackgroundStyle.Class = "";
     this.chkSelectAll.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkSelectAll.Checked = true;
     this.chkSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkSelectAll.CheckValue = "Y";
     this.chkSelectAll.Location = new System.Drawing.Point(34, 317);
     this.chkSelectAll.Name = "chkSelectAll";
     this.chkSelectAll.Size = new System.Drawing.Size(54, 21);
     this.chkSelectAll.TabIndex = 3;
     this.chkSelectAll.Text = "全選";
     //
     // lvSourceFieldList
     //
     //
     //
     //
     this.lvSourceFieldList.Border.Class = "ListViewBorder";
     this.lvSourceFieldList.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvSourceFieldList.CheckBoxes = true;
     this.lvSourceFieldList.FullRowSelect = true;
     this.lvSourceFieldList.Location = new System.Drawing.Point(34, 53);
     this.lvSourceFieldList.Name = "lvSourceFieldList";
     this.lvSourceFieldList.ShowItemToolTips = true;
     this.lvSourceFieldList.Size = new System.Drawing.Size(424, 258);
     this.lvSourceFieldList.TabIndex = 2;
     this.lvSourceFieldList.UseCompatibleStateImageBehavior = false;
     this.lvSourceFieldList.View = System.Windows.Forms.View.List;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(23, 13);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(395, 21);
     this.labelX1.TabIndex = 31;
     this.labelX1.Text = "請選擇您要匯入的欄位,若下方沒有欄位,請直接進行資料驗證。";
     //
     // SelectFields
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(492, 366);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.chkSelectAll);
     this.Controls.Add(this.lvSourceFieldList);
     this.Name = "SelectFields";
     this.Text = "";
     this.TitleText = "選擇要匯入的欄位";
     this.Controls.SetChildIndex(this.btnNext, 0);
     this.Controls.SetChildIndex(this.btnPrevious, 0);
     this.Controls.SetChildIndex(this.lvSourceFieldList, 0);
     this.Controls.SetChildIndex(this.chkSelectAll, 0);
     this.Controls.SetChildIndex(this.labelX1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #24
0
 private void InitializeComponent()
 {
     this.panelEx1         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx4         = new DevComponents.DotNetBar.PanelEx();
     this.listValueItem    = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.panelEx2         = new DevComponents.DotNetBar.PanelEx();
     this.cmbColorRamp     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX6          = new DevComponents.DotNetBar.LabelX();
     this.maxValueInput    = new DevComponents.Editors.DoubleInput();
     this.minValueInput    = new DevComponents.Editors.DoubleInput();
     this.cmbField         = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.labelX2          = new DevComponents.DotNetBar.LabelX();
     this.labelX3          = new DevComponents.DotNetBar.LabelX();
     this.labelX4          = new DevComponents.DotNetBar.LabelX();
     this.labelX5          = new DevComponents.DotNetBar.LabelX();
     this.labelPreviewFore = new DevComponents.DotNetBar.LabelX();
     this.levelInput       = new DevComponents.Editors.IntegerInput();
     this.panelEx1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx4);
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(465, 370);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx4.Controls.Add(this.listValueItem);
     this.panelEx4.Location        = new System.Drawing.Point(3, 107);
     this.panelEx4.Name            = "panelEx4";
     this.panelEx4.Size            = new System.Drawing.Size(459, 260);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelEx4.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx4.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex            = 50;
     //
     // listValueItem
     //
     //
     //
     //
     this.listValueItem.Border.Class  = "ListViewBorder";
     this.listValueItem.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listValueItem.FullRowSelect = true;
     this.listValueItem.Location      = new System.Drawing.Point(0, 0);
     this.listValueItem.Name          = "listValueItem";
     this.listValueItem.Size          = new System.Drawing.Size(459, 260);
     this.listValueItem.TabIndex      = 1;
     this.listValueItem.UseCompatibleStateImageBehavior = false;
     this.listValueItem.View              = System.Windows.Forms.View.Details;
     this.listValueItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DoListValueItemMouseDoubleClick);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx2.Controls.Add(this.cmbColorRamp);
     this.panelEx2.Controls.Add(this.labelX6);
     this.panelEx2.Controls.Add(this.maxValueInput);
     this.panelEx2.Controls.Add(this.minValueInput);
     this.panelEx2.Controls.Add(this.cmbField);
     this.panelEx2.Controls.Add(this.labelX1);
     this.panelEx2.Controls.Add(this.labelX2);
     this.panelEx2.Controls.Add(this.labelX3);
     this.panelEx2.Controls.Add(this.labelX4);
     this.panelEx2.Controls.Add(this.labelX5);
     this.panelEx2.Controls.Add(this.labelPreviewFore);
     this.panelEx2.Controls.Add(this.levelInput);
     this.panelEx2.Location        = new System.Drawing.Point(3, 3);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(459, 100);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex            = 46;
     //
     // cmbColorRamp
     //
     this.cmbColorRamp.DisplayMember     = "Text";
     this.cmbColorRamp.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbColorRamp.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbColorRamp.FormattingEnabled = true;
     this.cmbColorRamp.ItemHeight        = 21;
     this.cmbColorRamp.Location          = new System.Drawing.Point(67, 37);
     this.cmbColorRamp.Name                  = "cmbColorRamp";
     this.cmbColorRamp.Size                  = new System.Drawing.Size(237, 27);
     this.cmbColorRamp.TabIndex              = 2;
     this.cmbColorRamp.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX6
     //
     this.labelX6.AutoSize  = true;
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     this.labelX6.Location  = new System.Drawing.Point(310, 16);
     this.labelX6.Name      = "labelX6";
     this.labelX6.Size      = new System.Drawing.Size(19, 31);
     this.labelX6.TabIndex  = 36;
     this.labelX6.Text      = "符\r\n号";
     //
     // maxValueInput
     //
     //
     //
     //
     this.maxValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxValueInput.Increment     = 1;
     this.maxValueInput.Location      = new System.Drawing.Point(214, 70);
     this.maxValueInput.Name          = "maxValueInput";
     this.maxValueInput.Size          = new System.Drawing.Size(90, 21);
     this.maxValueInput.TabIndex      = 3;
     this.maxValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minValueInput
     //
     //
     //
     //
     this.minValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minValueInput.Increment     = 1;
     this.minValueInput.Location      = new System.Drawing.Point(67, 70);
     this.minValueInput.Name          = "minValueInput";
     this.minValueInput.Size          = new System.Drawing.Size(90, 21);
     this.minValueInput.TabIndex      = 2;
     this.minValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // cmbField
     //
     this.cmbField.DisplayMember     = "Text";
     this.cmbField.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbField.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbField.FormattingEnabled = true;
     this.cmbField.ItemHeight        = 15;
     this.cmbField.Location          = new System.Drawing.Point(67, 11);
     this.cmbField.Name                  = "cmbField";
     this.cmbField.Size                  = new System.Drawing.Size(237, 21);
     this.cmbField.TabIndex              = 2;
     this.cmbField.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(10, 12);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(31, 18);
     this.labelX1.TabIndex = 7;
     this.labelX1.Text     = "字段";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(10, 73);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(44, 18);
     this.labelX2.TabIndex = 8;
     this.labelX2.Text     = "最小值";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(164, 73);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(44, 18);
     this.labelX3.TabIndex = 9;
     this.labelX3.Text     = "最大值";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(313, 73);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(31, 18);
     this.labelX4.TabIndex = 10;
     this.labelX4.Text     = "等级";
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(10, 42);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(56, 18);
     this.labelX5.TabIndex = 11;
     this.labelX5.Text     = "颜色方案";
     //
     // labelPreviewFore
     //
     this.labelPreviewFore.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewFore.Location  = new System.Drawing.Point(330, 11);
     this.labelPreviewFore.Name      = "labelPreviewFore";
     this.labelPreviewFore.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewFore.TabIndex  = 12;
     this.labelPreviewFore.Click    += new System.EventHandler(this.Control_Click);
     //
     // levelInput
     //
     //
     //
     //
     this.levelInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.levelInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.levelInput.Location      = new System.Drawing.Point(350, 70);
     this.levelInput.MinValue      = 1;
     this.levelInput.Name          = "levelInput";
     this.levelInput.ShowUpDown    = true;
     this.levelInput.Size          = new System.Drawing.Size(60, 21);
     this.levelInput.TabIndex      = 14;
     this.levelInput.Value         = 5;
     this.levelInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // frmBreakColorRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmBreakColorRenderer";
     this.Size = new System.Drawing.Size(465, 370);
     this.panelEx1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).EndInit();
     this.ResumeLayout(false);
 }
Example #25
0
 private void InitializeComponent()
 {
     this.panelEx1         = new DevComponents.DotNetBar.PanelEx();
     this.panelEx4         = new DevComponents.DotNetBar.PanelEx();
     this.listValueItem    = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.panelEx2         = new DevComponents.DotNetBar.PanelEx();
     this.labelBackCaption = new DevComponents.DotNetBar.LabelX();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.maxSizeInput     = new DevComponents.Editors.DoubleInput();
     this.minSizeInput     = new DevComponents.Editors.DoubleInput();
     this.maxValueInput    = new DevComponents.Editors.DoubleInput();
     this.minValueInput    = new DevComponents.Editors.DoubleInput();
     this.cmbField         = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX12         = new DevComponents.DotNetBar.LabelX();
     this.labelX11         = new DevComponents.DotNetBar.LabelX();
     this.labelX10         = new DevComponents.DotNetBar.LabelX();
     this.labelX9          = new DevComponents.DotNetBar.LabelX();
     this.labelPreviewFore = new DevComponents.DotNetBar.LabelX();
     this.levelInput       = new DevComponents.Editors.IntegerInput();
     this.labelX13         = new DevComponents.DotNetBar.LabelX();
     this.labelX8          = new DevComponents.DotNetBar.LabelX();
     this.labelPreviewBack = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panelEx4.SuspendLayout();
     this.panelEx2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxSizeInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSizeInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panelEx4);
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(465, 370);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // panelEx4
     //
     this.panelEx4.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx4.Controls.Add(this.listValueItem);
     this.panelEx4.Location        = new System.Drawing.Point(3, 107);
     this.panelEx4.Name            = "panelEx4";
     this.panelEx4.Size            = new System.Drawing.Size(459, 260);
     this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx4.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelEx4.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelEx4.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelEx4.Style.GradientAngle = 90;
     this.panelEx4.TabIndex            = 49;
     //
     // listValueItem
     //
     //
     //
     //
     this.listValueItem.Border.Class  = "ListViewBorder";
     this.listValueItem.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listValueItem.FullRowSelect = true;
     this.listValueItem.Location      = new System.Drawing.Point(0, 0);
     this.listValueItem.Name          = "listValueItem";
     this.listValueItem.Size          = new System.Drawing.Size(459, 260);
     this.listValueItem.TabIndex      = 1;
     this.listValueItem.UseCompatibleStateImageBehavior = false;
     this.listValueItem.View              = System.Windows.Forms.View.Details;
     this.listValueItem.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.DoListValueItemMouseDoubleClick);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx2.Controls.Add(this.labelBackCaption);
     this.panelEx2.Controls.Add(this.labelX1);
     this.panelEx2.Controls.Add(this.maxSizeInput);
     this.panelEx2.Controls.Add(this.minSizeInput);
     this.panelEx2.Controls.Add(this.maxValueInput);
     this.panelEx2.Controls.Add(this.minValueInput);
     this.panelEx2.Controls.Add(this.cmbField);
     this.panelEx2.Controls.Add(this.labelX12);
     this.panelEx2.Controls.Add(this.labelX11);
     this.panelEx2.Controls.Add(this.labelX10);
     this.panelEx2.Controls.Add(this.labelX9);
     this.panelEx2.Controls.Add(this.labelPreviewFore);
     this.panelEx2.Controls.Add(this.levelInput);
     this.panelEx2.Controls.Add(this.labelX13);
     this.panelEx2.Controls.Add(this.labelX8);
     this.panelEx2.Controls.Add(this.labelPreviewBack);
     this.panelEx2.Location        = new System.Drawing.Point(3, 3);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(459, 100);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex            = 47;
     //
     // labelBackCaption
     //
     this.labelBackCaption.AutoSize  = true;
     this.labelBackCaption.BackColor = System.Drawing.Color.Transparent;
     this.labelBackCaption.Location  = new System.Drawing.Point(346, 59);
     this.labelBackCaption.Name      = "labelBackCaption";
     this.labelBackCaption.Size      = new System.Drawing.Size(19, 31);
     this.labelBackCaption.TabIndex  = 36;
     this.labelBackCaption.Text      = "背\r\n景";
     //
     // labelX1
     //
     this.labelX1.AutoSize  = true;
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Location  = new System.Drawing.Point(346, 13);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(19, 31);
     this.labelX1.TabIndex  = 35;
     this.labelX1.Text      = "符\r\n号";
     //
     // maxSizeInput
     //
     //
     //
     //
     this.maxSizeInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxSizeInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxSizeInput.Increment     = 1;
     this.maxSizeInput.Location      = new System.Drawing.Point(244, 71);
     this.maxSizeInput.MinValue      = 0.01;
     this.maxSizeInput.Name          = "maxSizeInput";
     this.maxSizeInput.Size          = new System.Drawing.Size(90, 21);
     this.maxSizeInput.TabIndex      = 4;
     this.maxSizeInput.Value         = 1;
     this.maxSizeInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minSizeInput
     //
     //
     //
     //
     this.minSizeInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minSizeInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minSizeInput.Increment     = 1;
     this.minSizeInput.Location      = new System.Drawing.Point(244, 41);
     this.minSizeInput.MinValue      = 0.01;
     this.minSizeInput.Name          = "minSizeInput";
     this.minSizeInput.Size          = new System.Drawing.Size(90, 21);
     this.minSizeInput.TabIndex      = 3;
     this.minSizeInput.Value         = 1;
     this.minSizeInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // maxValueInput
     //
     //
     //
     //
     this.maxValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.maxValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.maxValueInput.Increment     = 1;
     this.maxValueInput.Location      = new System.Drawing.Point(56, 71);
     this.maxValueInput.Name          = "maxValueInput";
     this.maxValueInput.Size          = new System.Drawing.Size(112, 21);
     this.maxValueInput.TabIndex      = 3;
     this.maxValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // minValueInput
     //
     //
     //
     //
     this.minValueInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.minValueInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.minValueInput.Increment     = 1;
     this.minValueInput.Location      = new System.Drawing.Point(56, 41);
     this.minValueInput.Name          = "minValueInput";
     this.minValueInput.Size          = new System.Drawing.Size(112, 21);
     this.minValueInput.TabIndex      = 2;
     this.minValueInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // cmbField
     //
     this.cmbField.DisplayMember     = "Text";
     this.cmbField.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbField.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbField.FormattingEnabled = true;
     this.cmbField.ItemHeight        = 15;
     this.cmbField.Location          = new System.Drawing.Point(56, 10);
     this.cmbField.Name                  = "cmbField";
     this.cmbField.Size                  = new System.Drawing.Size(159, 21);
     this.cmbField.TabIndex              = 2;
     this.cmbField.SelectedIndexChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX12
     //
     this.labelX12.AutoSize = true;
     this.labelX12.Location = new System.Drawing.Point(11, 13);
     this.labelX12.Name     = "labelX12";
     this.labelX12.Size     = new System.Drawing.Size(31, 18);
     this.labelX12.TabIndex = 19;
     this.labelX12.Text     = "字段";
     //
     // labelX11
     //
     this.labelX11.AutoSize = true;
     this.labelX11.Location = new System.Drawing.Point(11, 72);
     this.labelX11.Name     = "labelX11";
     this.labelX11.Size     = new System.Drawing.Size(44, 18);
     this.labelX11.TabIndex = 20;
     this.labelX11.Text     = "最大值";
     //
     // labelX10
     //
     this.labelX10.AutoSize = true;
     this.labelX10.Location = new System.Drawing.Point(11, 43);
     this.labelX10.Name     = "labelX10";
     this.labelX10.Size     = new System.Drawing.Size(44, 18);
     this.labelX10.TabIndex = 21;
     this.labelX10.Text     = "最小值";
     //
     // labelX9
     //
     this.labelX9.AutoSize = true;
     this.labelX9.Location = new System.Drawing.Point(223, 13);
     this.labelX9.Name     = "labelX9";
     this.labelX9.Size     = new System.Drawing.Size(31, 18);
     this.labelX9.TabIndex = 22;
     this.labelX9.Text     = "等级";
     //
     // labelPreviewFore
     //
     this.labelPreviewFore.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewFore.Location  = new System.Drawing.Point(367, 8);
     this.labelPreviewFore.Name      = "labelPreviewFore";
     this.labelPreviewFore.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewFore.TabIndex  = 24;
     this.labelPreviewFore.Click    += new System.EventHandler(this.Control_Click);
     //
     // levelInput
     //
     //
     //
     //
     this.levelInput.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.levelInput.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.levelInput.Location      = new System.Drawing.Point(260, 10);
     this.levelInput.MinValue      = 1;
     this.levelInput.Name          = "levelInput";
     this.levelInput.ShowUpDown    = true;
     this.levelInput.Size          = new System.Drawing.Size(51, 21);
     this.levelInput.TabIndex      = 26;
     this.levelInput.Value         = 5;
     this.levelInput.ValueChanged += new System.EventHandler(this.Control_ValueChanged);
     //
     // labelX13
     //
     this.labelX13.AutoSize = true;
     this.labelX13.Location = new System.Drawing.Point(174, 73);
     this.labelX13.Name     = "labelX13";
     this.labelX13.Size     = new System.Drawing.Size(68, 18);
     this.labelX13.TabIndex = 30;
     this.labelX13.Text     = "符号最大值";
     //
     // labelX8
     //
     this.labelX8.AutoSize = true;
     this.labelX8.Location = new System.Drawing.Point(174, 43);
     this.labelX8.Name     = "labelX8";
     this.labelX8.Size     = new System.Drawing.Size(68, 18);
     this.labelX8.TabIndex = 31;
     this.labelX8.Text     = "符号最小值";
     //
     // labelPreviewBack
     //
     this.labelPreviewBack.BackColor = System.Drawing.Color.Transparent;
     this.labelPreviewBack.Location  = new System.Drawing.Point(367, 54);
     this.labelPreviewBack.Name      = "labelPreviewBack";
     this.labelPreviewBack.Size      = new System.Drawing.Size(80, 40);
     this.labelPreviewBack.TabIndex  = 34;
     this.labelPreviewBack.Click    += new System.EventHandler(this.Control_Click);
     //
     // frmBreakSizeRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmBreakSizeRenderer";
     this.Size = new System.Drawing.Size(465, 370);
     this.panelEx1.ResumeLayout(false);
     this.panelEx4.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.maxSizeInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minSizeInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.minValueInput)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.levelInput)).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.lvCareRecord = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.colEditor = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colFileDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCaseCategory = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.btnInsert = new DevComponents.DotNetBar.ButtonX();
     this.btnEdit = new DevComponents.DotNetBar.ButtonX();
     this.btnDelete = new DevComponents.DotNetBar.ButtonX();
     this.SuspendLayout();
     //
     // lvCareRecord
     //
     //
     //
     //
     this.lvCareRecord.Border.Class = "ListViewBorder";
     this.lvCareRecord.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lvCareRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.colEditor,
     this.colFileDate,
     this.colCaseCategory});
     this.lvCareRecord.FullRowSelect = true;
     this.lvCareRecord.Location = new System.Drawing.Point(15, 12);
     this.lvCareRecord.MultiSelect = false;
     this.lvCareRecord.Name = "lvCareRecord";
     this.lvCareRecord.Size = new System.Drawing.Size(520, 186);
     this.lvCareRecord.TabIndex = 0;
     this.lvCareRecord.UseCompatibleStateImageBehavior = false;
     this.lvCareRecord.View = System.Windows.Forms.View.Details;
     //
     // colEditor
     //
     this.colEditor.Text = "記錄者";
     this.colEditor.Width = 100;
     //
     // colFileDate
     //
     this.colFileDate.Text = "立案日期";
     this.colFileDate.Width = 100;
     //
     // colCaseCategory
     //
     this.colCaseCategory.Text = "個案類別";
     this.colCaseCategory.Width = 200;
     //
     // btnInsert
     //
     this.btnInsert.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnInsert.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnInsert.Location = new System.Drawing.Point(15, 205);
     this.btnInsert.Name = "btnInsert";
     this.btnInsert.Size = new System.Drawing.Size(75, 25);
     this.btnInsert.TabIndex = 1;
     this.btnInsert.Text = "新增";
     this.btnInsert.Click += new System.EventHandler(this.btnInsert_Click);
     //
     // btnEdit
     //
     this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnEdit.Location = new System.Drawing.Point(100, 205);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 25);
     this.btnEdit.TabIndex = 2;
     this.btnEdit.Text = "修改";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDelete
     //
     this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnDelete.Location = new System.Drawing.Point(185, 205);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 25);
     this.btnDelete.TabIndex = 3;
     this.btnDelete.Text = "刪除";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // StudCareRecordContent
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnInsert);
     this.Controls.Add(this.lvCareRecord);
     this.Name = "StudCareRecordContent";
     this.Size = new System.Drawing.Size(550, 240);
     this.Load += new System.EventHandler(this.StudCareRecordContent_Load);
     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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.txtSL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmbdvQD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.cmb_dvt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmbSua = new DevComponents.DotNetBar.ButtonX();
     this.cmbXoa = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txtten = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(14, 198);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(575, 217);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 79;
     this.groupPanel1.Text = "DANH SÁCH NHÓM CUNG CẤP";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(531, 177);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 55;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên QC";
     this.columnHeader2.Width = 190;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "SLĐVT";
     this.columnHeader4.Width = 150;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "manhom";
     this.columnHeader1.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.txtSL);
     this.groupPanel2.Controls.Add(this.buttonX2);
     this.groupPanel2.Controls.Add(this.labelX2);
     this.groupPanel2.Controls.Add(this.cmbdvQD);
     this.groupPanel2.Controls.Add(this.buttonX1);
     this.groupPanel2.Controls.Add(this.labelX23);
     this.groupPanel2.Controls.Add(this.cmb_dvt);
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txtten);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(14, 40);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(578, 152);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "THÔNG TIN QUY CÁCH";
     //
     // txtSL
     //
     //
     //
     //
     this.txtSL.Border.Class = "TextBoxBorder";
     this.txtSL.FocusHighlightEnabled = true;
     this.txtSL.Location = new System.Drawing.Point(81, 52);
     this.txtSL.Name = "txtSL";
     this.txtSL.Size = new System.Drawing.Size(134, 24);
     this.txtSL.TabIndex = 1;
     this.txtSL.TextChanged += new System.EventHandler(this.txtSL_TextChanged);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX2.Location = new System.Drawing.Point(537, 17);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(25, 25);
     this.buttonX2.TabIndex = 78;
     this.buttonX2.Text = "+";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(250, 16);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(138, 23);
     this.labelX2.TabIndex = 76;
     this.labelX2.Text = "Đơn vị nhập quy đổi:";
     //
     // cmbdvQD
     //
     this.cmbdvQD.DisplayMember = "Text";
     this.cmbdvQD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbdvQD.FocusHighlightEnabled = true;
     this.cmbdvQD.FormattingEnabled = true;
     this.cmbdvQD.ItemHeight = 18;
     this.cmbdvQD.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.cmbdvQD.Location = new System.Drawing.Point(393, 17);
     this.cmbdvQD.Name = "cmbdvQD";
     this.cmbdvQD.Size = new System.Drawing.Size(142, 24);
     this.cmbdvQD.TabIndex = 2;
     //
     // comboItem3
     //
     this.comboItem3.Text = "Nhập hàng";
     //
     // comboItem4
     //
     this.comboItem4.Text = "Trả hàng";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Location = new System.Drawing.Point(217, 17);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(25, 25);
     this.buttonX1.TabIndex = 75;
     this.buttonX1.Text = "+";
     //
     // labelX23
     //
     this.labelX23.Location = new System.Drawing.Point(1, 16);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(80, 23);
     this.labelX23.TabIndex = 73;
     this.labelX23.Text = "Đơn vị tính:";
     //
     // cmb_dvt
     //
     this.cmb_dvt.DisplayMember = "Text";
     this.cmb_dvt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmb_dvt.FocusHighlightEnabled = true;
     this.cmb_dvt.FormattingEnabled = true;
     this.cmb_dvt.ItemHeight = 18;
     this.cmb_dvt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.cmb_dvt.Location = new System.Drawing.Point(81, 17);
     this.cmb_dvt.Name = "cmb_dvt";
     this.cmb_dvt.Size = new System.Drawing.Size(134, 24);
     this.cmb_dvt.TabIndex = 0;
     //
     // comboItem1
     //
     this.comboItem1.Text = "Nhập hàng";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Trả hàng";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(2, 54);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(80, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "SLDVT:";
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmbSua);
     this.panel5.Controls.Add(this.cmbXoa);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 97);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(572, 30);
     this.panel5.TabIndex = 70;
     //
     // cmbSua
     //
     this.cmbSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbSua.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbSua.Location = new System.Drawing.Point(223, 2);
     this.cmbSua.Margin = new System.Windows.Forms.Padding(0);
     this.cmbSua.Name = "cmbSua";
     this.cmbSua.Size = new System.Drawing.Size(70, 27);
     this.cmbSua.TabIndex = 1;
     this.cmbSua.Text = "Sửa";
     this.cmbSua.Click += new System.EventHandler(this.cmbSua_Click);
     //
     // cmbXoa
     //
     this.cmbXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbXoa.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbXoa.Location = new System.Drawing.Point(305, 2);
     this.cmbXoa.Margin = new System.Windows.Forms.Padding(0);
     this.cmbXoa.Name = "cmbXoa";
     this.cmbXoa.Size = new System.Drawing.Size(70, 27);
     this.cmbXoa.TabIndex = 2;
     this.cmbXoa.Text = "Xóa";
     this.cmbXoa.Click += new System.EventHandler(this.cmbXoa_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(140, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txtten
     //
     //
     //
     //
     this.txtten.Border.Class = "TextBoxBorder";
     this.txtten.Enabled = false;
     this.txtten.FocusHighlightEnabled = true;
     this.txtten.Location = new System.Drawing.Point(393, 52);
     this.txtten.Name = "txtten";
     this.txtten.Size = new System.Drawing.Size(142, 24);
     this.txtten.TabIndex = 3;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(285, 52);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(102, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Quy cách :";
     //
     // frmQuyCach
     //
     this.ClientSize = new System.Drawing.Size(603, 435);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmQuyCach";
     this.Load += new System.EventHandler(this.frmQuyCach_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(CollisionEditor));

            _TextBoxX_ColParam2              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_ColParam2.TextChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _TextBoxX_ColParam1              = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX_ColParam1.TextChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _LabelX_ColParamsTipp            = new DevComponents.DotNetBar.LabelX();
            _LabelX_Param2          = new DevComponents.DotNetBar.LabelX();
            _LabelX_Param1          = new DevComponents.DotNetBar.LabelX();
            _Button_SaveColsettings = new DevComponents.DotNetBar.ButtonX();
            _LabelX48         = new DevComponents.DotNetBar.LabelX();
            _ComboBox_ColType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            _ComboBox_ColType.SelectedIndexChanged += new EventHandler(ComboBox_CI_ColType_SelectedIndexChanged);
            _LabelX_CollisionType       = new DevComponents.DotNetBar.LabelX();
            _CheckBoxX1                 = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX1.CheckedChanged += new EventHandler(CheckBoxX1_CheckedChanging);
            _TextBoxX1                         = new DevComponents.DotNetBar.Controls.TextBoxX();
            _TextBoxX1.TextChanged            += new EventHandler(TextBoxX1_TextChanged);
            _ListViewEx1                       = new DevComponents.DotNetBar.Controls.ListViewEx();
            _ListViewEx1.SelectedIndexChanged += new EventHandler(ListBoxAdv_CI_Textures_ItemClick);
            _SuperTooltip1                     = new DevComponents.DotNetBar.SuperTooltip();
            _PictureBox1                       = new System.Windows.Forms.PictureBox();
            _Panel1 = new System.Windows.Forms.Panel();
            _CheckBoxX_IsNonSolid = new DevComponents.DotNetBar.Controls.CheckBoxX();
            _CheckBoxX_IsNonSolid.CheckedChanged += new EventHandler(ButtonItem_IsNonSolid_CheckedChanged);
            _CircularProgress1 = new DevComponents.DotNetBar.Controls.CircularProgress();
            _Panel2            = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)_PictureBox1).BeginInit();
            _Panel1.SuspendLayout();
            _Panel2.SuspendLayout();
            SuspendLayout();
            //
            // TextBoxX_ColParam2
            //
            resources.ApplyResources(_TextBoxX_ColParam2, "TextBoxX_ColParam2");
            _TextBoxX_ColParam2.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX_ColParam2.Border.Class      = "TextBoxBorder";
            _TextBoxX_ColParam2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_ColParam2.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX_ColParam2.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX_ColParam2.Name             = "TextBoxX_ColParam2";
            _TextBoxX_ColParam2.PreventEnterBeep = true;
            //
            // TextBoxX_ColParam1
            //
            resources.ApplyResources(_TextBoxX_ColParam1, "TextBoxX_ColParam1");
            _TextBoxX_ColParam1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX_ColParam1.Border.Class      = "TextBoxBorder";
            _TextBoxX_ColParam1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX_ColParam1.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX_ColParam1.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX_ColParam1.Name             = "TextBoxX_ColParam1";
            _TextBoxX_ColParam1.PreventEnterBeep = true;
            //
            // LabelX_ColParamsTipp
            //
            resources.ApplyResources(_LabelX_ColParamsTipp, "LabelX_ColParamsTipp");
            //
            //
            //
            _LabelX_ColParamsTipp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_ColParamsTipp.Name              = "LabelX_ColParamsTipp";
            _LabelX_ColParamsTipp.Style             = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            _LabelX_ColParamsTipp.TextLineAlignment = System.Drawing.StringAlignment.Near;
            //
            // LabelX_Param2
            //
            resources.ApplyResources(_LabelX_Param2, "LabelX_Param2");
            //
            //
            //
            _LabelX_Param2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Param2.Name  = "LabelX_Param2";
            _LabelX_Param2.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // LabelX_Param1
            //
            resources.ApplyResources(_LabelX_Param1, "LabelX_Param1");
            //
            //
            //
            _LabelX_Param1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_Param1.Name  = "LabelX_Param1";
            _LabelX_Param1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // Button_SaveColsettings
            //
            _Button_SaveColsettings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            resources.ApplyResources(_Button_SaveColsettings, "Button_SaveColsettings");
            _Button_SaveColsettings.ColorTable       = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            _Button_SaveColsettings.DialogResult     = System.Windows.Forms.DialogResult.OK;
            _Button_SaveColsettings.FocusCuesEnabled = false;
            _Button_SaveColsettings.Name             = "Button_SaveColsettings";
            _Button_SaveColsettings.Style            = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX48
            //
            //
            //
            //
            _LabelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            resources.ApplyResources(_LabelX48, "LabelX48");
            _LabelX48.Name  = "LabelX48";
            _LabelX48.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // ComboBox_ColType
            //
            resources.ApplyResources(_ComboBox_ColType, "ComboBox_ColType");
            _ComboBox_ColType.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            _ComboBox_ColType.DropDownHeight    = 150;
            _ComboBox_ColType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
            _ComboBox_ColType.ForeColor         = System.Drawing.Color.Black;
            _ComboBox_ColType.FormattingEnabled = true;
            _ComboBox_ColType.Name  = "ComboBox_ColType";
            _ComboBox_ColType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // LabelX_CollisionType
            //
            resources.ApplyResources(_LabelX_CollisionType, "LabelX_CollisionType");
            //
            //
            //
            _LabelX_CollisionType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _LabelX_CollisionType.Name  = "LabelX_CollisionType";
            _LabelX_CollisionType.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // CheckBoxX1
            //
            resources.ApplyResources(_CheckBoxX1, "CheckBoxX1");
            //
            //
            //
            _CheckBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX1.FocusCuesEnabled           = false;
            _CheckBoxX1.Name  = "CheckBoxX1";
            _CheckBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // TextBoxX1
            //
            resources.ApplyResources(_TextBoxX1, "TextBoxX1");
            _TextBoxX1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _TextBoxX1.Border.Class      = "TextBoxBorder";
            _TextBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _TextBoxX1.DisabledBackColor = System.Drawing.Color.White;
            _TextBoxX1.ForeColor         = System.Drawing.Color.Black;
            _TextBoxX1.Name             = "TextBoxX1";
            _TextBoxX1.PreventEnterBeep = true;
            //
            // ListViewEx1
            //
            resources.ApplyResources(_ListViewEx1, "ListViewEx1");
            _ListViewEx1.BackColor = System.Drawing.Color.White;
            //
            //
            //
            _ListViewEx1.Border.Class      = "ListViewBorder";
            _ListViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _ListViewEx1.DisabledBackColor = System.Drawing.Color.Empty;
            _ListViewEx1.FocusCuesEnabled  = false;
            _ListViewEx1.ForeColor         = System.Drawing.Color.Black;
            _ListViewEx1.FullRowSelect     = true;
            _ListViewEx1.HideSelection     = false;
            _ListViewEx1.Name = "ListViewEx1";
            _ListViewEx1.UseCompatibleStateImageBehavior = false;
            //
            // SuperTooltip1
            //
            resources.ApplyResources(_SuperTooltip1, "SuperTooltip1");
            _SuperTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            //
            // PictureBox1
            //
            resources.ApplyResources(_PictureBox1, "PictureBox1");
            _PictureBox1.Name    = "PictureBox1";
            _PictureBox1.TabStop = false;
            //
            // Panel1
            //
            resources.ApplyResources(_Panel1, "Panel1");
            _Panel1.BackColor = System.Drawing.Color.Transparent;
            _Panel1.Controls.Add(_LabelX_CollisionType);
            _Panel1.Controls.Add(_ComboBox_ColType);
            _Panel1.Controls.Add(_LabelX_Param2);
            _Panel1.Controls.Add(_LabelX_ColParamsTipp);
            _Panel1.Controls.Add(_LabelX_Param1);
            _Panel1.Controls.Add(_TextBoxX_ColParam1);
            _Panel1.Controls.Add(_CheckBoxX1);
            _Panel1.Controls.Add(_TextBoxX_ColParam2);
            _Panel1.Controls.Add(_TextBoxX1);
            _Panel1.Name = "Panel1";
            //
            // CheckBoxX_IsNonSolid
            //
            resources.ApplyResources(_CheckBoxX_IsNonSolid, "CheckBoxX_IsNonSolid");
            //
            //
            //
            _CheckBoxX_IsNonSolid.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CheckBoxX_IsNonSolid.FocusCuesEnabled           = false;
            _CheckBoxX_IsNonSolid.Name  = "CheckBoxX_IsNonSolid";
            _CheckBoxX_IsNonSolid.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            //
            // CircularProgress1
            //
            resources.ApplyResources(_CircularProgress1, "CircularProgress1");
            _CircularProgress1.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            _CircularProgress1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            _CircularProgress1.Name = "CircularProgress1";
            _CircularProgress1.SetVisibleStateOnStart = true;
            _CircularProgress1.SetVisibleStateOnStop  = true;
            _CircularProgress1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            //
            // Panel2
            //
            _Panel2.BackColor = System.Drawing.Color.Transparent;
            _Panel2.Controls.Add(_LabelX48);
            _Panel2.Controls.Add(_CircularProgress1);
            _Panel2.Controls.Add(_Button_SaveColsettings);
            _Panel2.Controls.Add(_CheckBoxX_IsNonSolid);
            _Panel2.Controls.Add(_ListViewEx1);
            _Panel2.Controls.Add(_Panel1);
            _Panel2.Controls.Add(_PictureBox1);
            resources.ApplyResources(_Panel2, "Panel2");
            _Panel2.Name = "Panel2";
            //
            // CollisionEditor
            //
            resources.ApplyResources(this, "$this");
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            Controls.Add(_Panel2);
            MaximizeBox        = false;
            MinimizeBox        = false;
            Name               = "CollisionEditor";
            TopLeftCornerSize  = 0;
            TopRightCornerSize = 0;
            ((System.ComponentModel.ISupportInitialize)_PictureBox1).EndInit();
            _Panel1.ResumeLayout(false);
            _Panel2.ResumeLayout(false);
            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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cmbHHKM = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.txtSLKM = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txtDVKM = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cmbHH = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.txtDVTban = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtSLBan = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.cmbIn = new DevComponents.DotNetBar.ButtonX();
     this.cmdSua = new DevComponents.DotNetBar.ButtonX();
     this.cmdXoa = new DevComponents.DotNetBar.ButtonX();
     this.cmdThem = new DevComponents.DotNetBar.ButtonX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(0, 214);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(841, 255);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 77;
     this.groupPanel1.Text = "DANH SÁCH KHUYẾN MÃI";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1,
     this.columnHeader3,
     this.columnHeader8,
     this.columnHeader5,
     this.columnHeader6});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(3, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(829, 230);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 51;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên hàng hóa";
     this.columnHeader2.Width = 133;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Đơn vị";
     this.columnHeader4.Width = 72;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "SL mua";
     this.columnHeader1.Width = 81;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Hàng khuyến mãi";
     this.columnHeader3.Width = 137;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Đơn Vị";
     this.columnHeader8.Width = 65;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "SL KM";
     this.columnHeader5.Width = 75;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Ngày KM";
     this.columnHeader6.Width = 80;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.groupBox2);
     this.groupPanel2.Controls.Add(this.groupBox1);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Location = new System.Drawing.Point(52, 38);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(730, 178);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 0;
     this.groupPanel2.Text = "Thông tin";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmbHHKM);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.txtSLKM);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.labelX1);
     this.groupBox2.Controls.Add(this.txtDVKM);
     this.groupBox2.Location = new System.Drawing.Point(396, -7);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(323, 105);
     this.groupBox2.TabIndex = 84;
     this.groupBox2.TabStop = false;
     //
     // cmbHHKM
     //
     this.cmbHHKM.DisplayMember = "Text";
     this.cmbHHKM.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHHKM.FocusHighlightEnabled = true;
     this.cmbHHKM.FormattingEnabled = true;
     this.cmbHHKM.ItemHeight = 18;
     this.cmbHHKM.Location = new System.Drawing.Point(92, 10);
     this.cmbHHKM.Name = "cmbHHKM";
     this.cmbHHKM.Size = new System.Drawing.Size(225, 24);
     this.cmbHHKM.TabIndex = 0;
     this.cmbHHKM.SelectedIndexChanged += new System.EventHandler(this.cmbHHKM_SelectedIndexChanged);
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(6, 38);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(62, 25);
     this.labelX4.TabIndex = 80;
     this.labelX4.Text = "DVT:";
     //
     // txtSLKM
     //
     //
     //
     //
     this.txtSLKM.Border.Class = "TextBoxBorder";
     this.txtSLKM.FocusHighlightEnabled = true;
     this.txtSLKM.Location = new System.Drawing.Point(91, 70);
     this.txtSLKM.Name = "txtSLKM";
     this.txtSLKM.Size = new System.Drawing.Size(225, 24);
     this.txtSLKM.TabIndex = 1;
     //
     // labelX5
     //
     this.labelX5.Location = new System.Drawing.Point(6, 11);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(83, 25);
     this.labelX5.TabIndex = 78;
     this.labelX5.Text = "Khuyến mãi:";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(6, 68);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(73, 25);
     this.labelX1.TabIndex = 82;
     this.labelX1.Text = "Số lượng:";
     //
     // txtDVKM
     //
     //
     //
     //
     this.txtDVKM.Border.Class = "TextBoxBorder";
     this.txtDVKM.FocusHighlightEnabled = true;
     this.txtDVKM.Location = new System.Drawing.Point(91, 40);
     this.txtDVKM.Name = "txtDVKM";
     this.txtDVKM.ReadOnly = true;
     this.txtDVKM.Size = new System.Drawing.Size(225, 24);
     this.txtDVKM.TabIndex = 79;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbHH);
     this.groupBox1.Controls.Add(this.txtDVTban);
     this.groupBox1.Controls.Add(this.labelX26);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txtSLBan);
     this.groupBox1.Location = new System.Drawing.Point(3, -8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(320, 106);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     //
     // cmbHH
     //
     this.cmbHH.DisplayMember = "Text";
     this.cmbHH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbHH.FocusHighlightEnabled = true;
     this.cmbHH.FormattingEnabled = true;
     this.cmbHH.ItemHeight = 18;
     this.cmbHH.Location = new System.Drawing.Point(74, 11);
     this.cmbHH.Name = "cmbHH";
     this.cmbHH.Size = new System.Drawing.Size(215, 24);
     this.cmbHH.TabIndex = 0;
     this.cmbHH.SelectedIndexChanged += new System.EventHandler(this.cmbHH_SelectedIndexChanged);
     //
     // txtDVTban
     //
     //
     //
     //
     this.txtDVTban.Border.Class = "TextBoxBorder";
     this.txtDVTban.FocusHighlightEnabled = true;
     this.txtDVTban.Location = new System.Drawing.Point(74, 44);
     this.txtDVTban.Name = "txtDVTban";
     this.txtDVTban.ReadOnly = true;
     this.txtDVTban.Size = new System.Drawing.Size(215, 24);
     this.txtDVTban.TabIndex = 73;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(5, 8);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(73, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Hàng:";
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(6, 43);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(62, 25);
     this.labelX2.TabIndex = 74;
     this.labelX2.Text = "DVT:";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(4, 73);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(70, 25);
     this.labelX3.TabIndex = 76;
     this.labelX3.Text = "Số lượng:";
     //
     // txtSLBan
     //
     //
     //
     //
     this.txtSLBan.Border.Class = "TextBoxBorder";
     this.txtSLBan.FocusHighlightEnabled = true;
     this.txtSLBan.Location = new System.Drawing.Point(74, 74);
     this.txtSLBan.Name = "txtSLBan";
     this.txtSLBan.Size = new System.Drawing.Size(215, 24);
     this.txtSLBan.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.cmbIn);
     this.panel5.Controls.Add(this.cmdSua);
     this.panel5.Controls.Add(this.cmdXoa);
     this.panel5.Controls.Add(this.cmdThem);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 124);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(724, 29);
     this.panel5.TabIndex = 70;
     //
     // cmbIn
     //
     this.cmbIn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmbIn.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmbIn.Location = new System.Drawing.Point(458, 2);
     this.cmbIn.Margin = new System.Windows.Forms.Padding(0);
     this.cmbIn.Name = "cmbIn";
     this.cmbIn.Size = new System.Drawing.Size(70, 25);
     this.cmbIn.TabIndex = 3;
     this.cmbIn.Text = "In";
     this.cmbIn.Click += new System.EventHandler(this.cmbIn_Click);
     //
     // cmdSua
     //
     this.cmdSua.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdSua.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdSua.Location = new System.Drawing.Point(293, 2);
     this.cmdSua.Margin = new System.Windows.Forms.Padding(0);
     this.cmdSua.Name = "cmdSua";
     this.cmdSua.Size = new System.Drawing.Size(70, 25);
     this.cmdSua.TabIndex = 1;
     this.cmdSua.Text = "Sửa";
     this.cmdSua.Click += new System.EventHandler(this.cmdSua_Click);
     //
     // cmdXoa
     //
     this.cmdXoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdXoa.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdXoa.Location = new System.Drawing.Point(375, 2);
     this.cmdXoa.Margin = new System.Windows.Forms.Padding(0);
     this.cmdXoa.Name = "cmdXoa";
     this.cmdXoa.Size = new System.Drawing.Size(70, 25);
     this.cmdXoa.TabIndex = 2;
     this.cmdXoa.Text = "Xóa";
     this.cmdXoa.Click += new System.EventHandler(this.cmdXoa_Click);
     //
     // cmdThem
     //
     this.cmdThem.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cmdThem.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.cmdThem.Location = new System.Drawing.Point(210, 2);
     this.cmdThem.Margin = new System.Windows.Forms.Padding(0);
     this.cmdThem.Name = "cmdThem";
     this.cmdThem.Size = new System.Drawing.Size(70, 25);
     this.cmdThem.TabIndex = 0;
     this.cmdThem.Text = "Thêm";
     this.cmdThem.Click += new System.EventHandler(this.cmdThem_Click);
     //
     // frmKhuyenMai
     //
     this.ClientSize = new System.Drawing.Size(841, 543);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "frmKhuyenMai";
     this.Text = "Khuyến mãi";
     this.Load += new System.EventHandler(this.frmKhuyenMai_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel5.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.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.lvhanghoa = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.txt_mota = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel5 = new System.Windows.Forms.Panel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.txttennsx = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupPanel1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.lvhanghoa);
     this.groupPanel1.Location = new System.Drawing.Point(12, 200);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(637, 267);
     //
     //
     //
     this.groupPanel1.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 79;
     this.groupPanel1.Text = "DANH SÁCH NHÓM KHÁCH HÀNG";
     //
     // lvhanghoa
     //
     //
     //
     //
     this.lvhanghoa.Border.Class = "ListViewBorder";
     this.lvhanghoa.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader7,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader1});
     this.lvhanghoa.FullRowSelect = true;
     this.lvhanghoa.GridLines = true;
     this.lvhanghoa.Location = new System.Drawing.Point(7, 3);
     this.lvhanghoa.Name = "lvhanghoa";
     this.lvhanghoa.Size = new System.Drawing.Size(611, 238);
     this.lvhanghoa.TabIndex = 71;
     this.lvhanghoa.UseCompatibleStateImageBehavior = false;
     this.lvhanghoa.View = System.Windows.Forms.View.Details;
     this.lvhanghoa.SelectedIndexChanged += new System.EventHandler(this.lvhanghoa_SelectedIndexChanged);
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "STT";
     this.columnHeader7.Width = 53;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Tên Nhóm";
     this.columnHeader2.Width = 218;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Mô Tả";
     this.columnHeader4.Width = 329;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "manhom";
     this.columnHeader1.Width = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.labelX1);
     this.groupPanel2.Controls.Add(this.txt_mota);
     this.groupPanel2.Controls.Add(this.panel5);
     this.groupPanel2.Controls.Add(this.txttennsx);
     this.groupPanel2.Controls.Add(this.labelX26);
     this.groupPanel2.Location = new System.Drawing.Point(108, 38);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(388, 158);
     //
     //
     //
     this.groupPanel2.Style.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColor2 = System.Drawing.Color.Transparent;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text = "THÔNG TIN NHÓM KHÁCH HÀNG";
     //
     // labelX1
     //
     this.labelX1.Location = new System.Drawing.Point(3, 56);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(97, 25);
     this.labelX1.TabIndex = 72;
     this.labelX1.Text = "Mô Tả:";
     //
     // txt_mota
     //
     //
     //
     //
     this.txt_mota.Border.Class = "TextBoxBorder";
     this.txt_mota.FocusHighlightEnabled = true;
     this.txt_mota.Location = new System.Drawing.Point(106, 44);
     this.txt_mota.Multiline = true;
     this.txt_mota.Name = "txt_mota";
     this.txt_mota.Size = new System.Drawing.Size(193, 47);
     this.txt_mota.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.SteelBlue;
     this.panel5.Controls.Add(this.buttonX6);
     this.panel5.Controls.Add(this.buttonX4);
     this.panel5.Controls.Add(this.buttonX5);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel5.Location = new System.Drawing.Point(0, 103);
     this.panel5.Margin = new System.Windows.Forms.Padding(0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(382, 30);
     this.panel5.TabIndex = 2;
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX6.Location = new System.Drawing.Point(158, 2);
     this.buttonX6.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(70, 27);
     this.buttonX6.TabIndex = 1;
     this.buttonX6.Text = "Sửa";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX4.Location = new System.Drawing.Point(240, 2);
     this.buttonX4.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(70, 27);
     this.buttonX4.TabIndex = 2;
     this.buttonX4.Text = "Xóa";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
     this.buttonX5.Location = new System.Drawing.Point(75, 2);
     this.buttonX5.Margin = new System.Windows.Forms.Padding(0);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(70, 27);
     this.buttonX5.TabIndex = 0;
     this.buttonX5.Text = "Thêm";
     this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
     //
     // txttennsx
     //
     //
     //
     //
     this.txttennsx.Border.Class = "TextBoxBorder";
     this.txttennsx.FocusHighlightEnabled = true;
     this.txttennsx.Location = new System.Drawing.Point(106, 16);
     this.txttennsx.Name = "txttennsx";
     this.txttennsx.Size = new System.Drawing.Size(193, 24);
     this.txttennsx.TabIndex = 0;
     //
     // labelX26
     //
     this.labelX26.Location = new System.Drawing.Point(3, 12);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(97, 25);
     this.labelX26.TabIndex = 60;
     this.labelX26.Text = "Tên Nhóm KH:";
     //
     // fromNhomKH
     //
     this.ClientSize = new System.Drawing.Size(661, 523);
     this.Controls.Add(this.groupPanel1);
     this.Controls.Add(this.groupPanel2);
     this.Name = "fromNhomKH";
     this.Load += new System.EventHandler(this.fromNhomKH_Load);
     this.Controls.SetChildIndex(this.groupPanel2, 0);
     this.Controls.SetChildIndex(this.groupPanel1, 0);
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.panel5.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.groupBox2 = new System.Windows.Forms.GroupBox();
     this.listViewCTHD = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaPhong = new System.Windows.Forms.ColumnHeader();
     this.NgayThue = new System.Windows.Forms.ColumnHeader();
     this.NgayTra_Thucte = new System.Windows.Forms.ColumnHeader();
     this.SoNgayThue = new System.Windows.Forms.ColumnHeader();
     this.DonGia = new System.Windows.Forms.ColumnHeader();
     this.HeSo = new System.Windows.Forms.ColumnHeader();
     this.PhuThu = new System.Windows.Forms.ColumnHeader();
     this.TienThue = new System.Windows.Forms.ColumnHeader();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listViewHD = new DevComponents.DotNetBar.Controls.ListViewEx();
     this.MaHoaDon = new System.Windows.Forms.ColumnHeader();
     this.TenKhachhangDaiDien = new System.Windows.Forms.ColumnHeader();
     this.DiaChi = new System.Windows.Forms.ColumnHeader();
     this.NgayLap = new System.Windows.Forms.ColumnHeader();
     this.TriGia = new System.Windows.Forms.ColumnHeader();
     this.ThanhToan = new System.Windows.Forms.ColumnHeader();
     this.btThanhToan = new DevComponents.DotNetBar.ButtonX();
     this.btin = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.btxoa = new DevComponents.DotNetBar.ButtonX();
     this.btrefesh = new DevComponents.DotNetBar.ButtonX();
     this.btthoat = new DevComponents.DotNetBar.ButtonX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.listViewCTHD);
     this.groupBox2.ForeColor = System.Drawing.Color.Blue;
     this.groupBox2.Location = new System.Drawing.Point(34, 442);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(876, 212);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Chi tiết hóa đơn";
     //
     // listViewCTHD
     //
     //
     //
     //
     this.listViewCTHD.Border.Class = "ListViewBorder";
     this.listViewCTHD.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaPhong,
     this.NgayThue,
     this.NgayTra_Thucte,
     this.SoNgayThue,
     this.DonGia,
     this.HeSo,
     this.PhuThu,
     this.TienThue});
     this.listViewCTHD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewCTHD.GridLines = true;
     this.listViewCTHD.Location = new System.Drawing.Point(43, 40);
     this.listViewCTHD.Name = "listViewCTHD";
     this.listViewCTHD.Size = new System.Drawing.Size(801, 129);
     this.listViewCTHD.TabIndex = 1;
     this.listViewCTHD.UseCompatibleStateImageBehavior = false;
     this.listViewCTHD.View = System.Windows.Forms.View.Details;
     //
     // MaPhong
     //
     this.MaPhong.Text = "Phòng";
     this.MaPhong.Width = 86;
     //
     // NgayThue
     //
     this.NgayThue.Text = "Ngày THuê";
     this.NgayThue.Width = 91;
     //
     // NgayTra_Thucte
     //
     this.NgayTra_Thucte.Text = "Ngày Trả Thực Tế";
     this.NgayTra_Thucte.Width = 140;
     //
     // SoNgayThue
     //
     this.SoNgayThue.Text = "Số Ngày Thuê";
     this.SoNgayThue.Width = 112;
     //
     // DonGia
     //
     this.DonGia.Text = "Đơn Giá";
     this.DonGia.Width = 78;
     //
     // HeSo
     //
     this.HeSo.Text = "Hệ Số";
     this.HeSo.Width = 84;
     //
     // PhuThu
     //
     this.PhuThu.Text = "Phụ Thu";
     this.PhuThu.Width = 93;
     //
     // TienThue
     //
     this.TienThue.Text = "Thành Tiền";
     this.TienThue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.TienThue.Width = 99;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listViewHD);
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location = new System.Drawing.Point(90, 88);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(750, 274);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Hóa Đơn";
     //
     // listViewHD
     //
     //
     //
     //
     this.listViewHD.Border.Class = "ListViewBorder";
     this.listViewHD.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.MaHoaDon,
     this.TenKhachhangDaiDien,
     this.DiaChi,
     this.NgayLap,
     this.TriGia,
     this.ThanhToan});
     this.listViewHD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listViewHD.GridLines = true;
     this.listViewHD.Location = new System.Drawing.Point(25, 41);
     this.listViewHD.Name = "listViewHD";
     this.listViewHD.Size = new System.Drawing.Size(676, 212);
     this.listViewHD.TabIndex = 0;
     this.listViewHD.UseCompatibleStateImageBehavior = false;
     this.listViewHD.View = System.Windows.Forms.View.Details;
     this.listViewHD.SelectedIndexChanged += new System.EventHandler(this.listViewHD_SelectedIndexChanged);
     //
     // MaHoaDon
     //
     this.MaHoaDon.Text = "Mã Hóa Đơn";
     this.MaHoaDon.Width = 95;
     //
     // TenKhachhangDaiDien
     //
     this.TenKhachhangDaiDien.Text = "Tên Khách Hàng";
     this.TenKhachhangDaiDien.Width = 140;
     //
     // DiaChi
     //
     this.DiaChi.Text = "Địa Chỉ";
     this.DiaChi.Width = 122;
     //
     // NgayLap
     //
     this.NgayLap.Text = "Ngày Lập";
     this.NgayLap.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.NgayLap.Width = 87;
     //
     // TriGia
     //
     this.TriGia.Text = "Thành Tiền";
     this.TriGia.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.TriGia.Width = 117;
     //
     // ThanhToan
     //
     this.ThanhToan.Text = "Thanh Toán";
     this.ThanhToan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ThanhToan.Width = 97;
     //
     // btThanhToan
     //
     this.btThanhToan.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btThanhToan.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btThanhToan.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btThanhToan.ForeColor = System.Drawing.Color.Red;
     this.btThanhToan.Location = new System.Drawing.Point(385, 391);
     this.btThanhToan.Name = "btThanhToan";
     this.btThanhToan.Size = new System.Drawing.Size(75, 23);
     this.btThanhToan.TabIndex = 10;
     this.btThanhToan.Text = "Thanh Toán";
     this.btThanhToan.Click += new System.EventHandler(this.btThanhToan_Click);
     //
     // btin
     //
     this.btin.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btin.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btin.ForeColor = System.Drawing.Color.Blue;
     this.btin.Location = new System.Drawing.Point(466, 391);
     this.btin.Name = "btin";
     this.btin.Size = new System.Drawing.Size(75, 23);
     this.btin.TabIndex = 11;
     this.btin.Text = "In";
     this.btin.Click += new System.EventHandler(this.btin_Click);
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd.ForeColor = System.Drawing.Color.Red;
     this.btAdd.Location = new System.Drawing.Point(221, 391);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(75, 23);
     this.btAdd.TabIndex = 12;
     this.btAdd.Text = "Lập hóa đơn";
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // btxoa
     //
     this.btxoa.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btxoa.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btxoa.ForeColor = System.Drawing.Color.Red;
     this.btxoa.Location = new System.Drawing.Point(302, 391);
     this.btxoa.Name = "btxoa";
     this.btxoa.Size = new System.Drawing.Size(75, 23);
     this.btxoa.TabIndex = 13;
     this.btxoa.Text = "Xóa hóa đơn";
     this.btxoa.Click += new System.EventHandler(this.btxoa_Click);
     //
     // btrefesh
     //
     this.btrefesh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btrefesh.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btrefesh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btrefesh.ForeColor = System.Drawing.Color.Blue;
     this.btrefesh.Location = new System.Drawing.Point(547, 391);
     this.btrefesh.Name = "btrefesh";
     this.btrefesh.Size = new System.Drawing.Size(75, 23);
     this.btrefesh.TabIndex = 14;
     this.btrefesh.Text = "Refesh";
     this.btrefesh.Click += new System.EventHandler(this.btrefesh_Click);
     //
     // btthoat
     //
     this.btthoat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btthoat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btthoat.ForeColor = System.Drawing.Color.Blue;
     this.btthoat.Location = new System.Drawing.Point(628, 391);
     this.btthoat.Name = "btthoat";
     this.btthoat.Size = new System.Drawing.Size(75, 23);
     this.btthoat.TabIndex = 15;
     this.btthoat.Text = "Thoát";
     this.btthoat.Click += new System.EventHandler(this.btthoat_Click);
     //
     // labelX1
     //
     this.labelX1.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.ForeColor = System.Drawing.Color.Blue;
     this.labelX1.Location = new System.Drawing.Point(357, 23);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(277, 37);
     this.labelX1.TabIndex = 16;
     this.labelX1.Text = "Danh Sách Các Hóa Đơn";
     //
     // frmDSHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.ClientSize = new System.Drawing.Size(922, 666);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.btthoat);
     this.Controls.Add(this.btrefesh);
     this.Controls.Add(this.btxoa);
     this.Controls.Add(this.btAdd);
     this.Controls.Add(this.btin);
     this.Controls.Add(this.btThanhToan);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmDSHoaDon";
     this.Text = "frmDSHoaDon";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmDSHoaDon_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDSHoaDon_FormClosing);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }