/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lvGroups = new GlacialComponents.Controls.GlacialList();
            this.btnRemoveGroup = new System.Windows.Forms.Button();
            this.btnAddGroup = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnApply
            // 
            this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnApply.Location = new System.Drawing.Point(147, 303);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(75, 23);
            this.btnApply.TabIndex = 0;
            this.btnApply.Text = "Apply";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(18, 303);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lvGroups);
            this.groupBox1.Controls.Add(this.btnRemoveGroup);
            this.groupBox1.Controls.Add(this.btnAddGroup);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(215, 285);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Known Groups";
            // 
            // lvGroups
            // 
            this.lvGroups.AllowColumnResize = true;
            this.lvGroups.AllowMultiselect = false;
            this.lvGroups.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.lvGroups.AlternatingColors = false;
            this.lvGroups.AutoHeight = true;
            this.lvGroups.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lvGroups.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "Address";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 100;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Length";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 100;
            this.lvGroups.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2});
            this.lvGroups.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
            this.lvGroups.FullRowSelect = true;
            this.lvGroups.GridColor = System.Drawing.Color.LightGray;
            this.lvGroups.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.lvGroups.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.lvGroups.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.lvGroups.HeaderHeight = 22;
            this.lvGroups.HeaderVisible = true;
            this.lvGroups.HeaderWordWrap = false;
            this.lvGroups.HotColumnTracking = false;
            this.lvGroups.HotItemTracking = false;
            this.lvGroups.HotTrackingColor = System.Drawing.Color.LightGray;
            this.lvGroups.HoverEvents = false;
            this.lvGroups.HoverTime = 1;
            this.lvGroups.ImageList = null;
            this.lvGroups.ItemHeight = 17;
            this.lvGroups.ItemWordWrap = false;
            this.lvGroups.Location = new System.Drawing.Point(6, 49);
            this.lvGroups.Name = "lvGroups";
            this.lvGroups.Selectable = true;
            this.lvGroups.SelectedTextColor = System.Drawing.Color.White;
            this.lvGroups.SelectionColor = System.Drawing.Color.DarkBlue;
            this.lvGroups.ShowBorder = true;
            this.lvGroups.ShowFocusRect = false;
            this.lvGroups.Size = new System.Drawing.Size(204, 230);
            this.lvGroups.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.lvGroups.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.lvGroups.TabIndex = 2;
            this.lvGroups.Text = "glacialList1";
            // 
            // btnRemoveGroup
            // 
            this.btnRemoveGroup.Location = new System.Drawing.Point(134, 19);
            this.btnRemoveGroup.Name = "btnRemoveGroup";
            this.btnRemoveGroup.Size = new System.Drawing.Size(75, 23);
            this.btnRemoveGroup.TabIndex = 1;
            this.btnRemoveGroup.Text = "Remove";
            this.btnRemoveGroup.UseVisualStyleBackColor = true;
            this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
            // 
            // btnAddGroup
            // 
            this.btnAddGroup.Location = new System.Drawing.Point(6, 20);
            this.btnAddGroup.Name = "btnAddGroup";
            this.btnAddGroup.Size = new System.Drawing.Size(75, 23);
            this.btnAddGroup.TabIndex = 1;
            this.btnAddGroup.Text = "Add";
            this.btnAddGroup.UseVisualStyleBackColor = true;
            this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
            // 
            // KnownGroupsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(233, 336);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnApply);
            this.Name = "KnownGroupsForm";
            this.Text = "KnownGroupsForm";
            this.Load += new System.EventHandler(this.KnownGroupsForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
예제 #2
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            this.buttonSaveNewProduct = new System.Windows.Forms.Button();
            this.glacialListUrunler = new GlacialComponents.Controls.GlacialList();
            this.labelUrunSayisiYazisi = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.SuspendLayout();
            // 
            // buttonSaveNewProduct
            // 
            this.buttonSaveNewProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSaveNewProduct.BackColor = System.Drawing.SystemColors.Window;
            this.buttonSaveNewProduct.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonSaveNewProduct.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonSaveNewProduct.Image = global::ROPv1.Properties.Resources.icon;
            this.buttonSaveNewProduct.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonSaveNewProduct.Location = new System.Drawing.Point(876, 572);
            this.buttonSaveNewProduct.Name = "buttonSaveNewProduct";
            this.buttonSaveNewProduct.Size = new System.Drawing.Size(135, 48);
            this.buttonSaveNewProduct.TabIndex = 90;
            this.buttonSaveNewProduct.Text = "Kaydet     ";
            this.buttonSaveNewProduct.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.buttonSaveNewProduct.UseVisualStyleBackColor = false;
            this.buttonSaveNewProduct.Click += new System.EventHandler(this.buttonSaveNewProduct_Click);
            // 
            // glacialListUrunler
            // 
            this.glacialListUrunler.AllowColumnResize = false;
            this.glacialListUrunler.AllowMultiselect = false;
            this.glacialListUrunler.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialListUrunler.AlternatingColors = false;
            this.glacialListUrunler.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.glacialListUrunler.AutoHeight = true;
            this.glacialListUrunler.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.glacialListUrunler.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column3";
            glColumn1.NumericSort = false;
            glColumn1.Text = "    Ürün";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 450;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Porsiyon";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 150;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column4";
            glColumn3.NumericSort = false;
            glColumn3.Text = "Yazıcı Bildirimi";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 179;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Column1";
            glColumn4.NumericSort = false;
            glColumn4.Text = "Yazıcı";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 220;
            this.glacialListUrunler.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4});
            this.glacialListUrunler.ControlStyle = GlacialComponents.Controls.GLControlStyles.XP;
            this.glacialListUrunler.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.glacialListUrunler.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.glacialListUrunler.FullRowSelect = true;
            this.glacialListUrunler.GridColor = System.Drawing.Color.LightGray;
            this.glacialListUrunler.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialListUrunler.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialListUrunler.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.glacialListUrunler.HeaderHeight = 30;
            this.glacialListUrunler.HeaderVisible = true;
            this.glacialListUrunler.HeaderWordWrap = false;
            this.glacialListUrunler.HotColumnTracking = false;
            this.glacialListUrunler.HotItemTracking = false;
            this.glacialListUrunler.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialListUrunler.HoverEvents = false;
            this.glacialListUrunler.HoverTime = 1;
            this.glacialListUrunler.ImageList = null;
            this.glacialListUrunler.ItemHeight = 23;
            this.glacialListUrunler.ItemWordWrap = false;
            this.glacialListUrunler.Location = new System.Drawing.Point(8, 8);
            this.glacialListUrunler.Name = "glacialListUrunler";
            this.glacialListUrunler.Selectable = true;
            this.glacialListUrunler.SelectedTextColor = System.Drawing.Color.White;
            this.glacialListUrunler.SelectionColor = System.Drawing.SystemColors.ActiveCaption;
            this.glacialListUrunler.ShowBorder = true;
            this.glacialListUrunler.ShowFocusRect = false;
            this.glacialListUrunler.Size = new System.Drawing.Size(1003, 558);
            this.glacialListUrunler.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialListUrunler.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.glacialListUrunler.TabIndex = 91;
            this.glacialListUrunler.Text = "glacialList1";
            this.glacialListUrunler.SizeChanged += new System.EventHandler(this.glacialListUrunler_SizeChanged);
            // 
            // labelUrunSayisiYazisi
            // 
            this.labelUrunSayisiYazisi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelUrunSayisiYazisi.AutoSize = true;
            this.labelUrunSayisiYazisi.Font = new System.Drawing.Font("Arial", 12.75F, System.Drawing.FontStyle.Bold);
            this.labelUrunSayisiYazisi.ForeColor = System.Drawing.SystemColors.Window;
            this.labelUrunSayisiYazisi.Location = new System.Drawing.Point(26, 572);
            this.labelUrunSayisiYazisi.Name = "labelUrunSayisiYazisi";
            this.labelUrunSayisiYazisi.Size = new System.Drawing.Size(834, 38);
            this.labelUrunSayisiYazisi.TabIndex = 92;
            this.labelUrunSayisiYazisi.Text = "Porsiyon = Yarım ve çeyrek porsiyon olup olayamacağının belirlenmesi - çeyrek por" +
    "siyon yarımı da kapsar\r\n\r\n";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Arial", 12.75F, System.Drawing.FontStyle.Bold);
            this.label1.ForeColor = System.Drawing.SystemColors.Window;
            this.label1.Location = new System.Drawing.Point(26, 598);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(623, 19);
            this.label1.TabIndex = 93;
            this.label1.Text = "Mutfak Bildirimi = Ürün sipariş edildiğinde mutfak yazıcısından bildirim alınması" +
    "";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
            // 
            // UrunlerTusu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.labelUrunSayisiYazisi);
            this.Controls.Add(this.glacialListUrunler);
            this.Controls.Add(this.buttonSaveNewProduct);
            this.Name = "UrunlerTusu";
            this.Size = new System.Drawing.Size(1018, 626);
            this.Load += new System.EventHandler(this.UrunlerTusu_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     this.List1 = new GlacialComponents.Controls.GlacialList();
     this.SuspendLayout();
     //
     // List1
     //
     this.List1.AllowColumnResize      = false;
     this.List1.AllowMultiselect       = true;
     this.List1.AlternateBackground    = System.Drawing.Color.DarkGreen;
     this.List1.AlternatingColors      = false;
     this.List1.AutoHeight             = true;
     this.List1.BackColor              = System.Drawing.Color.Black;
     this.List1.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType   = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes              = false;
     glColumn1.ImageIndex              = -1;
     glColumn1.Name          = "Column1";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "x";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 100;
     this.List1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.List1.ControlStyle         = GlacialComponents.Controls.GLControlStyles.XP;
     this.List1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.List1.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.List1.FullRowSelect        = true;
     this.List1.GridColor            = System.Drawing.Color.White;
     this.List1.GridLines            = GlacialComponents.Controls.GLGridLines.gridVertical;
     this.List1.GridLineStyle        = GlacialComponents.Controls.GLGridLineStyles.gridNone;
     this.List1.GridTypes            = GlacialComponents.Controls.GLGridTypes.gridNormal;
     this.List1.HeaderHeight         = 0;
     this.List1.HeaderVisible        = false;
     this.List1.HeaderWordWrap       = false;
     this.List1.HotColumnTracking    = false;
     this.List1.HotItemTracking      = false;
     this.List1.HotTrackingColor     = System.Drawing.Color.LightGray;
     this.List1.HoverEvents          = false;
     this.List1.HoverTime            = 1;
     this.List1.ImageList            = null;
     this.List1.ItemHeight           = 17;
     this.List1.ItemWordWrap         = false;
     this.List1.Location             = new System.Drawing.Point(0, 0);
     this.List1.Name                 = "List1";
     this.List1.Selectable           = true;
     this.List1.SelectedTextColor    = System.Drawing.Color.Black;
     this.List1.SelectionColor       = System.Drawing.Color.White;
     this.List1.ShowBorder           = false;
     this.List1.ShowFocusRect        = false;
     this.List1.Size                 = new System.Drawing.Size(219, 318);
     this.List1.SortType             = GlacialComponents.Controls.SortTypes.None;
     this.List1.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.List1.TabIndex             = 2;
     this.List1.Text                 = "glacialList1";
     this.List1.Click               += new System.EventHandler(this.List1_Click);
     //
     // xCrossWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(219, 318);
     this.Controls.Add(this.List1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "xCrossWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Points";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.xCrossWindow_FormClosing);
     this.Resize         += new System.EventHandler(this.xCrossWindow_Resize);
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.nameText     = new System.Windows.Forms.TextBox();
     this.searchbtn    = new System.Windows.Forms.Button();
     this.glacialList1 = new GlacialComponents.Controls.GlacialList();
     this.gobtn        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(13, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(174, 25);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Ismerős felvétele";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(18, 86);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(174, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Név/E-mail/Felhasználónév";
     //
     // nameText
     //
     this.nameText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.nameText.Location = new System.Drawing.Point(18, 106);
     this.nameText.Name     = "nameText";
     this.nameText.Size     = new System.Drawing.Size(270, 20);
     this.nameText.TabIndex = 2;
     //
     // searchbtn
     //
     this.searchbtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.searchbtn.Location = new System.Drawing.Point(297, 104);
     this.searchbtn.Name     = "searchbtn";
     this.searchbtn.Size     = new System.Drawing.Size(75, 23);
     this.searchbtn.TabIndex = 3;
     this.searchbtn.Text     = "Keresés";
     this.searchbtn.UseVisualStyleBackColor = true;
     this.searchbtn.Click += new System.EventHandler(this.searchbtn_Click);
     //
     // glacialList1
     //
     this.glacialList1.AllowColumnResize   = true;
     this.glacialList1.AllowMultiselect    = false;
     this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.glacialList1.AlternatingColors   = false;
     this.glacialList1.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.glacialList1.AutoHeight             = true;
     this.glacialList1.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.glacialList1.BackgroundStretchToFit = true;
     glColumn2.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn2.CheckBoxes    = false;
     glColumn2.ImageIndex    = -1;
     glColumn2.Name          = "UserName";
     glColumn2.NumericSort   = false;
     glColumn2.Text          = "Felhasználónév";
     glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     glColumn2.Width         = 200;
     this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn2
     });
     this.glacialList1.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.glacialList1.FullRowSelect     = true;
     this.glacialList1.GridColor         = System.Drawing.Color.LightGray;
     this.glacialList1.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.glacialList1.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.glacialList1.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.glacialList1.HeaderHeight      = 22;
     this.glacialList1.HeaderVisible     = true;
     this.glacialList1.HeaderWordWrap    = false;
     this.glacialList1.HotColumnTracking = false;
     this.glacialList1.HotItemTracking   = true;
     this.glacialList1.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.glacialList1.HoverEvents       = false;
     this.glacialList1.HoverTime         = 1;
     this.glacialList1.ImageList         = null;
     this.glacialList1.ItemHeight        = 17;
     this.glacialList1.ItemWordWrap      = false;
     this.glacialList1.Location          = new System.Drawing.Point(18, 152);
     this.glacialList1.Name                 = "glacialList1";
     this.glacialList1.Selectable           = true;
     this.glacialList1.SelectedTextColor    = System.Drawing.Color.White;
     this.glacialList1.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.glacialList1.ShowBorder           = true;
     this.glacialList1.ShowFocusRect        = false;
     this.glacialList1.Size                 = new System.Drawing.Size(354, 272);
     this.glacialList1.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.glacialList1.TabIndex             = 4;
     this.glacialList1.Text                 = "glacialList1";
     this.glacialList1.Click               += new System.EventHandler(this.glacialList1_Click);
     //
     // gobtn
     //
     this.gobtn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.gobtn.Location = new System.Drawing.Point(297, 427);
     this.gobtn.Name     = "gobtn";
     this.gobtn.Size     = new System.Drawing.Size(75, 23);
     this.gobtn.TabIndex = 5;
     this.gobtn.Text     = "Felvétel";
     this.gobtn.UseVisualStyleBackColor = true;
     this.gobtn.Click += new System.EventHandler(this.gobtn_Click);
     //
     // AddPartner
     //
     this.AcceptButton        = this.searchbtn;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LightSkyBlue;
     this.ClientSize          = new System.Drawing.Size(384, 462);
     this.Controls.Add(this.gobtn);
     this.Controls.Add(this.glacialList1);
     this.Controls.Add(this.searchbtn);
     this.Controls.Add(this.nameText);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "AddPartner";
     this.Text = "Ismerős felvétele";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetItemType));
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn12 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn13 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn14 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn15 = new GlacialComponents.Controls.GLColumn();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.tabControl1 = new DevComponents.DotNetBar.TabControl();
            this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.TxtProductNote = new System.Windows.Forms.TextBox();
            this.TxtProductName = new System.Windows.Forms.TextBox();
            this.TxtProductNo = new System.Windows.Forms.TextBox();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList2 = new GlacialComponents.Controls.GlacialList();
            this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
            this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem31 = new DevComponents.Editors.ComboItem();
            this.comboItem32 = new DevComponents.Editors.ComboItem();
            this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.TxtNo = new System.Windows.Forms.TextBox();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.TxtNote = new System.Windows.Forms.TextBox();
            this.TxtName = new System.Windows.Forms.TextBox();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.lblX1 = new DevComponents.DotNetBar.LabelX();
            this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.BtnAdd = new DevComponents.DotNetBar.ButtonItem();
            this.BtnModify = new DevComponents.DotNetBar.ButtonItem();
            this.BtnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.BtnSave = new DevComponents.DotNetBar.ButtonItem();
            this.BtnCancle = new DevComponents.DotNetBar.ButtonItem();
            this.BtnExit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabControlPanel1.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            this.expandablePanel2.SuspendLayout();
            this.tabControlPanel2.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.tabControl1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 57);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(879, 450);
            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;
            // 
            // tabControl1
            // 
            this.tabControl1.BackColor = System.Drawing.Color.Transparent;
            this.tabControl1.CanReorderTabs = true;
            this.tabControl1.Controls.Add(this.tabControlPanel2);
            this.tabControl1.Controls.Add(this.tabControlPanel1);
            this.tabControl1.Location = new System.Drawing.Point(4, 6);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.tabControl1.SelectedTabIndex = 1;
            this.tabControl1.Size = new System.Drawing.Size(872, 439);
            this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Dock;
            this.tabControl1.TabIndex = 5;
            this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
            this.tabControl1.Tabs.Add(this.tabItem1);
            this.tabControl1.Tabs.Add(this.tabItem2);
            this.tabControl1.Text = "tabControl1";
            // 
            // tabControlPanel1
            // 
            this.tabControlPanel1.Controls.Add(this.groupPanel1);
            this.tabControlPanel1.Controls.Add(this.expandablePanel2);
            this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
            this.tabControlPanel1.Name = "tabControlPanel1";
            this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel1.Size = new System.Drawing.Size(872, 414);
            this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
            this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
            this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
            this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel1.Style.GradientAngle = 90;
            this.tabControlPanel1.TabIndex = 1;
            this.tabControlPanel1.TabItem = this.tabItem1;
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.labelX8);
            this.groupPanel1.Controls.Add(this.TxtProductNote);
            this.groupPanel1.Controls.Add(this.TxtProductName);
            this.groupPanel1.Controls.Add(this.TxtProductNo);
            this.groupPanel1.Controls.Add(this.labelX10);
            this.groupPanel1.Controls.Add(this.labelX13);
            this.groupPanel1.Location = new System.Drawing.Point(21, 4);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(601, 113);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel1.TabIndex = 5;
            this.groupPanel1.Text = "商品出品";
            // 
            // labelX8
            // 
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            this.labelX8.Location = new System.Drawing.Point(286, 13);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(93, 23);
            this.labelX8.TabIndex = 20;
            this.labelX8.Text = "出品方式名称:";
            // 
            // TxtProductNote
            // 
            this.TxtProductNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtProductNote.Location = new System.Drawing.Point(93, 53);
            this.TxtProductNote.Multiline = true;
            this.TxtProductNote.Name = "TxtProductNote";
            this.TxtProductNote.Size = new System.Drawing.Size(443, 23);
            this.TxtProductNote.TabIndex = 15;
            // 
            // TxtProductName
            // 
            this.TxtProductName.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtProductName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtProductName.Location = new System.Drawing.Point(385, 13);
            this.TxtProductName.Name = "TxtProductName";
            this.TxtProductName.Size = new System.Drawing.Size(151, 21);
            this.TxtProductName.TabIndex = 13;
            // 
            // TxtProductNo
            // 
            this.TxtProductNo.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtProductNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtProductNo.Location = new System.Drawing.Point(93, 13);
            this.TxtProductNo.Name = "TxtProductNo";
            this.TxtProductNo.Size = new System.Drawing.Size(124, 21);
            this.TxtProductNo.TabIndex = 12;
            // 
            // labelX10
            // 
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            this.labelX10.Location = new System.Drawing.Point(3, 53);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(44, 23);
            this.labelX10.TabIndex = 11;
            this.labelX10.Text = "备注:";
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            this.labelX13.Location = new System.Drawing.Point(3, 13);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(93, 23);
            this.labelX13.TabIndex = 8;
            this.labelX13.Text = "出品方式编号:";
            // 
            // expandablePanel2
            // 
            this.expandablePanel2.AutoScroll = true;
            this.expandablePanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.expandablePanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel2.Controls.Add(this.glacialList2);
            this.expandablePanel2.Location = new System.Drawing.Point(21, 125);
            this.expandablePanel2.Name = "expandablePanel2";
            this.expandablePanel2.Size = new System.Drawing.Size(601, 281);
            this.expandablePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel2.Style.GradientAngle = 90;
            this.expandablePanel2.TabIndex = 4;
            this.expandablePanel2.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel2.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel2.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel2.TitleStyle.GradientAngle = 90;
            this.expandablePanel2.TitleText = "商品出品信息";
            // 
            // glacialList2
            // 
            this.glacialList2.AllowColumnResize = true;
            this.glacialList2.AllowMultiselect = false;
            this.glacialList2.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList2.AlternatingColors = false;
            this.glacialList2.AutoHeight = false;
            this.glacialList2.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList2.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "出品方式编号";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 160;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "出品方式名称";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 200;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column4";
            glColumn3.NumericSort = false;
            glColumn3.Text = "备注";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 230;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Column5";
            glColumn4.NumericSort = false;
            glColumn4.Text = "ID";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 0;
            this.glacialList2.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4});
            this.glacialList2.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList2.FullRowSelect = true;
            this.glacialList2.GridColor = System.Drawing.Color.Peru;
            this.glacialList2.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList2.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList2.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList2.HeaderHeight = 20;
            this.glacialList2.HeaderVisible = true;
            this.glacialList2.HeaderWordWrap = false;
            this.glacialList2.HotColumnTracking = false;
            this.glacialList2.HotItemTracking = false;
            this.glacialList2.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList2.HoverEvents = false;
            this.glacialList2.HoverTime = 1;
            this.glacialList2.ImageList = null;
            this.glacialList2.ItemHeight = 25;
            this.glacialList2.ItemWordWrap = false;
            this.glacialList2.Location = new System.Drawing.Point(6, 26);
            this.glacialList2.Name = "glacialList2";
            this.glacialList2.Selectable = true;
            this.glacialList2.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList2.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList2.ShowBorder = false;
            this.glacialList2.ShowFocusRect = false;
            this.glacialList2.Size = new System.Drawing.Size(592, 252);
            this.glacialList2.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList2.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList2.TabIndex = 4;
            this.glacialList2.Click += new System.EventHandler(this.glacialList2_Click);
            // 
            // tabItem1
            // 
            this.tabItem1.AttachedControl = this.tabControlPanel1;
            this.tabItem1.Name = "tabItem1";
            this.tabItem1.Text = "商品出品设置";
            this.tabItem1.Click += new System.EventHandler(this.tabItem1_Click);
            // 
            // tabControlPanel2
            // 
            this.tabControlPanel2.Controls.Add(this.treeView1);
            this.tabControlPanel2.Controls.Add(this.expandablePanel1);
            this.tabControlPanel2.Controls.Add(this.groupPanel2);
            this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
            this.tabControlPanel2.Name = "tabControlPanel2";
            this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel2.Size = new System.Drawing.Size(872, 414);
            this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
            this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
            this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
            this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel2.Style.GradientAngle = 90;
            this.tabControlPanel2.TabIndex = 2;
            this.tabControlPanel2.TabItem = this.tabItem2;
            // 
            // treeView1
            // 
            this.treeView1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView1.ImageIndex = 1;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(3, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(251, 448);
            this.treeView1.TabIndex = 4;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "I156.ICO");
            this.imageList1.Images.SetKeyName(1, "note2.ico");
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.AutoScroll = true;
            this.expandablePanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.glacialList1);
            this.expandablePanel1.Location = new System.Drawing.Point(263, 123);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(601, 281);
            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 = 3;
            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 = "商品类型信息";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = false;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "Column1";
            glColumn5.NumericSort = false;
            glColumn5.Text = "商品类型编号";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 120;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "Column2";
            glColumn6.NumericSort = false;
            glColumn6.Text = "商品类型名称";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn6.Width = 120;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "Column3";
            glColumn7.NumericSort = false;
            glColumn7.Text = "所属部门";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn7.Width = 90;
            glColumn12.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn12.CheckBoxes = false;
            glColumn12.ImageIndex = -1;
            glColumn12.Name = "Column6";
            glColumn12.NumericSort = false;
            glColumn12.Text = "出品方式";
            glColumn12.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn12.Width = 80;
            glColumn13.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn13.CheckBoxes = false;
            glColumn13.ImageIndex = -1;
            glColumn13.Name = "Column7";
            glColumn13.NumericSort = false;
            glColumn13.Text = "是否打折";
            glColumn13.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn13.Width = 60;
            glColumn14.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn14.CheckBoxes = false;
            glColumn14.ImageIndex = -1;
            glColumn14.Name = "Column4";
            glColumn14.NumericSort = false;
            glColumn14.Text = "备注";
            glColumn14.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn14.Width = 120;
            glColumn15.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn15.CheckBoxes = false;
            glColumn15.ImageIndex = -1;
            glColumn15.Name = "Column5";
            glColumn15.NumericSort = false;
            glColumn15.Text = "ID";
            glColumn15.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn15.Width = 0;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn12,
            glColumn13,
            glColumn14,
            glColumn15});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 20;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 25;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(6, 26);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(592, 252);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 4;
            this.glacialList1.Click += new System.EventHandler(this.glacialList1_Click);
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.comboBoxEx3);
            this.groupPanel2.Controls.Add(this.comboBoxEx2);
            this.groupPanel2.Controls.Add(this.TxtNo);
            this.groupPanel2.Controls.Add(this.labelX1);
            this.groupPanel2.Controls.Add(this.comboBoxEx1);
            this.groupPanel2.Controls.Add(this.labelX5);
            this.groupPanel2.Controls.Add(this.labelX4);
            this.groupPanel2.Controls.Add(this.TxtNote);
            this.groupPanel2.Controls.Add(this.TxtName);
            this.groupPanel2.Controls.Add(this.labelX3);
            this.groupPanel2.Controls.Add(this.labelX2);
            this.groupPanel2.Controls.Add(this.lblX1);
            this.groupPanel2.Location = new System.Drawing.Point(263, 4);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(601, 113);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel2.TabIndex = 2;
            this.groupPanel2.Text = "商品类型";
            // 
            // comboBoxEx3
            // 
            this.comboBoxEx3.DisplayMember = "Text";
            this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx3.FormattingEnabled = true;
            this.comboBoxEx3.Items.AddRange(new object[] {
            this.comboItem31,
            this.comboItem32});
            this.comboBoxEx3.Location = new System.Drawing.Point(282, 32);
            this.comboBoxEx3.Name = "comboBoxEx3";
            this.comboBoxEx3.Size = new System.Drawing.Size(124, 22);
            this.comboBoxEx3.TabIndex = 22;
            // 
            // comboItem31
            // 
            this.comboItem31.Text = "是";
            // 
            // comboItem32
            // 
            this.comboItem32.Text = "否";
            // 
            // comboBoxEx2
            // 
            this.comboBoxEx2.DisplayMember = "Text";
            this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx2.FormattingEnabled = true;
            this.comboBoxEx2.Location = new System.Drawing.Point(472, 3);
            this.comboBoxEx2.Name = "comboBoxEx2";
            this.comboBoxEx2.Size = new System.Drawing.Size(101, 22);
            this.comboBoxEx2.TabIndex = 21;
            // 
            // TxtNo
            // 
            this.TxtNo.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtNo.Location = new System.Drawing.Point(90, 5);
            this.TxtNo.Name = "TxtNo";
            this.TxtNo.Size = new System.Drawing.Size(101, 21);
            this.TxtNo.TabIndex = 20;
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(3, 5);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(96, 23);
            this.labelX1.TabIndex = 19;
            this.labelX1.Text = "商品类型编号:";
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.Location = new System.Drawing.Point(90, 36);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(101, 22);
            this.comboBoxEx1.TabIndex = 18;
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            this.labelX5.Location = new System.Drawing.Point(199, 35);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(81, 23);
            this.labelX5.TabIndex = 17;
            this.labelX5.Text = "是否打折:";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            this.labelX4.Location = new System.Drawing.Point(412, 3);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(67, 25);
            this.labelX4.TabIndex = 16;
            this.labelX4.Text = "所属部门:";
            // 
            // TxtNote
            // 
            this.TxtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtNote.Location = new System.Drawing.Point(90, 64);
            this.TxtNote.Multiline = true;
            this.TxtNote.Name = "TxtNote";
            this.TxtNote.Size = new System.Drawing.Size(492, 25);
            this.TxtNote.TabIndex = 15;
            // 
            // TxtName
            // 
            this.TxtName.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtName.Location = new System.Drawing.Point(282, 5);
            this.TxtName.Name = "TxtName";
            this.TxtName.Size = new System.Drawing.Size(124, 21);
            this.TxtName.TabIndex = 12;
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            this.labelX3.Location = new System.Drawing.Point(3, 69);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(44, 23);
            this.labelX3.TabIndex = 11;
            this.labelX3.Text = "备注:";
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            this.labelX2.Location = new System.Drawing.Point(3, 38);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(71, 23);
            this.labelX2.TabIndex = 10;
            this.labelX2.Text = "出品方式:";
            // 
            // lblX1
            // 
            this.lblX1.BackColor = System.Drawing.Color.Transparent;
            this.lblX1.Location = new System.Drawing.Point(199, 5);
            this.lblX1.Name = "lblX1";
            this.lblX1.Size = new System.Drawing.Size(93, 23);
            this.lblX1.TabIndex = 8;
            this.lblX1.Text = "商品类型名称:";
            // 
            // tabItem2
            // 
            this.tabItem2.AttachedControl = this.tabControlPanel2;
            this.tabItem2.Name = "tabItem2";
            this.tabItem2.Text = "商品类型设置";
            this.tabItem2.Click += new System.EventHandler(this.tabItem2_Click);
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 507);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(879, 0);
            this.dockSite4.TabIndex = 4;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite1.Location = new System.Drawing.Point(0, 57);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 450);
            this.dockSite1.TabIndex = 1;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite2.Location = new System.Drawing.Point(879, 57);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 450);
            this.dockSite2.TabIndex = 2;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 507);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(879, 0);
            this.dockSite8.TabIndex = 8;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 57);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 450);
            this.dockSite5.TabIndex = 5;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(879, 57);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 450);
            this.dockSite6.TabIndex = 6;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(879, 57);
            this.dockSite7.TabIndex = 7;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtnAdd,
            this.BtnModify,
            this.BtnDelete,
            this.BtnSave,
            this.BtnCancle,
            this.BtnExit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(260, 57);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // BtnAdd
            // 
            this.BtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("BtnAdd.Image")));
            this.BtnAdd.ImagePaddingHorizontal = 8;
            this.BtnAdd.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnAdd.Name = "BtnAdd";
            this.BtnAdd.Text = "添加";
            this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
            // 
            // BtnModify
            // 
            this.BtnModify.Image = ((System.Drawing.Image)(resources.GetObject("BtnModify.Image")));
            this.BtnModify.ImagePaddingHorizontal = 8;
            this.BtnModify.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnModify.Name = "BtnModify";
            this.BtnModify.Text = "修改";
            this.BtnModify.Click += new System.EventHandler(this.BtnModify_Click);
            // 
            // BtnDelete
            // 
            this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
            this.BtnDelete.ImagePaddingHorizontal = 8;
            this.BtnDelete.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnDelete.Name = "BtnDelete";
            this.BtnDelete.Text = "删除";
            this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
            // 
            // BtnSave
            // 
            this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image")));
            this.BtnSave.ImagePaddingHorizontal = 8;
            this.BtnSave.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Text = "保存";
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // BtnCancle
            // 
            this.BtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("BtnCancle.Image")));
            this.BtnCancle.ImagePaddingHorizontal = 8;
            this.BtnCancle.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnCancle.Name = "BtnCancle";
            this.BtnCancle.Text = "撤消";
            this.BtnCancle.Click += new System.EventHandler(this.BtnCancle_Click);
            // 
            // BtnExit
            // 
            this.BtnExit.Image = ((System.Drawing.Image)(resources.GetObject("BtnExit.Image")));
            this.BtnExit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnExit.ImagePaddingHorizontal = 8;
            this.BtnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnExit.Name = "BtnExit";
            this.BtnExit.Text = "关闭";
            this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite3.Location = new System.Drawing.Point(0, 57);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(879, 0);
            this.dockSite3.TabIndex = 3;
            this.dockSite3.TabStop = false;
            // 
            // SetItemType
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(879, 507);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SetItemType";
            this.Text = "商品类型";
            this.Load += new System.EventHandler(this.SetDept_Load);
            this.panelEx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabControlPanel1.ResumeLayout(false);
            this.groupPanel1.ResumeLayout(false);
            this.groupPanel1.PerformLayout();
            this.expandablePanel2.ResumeLayout(false);
            this.tabControlPanel2.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel2.PerformLayout();
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).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()
 {
     GlacialComponents.Controls.GLColumn  glColumn1  = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLItem    glItem1    = new GlacialComponents.Controls.GLItem();
     GlacialComponents.Controls.GLSubItem glSubItem1 = new GlacialComponents.Controls.GLSubItem();
     this.partnerList      = new GlacialComponents.Controls.GlacialList();
     this.selectedPartners = new System.Windows.Forms.TextBox();
     this.okbtn            = new System.Windows.Forms.Button();
     this.cancelbtn        = new System.Windows.Forms.Button();
     this.titleText        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // partnerList
     //
     this.partnerList.AllowColumnResize   = false;
     this.partnerList.AllowMultiselect    = true;
     this.partnerList.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.partnerList.AlternatingColors   = false;
     this.partnerList.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.partnerList.AutoHeight             = true;
     this.partnerList.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.partnerList.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType         = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes    = true;
     glColumn1.ImageIndex    = -1;
     glColumn1.Name          = "PartnerName";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 100;
     this.partnerList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.partnerList.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.partnerList.ForeColor         = System.Drawing.Color.Black;
     this.partnerList.FullRowSelect     = true;
     this.partnerList.GridColor         = System.Drawing.Color.LightGray;
     this.partnerList.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.partnerList.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridNone;
     this.partnerList.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.partnerList.HeaderHeight      = 0;
     this.partnerList.HeaderVisible     = false;
     this.partnerList.HeaderWordWrap    = false;
     this.partnerList.HotColumnTracking = false;
     this.partnerList.HotItemTracking   = true;
     this.partnerList.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.partnerList.HoverEvents       = false;
     this.partnerList.HoverTime         = 1;
     this.partnerList.ImageList         = null;
     this.partnerList.ItemHeight        = 17;
     glItem1.BackColor         = System.Drawing.Color.White;
     glItem1.ForeColor         = System.Drawing.Color.Black;
     glItem1.RowBorderColor    = System.Drawing.Color.Black;
     glItem1.RowBorderSize     = 0;
     glSubItem1.BackColor      = System.Drawing.Color.Empty;
     glSubItem1.Checked        = false;
     glSubItem1.ForceText      = false;
     glSubItem1.ForeColor      = System.Drawing.Color.Black;
     glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     glSubItem1.ImageIndex     = -1;
     glSubItem1.Text           = "Test";
     glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
         glSubItem1
     });
     glItem1.Text = "Test";
     this.partnerList.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
         glItem1
     });
     this.partnerList.ItemWordWrap         = false;
     this.partnerList.Location             = new System.Drawing.Point(13, 26);
     this.partnerList.Name                 = "partnerList";
     this.partnerList.Selectable           = true;
     this.partnerList.SelectedTextColor    = System.Drawing.Color.White;
     this.partnerList.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.partnerList.ShowBorder           = true;
     this.partnerList.ShowFocusRect        = true;
     this.partnerList.Size                 = new System.Drawing.Size(359, 286);
     this.partnerList.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.partnerList.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.partnerList.TabIndex             = 0;
     this.partnerList.Click               += new System.EventHandler(this.ItemClicked);
     this.partnerList.DoubleClick         += new System.EventHandler(this.ItemDoubleClick);
     //
     // selectedPartners
     //
     this.selectedPartners.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.selectedPartners.Location  = new System.Drawing.Point(13, 319);
     this.selectedPartners.Multiline = true;
     this.selectedPartners.Name      = "selectedPartners";
     this.selectedPartners.Size      = new System.Drawing.Size(359, 103);
     this.selectedPartners.TabIndex  = 1;
     //
     // okbtn
     //
     this.okbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okbtn.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okbtn.Location                = new System.Drawing.Point(215, 428);
     this.okbtn.Name                    = "okbtn";
     this.okbtn.Size                    = new System.Drawing.Size(75, 23);
     this.okbtn.TabIndex                = 2;
     this.okbtn.Text                    = "OK";
     this.okbtn.UseVisualStyleBackColor = true;
     this.okbtn.Click                  += new System.EventHandler(this.okbtn_Click);
     //
     // cancelbtn
     //
     this.cancelbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelbtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelbtn.Location                = new System.Drawing.Point(297, 429);
     this.cancelbtn.Name                    = "cancelbtn";
     this.cancelbtn.Size                    = new System.Drawing.Size(75, 23);
     this.cancelbtn.TabIndex                = 3;
     this.cancelbtn.Text                    = "Mégse";
     this.cancelbtn.UseVisualStyleBackColor = true;
     //
     // titleText
     //
     this.titleText.AutoSize = true;
     this.titleText.Location = new System.Drawing.Point(13, 7);
     this.titleText.Name     = "titleText";
     this.titleText.Size     = new System.Drawing.Size(53, 13);
     this.titleText.TabIndex = 4;
     this.titleText.Text     = "Unknown";
     //
     // SelectPartnerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LightSkyBlue;
     this.ClientSize          = new System.Drawing.Size(384, 462);
     this.Controls.Add(this.titleText);
     this.Controls.Add(this.cancelbtn);
     this.Controls.Add(this.okbtn);
     this.Controls.Add(this.selectedPartners);
     this.Controls.Add(this.partnerList);
     this.Name       = "SelectPartnerForm";
     this.Text       = "Partnerválasztás";
     this.ResizeEnd += new System.EventHandler(this.FormResizeFinish);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RiZhi));
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.label1 = new System.Windows.Forms.Label();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printDialog1 = new System.Windows.Forms.PrintDialog();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
            this.tabControl1 = new DevComponents.DotNetBar.TabControl();
            this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
            this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
            this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
            this.label2 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.button1 = new DevComponents.DotNetBar.ButtonItem();
            this.button3 = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.panelEx2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabControlPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            this.tabControlPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.tabControlPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.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.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "日期";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 150;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "操作员";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 80;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column3";
            glColumn3.NumericSort = false;
            glColumn3.Text = "内容";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 780;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.LightGray;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 19;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(13, 12);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.LightSteelBlue;
            this.glacialList1.ShowBorder = true;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(626, 286);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 18;
            this.glacialList1.Text = "glacialList1";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker2.Location = new System.Drawing.Point(320, 47);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(134, 21);
            this.dateTimePicker2.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location = new System.Drawing.Point(302, 53);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(11, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "-";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(155, 48);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(141, 21);
            this.dateTimePicker1.TabIndex = 0;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.BackColor = System.Drawing.Color.Transparent;
            this.checkBox1.Location = new System.Drawing.Point(175, 73);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(15, 14);
            this.checkBox1.TabIndex = 2;
            this.checkBox1.UseVisualStyleBackColor = false;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(223, 30);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(139, 21);
            this.textBox1.TabIndex = 1;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "登录",
            "删除商品",
            "删除操作员",
            "删除会员",
            "删除消费单号",
            "删除礼品",
            "删除礼品兑换单号",
            "撤销充值",
            "销户"});
            this.comboBox1.Location = new System.Drawing.Point(223, 43);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(161, 20);
            this.comboBox1.TabIndex = 3;
            // 
            // printDialog1
            // 
            this.printDialog1.UseEXDialog = true;
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.panelEx2);
            this.panelEx1.Controls.Add(this.tabControl1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 57);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(693, 500);
            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 = 22;
            // 
            // panelEx2
            // 
            this.panelEx2.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.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx2.Controls.Add(this.glacialList1);
            this.panelEx2.Location = new System.Drawing.Point(25, 174);
            this.panelEx2.Name = "panelEx2";
            this.panelEx2.Size = new System.Drawing.Size(642, 312);
            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 = 19;
            // 
            // tabControl1
            // 
            this.tabControl1.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.tabControl1.BackColor = System.Drawing.Color.Transparent;
            this.tabControl1.CanReorderTabs = true;
            this.tabControl1.Controls.Add(this.tabControlPanel3);
            this.tabControl1.Controls.Add(this.tabControlPanel1);
            this.tabControl1.Controls.Add(this.tabControlPanel2);
            this.tabControl1.Location = new System.Drawing.Point(25, 16);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.tabControl1.SelectedTabIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(642, 142);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
            this.tabControl1.Tabs.Add(this.tabItem1);
            this.tabControl1.Tabs.Add(this.tabItem2);
            this.tabControl1.Tabs.Add(this.tabItem3);
            this.tabControl1.Text = "日期";
            // 
            // tabControlPanel3
            // 
            this.tabControlPanel3.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.tabControlPanel3.Controls.Add(this.pictureBox3);
            this.tabControlPanel3.Controls.Add(this.label5);
            this.tabControlPanel3.Controls.Add(this.comboBox1);
            this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
            this.tabControlPanel3.Name = "tabControlPanel3";
            this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel3.Size = new System.Drawing.Size(642, 116);
            this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
            this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel3.Style.GradientAngle = 90;
            this.tabControlPanel3.TabIndex = 3;
            this.tabControlPanel3.TabItem = this.tabItem3;
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(50, 24);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(74, 79);
            this.pictureBox3.TabIndex = 10;
            this.pictureBox3.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label5.Font = new System.Drawing.Font("宋体", 9F);
            this.label5.Location = new System.Drawing.Point(163, 46);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "内容";
            // 
            // tabItem3
            // 
            this.tabItem3.AttachedControl = this.tabControlPanel3;
            this.tabItem3.Name = "tabItem3";
            this.tabItem3.Text = "操作内容";
            // 
            // tabControlPanel1
            // 
            this.tabControlPanel1.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.tabControlPanel1.Controls.Add(this.pictureBox2);
            this.tabControlPanel1.Controls.Add(this.dateTimePicker2);
            this.tabControlPanel1.Controls.Add(this.dateTimePicker1);
            this.tabControlPanel1.Controls.Add(this.label1);
            this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
            this.tabControlPanel1.Name = "tabControlPanel1";
            this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel1.Size = new System.Drawing.Size(642, 116);
            this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
            this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel1.Style.GradientAngle = 90;
            this.tabControlPanel1.TabIndex = 1;
            this.tabControlPanel1.TabItem = this.tabItem1;
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(56, 19);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(73, 78);
            this.pictureBox2.TabIndex = 7;
            this.pictureBox2.TabStop = false;
            // 
            // tabItem1
            // 
            this.tabItem1.AttachedControl = this.tabControlPanel1;
            this.tabItem1.Name = "tabItem1";
            this.tabItem1.Text = "日期";
            // 
            // tabControlPanel2
            // 
            this.tabControlPanel2.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.tabControlPanel2.Controls.Add(this.label2);
            this.tabControlPanel2.Controls.Add(this.pictureBox1);
            this.tabControlPanel2.Controls.Add(this.label3);
            this.tabControlPanel2.Controls.Add(this.checkBox1);
            this.tabControlPanel2.Controls.Add(this.textBox1);
            this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
            this.tabControlPanel2.Name = "tabControlPanel2";
            this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel2.Size = new System.Drawing.Size(642, 116);
            this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
            this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
            this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel2.Style.GradientAngle = 90;
            this.tabControlPanel2.TabIndex = 2;
            this.tabControlPanel2.TabItem = this.tabItem2;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label2.Font = new System.Drawing.Font("宋体", 9F);
            this.label2.Location = new System.Drawing.Point(196, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 12;
            this.label2.Text = "全字符匹配";
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(34, 21);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(77, 80);
            this.pictureBox1.TabIndex = 11;
            this.pictureBox1.TabStop = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label3.Font = new System.Drawing.Font("宋体", 9F);
            this.label3.Location = new System.Drawing.Point(173, 33);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 10;
            this.label3.Text = "姓名";
            // 
            // tabItem2
            // 
            this.tabItem2.AttachedControl = this.tabControlPanel2;
            this.tabItem2.Name = "tabItem2";
            this.tabItem2.Text = "操作员";
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 557);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(693, 0);
            this.dockSite4.TabIndex = 26;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite1.Location = new System.Drawing.Point(0, 57);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 500);
            this.dockSite1.TabIndex = 23;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite2.Location = new System.Drawing.Point(693, 57);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 500);
            this.dockSite2.TabIndex = 24;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 557);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(693, 0);
            this.dockSite8.TabIndex = 30;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 57);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 500);
            this.dockSite5.TabIndex = 27;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(693, 57);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 500);
            this.dockSite6.TabIndex = 28;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(693, 57);
            this.dockSite7.TabIndex = 29;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.button1,
            this.button3,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(103, 57);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "按钮菜单";
            // 
            // button1
            // 
            this.button1.Icon = ((System.Drawing.Icon)(resources.GetObject("button1.Icon")));
            this.button1.ImagePaddingHorizontal = 8;
            this.button1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.button1.Name = "button1";
            this.button1.Text = "查询";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button3
            // 
            this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
            this.button3.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.button3.ImagePaddingHorizontal = 8;
            this.button3.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.button3.Name = "button3";
            this.button3.Text = "关闭";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite3.Location = new System.Drawing.Point(0, 57);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(693, 0);
            this.dockSite3.TabIndex = 25;
            this.dockSite3.TabStop = false;
            // 
            // RiZhi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.ClientSize = new System.Drawing.Size(693, 557);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RiZhi";
            this.Text = "系统日志";
            this.Load += new System.EventHandler(this.RiZhi_Load);
            this.panelEx1.ResumeLayout(false);
            this.panelEx2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabControlPanel3.ResumeLayout(false);
            this.tabControlPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            this.tabControlPanel1.ResumeLayout(false);
            this.tabControlPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.tabControlPanel2.ResumeLayout(false);
            this.tabControlPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);

        }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
     this.List1          = new GlacialComponents.Controls.GlacialList();
     this.fontSizeUpDown = new System.Windows.Forms.NumericUpDown();
     this.List2          = new GlacialComponents.Controls.GlacialList();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.fontSizeUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // List1
     //
     this.List1.AllowColumnResize      = false;
     this.List1.AllowMultiselect       = false;
     this.List1.AlternateBackground    = System.Drawing.Color.DarkGreen;
     this.List1.AlternatingColors      = false;
     this.List1.AutoHeight             = false;
     this.List1.BackColor              = System.Drawing.Color.Black;
     this.List1.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType   = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes              = false;
     glColumn1.ImageIndex              = -1;
     glColumn1.Name          = "Column1";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "Column";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 100;
     this.List1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.List1.ControlStyle         = GlacialComponents.Controls.GLControlStyles.XP;
     this.List1.Dock                 = System.Windows.Forms.DockStyle.Left;
     this.List1.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.List1.FullRowSelect        = true;
     this.List1.GridColor            = System.Drawing.Color.White;
     this.List1.GridLines            = GlacialComponents.Controls.GLGridLines.gridVertical;
     this.List1.GridLineStyle        = GlacialComponents.Controls.GLGridLineStyles.gridNone;
     this.List1.GridTypes            = GlacialComponents.Controls.GLGridTypes.gridNormal;
     this.List1.HeaderHeight         = 0;
     this.List1.HeaderVisible        = false;
     this.List1.HeaderWordWrap       = false;
     this.List1.HotColumnTracking    = false;
     this.List1.HotItemTracking      = false;
     this.List1.HotTrackingColor     = System.Drawing.Color.LightGray;
     this.List1.HoverEvents          = false;
     this.List1.HoverTime            = 1;
     this.List1.ImageList            = null;
     this.List1.ItemHeight           = 17;
     this.List1.ItemWordWrap         = false;
     this.List1.Location             = new System.Drawing.Point(0, 0);
     this.List1.Name                 = "List1";
     this.List1.Selectable           = false;
     this.List1.SelectedTextColor    = System.Drawing.Color.Black;
     this.List1.SelectionColor       = System.Drawing.Color.White;
     this.List1.ShowBorder           = false;
     this.List1.ShowFocusRect        = false;
     this.List1.Size                 = new System.Drawing.Size(272, 364);
     this.List1.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.List1.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.List1.TabIndex             = 0;
     this.List1.Text                 = "glacialList1";
     //
     // fontSizeUpDown
     //
     this.fontSizeUpDown.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fontSizeUpDown.BackColor = System.Drawing.Color.Black;
     this.fontSizeUpDown.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fontSizeUpDown.ForeColor = System.Drawing.Color.White;
     this.fontSizeUpDown.Location  = new System.Drawing.Point(598, 0);
     this.fontSizeUpDown.Maximum   = new decimal(new int[] {
         72,
         0,
         0,
         0
     });
     this.fontSizeUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.fontSizeUpDown.Name     = "fontSizeUpDown";
     this.fontSizeUpDown.Size     = new System.Drawing.Size(50, 26);
     this.fontSizeUpDown.TabIndex = 1;
     this.fontSizeUpDown.Value    = new decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.fontSizeUpDown.ValueChanged += new System.EventHandler(this.fontSizeUpDown_ValueChanged);
     //
     // List2
     //
     this.List2.AllowColumnResize      = false;
     this.List2.AllowMultiselect       = false;
     this.List2.AlternateBackground    = System.Drawing.Color.DarkGreen;
     this.List2.AlternatingColors      = false;
     this.List2.AutoHeight             = false;
     this.List2.BackColor              = System.Drawing.Color.Black;
     this.List2.BackgroundStretchToFit = true;
     glColumn2.ActivatedEmbeddedType   = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn2.CheckBoxes              = false;
     glColumn2.ImageIndex              = -1;
     glColumn2.Name          = "Column1";
     glColumn2.NumericSort   = false;
     glColumn2.Text          = "Column";
     glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width         = 100;
     this.List2.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn2
     });
     this.List2.ControlStyle         = GlacialComponents.Controls.GLControlStyles.XP;
     this.List2.Dock                 = System.Windows.Forms.DockStyle.Right;
     this.List2.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.List2.FullRowSelect        = true;
     this.List2.GridColor            = System.Drawing.Color.White;
     this.List2.GridLines            = GlacialComponents.Controls.GLGridLines.gridVertical;
     this.List2.GridLineStyle        = GlacialComponents.Controls.GLGridLineStyles.gridNone;
     this.List2.GridTypes            = GlacialComponents.Controls.GLGridTypes.gridNormal;
     this.List2.HeaderHeight         = 0;
     this.List2.HeaderVisible        = false;
     this.List2.HeaderWordWrap       = false;
     this.List2.HotColumnTracking    = false;
     this.List2.HotItemTracking      = false;
     this.List2.HotTrackingColor     = System.Drawing.Color.LightGray;
     this.List2.HoverEvents          = false;
     this.List2.HoverTime            = 1;
     this.List2.ImageList            = null;
     this.List2.ItemHeight           = 17;
     this.List2.ItemWordWrap         = false;
     this.List2.Location             = new System.Drawing.Point(385, 0);
     this.List2.Name                 = "List2";
     this.List2.Selectable           = false;
     this.List2.SelectedTextColor    = System.Drawing.Color.Black;
     this.List2.SelectionColor       = System.Drawing.Color.White;
     this.List2.ShowBorder           = false;
     this.List2.ShowFocusRect        = false;
     this.List2.Size                 = new System.Drawing.Size(263, 364);
     this.List2.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.List2.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.List2.TabIndex             = 0;
     this.List2.Text                 = "glacialList1";
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.label1.BackColor   = System.Drawing.Color.Black;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label1.Cursor      = System.Windows.Forms.Cursors.SizeWE;
     this.label1.Location    = new System.Drawing.Point(304, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(5, 364);
     this.label1.TabIndex    = 2;
     this.label1.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.label1_MouseMove);
     this.label1.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.label1_MouseDown);
     this.label1.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.label1_MouseUp);
     //
     // ParameterGreatScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(648, 364);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.fontSizeUpDown);
     this.Controls.Add(this.List1);
     this.Controls.Add(this.List2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "ParameterGreatScreen";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Functions";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.ParameterGreatScreen_FormClosing);
     this.Resize         += new System.EventHandler(this.ParameterGreatScreen_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.fontSizeUpDown)).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()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     this.addButton            = new System.Windows.Forms.Button();
     this.removeButton         = new System.Windows.Forms.Button();
     this.visibleButton        = new System.Windows.Forms.Button();
     this.settingsButton       = new System.Windows.Forms.Button();
     this.colorButton          = new System.Windows.Forms.Button();
     this.changeFunctionButton = new System.Windows.Forms.Button();
     this.List         = new GlacialComponents.Controls.GlacialList();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.menuStrip1   = new System.Windows.Forms.MenuStrip();
     this.shortkeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.addToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.visibleToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.colorToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.refreshToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // addButton
     //
     this.addButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.addButton.BackColor = System.Drawing.Color.Black;
     this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.addButton.ForeColor = System.Drawing.Color.White;
     this.addButton.Location  = new System.Drawing.Point(12, 315);
     this.addButton.Name      = "addButton";
     this.addButton.Size      = new System.Drawing.Size(75, 23);
     this.addButton.TabIndex  = 1;
     this.addButton.Text      = "Add";
     this.addButton.UseVisualStyleBackColor = false;
     this.addButton.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // removeButton
     //
     this.removeButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.removeButton.BackColor = System.Drawing.Color.Black;
     this.removeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.removeButton.ForeColor = System.Drawing.Color.White;
     this.removeButton.Location  = new System.Drawing.Point(93, 315);
     this.removeButton.Name      = "removeButton";
     this.removeButton.Size      = new System.Drawing.Size(75, 23);
     this.removeButton.TabIndex  = 2;
     this.removeButton.Text      = "Remove";
     this.removeButton.UseVisualStyleBackColor = false;
     this.removeButton.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // visibleButton
     //
     this.visibleButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.visibleButton.BackColor = System.Drawing.Color.Black;
     this.visibleButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.visibleButton.ForeColor = System.Drawing.Color.White;
     this.visibleButton.Location  = new System.Drawing.Point(12, 344);
     this.visibleButton.Name      = "visibleButton";
     this.visibleButton.Size      = new System.Drawing.Size(75, 23);
     this.visibleButton.TabIndex  = 3;
     this.visibleButton.Text      = "Visible";
     this.visibleButton.UseVisualStyleBackColor = false;
     this.visibleButton.Click += new System.EventHandler(this.visibleToolStripMenuItem_Click);
     //
     // settingsButton
     //
     this.settingsButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.settingsButton.BackColor = System.Drawing.Color.Black;
     this.settingsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.settingsButton.ForeColor = System.Drawing.Color.White;
     this.settingsButton.Location  = new System.Drawing.Point(174, 344);
     this.settingsButton.Name      = "settingsButton";
     this.settingsButton.Size      = new System.Drawing.Size(75, 23);
     this.settingsButton.TabIndex  = 4;
     this.settingsButton.Text      = "Settings";
     this.settingsButton.UseVisualStyleBackColor = false;
     this.settingsButton.Click += new System.EventHandler(this.settingsButton_Click);
     //
     // colorButton
     //
     this.colorButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.colorButton.BackColor = System.Drawing.Color.Black;
     this.colorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.colorButton.ForeColor = System.Drawing.Color.White;
     this.colorButton.Location  = new System.Drawing.Point(93, 344);
     this.colorButton.Name      = "colorButton";
     this.colorButton.Size      = new System.Drawing.Size(75, 23);
     this.colorButton.TabIndex  = 5;
     this.colorButton.Text      = "Color";
     this.colorButton.UseVisualStyleBackColor = false;
     this.colorButton.Click += new System.EventHandler(this.colorToolStripMenuItem_Click);
     //
     // changeFunctionButton
     //
     this.changeFunctionButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.changeFunctionButton.BackColor = System.Drawing.Color.Black;
     this.changeFunctionButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.changeFunctionButton.ForeColor = System.Drawing.Color.White;
     this.changeFunctionButton.Location  = new System.Drawing.Point(174, 315);
     this.changeFunctionButton.Name      = "changeFunctionButton";
     this.changeFunctionButton.Size      = new System.Drawing.Size(75, 23);
     this.changeFunctionButton.TabIndex  = 6;
     this.changeFunctionButton.Text      = "Edit";
     this.changeFunctionButton.UseVisualStyleBackColor = false;
     this.changeFunctionButton.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // List
     //
     this.List.AllowColumnResize   = true;
     this.List.AllowDrop           = true;
     this.List.AllowMultiselect    = true;
     this.List.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.List.AlternatingColors   = false;
     this.List.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.List.AutoHeight             = true;
     this.List.BackColor              = System.Drawing.Color.Black;
     this.List.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType  = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes             = true;
     glColumn1.ImageIndex             = -1;
     glColumn1.Name          = "FunctionNameColumn";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "Function Name";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 200;
     this.List.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.List.ControlStyle         = GlacialComponents.Controls.GLControlStyles.XP;
     this.List.Font                 = new System.Drawing.Font("Courier New", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.List.ForeColor            = System.Drawing.Color.Black;
     this.List.FullRowSelect        = true;
     this.List.GridColor            = System.Drawing.Color.White;
     this.List.GridLines            = GlacialComponents.Controls.GLGridLines.gridVertical;
     this.List.GridLineStyle        = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.List.GridTypes            = GlacialComponents.Controls.GLGridTypes.gridNormal;
     this.List.HeaderHeight         = 0;
     this.List.HeaderVisible        = false;
     this.List.HeaderWordWrap       = false;
     this.List.HotColumnTracking    = false;
     this.List.HotItemTracking      = false;
     this.List.HotTrackingColor     = System.Drawing.Color.LightGray;
     this.List.HoverEvents          = false;
     this.List.HoverTime            = 1;
     this.List.ImageList            = null;
     this.List.ItemHeight           = 22;
     this.List.ItemWordWrap         = false;
     this.List.Location             = new System.Drawing.Point(12, 12);
     this.List.Name                 = "List";
     this.List.Selectable           = true;
     this.List.SelectedTextColor    = System.Drawing.Color.Black;
     this.List.SelectionColor       = System.Drawing.Color.White;
     this.List.ShowBorder           = true;
     this.List.ShowFocusRect        = true;
     this.List.Size                 = new System.Drawing.Size(237, 297);
     this.List.SortType             = GlacialComponents.Controls.SortTypes.None;
     this.List.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.List.TabIndex             = 7;
     this.List.Click               += new System.EventHandler(this.List_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.shortkeysToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(262, 24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text     = "menuStrip1";
     this.menuStrip1.Visible  = false;
     //
     // shortkeysToolStripMenuItem
     //
     this.shortkeysToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deleteToolStripMenuItem,
         this.addToolStripMenuItem,
         this.editToolStripMenuItem,
         this.visibleToolStripMenuItem,
         this.colorToolStripMenuItem,
         this.refreshToolStripMenuItem,
         this.selectAllToolStripMenuItem,
         this.deleteAllToolStripMenuItem
     });
     this.shortkeysToolStripMenuItem.Name = "shortkeysToolStripMenuItem";
     this.shortkeysToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
     this.shortkeysToolStripMenuItem.Text = "Shortkeys";
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Name         = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
     this.deleteToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.deleteToolStripMenuItem.Text         = "Delete";
     this.deleteToolStripMenuItem.Click       += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Name         = "addToolStripMenuItem";
     this.addToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F3;
     this.addToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.addToolStripMenuItem.Text         = "Add";
     this.addToolStripMenuItem.Click       += new System.EventHandler(this.addToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Name         = "editToolStripMenuItem";
     this.editToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F2;
     this.editToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.editToolStripMenuItem.Text         = "Edit";
     this.editToolStripMenuItem.Click       += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // visibleToolStripMenuItem
     //
     this.visibleToolStripMenuItem.Name         = "visibleToolStripMenuItem";
     this.visibleToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F6;
     this.visibleToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.visibleToolStripMenuItem.Text         = "Visible";
     this.visibleToolStripMenuItem.Click       += new System.EventHandler(this.visibleToolStripMenuItem_Click);
     //
     // colorToolStripMenuItem
     //
     this.colorToolStripMenuItem.Name         = "colorToolStripMenuItem";
     this.colorToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
     this.colorToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.colorToolStripMenuItem.Text         = "Color";
     this.colorToolStripMenuItem.Click       += new System.EventHandler(this.colorToolStripMenuItem_Click);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name         = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
     this.refreshToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.refreshToolStripMenuItem.Text         = "Refresh";
     this.refreshToolStripMenuItem.Click       += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     //
     // selectAllToolStripMenuItem
     //
     this.selectAllToolStripMenuItem.Name         = "selectAllToolStripMenuItem";
     this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
     this.selectAllToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.selectAllToolStripMenuItem.Text         = "Select all";
     this.selectAllToolStripMenuItem.Click       += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
     //
     // deleteAllToolStripMenuItem
     //
     this.deleteAllToolStripMenuItem.Name         = "deleteAllToolStripMenuItem";
     this.deleteAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete)));
     this.deleteAllToolStripMenuItem.Size         = new System.Drawing.Size(177, 22);
     this.deleteAllToolStripMenuItem.Text         = "DeleteAll";
     this.deleteAllToolStripMenuItem.Click       += new System.EventHandler(this.deleteAllToolStripMenuItem_Click);
     //
     // FunctionsItemsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(262, 379);
     this.Controls.Add(this.List);
     this.Controls.Add(this.changeFunctionButton);
     this.Controls.Add(this.colorButton);
     this.Controls.Add(this.settingsButton);
     this.Controls.Add(this.visibleButton);
     this.Controls.Add(this.removeButton);
     this.Controls.Add(this.addButton);
     this.Controls.Add(this.menuStrip1);
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MainMenuStrip   = this.menuStrip1;
     this.MinimizeBox     = false;
     this.Name            = "FunctionsItemsForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Functions";
     this.TransparencyKey = System.Drawing.Color.Magenta;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FunctionsItemsForm_FormClosing);
     this.Resize         += new System.EventHandler(this.FunctionsItemsForm_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationForm));
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            this.downloadClient = new System.Net.WebClient();
            this.iconTT = new System.Windows.Forms.ToolTip(this.components);
            this.picDownloadTrack = new System.Windows.Forms.PictureBox();
            this.picFacebook = new System.Windows.Forms.PictureBox();
            this.picTwitter = new System.Windows.Forms.PictureBox();
            this.picSettings = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lst_TrackListView = new GlacialComponents.Controls.GlacialList();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.tsProgressBar = new System.Windows.Forms.ToolStripProgressBar();
            this.tsStatusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsDownloadText = new System.Windows.Forms.ToolStripStatusLabel();
            this.bgWorker = new System.ComponentModel.BackgroundWorker();
            this.pnlMiscSettings = new System.Windows.Forms.Panel();
            this.tabSearchTabs = new System.Windows.Forms.TabControl();
            this.pnlTrackControl = new System.Windows.Forms.Panel();
            this.picDurationSeek = new System.Windows.Forms.PictureBox();
            this.lblCurrentTime = new System.Windows.Forms.Label();
            this.lblNowPlayingOther = new System.Windows.Forms.Label();
            this.picDurationBar = new System.Windows.Forms.PictureBox();
            this.lblNowPlaying = new System.Windows.Forms.Label();
            this.picPlayButton = new System.Windows.Forms.PictureBox();
            this.axWMP = new AxWMPLib.AxWindowsMediaPlayer();
            this.picDownload = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.picVolumeButton = new System.Windows.Forms.PictureBox();
            this.picVolumeBar = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.picSearchBox = new System.Windows.Forms.PictureBox();
            this.txtSearchBox = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.picDownloadTrack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFacebook)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picTwitter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSettings)).BeginInit();
            this.panel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.pnlMiscSettings.SuspendLayout();
            this.pnlTrackControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picDurationSeek)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDurationBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picPlayButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axWMP)).BeginInit();
            this.picDownload.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picVolumeButton)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picVolumeBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSearchBox)).BeginInit();
            this.SuspendLayout();
            // 
            // downloadClient
            // 
            this.downloadClient.BaseAddress = "";
            this.downloadClient.CachePolicy = null;
            this.downloadClient.Credentials = null;
            this.downloadClient.Encoding = ((System.Text.Encoding)(resources.GetObject("downloadClient.Encoding")));
            this.downloadClient.Headers = ((System.Net.WebHeaderCollection)(resources.GetObject("downloadClient.Headers")));
            this.downloadClient.QueryString = ((System.Collections.Specialized.NameValueCollection)(resources.GetObject("downloadClient.QueryString")));
            this.downloadClient.UseDefaultCredentials = false;
            this.downloadClient.DownloadFileCompleted += new System.ComponentModel.AsyncCompletedEventHandler(this.downloadClient_DownloadFileCompleted);
            this.downloadClient.DownloadProgressChanged += new System.Net.DownloadProgressChangedEventHandler(this.downloadClient_DownloadProgressChanged);
            // 
            // picDownloadTrack
            // 
            this.picDownloadTrack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picDownloadTrack.BackColor = System.Drawing.Color.Transparent;
            this.picDownloadTrack.BackgroundImage = global::Downstream.Properties.Resources.download;
            this.picDownloadTrack.Location = new System.Drawing.Point(660, 6);
            this.picDownloadTrack.Name = "picDownloadTrack";
            this.picDownloadTrack.Size = new System.Drawing.Size(32, 32);
            this.picDownloadTrack.TabIndex = 10;
            this.picDownloadTrack.TabStop = false;
            this.iconTT.SetToolTip(this.picDownloadTrack, "Download Selected Track(s)");
            this.picDownloadTrack.Click += new System.EventHandler(this.picDownloadTrack_Click);
            // 
            // picFacebook
            // 
            this.picFacebook.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picFacebook.BackColor = System.Drawing.Color.Transparent;
            this.picFacebook.BackgroundImage = global::Downstream.Properties.Resources.facebook;
            this.picFacebook.Location = new System.Drawing.Point(740, 6);
            this.picFacebook.Name = "picFacebook";
            this.picFacebook.Size = new System.Drawing.Size(32, 32);
            this.picFacebook.TabIndex = 3;
            this.picFacebook.TabStop = false;
            this.iconTT.SetToolTip(this.picFacebook, "Post the current track as a Facebook Status");
            this.picFacebook.Click += new System.EventHandler(this.picFacebook_Click);
            // 
            // picTwitter
            // 
            this.picTwitter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picTwitter.BackColor = System.Drawing.Color.Transparent;
            this.picTwitter.BackgroundImage = global::Downstream.Properties.Resources.twitter;
            this.picTwitter.Location = new System.Drawing.Point(700, 6);
            this.picTwitter.Name = "picTwitter";
            this.picTwitter.Size = new System.Drawing.Size(32, 32);
            this.picTwitter.TabIndex = 7;
            this.picTwitter.TabStop = false;
            this.iconTT.SetToolTip(this.picTwitter, "Tweet the current track");
            this.picTwitter.Click += new System.EventHandler(this.picTwitter_Click);
            // 
            // picSettings
            // 
            this.picSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picSettings.BackColor = System.Drawing.Color.Transparent;
            this.picSettings.Image = global::Downstream.Properties.Resources.SettingsImage;
            this.picSettings.Location = new System.Drawing.Point(620, 6);
            this.picSettings.Name = "picSettings";
            this.picSettings.Size = new System.Drawing.Size(32, 32);
            this.picSettings.TabIndex = 8;
            this.picSettings.TabStop = false;
            this.iconTT.SetToolTip(this.picSettings, "Downstream Preferences");
            this.picSettings.Click += new System.EventHandler(this.picSettings_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lst_TrackListView);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.panel1.Location = new System.Drawing.Point(0, 188);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(784, 287);
            this.panel1.TabIndex = 4;
            // 
            // lst_TrackListView
            // 
            this.lst_TrackListView.AllowColumnResize = true;
            this.lst_TrackListView.AllowMultiselect = true;
            this.lst_TrackListView.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.lst_TrackListView.AlternatingColors = false;
            this.lst_TrackListView.AutoHeight = true;
            this.lst_TrackListView.BackColor = System.Drawing.Color.White;
            this.lst_TrackListView.BackgroundImage = global::Downstream.Properties.Resources.formbackground;
            this.lst_TrackListView.BackgroundStretchToFit = true;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "col_TrackTitle";
            glColumn4.NumericSort = false;
            glColumn4.Text = "Track Title";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 300;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "col_TrackArtist";
            glColumn5.NumericSort = false;
            glColumn5.Text = "Track Artist";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 250;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "col_TrackAlbum";
            glColumn6.NumericSort = false;
            glColumn6.Text = "Track Album";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn6.Width = 200;
            this.lst_TrackListView.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn4,
            glColumn5,
            glColumn6});
            this.lst_TrackListView.ControlStyle = GlacialComponents.Controls.GLControlStyles.XP;
            this.lst_TrackListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lst_TrackListView.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
            this.lst_TrackListView.FullRowSelect = true;
            this.lst_TrackListView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.lst_TrackListView.GridLines = GlacialComponents.Controls.GLGridLines.gridVertical;
            this.lst_TrackListView.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridDashed;
            this.lst_TrackListView.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.lst_TrackListView.HeaderHeight = 22;
            this.lst_TrackListView.HeaderVisible = true;
            this.lst_TrackListView.HeaderWordWrap = false;
            this.lst_TrackListView.HotColumnTracking = false;
            this.lst_TrackListView.HotItemTracking = false;
            this.lst_TrackListView.HotTrackingColor = System.Drawing.Color.White;
            this.lst_TrackListView.HoverEvents = false;
            this.lst_TrackListView.HoverTime = 1;
            this.lst_TrackListView.ImageList = null;
            this.lst_TrackListView.ItemHeight = 20;
            this.lst_TrackListView.ItemWordWrap = false;
            this.lst_TrackListView.Location = new System.Drawing.Point(0, 0);
            this.lst_TrackListView.Name = "lst_TrackListView";
            this.lst_TrackListView.Selectable = true;
            this.lst_TrackListView.SelectedTextColor = System.Drawing.Color.White;
            this.lst_TrackListView.SelectionColor = System.Drawing.Color.DarkBlue;
            this.lst_TrackListView.ShowBorder = true;
            this.lst_TrackListView.ShowFocusRect = false;
            this.lst_TrackListView.Size = new System.Drawing.Size(784, 287);
            this.lst_TrackListView.SortType = GlacialComponents.Controls.SortTypes.QuickSort;
            this.lst_TrackListView.SuperFlatHeaderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.lst_TrackListView.TabIndex = 0;
            this.lst_TrackListView.Text = "Track List";
            this.lst_TrackListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lst_TrackListView_MouseDoubleClick);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsProgressBar,
            this.tsStatusText,
            this.tsDownloadText});
            this.statusStrip1.Location = new System.Drawing.Point(0, 475);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(784, 22);
            this.statusStrip1.TabIndex = 3;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tsProgressBar
            // 
            this.tsProgressBar.Name = "tsProgressBar";
            this.tsProgressBar.Size = new System.Drawing.Size(100, 16);
            // 
            // tsStatusText
            // 
            this.tsStatusText.Name = "tsStatusText";
            this.tsStatusText.Size = new System.Drawing.Size(0, 17);
            // 
            // tsDownloadText
            // 
            this.tsDownloadText.Name = "tsDownloadText";
            this.tsDownloadText.Size = new System.Drawing.Size(0, 17);
            // 
            // bgWorker
            // 
            this.bgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork);
            this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted);
            // 
            // pnlMiscSettings
            // 
            this.pnlMiscSettings.BackgroundImage = global::Downstream.Properties.Resources.SearchBarBackground;
            this.pnlMiscSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pnlMiscSettings.Controls.Add(this.picDownloadTrack);
            this.pnlMiscSettings.Controls.Add(this.picFacebook);
            this.pnlMiscSettings.Controls.Add(this.picTwitter);
            this.pnlMiscSettings.Controls.Add(this.picSettings);
            this.pnlMiscSettings.Controls.Add(this.tabSearchTabs);
            this.pnlMiscSettings.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlMiscSettings.Location = new System.Drawing.Point(0, 141);
            this.pnlMiscSettings.Name = "pnlMiscSettings";
            this.pnlMiscSettings.Size = new System.Drawing.Size(784, 47);
            this.pnlMiscSettings.TabIndex = 5;
            // 
            // tabSearchTabs
            // 
            this.tabSearchTabs.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tabSearchTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabSearchTabs.Location = new System.Drawing.Point(0, 23);
            this.tabSearchTabs.Name = "tabSearchTabs";
            this.tabSearchTabs.SelectedIndex = 0;
            this.tabSearchTabs.Size = new System.Drawing.Size(784, 24);
            this.tabSearchTabs.TabIndex = 9;
            this.tabSearchTabs.Visible = false;
            this.tabSearchTabs.SelectedIndexChanged += new System.EventHandler(this.tabSearchTabs_SelectedIndexChanged);
            this.tabSearchTabs.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabSearchTabs_MouseClick);
            // 
            // pnlTrackControl
            // 
            this.pnlTrackControl.BackColor = System.Drawing.Color.Transparent;
            this.pnlTrackControl.BackgroundImage = global::Downstream.Properties.Resources.FormBG;
            this.pnlTrackControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pnlTrackControl.Controls.Add(this.picDurationSeek);
            this.pnlTrackControl.Controls.Add(this.lblCurrentTime);
            this.pnlTrackControl.Controls.Add(this.lblNowPlayingOther);
            this.pnlTrackControl.Controls.Add(this.picDurationBar);
            this.pnlTrackControl.Controls.Add(this.lblNowPlaying);
            this.pnlTrackControl.Controls.Add(this.picPlayButton);
            this.pnlTrackControl.Controls.Add(this.axWMP);
            this.pnlTrackControl.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlTrackControl.Location = new System.Drawing.Point(0, 62);
            this.pnlTrackControl.Name = "pnlTrackControl";
            this.pnlTrackControl.Size = new System.Drawing.Size(784, 79);
            this.pnlTrackControl.TabIndex = 1;
            // 
            // picDurationSeek
            // 
            this.picDurationSeek.BackColor = System.Drawing.Color.Transparent;
            this.picDurationSeek.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.picDurationSeek.Image = ((System.Drawing.Image)(resources.GetObject("picDurationSeek.Image")));
            this.picDurationSeek.Location = new System.Drawing.Point(86, 55);
            this.picDurationSeek.Name = "picDurationSeek";
            this.picDurationSeek.Size = new System.Drawing.Size(16, 16);
            this.picDurationSeek.TabIndex = 14;
            this.picDurationSeek.TabStop = false;
            this.picDurationSeek.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picDurationSeek_MouseDown);
            this.picDurationSeek.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picDurationSeek_MouseMove);
            this.picDurationSeek.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picDurationSeek_MouseUp);
            // 
            // lblCurrentTime
            // 
            this.lblCurrentTime.AutoSize = true;
            this.lblCurrentTime.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCurrentTime.ForeColor = System.Drawing.Color.Gainsboro;
            this.lblCurrentTime.Location = new System.Drawing.Point(342, 55);
            this.lblCurrentTime.Name = "lblCurrentTime";
            this.lblCurrentTime.Size = new System.Drawing.Size(34, 15);
            this.lblCurrentTime.TabIndex = 15;
            this.lblCurrentTime.Text = "00:00";
            // 
            // lblNowPlayingOther
            // 
            this.lblNowPlayingOther.AutoSize = true;
            this.lblNowPlayingOther.Font = new System.Drawing.Font("Segoe UI", 9.75F);
            this.lblNowPlayingOther.ForeColor = System.Drawing.Color.White;
            this.lblNowPlayingOther.Location = new System.Drawing.Point(83, 35);
            this.lblNowPlayingOther.Name = "lblNowPlayingOther";
            this.lblNowPlayingOther.Size = new System.Drawing.Size(88, 17);
            this.lblNowPlayingOther.TabIndex = 13;
            this.lblNowPlayingOther.Text = "Artist - Album";
            // 
            // picDurationBar
            // 
            this.picDurationBar.Image = ((System.Drawing.Image)(resources.GetObject("picDurationBar.Image")));
            this.picDurationBar.Location = new System.Drawing.Point(86, 60);
            this.picDurationBar.Name = "picDurationBar";
            this.picDurationBar.Size = new System.Drawing.Size(250, 10);
            this.picDurationBar.TabIndex = 12;
            this.picDurationBar.TabStop = false;
            // 
            // lblNowPlaying
            // 
            this.lblNowPlaying.AutoSize = true;
            this.lblNowPlaying.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblNowPlaying.ForeColor = System.Drawing.Color.White;
            this.lblNowPlaying.Location = new System.Drawing.Point(82, 15);
            this.lblNowPlaying.Name = "lblNowPlaying";
            this.lblNowPlaying.Size = new System.Drawing.Size(92, 20);
            this.lblNowPlaying.TabIndex = 11;
            this.lblNowPlaying.Text = "Now Playing";
            // 
            // picPlayButton
            // 
            this.picPlayButton.Image = ((System.Drawing.Image)(resources.GetObject("picPlayButton.Image")));
            this.picPlayButton.Location = new System.Drawing.Point(12, 6);
            this.picPlayButton.Name = "picPlayButton";
            this.picPlayButton.Size = new System.Drawing.Size(64, 64);
            this.picPlayButton.TabIndex = 10;
            this.picPlayButton.TabStop = false;
            this.picPlayButton.Click += new System.EventHandler(this.picPlayButton_Click);
            // 
            // axWMP
            // 
            this.axWMP.Enabled = true;
            this.axWMP.Location = new System.Drawing.Point(553, 35);
            this.axWMP.Name = "axWMP";
            this.axWMP.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWMP.OcxState")));
            this.axWMP.Size = new System.Drawing.Size(219, 35);
            this.axWMP.TabIndex = 9;
            this.axWMP.TabStop = false;
            this.axWMP.Visible = false;
            // 
            // picDownload
            // 
            this.picDownload.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
            this.picDownload.BackgroundImage = global::Downstream.Properties.Resources.SearchBarBackground;
            this.picDownload.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.picDownload.Controls.Add(this.panel3);
            this.picDownload.Controls.Add(this.label1);
            this.picDownload.Controls.Add(this.picSearchBox);
            this.picDownload.Controls.Add(this.txtSearchBox);
            this.picDownload.Dock = System.Windows.Forms.DockStyle.Top;
            this.picDownload.Location = new System.Drawing.Point(0, 0);
            this.picDownload.Name = "picDownload";
            this.picDownload.Size = new System.Drawing.Size(784, 62);
            this.picDownload.TabIndex = 0;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.picVolumeButton);
            this.panel3.Controls.Add(this.picVolumeBar);
            this.panel3.Location = new System.Drawing.Point(613, 20);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(121, 22);
            this.panel3.TabIndex = 4;
            this.panel3.Visible = false;
            // 
            // picVolumeButton
            // 
            this.picVolumeButton.Image = ((System.Drawing.Image)(resources.GetObject("picVolumeButton.Image")));
            this.picVolumeButton.Location = new System.Drawing.Point(52, 3);
            this.picVolumeButton.Name = "picVolumeButton";
            this.picVolumeButton.Size = new System.Drawing.Size(16, 16);
            this.picVolumeButton.TabIndex = 5;
            this.picVolumeButton.TabStop = false;
            this.picVolumeButton.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picVolumeButton_MouseDown);
            this.picVolumeButton.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picVolumeButton_MouseMove);
            this.picVolumeButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picVolumeButton_MouseUp);
            // 
            // picVolumeBar
            // 
            this.picVolumeBar.BackgroundImage = global::Downstream.Properties.Resources.VolumeBar;
            this.picVolumeBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.picVolumeBar.Location = new System.Drawing.Point(7, 7);
            this.picVolumeBar.Name = "picVolumeBar";
            this.picVolumeBar.Size = new System.Drawing.Size(100, 8);
            this.picVolumeBar.TabIndex = 3;
            this.picVolumeBar.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(3, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 17);
            this.label1.TabIndex = 2;
            this.label1.Text = "SEARCH";
            // 
            // picSearchBox
            // 
            this.picSearchBox.BackColor = System.Drawing.Color.White;
            this.picSearchBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picSearchBox.Image = global::Downstream.Properties.Resources.searchbutton;
            this.picSearchBox.Location = new System.Drawing.Point(469, 22);
            this.picSearchBox.Name = "picSearchBox";
            this.picSearchBox.Size = new System.Drawing.Size(120, 20);
            this.picSearchBox.TabIndex = 1;
            this.picSearchBox.TabStop = false;
            this.picSearchBox.Click += new System.EventHandler(this.picSearchBox_Click);
            this.picSearchBox.MouseEnter += new System.EventHandler(this.picSearchBox_MouseEnter);
            this.picSearchBox.MouseLeave += new System.EventHandler(this.picSearchBox_MouseLeave);
            // 
            // txtSearchBox
            // 
            this.txtSearchBox.BackColor = System.Drawing.Color.Gray;
            this.txtSearchBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtSearchBox.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtSearchBox.ForeColor = System.Drawing.Color.Gainsboro;
            this.txtSearchBox.Location = new System.Drawing.Point(6, 20);
            this.txtSearchBox.Name = "txtSearchBox";
            this.txtSearchBox.Size = new System.Drawing.Size(457, 22);
            this.txtSearchBox.TabIndex = 0;
            this.txtSearchBox.Text = "Search by Artist, Song Name or Album";
            this.txtSearchBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtSearchBox_MouseClick);
            this.txtSearchBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearchBox_KeyDown);
            this.txtSearchBox.Leave += new System.EventHandler(this.txtSearchBox_Leave);
            // 
            // ApplicationForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(784, 497);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.pnlMiscSettings);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.pnlTrackControl);
            this.Controls.Add(this.picDownload);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(770, 460);
            this.Name = "ApplicationForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Downstream";
            ((System.ComponentModel.ISupportInitialize)(this.picDownloadTrack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picFacebook)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picTwitter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSettings)).EndInit();
            this.panel1.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.pnlMiscSettings.ResumeLayout(false);
            this.pnlTrackControl.ResumeLayout(false);
            this.pnlTrackControl.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picDurationSeek)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDurationBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picPlayButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axWMP)).EndInit();
            this.picDownload.ResumeLayout(false);
            this.picDownload.PerformLayout();
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picVolumeButton)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picVolumeBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSearchBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMemberExpend));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn10 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn11 = new GlacialComponents.Controls.GLColumn();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
            this.TxtPsw = new System.Windows.Forms.TextBox();
            this.labelX16 = new DevComponents.DotNetBar.LabelX();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.LBLItemSys = new DevComponents.DotNetBar.LabelX();
            this.bar2 = new DevComponents.DotNetBar.Bar();
            this.BtnPlus = new DevComponents.DotNetBar.ButtonItem();
            this.BtnReduction = new DevComponents.DotNetBar.ButtonItem();
            this.labelX21 = new DevComponents.DotNetBar.LabelX();
            this.TxtItemNum = new System.Windows.Forms.TextBox();
            this.labelX20 = new DevComponents.DotNetBar.LabelX();
            this.BtnItemName = new DevComponents.DotNetBar.ButtonX();
            this.BtnItemNo = new DevComponents.DotNetBar.ButtonX();
            this.TxtUnit = new System.Windows.Forms.TextBox();
            this.TxtType = new System.Windows.Forms.TextBox();
            this.TxtIntegralFlag = new System.Windows.Forms.TextBox();
            this.TxtIntegral = new System.Windows.Forms.TextBox();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.labelX17 = new DevComponents.DotNetBar.LabelX();
            this.TxtPrice = new System.Windows.Forms.TextBox();
            this.TxtItemNo = new System.Windows.Forms.TextBox();
            this.TxtName = new System.Windows.Forms.TextBox();
            this.labelX18 = new DevComponents.DotNetBar.LabelX();
            this.lblX4 = new DevComponents.DotNetBar.LabelX();
            this.lblX3 = new DevComponents.DotNetBar.LabelX();
            this.lblX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX19 = new DevComponents.DotNetBar.LabelX();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.LBLPSW = new DevComponents.DotNetBar.LabelX();
            this.BtnNo = new DevComponents.DotNetBar.ButtonX();
            this.LBLMemberCode = new DevComponents.DotNetBar.LabelX();
            this.LBLMemberSys = new DevComponents.DotNetBar.LabelX();
            this.TxtIntegralSum = new System.Windows.Forms.TextBox();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.TxtRealMoney = new System.Windows.Forms.TextBox();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.TxtMoney = new System.Windows.Forms.TextBox();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.TxtNote = new System.Windows.Forms.TextBox();
            this.CMBDept = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.TxtExpendNo = new System.Windows.Forms.TextBox();
            this.BtnCardNo = new DevComponents.DotNetBar.ButtonX();
            this.TxtCardNo = new System.Windows.Forms.TextBox();
            this.BtnMemberNo = new DevComponents.DotNetBar.ButtonX();
            this.TxtMemberNo = new System.Windows.Forms.TextBox();
            this.BtnMemberName = new DevComponents.DotNetBar.ButtonX();
            this.TxtMemberName = new System.Windows.Forms.TextBox();
            this.TxtCardType = new System.Windows.Forms.TextBox();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.TxtDisCount = new System.Windows.Forms.TextBox();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.lblX1 = new DevComponents.DotNetBar.LabelX();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.BtnAdd = new DevComponents.DotNetBar.ButtonItem();
            this.BtnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.BtnSave = new DevComponents.DotNetBar.ButtonItem();
            this.BtnCancle = new DevComponents.DotNetBar.ButtonItem();
            this.BtnExit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.expandablePanel2.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
            this.groupPanel2.SuspendLayout();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel2);
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.groupPanel2);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 57);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(928, 503);
            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;
            // 
            // expandablePanel2
            // 
            this.expandablePanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel2.Controls.Add(this.TxtPsw);
            this.expandablePanel2.Controls.Add(this.labelX16);
            this.expandablePanel2.Controls.Add(this.buttonX5);
            this.expandablePanel2.Controls.Add(this.buttonX4);
            this.expandablePanel2.Location = new System.Drawing.Point(222, 137);
            this.expandablePanel2.Name = "expandablePanel2";
            this.expandablePanel2.Size = new System.Drawing.Size(482, 155);
            this.expandablePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel2.Style.GradientAngle = 90;
            this.expandablePanel2.TabIndex = 92;
            this.expandablePanel2.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel2.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel2.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel2.TitleStyle.GradientAngle = 90;
            this.expandablePanel2.TitleText = "会员输入密码";
            // 
            // TxtPsw
            // 
            this.TxtPsw.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtPsw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtPsw.Location = new System.Drawing.Point(111, 65);
            this.TxtPsw.MaxLength = 6;
            this.TxtPsw.Name = "TxtPsw";
            this.TxtPsw.PasswordChar = '*';
            this.TxtPsw.Size = new System.Drawing.Size(254, 21);
            this.TxtPsw.TabIndex = 83;
            this.TxtPsw.UseSystemPasswordChar = true;
            // 
            // labelX16
            // 
            this.labelX16.BackColor = System.Drawing.Color.Transparent;
            this.labelX16.Location = new System.Drawing.Point(13, 47);
            this.labelX16.Name = "labelX16";
            this.labelX16.Size = new System.Drawing.Size(222, 23);
            this.labelX16.TabIndex = 11;
            this.labelX16.Text = "请输入会员密码:";
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.Location = new System.Drawing.Point(290, 112);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(75, 23);
            this.buttonX5.TabIndex = 10;
            this.buttonX5.Text = "取消";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.Location = new System.Drawing.Point(105, 112);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(75, 23);
            this.buttonX4.TabIndex = 9;
            this.buttonX4.Text = "确定";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.AutoScroll = true;
            this.expandablePanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.LBLItemSys);
            this.expandablePanel1.Controls.Add(this.bar2);
            this.expandablePanel1.Controls.Add(this.labelX21);
            this.expandablePanel1.Controls.Add(this.TxtItemNum);
            this.expandablePanel1.Controls.Add(this.labelX20);
            this.expandablePanel1.Controls.Add(this.BtnItemName);
            this.expandablePanel1.Controls.Add(this.BtnItemNo);
            this.expandablePanel1.Controls.Add(this.TxtUnit);
            this.expandablePanel1.Controls.Add(this.TxtType);
            this.expandablePanel1.Controls.Add(this.TxtIntegralFlag);
            this.expandablePanel1.Controls.Add(this.TxtIntegral);
            this.expandablePanel1.Controls.Add(this.labelX14);
            this.expandablePanel1.Controls.Add(this.labelX17);
            this.expandablePanel1.Controls.Add(this.TxtPrice);
            this.expandablePanel1.Controls.Add(this.TxtItemNo);
            this.expandablePanel1.Controls.Add(this.TxtName);
            this.expandablePanel1.Controls.Add(this.labelX18);
            this.expandablePanel1.Controls.Add(this.lblX4);
            this.expandablePanel1.Controls.Add(this.lblX3);
            this.expandablePanel1.Controls.Add(this.lblX2);
            this.expandablePanel1.Controls.Add(this.labelX19);
            this.expandablePanel1.Controls.Add(this.glacialList1);
            this.expandablePanel1.Location = new System.Drawing.Point(7, 144);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(915, 353);
            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 = 3;
            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 = "消费商品明细";
            // 
            // LBLItemSys
            // 
            this.LBLItemSys.BackColor = System.Drawing.Color.Transparent;
            this.LBLItemSys.Location = new System.Drawing.Point(364, 101);
            this.LBLItemSys.Name = "LBLItemSys";
            this.LBLItemSys.Size = new System.Drawing.Size(69, 23);
            this.LBLItemSys.TabIndex = 92;
            this.LBLItemSys.Text = "商品ID:";
            this.LBLItemSys.Visible = false;
            // 
            // bar2
            // 
            this.bar2.AccessibleDescription = "DotNetBar Bar (bar2)";
            this.bar2.AccessibleName = "DotNetBar Bar";
            this.bar2.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar2.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtnPlus,
            this.BtnReduction});
            this.bar2.Location = new System.Drawing.Point(7, 95);
            this.bar2.Name = "bar2";
            this.bar2.Size = new System.Drawing.Size(93, 41);
            this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar2.TabIndex = 85;
            this.bar2.TabStop = false;
            this.bar2.Text = "bar2";
            // 
            // BtnPlus
            // 
            this.BtnPlus.Image = ((System.Drawing.Image)(resources.GetObject("BtnPlus.Image")));
            this.BtnPlus.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnPlus.ImagePaddingHorizontal = 8;
            this.BtnPlus.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnPlus.Name = "BtnPlus";
            this.BtnPlus.Tag = "添加商品";
            this.BtnPlus.Click += new System.EventHandler(this.BtnPlus_Click);
            // 
            // BtnReduction
            // 
            this.BtnReduction.Image = ((System.Drawing.Image)(resources.GetObject("BtnReduction.Image")));
            this.BtnReduction.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnReduction.ImagePaddingHorizontal = 8;
            this.BtnReduction.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnReduction.Name = "BtnReduction";
            this.BtnReduction.Tag = "删除商品";
            this.BtnReduction.Click += new System.EventHandler(this.BtnReduction_Click);
            // 
            // labelX21
            // 
            this.labelX21.BackColor = System.Drawing.Color.Transparent;
            this.labelX21.Location = new System.Drawing.Point(819, 34);
            this.labelX21.Name = "labelX21";
            this.labelX21.Size = new System.Drawing.Size(22, 23);
            this.labelX21.TabIndex = 84;
            this.labelX21.Text = "元";
            // 
            // TxtItemNum
            // 
            this.TxtItemNum.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtItemNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtItemNum.Location = new System.Drawing.Point(483, 36);
            this.TxtItemNum.Name = "TxtItemNum";
            this.TxtItemNum.Size = new System.Drawing.Size(124, 21);
            this.TxtItemNum.TabIndex = 77;
            // 
            // labelX20
            // 
            this.labelX20.BackColor = System.Drawing.Color.Transparent;
            this.labelX20.Location = new System.Drawing.Point(436, 36);
            this.labelX20.Name = "labelX20";
            this.labelX20.Size = new System.Drawing.Size(45, 23);
            this.labelX20.TabIndex = 76;
            this.labelX20.Text = "数量:";
            // 
            // BtnItemName
            // 
            this.BtnItemName.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnItemName.Image = ((System.Drawing.Image)(resources.GetObject("BtnItemName.Image")));
            this.BtnItemName.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnItemName.Location = new System.Drawing.Point(389, 37);
            this.BtnItemName.Name = "BtnItemName";
            this.BtnItemName.Size = new System.Drawing.Size(26, 23);
            this.BtnItemName.TabIndex = 75;
            this.BtnItemName.Click += new System.EventHandler(this.BtnItemName_Click);
            // 
            // BtnItemNo
            // 
            this.BtnItemNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnItemNo.Image = ((System.Drawing.Image)(resources.GetObject("BtnItemNo.Image")));
            this.BtnItemNo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnItemNo.Location = new System.Drawing.Point(181, 36);
            this.BtnItemNo.Name = "BtnItemNo";
            this.BtnItemNo.Size = new System.Drawing.Size(26, 23);
            this.BtnItemNo.TabIndex = 74;
            this.BtnItemNo.Click += new System.EventHandler(this.BtnItemNo_Click);
            // 
            // TxtUnit
            // 
            this.TxtUnit.BackColor = System.Drawing.Color.White;
            this.TxtUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtUnit.Enabled = false;
            this.TxtUnit.Location = new System.Drawing.Point(70, 69);
            this.TxtUnit.Name = "TxtUnit";
            this.TxtUnit.Size = new System.Drawing.Size(115, 21);
            this.TxtUnit.TabIndex = 73;
            // 
            // TxtType
            // 
            this.TxtType.BackColor = System.Drawing.Color.White;
            this.TxtType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtType.Enabled = false;
            this.TxtType.Location = new System.Drawing.Point(277, 70);
            this.TxtType.Name = "TxtType";
            this.TxtType.Size = new System.Drawing.Size(137, 21);
            this.TxtType.TabIndex = 72;
            // 
            // TxtIntegralFlag
            // 
            this.TxtIntegralFlag.BackColor = System.Drawing.Color.White;
            this.TxtIntegralFlag.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtIntegralFlag.Enabled = false;
            this.TxtIntegralFlag.Location = new System.Drawing.Point(483, 70);
            this.TxtIntegralFlag.Name = "TxtIntegralFlag";
            this.TxtIntegralFlag.Size = new System.Drawing.Size(124, 21);
            this.TxtIntegralFlag.TabIndex = 71;
            // 
            // TxtIntegral
            // 
            this.TxtIntegral.BackColor = System.Drawing.Color.White;
            this.TxtIntegral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtIntegral.Enabled = false;
            this.TxtIntegral.Location = new System.Drawing.Point(689, 69);
            this.TxtIntegral.Name = "TxtIntegral";
            this.TxtIntegral.Size = new System.Drawing.Size(124, 21);
            this.TxtIntegral.TabIndex = 68;
            // 
            // labelX14
            // 
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            this.labelX14.Location = new System.Drawing.Point(641, 69);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(60, 23);
            this.labelX14.TabIndex = 62;
            this.labelX14.Text = "积分:";
            // 
            // labelX17
            // 
            this.labelX17.BackColor = System.Drawing.Color.Transparent;
            this.labelX17.Location = new System.Drawing.Point(7, 69);
            this.labelX17.Name = "labelX17";
            this.labelX17.Size = new System.Drawing.Size(45, 23);
            this.labelX17.TabIndex = 69;
            this.labelX17.Text = "单位:";
            // 
            // TxtPrice
            // 
            this.TxtPrice.BackColor = System.Drawing.Color.White;
            this.TxtPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtPrice.Enabled = false;
            this.TxtPrice.Location = new System.Drawing.Point(688, 36);
            this.TxtPrice.Name = "TxtPrice";
            this.TxtPrice.Size = new System.Drawing.Size(125, 21);
            this.TxtPrice.TabIndex = 67;
            // 
            // TxtItemNo
            // 
            this.TxtItemNo.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtItemNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtItemNo.Location = new System.Drawing.Point(70, 38);
            this.TxtItemNo.MaxLength = 20;
            this.TxtItemNo.Name = "TxtItemNo";
            this.TxtItemNo.Size = new System.Drawing.Size(137, 21);
            this.TxtItemNo.TabIndex = 66;
            // 
            // TxtName
            // 
            this.TxtName.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtName.Location = new System.Drawing.Point(278, 38);
            this.TxtName.Name = "TxtName";
            this.TxtName.Size = new System.Drawing.Size(137, 21);
            this.TxtName.TabIndex = 65;
            // 
            // labelX18
            // 
            this.labelX18.BackColor = System.Drawing.Color.Transparent;
            this.labelX18.Location = new System.Drawing.Point(214, 72);
            this.labelX18.Name = "labelX18";
            this.labelX18.Size = new System.Drawing.Size(66, 23);
            this.labelX18.TabIndex = 64;
            this.labelX18.Text = "商品组成:";
            // 
            // lblX4
            // 
            this.lblX4.BackColor = System.Drawing.Color.Transparent;
            this.lblX4.Location = new System.Drawing.Point(420, 72);
            this.lblX4.Name = "lblX4";
            this.lblX4.Size = new System.Drawing.Size(79, 23);
            this.lblX4.TabIndex = 63;
            this.lblX4.Text = "是否积分:";
            // 
            // lblX3
            // 
            this.lblX3.BackColor = System.Drawing.Color.Transparent;
            this.lblX3.Location = new System.Drawing.Point(641, 36);
            this.lblX3.Name = "lblX3";
            this.lblX3.Size = new System.Drawing.Size(60, 23);
            this.lblX3.TabIndex = 61;
            this.lblX3.Text = "销售价:";
            // 
            // lblX2
            // 
            this.lblX2.BackColor = System.Drawing.Color.Transparent;
            this.lblX2.Location = new System.Drawing.Point(215, 38);
            this.lblX2.Name = "lblX2";
            this.lblX2.Size = new System.Drawing.Size(66, 23);
            this.lblX2.TabIndex = 60;
            this.lblX2.Text = "商品名称:";
            // 
            // labelX19
            // 
            this.labelX19.BackColor = System.Drawing.Color.Transparent;
            this.labelX19.Location = new System.Drawing.Point(7, 38);
            this.labelX19.Name = "labelX19";
            this.labelX19.Size = new System.Drawing.Size(72, 23);
            this.labelX19.TabIndex = 59;
            this.labelX19.Text = "商品编号:";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = false;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "商品编号";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 100;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "商品名称";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 120;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column3";
            glColumn3.NumericSort = false;
            glColumn3.Text = "单位";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 50;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Column4";
            glColumn4.NumericSort = false;
            glColumn4.Text = "销售价";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 60;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "Column5";
            glColumn5.NumericSort = false;
            glColumn5.Text = "数量";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 50;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "Column6";
            glColumn6.NumericSort = false;
            glColumn6.Text = "总价";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn6.Width = 80;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "Column7";
            glColumn7.NumericSort = false;
            glColumn7.Text = "商品类型";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn7.Width = 80;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "Column8";
            glColumn8.NumericSort = false;
            glColumn8.Text = "是否积分";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn8.Width = 60;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "Column9";
            glColumn9.NumericSort = false;
            glColumn9.Text = "单品积分";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn9.Width = 80;
            glColumn10.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn10.CheckBoxes = false;
            glColumn10.ImageIndex = -1;
            glColumn10.Name = "Column10";
            glColumn10.NumericSort = false;
            glColumn10.Text = "总积分";
            glColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn10.Width = 80;
            glColumn11.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn11.CheckBoxes = false;
            glColumn11.ImageIndex = -1;
            glColumn11.Name = "Column11";
            glColumn11.NumericSort = false;
            glColumn11.Text = "商品ID";
            glColumn11.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn11.Width = 0;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn8,
            glColumn9,
            glColumn10,
            glColumn11});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 20;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 25;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(6, 141);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(907, 200);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 4;
            this.glacialList1.Click += new System.EventHandler(this.glacialList1_Click);
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.LBLPSW);
            this.groupPanel2.Controls.Add(this.BtnNo);
            this.groupPanel2.Controls.Add(this.LBLMemberCode);
            this.groupPanel2.Controls.Add(this.LBLMemberSys);
            this.groupPanel2.Controls.Add(this.TxtIntegralSum);
            this.groupPanel2.Controls.Add(this.labelX15);
            this.groupPanel2.Controls.Add(this.labelX12);
            this.groupPanel2.Controls.Add(this.TxtRealMoney);
            this.groupPanel2.Controls.Add(this.labelX13);
            this.groupPanel2.Controls.Add(this.labelX11);
            this.groupPanel2.Controls.Add(this.TxtMoney);
            this.groupPanel2.Controls.Add(this.labelX10);
            this.groupPanel2.Controls.Add(this.TxtNote);
            this.groupPanel2.Controls.Add(this.CMBDept);
            this.groupPanel2.Controls.Add(this.labelX9);
            this.groupPanel2.Controls.Add(this.dateTimePicker1);
            this.groupPanel2.Controls.Add(this.labelX8);
            this.groupPanel2.Controls.Add(this.TxtExpendNo);
            this.groupPanel2.Controls.Add(this.BtnCardNo);
            this.groupPanel2.Controls.Add(this.TxtCardNo);
            this.groupPanel2.Controls.Add(this.BtnMemberNo);
            this.groupPanel2.Controls.Add(this.TxtMemberNo);
            this.groupPanel2.Controls.Add(this.BtnMemberName);
            this.groupPanel2.Controls.Add(this.TxtMemberName);
            this.groupPanel2.Controls.Add(this.TxtCardType);
            this.groupPanel2.Controls.Add(this.labelX7);
            this.groupPanel2.Controls.Add(this.TxtDisCount);
            this.groupPanel2.Controls.Add(this.labelX6);
            this.groupPanel2.Controls.Add(this.labelX5);
            this.groupPanel2.Controls.Add(this.labelX4);
            this.groupPanel2.Controls.Add(this.buttonX1);
            this.groupPanel2.Controls.Add(this.labelX3);
            this.groupPanel2.Controls.Add(this.labelX2);
            this.groupPanel2.Controls.Add(this.labelX1);
            this.groupPanel2.Controls.Add(this.lblX1);
            this.groupPanel2.Location = new System.Drawing.Point(7, 6);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(915, 132);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel2.TabIndex = 2;
            this.groupPanel2.Text = "消费信息";
            // 
            // LBLPSW
            // 
            this.LBLPSW.BackColor = System.Drawing.Color.Transparent;
            this.LBLPSW.Location = new System.Drawing.Point(806, 79);
            this.LBLPSW.Name = "LBLPSW";
            this.LBLPSW.Size = new System.Drawing.Size(69, 23);
            this.LBLPSW.TabIndex = 92;
            this.LBLPSW.Text = "会员卡ID:";
            this.LBLPSW.Visible = false;
            // 
            // BtnNo
            // 
            this.BtnNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnNo.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BtnNo.Location = new System.Drawing.Point(207, 6);
            this.BtnNo.Name = "BtnNo";
            this.BtnNo.Size = new System.Drawing.Size(30, 23);
            this.BtnNo.TabIndex = 91;
            this.BtnNo.Text = "编号";
            this.BtnNo.Click += new System.EventHandler(this.BtnNo_Click);
            // 
            // LBLMemberCode
            // 
            this.LBLMemberCode.BackColor = System.Drawing.Color.Transparent;
            this.LBLMemberCode.Location = new System.Drawing.Point(731, 81);
            this.LBLMemberCode.Name = "LBLMemberCode";
            this.LBLMemberCode.Size = new System.Drawing.Size(69, 23);
            this.LBLMemberCode.TabIndex = 90;
            this.LBLMemberCode.Text = "会员卡ID:";
            this.LBLMemberCode.Visible = false;
            // 
            // LBLMemberSys
            // 
            this.LBLMemberSys.BackColor = System.Drawing.Color.Transparent;
            this.LBLMemberSys.Location = new System.Drawing.Point(642, 81);
            this.LBLMemberSys.Name = "LBLMemberSys";
            this.LBLMemberSys.Size = new System.Drawing.Size(69, 23);
            this.LBLMemberSys.TabIndex = 89;
            this.LBLMemberSys.Text = "会员ID:";
            this.LBLMemberSys.Visible = false;
            // 
            // TxtIntegralSum
            // 
            this.TxtIntegralSum.BackColor = System.Drawing.Color.White;
            this.TxtIntegralSum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtIntegralSum.Location = new System.Drawing.Point(518, 78);
            this.TxtIntegralSum.Name = "TxtIntegralSum";
            this.TxtIntegralSum.Size = new System.Drawing.Size(118, 21);
            this.TxtIntegralSum.TabIndex = 88;
            this.TxtIntegralSum.Text = "0";
            // 
            // labelX15
            // 
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            this.labelX15.Location = new System.Drawing.Point(458, 78);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(69, 23);
            this.labelX15.TabIndex = 87;
            this.labelX15.Text = "积分合计:";
            // 
            // labelX12
            // 
            this.labelX12.BackColor = System.Drawing.Color.Transparent;
            this.labelX12.Location = new System.Drawing.Point(430, 78);
            this.labelX12.Name = "labelX12";
            this.labelX12.Size = new System.Drawing.Size(22, 23);
            this.labelX12.TabIndex = 86;
            this.labelX12.Text = "元";
            // 
            // TxtRealMoney
            // 
            this.TxtRealMoney.BackColor = System.Drawing.Color.White;
            this.TxtRealMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtRealMoney.Location = new System.Drawing.Point(310, 78);
            this.TxtRealMoney.Name = "TxtRealMoney";
            this.TxtRealMoney.Size = new System.Drawing.Size(118, 21);
            this.TxtRealMoney.TabIndex = 85;
            this.TxtRealMoney.Text = "0";
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            this.labelX13.Location = new System.Drawing.Point(249, 78);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(69, 23);
            this.labelX13.TabIndex = 84;
            this.labelX13.Text = "实收金额:";
            // 
            // labelX11
            // 
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            this.labelX11.Location = new System.Drawing.Point(185, 81);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(22, 23);
            this.labelX11.TabIndex = 83;
            this.labelX11.Text = "元";
            // 
            // TxtMoney
            // 
            this.TxtMoney.BackColor = System.Drawing.Color.White;
            this.TxtMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMoney.Location = new System.Drawing.Point(64, 81);
            this.TxtMoney.Name = "TxtMoney";
            this.TxtMoney.Size = new System.Drawing.Size(118, 21);
            this.TxtMoney.TabIndex = 82;
            this.TxtMoney.Text = "0";
            // 
            // labelX10
            // 
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            this.labelX10.Location = new System.Drawing.Point(4, 81);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(69, 23);
            this.labelX10.TabIndex = 81;
            this.labelX10.Text = "应收金额:";
            // 
            // TxtNote
            // 
            this.TxtNote.BackColor = System.Drawing.Color.White;
            this.TxtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtNote.Location = new System.Drawing.Point(730, 3);
            this.TxtNote.Multiline = true;
            this.TxtNote.Name = "TxtNote";
            this.TxtNote.Size = new System.Drawing.Size(170, 25);
            this.TxtNote.TabIndex = 80;
            // 
            // CMBDept
            // 
            this.CMBDept.DisplayMember = "Text";
            this.CMBDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.CMBDept.FormattingEnabled = true;
            this.CMBDept.Location = new System.Drawing.Point(518, 5);
            this.CMBDept.Name = "CMBDept";
            this.CMBDept.Size = new System.Drawing.Size(121, 22);
            this.CMBDept.TabIndex = 79;
            // 
            // labelX9
            // 
            this.labelX9.BackColor = System.Drawing.Color.Transparent;
            this.labelX9.Location = new System.Drawing.Point(458, 7);
            this.labelX9.Name = "labelX9";
            this.labelX9.Size = new System.Drawing.Size(70, 23);
            this.labelX9.TabIndex = 78;
            this.labelX9.Text = "消费部门:";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(309, 7);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker1.TabIndex = 77;
            // 
            // labelX8
            // 
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            this.labelX8.Location = new System.Drawing.Point(253, 7);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(70, 23);
            this.labelX8.TabIndex = 76;
            this.labelX8.Text = "消费日期:";
            // 
            // TxtExpendNo
            // 
            this.TxtExpendNo.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtExpendNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtExpendNo.Location = new System.Drawing.Point(64, 7);
            this.TxtExpendNo.Name = "TxtExpendNo";
            this.TxtExpendNo.Size = new System.Drawing.Size(143, 21);
            this.TxtExpendNo.TabIndex = 75;
            this.TxtExpendNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtExpendNo_KeyPress);
            // 
            // BtnCardNo
            // 
            this.BtnCardNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnCardNo.Image = ((System.Drawing.Image)(resources.GetObject("BtnCardNo.Image")));
            this.BtnCardNo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnCardNo.Location = new System.Drawing.Point(181, 38);
            this.BtnCardNo.Name = "BtnCardNo";
            this.BtnCardNo.Size = new System.Drawing.Size(26, 23);
            this.BtnCardNo.TabIndex = 74;
            this.BtnCardNo.Click += new System.EventHandler(this.BtnCardNo_Click);
            // 
            // TxtCardNo
            // 
            this.TxtCardNo.BackColor = System.Drawing.Color.White;
            this.TxtCardNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtCardNo.Location = new System.Drawing.Point(64, 38);
            this.TxtCardNo.Multiline = true;
            this.TxtCardNo.Name = "TxtCardNo";
            this.TxtCardNo.Size = new System.Drawing.Size(118, 23);
            this.TxtCardNo.TabIndex = 73;
            
            this.TxtCardNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtCardNo_KeyPress);
            // 
            // BtnMemberNo
            // 
            this.BtnMemberNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnMemberNo.Image = ((System.Drawing.Image)(resources.GetObject("BtnMemberNo.Image")));
            this.BtnMemberNo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnMemberNo.Location = new System.Drawing.Point(426, 37);
            this.BtnMemberNo.Name = "BtnMemberNo";
            this.BtnMemberNo.Size = new System.Drawing.Size(26, 23);
            this.BtnMemberNo.TabIndex = 72;
            this.BtnMemberNo.Click += new System.EventHandler(this.BtnMemberNo_Click);
            // 
            // TxtMemberNo
            // 
            this.TxtMemberNo.BackColor = System.Drawing.Color.White;
            this.TxtMemberNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMemberNo.Location = new System.Drawing.Point(309, 37);
            this.TxtMemberNo.Multiline = true;
            this.TxtMemberNo.Name = "TxtMemberNo";
            this.TxtMemberNo.Size = new System.Drawing.Size(118, 23);
            this.TxtMemberNo.TabIndex = 71;
            this.TxtMemberNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMemberNo_KeyPress);
            // 
            // BtnMemberName
            // 
            this.BtnMemberName.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnMemberName.Image = ((System.Drawing.Image)(resources.GetObject("BtnMemberName.Image")));
            this.BtnMemberName.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnMemberName.Location = new System.Drawing.Point(652, 37);
            this.BtnMemberName.Name = "BtnMemberName";
            this.BtnMemberName.Size = new System.Drawing.Size(26, 23);
            this.BtnMemberName.TabIndex = 70;
            this.BtnMemberName.Click += new System.EventHandler(this.BtnMemberName_Click);
            // 
            // TxtMemberName
            // 
            this.TxtMemberName.BackColor = System.Drawing.Color.White;
            this.TxtMemberName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMemberName.Location = new System.Drawing.Point(518, 37);
            this.TxtMemberName.Multiline = true;
            this.TxtMemberName.Name = "TxtMemberName";
            this.TxtMemberName.Size = new System.Drawing.Size(137, 23);
            this.TxtMemberName.TabIndex = 69;
            this.TxtMemberName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMemberName_KeyPress);
            // 
            // TxtCardType
            // 
            this.TxtCardType.BackColor = System.Drawing.Color.White;
            this.TxtCardType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtCardType.Enabled = false;
            this.TxtCardType.Location = new System.Drawing.Point(731, 37);
            this.TxtCardType.Name = "TxtCardType";
            this.TxtCardType.Size = new System.Drawing.Size(69, 21);
            this.TxtCardType.TabIndex = 68;
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            this.labelX7.Location = new System.Drawing.Point(900, 42);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(17, 23);
            this.labelX7.TabIndex = 67;
            this.labelX7.Text = "%";
            // 
            // TxtDisCount
            // 
            this.TxtDisCount.BackColor = System.Drawing.Color.White;
            this.TxtDisCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtDisCount.Enabled = false;
            this.TxtDisCount.Location = new System.Drawing.Point(847, 37);
            this.TxtDisCount.Name = "TxtDisCount";
            this.TxtDisCount.Size = new System.Drawing.Size(49, 21);
            this.TxtDisCount.TabIndex = 66;
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            this.labelX6.Location = new System.Drawing.Point(809, 37);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(50, 23);
            this.labelX6.TabIndex = 65;
            this.labelX6.Text = "折扣:";
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            this.labelX5.Location = new System.Drawing.Point(681, 41);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(72, 23);
            this.labelX5.TabIndex = 64;
            this.labelX5.Text = "卡类型:";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            this.labelX4.Location = new System.Drawing.Point(458, 42);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(72, 23);
            this.labelX4.TabIndex = 63;
            this.labelX4.Text = "会员姓名:";
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Location = new System.Drawing.Point(208, 38);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(43, 22);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            this.buttonX1.TabIndex = 62;
            this.buttonX1.Text = "读卡";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            this.labelX3.Location = new System.Drawing.Point(681, 7);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(44, 20);
            this.labelX3.TabIndex = 11;
            this.labelX3.Text = "备注:";
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            this.labelX2.Location = new System.Drawing.Point(253, 41);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(72, 23);
            this.labelX2.TabIndex = 10;
            this.labelX2.Text = "会员号:";
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(3, 41);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(69, 23);
            this.labelX1.TabIndex = 9;
            this.labelX1.Text = "会员卡号:";
            // 
            // lblX1
            // 
            this.lblX1.BackColor = System.Drawing.Color.Transparent;
            this.lblX1.Location = new System.Drawing.Point(3, 11);
            this.lblX1.Name = "lblX1";
            this.lblX1.Size = new System.Drawing.Size(70, 23);
            this.lblX1.TabIndex = 8;
            this.lblX1.Text = "消费单号:";
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 560);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(928, 0);
            this.dockSite4.TabIndex = 4;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite1.Location = new System.Drawing.Point(0, 57);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 503);
            this.dockSite1.TabIndex = 1;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite2.Location = new System.Drawing.Point(928, 57);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 503);
            this.dockSite2.TabIndex = 2;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 560);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(928, 0);
            this.dockSite8.TabIndex = 8;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 57);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 503);
            this.dockSite5.TabIndex = 5;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(928, 57);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 503);
            this.dockSite6.TabIndex = 6;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(928, 57);
            this.dockSite7.TabIndex = 7;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtnAdd,
            this.BtnDelete,
            this.BtnSave,
            this.BtnCancle,
            this.BtnExit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(220, 57);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // BtnAdd
            // 
            this.BtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("BtnAdd.Image")));
            this.BtnAdd.ImagePaddingHorizontal = 8;
            this.BtnAdd.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnAdd.Name = "BtnAdd";
            this.BtnAdd.Text = "添加";
            this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
            // 
            // BtnDelete
            // 
            this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
            this.BtnDelete.ImagePaddingHorizontal = 8;
            this.BtnDelete.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnDelete.Name = "BtnDelete";
            this.BtnDelete.Text = "删除";
            this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
            // 
            // BtnSave
            // 
            this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image")));
            this.BtnSave.ImagePaddingHorizontal = 8;
            this.BtnSave.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Text = "保存";
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // BtnCancle
            // 
            this.BtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("BtnCancle.Image")));
            this.BtnCancle.ImagePaddingHorizontal = 8;
            this.BtnCancle.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnCancle.Name = "BtnCancle";
            this.BtnCancle.Text = "撤消";
            this.BtnCancle.Click += new System.EventHandler(this.BtnCancle_Click);
            // 
            // BtnExit
            // 
            this.BtnExit.Image = ((System.Drawing.Image)(resources.GetObject("BtnExit.Image")));
            this.BtnExit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnExit.ImagePaddingHorizontal = 8;
            this.BtnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnExit.Name = "BtnExit";
            this.BtnExit.Text = "关闭";
            this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite3.Location = new System.Drawing.Point(0, 57);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(928, 0);
            this.dockSite3.TabIndex = 3;
            this.dockSite3.TabStop = false;
            // 
            // FrmMemberExpend
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(928, 560);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMemberExpend";
            this.Text = "会员消费";
            this.Load += new System.EventHandler(this.SetDept_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMemberExpend_FormClosed);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel2.ResumeLayout(false);
            this.expandablePanel2.PerformLayout();
            this.expandablePanel1.ResumeLayout(false);
            this.expandablePanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel2.PerformLayout();
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn10 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn11 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn12 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn13 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn14 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn15 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn16 = new GlacialComponents.Controls.GLColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmIntegralInfo));
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.panel1 = new System.Windows.Forms.Panel();
            this.TxtMember = new System.Windows.Forms.TextBox();
            this.BtnMember = new DevComponents.DotNetBar.ButtonX();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.卡号 = new DevComponents.Editors.ComboItem();
            this.客户姓名 = new DevComponents.Editors.ComboItem();
            this.卡类型 = new DevComponents.Editors.ComboItem();
            this.操作员 = new DevComponents.Editors.ComboItem();
            this.日期 = new DevComponents.Editors.ComboItem();
            this.积分类型 = new DevComponents.Editors.ComboItem();
            this.lblX1 = new DevComponents.DotNetBar.LabelX();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.BtnSeek = new DevComponents.DotNetBar.ButtonItem();
            this.BtnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.BtnExit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.groupPanel2);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 57);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(858, 499);
            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;
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.AutoScroll = true;
            this.expandablePanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.glacialList1);
            this.expandablePanel1.Location = new System.Drawing.Point(12, 94);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(833, 400);
            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 = 3;
            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 = "积分信息";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = false;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "Column1";
            glColumn9.NumericSort = false;
            glColumn9.Text = "卡号";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn9.Width = 140;
            glColumn10.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn10.CheckBoxes = false;
            glColumn10.ImageIndex = -1;
            glColumn10.Name = "Column2";
            glColumn10.NumericSort = false;
            glColumn10.Text = "客户姓名";
            glColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn10.Width = 100;
            glColumn11.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn11.CheckBoxes = false;
            glColumn11.ImageIndex = -1;
            glColumn11.Name = "Column3";
            glColumn11.NumericSort = false;
            glColumn11.Text = "卡类型";
            glColumn11.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn11.Width = 80;
            glColumn12.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn12.CheckBoxes = false;
            glColumn12.ImageIndex = -1;
            glColumn12.Name = "Column4";
            glColumn12.NumericSort = false;
            glColumn12.Text = "操作员";
            glColumn12.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn12.Width = 70;
            glColumn13.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn13.CheckBoxes = false;
            glColumn13.ImageIndex = -1;
            glColumn13.Name = "Column5";
            glColumn13.NumericSort = false;
            glColumn13.Text = "日期";
            glColumn13.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn13.Width = 130;
            glColumn14.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn14.CheckBoxes = false;
            glColumn14.ImageIndex = -1;
            glColumn14.Name = "Column6";
            glColumn14.NumericSort = false;
            glColumn14.Text = "积分";
            glColumn14.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn14.Width = 80;
            glColumn15.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn15.CheckBoxes = false;
            glColumn15.ImageIndex = -1;
            glColumn15.Name = "积分类型";
            glColumn15.NumericSort = false;
            glColumn15.Text = "积分类型";
            glColumn15.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn15.Width = 100;
            glColumn16.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn16.CheckBoxes = false;
            glColumn16.ImageIndex = -1;
            glColumn16.Name = "备注";
            glColumn16.NumericSort = false;
            glColumn16.Text = "备注";
            glColumn16.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn16.Width = 120;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn9,
            glColumn10,
            glColumn11,
            glColumn12,
            glColumn13,
            glColumn14,
            glColumn15,
            glColumn16});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 20;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 25;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(6, 26);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(824, 371);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 4;
            this.glacialList1.Click += new System.EventHandler(this.glacialList1_Click);
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.panel3);
            this.groupPanel2.Controls.Add(this.panel2);
            this.groupPanel2.Controls.Add(this.panel1);
            this.groupPanel2.Controls.Add(this.comboBoxEx1);
            this.groupPanel2.Controls.Add(this.lblX1);
            this.groupPanel2.Location = new System.Drawing.Point(12, 6);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(833, 82);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel2.TabIndex = 2;
            this.groupPanel2.Text = "积分查询";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.comboBoxEx2);
            this.panel3.Location = new System.Drawing.Point(180, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(296, 38);
            this.panel3.TabIndex = 77;
            // 
            // comboBoxEx2
            // 
            this.comboBoxEx2.DisplayMember = "Text";
            this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx2.FormattingEnabled = true;
            this.comboBoxEx2.Location = new System.Drawing.Point(16, 10);
            this.comboBoxEx2.Name = "comboBoxEx2";
            this.comboBoxEx2.Size = new System.Drawing.Size(121, 22);
            this.comboBoxEx2.TabIndex = 0;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dateTimePicker2);
            this.panel2.Controls.Add(this.dateTimePicker1);
            this.panel2.Controls.Add(this.labelX1);
            this.panel2.Location = new System.Drawing.Point(173, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(328, 44);
            this.panel2.TabIndex = 76;
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker2.Location = new System.Drawing.Point(171, 12);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker2.TabIndex = 79;
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(14, 13);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker1.TabIndex = 78;
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(141, 13);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(32, 23);
            this.labelX1.TabIndex = 9;
            this.labelX1.Text = "---";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.TxtMember);
            this.panel1.Controls.Add(this.BtnMember);
            this.panel1.Location = new System.Drawing.Point(180, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(200, 31);
            this.panel1.TabIndex = 75;
            // 
            // TxtMember
            // 
            this.TxtMember.BackColor = System.Drawing.Color.White;
            this.TxtMember.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMember.Location = new System.Drawing.Point(3, 5);
            this.TxtMember.Multiline = true;
            this.TxtMember.Name = "TxtMember";
            this.TxtMember.Size = new System.Drawing.Size(118, 23);
            this.TxtMember.TabIndex = 73;
            // 
            // BtnMember
            // 
            this.BtnMember.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnMember.Image = ((System.Drawing.Image)(resources.GetObject("BtnMember.Image")));
            this.BtnMember.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnMember.Location = new System.Drawing.Point(120, 5);
            this.BtnMember.Name = "BtnMember";
            this.BtnMember.Size = new System.Drawing.Size(26, 23);
            this.BtnMember.TabIndex = 74;
            this.BtnMember.Click += new System.EventHandler(this.BtnMember_Click);
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.Items.AddRange(new object[] {
            this.卡号,
            this.客户姓名,
            this.卡类型,
            this.操作员,
            this.日期,
            this.积分类型});
            this.comboBoxEx1.Location = new System.Drawing.Point(63, 12);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(101, 22);
            this.comboBoxEx1.TabIndex = 14;
            this.comboBoxEx1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged);
            // 
            // 卡号
            // 
            this.卡号.Text = "卡号";
            // 
            // 客户姓名
            // 
            this.客户姓名.Text = "客户姓名";
            // 
            // 卡类型
            // 
            this.卡类型.Text = "卡类型";
            // 
            // 操作员
            // 
            this.操作员.Text = "操作员";
            // 
            // 日期
            // 
            this.日期.Text = "日期";
            // 
            // 积分类型
            // 
            this.积分类型.Text = "积分类型";
            // 
            // lblX1
            // 
            this.lblX1.BackColor = System.Drawing.Color.Transparent;
            this.lblX1.Location = new System.Drawing.Point(3, 13);
            this.lblX1.Name = "lblX1";
            this.lblX1.Size = new System.Drawing.Size(69, 23);
            this.lblX1.TabIndex = 8;
            this.lblX1.Text = "积分查询:";
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 556);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(858, 0);
            this.dockSite4.TabIndex = 4;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite1.Location = new System.Drawing.Point(0, 57);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 499);
            this.dockSite1.TabIndex = 1;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite2.Location = new System.Drawing.Point(858, 57);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 499);
            this.dockSite2.TabIndex = 2;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 556);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(858, 0);
            this.dockSite8.TabIndex = 8;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 57);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 499);
            this.dockSite5.TabIndex = 5;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(858, 57);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 499);
            this.dockSite6.TabIndex = 6;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(858, 57);
            this.dockSite7.TabIndex = 7;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtnSeek,
            this.BtnDelete,
            this.BtnExit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(143, 57);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // BtnSeek
            // 
            this.BtnSeek.Image = ((System.Drawing.Image)(resources.GetObject("BtnSeek.Image")));
            this.BtnSeek.ImagePaddingHorizontal = 8;
            this.BtnSeek.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnSeek.Name = "BtnSeek";
            this.BtnSeek.Text = "查询";
            this.BtnSeek.Click += new System.EventHandler(this.BtnSeek_Click);
            // 
            // BtnDelete
            // 
            this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
            this.BtnDelete.ImagePaddingHorizontal = 8;
            this.BtnDelete.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnDelete.Name = "BtnDelete";
            this.BtnDelete.Text = "删除";
            this.BtnDelete.Visible = false;
            this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
            // 
            // BtnExit
            // 
            this.BtnExit.Image = ((System.Drawing.Image)(resources.GetObject("BtnExit.Image")));
            this.BtnExit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnExit.ImagePaddingHorizontal = 8;
            this.BtnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnExit.Name = "BtnExit";
            this.BtnExit.Text = "关闭";
            this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite3.Location = new System.Drawing.Point(0, 57);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(858, 0);
            this.dockSite3.TabIndex = 3;
            this.dockSite3.TabStop = false;
            // 
            // FrmIntegralInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(858, 556);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmIntegralInfo";
            this.Text = "积分信息";
            this.Load += new System.EventHandler(this.FrmIntegralInfo_Load);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            this.groupPanel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).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()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.glControl         = new Tao.Platform.Windows.SimpleOpenGlControl();
     this.panel1            = new System.Windows.Forms.Panel();
     this.txtPass           = new System.Windows.Forms.TextBox();
     this.txtLast           = new System.Windows.Forms.TextBox();
     this.txtFirst          = new System.Windows.Forms.TextBox();
     this.cmdLogin          = new System.Windows.Forms.Button();
     this.lstDownloads      = new GlacialComponents.Controls.GlacialList();
     this.progPrims         = new System.Windows.Forms.ProgressBar();
     this.lblPrims          = new System.Windows.Forms.Label();
     this.cboServer         = new System.Windows.Forms.ComboBox();
     this.panel2            = new System.Windows.Forms.Panel();
     this.txtSim            = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.txtX        = new System.Windows.Forms.TextBox();
     this.txtY        = new System.Windows.Forms.TextBox();
     this.txtZ        = new System.Windows.Forms.TextBox();
     this.cmdTeleport = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 175F));
     this.tableLayoutPanel1.Controls.Add(this.glControl, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lstDownloads, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.progPrims, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblPrims, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     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, 30F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(799, 612);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // glControl
     //
     this.glControl.AccumBits       = ((byte)(0));
     this.glControl.AutoCheckErrors = false;
     this.glControl.AutoFinish      = false;
     this.glControl.AutoMakeCurrent = true;
     this.glControl.AutoSwapBuffers = true;
     this.glControl.BackColor       = System.Drawing.Color.Black;
     this.glControl.ColorBits       = ((byte)(32));
     this.tableLayoutPanel1.SetColumnSpan(this.glControl, 2);
     this.glControl.DepthBits   = ((byte)(16));
     this.glControl.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.glControl.Location    = new System.Drawing.Point(3, 3);
     this.glControl.Name        = "glControl";
     this.glControl.Size        = new System.Drawing.Size(618, 411);
     this.glControl.StencilBits = ((byte)(0));
     this.glControl.TabIndex    = 7;
     this.glControl.TabStop     = false;
     this.glControl.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseMove);
     this.glControl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseClick);
     this.glControl.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseDown);
     this.glControl.Resize     += new System.EventHandler(this.glControl_Resize);
     this.glControl.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseUp);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2);
     this.panel1.Controls.Add(this.cboServer);
     this.panel1.Controls.Add(this.txtPass);
     this.panel1.Controls.Add(this.txtLast);
     this.panel1.Controls.Add(this.txtFirst);
     this.panel1.Controls.Add(this.cmdLogin);
     this.panel1.Location = new System.Drawing.Point(3, 450);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(618, 39);
     this.panel1.TabIndex = 8;
     //
     // txtPass
     //
     this.txtPass.Location = new System.Drawing.Point(215, 11);
     this.txtPass.Name     = "txtPass";
     this.txtPass.Size     = new System.Drawing.Size(100, 20);
     this.txtPass.TabIndex = 2;
     this.txtPass.UseSystemPasswordChar = true;
     this.txtPass.Enter += new System.EventHandler(this.txtLogin_Enter);
     //
     // txtLast
     //
     this.txtLast.Location = new System.Drawing.Point(109, 11);
     this.txtLast.Name     = "txtLast";
     this.txtLast.Size     = new System.Drawing.Size(100, 20);
     this.txtLast.TabIndex = 1;
     this.txtLast.Enter   += new System.EventHandler(this.txtLogin_Enter);
     //
     // txtFirst
     //
     this.txtFirst.Location = new System.Drawing.Point(3, 11);
     this.txtFirst.Name     = "txtFirst";
     this.txtFirst.Size     = new System.Drawing.Size(100, 20);
     this.txtFirst.TabIndex = 0;
     this.txtFirst.Enter   += new System.EventHandler(this.txtLogin_Enter);
     //
     // cmdLogin
     //
     this.cmdLogin.Location = new System.Drawing.Point(321, 9);
     this.cmdLogin.Name     = "cmdLogin";
     this.cmdLogin.Size     = new System.Drawing.Size(75, 23);
     this.cmdLogin.TabIndex = 3;
     this.cmdLogin.Text     = "Login";
     this.cmdLogin.UseVisualStyleBackColor = true;
     this.cmdLogin.Click += new System.EventHandler(this.cmdLogin_Click);
     //
     // lstDownloads
     //
     this.lstDownloads.AllowColumnResize   = true;
     this.lstDownloads.AllowMultiselect    = false;
     this.lstDownloads.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.lstDownloads.AlternatingColors   = false;
     this.lstDownloads.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.lstDownloads.AutoHeight             = true;
     this.lstDownloads.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.lstDownloads.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes            = false;
     glColumn1.ImageIndex            = -1;
     glColumn1.Name                  = "colTextureID";
     glColumn1.NumericSort           = false;
     glColumn1.Text                  = "Texture ID";
     glColumn1.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width                 = 220;
     glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn2.CheckBoxes            = false;
     glColumn2.ImageIndex            = -1;
     glColumn2.Name                  = "colProgress";
     glColumn2.NumericSort           = false;
     glColumn2.Text                  = "Download Progress";
     glColumn2.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width                 = 220;
     this.lstDownloads.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1,
         glColumn2
     });
     this.tableLayoutPanel1.SetColumnSpan(this.lstDownloads, 2);
     this.lstDownloads.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.lstDownloads.FullRowSelect     = true;
     this.lstDownloads.GridColor         = System.Drawing.Color.LightGray;
     this.lstDownloads.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.lstDownloads.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.lstDownloads.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.lstDownloads.HeaderHeight      = 22;
     this.lstDownloads.HeaderVisible     = true;
     this.lstDownloads.HeaderWordWrap    = false;
     this.lstDownloads.HotColumnTracking = false;
     this.lstDownloads.HotItemTracking   = false;
     this.lstDownloads.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.lstDownloads.HoverEvents       = false;
     this.lstDownloads.HoverTime         = 1;
     this.lstDownloads.ImageList         = null;
     this.lstDownloads.ItemHeight        = 17;
     this.lstDownloads.ItemWordWrap      = false;
     this.lstDownloads.Location          = new System.Drawing.Point(3, 495);
     this.lstDownloads.Name                 = "lstDownloads";
     this.lstDownloads.Selectable           = true;
     this.lstDownloads.SelectedTextColor    = System.Drawing.Color.White;
     this.lstDownloads.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.lstDownloads.ShowBorder           = true;
     this.lstDownloads.ShowFocusRect        = false;
     this.lstDownloads.Size                 = new System.Drawing.Size(618, 114);
     this.lstDownloads.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.lstDownloads.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.lstDownloads.TabIndex             = 9;
     this.lstDownloads.Text                 = "Texture Downloads";
     //
     // progPrims
     //
     this.progPrims.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.progPrims.Location = new System.Drawing.Point(133, 420);
     this.progPrims.Name     = "progPrims";
     this.progPrims.Size     = new System.Drawing.Size(488, 24);
     this.progPrims.TabIndex = 10;
     //
     // lblPrims
     //
     this.lblPrims.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lblPrims.AutoSize = true;
     this.lblPrims.Location = new System.Drawing.Point(3, 425);
     this.lblPrims.Name     = "lblPrims";
     this.lblPrims.Size     = new System.Drawing.Size(61, 13);
     this.lblPrims.TabIndex = 11;
     this.lblPrims.Text     = "Prims: 0 / 0";
     //
     // cboServer
     //
     this.cboServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.cboServer.FormattingEnabled = true;
     this.cboServer.Location          = new System.Drawing.Point(405, 11);
     this.cboServer.Name     = "cboServer";
     this.cboServer.Size     = new System.Drawing.Size(204, 21);
     this.cboServer.TabIndex = 4;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.cmdTeleport);
     this.panel2.Controls.Add(this.txtZ);
     this.panel2.Controls.Add(this.txtY);
     this.panel2.Controls.Add(this.txtX);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.txtSim);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(627, 3);
     this.panel2.Name     = "panel2";
     this.tableLayoutPanel1.SetRowSpan(this.panel2, 4);
     this.panel2.Size     = new System.Drawing.Size(169, 606);
     this.panel2.TabIndex = 12;
     //
     // txtSim
     //
     this.txtSim.Location = new System.Drawing.Point(36, 8);
     this.txtSim.Name     = "txtSim";
     this.txtSim.Size     = new System.Drawing.Size(126, 20);
     this.txtSim.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 11);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(27, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Sim:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 37);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(17, 13);
     this.label3.TabIndex = 3;
     this.label3.Text     = "X:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(58, 37);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(17, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Y:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(112, 37);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Z:";
     //
     // txtX
     //
     this.txtX.Location  = new System.Drawing.Point(24, 34);
     this.txtX.MaxLength = 3;
     this.txtX.Name      = "txtX";
     this.txtX.Size      = new System.Drawing.Size(30, 20);
     this.txtX.TabIndex  = 6;
     this.txtX.Text      = "128";
     //
     // txtY
     //
     this.txtY.Location  = new System.Drawing.Point(78, 34);
     this.txtY.MaxLength = 3;
     this.txtY.Name      = "txtY";
     this.txtY.Size      = new System.Drawing.Size(30, 20);
     this.txtY.TabIndex  = 7;
     this.txtY.Text      = "128";
     //
     // txtZ
     //
     this.txtZ.Location  = new System.Drawing.Point(132, 34);
     this.txtZ.MaxLength = 3;
     this.txtZ.Name      = "txtZ";
     this.txtZ.Size      = new System.Drawing.Size(30, 20);
     this.txtZ.TabIndex  = 8;
     this.txtZ.Text      = "0";
     //
     // cmdTeleport
     //
     this.cmdTeleport.Enabled  = false;
     this.cmdTeleport.Location = new System.Drawing.Point(87, 60);
     this.cmdTeleport.Name     = "cmdTeleport";
     this.cmdTeleport.Size     = new System.Drawing.Size(75, 23);
     this.cmdTeleport.TabIndex = 9;
     this.cmdTeleport.Text     = "Teleport";
     this.cmdTeleport.UseVisualStyleBackColor = true;
     this.cmdTeleport.Click += new System.EventHandler(this.cmdTeleport_Click);
     //
     // frmBrowser
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 612);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name         = "frmBrowser";
     this.Text         = "World Browser";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBrowser_FormClosing);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #14
0
파일: Mainform.cs 프로젝트: Commnets/QGAMES
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
			GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
			this.MapLoader = new System.Windows.Forms.ContextMenu();
			this.MenuAtic = new System.Windows.Forms.MenuItem();
			this.ImageListFG = new System.Windows.Forms.ImageList(this.components);
			this.panel1 = new System.Windows.Forms.Panel();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.ToolbarMain = new System.Windows.Forms.ToolBar();
			this.ButtonLoad = new System.Windows.Forms.ToolBarButton();
			this.ButtonItems = new System.Windows.Forms.ToolBarButton();
			this.ButtonHelp = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.ButtonExit = new System.Windows.Forms.ToolBarButton();
			this.panel2 = new System.Windows.Forms.Panel();
			this.RadioXML = new System.Windows.Forms.RadioButton();
			this.RadioDebug = new System.Windows.Forms.RadioButton();
			this.LabelRoomLinks = new System.Windows.Forms.Label();
			this.LabelAttr = new System.Windows.Forms.Label();
			this.LabelID = new System.Windows.Forms.Label();
			this.ListboxRooms = new System.Windows.Forms.ListBox();
			this.LabelRooms = new System.Windows.Forms.Label();
			this.glList = new GlacialComponents.Controls.GlacialList();
			this.label1 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.ImageListSP = new System.Windows.Forms.ImageList(this.components);
			this.ListBoxBaddies = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.ListBoxACGKey = new System.Windows.Forms.ListBox();
			this.ListBoxGreen = new System.Windows.Forms.ListBox();
			this.ListBoxRed = new System.Windows.Forms.ListBox();
			this.ListBoxCyan = new System.Windows.Forms.ListBox();
			this.ListBoxYellow = new System.Windows.Forms.ListBox();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// MapLoader
			// 
			this.MapLoader.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.MenuAtic});
			// 
			// MenuAtic
			// 
			this.MenuAtic.Index = 0;
			this.MenuAtic.Text = "Atic";
			// 
			// ImageListFG
			// 
			this.ImageListFG.ImageSize = new System.Drawing.Size(48, 48);
			this.ImageListFG.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageListFG.ImageStream")));
			this.ImageListFG.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// panel1
			// 
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel1.Controls.Add(this.label8);
			this.panel1.Controls.Add(this.label7);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.label5);
			this.panel1.Controls.Add(this.label4);
			this.panel1.Controls.Add(this.ToolbarMain);
			this.panel1.Controls.Add(this.panel2);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(1016, 54);
			this.panel1.TabIndex = 39;
			// 
			// label8
			// 
			this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label8.Location = new System.Drawing.Point(418, 4);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(231, 16);
			this.label8.TabIndex = 44;
			this.label8.Text = "Keys are randomly placed. one of each.";
			// 
			// label7
			// 
			this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label7.Location = new System.Drawing.Point(846, 26);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(67, 16);
			this.label7.TabIndex = 43;
			this.label7.Text = "Cyan Key";
			// 
			// label6
			// 
			this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label6.Location = new System.Drawing.Point(681, 17);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(143, 28);
			this.label6.TabIndex = 42;
			this.label6.Text = "Red Key (NOTE: mummy is always placed here)";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label5.Location = new System.Drawing.Point(544, 28);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(67, 16);
			this.label5.TabIndex = 41;
			this.label5.Text = "Green Key";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label4.Location = new System.Drawing.Point(416, 28);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(67, 16);
			this.label4.TabIndex = 40;
			this.label4.Text = "Yellow Key";
			// 
			// ToolbarMain
			// 
			this.ToolbarMain.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						   this.ButtonLoad,
																						   this.ButtonItems,
																						   this.ButtonHelp,
																						   this.toolBarButton1,
																						   this.ButtonExit});
			this.ToolbarMain.Dock = System.Windows.Forms.DockStyle.None;
			this.ToolbarMain.DropDownArrows = true;
			this.ToolbarMain.Location = new System.Drawing.Point(1, -1);
			this.ToolbarMain.Name = "ToolbarMain";
			this.ToolbarMain.ShowToolTips = true;
			this.ToolbarMain.Size = new System.Drawing.Size(211, 42);
			this.ToolbarMain.TabIndex = 2;
			this.ToolbarMain.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.ToolbarMain_ButtonClick);
			// 
			// ButtonLoad
			// 
			this.ButtonLoad.DropDownMenu = this.MapLoader;
			this.ButtonLoad.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
			this.ButtonLoad.Tag = "L";
			this.ButtonLoad.Text = "Load Map";
			this.ButtonLoad.ToolTipText = "Loads the map file";
			// 
			// ButtonItems
			// 
			this.ButtonItems.Tag = "O";
			this.ButtonItems.Text = "View Gfx";
			// 
			// ButtonHelp
			// 
			this.ButtonHelp.Tag = "H";
			this.ButtonHelp.Text = "Help";
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// ButtonExit
			// 
			this.ButtonExit.Tag = "X";
			this.ButtonExit.Text = "Exit";
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.RadioXML);
			this.panel2.Controls.Add(this.RadioDebug);
			this.panel2.Location = new System.Drawing.Point(213, 2);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(86, 44);
			this.panel2.TabIndex = 39;
			// 
			// RadioXML
			// 
			this.RadioXML.Location = new System.Drawing.Point(8, 24);
			this.RadioXML.Name = "RadioXML";
			this.RadioXML.Size = new System.Drawing.Size(61, 16);
			this.RadioXML.TabIndex = 2;
			this.RadioXML.Text = "XML";
			this.RadioXML.Click += new System.EventHandler(this.RadioXML_Click);
			// 
			// RadioDebug
			// 
			this.RadioDebug.Checked = true;
			this.RadioDebug.Location = new System.Drawing.Point(8, 8);
			this.RadioDebug.Name = "RadioDebug";
			this.RadioDebug.Size = new System.Drawing.Size(61, 19);
			this.RadioDebug.TabIndex = 0;
			this.RadioDebug.TabStop = true;
			this.RadioDebug.Text = "Debug";
			this.RadioDebug.Click += new System.EventHandler(this.RadioDebug_Click);
			// 
			// LabelRoomLinks
			// 
			this.LabelRoomLinks.Location = new System.Drawing.Point(238, 73);
			this.LabelRoomLinks.Name = "LabelRoomLinks";
			this.LabelRoomLinks.Size = new System.Drawing.Size(137, 33);
			this.LabelRoomLinks.TabIndex = 22;
			this.LabelRoomLinks.Text = "?";
			// 
			// LabelAttr
			// 
			this.LabelAttr.Location = new System.Drawing.Point(126, 79);
			this.LabelAttr.Name = "LabelAttr";
			this.LabelAttr.Size = new System.Drawing.Size(56, 12);
			this.LabelAttr.TabIndex = 18;
			this.LabelAttr.Text = "?";
			// 
			// LabelID
			// 
			this.LabelID.Location = new System.Drawing.Point(23, 78);
			this.LabelID.Name = "LabelID";
			this.LabelID.Size = new System.Drawing.Size(33, 12);
			this.LabelID.TabIndex = 16;
			this.LabelID.Text = "?";
			// 
			// ListboxRooms
			// 
			this.ListboxRooms.Location = new System.Drawing.Point(9, 118);
			this.ListboxRooms.Name = "ListboxRooms";
			this.ListboxRooms.Size = new System.Drawing.Size(75, 160);
			this.ListboxRooms.TabIndex = 9;
			this.ListboxRooms.SelectedIndexChanged += new System.EventHandler(this.ListboxRooms_SelectedIndexChanged);
			// 
			// LabelRooms
			// 
			this.LabelRooms.Location = new System.Drawing.Point(9, 105);
			this.LabelRooms.Name = "LabelRooms";
			this.LabelRooms.Size = new System.Drawing.Size(100, 11);
			this.LabelRooms.TabIndex = 8;
			this.LabelRooms.Text = "Rooms";
			// 
			// glList
			// 
			this.glList.AllowColumnResize = true;
			this.glList.AllowMultiselect = false;
			this.glList.AlternateBackground = System.Drawing.Color.DarkGreen;
			this.glList.AlternatingColors = false;
			this.glList.AutoHeight = true;
			this.glList.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.glList.BackgroundStretchToFit = true;
			glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn1.CheckBoxes = false;
			glColumn1.ImageIndex = -1;
			glColumn1.Name = "TheImage";
			glColumn1.NumericSort = false;
			glColumn1.Text = "Block";
			glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn1.Width = 70;
			glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn2.CheckBoxes = false;
			glColumn2.ImageIndex = -1;
			glColumn2.Name = "Name";
			glColumn2.NumericSort = false;
			glColumn2.Text = "Name";
			glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn2.Width = 230;
			glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn3.CheckBoxes = false;
			glColumn3.ImageIndex = -1;
			glColumn3.Name = "x";
			glColumn3.NumericSort = false;
			glColumn3.Text = "x";
			glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn3.Width = 35;
			glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn4.CheckBoxes = false;
			glColumn4.ImageIndex = -1;
			glColumn4.Name = "y";
			glColumn4.NumericSort = false;
			glColumn4.Text = "y";
			glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn4.Width = 35;
			glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn5.CheckBoxes = false;
			glColumn5.ImageIndex = -1;
			glColumn5.Name = "extra";
			glColumn5.NumericSort = false;
			glColumn5.Text = "Flags/Type";
			glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn5.Width = 70;
			glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn6.CheckBoxes = false;
			glColumn6.ImageIndex = -1;
			glColumn6.Name = "doortimer";
			glColumn6.NumericSort = false;
			glColumn6.Text = "Door Timer";
			glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn6.Width = 80;
			glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn7.CheckBoxes = false;
			glColumn7.ImageIndex = -1;
			glColumn7.Name = "otherdoor";
			glColumn7.NumericSort = false;
			glColumn7.Text = "Door Exit Flag";
			glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn7.Width = 80;
			glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn8.CheckBoxes = false;
			glColumn8.ImageIndex = -1;
			glColumn8.Name = "Description";
			glColumn8.NumericSort = false;
			glColumn8.Text = "Description";
			glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn8.Width = 340;
			this.glList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
																					   glColumn1,
																					   glColumn2,
																					   glColumn3,
																					   glColumn4,
																					   glColumn5,
																					   glColumn6,
																					   glColumn7,
																					   glColumn8});
			this.glList.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
			this.glList.FullRowSelect = true;
			this.glList.GridColor = System.Drawing.Color.LightGray;
			this.glList.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
			this.glList.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
			this.glList.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
			this.glList.HeaderHeight = 22;
			this.glList.HeaderVisible = true;
			this.glList.HeaderWordWrap = false;
			this.glList.HotColumnTracking = false;
			this.glList.HotItemTracking = false;
			this.glList.HotTrackingColor = System.Drawing.Color.LightGray;
			this.glList.HoverEvents = false;
			this.glList.HoverTime = 1;
			this.glList.ImageList = this.ImageListFG;
			this.glList.ItemHeight = 17;
			this.glList.ItemWordWrap = false;
			this.glList.Location = new System.Drawing.Point(89, 112);
			this.glList.Name = "glList";
			this.glList.Selectable = true;
			this.glList.SelectedTextColor = System.Drawing.Color.White;
			this.glList.SelectionColor = System.Drawing.Color.DarkBlue;
			this.glList.ShowBorder = true;
			this.glList.ShowFocusRect = false;
			this.glList.Size = new System.Drawing.Size(918, 531);
			this.glList.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
			this.glList.SuperFlatHeaderColor = System.Drawing.Color.White;
			this.glList.TabIndex = 45;
			this.glList.Text = "glacialList1";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label1.Location = new System.Drawing.Point(92, 62);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(120, 16);
			this.label1.TabIndex = 13;
			this.label1.Text = "Attributes (colour)";
			// 
			// label10
			// 
			this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label10.Location = new System.Drawing.Point(15, 61);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(67, 16);
			this.label10.TabIndex = 10;
			this.label10.Text = "ID/Location";
			// 
			// label13
			// 
			this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label13.Location = new System.Drawing.Point(215, 62);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(147, 16);
			this.label13.TabIndex = 11;
			this.label13.Text = "Rooms Linked From Here";
			// 
			// ImageListSP
			// 
			this.ImageListSP.ImageSize = new System.Drawing.Size(32, 32);
			this.ImageListSP.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// ListBoxBaddies
			// 
			this.ListBoxBaddies.Location = new System.Drawing.Point(10, 315);
			this.ListBoxBaddies.Name = "ListBoxBaddies";
			this.ListBoxBaddies.Size = new System.Drawing.Size(75, 134);
			this.ListBoxBaddies.TabIndex = 47;
			this.ListBoxBaddies.SelectedIndexChanged += new System.EventHandler(this.ListBoxBaddies_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(10, 285);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(65, 27);
			this.label2.TabIndex = 46;
			this.label2.Text = "Baddies/ Baddy Killers";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(11, 457);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(65, 72);
			this.label3.TabIndex = 51;
			this.label3.Text = "ACG Key Parts (8 rnd locations - but always 3 together)";
			// 
			// ListBoxACGKey
			// 
			this.ListBoxACGKey.Location = new System.Drawing.Point(8, 529);
			this.ListBoxACGKey.Name = "ListBoxACGKey";
			this.ListBoxACGKey.Size = new System.Drawing.Size(75, 108);
			this.ListBoxACGKey.TabIndex = 50;
			// 
			// ListBoxGreen
			// 
			this.ListBoxGreen.ColumnWidth = 30;
			this.ListBoxGreen.Location = new System.Drawing.Point(510, 64);
			this.ListBoxGreen.MultiColumn = true;
			this.ListBoxGreen.Name = "ListBoxGreen";
			this.ListBoxGreen.Size = new System.Drawing.Size(160, 43);
			this.ListBoxGreen.TabIndex = 54;
			this.ListBoxGreen.SelectedIndexChanged += new System.EventHandler(this.ListBoxGreen_SelectedIndexChanged);
			// 
			// ListBoxRed
			// 
			this.ListBoxRed.ColumnWidth = 30;
			this.ListBoxRed.Location = new System.Drawing.Point(678, 64);
			this.ListBoxRed.MultiColumn = true;
			this.ListBoxRed.Name = "ListBoxRed";
			this.ListBoxRed.Size = new System.Drawing.Size(160, 43);
			this.ListBoxRed.TabIndex = 55;
			this.ListBoxRed.SelectedIndexChanged += new System.EventHandler(this.ListBoxRed_SelectedIndexChanged);
			// 
			// ListBoxCyan
			// 
			this.ListBoxCyan.ColumnWidth = 30;
			this.ListBoxCyan.Location = new System.Drawing.Point(844, 62);
			this.ListBoxCyan.MultiColumn = true;
			this.ListBoxCyan.Name = "ListBoxCyan";
			this.ListBoxCyan.Size = new System.Drawing.Size(160, 43);
			this.ListBoxCyan.TabIndex = 56;
			this.ListBoxCyan.SelectedIndexChanged += new System.EventHandler(this.ListBoxCyan_SelectedIndexChanged);
			// 
			// ListBoxYellow
			// 
			this.ListBoxYellow.ColumnWidth = 3;
			this.ListBoxYellow.Location = new System.Drawing.Point(392, 65);
			this.ListBoxYellow.Name = "ListBoxYellow";
			this.ListBoxYellow.Size = new System.Drawing.Size(113, 43);
			this.ListBoxYellow.TabIndex = 57;
			this.ListBoxYellow.SelectedIndexChanged += new System.EventHandler(this.ListBoxYellow_SelectedIndexChanged);
			// 
			// MainForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(1016, 711);
			this.Controls.Add(this.ListBoxYellow);
			this.Controls.Add(this.ListBoxCyan);
			this.Controls.Add(this.ListBoxRed);
			this.Controls.Add(this.ListBoxGreen);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.ListBoxACGKey);
			this.Controls.Add(this.ListBoxBaddies);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.glList);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.LabelRoomLinks);
			this.Controls.Add(this.LabelAttr);
			this.Controls.Add(this.LabelID);
			this.Controls.Add(this.ListboxRooms);
			this.Controls.Add(this.LabelRooms);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.label13);
			this.Name = "MainForm";
			this.Text = "Ultimate Atic Atac Viewer";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.panel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
예제 #15
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     GlacialComponents.Controls.GLColumn            glColumn1 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn2 = new GlacialComponents.Controls.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.btn_add                    = new System.Windows.Forms.Button();
     this.btn_delete                 = new System.Windows.Forms.Button();
     this.gla_Apps                   = new GlacialComponents.Controls.GlacialList();
     this.trb_Speed                  = new System.Windows.Forms.TrackBar();
     this.lbl_Speed_min              = new System.Windows.Forms.Label();
     this.lbl_speed_max              = new System.Windows.Forms.Label();
     this.lbl_Speed                  = new System.Windows.Forms.Label();
     this.pib_Status                 = new System.Windows.Forms.PictureBox();
     this.cb_Controllers             = new ComboBoxes.AdvancedComboBox();
     this.ntf_Icon                   = new System.Windows.Forms.NotifyIcon(this.components);
     this.cms_Icon                   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.öffnenToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.schließenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.trb_Speed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pib_Status)).BeginInit();
     this.cms_Icon.SuspendLayout();
     this.SuspendLayout();
     //
     // btn_add
     //
     this.btn_add.BackColor = System.Drawing.SystemColors.Control;
     this.btn_add.FlatAppearance.BorderColor        = System.Drawing.Color.Black;
     this.btn_add.FlatAppearance.BorderSize         = 0;
     this.btn_add.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btn_add.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_add.ForeColor = System.Drawing.Color.Black;
     this.btn_add.Location  = new System.Drawing.Point(628, 12);
     this.btn_add.Name      = "btn_add";
     this.btn_add.Size      = new System.Drawing.Size(106, 31);
     this.btn_add.TabIndex  = 0;
     this.btn_add.Text      = "Hinzufügen";
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // btn_delete
     //
     this.btn_delete.Location = new System.Drawing.Point(642, 58);
     this.btn_delete.Name     = "btn_delete";
     this.btn_delete.Size     = new System.Drawing.Size(75, 23);
     this.btn_delete.TabIndex = 2;
     this.btn_delete.Text     = "Löschen";
     this.btn_delete.UseVisualStyleBackColor = true;
     this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
     //
     // gla_Apps
     //
     this.gla_Apps.AllowColumnResize      = false;
     this.gla_Apps.AllowMultiselect       = false;
     this.gla_Apps.AlternateBackground    = System.Drawing.Color.DarkGreen;
     this.gla_Apps.AlternatingColors      = false;
     this.gla_Apps.AutoHeight             = true;
     this.gla_Apps.BackColor              = System.Drawing.SystemColors.Control;
     this.gla_Apps.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType      = GlacialComponents.Controls.GLActivatedEmbeddedTypes.UserType;
     glColumn1.CheckBoxes            = false;
     glColumn1.ImageIndex            = -1;
     glColumn1.Name                  = "Icon";
     glColumn1.NumericSort           = false;
     glColumn1.Text                  = "Icon";
     glColumn1.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width                 = 30;
     glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn2.CheckBoxes            = false;
     glColumn2.ImageIndex            = -1;
     glColumn2.Name                  = "Pfad";
     glColumn2.NumericSort           = false;
     glColumn2.Text                  = "Pfad";
     glColumn2.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width                 = 570;
     this.gla_Apps.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1,
         glColumn2
     });
     this.gla_Apps.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.gla_Apps.FullRowSelect     = true;
     this.gla_Apps.GridColor         = System.Drawing.Color.LightGray;
     this.gla_Apps.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.gla_Apps.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.gla_Apps.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.gla_Apps.HeaderHeight      = 22;
     this.gla_Apps.HeaderVisible     = true;
     this.gla_Apps.HeaderWordWrap    = false;
     this.gla_Apps.HotColumnTracking = false;
     this.gla_Apps.HotItemTracking   = false;
     this.gla_Apps.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.gla_Apps.HoverEvents       = false;
     this.gla_Apps.HoverTime         = 1;
     this.gla_Apps.ImageList         = null;
     this.gla_Apps.ItemHeight        = 17;
     this.gla_Apps.ItemWordWrap      = false;
     this.gla_Apps.Location          = new System.Drawing.Point(12, 12);
     this.gla_Apps.Name                 = "gla_Apps";
     this.gla_Apps.Selectable           = true;
     this.gla_Apps.SelectedTextColor    = System.Drawing.Color.White;
     this.gla_Apps.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.gla_Apps.ShowBorder           = true;
     this.gla_Apps.ShowFocusRect        = false;
     this.gla_Apps.Size                 = new System.Drawing.Size(607, 301);
     this.gla_Apps.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.gla_Apps.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.gla_Apps.TabIndex             = 5;
     this.gla_Apps.Text                 = "glacialList1";
     //
     // trb_Speed
     //
     this.trb_Speed.BackColor = System.Drawing.SystemColors.Control;
     this.trb_Speed.Location  = new System.Drawing.Point(625, 103);
     this.trb_Speed.Maximum   = 50;
     this.trb_Speed.Minimum   = 1;
     this.trb_Speed.Name      = "trb_Speed";
     this.trb_Speed.Size      = new System.Drawing.Size(109, 45);
     this.trb_Speed.TabIndex  = 6;
     this.trb_Speed.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
     this.trb_Speed.Value     = 1;
     this.trb_Speed.Scroll   += new System.EventHandler(this.trb_Speed_Scroll);
     //
     // lbl_Speed_min
     //
     this.lbl_Speed_min.AutoSize = true;
     this.lbl_Speed_min.Location = new System.Drawing.Point(625, 135);
     this.lbl_Speed_min.Name     = "lbl_Speed_min";
     this.lbl_Speed_min.Size     = new System.Drawing.Size(19, 13);
     this.lbl_Speed_min.TabIndex = 7;
     this.lbl_Speed_min.Text     = "  1";
     //
     // lbl_speed_max
     //
     this.lbl_speed_max.AutoSize = true;
     this.lbl_speed_max.Location = new System.Drawing.Point(715, 135);
     this.lbl_speed_max.Name     = "lbl_speed_max";
     this.lbl_speed_max.Size     = new System.Drawing.Size(19, 13);
     this.lbl_speed_max.TabIndex = 8;
     this.lbl_speed_max.Text     = "00";
     //
     // lbl_Speed
     //
     this.lbl_Speed.AutoSize = true;
     this.lbl_Speed.Location = new System.Drawing.Point(670, 135);
     this.lbl_Speed.Name     = "lbl_Speed";
     this.lbl_Speed.Size     = new System.Drawing.Size(19, 13);
     this.lbl_Speed.TabIndex = 9;
     this.lbl_Speed.Text     = "01";
     //
     // pib_Status
     //
     this.pib_Status.Location = new System.Drawing.Point(703, 281);
     this.pib_Status.Name     = "pib_Status";
     this.pib_Status.Size     = new System.Drawing.Size(32, 32);
     this.pib_Status.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pib_Status.TabIndex = 10;
     this.pib_Status.TabStop  = false;
     //
     // cb_Controllers
     //
     this.cb_Controllers.FormattingEnabled = true;
     this.cb_Controllers.HighlightColor    = System.Drawing.Color.Green;
     this.cb_Controllers.Location          = new System.Drawing.Point(628, 181);
     this.cb_Controllers.MaxDropDownItems  = 4;
     this.cb_Controllers.Name                  = "cb_Controllers";
     this.cb_Controllers.Size                  = new System.Drawing.Size(106, 21);
     this.cb_Controllers.Sorted                = true;
     this.cb_Controllers.TabIndex              = 11;
     this.cb_Controllers.SelectedIndexChanged += new System.EventHandler(this.cb_Controllers_SelectedIndexChanged);
     //
     // ntf_Icon
     //
     this.ntf_Icon.BalloonTipIcon    = System.Windows.Forms.ToolTipIcon.Info;
     this.ntf_Icon.BalloonTipText    = "Controlls the mouse through pad. Double click to open config.";
     this.ntf_Icon.BalloonTipTitle   = "XMouse";
     this.ntf_Icon.ContextMenuStrip  = this.cms_Icon;
     this.ntf_Icon.Text              = "XMouse";
     this.ntf_Icon.Visible           = true;
     this.ntf_Icon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ntf_Icon_MouseDoubleClick);
     //
     // cms_Icon
     //
     this.cms_Icon.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.öffnenToolStripMenuItem,
         this.schließenToolStripMenuItem
     });
     this.cms_Icon.Name = "cms_Icon";
     this.cms_Icon.Size = new System.Drawing.Size(126, 48);
     //
     // öffnenToolStripMenuItem
     //
     this.öffnenToolStripMenuItem.Name   = "öffnenToolStripMenuItem";
     this.öffnenToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.öffnenToolStripMenuItem.Text   = "Öffnen";
     this.öffnenToolStripMenuItem.Click += new System.EventHandler(this.öffnenToolStripMenuItem_Click);
     //
     // schließenToolStripMenuItem
     //
     this.schließenToolStripMenuItem.Name   = "schließenToolStripMenuItem";
     this.schließenToolStripMenuItem.Size   = new System.Drawing.Size(125, 22);
     this.schließenToolStripMenuItem.Text   = "Schließen";
     this.schließenToolStripMenuItem.Click += new System.EventHandler(this.schließenToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(746, 337);
     this.Controls.Add(this.cb_Controllers);
     this.Controls.Add(this.pib_Status);
     this.Controls.Add(this.lbl_Speed);
     this.Controls.Add(this.lbl_speed_max);
     this.Controls.Add(this.lbl_Speed_min);
     this.Controls.Add(this.trb_Speed);
     this.Controls.Add(this.gla_Apps);
     this.Controls.Add(this.btn_delete);
     this.Controls.Add(this.btn_add);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.Padding         = new System.Windows.Forms.Padding(350, 150, 350, 150);
     this.ShowInTaskbar   = false;
     this.Text            = "XMouse";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.Resize         += new System.EventHandler(this.Form1_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.trb_Speed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pib_Status)).EndInit();
     this.cms_Icon.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #16
0
파일: images.cs 프로젝트: Commnets/QGAMES
		/// <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();
			GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
			GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
			this.glImages = new GlacialComponents.Controls.GlacialList();
			this.ButtonClose = new System.Windows.Forms.Button();
			this.ilItems = new System.Windows.Forms.ImageList(this.components);
			this.SuspendLayout();
			// 
			// glImages
			// 
			this.glImages.AllowColumnResize = true;
			this.glImages.AllowMultiselect = false;
			this.glImages.AlternateBackground = System.Drawing.Color.DarkGreen;
			this.glImages.AlternatingColors = false;
			this.glImages.AutoHeight = true;
			this.glImages.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.glImages.BackgroundStretchToFit = true;
			glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn1.CheckBoxes = false;
			glColumn1.ImageIndex = -1;
			glColumn1.Name = "Column2";
			glColumn1.NumericSort = false;
			glColumn1.Text = "Block";
			glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn1.Width = 70;
			glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn2.CheckBoxes = false;
			glColumn2.ImageIndex = -1;
			glColumn2.Name = "Column3";
			glColumn2.NumericSort = false;
			glColumn2.Text = "Name";
			glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn2.Width = 270;
			glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
			glColumn3.CheckBoxes = false;
			glColumn3.ImageIndex = -1;
			glColumn3.Name = "Column4";
			glColumn3.NumericSort = false;
			glColumn3.Text = "Type";
			glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
			glColumn3.Width = 100;
			this.glImages.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
																						 glColumn1,
																						 glColumn2,
																						 glColumn3});
			this.glImages.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
			this.glImages.FullRowSelect = true;
			this.glImages.GridColor = System.Drawing.Color.LightGray;
			this.glImages.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
			this.glImages.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
			this.glImages.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
			this.glImages.HeaderHeight = 22;
			this.glImages.HeaderVisible = true;
			this.glImages.HeaderWordWrap = false;
			this.glImages.HotColumnTracking = false;
			this.glImages.HotItemTracking = false;
			this.glImages.HotTrackingColor = System.Drawing.Color.LightGray;
			this.glImages.HoverEvents = false;
			this.glImages.HoverTime = 1;
			this.glImages.ImageList = null;
			this.glImages.ItemHeight = 17;
			this.glImages.ItemWordWrap = false;
			this.glImages.Location = new System.Drawing.Point(8, 16);
			this.glImages.Name = "glImages";
			this.glImages.Selectable = true;
			this.glImages.SelectedTextColor = System.Drawing.Color.White;
			this.glImages.SelectionColor = System.Drawing.Color.DarkBlue;
			this.glImages.ShowBorder = true;
			this.glImages.ShowFocusRect = false;
			this.glImages.Size = new System.Drawing.Size(440, 480);
			this.glImages.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
			this.glImages.SuperFlatHeaderColor = System.Drawing.Color.White;
			this.glImages.TabIndex = 0;
			this.glImages.Text = "glacialList1";
			// 
			// ButtonClose
			// 
			this.ButtonClose.Location = new System.Drawing.Point(376, 496);
			this.ButtonClose.Name = "ButtonClose";
			this.ButtonClose.Size = new System.Drawing.Size(75, 32);
			this.ButtonClose.TabIndex = 1;
			this.ButtonClose.Text = "&Close";
			this.ButtonClose.Click += new System.EventHandler(this.ButtonClose_Click);
			// 
			// ilItems
			// 
			this.ilItems.ImageSize = new System.Drawing.Size(64, 64);
			this.ilItems.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// images
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(458, 530);
			this.Controls.Add(this.ButtonClose);
			this.Controls.Add(this.glImages);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Name = "images";
			this.Text = "Game Images";
			this.ResumeLayout(false);

		}
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LinkInfoForm));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLItem glItem1 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem1 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem2 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem3 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem4 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem2 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem5 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem6 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem7 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem8 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem3 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem9 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem10 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem11 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem12 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem4 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem13 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem14 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem15 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem16 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem5 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem17 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem18 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem19 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem20 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem6 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem21 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem22 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem23 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem24 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem7 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem25 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem26 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem27 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem28 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem8 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem29 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem30 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem31 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem32 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem9 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem33 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem34 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem35 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem36 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem10 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem37 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem38 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem39 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem40 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem11 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem41 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem42 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem43 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem44 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem12 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem45 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem46 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem47 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem48 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem13 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem49 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem50 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem51 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem52 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem14 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem53 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem54 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem55 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem56 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem15 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem57 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem58 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem59 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem60 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem16 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem61 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem62 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem63 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem64 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem17 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem65 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem66 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem67 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem68 = new GlacialComponents.Controls.GLSubItem();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tabControl1 = new FlatTabControl.FlatTabControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.customScrollbar1 = new CustomControls.CustomScrollbar();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.MinimumSize = new System.Drawing.Size(420, 420);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(448, 481);
            this.panel1.TabIndex = 0;
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.panel2.Controls.Add(this.tabControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(448, 481);
            this.panel2.TabIndex = 1;
            this.panel2.Resize += new System.EventHandler(this.panel2_Resize);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.myBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(448, 481);
            this.tabControl1.TabIndex = 1;
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage2.Controls.Add(this.customScrollbar1);
            this.tabPage2.Controls.Add(this.glacialList1);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(440, 451);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            // 
            // customScrollbar1
            // 
            this.customScrollbar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(25)))), ((int)(((byte)(29)))));
            this.customScrollbar1.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(166)))), ((int)(((byte)(3)))));
            this.customScrollbar1.DownArrowImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.DownArrowImage")));
            this.customScrollbar1.LargeChange = 100;
            this.customScrollbar1.Location = new System.Drawing.Point(419, 27);
            this.customScrollbar1.Maximum = 100;
            this.customScrollbar1.Minimum = 0;
            this.customScrollbar1.MinimumSize = new System.Drawing.Size(15, 92);
            this.customScrollbar1.Name = "customScrollbar1";
            this.customScrollbar1.Size = new System.Drawing.Size(18, 343);
            this.customScrollbar1.SmallChange = 1;
            this.customScrollbar1.TabIndex = 1;
            this.customScrollbar1.ThumbBottomImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.ThumbBottomImage")));
            this.customScrollbar1.ThumbBottomSpanImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.ThumbBottomSpanImage")));
            this.customScrollbar1.ThumbMiddleImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.ThumbMiddleImage")));
            this.customScrollbar1.ThumbTopImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.ThumbTopImage")));
            this.customScrollbar1.ThumbTopSpanImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.ThumbTopSpanImage")));
            this.customScrollbar1.UpArrowImage = ((System.Drawing.Image)(resources.GetObject("customScrollbar1.UpArrowImage")));
            this.customScrollbar1.Value = 0;
            this.customScrollbar1.Scroll += new System.EventHandler(this.customScrollbar1_Scroll);
            this.customScrollbar1.Load += new System.EventHandler(this.customScrollbar1_Load);
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = false;
            this.glacialList1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Description";
            glColumn1.NumericSort = false;
            glColumn1.Text = "Description";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 130;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "ID";
            glColumn2.NumericSort = false;
            glColumn2.Text = "ID";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 40;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Package";
            glColumn3.NumericSort = false;
            glColumn3.Text = "Package";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 60;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Battery";
            glColumn4.NumericSort = false;
            glColumn4.Text = "Battery";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 60;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glacialList1.ForeColor = System.Drawing.SystemColors.Control;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.LightGray;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridVertical;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridDashed;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = true;
            this.glacialList1.HotItemTracking = true;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = this.imageList1;
            this.glacialList1.ItemHeight = 20;
            glItem1.BackColor = System.Drawing.Color.White;
            glItem1.ForeColor = System.Drawing.Color.Black;
            glItem1.RowBorderColor = System.Drawing.Color.Black;
            glItem1.RowBorderSize = 0;
            glSubItem1.BackColor = System.Drawing.Color.Empty;
            glSubItem1.Checked = true;
            glSubItem1.ForceText = false;
            glSubItem1.ForeColor = System.Drawing.Color.Black;
            glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem1.ImageIndex = 4;
            glSubItem1.Text = "Left hand";
            glSubItem2.BackColor = System.Drawing.Color.Empty;
            glSubItem2.Checked = false;
            glSubItem2.ForceText = false;
            glSubItem2.ForeColor = System.Drawing.Color.Black;
            glSubItem2.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem2.ImageIndex = -1;
            glSubItem2.Text = "01";
            glSubItem3.BackColor = System.Drawing.Color.Empty;
            glSubItem3.Checked = false;
            glSubItem3.ForceText = false;
            glSubItem3.ForeColor = System.Drawing.Color.Black;
            glSubItem3.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem3.ImageIndex = 0;
            glSubItem3.Text = "0%";
            glSubItem4.BackColor = System.Drawing.Color.Empty;
            glSubItem4.Checked = false;
            glSubItem4.ForceText = false;
            glSubItem4.ForeColor = System.Drawing.Color.Black;
            glSubItem4.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem4.ImageIndex = 5;
            glSubItem4.Text = "0%";
            glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem1,
            glSubItem2,
            glSubItem3,
            glSubItem4});
            glItem1.Text = "Left hand";
            glItem2.BackColor = System.Drawing.Color.White;
            glItem2.ForeColor = System.Drawing.Color.Black;
            glItem2.RowBorderColor = System.Drawing.Color.Black;
            glItem2.RowBorderSize = 0;
            glSubItem5.BackColor = System.Drawing.Color.Empty;
            glSubItem5.Checked = false;
            glSubItem5.ForceText = false;
            glSubItem5.ForeColor = System.Drawing.Color.Black;
            glSubItem5.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem5.ImageIndex = 4;
            glSubItem5.Text = "Left forearm";
            glSubItem6.BackColor = System.Drawing.Color.Empty;
            glSubItem6.Checked = false;
            glSubItem6.ForceText = false;
            glSubItem6.ForeColor = System.Drawing.Color.Black;
            glSubItem6.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem6.ImageIndex = -1;
            glSubItem6.Text = "02";
            glSubItem7.BackColor = System.Drawing.Color.Empty;
            glSubItem7.Checked = false;
            glSubItem7.ForceText = false;
            glSubItem7.ForeColor = System.Drawing.Color.Black;
            glSubItem7.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem7.ImageIndex = 0;
            glSubItem7.Text = "0%";
            glSubItem8.BackColor = System.Drawing.Color.Empty;
            glSubItem8.Checked = false;
            glSubItem8.ForceText = false;
            glSubItem8.ForeColor = System.Drawing.Color.Black;
            glSubItem8.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem8.ImageIndex = 5;
            glSubItem8.Text = "0%";
            glItem2.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem5,
            glSubItem6,
            glSubItem7,
            glSubItem8});
            glItem2.Text = "Left forearm";
            glItem3.BackColor = System.Drawing.Color.White;
            glItem3.ForeColor = System.Drawing.Color.Black;
            glItem3.RowBorderColor = System.Drawing.Color.Black;
            glItem3.RowBorderSize = 0;
            glSubItem9.BackColor = System.Drawing.Color.Empty;
            glSubItem9.Checked = false;
            glSubItem9.ForceText = false;
            glSubItem9.ForeColor = System.Drawing.Color.Black;
            glSubItem9.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem9.ImageIndex = 4;
            glSubItem9.Text = "Left arm";
            glSubItem10.BackColor = System.Drawing.Color.Empty;
            glSubItem10.Checked = false;
            glSubItem10.ForceText = false;
            glSubItem10.ForeColor = System.Drawing.Color.Black;
            glSubItem10.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem10.ImageIndex = -1;
            glSubItem10.Text = "03";
            glSubItem11.BackColor = System.Drawing.Color.Empty;
            glSubItem11.Checked = false;
            glSubItem11.ForceText = false;
            glSubItem11.ForeColor = System.Drawing.Color.Black;
            glSubItem11.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem11.ImageIndex = 0;
            glSubItem11.Text = "0%";
            glSubItem12.BackColor = System.Drawing.Color.Empty;
            glSubItem12.Checked = false;
            glSubItem12.ForceText = false;
            glSubItem12.ForeColor = System.Drawing.Color.Black;
            glSubItem12.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem12.ImageIndex = 5;
            glSubItem12.Text = "0%";
            glItem3.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem9,
            glSubItem10,
            glSubItem11,
            glSubItem12});
            glItem3.Text = "Left arm";
            glItem4.BackColor = System.Drawing.Color.White;
            glItem4.ForeColor = System.Drawing.Color.Black;
            glItem4.RowBorderColor = System.Drawing.Color.Black;
            glItem4.RowBorderSize = 0;
            glSubItem13.BackColor = System.Drawing.Color.Empty;
            glSubItem13.Checked = false;
            glSubItem13.ForceText = false;
            glSubItem13.ForeColor = System.Drawing.Color.Black;
            glSubItem13.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem13.ImageIndex = 4;
            glSubItem13.Text = "Left shoulder";
            glSubItem14.BackColor = System.Drawing.Color.Empty;
            glSubItem14.Checked = false;
            glSubItem14.ForceText = false;
            glSubItem14.ForeColor = System.Drawing.Color.Black;
            glSubItem14.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem14.ImageIndex = -1;
            glSubItem14.Text = "04";
            glSubItem15.BackColor = System.Drawing.Color.Empty;
            glSubItem15.Checked = false;
            glSubItem15.ForceText = false;
            glSubItem15.ForeColor = System.Drawing.Color.Black;
            glSubItem15.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem15.ImageIndex = 0;
            glSubItem15.Text = "0%";
            glSubItem16.BackColor = System.Drawing.Color.Empty;
            glSubItem16.Checked = false;
            glSubItem16.ForceText = false;
            glSubItem16.ForeColor = System.Drawing.Color.Black;
            glSubItem16.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem16.ImageIndex = 5;
            glSubItem16.Text = "0%";
            glItem4.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem13,
            glSubItem14,
            glSubItem15,
            glSubItem16});
            glItem4.Text = "Left shoulder";
            glItem5.BackColor = System.Drawing.Color.White;
            glItem5.ForeColor = System.Drawing.Color.Black;
            glItem5.RowBorderColor = System.Drawing.Color.Black;
            glItem5.RowBorderSize = 0;
            glSubItem17.BackColor = System.Drawing.Color.Empty;
            glSubItem17.Checked = false;
            glSubItem17.ForceText = false;
            glSubItem17.ForeColor = System.Drawing.Color.Black;
            glSubItem17.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem17.ImageIndex = 4;
            glSubItem17.Text = "Right shoulder";
            glSubItem18.BackColor = System.Drawing.Color.Empty;
            glSubItem18.Checked = false;
            glSubItem18.ForceText = false;
            glSubItem18.ForeColor = System.Drawing.Color.Black;
            glSubItem18.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem18.ImageIndex = -1;
            glSubItem18.Text = "05";
            glSubItem19.BackColor = System.Drawing.Color.Empty;
            glSubItem19.Checked = false;
            glSubItem19.ForceText = false;
            glSubItem19.ForeColor = System.Drawing.Color.Black;
            glSubItem19.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem19.ImageIndex = 0;
            glSubItem19.Text = "0%";
            glSubItem20.BackColor = System.Drawing.Color.Empty;
            glSubItem20.Checked = false;
            glSubItem20.ForceText = false;
            glSubItem20.ForeColor = System.Drawing.Color.Black;
            glSubItem20.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem20.ImageIndex = 5;
            glSubItem20.Text = "0%";
            glItem5.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem17,
            glSubItem18,
            glSubItem19,
            glSubItem20});
            glItem5.Text = "Right shoulder";
            glItem6.BackColor = System.Drawing.Color.White;
            glItem6.ForeColor = System.Drawing.Color.Black;
            glItem6.RowBorderColor = System.Drawing.Color.Black;
            glItem6.RowBorderSize = 0;
            glSubItem21.BackColor = System.Drawing.Color.Empty;
            glSubItem21.Checked = false;
            glSubItem21.ForceText = false;
            glSubItem21.ForeColor = System.Drawing.Color.Black;
            glSubItem21.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem21.ImageIndex = 4;
            glSubItem21.Text = "Right arm";
            glSubItem22.BackColor = System.Drawing.Color.Empty;
            glSubItem22.Checked = false;
            glSubItem22.ForceText = false;
            glSubItem22.ForeColor = System.Drawing.Color.Black;
            glSubItem22.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem22.ImageIndex = -1;
            glSubItem22.Text = "06";
            glSubItem23.BackColor = System.Drawing.Color.Empty;
            glSubItem23.Checked = false;
            glSubItem23.ForceText = false;
            glSubItem23.ForeColor = System.Drawing.Color.Black;
            glSubItem23.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem23.ImageIndex = 0;
            glSubItem23.Text = "0%";
            glSubItem24.BackColor = System.Drawing.Color.Empty;
            glSubItem24.Checked = false;
            glSubItem24.ForceText = false;
            glSubItem24.ForeColor = System.Drawing.Color.Black;
            glSubItem24.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem24.ImageIndex = 5;
            glSubItem24.Text = "0%";
            glItem6.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem21,
            glSubItem22,
            glSubItem23,
            glSubItem24});
            glItem6.Text = "Right arm";
            glItem7.BackColor = System.Drawing.Color.White;
            glItem7.ForeColor = System.Drawing.Color.Black;
            glItem7.RowBorderColor = System.Drawing.Color.Black;
            glItem7.RowBorderSize = 0;
            glSubItem25.BackColor = System.Drawing.Color.Empty;
            glSubItem25.Checked = false;
            glSubItem25.ForceText = false;
            glSubItem25.ForeColor = System.Drawing.Color.Black;
            glSubItem25.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem25.ImageIndex = 4;
            glSubItem25.Text = "Right forearm";
            glSubItem26.BackColor = System.Drawing.Color.Empty;
            glSubItem26.Checked = false;
            glSubItem26.ForceText = false;
            glSubItem26.ForeColor = System.Drawing.Color.Black;
            glSubItem26.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem26.ImageIndex = -1;
            glSubItem26.Text = "07";
            glSubItem27.BackColor = System.Drawing.Color.Empty;
            glSubItem27.Checked = false;
            glSubItem27.ForceText = false;
            glSubItem27.ForeColor = System.Drawing.Color.Black;
            glSubItem27.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem27.ImageIndex = 0;
            glSubItem27.Text = "0%";
            glSubItem28.BackColor = System.Drawing.Color.Empty;
            glSubItem28.Checked = false;
            glSubItem28.ForceText = false;
            glSubItem28.ForeColor = System.Drawing.Color.Black;
            glSubItem28.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem28.ImageIndex = 5;
            glSubItem28.Text = "0%";
            glItem7.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem25,
            glSubItem26,
            glSubItem27,
            glSubItem28});
            glItem7.Text = "Right forearm";
            glItem8.BackColor = System.Drawing.Color.White;
            glItem8.ForeColor = System.Drawing.Color.Black;
            glItem8.RowBorderColor = System.Drawing.Color.Black;
            glItem8.RowBorderSize = 0;
            glSubItem29.BackColor = System.Drawing.Color.Empty;
            glSubItem29.Checked = false;
            glSubItem29.ForceText = false;
            glSubItem29.ForeColor = System.Drawing.Color.Black;
            glSubItem29.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem29.ImageIndex = 4;
            glSubItem29.Text = "Right hand";
            glSubItem30.BackColor = System.Drawing.Color.Empty;
            glSubItem30.Checked = false;
            glSubItem30.ForceText = false;
            glSubItem30.ForeColor = System.Drawing.Color.Black;
            glSubItem30.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem30.ImageIndex = -1;
            glSubItem30.Text = "08";
            glSubItem31.BackColor = System.Drawing.Color.Empty;
            glSubItem31.Checked = false;
            glSubItem31.ForceText = false;
            glSubItem31.ForeColor = System.Drawing.Color.Black;
            glSubItem31.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem31.ImageIndex = 0;
            glSubItem31.Text = "0%";
            glSubItem32.BackColor = System.Drawing.Color.Empty;
            glSubItem32.Checked = false;
            glSubItem32.ForceText = false;
            glSubItem32.ForeColor = System.Drawing.Color.Black;
            glSubItem32.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem32.ImageIndex = 5;
            glSubItem32.Text = "0%";
            glItem8.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem29,
            glSubItem30,
            glSubItem31,
            glSubItem32});
            glItem8.Text = "Right hand";
            glItem9.BackColor = System.Drawing.Color.White;
            glItem9.ForeColor = System.Drawing.Color.Black;
            glItem9.RowBorderColor = System.Drawing.Color.Black;
            glItem9.RowBorderSize = 0;
            glSubItem33.BackColor = System.Drawing.Color.Empty;
            glSubItem33.Checked = false;
            glSubItem33.ForceText = false;
            glSubItem33.ForeColor = System.Drawing.Color.Black;
            glSubItem33.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem33.ImageIndex = 4;
            glSubItem33.Text = "Head";
            glSubItem34.BackColor = System.Drawing.Color.Empty;
            glSubItem34.Checked = false;
            glSubItem34.ForceText = false;
            glSubItem34.ForeColor = System.Drawing.Color.Black;
            glSubItem34.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem34.ImageIndex = -1;
            glSubItem34.Text = "09";
            glSubItem35.BackColor = System.Drawing.Color.Empty;
            glSubItem35.Checked = false;
            glSubItem35.ForceText = false;
            glSubItem35.ForeColor = System.Drawing.Color.Black;
            glSubItem35.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem35.ImageIndex = 0;
            glSubItem35.Text = "0%";
            glSubItem36.BackColor = System.Drawing.Color.Empty;
            glSubItem36.Checked = false;
            glSubItem36.ForceText = false;
            glSubItem36.ForeColor = System.Drawing.Color.Black;
            glSubItem36.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem36.ImageIndex = 5;
            glSubItem36.Text = "0%";
            glItem9.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem33,
            glSubItem34,
            glSubItem35,
            glSubItem36});
            glItem9.Text = "Head";
            glItem10.BackColor = System.Drawing.Color.White;
            glItem10.ForeColor = System.Drawing.Color.Black;
            glItem10.RowBorderColor = System.Drawing.Color.Black;
            glItem10.RowBorderSize = 0;
            glSubItem37.BackColor = System.Drawing.Color.Empty;
            glSubItem37.Checked = false;
            glSubItem37.ForceText = false;
            glSubItem37.ForeColor = System.Drawing.Color.Black;
            glSubItem37.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem37.ImageIndex = 4;
            glSubItem37.Text = "Vertebra";
            glSubItem38.BackColor = System.Drawing.Color.Empty;
            glSubItem38.Checked = false;
            glSubItem38.ForceText = false;
            glSubItem38.ForeColor = System.Drawing.Color.Black;
            glSubItem38.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem38.ImageIndex = -1;
            glSubItem38.Text = "10";
            glSubItem39.BackColor = System.Drawing.Color.Empty;
            glSubItem39.Checked = false;
            glSubItem39.ForceText = false;
            glSubItem39.ForeColor = System.Drawing.Color.Black;
            glSubItem39.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem39.ImageIndex = 0;
            glSubItem39.Text = "0%";
            glSubItem40.BackColor = System.Drawing.Color.Empty;
            glSubItem40.Checked = false;
            glSubItem40.ForceText = false;
            glSubItem40.ForeColor = System.Drawing.Color.Black;
            glSubItem40.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem40.ImageIndex = 5;
            glSubItem40.Text = "0%";
            glItem10.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem37,
            glSubItem38,
            glSubItem39,
            glSubItem40});
            glItem10.Text = "Vertebra";
            glItem11.BackColor = System.Drawing.Color.White;
            glItem11.ForeColor = System.Drawing.Color.Black;
            glItem11.RowBorderColor = System.Drawing.Color.Black;
            glItem11.RowBorderSize = 0;
            glSubItem41.BackColor = System.Drawing.Color.Empty;
            glSubItem41.Checked = false;
            glSubItem41.ForceText = false;
            glSubItem41.ForeColor = System.Drawing.Color.Black;
            glSubItem41.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem41.ImageIndex = 4;
            glSubItem41.Text = "Hip";
            glSubItem42.BackColor = System.Drawing.Color.Empty;
            glSubItem42.Checked = false;
            glSubItem42.ForceText = false;
            glSubItem42.ForeColor = System.Drawing.Color.Black;
            glSubItem42.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem42.ImageIndex = -1;
            glSubItem42.Text = "11";
            glSubItem43.BackColor = System.Drawing.Color.Empty;
            glSubItem43.Checked = false;
            glSubItem43.ForceText = false;
            glSubItem43.ForeColor = System.Drawing.Color.Black;
            glSubItem43.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem43.ImageIndex = 0;
            glSubItem43.Text = "0%";
            glSubItem44.BackColor = System.Drawing.Color.Empty;
            glSubItem44.Checked = false;
            glSubItem44.ForceText = false;
            glSubItem44.ForeColor = System.Drawing.Color.Black;
            glSubItem44.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem44.ImageIndex = 5;
            glSubItem44.Text = "0%";
            glItem11.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem41,
            glSubItem42,
            glSubItem43,
            glSubItem44});
            glItem11.Text = "Hip";
            glItem12.BackColor = System.Drawing.Color.White;
            glItem12.ForeColor = System.Drawing.Color.Black;
            glItem12.RowBorderColor = System.Drawing.Color.Black;
            glItem12.RowBorderSize = 0;
            glSubItem45.BackColor = System.Drawing.Color.Empty;
            glSubItem45.Checked = false;
            glSubItem45.ForceText = false;
            glSubItem45.ForeColor = System.Drawing.Color.Black;
            glSubItem45.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem45.ImageIndex = 4;
            glSubItem45.Text = "Left upper leg";
            glSubItem46.BackColor = System.Drawing.Color.Empty;
            glSubItem46.Checked = false;
            glSubItem46.ForceText = false;
            glSubItem46.ForeColor = System.Drawing.Color.Black;
            glSubItem46.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem46.ImageIndex = -1;
            glSubItem46.Text = "12";
            glSubItem47.BackColor = System.Drawing.Color.Empty;
            glSubItem47.Checked = false;
            glSubItem47.ForceText = false;
            glSubItem47.ForeColor = System.Drawing.Color.Black;
            glSubItem47.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem47.ImageIndex = 0;
            glSubItem47.Text = "0%";
            glSubItem48.BackColor = System.Drawing.Color.Empty;
            glSubItem48.Checked = false;
            glSubItem48.ForceText = false;
            glSubItem48.ForeColor = System.Drawing.Color.Black;
            glSubItem48.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem48.ImageIndex = 5;
            glSubItem48.Text = "0%";
            glItem12.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem45,
            glSubItem46,
            glSubItem47,
            glSubItem48});
            glItem12.Text = "Left upper leg";
            glItem13.BackColor = System.Drawing.Color.White;
            glItem13.ForeColor = System.Drawing.Color.Black;
            glItem13.RowBorderColor = System.Drawing.Color.Black;
            glItem13.RowBorderSize = 0;
            glSubItem49.BackColor = System.Drawing.Color.Empty;
            glSubItem49.Checked = false;
            glSubItem49.ForceText = false;
            glSubItem49.ForeColor = System.Drawing.Color.Black;
            glSubItem49.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem49.ImageIndex = 4;
            glSubItem49.Text = "Left leg";
            glSubItem50.BackColor = System.Drawing.Color.Empty;
            glSubItem50.Checked = false;
            glSubItem50.ForceText = false;
            glSubItem50.ForeColor = System.Drawing.Color.Black;
            glSubItem50.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem50.ImageIndex = -1;
            glSubItem50.Text = "13";
            glSubItem51.BackColor = System.Drawing.Color.Empty;
            glSubItem51.Checked = false;
            glSubItem51.ForceText = false;
            glSubItem51.ForeColor = System.Drawing.Color.Black;
            glSubItem51.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem51.ImageIndex = 0;
            glSubItem51.Text = "0%";
            glSubItem52.BackColor = System.Drawing.Color.Empty;
            glSubItem52.Checked = false;
            glSubItem52.ForceText = false;
            glSubItem52.ForeColor = System.Drawing.Color.Black;
            glSubItem52.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem52.ImageIndex = 5;
            glSubItem52.Text = "0%";
            glItem13.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem49,
            glSubItem50,
            glSubItem51,
            glSubItem52});
            glItem13.Text = "Left leg";
            glItem14.BackColor = System.Drawing.Color.White;
            glItem14.ForeColor = System.Drawing.Color.Black;
            glItem14.RowBorderColor = System.Drawing.Color.Black;
            glItem14.RowBorderSize = 0;
            glSubItem53.BackColor = System.Drawing.Color.Empty;
            glSubItem53.Checked = false;
            glSubItem53.ForceText = false;
            glSubItem53.ForeColor = System.Drawing.Color.Black;
            glSubItem53.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem53.ImageIndex = 4;
            glSubItem53.Text = "Left foot";
            glSubItem54.BackColor = System.Drawing.Color.Empty;
            glSubItem54.Checked = false;
            glSubItem54.ForceText = false;
            glSubItem54.ForeColor = System.Drawing.Color.Black;
            glSubItem54.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem54.ImageIndex = -1;
            glSubItem54.Text = "14";
            glSubItem55.BackColor = System.Drawing.Color.Empty;
            glSubItem55.Checked = false;
            glSubItem55.ForceText = false;
            glSubItem55.ForeColor = System.Drawing.Color.Black;
            glSubItem55.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem55.ImageIndex = 0;
            glSubItem55.Text = "0%";
            glSubItem56.BackColor = System.Drawing.Color.Empty;
            glSubItem56.Checked = false;
            glSubItem56.ForceText = false;
            glSubItem56.ForeColor = System.Drawing.Color.Black;
            glSubItem56.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem56.ImageIndex = 5;
            glSubItem56.Text = "0%";
            glItem14.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem53,
            glSubItem54,
            glSubItem55,
            glSubItem56});
            glItem14.Text = "Left foot";
            glItem15.BackColor = System.Drawing.Color.White;
            glItem15.ForeColor = System.Drawing.Color.Black;
            glItem15.RowBorderColor = System.Drawing.Color.Black;
            glItem15.RowBorderSize = 0;
            glSubItem57.BackColor = System.Drawing.Color.Empty;
            glSubItem57.Checked = false;
            glSubItem57.ForceText = false;
            glSubItem57.ForeColor = System.Drawing.Color.Black;
            glSubItem57.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem57.ImageIndex = 4;
            glSubItem57.Text = "Right upper leg";
            glSubItem58.BackColor = System.Drawing.Color.Empty;
            glSubItem58.Checked = false;
            glSubItem58.ForceText = false;
            glSubItem58.ForeColor = System.Drawing.Color.Black;
            glSubItem58.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem58.ImageIndex = -1;
            glSubItem58.Text = "15";
            glSubItem59.BackColor = System.Drawing.Color.Empty;
            glSubItem59.Checked = false;
            glSubItem59.ForceText = false;
            glSubItem59.ForeColor = System.Drawing.Color.Black;
            glSubItem59.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem59.ImageIndex = 0;
            glSubItem59.Text = "0%";
            glSubItem60.BackColor = System.Drawing.Color.Empty;
            glSubItem60.Checked = false;
            glSubItem60.ForceText = false;
            glSubItem60.ForeColor = System.Drawing.Color.Black;
            glSubItem60.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem60.ImageIndex = 5;
            glSubItem60.Text = "0%";
            glItem15.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem57,
            glSubItem58,
            glSubItem59,
            glSubItem60});
            glItem15.Text = "Right upper leg";
            glItem16.BackColor = System.Drawing.Color.White;
            glItem16.ForeColor = System.Drawing.Color.Black;
            glItem16.RowBorderColor = System.Drawing.Color.Black;
            glItem16.RowBorderSize = 0;
            glSubItem61.BackColor = System.Drawing.Color.Empty;
            glSubItem61.Checked = false;
            glSubItem61.ForceText = false;
            glSubItem61.ForeColor = System.Drawing.Color.Black;
            glSubItem61.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem61.ImageIndex = 4;
            glSubItem61.Text = "Right leg";
            glSubItem62.BackColor = System.Drawing.Color.Empty;
            glSubItem62.Checked = false;
            glSubItem62.ForceText = false;
            glSubItem62.ForeColor = System.Drawing.Color.Black;
            glSubItem62.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem62.ImageIndex = -1;
            glSubItem62.Text = "16";
            glSubItem63.BackColor = System.Drawing.Color.Empty;
            glSubItem63.Checked = false;
            glSubItem63.ForceText = false;
            glSubItem63.ForeColor = System.Drawing.Color.Black;
            glSubItem63.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem63.ImageIndex = 0;
            glSubItem63.Text = "0%";
            glSubItem64.BackColor = System.Drawing.Color.Empty;
            glSubItem64.Checked = false;
            glSubItem64.ForceText = false;
            glSubItem64.ForeColor = System.Drawing.Color.Black;
            glSubItem64.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem64.ImageIndex = 5;
            glSubItem64.Text = "0%";
            glItem16.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem61,
            glSubItem62,
            glSubItem63,
            glSubItem64});
            glItem16.Text = "Right leg";
            glItem17.BackColor = System.Drawing.Color.White;
            glItem17.ForeColor = System.Drawing.Color.Black;
            glItem17.RowBorderColor = System.Drawing.Color.Black;
            glItem17.RowBorderSize = 0;
            glSubItem65.BackColor = System.Drawing.Color.Empty;
            glSubItem65.Checked = false;
            glSubItem65.ForceText = false;
            glSubItem65.ForeColor = System.Drawing.Color.Black;
            glSubItem65.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem65.ImageIndex = 4;
            glSubItem65.Text = "Right  foot";
            glSubItem66.BackColor = System.Drawing.Color.Empty;
            glSubItem66.Checked = false;
            glSubItem66.ForceText = false;
            glSubItem66.ForeColor = System.Drawing.Color.Black;
            glSubItem66.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem66.ImageIndex = -1;
            glSubItem66.Text = "17";
            glSubItem67.BackColor = System.Drawing.Color.Empty;
            glSubItem67.Checked = false;
            glSubItem67.ForceText = false;
            glSubItem67.ForeColor = System.Drawing.Color.Black;
            glSubItem67.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem67.ImageIndex = 0;
            glSubItem67.Text = "0%";
            glSubItem68.BackColor = System.Drawing.Color.Empty;
            glSubItem68.Checked = false;
            glSubItem68.ForceText = false;
            glSubItem68.ForeColor = System.Drawing.Color.Black;
            glSubItem68.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem68.ImageIndex = 5;
            glSubItem68.Text = "0%";
            glItem17.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem65,
            glSubItem66,
            glSubItem67,
            glSubItem68});
            glItem17.Text = "Right  foot";
            this.glacialList1.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
            glItem1,
            glItem2,
            glItem3,
            glItem4,
            glItem5,
            glItem6,
            glItem7,
            glItem8,
            glItem9,
            glItem10,
            glItem11,
            glItem12,
            glItem13,
            glItem14,
            glItem15,
            glItem16,
            glItem17});
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(3, 3);
            this.glacialList1.MinimumSize = new System.Drawing.Size(400, 400);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.SteelBlue;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = true;
            this.glacialList1.Size = new System.Drawing.Size(434, 445);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(47)))), ((int)(((byte)(51)))));
            this.glacialList1.TabIndex = 0;
            this.glacialList1.Resize += new System.EventHandler(this.glacialList1_Resize);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "point.png");
            this.imageList1.Images.SetKeyName(1, "linkerror.png");
            this.imageList1.Images.SetKeyName(2, "linksemisucc.png");
            this.imageList1.Images.SetKeyName(3, "linksucc.png");
            this.imageList1.Images.SetKeyName(4, "bodyitem.png");
            this.imageList1.Images.SetKeyName(5, "battery.png");
            // 
            // LinkInfoform
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.MinimumSize = new System.Drawing.Size(400, 400);
            this.Name = "LinkInfoform";
            this.Size = new System.Drawing.Size(448, 481);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
예제 #18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
            "Nakit",
            "---",
            "0,00"}, -1);
            System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
            "Kredi Kartı",
            "---",
            "0,00"}, -1);
            System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
            "Yemek Fişi",
            "---",
            "0,00"}, -1);
            System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] {
            "İndirim (TL)",
            "---",
            "0,00"}, -1);
            System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] {
            "İndirim (%)",
            "---",
            "0,00"}, -1);
            System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] {
            "",
            "Toplam",
            "0,00"}, -1);
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdisyonGoruntuleme));
            this.labelGun = new System.Windows.Forms.Label();
            this.labelTarih = new System.Windows.Forms.Label();
            this.labelSaat = new System.Windows.Forms.Label();
            this.timerSaat = new System.Windows.Forms.Timer(this.components);
            this.exitButton = new System.Windows.Forms.Button();
            this.buttonAdisyonlariGetir = new System.Windows.Forms.Button();
            this.buttonArttir = new System.Windows.Forms.Button();
            this.buttonAzalt = new System.Windows.Forms.Button();
            this.textboxAdisyonID = new System.Windows.Forms.TextBox();
            this.dateBaslangic = new System.Windows.Forms.DateTimePicker();
            this.dateBitis = new System.Windows.Forms.DateTimePicker();
            this.comboAdisyonAyar = new System.Windows.Forms.ComboBox();
            this.listAdisyon = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.buttonSayfaArttir = new System.Windows.Forms.Button();
            this.buttonSayfaAzalt = new System.Windows.Forms.Button();
            this.labelSayfaSayisi = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.labelSayfa = new System.Windows.Forms.Label();
            this.labelToplamHesap = new System.Windows.Forms.Label();
            this.labelKalanText = new System.Windows.Forms.Label();
            this.buttonYazdir = new System.Windows.Forms.Button();
            this.keyboardcontrol1 = new KeyboardClassLibrary.Keyboardcontrol();
            this.buttonHesapDuzenle = new System.Windows.Forms.Button();
            this.listViewOdemeler = new System.Windows.Forms.ListView();
            this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.listAdisyonDetay = new GlacialComponents.Controls.GlacialList();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // labelGun
            // 
            this.labelGun.BackColor = System.Drawing.Color.Transparent;
            this.labelGun.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelGun.ForeColor = System.Drawing.SystemColors.Window;
            this.labelGun.Location = new System.Drawing.Point(13, 91);
            this.labelGun.Name = "labelGun";
            this.labelGun.Size = new System.Drawing.Size(212, 33);
            this.labelGun.TabIndex = 12;
            this.labelGun.Text = "Pazartesi";
            this.labelGun.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelTarih
            // 
            this.labelTarih.BackColor = System.Drawing.Color.Transparent;
            this.labelTarih.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelTarih.ForeColor = System.Drawing.SystemColors.Window;
            this.labelTarih.Location = new System.Drawing.Point(13, 61);
            this.labelTarih.Name = "labelTarih";
            this.labelTarih.Size = new System.Drawing.Size(212, 33);
            this.labelTarih.TabIndex = 11;
            this.labelTarih.Text = "10 Şubat 2014 ";
            this.labelTarih.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelSaat
            // 
            this.labelSaat.AutoSize = true;
            this.labelSaat.BackColor = System.Drawing.Color.Transparent;
            this.labelSaat.Font = new System.Drawing.Font("Calibri", 45F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelSaat.ForeColor = System.Drawing.SystemColors.Window;
            this.labelSaat.Location = new System.Drawing.Point(0, 0);
            this.labelSaat.Name = "labelSaat";
            this.labelSaat.Size = new System.Drawing.Size(246, 73);
            this.labelSaat.TabIndex = 10;
            this.labelSaat.Text = "22:55:30";
            this.labelSaat.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // timerSaat
            // 
            this.timerSaat.Interval = 1000;
            this.timerSaat.Tick += new System.EventHandler(this.timerSaat_Tick);
            // 
            // exitButton
            // 
            this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.exitButton.BackColor = System.Drawing.SystemColors.Window;
            this.exitButton.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.exitButton.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.exitButton.Image = global::ROPv1.Properties.Resources.logOut;
            this.exitButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.exitButton.Location = new System.Drawing.Point(1134, 12);
            this.exitButton.Name = "exitButton";
            this.exitButton.Size = new System.Drawing.Size(220, 110);
            this.exitButton.TabIndex = 4;
            this.exitButton.Text = "Çıkış";
            this.exitButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.exitButton.UseVisualStyleBackColor = false;
            this.exitButton.Click += new System.EventHandler(this.exitPressed);
            // 
            // buttonAdisyonlariGetir
            // 
            this.buttonAdisyonlariGetir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonAdisyonlariGetir.BackColor = System.Drawing.SystemColors.Window;
            this.buttonAdisyonlariGetir.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonAdisyonlariGetir.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonAdisyonlariGetir.Image = global::ROPv1.Properties.Resources.checkmark;
            this.buttonAdisyonlariGetir.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonAdisyonlariGetir.Location = new System.Drawing.Point(908, 12);
            this.buttonAdisyonlariGetir.Name = "buttonAdisyonlariGetir";
            this.buttonAdisyonlariGetir.Size = new System.Drawing.Size(220, 110);
            this.buttonAdisyonlariGetir.TabIndex = 15;
            this.buttonAdisyonlariGetir.Text = "Adisyon Bul";
            this.buttonAdisyonlariGetir.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.buttonAdisyonlariGetir.UseVisualStyleBackColor = false;
            this.buttonAdisyonlariGetir.Click += new System.EventHandler(this.buttonAdisyonlariGetir_Click);
            // 
            // buttonArttir
            // 
            this.buttonArttir.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.buttonArttir.BackColor = System.Drawing.Color.White;
            this.buttonArttir.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonArttir.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonArttir.Image = global::ROPv1.Properties.Resources.upBig;
            this.buttonArttir.Location = new System.Drawing.Point(656, 12);
            this.buttonArttir.Name = "buttonArttir";
            this.buttonArttir.Size = new System.Drawing.Size(120, 110);
            this.buttonArttir.TabIndex = 37;
            this.buttonArttir.TabStop = false;
            this.buttonArttir.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonArttir.UseVisualStyleBackColor = false;
            this.buttonArttir.Click += new System.EventHandler(this.buttonArttir_Click);
            // 
            // buttonAzalt
            // 
            this.buttonAzalt.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.buttonAzalt.BackColor = System.Drawing.SystemColors.Window;
            this.buttonAzalt.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonAzalt.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonAzalt.Image = global::ROPv1.Properties.Resources.downBig;
            this.buttonAzalt.Location = new System.Drawing.Point(782, 12);
            this.buttonAzalt.Name = "buttonAzalt";
            this.buttonAzalt.Size = new System.Drawing.Size(120, 110);
            this.buttonAzalt.TabIndex = 38;
            this.buttonAzalt.TabStop = false;
            this.buttonAzalt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonAzalt.UseVisualStyleBackColor = false;
            this.buttonAzalt.Click += new System.EventHandler(this.buttonAzalt_Click);
            // 
            // textboxAdisyonID
            // 
            this.textboxAdisyonID.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.textboxAdisyonID.Font = new System.Drawing.Font("Calibri", 16F);
            this.textboxAdisyonID.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.textboxAdisyonID.Location = new System.Drawing.Point(495, 13);
            this.textboxAdisyonID.MaxLength = 10;
            this.textboxAdisyonID.Name = "textboxAdisyonID";
            this.textboxAdisyonID.Size = new System.Drawing.Size(154, 34);
            this.textboxAdisyonID.TabIndex = 40;
            this.textboxAdisyonID.Enter += new System.EventHandler(this.textboxAdisyonID_Enter);
            this.textboxAdisyonID.Leave += new System.EventHandler(this.textboxAdisyonID_Leave);
            // 
            // dateBaslangic
            // 
            this.dateBaslangic.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.dateBaslangic.CalendarFont = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.dateBaslangic.CalendarForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBaslangic.CalendarMonthBackground = System.Drawing.SystemColors.ActiveCaption;
            this.dateBaslangic.CalendarTitleForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBaslangic.CalendarTrailingForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBaslangic.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.dateBaslangic.Location = new System.Drawing.Point(247, 51);
            this.dateBaslangic.Name = "dateBaslangic";
            this.dateBaslangic.Size = new System.Drawing.Size(402, 33);
            this.dateBaslangic.TabIndex = 14;
            this.dateBaslangic.Enter += new System.EventHandler(this.dateBaslangic_Enter);
            // 
            // dateBitis
            // 
            this.dateBitis.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.dateBitis.CalendarFont = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.dateBitis.CalendarForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBitis.CalendarMonthBackground = System.Drawing.SystemColors.ActiveCaption;
            this.dateBitis.CalendarTitleForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBitis.CalendarTrailingForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.dateBitis.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.dateBitis.Location = new System.Drawing.Point(247, 88);
            this.dateBitis.Name = "dateBitis";
            this.dateBitis.Size = new System.Drawing.Size(402, 33);
            this.dateBitis.TabIndex = 16;
            this.dateBitis.ValueChanged += new System.EventHandler(this.dateBitis_ValueChanged);
            this.dateBitis.Enter += new System.EventHandler(this.dateBitis_Enter);
            // 
            // comboAdisyonAyar
            // 
            this.comboAdisyonAyar.Anchor = System.Windows.Forms.AnchorStyles.Top;
            this.comboAdisyonAyar.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboAdisyonAyar.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.comboAdisyonAyar.FormattingEnabled = true;
            this.comboAdisyonAyar.Items.AddRange(new object[] {
            "Açık Adisyonlar",
            "Tüm Adisyonlar",
            "Adisyon ID",
            "Masa Adı",
            "Departman Adı"});
            this.comboAdisyonAyar.Location = new System.Drawing.Point(247, 12);
            this.comboAdisyonAyar.Name = "comboAdisyonAyar";
            this.comboAdisyonAyar.Size = new System.Drawing.Size(242, 34);
            this.comboAdisyonAyar.TabIndex = 41;
            this.comboAdisyonAyar.Click += new System.EventHandler(this.comboAdisyonAyar_Click);
            this.comboAdisyonAyar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboAdisyonAyar_KeyPress);
            this.comboAdisyonAyar.Leave += new System.EventHandler(this.comboAdisyonAyar_Leave);
            // 
            // listAdisyon
            // 
            this.listAdisyon.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listAdisyon.Alignment = System.Windows.Forms.ListViewAlignment.Left;
            this.listAdisyon.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.listAdisyon.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listAdisyon.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11});
            this.listAdisyon.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
            this.listAdisyon.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.listAdisyon.FullRowSelect = true;
            this.listAdisyon.GridLines = true;
            this.listAdisyon.HideSelection = false;
            this.listAdisyon.LabelWrap = false;
            this.listAdisyon.Location = new System.Drawing.Point(9, 127);
            this.listAdisyon.Margin = new System.Windows.Forms.Padding(0);
            this.listAdisyon.MultiSelect = false;
            this.listAdisyon.Name = "listAdisyon";
            this.listAdisyon.Scrollable = false;
            this.listAdisyon.ShowItemToolTips = true;
            this.listAdisyon.Size = new System.Drawing.Size(915, 576);
            this.listAdisyon.TabIndex = 42;
            this.listAdisyon.UseCompatibleStateImageBehavior = false;
            this.listAdisyon.View = System.Windows.Forms.View.Details;
            this.listAdisyon.SelectedIndexChanged += new System.EventHandler(this.listAdisyon_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Adisyon ID";
            this.columnHeader1.Width = 85;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Departman Adı";
            this.columnHeader2.Width = 116;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Masa Adı";
            this.columnHeader3.Width = 75;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "Tarih";
            this.columnHeader4.Width = 85;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "Açılış - Kapanış";
            this.columnHeader9.Width = 113;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "Adisyon Notu";
            this.columnHeader10.Width = 342;
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "Toplam";
            this.columnHeader11.Width = 100;
            // 
            // buttonSayfaArttir
            // 
            this.buttonSayfaArttir.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonSayfaArttir.BackColor = System.Drawing.SystemColors.Window;
            this.buttonSayfaArttir.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonSayfaArttir.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonSayfaArttir.Image = global::ROPv1.Properties.Resources.righticon;
            this.buttonSayfaArttir.Location = new System.Drawing.Point(622, 715);
            this.buttonSayfaArttir.Name = "buttonSayfaArttir";
            this.buttonSayfaArttir.Size = new System.Drawing.Size(120, 61);
            this.buttonSayfaArttir.TabIndex = 45;
            this.buttonSayfaArttir.TabStop = false;
            this.buttonSayfaArttir.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonSayfaArttir.UseVisualStyleBackColor = false;
            this.buttonSayfaArttir.Click += new System.EventHandler(this.buttonSayfaArttirClick);
            // 
            // buttonSayfaAzalt
            // 
            this.buttonSayfaAzalt.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonSayfaAzalt.BackColor = System.Drawing.SystemColors.Window;
            this.buttonSayfaAzalt.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonSayfaAzalt.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonSayfaAzalt.Image = global::ROPv1.Properties.Resources.lefticon;
            this.buttonSayfaAzalt.Location = new System.Drawing.Point(227, 715);
            this.buttonSayfaAzalt.Name = "buttonSayfaAzalt";
            this.buttonSayfaAzalt.Size = new System.Drawing.Size(120, 61);
            this.buttonSayfaAzalt.TabIndex = 44;
            this.buttonSayfaAzalt.TabStop = false;
            this.buttonSayfaAzalt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonSayfaAzalt.UseVisualStyleBackColor = false;
            this.buttonSayfaAzalt.Click += new System.EventHandler(this.buttonSayfaAzalt_Click);
            // 
            // labelSayfaSayisi
            // 
            this.labelSayfaSayisi.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.labelSayfaSayisi.AutoSize = true;
            this.labelSayfaSayisi.BackColor = System.Drawing.Color.Transparent;
            this.labelSayfaSayisi.Font = new System.Drawing.Font("Calibri", 32F);
            this.labelSayfaSayisi.ForeColor = System.Drawing.SystemColors.Window;
            this.labelSayfaSayisi.Location = new System.Drawing.Point(496, 717);
            this.labelSayfaSayisi.Name = "labelSayfaSayisi";
            this.labelSayfaSayisi.Size = new System.Drawing.Size(45, 53);
            this.labelSayfaSayisi.TabIndex = 47;
            this.labelSayfaSayisi.Text = "0";
            this.labelSayfaSayisi.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("Calibri", 32F, System.Drawing.FontStyle.Bold);
            this.label2.ForeColor = System.Drawing.SystemColors.Window;
            this.label2.Location = new System.Drawing.Point(464, 717);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 53);
            this.label2.TabIndex = 48;
            this.label2.Text = "/";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelSayfa
            // 
            this.labelSayfa.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.labelSayfa.BackColor = System.Drawing.Color.Transparent;
            this.labelSayfa.Font = new System.Drawing.Font("Calibri", 32F);
            this.labelSayfa.ForeColor = System.Drawing.SystemColors.Window;
            this.labelSayfa.Location = new System.Drawing.Point(338, 717);
            this.labelSayfa.Name = "labelSayfa";
            this.labelSayfa.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.labelSayfa.Size = new System.Drawing.Size(138, 53);
            this.labelSayfa.TabIndex = 49;
            this.labelSayfa.Text = "0";
            this.labelSayfa.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelSayfa.TextChanged += new System.EventHandler(this.labelSayfa_TextChanged);
            // 
            // labelToplamHesap
            // 
            this.labelToplamHesap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelToplamHesap.BackColor = System.Drawing.Color.Transparent;
            this.labelToplamHesap.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelToplamHesap.ForeColor = System.Drawing.SystemColors.Window;
            this.labelToplamHesap.Location = new System.Drawing.Point(1202, 729);
            this.labelToplamHesap.Margin = new System.Windows.Forms.Padding(0);
            this.labelToplamHesap.Name = "labelToplamHesap";
            this.labelToplamHesap.Size = new System.Drawing.Size(152, 33);
            this.labelToplamHesap.TabIndex = 102;
            this.labelToplamHesap.Text = "0,00";
            this.labelToplamHesap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelKalanText
            // 
            this.labelKalanText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.labelKalanText.AutoSize = true;
            this.labelKalanText.BackColor = System.Drawing.Color.Transparent;
            this.labelKalanText.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelKalanText.ForeColor = System.Drawing.SystemColors.Window;
            this.labelKalanText.Location = new System.Drawing.Point(1095, 729);
            this.labelKalanText.Name = "labelKalanText";
            this.labelKalanText.Size = new System.Drawing.Size(104, 33);
            this.labelKalanText.TabIndex = 103;
            this.labelKalanText.Text = "Toplam:";
            this.labelKalanText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // buttonYazdir
            // 
            this.buttonYazdir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonYazdir.BackColor = System.Drawing.SystemColors.Window;
            this.buttonYazdir.Enabled = false;
            this.buttonYazdir.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold);
            this.buttonYazdir.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonYazdir.Location = new System.Drawing.Point(969, 719);
            this.buttonYazdir.Name = "buttonYazdir";
            this.buttonYazdir.Size = new System.Drawing.Size(120, 55);
            this.buttonYazdir.TabIndex = 104;
            this.buttonYazdir.TabStop = false;
            this.buttonYazdir.Text = "Yazdır";
            this.buttonYazdir.UseVisualStyleBackColor = false;
            this.buttonYazdir.Click += new System.EventHandler(this.buttonYazdir_Click);
            // 
            // keyboardcontrol1
            // 
            this.keyboardcontrol1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.keyboardcontrol1.ForeColor = System.Drawing.SystemColors.Window;
            this.keyboardcontrol1.KeyboardType = KeyboardClassLibrary.BoW.Standard;
            this.keyboardcontrol1.Location = new System.Drawing.Point(0, 504);
            this.keyboardcontrol1.Name = "keyboardcontrol1";
            this.keyboardcontrol1.Size = new System.Drawing.Size(924, 282);
            this.keyboardcontrol1.TabIndex = 50;
            this.keyboardcontrol1.Visible = false;
            this.keyboardcontrol1.UserKeyPressed += new KeyboardClassLibrary.KeyboardDelegate(this.keyboardcontrol1_UserKeyPressed);
            // 
            // buttonHesapDuzenle
            // 
            this.buttonHesapDuzenle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonHesapDuzenle.BackColor = System.Drawing.SystemColors.Window;
            this.buttonHesapDuzenle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.buttonHesapDuzenle.Enabled = false;
            this.buttonHesapDuzenle.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold);
            this.buttonHesapDuzenle.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonHesapDuzenle.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.buttonHesapDuzenle.Location = new System.Drawing.Point(771, 719);
            this.buttonHesapDuzenle.Name = "buttonHesapDuzenle";
            this.buttonHesapDuzenle.Size = new System.Drawing.Size(189, 55);
            this.buttonHesapDuzenle.TabIndex = 120;
            this.buttonHesapDuzenle.Tag = "104";
            this.buttonHesapDuzenle.Text = "Hesap Düzenle";
            this.buttonHesapDuzenle.UseVisualStyleBackColor = false;
            this.buttonHesapDuzenle.Click += new System.EventHandler(this.buttonHesapDuzenle_Click);
            // 
            // listViewOdemeler
            // 
            this.listViewOdemeler.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listViewOdemeler.Alignment = System.Windows.Forms.ListViewAlignment.Left;
            this.listViewOdemeler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listViewOdemeler.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listViewOdemeler.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader12,
            this.columnHeader13,
            this.columnHeader14});
            this.listViewOdemeler.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
            this.listViewOdemeler.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.listViewOdemeler.FullRowSelect = true;
            this.listViewOdemeler.GridLines = true;
            this.listViewOdemeler.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
            listViewItem1,
            listViewItem2,
            listViewItem3,
            listViewItem4,
            listViewItem5,
            listViewItem6});
            this.listViewOdemeler.LabelWrap = false;
            this.listViewOdemeler.Location = new System.Drawing.Point(934, 521);
            this.listViewOdemeler.Margin = new System.Windows.Forms.Padding(0);
            this.listViewOdemeler.MaximumSize = new System.Drawing.Size(420, 162);
            this.listViewOdemeler.MinimumSize = new System.Drawing.Size(420, 162);
            this.listViewOdemeler.MultiSelect = false;
            this.listViewOdemeler.Name = "listViewOdemeler";
            this.listViewOdemeler.ShowItemToolTips = true;
            this.listViewOdemeler.Size = new System.Drawing.Size(420, 162);
            this.listViewOdemeler.TabIndex = 121;
            this.listViewOdemeler.UseCompatibleStateImageBehavior = false;
            this.listViewOdemeler.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "Tür";
            this.columnHeader12.Width = 86;
            // 
            // columnHeader13
            // 
            this.columnHeader13.Text = "Kullanıcı";
            this.columnHeader13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader13.Width = 190;
            // 
            // columnHeader14
            // 
            this.columnHeader14.Text = "Ödeme";
            this.columnHeader14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader14.Width = 144;
            // 
            // listAdisyonDetay
            // 
            this.listAdisyonDetay.AllowColumnResize = false;
            this.listAdisyonDetay.AllowMultiselect = false;
            this.listAdisyonDetay.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.listAdisyonDetay.AlternatingColors = false;
            this.listAdisyonDetay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.listAdisyonDetay.AutoHeight = false;
            this.listAdisyonDetay.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.listAdisyonDetay.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Garson";
            glColumn1.NumericSort = false;
            glColumn1.Text = "Garson";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn1.Width = 89;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Ürün";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Ürün";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 84;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Adet";
            glColumn3.NumericSort = false;
            glColumn3.Text = "Adet";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 43;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Porsiyon";
            glColumn4.NumericSort = false;
            glColumn4.Text = "Pors.";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 44;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "Saat";
            glColumn5.NumericSort = false;
            glColumn5.Text = "Saat";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn5.Width = 64;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "Fiyat";
            glColumn6.NumericSort = false;
            glColumn6.Text = "Fiyat";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn6.Width = 80;
            this.listAdisyonDetay.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6});
            this.listAdisyonDetay.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.listAdisyonDetay.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
            this.listAdisyonDetay.ForeColor = System.Drawing.Color.Black;
            this.listAdisyonDetay.FullRowSelect = true;
            this.listAdisyonDetay.GridColor = System.Drawing.Color.LightGray;
            this.listAdisyonDetay.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.listAdisyonDetay.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.listAdisyonDetay.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.listAdisyonDetay.HeaderHeight = 26;
            this.listAdisyonDetay.HeaderVisible = true;
            this.listAdisyonDetay.HeaderWordWrap = false;
            this.listAdisyonDetay.HotColumnTracking = false;
            this.listAdisyonDetay.HotItemTracking = false;
            this.listAdisyonDetay.HotTrackingColor = System.Drawing.Color.LightGray;
            this.listAdisyonDetay.HoverEvents = false;
            this.listAdisyonDetay.HoverTime = 1;
            this.listAdisyonDetay.ImageList = null;
            this.listAdisyonDetay.ItemHeight = 79;
            this.listAdisyonDetay.ItemWordWrap = true;
            this.listAdisyonDetay.Location = new System.Drawing.Point(934, 127);
            this.listAdisyonDetay.Margin = new System.Windows.Forms.Padding(0);
            this.listAdisyonDetay.Name = "listAdisyonDetay";
            this.listAdisyonDetay.Selectable = false;
            this.listAdisyonDetay.SelectedTextColor = System.Drawing.SystemColors.ActiveCaption;
            this.listAdisyonDetay.SelectionColor = System.Drawing.Color.Transparent;
            this.listAdisyonDetay.ShowBorder = false;
            this.listAdisyonDetay.ShowFocusRect = true;
            this.listAdisyonDetay.Size = new System.Drawing.Size(420, 385);
            this.listAdisyonDetay.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.listAdisyonDetay.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.listAdisyonDetay.TabIndex = 122;
            this.listAdisyonDetay.Text = "glacialList1";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Calibri", 10.25F, System.Drawing.FontStyle.Bold);
            this.label1.ForeColor = System.Drawing.SystemColors.Window;
            this.label1.Location = new System.Drawing.Point(13, 715);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(212, 61);
            this.label1.TabIndex = 123;
            this.label1.Text = "Not: Adisyon seçiminde hesaplanan toplama, iptal edilen ürünler de dahildir.";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // AdisyonGoruntuleme
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.ClientSize = new System.Drawing.Size(1366, 788);
            this.ControlBox = false;
            this.Controls.Add(this.keyboardcontrol1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.listAdisyonDetay);
            this.Controls.Add(this.listViewOdemeler);
            this.Controls.Add(this.buttonHesapDuzenle);
            this.Controls.Add(this.buttonYazdir);
            this.Controls.Add(this.labelKalanText);
            this.Controls.Add(this.labelToplamHesap);
            this.Controls.Add(this.buttonSayfaAzalt);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.labelSayfa);
            this.Controls.Add(this.buttonSayfaArttir);
            this.Controls.Add(this.labelSayfaSayisi);
            this.Controls.Add(this.listAdisyon);
            this.Controls.Add(this.comboAdisyonAyar);
            this.Controls.Add(this.textboxAdisyonID);
            this.Controls.Add(this.buttonAzalt);
            this.Controls.Add(this.buttonArttir);
            this.Controls.Add(this.dateBitis);
            this.Controls.Add(this.buttonAdisyonlariGetir);
            this.Controls.Add(this.dateBaslangic);
            this.Controls.Add(this.labelTarih);
            this.Controls.Add(this.labelSaat);
            this.Controls.Add(this.exitButton);
            this.Controls.Add(this.labelGun);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AdisyonGoruntuleme";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "SiparisFormu";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.AdisyonGoruntuleme_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FExpendQry));
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel2 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.CBKOPName = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.CBKDT = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.CBKCardType = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.BtnCardNo = new DevComponents.DotNetBar.ButtonX();
            this.TxtCardNo = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.CKBCardNo = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.BtnMemberName = new DevComponents.DotNetBar.ButtonX();
            this.TxtMemberName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.CKBMemberName = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.BtSearch = new DevComponents.DotNetBar.ButtonItem();
            this.BtPrint = new DevComponents.DotNetBar.ButtonItem();
            this.BtClose = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.panelEx1.SuspendLayout();
            this.expandablePanel2.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            this.groupPanel6.SuspendLayout();
            this.groupPanel5.SuspendLayout();
            this.groupPanel4.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel2);
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 57);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(721, 502);
            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;
            // 
            // expandablePanel2
            // 
            this.expandablePanel2.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.expandablePanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel2.Controls.Add(this.glacialList1);
            this.expandablePanel2.Location = new System.Drawing.Point(4, 207);
            this.expandablePanel2.Name = "expandablePanel2";
            this.expandablePanel2.Size = new System.Drawing.Size(714, 283);
            this.expandablePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel2.Style.GradientAngle = 90;
            this.expandablePanel2.TabIndex = 1;
            this.expandablePanel2.TitleHeight = 25;
            this.expandablePanel2.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel2.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel2.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel2.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel2.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel2.TitleStyle.GradientAngle = 90;
            this.expandablePanel2.TitleText = "查询结果";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "会员号";
            glColumn1.NumericSort = false;
            glColumn1.Text = "会员号";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn1.Width = 80;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "用户名";
            glColumn2.NumericSort = false;
            glColumn2.Text = "用户名";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 70;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "卡号";
            glColumn3.NumericSort = false;
            glColumn3.Text = "卡号";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 100;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "卡类型";
            glColumn4.NumericSort = false;
            glColumn4.Text = "卡类型";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 50;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "消费单号";
            glColumn5.NumericSort = false;
            glColumn5.Text = "消费单号";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn5.Width = 60;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "消费金额";
            glColumn6.NumericSort = false;
            glColumn6.Text = "消费金额(元)";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn6.Width = 90;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "消费日期";
            glColumn7.NumericSort = false;
            glColumn7.Text = "消费日期";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn7.Width = 120;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "操作员";
            glColumn8.NumericSort = false;
            glColumn8.Text = "操作员";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn8.Width = 60;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "备注";
            glColumn9.NumericSort = false;
            glColumn9.Text = "备注";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn9.Width = 80;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn8,
            glColumn9});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 19;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(0, 25);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.LightSteelBlue;
            this.glacialList1.ShowBorder = true;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(714, 258);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 1;
            this.glacialList1.Text = "glacialList1";
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.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.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.groupPanel6);
            this.expandablePanel1.Controls.Add(this.groupPanel5);
            this.expandablePanel1.Controls.Add(this.groupPanel4);
            this.expandablePanel1.Controls.Add(this.groupPanel2);
            this.expandablePanel1.Controls.Add(this.groupPanel1);
            this.expandablePanel1.Location = new System.Drawing.Point(4, 4);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(714, 199);
            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.Style.LineAlignment = System.Drawing.StringAlignment.Near;
            this.expandablePanel1.TabIndex = 0;
            this.expandablePanel1.TitleHeight = 25;
            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 = "查询条件";
            // 
            // groupPanel6
            // 
            this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel6.Controls.Add(this.comboBoxEx2);
            this.groupPanel6.Controls.Add(this.CBKOPName);
            this.groupPanel6.Location = new System.Drawing.Point(315, 140);
            this.groupPanel6.Name = "groupPanel6";
            this.groupPanel6.Size = new System.Drawing.Size(359, 51);
            // 
            // 
            // 
            this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel6.Style.BackColorGradientAngle = 90;
            this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderBottomWidth = 1;
            this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderLeftWidth = 1;
            this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderRightWidth = 1;
            this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel6.Style.BorderTopWidth = 1;
            this.groupPanel6.Style.CornerDiameter = 4;
            this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel6.TabIndex = 6;
            this.groupPanel6.Text = "按操作员查询";
            // 
            // comboBoxEx2
            // 
            this.comboBoxEx2.DisplayMember = "Text";
            this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx2.FormattingEnabled = true;
            this.comboBoxEx2.Location = new System.Drawing.Point(99, 4);
            this.comboBoxEx2.Name = "comboBoxEx2";
            this.comboBoxEx2.Size = new System.Drawing.Size(111, 22);
            this.comboBoxEx2.TabIndex = 1;
            // 
            // CBKOPName
            // 
            this.CBKOPName.BackColor = System.Drawing.Color.Transparent;
            this.CBKOPName.Location = new System.Drawing.Point(17, 2);
            this.CBKOPName.Name = "CBKOPName";
            this.CBKOPName.Size = new System.Drawing.Size(75, 23);
            this.CBKOPName.TabIndex = 0;
            this.CBKOPName.Text = "操作员";
            // 
            // groupPanel5
            // 
            this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel5.Controls.Add(this.dateTimePicker2);
            this.groupPanel5.Controls.Add(this.labelX1);
            this.groupPanel5.Controls.Add(this.dateTimePicker1);
            this.groupPanel5.Controls.Add(this.CBKDT);
            this.groupPanel5.Location = new System.Drawing.Point(315, 85);
            this.groupPanel5.Name = "groupPanel5";
            this.groupPanel5.Size = new System.Drawing.Size(359, 49);
            // 
            // 
            // 
            this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel5.Style.BackColorGradientAngle = 90;
            this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderBottomWidth = 1;
            this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderLeftWidth = 1;
            this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderRightWidth = 1;
            this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel5.Style.BorderTopWidth = 1;
            this.groupPanel5.Style.CornerDiameter = 4;
            this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel5.TabIndex = 5;
            this.groupPanel5.Text = "按消费日期查询";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Location = new System.Drawing.Point(232, 2);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(109, 21);
            this.dateTimePicker2.TabIndex = 3;
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(216, 3);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(20, 23);
            this.labelX1.TabIndex = 2;
            this.labelX1.Text = "-";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Location = new System.Drawing.Point(99, 2);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(110, 21);
            this.dateTimePicker1.TabIndex = 1;
            // 
            // CBKDT
            // 
            this.CBKDT.BackColor = System.Drawing.Color.Transparent;
            this.CBKDT.Location = new System.Drawing.Point(17, 2);
            this.CBKDT.Name = "CBKDT";
            this.CBKDT.Size = new System.Drawing.Size(75, 23);
            this.CBKDT.TabIndex = 0;
            this.CBKDT.Text = "消费日期";
            // 
            // groupPanel4
            // 
            this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
            this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel4.Controls.Add(this.comboBoxEx1);
            this.groupPanel4.Controls.Add(this.CBKCardType);
            this.groupPanel4.Location = new System.Drawing.Point(315, 28);
            this.groupPanel4.Name = "groupPanel4";
            this.groupPanel4.Size = new System.Drawing.Size(359, 50);
            // 
            // 
            // 
            this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel4.Style.BackColorGradientAngle = 90;
            this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderBottomWidth = 1;
            this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderLeftWidth = 1;
            this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderRightWidth = 1;
            this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel4.Style.BorderTopWidth = 1;
            this.groupPanel4.Style.CornerDiameter = 4;
            this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel4.TabIndex = 4;
            this.groupPanel4.Text = "按卡类型查询";
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.Location = new System.Drawing.Point(99, 3);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(111, 22);
            this.comboBoxEx1.TabIndex = 1;
            // 
            // CBKCardType
            // 
            this.CBKCardType.BackColor = System.Drawing.Color.Transparent;
            this.CBKCardType.Location = new System.Drawing.Point(17, 5);
            this.CBKCardType.Name = "CBKCardType";
            this.CBKCardType.Size = new System.Drawing.Size(75, 23);
            this.CBKCardType.TabIndex = 0;
            this.CBKCardType.Text = "卡类型";
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.BtnCardNo);
            this.groupPanel2.Controls.Add(this.TxtCardNo);
            this.groupPanel2.Controls.Add(this.CKBCardNo);
            this.groupPanel2.Location = new System.Drawing.Point(32, 28);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(235, 65);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.TabIndex = 2;
            this.groupPanel2.Text = "按卡号查询";
            // 
            // BtnCardNo
            // 
            this.BtnCardNo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnCardNo.Image = ((System.Drawing.Image)(resources.GetObject("BtnCardNo.Image")));
            this.BtnCardNo.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnCardNo.Location = new System.Drawing.Point(185, 5);
            this.BtnCardNo.Name = "BtnCardNo";
            this.BtnCardNo.Size = new System.Drawing.Size(26, 23);
            this.BtnCardNo.TabIndex = 75;
            this.BtnCardNo.Click += new System.EventHandler(this.BtnCardNo_Click);
            // 
            // TxtCardNo
            // 
            // 
            // 
            // 
            this.TxtCardNo.Border.Class = "TextBoxBorder";
            this.TxtCardNo.Location = new System.Drawing.Point(88, 5);
            this.TxtCardNo.Name = "TxtCardNo";
            this.TxtCardNo.Size = new System.Drawing.Size(123, 24);
            this.TxtCardNo.TabIndex = 1;
            // 
            // CKBCardNo
            // 
            this.CKBCardNo.BackColor = System.Drawing.Color.Transparent;
            this.CKBCardNo.Location = new System.Drawing.Point(12, 8);
            this.CKBCardNo.Name = "CKBCardNo";
            this.CKBCardNo.Size = new System.Drawing.Size(75, 23);
            this.CKBCardNo.TabIndex = 0;
            this.CKBCardNo.Text = "会员卡号";
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.Color.Transparent;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.BtnMemberName);
            this.groupPanel1.Controls.Add(this.TxtMemberName);
            this.groupPanel1.Controls.Add(this.CKBMemberName);
            this.groupPanel1.Location = new System.Drawing.Point(32, 106);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(236, 56);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel1.TabIndex = 1;
            this.groupPanel1.Text = "按会员姓名查询";
            // 
            // BtnMemberName
            // 
            this.BtnMemberName.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.BtnMemberName.Image = ((System.Drawing.Image)(resources.GetObject("BtnMemberName.Image")));
            this.BtnMemberName.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnMemberName.Location = new System.Drawing.Point(185, 1);
            this.BtnMemberName.Name = "BtnMemberName";
            this.BtnMemberName.Size = new System.Drawing.Size(26, 23);
            this.BtnMemberName.TabIndex = 71;
            this.BtnMemberName.Click += new System.EventHandler(this.BtnMemberName_Click);
            // 
            // TxtMemberName
            // 
            // 
            // 
            // 
            this.TxtMemberName.Border.Class = "TextBoxBorder";
            this.TxtMemberName.Location = new System.Drawing.Point(89, 1);
            this.TxtMemberName.Name = "TxtMemberName";
            this.TxtMemberName.Size = new System.Drawing.Size(122, 24);
            this.TxtMemberName.TabIndex = 1;
            // 
            // CKBMemberName
            // 
            this.CKBMemberName.BackColor = System.Drawing.Color.Transparent;
            this.CKBMemberName.Location = new System.Drawing.Point(13, 3);
            this.CKBMemberName.Name = "CKBMemberName";
            this.CKBMemberName.Size = new System.Drawing.Size(75, 23);
            this.CKBMemberName.TabIndex = 0;
            this.CKBMemberName.Text = "会员姓名";
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.Location = new System.Drawing.Point(0, 559);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(721, 0);
            this.dockSite4.TabIndex = 4;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.Location = new System.Drawing.Point(0, 57);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 502);
            this.dockSite1.TabIndex = 1;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.Location = new System.Drawing.Point(721, 57);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 502);
            this.dockSite2.TabIndex = 2;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 559);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(721, 0);
            this.dockSite8.TabIndex = 8;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 57);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 502);
            this.dockSite5.TabIndex = 5;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(721, 57);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 502);
            this.dockSite6.TabIndex = 6;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(721, 57);
            this.dockSite7.TabIndex = 7;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtSearch,
            this.BtPrint,
            this.BtClose,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(143, 57);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // BtSearch
            // 
            this.BtSearch.Image = ((System.Drawing.Image)(resources.GetObject("BtSearch.Image")));
            this.BtSearch.ImagePaddingHorizontal = 8;
            this.BtSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtSearch.Name = "BtSearch";
            this.BtSearch.Text = "查询";
            this.BtSearch.Click += new System.EventHandler(this.BtSearch_Click);
            // 
            // BtPrint
            // 
            this.BtPrint.Image = ((System.Drawing.Image)(resources.GetObject("BtPrint.Image")));
            this.BtPrint.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtPrint.ImagePaddingHorizontal = 8;
            this.BtPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtPrint.Name = "BtPrint";
            this.BtPrint.Text = "导出";
            this.BtPrint.Click += new System.EventHandler(this.BtPrint_Click);
            // 
            // BtClose
            // 
            this.BtClose.Image = ((System.Drawing.Image)(resources.GetObject("BtClose.Image")));
            this.BtClose.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtClose.ImagePaddingHorizontal = 8;
            this.BtClose.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtClose.Name = "BtClose";
            this.BtClose.Text = "关闭";
            this.BtClose.Click += new System.EventHandler(this.BtClose_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.Location = new System.Drawing.Point(0, 57);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(721, 0);
            this.dockSite3.TabIndex = 3;
            this.dockSite3.TabStop = false;
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // FExpendQry
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(721, 559);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FExpendQry";
            this.Text = "消费查询";
            this.Load += new System.EventHandler(this.FPayQry_Load);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel2.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            this.groupPanel6.ResumeLayout(false);
            this.groupPanel5.ResumeLayout(false);
            this.groupPanel4.ResumeLayout(false);
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel1.ResumeLayout(false);
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMemberInfo));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn10 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn11 = new GlacialComponents.Controls.GLColumn();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.btnItm_Add = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Modify = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Del = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Seek = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Sav = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Exit = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Back = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.TxtInitMoney = new System.Windows.Forms.TextBox();
            this.labelX19 = new DevComponents.DotNetBar.LabelX();
            this.TxtLeveIntegral = new System.Windows.Forms.TextBox();
            this.labelX18 = new DevComponents.DotNetBar.LabelX();
            this.TxtTolIntegral = new System.Windows.Forms.TextBox();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.tabControl1 = new DevComponents.DotNetBar.TabControl();
            this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
            this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
            this.glacialList2 = new GlacialComponents.Controls.GlacialList();
            this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
            this.TxtPsw2 = new System.Windows.Forms.TextBox();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
            this.labelX17 = new DevComponents.DotNetBar.LabelX();
            this.TxtrExpendMoney = new System.Windows.Forms.TextBox();
            this.TxtExpendTimes = new System.Windows.Forms.TextBox();
            this.labelX16 = new DevComponents.DotNetBar.LabelX();
            this.TxtTimes = new System.Windows.Forms.TextBox();
            this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.TxtLastMoney = new System.Windows.Forms.TextBox();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.TxtLeveMoney = new System.Windows.Forms.TextBox();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.TxtAddr = new System.Windows.Forms.TextBox();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.TxtMail = new System.Windows.Forms.TextBox();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.TxtTel = new System.Windows.Forms.TextBox();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.CBBSex = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.TxtNote1 = new System.Windows.Forms.TextBox();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.TxtTolMoney = new System.Windows.Forms.TextBox();
            this.TxtPsw1 = new System.Windows.Forms.TextBox();
            this.TxtCardNo = new System.Windows.Forms.TextBox();
            this.TxtID = new System.Windows.Forms.TextBox();
            this.TxtName = new System.Windows.Forms.TextBox();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.lblX5 = new DevComponents.DotNetBar.LabelX();
            this.lblX4 = new DevComponents.DotNetBar.LabelX();
            this.lblX3 = new DevComponents.DotNetBar.LabelX();
            this.lblX2 = new DevComponents.DotNetBar.LabelX();
            this.lblX1 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.panelEx2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabControlPanel1.SuspendLayout();
            this.tabControlPanel2.SuspendLayout();
            this.panelEx4.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dockContainerItem1
            // 
            this.dockContainerItem1.Name = "dockContainerItem1";
            this.dockContainerItem1.Text = "dockContainerItem1";
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeView1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView1.ImageIndex = 1;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(251, 562);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "I156.ICO");
            this.imageList1.Images.SetKeyName(1, "note2.ico");
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.bar1);
            this.panelEx1.Controls.Add(this.treeView1);
            this.panelEx1.Controls.Add(this.panelEx2);
            this.panelEx1.Controls.Add(this.panelEx4);
            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(984, 562);
            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;
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.labelX7);
            this.expandablePanel1.Controls.Add(this.buttonX5);
            this.expandablePanel1.Controls.Add(this.buttonX4);
            this.expandablePanel1.Controls.Add(this.textBoxX1);
            this.expandablePanel1.Location = new System.Drawing.Point(230, 157);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(482, 155);
            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 = 8;
            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 = "查找";
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            this.labelX7.Location = new System.Drawing.Point(13, 47);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(222, 23);
            this.labelX7.TabIndex = 11;
            this.labelX7.Text = "请输入卡号或会员号或会员名称:";
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.Location = new System.Drawing.Point(216, 108);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(75, 23);
            this.buttonX5.TabIndex = 10;
            this.buttonX5.Text = "取消";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.Location = new System.Drawing.Point(105, 108);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(75, 23);
            this.buttonX4.TabIndex = 9;
            this.buttonX4.Text = "查询";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Location = new System.Drawing.Point(52, 74);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.Size = new System.Drawing.Size(260, 21);
            this.textBoxX1.TabIndex = 1;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.ImageSize = DevComponents.DotNetBar.eBarImageSize.Medium;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnItm_Add,
            this.btnItm_Modify,
            this.btnItm_Del,
            this.btnItm_Seek,
            this.btnItm_Sav,
            this.btnItm_Exit,
            this.btnItm_Back,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(251, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(733, 57);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 1;
            this.bar1.TabStop = false;
            this.bar1.Text = "工具菜单";
            // 
            // btnItm_Add
            // 
            this.btnItm_Add.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Add.Image")));
            this.btnItm_Add.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Add.ImagePaddingHorizontal = 8;
            this.btnItm_Add.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Add.Name = "btnItm_Add";
            this.btnItm_Add.Text = "添加";
            this.btnItm_Add.Click += new System.EventHandler(this.btnItm_Add_Click);
            // 
            // btnItm_Modify
            // 
            this.btnItm_Modify.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Modify.Image")));
            this.btnItm_Modify.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Modify.ImagePaddingHorizontal = 8;
            this.btnItm_Modify.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Modify.Name = "btnItm_Modify";
            this.btnItm_Modify.Text = "修改";
            this.btnItm_Modify.Click += new System.EventHandler(this.btnItm_Modify_Click);
            // 
            // btnItm_Del
            // 
            this.btnItm_Del.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Del.Image")));
            this.btnItm_Del.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Del.ImagePaddingHorizontal = 8;
            this.btnItm_Del.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Del.Name = "btnItm_Del";
            this.btnItm_Del.Text = "删除";
            this.btnItm_Del.Click += new System.EventHandler(this.btnItm_Del_Click);
            // 
            // btnItm_Seek
            // 
            this.btnItm_Seek.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Seek.Image")));
            this.btnItm_Seek.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Seek.ImagePaddingHorizontal = 8;
            this.btnItm_Seek.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Seek.Name = "btnItm_Seek";
            this.btnItm_Seek.Text = "查询";
            this.btnItm_Seek.Click += new System.EventHandler(this.btnItm_Seek_Click_1);
            // 
            // btnItm_Sav
            // 
            this.btnItm_Sav.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Sav.Image")));
            this.btnItm_Sav.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Sav.ImagePaddingHorizontal = 8;
            this.btnItm_Sav.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Sav.Name = "btnItm_Sav";
            this.btnItm_Sav.Text = "保存";
            this.btnItm_Sav.Click += new System.EventHandler(this.btnItm_Sav_Click);
            // 
            // btnItm_Exit
            // 
            this.btnItm_Exit.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Exit.Image")));
            this.btnItm_Exit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Exit.ImagePaddingHorizontal = 8;
            this.btnItm_Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Exit.Name = "btnItm_Exit";
            this.btnItm_Exit.Text = "关闭";
            this.btnItm_Exit.Click += new System.EventHandler(this.btnItm_Exit_Click);
            // 
            // btnItm_Back
            // 
            this.btnItm_Back.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Back.Image")));
            this.btnItm_Back.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Back.ImagePaddingHorizontal = 8;
            this.btnItm_Back.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Back.Name = "btnItm_Back";
            this.btnItm_Back.Text = "返回";
            this.btnItm_Back.Click += new System.EventHandler(this.btnItm_Back_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // panelEx2
            // 
            this.panelEx2.AutoScroll = true;
            this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx2.Controls.Add(this.checkBox1);
            this.panelEx2.Controls.Add(this.TxtInitMoney);
            this.panelEx2.Controls.Add(this.labelX19);
            this.panelEx2.Controls.Add(this.TxtLeveIntegral);
            this.panelEx2.Controls.Add(this.labelX18);
            this.panelEx2.Controls.Add(this.TxtTolIntegral);
            this.panelEx2.Controls.Add(this.labelX6);
            this.panelEx2.Controls.Add(this.tabControl1);
            this.panelEx2.Controls.Add(this.TxtPsw2);
            this.panelEx2.Controls.Add(this.labelX2);
            this.panelEx2.Controls.Add(this.dateTimePicker4);
            this.panelEx2.Controls.Add(this.labelX17);
            this.panelEx2.Controls.Add(this.TxtrExpendMoney);
            this.panelEx2.Controls.Add(this.TxtExpendTimes);
            this.panelEx2.Controls.Add(this.labelX16);
            this.panelEx2.Controls.Add(this.TxtTimes);
            this.panelEx2.Controls.Add(this.dateTimePicker3);
            this.panelEx2.Controls.Add(this.labelX15);
            this.panelEx2.Controls.Add(this.TxtLastMoney);
            this.panelEx2.Controls.Add(this.labelX14);
            this.panelEx2.Controls.Add(this.TxtLeveMoney);
            this.panelEx2.Controls.Add(this.labelX13);
            this.panelEx2.Controls.Add(this.TxtAddr);
            this.panelEx2.Controls.Add(this.labelX12);
            this.panelEx2.Controls.Add(this.TxtMail);
            this.panelEx2.Controls.Add(this.labelX11);
            this.panelEx2.Controls.Add(this.dateTimePicker2);
            this.panelEx2.Controls.Add(this.labelX10);
            this.panelEx2.Controls.Add(this.buttonX1);
            this.panelEx2.Controls.Add(this.TxtTel);
            this.panelEx2.Controls.Add(this.labelX9);
            this.panelEx2.Controls.Add(this.dateTimePicker1);
            this.panelEx2.Controls.Add(this.CBBSex);
            this.panelEx2.Controls.Add(this.labelX8);
            this.panelEx2.Controls.Add(this.TxtNote1);
            this.panelEx2.Controls.Add(this.labelX5);
            this.panelEx2.Controls.Add(this.labelX3);
            this.panelEx2.Controls.Add(this.TxtTolMoney);
            this.panelEx2.Controls.Add(this.TxtPsw1);
            this.panelEx2.Controls.Add(this.TxtCardNo);
            this.panelEx2.Controls.Add(this.TxtID);
            this.panelEx2.Controls.Add(this.TxtName);
            this.panelEx2.Controls.Add(this.labelX1);
            this.panelEx2.Controls.Add(this.lblX5);
            this.panelEx2.Controls.Add(this.lblX4);
            this.panelEx2.Controls.Add(this.lblX3);
            this.panelEx2.Controls.Add(this.lblX2);
            this.panelEx2.Controls.Add(this.lblX1);
            this.panelEx2.Controls.Add(this.labelX4);
            this.panelEx2.Location = new System.Drawing.Point(251, 60);
            this.panelEx2.Name = "panelEx2";
            this.panelEx2.Size = new System.Drawing.Size(733, 502);
            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 = 3;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(1, 12);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(15, 14);
            this.checkBox1.TabIndex = 90;
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // TxtInitMoney
            // 
            this.TxtInitMoney.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtInitMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtInitMoney.Location = new System.Drawing.Point(444, 156);
            this.TxtInitMoney.Name = "TxtInitMoney";
            this.TxtInitMoney.Size = new System.Drawing.Size(80, 21);
            this.TxtInitMoney.TabIndex = 89;
            // 
            // labelX19
            // 
            this.labelX19.BackColor = System.Drawing.Color.Transparent;
            this.labelX19.Location = new System.Drawing.Point(337, 154);
            this.labelX19.Name = "labelX19";
            this.labelX19.Size = new System.Drawing.Size(111, 25);
            this.labelX19.TabIndex = 88;
            this.labelX19.Text = "卡最初面值(元):";
            // 
            // TxtLeveIntegral
            // 
            this.TxtLeveIntegral.BackColor = System.Drawing.Color.White;
            this.TxtLeveIntegral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtLeveIntegral.Location = new System.Drawing.Point(258, 154);
            this.TxtLeveIntegral.Name = "TxtLeveIntegral";
            this.TxtLeveIntegral.Size = new System.Drawing.Size(75, 21);
            this.TxtLeveIntegral.TabIndex = 87;
            // 
            // labelX18
            // 
            this.labelX18.BackColor = System.Drawing.Color.Transparent;
            this.labelX18.Location = new System.Drawing.Point(174, 154);
            this.labelX18.Name = "labelX18";
            this.labelX18.Size = new System.Drawing.Size(95, 23);
            this.labelX18.TabIndex = 86;
            this.labelX18.Text = "可用消费积分:";
            // 
            // TxtTolIntegral
            // 
            this.TxtTolIntegral.BackColor = System.Drawing.Color.White;
            this.TxtTolIntegral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtTolIntegral.Location = new System.Drawing.Point(89, 154);
            this.TxtTolIntegral.Name = "TxtTolIntegral";
            this.TxtTolIntegral.Size = new System.Drawing.Size(75, 21);
            this.TxtTolIntegral.TabIndex = 85;
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            this.labelX6.Location = new System.Drawing.Point(5, 154);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(95, 23);
            this.labelX6.TabIndex = 84;
            this.labelX6.Text = "累计消费积分:";
            // 
            // tabControl1
            // 
            this.tabControl1.BackColor = System.Drawing.Color.Transparent;
            this.tabControl1.CanReorderTabs = true;
            this.tabControl1.Controls.Add(this.tabControlPanel1);
            this.tabControl1.Controls.Add(this.tabControlPanel2);
            this.tabControl1.Location = new System.Drawing.Point(5, 183);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
            this.tabControl1.SelectedTabIndex = 1;
            this.tabControl1.Size = new System.Drawing.Size(721, 307);
            this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.RoundHeader;
            this.tabControl1.TabIndex = 83;
            this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
            this.tabControl1.Tabs.Add(this.tabItem1);
            this.tabControl1.Tabs.Add(this.tabItem2);
            this.tabControl1.Text = "tabControl1";
            // 
            // tabControlPanel1
            // 
            this.tabControlPanel1.Controls.Add(this.glacialList1);
            this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
            this.tabControlPanel1.Name = "tabControlPanel1";
            this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel1.Size = new System.Drawing.Size(721, 282);
            this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.White;
            this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(215)))));
            this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDarkDark;
            this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel1.Style.GradientAngle = 90;
            this.tabControlPanel1.TabIndex = 1;
            this.tabControlPanel1.TabItem = this.tabItem1;
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "卡类型";
            glColumn1.NumericSort = false;
            glColumn1.Text = "卡类型";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn1.Width = 100;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "充值金额";
            glColumn2.NumericSort = false;
            glColumn2.Text = "充值金额(元)";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 90;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "充值日期";
            glColumn3.NumericSort = false;
            glColumn3.Text = "充值日期";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 180;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "操作员";
            glColumn4.NumericSort = false;
            glColumn4.Text = "操作员";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 100;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "备注";
            glColumn5.NumericSort = false;
            glColumn5.Text = "备注";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn5.Width = 200;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 19;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(1, 1);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.LightSteelBlue;
            this.glacialList1.ShowBorder = true;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(719, 280);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 2;
            this.glacialList1.Text = "glacialList1";
            // 
            // tabItem1
            // 
            this.tabItem1.AttachedControl = this.tabControlPanel1;
            this.tabItem1.Name = "tabItem1";
            this.tabItem1.Text = "充值信息";
            // 
            // tabControlPanel2
            // 
            this.tabControlPanel2.Controls.Add(this.glacialList2);
            this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
            this.tabControlPanel2.Name = "tabControlPanel2";
            this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel2.Size = new System.Drawing.Size(721, 282);
            this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.White;
            this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(215)))));
            this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDarkDark;
            this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel2.Style.GradientAngle = 90;
            this.tabControlPanel2.TabIndex = 2;
            this.tabControlPanel2.TabItem = this.tabItem2;
            // 
            // glacialList2
            // 
            this.glacialList2.AllowColumnResize = true;
            this.glacialList2.AllowMultiselect = false;
            this.glacialList2.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList2.AlternatingColors = false;
            this.glacialList2.AutoHeight = true;
            this.glacialList2.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList2.BackgroundStretchToFit = true;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "卡类型";
            glColumn6.NumericSort = false;
            glColumn6.Text = "卡类型";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn6.Width = 100;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "消费单号";
            glColumn7.NumericSort = false;
            glColumn7.Text = "消费单号";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn7.Width = 90;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "消费金额";
            glColumn8.NumericSort = false;
            glColumn8.Text = "消费金额(元)";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn8.Width = 90;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "消费日期";
            glColumn9.NumericSort = false;
            glColumn9.Text = "消费日期";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn9.Width = 150;
            glColumn10.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn10.CheckBoxes = false;
            glColumn10.ImageIndex = -1;
            glColumn10.Name = "操作员";
            glColumn10.NumericSort = false;
            glColumn10.Text = "操作员";
            glColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn10.Width = 60;
            glColumn11.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn11.CheckBoxes = false;
            glColumn11.ImageIndex = -1;
            glColumn11.Name = "备注";
            glColumn11.NumericSort = false;
            glColumn11.Text = "备注";
            glColumn11.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn11.Width = 160;
            this.glacialList2.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn6,
            glColumn7,
            glColumn8,
            glColumn9,
            glColumn10,
            glColumn11});
            this.glacialList2.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glacialList2.FullRowSelect = true;
            this.glacialList2.GridColor = System.Drawing.Color.Peru;
            this.glacialList2.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList2.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList2.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList2.HeaderHeight = 22;
            this.glacialList2.HeaderVisible = true;
            this.glacialList2.HeaderWordWrap = false;
            this.glacialList2.HotColumnTracking = false;
            this.glacialList2.HotItemTracking = false;
            this.glacialList2.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialList2.HoverEvents = false;
            this.glacialList2.HoverTime = 1;
            this.glacialList2.ImageList = null;
            this.glacialList2.ItemHeight = 19;
            this.glacialList2.ItemWordWrap = false;
            this.glacialList2.Location = new System.Drawing.Point(1, 1);
            this.glacialList2.Name = "glacialList2";
            this.glacialList2.Selectable = true;
            this.glacialList2.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList2.SelectionColor = System.Drawing.Color.LightSteelBlue;
            this.glacialList2.ShowBorder = true;
            this.glacialList2.ShowFocusRect = false;
            this.glacialList2.Size = new System.Drawing.Size(719, 280);
            this.glacialList2.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList2.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList2.TabIndex = 2;
            this.glacialList2.Text = "glacialList2";
            // 
            // tabItem2
            // 
            this.tabItem2.AttachedControl = this.tabControlPanel2;
            this.tabItem2.Name = "tabItem2";
            this.tabItem2.Text = "消费信息";
            // 
            // TxtPsw2
            // 
            this.TxtPsw2.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtPsw2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtPsw2.Location = new System.Drawing.Point(250, 66);
            this.TxtPsw2.MaxLength = 6;
            this.TxtPsw2.Name = "TxtPsw2";
            this.TxtPsw2.PasswordChar = '*';
            this.TxtPsw2.Size = new System.Drawing.Size(107, 21);
            this.TxtPsw2.TabIndex = 82;
            this.TxtPsw2.UseSystemPasswordChar = true;
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            this.labelX2.Location = new System.Drawing.Point(174, 66);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(71, 23);
            this.labelX2.TabIndex = 81;
            this.labelX2.Text = "确认密码:";
            // 
            // dateTimePicker4
            // 
            this.dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker4.Location = new System.Drawing.Point(609, 119);
            this.dateTimePicker4.Name = "dateTimePicker4";
            this.dateTimePicker4.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker4.TabIndex = 80;
            // 
            // labelX17
            // 
            this.labelX17.BackColor = System.Drawing.Color.Transparent;
            this.labelX17.Location = new System.Drawing.Point(527, 121);
            this.labelX17.Name = "labelX17";
            this.labelX17.Size = new System.Drawing.Size(94, 23);
            this.labelX17.TabIndex = 79;
            this.labelX17.Text = "最近消费时间:";
            // 
            // TxtrExpendMoney
            // 
            this.TxtrExpendMoney.BackColor = System.Drawing.Color.White;
            this.TxtrExpendMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtrExpendMoney.Location = new System.Drawing.Point(444, 123);
            this.TxtrExpendMoney.Name = "TxtrExpendMoney";
            this.TxtrExpendMoney.Size = new System.Drawing.Size(80, 21);
            this.TxtrExpendMoney.TabIndex = 78;
            // 
            // TxtExpendTimes
            // 
            this.TxtExpendTimes.BackColor = System.Drawing.Color.White;
            this.TxtExpendTimes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtExpendTimes.Location = new System.Drawing.Point(250, 123);
            this.TxtExpendTimes.Name = "TxtExpendTimes";
            this.TxtExpendTimes.Size = new System.Drawing.Size(80, 21);
            this.TxtExpendTimes.TabIndex = 77;
            // 
            // labelX16
            // 
            this.labelX16.BackColor = System.Drawing.Color.Transparent;
            this.labelX16.Location = new System.Drawing.Point(170, 123);
            this.labelX16.Name = "labelX16";
            this.labelX16.Size = new System.Drawing.Size(66, 23);
            this.labelX16.TabIndex = 76;
            this.labelX16.Text = "消费次数:";
            // 
            // TxtTimes
            // 
            this.TxtTimes.BackColor = System.Drawing.Color.White;
            this.TxtTimes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtTimes.Location = new System.Drawing.Point(83, 125);
            this.TxtTimes.Name = "TxtTimes";
            this.TxtTimes.Size = new System.Drawing.Size(80, 21);
            this.TxtTimes.TabIndex = 75;
            // 
            // dateTimePicker3
            // 
            this.dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker3.Location = new System.Drawing.Point(609, 91);
            this.dateTimePicker3.Name = "dateTimePicker3";
            this.dateTimePicker3.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker3.TabIndex = 74;
            // 
            // labelX15
            // 
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            this.labelX15.Location = new System.Drawing.Point(527, 93);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(94, 23);
            this.labelX15.TabIndex = 73;
            this.labelX15.Text = "最近充值时间:";
            // 
            // TxtLastMoney
            // 
            this.TxtLastMoney.BackColor = System.Drawing.Color.White;
            this.TxtLastMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtLastMoney.Location = new System.Drawing.Point(443, 95);
            this.TxtLastMoney.Name = "TxtLastMoney";
            this.TxtLastMoney.Size = new System.Drawing.Size(80, 21);
            this.TxtLastMoney.TabIndex = 70;
            // 
            // labelX14
            // 
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            this.labelX14.Location = new System.Drawing.Point(334, 95);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(127, 23);
            this.labelX14.TabIndex = 71;
            this.labelX14.Text = "最近充值金额(元):";
            // 
            // TxtLeveMoney
            // 
            this.TxtLeveMoney.BackColor = System.Drawing.Color.White;
            this.TxtLeveMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtLeveMoney.Location = new System.Drawing.Point(250, 95);
            this.TxtLeveMoney.Name = "TxtLeveMoney";
            this.TxtLeveMoney.Size = new System.Drawing.Size(80, 21);
            this.TxtLeveMoney.TabIndex = 68;
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            this.labelX13.Location = new System.Drawing.Point(170, 95);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(92, 23);
            this.labelX13.TabIndex = 69;
            this.labelX13.Text = "剩余金额(元):";
            // 
            // TxtAddr
            // 
            this.TxtAddr.BackColor = System.Drawing.Color.White;
            this.TxtAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtAddr.Location = new System.Drawing.Point(444, 64);
            this.TxtAddr.Name = "TxtAddr";
            this.TxtAddr.Size = new System.Drawing.Size(282, 21);
            this.TxtAddr.TabIndex = 67;
            // 
            // labelX12
            // 
            this.labelX12.BackColor = System.Drawing.Color.Transparent;
            this.labelX12.Location = new System.Drawing.Point(382, 64);
            this.labelX12.Name = "labelX12";
            this.labelX12.Size = new System.Drawing.Size(66, 23);
            this.labelX12.TabIndex = 66;
            this.labelX12.Text = "通讯地址:";
            // 
            // TxtMail
            // 
            this.TxtMail.BackColor = System.Drawing.Color.White;
            this.TxtMail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMail.Location = new System.Drawing.Point(474, 37);
            this.TxtMail.Name = "TxtMail";
            this.TxtMail.Size = new System.Drawing.Size(252, 21);
            this.TxtMail.TabIndex = 65;
            // 
            // labelX11
            // 
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            this.labelX11.Location = new System.Drawing.Point(434, 37);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(47, 23);
            this.labelX11.TabIndex = 64;
            this.labelX11.Text = "邮箱:";
            // 
            // dateTimePicker2
            // 
            this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker2.Location = new System.Drawing.Point(289, 37);
            this.dateTimePicker2.Name = "dateTimePicker2";
            this.dateTimePicker2.Size = new System.Drawing.Size(139, 21);
            this.dateTimePicker2.TabIndex = 63;
            // 
            // labelX10
            // 
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            this.labelX10.Location = new System.Drawing.Point(226, 39);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(66, 23);
            this.labelX10.TabIndex = 62;
            this.labelX10.Text = "开卡日期:";
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Location = new System.Drawing.Point(169, 38);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(40, 22);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            this.buttonX1.TabIndex = 61;
            this.buttonX1.Text = "读卡";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // TxtTel
            // 
            this.TxtTel.BackColor = System.Drawing.Color.White;
            this.TxtTel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtTel.Location = new System.Drawing.Point(637, 5);
            this.TxtTel.Name = "TxtTel";
            this.TxtTel.Size = new System.Drawing.Size(89, 21);
            this.TxtTel.TabIndex = 60;
            // 
            // labelX9
            // 
            this.labelX9.BackColor = System.Drawing.Color.Transparent;
            this.labelX9.Location = new System.Drawing.Point(601, 7);
            this.labelX9.Name = "labelX9";
            this.labelX9.Size = new System.Drawing.Size(45, 23);
            this.labelX9.TabIndex = 59;
            this.labelX9.Text = "电话:";
            // 
            // dateTimePicker1
            // 
            this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dateTimePicker1.Location = new System.Drawing.Point(474, 6);
            this.dateTimePicker1.Name = "dateTimePicker1";
            this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
            this.dateTimePicker1.TabIndex = 58;
            // 
            // CBBSex
            // 
            this.CBBSex.DisplayMember = "Text";
            this.CBBSex.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.CBBSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CBBSex.FormattingEnabled = true;
            this.CBBSex.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
            this.CBBSex.Location = new System.Drawing.Point(373, 6);
            this.CBBSex.Name = "CBBSex";
            this.CBBSex.Size = new System.Drawing.Size(55, 22);
            this.CBBSex.TabIndex = 57;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "男";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "女";
            // 
            // labelX8
            // 
            this.labelX8.BackColor = System.Drawing.Color.Transparent;
            this.labelX8.Location = new System.Drawing.Point(336, 7);
            this.labelX8.Name = "labelX8";
            this.labelX8.Size = new System.Drawing.Size(44, 23);
            this.labelX8.TabIndex = 56;
            this.labelX8.Text = "性别:";
            // 
            // TxtNote1
            // 
            this.TxtNote1.BackColor = System.Drawing.Color.White;
            this.TxtNote1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtNote1.Location = new System.Drawing.Point(561, 154);
            this.TxtNote1.Multiline = true;
            this.TxtNote1.Name = "TxtNote1";
            this.TxtNote1.Size = new System.Drawing.Size(165, 21);
            this.TxtNote1.TabIndex = 52;
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            this.labelX5.Location = new System.Drawing.Point(5, 123);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(66, 23);
            this.labelX5.TabIndex = 51;
            this.labelX5.Text = "充值次数:";
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            this.labelX3.Location = new System.Drawing.Point(335, 121);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(125, 25);
            this.labelX3.TabIndex = 49;
            this.labelX3.Text = "最近消费金额(元):";
            // 
            // TxtTolMoney
            // 
            this.TxtTolMoney.BackColor = System.Drawing.Color.White;
            this.TxtTolMoney.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtTolMoney.Location = new System.Drawing.Point(83, 97);
            this.TxtTolMoney.Name = "TxtTolMoney";
            this.TxtTolMoney.Size = new System.Drawing.Size(80, 21);
            this.TxtTolMoney.TabIndex = 45;
            // 
            // TxtPsw1
            // 
            this.TxtPsw1.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtPsw1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtPsw1.Location = new System.Drawing.Point(57, 69);
            this.TxtPsw1.MaxLength = 6;
            this.TxtPsw1.Name = "TxtPsw1";
            this.TxtPsw1.PasswordChar = '*';
            this.TxtPsw1.Size = new System.Drawing.Size(107, 21);
            this.TxtPsw1.TabIndex = 43;
            this.TxtPsw1.UseSystemPasswordChar = true;
            // 
            // TxtCardNo
            // 
            this.TxtCardNo.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtCardNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtCardNo.Location = new System.Drawing.Point(57, 39);
            this.TxtCardNo.Name = "TxtCardNo";
            this.TxtCardNo.Size = new System.Drawing.Size(106, 21);
            this.TxtCardNo.TabIndex = 42;
            // 
            // TxtID
            // 
            this.TxtID.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtID.Location = new System.Drawing.Point(57, 9);
            this.TxtID.MaxLength = 20;
            this.TxtID.Name = "TxtID";
            this.TxtID.Size = new System.Drawing.Size(106, 21);
            this.TxtID.TabIndex = 40;
            // 
            // TxtName
            // 
            this.TxtName.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtName.Location = new System.Drawing.Point(229, 9);
            this.TxtName.Name = "TxtName";
            this.TxtName.Size = new System.Drawing.Size(103, 21);
            this.TxtName.TabIndex = 39;
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(12, 67);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(46, 23);
            this.labelX1.TabIndex = 38;
            this.labelX1.Text = "密码:";
            // 
            // lblX5
            // 
            this.lblX5.BackColor = System.Drawing.Color.Transparent;
            this.lblX5.Location = new System.Drawing.Point(527, 154);
            this.lblX5.Name = "lblX5";
            this.lblX5.Size = new System.Drawing.Size(42, 23);
            this.lblX5.TabIndex = 17;
            this.lblX5.Text = "备注:";
            // 
            // lblX4
            // 
            this.lblX4.BackColor = System.Drawing.Color.Transparent;
            this.lblX4.Location = new System.Drawing.Point(12, 37);
            this.lblX4.Name = "lblX4";
            this.lblX4.Size = new System.Drawing.Size(46, 23);
            this.lblX4.TabIndex = 15;
            this.lblX4.Text = "卡号:";
            // 
            // lblX3
            // 
            this.lblX3.BackColor = System.Drawing.Color.Transparent;
            this.lblX3.Location = new System.Drawing.Point(436, 5);
            this.lblX3.Name = "lblX3";
            this.lblX3.Size = new System.Drawing.Size(45, 23);
            this.lblX3.TabIndex = 11;
            this.lblX3.Text = "生日:";
            // 
            // lblX2
            // 
            this.lblX2.BackColor = System.Drawing.Color.Transparent;
            this.lblX2.Location = new System.Drawing.Point(170, 9);
            this.lblX2.Name = "lblX2";
            this.lblX2.Size = new System.Drawing.Size(66, 23);
            this.lblX2.TabIndex = 10;
            this.lblX2.Text = "会员姓名:";
            // 
            // lblX1
            // 
            this.lblX1.BackColor = System.Drawing.Color.Transparent;
            this.lblX1.Location = new System.Drawing.Point(13, 9);
            this.lblX1.Name = "lblX1";
            this.lblX1.Size = new System.Drawing.Size(62, 23);
            this.lblX1.TabIndex = 9;
            this.lblX1.Text = "会员号:";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            this.labelX4.Location = new System.Drawing.Point(3, 97);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(92, 23);
            this.labelX4.TabIndex = 50;
            this.labelX4.Text = "充值总额(元):";
            // 
            // panelEx4
            // 
            this.panelEx4.AutoScroll = true;
            this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx4.Controls.Add(this.groupPanel1);
            this.panelEx4.Location = new System.Drawing.Point(257, 75);
            this.panelEx4.Name = "panelEx4";
            this.panelEx4.Size = new System.Drawing.Size(715, 475);
            this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx4.Style.GradientAngle = 90;
            this.panelEx4.TabIndex = 4;
            // 
            // groupPanel1
            // 
            this.groupPanel1.AutoScroll = true;
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.dataGridView1);
            this.groupPanel1.Location = new System.Drawing.Point(6, 3);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(709, 456);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel1.TabIndex = 5;
            this.groupPanel1.Text = "会员信息";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.MediumOrchid;
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Orange;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.ColumnHeadersHeight = 30;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column26,
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13,
            this.Column14,
            this.Column15,
            this.Column16,
            this.Column17,
            this.Column18,
            this.Column19,
            this.Column20,
            this.Column21,
            this.Column22});
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(703, 432);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick);
            // 
            // Column26
            // 
            this.Column26.DataPropertyName = "MemberSYS";
            this.Column26.Frozen = true;
            this.Column26.HeaderText = "ID";
            this.Column26.Name = "Column26";
            this.Column26.Visible = false;
            this.Column26.Width = 5;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "MemberNO";
            this.Column1.Frozen = true;
            this.Column1.HeaderText = "会员号";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "MemberNAME";
            this.Column2.Frozen = true;
            this.Column2.HeaderText = "会员姓名";
            this.Column2.Name = "Column2";
            this.Column2.Width = 90;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "MemberCardNo";
            this.Column3.Frozen = true;
            this.Column3.HeaderText = "卡号";
            this.Column3.Name = "Column3";
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "MemberCreateDT";
            dataGridViewCellStyle3.Format = "yyyy-MM-dd";
            dataGridViewCellStyle3.NullValue = null;
            this.Column4.DefaultCellStyle = dataGridViewCellStyle3;
            this.Column4.HeaderText = "开卡日期";
            this.Column4.Name = "Column4";
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "MemberSex";
            this.Column5.HeaderText = "性别";
            this.Column5.Name = "Column5";
            this.Column5.Width = 50;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "MemberBirthday";
            dataGridViewCellStyle4.Format = "yyyy-dd-mm";
            dataGridViewCellStyle4.NullValue = null;
            this.Column6.DefaultCellStyle = dataGridViewCellStyle4;
            this.Column6.HeaderText = "生日";
            this.Column6.Name = "Column6";
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "MemberTel";
            this.Column7.HeaderText = "电话";
            this.Column7.Name = "Column7";
            this.Column7.Width = 90;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "MemberAddress";
            this.Column8.HeaderText = "通讯地址";
            this.Column8.Name = "Column8";
            this.Column8.Width = 120;
            // 
            // Column9
            // 
            this.Column9.DataPropertyName = "MemberEmail";
            this.Column9.HeaderText = "邮箱";
            this.Column9.Name = "Column9";
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "MemberTolMoney";
            this.Column10.HeaderText = "充值总额";
            this.Column10.Name = "Column10";
            this.Column10.Width = 80;
            // 
            // Column11
            // 
            this.Column11.DataPropertyName = "MemberLeveMoney";
            this.Column11.HeaderText = "剩余金额";
            this.Column11.Name = "Column11";
            this.Column11.Width = 80;
            // 
            // Column12
            // 
            this.Column12.DataPropertyName = "MemberLastMoney";
            this.Column12.HeaderText = "最近充值金额";
            this.Column12.Name = "Column12";
            // 
            // Column13
            // 
            this.Column13.DataPropertyName = "LastMoneyDT";
            dataGridViewCellStyle5.Format = "G";
            dataGridViewCellStyle5.NullValue = null;
            this.Column13.DefaultCellStyle = dataGridViewCellStyle5;
            this.Column13.HeaderText = "最近充值时间";
            this.Column13.Name = "Column13";
            // 
            // Column14
            // 
            this.Column14.DataPropertyName = "MemberExpendMoney";
            this.Column14.HeaderText = "最近消费金额";
            this.Column14.Name = "Column14";
            // 
            // Column15
            // 
            this.Column15.DataPropertyName = "ExpendMoneyDT";
            dataGridViewCellStyle6.Format = "G";
            dataGridViewCellStyle6.NullValue = null;
            this.Column15.DefaultCellStyle = dataGridViewCellStyle6;
            this.Column15.HeaderText = "最近消费日期";
            this.Column15.Name = "Column15";
            // 
            // Column16
            // 
            this.Column16.DataPropertyName = "Times";
            this.Column16.HeaderText = "充值次数";
            this.Column16.Name = "Column16";
            this.Column16.Width = 80;
            // 
            // Column17
            // 
            this.Column17.DataPropertyName = "ExpendTimes";
            this.Column17.HeaderText = "消费次数";
            this.Column17.Name = "Column17";
            this.Column17.Width = 80;
            // 
            // Column18
            // 
            this.Column18.DataPropertyName = "MemberTolIntegral";
            this.Column18.HeaderText = "累计消费积分";
            this.Column18.Name = "Column18";
            // 
            // Column19
            // 
            this.Column19.DataPropertyName = "MemberLeveIntegra";
            this.Column19.HeaderText = "可用消费积分";
            this.Column19.Name = "Column19";
            // 
            // Column20
            // 
            this.Column20.DataPropertyName = "note";
            this.Column20.HeaderText = "备注";
            this.Column20.Name = "Column20";
            // 
            // Column21
            // 
            this.Column21.DataPropertyName = "MemberPsw";
            dataGridViewCellStyle7.Format = "*";
            dataGridViewCellStyle7.NullValue = null;
            this.Column21.DefaultCellStyle = dataGridViewCellStyle7;
            this.Column21.HeaderText = "密码";
            this.Column21.Name = "Column21";
            this.Column21.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column21.Visible = false;
            // 
            // Column22
            // 
            this.Column22.DataPropertyName = "CardInitMoney";
            this.Column22.HeaderText = "卡面值(元)";
            this.Column22.Name = "Column22";
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = null;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.Location = new System.Drawing.Point(0, 562);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(984, 0);
            this.dockSite4.TabIndex = 8;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.Location = new System.Drawing.Point(0, 0);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 562);
            this.dockSite1.TabIndex = 4;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.Location = new System.Drawing.Point(984, 0);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 562);
            this.dockSite2.TabIndex = 6;
            this.dockSite2.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 0);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 562);
            this.dockSite5.TabIndex = 1;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(984, 0);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 562);
            this.dockSite6.TabIndex = 2;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(984, 0);
            this.dockSite7.TabIndex = 3;
            this.dockSite7.TabStop = false;
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.Location = new System.Drawing.Point(0, 0);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(984, 0);
            this.dockSite3.TabIndex = 7;
            this.dockSite3.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 562);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(984, 0);
            this.dockSite8.TabIndex = 4;
            this.dockSite8.TabStop = false;
            // 
            // FrmMemberInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.AutoScrollMinSize = new System.Drawing.Size(10, 10);
            this.ClientSize = new System.Drawing.Size(984, 562);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmMemberInfo";
            this.Text = "会员注册";
            this.Load += new System.EventHandler(this.FrmMemberInfo_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMemberInfo_FormClosed);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.panelEx2.ResumeLayout(false);
            this.panelEx2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabControlPanel1.ResumeLayout(false);
            this.tabControlPanel2.ResumeLayout(false);
            this.panelEx4.ResumeLayout(false);
            this.groupPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetMemberType));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.TxtNote = new System.Windows.Forms.TextBox();
            this.TxtMoneyTop = new System.Windows.Forms.TextBox();
            this.TxtDisCount = new System.Windows.Forms.TextBox();
            this.TxtName = new System.Windows.Forms.TextBox();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.lblX1 = new DevComponents.DotNetBar.LabelX();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.BtnAdd = new DevComponents.DotNetBar.ButtonItem();
            this.BtnModify = new DevComponents.DotNetBar.ButtonItem();
            this.BtnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.BtnSave = new DevComponents.DotNetBar.ButtonItem();
            this.BtnCancle = new DevComponents.DotNetBar.ButtonItem();
            this.BtnExit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            this.groupPanel2.SuspendLayout();
            this.dockSite7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.treeView1);
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.groupPanel2);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 59);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(879, 448);
            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;
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeView1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView1.ImageIndex = 1;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(251, 448);
            this.treeView1.TabIndex = 4;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "I156.ICO");
            this.imageList1.Images.SetKeyName(1, "note2.ico");
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.AutoScroll = true;
            this.expandablePanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.glacialList1);
            this.expandablePanel1.Location = new System.Drawing.Point(264, 146);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(601, 290);
            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 = 3;
            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 = "卡类型信息";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = false;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "卡类型名称";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 130;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "折扣(%)";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 60;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column3";
            glColumn3.NumericSort = false;
            glColumn3.Text = "消费上限(元)";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 100;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Column6";
            glColumn4.NumericSort = false;
            glColumn4.Text = "会员升级为";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 100;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "Column4";
            glColumn5.NumericSort = false;
            glColumn5.Text = "备注";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 200;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "Column5";
            glColumn6.NumericSort = false;
            glColumn6.Text = "ID";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn6.Width = 0;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 20;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 25;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(6, 26);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(592, 248);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 4;
            this.glacialList1.Click += new System.EventHandler(this.glacialList1_Click);
            // 
            // groupPanel2
            // 
            this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel2.Controls.Add(this.labelX6);
            this.groupPanel2.Controls.Add(this.comboBoxEx1);
            this.groupPanel2.Controls.Add(this.labelX5);
            this.groupPanel2.Controls.Add(this.labelX4);
            this.groupPanel2.Controls.Add(this.TxtNote);
            this.groupPanel2.Controls.Add(this.TxtMoneyTop);
            this.groupPanel2.Controls.Add(this.TxtDisCount);
            this.groupPanel2.Controls.Add(this.TxtName);
            this.groupPanel2.Controls.Add(this.labelX3);
            this.groupPanel2.Controls.Add(this.labelX2);
            this.groupPanel2.Controls.Add(this.labelX1);
            this.groupPanel2.Controls.Add(this.lblX1);
            this.groupPanel2.Location = new System.Drawing.Point(264, 6);
            this.groupPanel2.Name = "groupPanel2";
            this.groupPanel2.Size = new System.Drawing.Size(601, 113);
            // 
            // 
            // 
            this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel2.Style.BackColorGradientAngle = 90;
            this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel2.TabIndex = 2;
            this.groupPanel2.Text = "卡类型";
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            this.labelX6.Location = new System.Drawing.Point(415, 11);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(16, 23);
            this.labelX6.TabIndex = 19;
            this.labelX6.Text = "%";
            // 
            // comboBoxEx1
            // 
            this.comboBoxEx1.DisplayMember = "Text";
            this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.comboBoxEx1.FormattingEnabled = true;
            this.comboBoxEx1.Location = new System.Drawing.Point(312, 52);
            this.comboBoxEx1.Name = "comboBoxEx1";
            this.comboBoxEx1.Size = new System.Drawing.Size(101, 22);
            this.comboBoxEx1.TabIndex = 18;
            // 
            // labelX5
            // 
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            this.labelX5.Location = new System.Drawing.Point(235, 50);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(81, 23);
            this.labelX5.TabIndex = 17;
            this.labelX5.Text = "会员升级为:";
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            this.labelX4.Location = new System.Drawing.Point(210, 50);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(42, 23);
            this.labelX4.TabIndex = 16;
            this.labelX4.Text = "元";
            // 
            // TxtNote
            // 
            this.TxtNote.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtNote.Location = new System.Drawing.Point(491, 3);
            this.TxtNote.Multiline = true;
            this.TxtNote.Name = "TxtNote";
            this.TxtNote.Size = new System.Drawing.Size(100, 73);
            this.TxtNote.TabIndex = 15;
            // 
            // TxtMoneyTop
            // 
            this.TxtMoneyTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtMoneyTop.Location = new System.Drawing.Point(80, 52);
            this.TxtMoneyTop.Name = "TxtMoneyTop";
            this.TxtMoneyTop.Size = new System.Drawing.Size(124, 21);
            this.TxtMoneyTop.TabIndex = 14;
            // 
            // TxtDisCount
            // 
            this.TxtDisCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtDisCount.Location = new System.Drawing.Point(312, 13);
            this.TxtDisCount.Name = "TxtDisCount";
            this.TxtDisCount.Size = new System.Drawing.Size(101, 21);
            this.TxtDisCount.TabIndex = 13;
            // 
            // TxtName
            // 
            this.TxtName.BackColor = System.Drawing.Color.YellowGreen;
            this.TxtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.TxtName.Location = new System.Drawing.Point(80, 13);
            this.TxtName.Name = "TxtName";
            this.TxtName.Size = new System.Drawing.Size(124, 21);
            this.TxtName.TabIndex = 12;
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            this.labelX3.Location = new System.Drawing.Point(441, 13);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(44, 23);
            this.labelX3.TabIndex = 11;
            this.labelX3.Text = "备注:";
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            this.labelX2.Location = new System.Drawing.Point(3, 52);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(71, 23);
            this.labelX2.TabIndex = 10;
            this.labelX2.Text = "消费上限:";
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            this.labelX1.Location = new System.Drawing.Point(251, 13);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(55, 23);
            this.labelX1.TabIndex = 9;
            this.labelX1.Text = "折扣:";
            // 
            // lblX1
            // 
            this.lblX1.BackColor = System.Drawing.Color.Transparent;
            this.lblX1.Location = new System.Drawing.Point(3, 13);
            this.lblX1.Name = "lblX1";
            this.lblX1.Size = new System.Drawing.Size(93, 23);
            this.lblX1.TabIndex = 8;
            this.lblX1.Text = "卡类型名称:";
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = this;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite4.Location = new System.Drawing.Point(0, 507);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(879, 0);
            this.dockSite4.TabIndex = 4;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite1.Location = new System.Drawing.Point(0, 59);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 448);
            this.dockSite1.TabIndex = 1;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite2.Location = new System.Drawing.Point(879, 59);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 448);
            this.dockSite2.TabIndex = 2;
            this.dockSite2.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 507);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(879, 0);
            this.dockSite8.TabIndex = 8;
            this.dockSite8.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 59);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 448);
            this.dockSite5.TabIndex = 5;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(879, 59);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 448);
            this.dockSite6.TabIndex = 6;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Controls.Add(this.bar1);
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(879, 59);
            this.dockSite7.TabIndex = 7;
            this.dockSite7.TabStop = false;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Top;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.BtnAdd,
            this.BtnModify,
            this.BtnDelete,
            this.BtnSave,
            this.BtnCancle,
            this.BtnExit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(260, 59);
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 0;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // BtnAdd
            // 
            this.BtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("BtnAdd.Image")));
            this.BtnAdd.ImagePaddingHorizontal = 8;
            this.BtnAdd.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnAdd.Name = "BtnAdd";
            this.BtnAdd.Text = "添加";
            this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
            // 
            // BtnModify
            // 
            this.BtnModify.Image = ((System.Drawing.Image)(resources.GetObject("BtnModify.Image")));
            this.BtnModify.ImagePaddingHorizontal = 8;
            this.BtnModify.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnModify.Name = "BtnModify";
            this.BtnModify.Text = "修改";
            this.BtnModify.Click += new System.EventHandler(this.BtnModify_Click);
            // 
            // BtnDelete
            // 
            this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
            this.BtnDelete.ImagePaddingHorizontal = 8;
            this.BtnDelete.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnDelete.Name = "BtnDelete";
            this.BtnDelete.Text = "删除";
            this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
            // 
            // BtnSave
            // 
            this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image")));
            this.BtnSave.ImagePaddingHorizontal = 8;
            this.BtnSave.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Text = "保存";
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // BtnCancle
            // 
            this.BtnCancle.Image = ((System.Drawing.Image)(resources.GetObject("BtnCancle.Image")));
            this.BtnCancle.ImagePaddingHorizontal = 8;
            this.BtnCancle.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnCancle.Name = "BtnCancle";
            this.BtnCancle.Text = "撤消";
            this.BtnCancle.Click += new System.EventHandler(this.BtnCancle_Click);
            // 
            // BtnExit
            // 
            this.BtnExit.Image = ((System.Drawing.Image)(resources.GetObject("BtnExit.Image")));
            this.BtnExit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.BtnExit.ImagePaddingHorizontal = 8;
            this.BtnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.BtnExit.Name = "BtnExit";
            this.BtnExit.Text = "关闭";
            this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
            this.dockSite3.Location = new System.Drawing.Point(0, 59);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(879, 0);
            this.dockSite3.TabIndex = 3;
            this.dockSite3.TabStop = false;
            // 
            // SetMemberType
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(879, 507);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite1);
            this.Controls.Add(this.dockSite2);
            this.Controls.Add(this.dockSite3);
            this.Controls.Add(this.dockSite4);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SetMemberType";
            this.Text = "会员卡类型";
            this.Load += new System.EventHandler(this.SetDept_Load);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            this.groupPanel2.ResumeLayout(false);
            this.groupPanel2.PerformLayout();
            this.dockSite7.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fRmkCard));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.LblMemberSys = new System.Windows.Forms.Label();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.expandablePanel18 = new DevComponents.DotNetBar.ExpandablePanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.TxtCardNo = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label442 = new System.Windows.Forms.Label();
            this.panelEx1.SuspendLayout();
            this.expandablePanel18.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.LblMemberSys);
            this.panelEx1.Controls.Add(this.buttonX2);
            this.panelEx1.Controls.Add(this.expandablePanel18);
            this.panelEx1.Controls.Add(this.TxtCardNo);
            this.panelEx1.Controls.Add(this.buttonX1);
            this.panelEx1.Controls.Add(this.pictureBox1);
            this.panelEx1.Controls.Add(this.label442);
            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(737, 414);
            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 = 8;
            // 
            // LblMemberSys
            // 
            this.LblMemberSys.AutoSize = true;
            this.LblMemberSys.BackColor = System.Drawing.Color.Transparent;
            this.LblMemberSys.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.LblMemberSys.Font = new System.Drawing.Font("宋体", 9F);
            this.LblMemberSys.ForeColor = System.Drawing.Color.Black;
            this.LblMemberSys.Location = new System.Drawing.Point(425, 49);
            this.LblMemberSys.Name = "LblMemberSys";
            this.LblMemberSys.Size = new System.Drawing.Size(59, 12);
            this.LblMemberSys.TabIndex = 77;
            this.LblMemberSys.Text = "会员SYS:";
            this.LblMemberSys.Visible = false;
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.Image = ((System.Drawing.Image)(resources.GetObject("buttonX2.Image")));
            this.buttonX2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.buttonX2.Location = new System.Drawing.Point(259, 40);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(26, 23);
            this.buttonX2.TabIndex = 76;
            this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // expandablePanel18
            // 
            this.expandablePanel18.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel18.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel18.Controls.Add(this.glacialList1);
            this.expandablePanel18.Location = new System.Drawing.Point(12, 83);
            this.expandablePanel18.Name = "expandablePanel18";
            this.expandablePanel18.Size = new System.Drawing.Size(716, 188);
            this.expandablePanel18.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.expandablePanel18.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandablePanel18.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel18.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.expandablePanel18.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.expandablePanel18.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandablePanel18.Style.GradientAngle = 90;
            this.expandablePanel18.TabIndex = 56;
            this.expandablePanel18.TitleStyle.BackColor1.Color = System.Drawing.Color.DarkOrchid;
            this.expandablePanel18.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.expandablePanel18.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
            this.expandablePanel18.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandablePanel18.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.expandablePanel18.TitleStyle.GradientAngle = 90;
            this.expandablePanel18.TitleText = "会员最近充值信息";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "会员号";
            glColumn1.NumericSort = false;
            glColumn1.Text = "会员号";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn1.Width = 80;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "用户名";
            glColumn2.NumericSort = false;
            glColumn2.Text = "用户名";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 70;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "卡号";
            glColumn3.NumericSort = false;
            glColumn3.Text = "卡号";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 100;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "卡类型";
            glColumn4.NumericSort = false;
            glColumn4.Text = "卡类型";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 50;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "充值金额";
            glColumn5.NumericSort = false;
            glColumn5.Text = "充值金额(元)";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn5.Width = 90;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "充值次数";
            glColumn6.NumericSort = false;
            glColumn6.Text = "充值次数";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn6.Width = 60;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "充值日期";
            glColumn7.NumericSort = false;
            glColumn7.Text = "充值日期";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn7.Width = 120;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "操作员";
            glColumn8.NumericSort = false;
            glColumn8.Text = "操作员";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn8.Width = 60;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "备注";
            glColumn9.NumericSort = false;
            glColumn9.Text = "备注";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn9.Width = 80;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn8,
            glColumn9});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 19;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(0, 26);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.LightSteelBlue;
            this.glacialList1.ShowBorder = true;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(716, 162);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 2;
            this.glacialList1.Text = "glacialList1";
            // 
            // TxtCardNo
            // 
            // 
            // 
            // 
            this.TxtCardNo.Border.Class = "TextBoxBorder";
            this.TxtCardNo.Location = new System.Drawing.Point(131, 40);
            this.TxtCardNo.MaxLength = 16;
            this.TxtCardNo.Name = "TxtCardNo";
            this.TxtCardNo.Size = new System.Drawing.Size(154, 24);
            this.TxtCardNo.TabIndex = 3;
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Location = new System.Drawing.Point(325, 41);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.TabIndex = 2;
            this.buttonX1.Text = "补卡";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(17, 32);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(33, 29);
            this.pictureBox1.TabIndex = 24;
            this.pictureBox1.TabStop = false;
            // 
            // label442
            // 
            this.label442.AutoSize = true;
            this.label442.BackColor = System.Drawing.Color.Transparent;
            this.label442.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.label442.Font = new System.Drawing.Font("宋体", 9F);
            this.label442.ForeColor = System.Drawing.Color.Black;
            this.label442.Location = new System.Drawing.Point(59, 44);
            this.label442.Name = "label442";
            this.label442.Size = new System.Drawing.Size(65, 12);
            this.label442.TabIndex = 18;
            this.label442.Text = "会员卡号:";
            // 
            // fRmkCard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(737, 414);
            this.Controls.Add(this.panelEx1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "fRmkCard";
            this.Text = "补卡";
            this.Load += new System.EventHandler(this.fRmkCard_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.fRmkCard_FormClosed);
            this.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            this.expandablePanel18.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }
예제 #23
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.glControl = new Tao.Platform.Windows.SimpleOpenGlControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txtPass = new System.Windows.Forms.TextBox();
            this.txtLast = new System.Windows.Forms.TextBox();
            this.txtFirst = new System.Windows.Forms.TextBox();
            this.cmdLogin = new System.Windows.Forms.Button();
            this.lstDownloads = new GlacialComponents.Controls.GlacialList();
            this.progPrims = new System.Windows.Forms.ProgressBar();
            this.lblPrims = new System.Windows.Forms.Label();
            this.cboServer = new System.Windows.Forms.ComboBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.txtSim = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtX = new System.Windows.Forms.TextBox();
            this.txtY = new System.Windows.Forms.TextBox();
            this.txtZ = new System.Windows.Forms.TextBox();
            this.cmdTeleport = new System.Windows.Forms.Button();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 175F));
            this.tableLayoutPanel1.Controls.Add(this.glControl, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.lstDownloads, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.progPrims, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblPrims, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 2, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(1, 1);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 4;
            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, 30F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(799, 612);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // glControl
            // 
            this.glControl.AccumBits = ((byte)(0));
            this.glControl.AutoCheckErrors = false;
            this.glControl.AutoFinish = false;
            this.glControl.AutoMakeCurrent = true;
            this.glControl.AutoSwapBuffers = true;
            this.glControl.BackColor = System.Drawing.Color.Black;
            this.glControl.ColorBits = ((byte)(32));
            this.tableLayoutPanel1.SetColumnSpan(this.glControl, 2);
            this.glControl.DepthBits = ((byte)(16));
            this.glControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.glControl.Location = new System.Drawing.Point(3, 3);
            this.glControl.Name = "glControl";
            this.glControl.Size = new System.Drawing.Size(618, 411);
            this.glControl.StencilBits = ((byte)(0));
            this.glControl.TabIndex = 7;
            this.glControl.TabStop = false;
            this.glControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseMove);
            this.glControl.MouseClick += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseClick);
            this.glControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseDown);
            this.glControl.Resize += new System.EventHandler(this.glControl_Resize);
            this.glControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.glControl_MouseUp);
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2);
            this.panel1.Controls.Add(this.cboServer);
            this.panel1.Controls.Add(this.txtPass);
            this.panel1.Controls.Add(this.txtLast);
            this.panel1.Controls.Add(this.txtFirst);
            this.panel1.Controls.Add(this.cmdLogin);
            this.panel1.Location = new System.Drawing.Point(3, 450);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(618, 39);
            this.panel1.TabIndex = 8;
            // 
            // txtPass
            // 
            this.txtPass.Location = new System.Drawing.Point(215, 11);
            this.txtPass.Name = "txtPass";
            this.txtPass.Size = new System.Drawing.Size(100, 20);
            this.txtPass.TabIndex = 2;
            this.txtPass.UseSystemPasswordChar = true;
            this.txtPass.Enter += new System.EventHandler(this.txtLogin_Enter);
            // 
            // txtLast
            // 
            this.txtLast.Location = new System.Drawing.Point(109, 11);
            this.txtLast.Name = "txtLast";
            this.txtLast.Size = new System.Drawing.Size(100, 20);
            this.txtLast.TabIndex = 1;
            this.txtLast.Enter += new System.EventHandler(this.txtLogin_Enter);
            // 
            // txtFirst
            // 
            this.txtFirst.Location = new System.Drawing.Point(3, 11);
            this.txtFirst.Name = "txtFirst";
            this.txtFirst.Size = new System.Drawing.Size(100, 20);
            this.txtFirst.TabIndex = 0;
            this.txtFirst.Enter += new System.EventHandler(this.txtLogin_Enter);
            // 
            // cmdLogin
            // 
            this.cmdLogin.Location = new System.Drawing.Point(321, 9);
            this.cmdLogin.Name = "cmdLogin";
            this.cmdLogin.Size = new System.Drawing.Size(75, 23);
            this.cmdLogin.TabIndex = 3;
            this.cmdLogin.Text = "Login";
            this.cmdLogin.UseVisualStyleBackColor = true;
            this.cmdLogin.Click += new System.EventHandler(this.cmdLogin_Click);
            // 
            // lstDownloads
            // 
            this.lstDownloads.AllowColumnResize = true;
            this.lstDownloads.AllowMultiselect = false;
            this.lstDownloads.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.lstDownloads.AlternatingColors = false;
            this.lstDownloads.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.lstDownloads.AutoHeight = true;
            this.lstDownloads.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.lstDownloads.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "colTextureID";
            glColumn1.NumericSort = false;
            glColumn1.Text = "Texture ID";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 220;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "colProgress";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Download Progress";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 220;
            this.lstDownloads.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2});
            this.tableLayoutPanel1.SetColumnSpan(this.lstDownloads, 2);
            this.lstDownloads.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
            this.lstDownloads.FullRowSelect = true;
            this.lstDownloads.GridColor = System.Drawing.Color.LightGray;
            this.lstDownloads.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.lstDownloads.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.lstDownloads.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.lstDownloads.HeaderHeight = 22;
            this.lstDownloads.HeaderVisible = true;
            this.lstDownloads.HeaderWordWrap = false;
            this.lstDownloads.HotColumnTracking = false;
            this.lstDownloads.HotItemTracking = false;
            this.lstDownloads.HotTrackingColor = System.Drawing.Color.LightGray;
            this.lstDownloads.HoverEvents = false;
            this.lstDownloads.HoverTime = 1;
            this.lstDownloads.ImageList = null;
            this.lstDownloads.ItemHeight = 17;
            this.lstDownloads.ItemWordWrap = false;
            this.lstDownloads.Location = new System.Drawing.Point(3, 495);
            this.lstDownloads.Name = "lstDownloads";
            this.lstDownloads.Selectable = true;
            this.lstDownloads.SelectedTextColor = System.Drawing.Color.White;
            this.lstDownloads.SelectionColor = System.Drawing.Color.DarkBlue;
            this.lstDownloads.ShowBorder = true;
            this.lstDownloads.ShowFocusRect = false;
            this.lstDownloads.Size = new System.Drawing.Size(618, 114);
            this.lstDownloads.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.lstDownloads.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.lstDownloads.TabIndex = 9;
            this.lstDownloads.Text = "Texture Downloads";
            // 
            // progPrims
            // 
            this.progPrims.Dock = System.Windows.Forms.DockStyle.Fill;
            this.progPrims.Location = new System.Drawing.Point(133, 420);
            this.progPrims.Name = "progPrims";
            this.progPrims.Size = new System.Drawing.Size(488, 24);
            this.progPrims.TabIndex = 10;
            // 
            // lblPrims
            // 
            this.lblPrims.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.lblPrims.AutoSize = true;
            this.lblPrims.Location = new System.Drawing.Point(3, 425);
            this.lblPrims.Name = "lblPrims";
            this.lblPrims.Size = new System.Drawing.Size(61, 13);
            this.lblPrims.TabIndex = 11;
            this.lblPrims.Text = "Prims: 0 / 0";
            // 
            // cboServer
            // 
            this.cboServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cboServer.FormattingEnabled = true;
            this.cboServer.Location = new System.Drawing.Point(405, 11);
            this.cboServer.Name = "cboServer";
            this.cboServer.Size = new System.Drawing.Size(204, 21);
            this.cboServer.TabIndex = 4;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.cmdTeleport);
            this.panel2.Controls.Add(this.txtZ);
            this.panel2.Controls.Add(this.txtY);
            this.panel2.Controls.Add(this.txtX);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Controls.Add(this.txtSim);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(627, 3);
            this.panel2.Name = "panel2";
            this.tableLayoutPanel1.SetRowSpan(this.panel2, 4);
            this.panel2.Size = new System.Drawing.Size(169, 606);
            this.panel2.TabIndex = 12;
            // 
            // txtSim
            // 
            this.txtSim.Location = new System.Drawing.Point(36, 8);
            this.txtSim.Name = "txtSim";
            this.txtSim.Size = new System.Drawing.Size(126, 20);
            this.txtSim.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(27, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Sim:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(5, 37);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "X:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(58, 37);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "Y:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(112, 37);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(17, 13);
            this.label5.TabIndex = 5;
            this.label5.Text = "Z:";
            // 
            // txtX
            // 
            this.txtX.Location = new System.Drawing.Point(24, 34);
            this.txtX.MaxLength = 3;
            this.txtX.Name = "txtX";
            this.txtX.Size = new System.Drawing.Size(30, 20);
            this.txtX.TabIndex = 6;
            this.txtX.Text = "128";
            // 
            // txtY
            // 
            this.txtY.Location = new System.Drawing.Point(78, 34);
            this.txtY.MaxLength = 3;
            this.txtY.Name = "txtY";
            this.txtY.Size = new System.Drawing.Size(30, 20);
            this.txtY.TabIndex = 7;
            this.txtY.Text = "128";
            // 
            // txtZ
            // 
            this.txtZ.Location = new System.Drawing.Point(132, 34);
            this.txtZ.MaxLength = 3;
            this.txtZ.Name = "txtZ";
            this.txtZ.Size = new System.Drawing.Size(30, 20);
            this.txtZ.TabIndex = 8;
            this.txtZ.Text = "0";
            // 
            // cmdTeleport
            // 
            this.cmdTeleport.Enabled = false;
            this.cmdTeleport.Location = new System.Drawing.Point(87, 60);
            this.cmdTeleport.Name = "cmdTeleport";
            this.cmdTeleport.Size = new System.Drawing.Size(75, 23);
            this.cmdTeleport.TabIndex = 9;
            this.cmdTeleport.Text = "Teleport";
            this.cmdTeleport.UseVisualStyleBackColor = true;
            this.cmdTeleport.Click += new System.EventHandler(this.cmdTeleport_Click);
            // 
            // frmBrowser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 612);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "frmBrowser";
            this.Text = "World Browser";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBrowser_FormClosing);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     this.glacialList1 = new GlacialComponents.Controls.GlacialList();
     this.panel1       = new System.Windows.Forms.Panel();
     this.okbtn        = new System.Windows.Forms.Button();
     this.cancelbtn    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // glacialList1
     //
     this.glacialList1.AllowColumnResize   = true;
     this.glacialList1.AllowMultiselect    = false;
     this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.glacialList1.AlternatingColors   = false;
     this.glacialList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.glacialList1.AutoHeight             = true;
     this.glacialList1.BackColor              = System.Drawing.Color.White;
     this.glacialList1.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes    = false;
     glColumn1.ImageIndex    = -1;
     glColumn1.Name          = "Column1";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "Column";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 115;
     this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.glacialList1.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.glacialList1.ForeColor         = System.Drawing.Color.Black;
     this.glacialList1.FullRowSelect     = true;
     this.glacialList1.GridColor         = System.Drawing.Color.LightGray;
     this.glacialList1.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.glacialList1.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.glacialList1.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.glacialList1.HeaderHeight      = 0;
     this.glacialList1.HeaderVisible     = false;
     this.glacialList1.HeaderWordWrap    = false;
     this.glacialList1.HotColumnTracking = false;
     this.glacialList1.HotItemTracking   = true;
     this.glacialList1.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.glacialList1.HoverEvents       = false;
     this.glacialList1.HoverTime         = 1;
     this.glacialList1.ImageList         = null;
     this.glacialList1.ItemHeight        = 17;
     this.glacialList1.ItemWordWrap      = false;
     this.glacialList1.Location          = new System.Drawing.Point(12, 12);
     this.glacialList1.Name                 = "glacialList1";
     this.glacialList1.Selectable           = true;
     this.glacialList1.SelectedTextColor    = System.Drawing.Color.White;
     this.glacialList1.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.glacialList1.ShowBorder           = true;
     this.glacialList1.ShowFocusRect        = false;
     this.glacialList1.Size                 = new System.Drawing.Size(120, 418);
     this.glacialList1.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.glacialList1.TabIndex             = 0;
     this.glacialList1.Text                 = "glacialList1";
     this.glacialList1.Click               += new System.EventHandler(this.glacialList1_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Location    = new System.Drawing.Point(139, 13);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(385, 391);
     this.panel1.TabIndex    = 1;
     //
     // okbtn
     //
     this.okbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okbtn.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okbtn.Location                = new System.Drawing.Point(368, 410);
     this.okbtn.Name                    = "okbtn";
     this.okbtn.Size                    = new System.Drawing.Size(75, 23);
     this.okbtn.TabIndex                = 2;
     this.okbtn.Text                    = "OK";
     this.okbtn.UseVisualStyleBackColor = true;
     this.okbtn.Click                  += new System.EventHandler(this.okbtn_Click);
     //
     // cancelbtn
     //
     this.cancelbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelbtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelbtn.Location                = new System.Drawing.Point(449, 410);
     this.cancelbtn.Name                    = "cancelbtn";
     this.cancelbtn.Size                    = new System.Drawing.Size(75, 23);
     this.cancelbtn.TabIndex                = 3;
     this.cancelbtn.Text                    = "Mégse";
     this.cancelbtn.UseVisualStyleBackColor = true;
     this.cancelbtn.Click                  += new System.EventHandler(this.cancelbtn_Click);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(536, 442);
     this.Controls.Add(this.cancelbtn);
     this.Controls.Add(this.okbtn);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.glacialList1);
     this.Name        = "SettingsForm";
     this.Text        = "SettingsForm";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed);
     this.Controls.SetChildIndex(this.glacialList1, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.okbtn, 0);
     this.Controls.SetChildIndex(this.cancelbtn, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn  glColumn1  = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLItem    glItem1    = new GlacialComponents.Controls.GLItem();
     GlacialComponents.Controls.GLSubItem glSubItem1 = new GlacialComponents.Controls.GLSubItem();
     GlacialComponents.Controls.GLItem    glItem2    = new GlacialComponents.Controls.GLItem();
     GlacialComponents.Controls.GLSubItem glSubItem2 = new GlacialComponents.Controls.GLSubItem();
     GlacialComponents.Controls.GLItem    glItem3    = new GlacialComponents.Controls.GLItem();
     GlacialComponents.Controls.GLSubItem glSubItem3 = new GlacialComponents.Controls.GLSubItem();
     this.glacialList1   = new GlacialComponents.Controls.GlacialList();
     this.panel1         = new System.Windows.Forms.Panel();
     this.isserver       = new System.Windows.Forms.CheckBox();
     this.technical      = new System.Windows.Forms.Label();
     this.chatwindowTabs = new System.Windows.Forms.CheckBox();
     this.chatwindow     = new System.Windows.Forms.CheckBox();
     this.layout         = new System.Windows.Forms.Label();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader1  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3         = new System.Windows.Forms.Label();
     this.messageText    = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.nameText       = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.personal       = new System.Windows.Forms.Label();
     this.okbtn          = new System.Windows.Forms.Button();
     this.cancelbtn      = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // glacialList1
     //
     this.glacialList1.AllowColumnResize   = true;
     this.glacialList1.AllowMultiselect    = false;
     this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.glacialList1.AlternatingColors   = false;
     this.glacialList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.glacialList1.AutoHeight             = true;
     this.glacialList1.BackColor              = System.Drawing.Color.White;
     this.glacialList1.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn1.CheckBoxes    = false;
     glColumn1.ImageIndex    = -1;
     glColumn1.Name          = "Column1";
     glColumn1.NumericSort   = false;
     glColumn1.Text          = "Column";
     glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width         = 115;
     this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1
     });
     this.glacialList1.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.glacialList1.ForeColor         = System.Drawing.Color.Black;
     this.glacialList1.FullRowSelect     = true;
     this.glacialList1.GridColor         = System.Drawing.Color.LightGray;
     this.glacialList1.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.glacialList1.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.glacialList1.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.glacialList1.HeaderHeight      = 0;
     this.glacialList1.HeaderVisible     = false;
     this.glacialList1.HeaderWordWrap    = false;
     this.glacialList1.HotColumnTracking = false;
     this.glacialList1.HotItemTracking   = true;
     this.glacialList1.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.glacialList1.HoverEvents       = false;
     this.glacialList1.HoverTime         = 1;
     this.glacialList1.ImageList         = null;
     this.glacialList1.ItemHeight        = 17;
     glItem1.BackColor         = System.Drawing.Color.White;
     glItem1.ForeColor         = System.Drawing.Color.Black;
     glItem1.RowBorderColor    = System.Drawing.Color.Black;
     glItem1.RowBorderSize     = 0;
     glSubItem1.BackColor      = System.Drawing.Color.Empty;
     glSubItem1.Checked        = false;
     glSubItem1.ForceText      = false;
     glSubItem1.ForeColor      = System.Drawing.Color.Black;
     glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     glSubItem1.ImageIndex     = -1;
     glSubItem1.Text           = "Személyes";
     glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
         glSubItem1
     });
     glItem1.Text              = "Személyes";
     glItem2.BackColor         = System.Drawing.Color.White;
     glItem2.ForeColor         = System.Drawing.Color.Black;
     glItem2.RowBorderColor    = System.Drawing.Color.Black;
     glItem2.RowBorderSize     = 0;
     glSubItem2.BackColor      = System.Drawing.Color.Empty;
     glSubItem2.Checked        = false;
     glSubItem2.ForceText      = false;
     glSubItem2.ForeColor      = System.Drawing.Color.Black;
     glSubItem2.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     glSubItem2.ImageIndex     = -1;
     glSubItem2.Text           = "Kinézet";
     glItem2.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
         glSubItem2
     });
     glItem2.Text              = "Kinézet";
     glItem3.BackColor         = System.Drawing.Color.White;
     glItem3.ForeColor         = System.Drawing.Color.Black;
     glItem3.RowBorderColor    = System.Drawing.Color.Black;
     glItem3.RowBorderSize     = 0;
     glSubItem3.BackColor      = System.Drawing.Color.Empty;
     glSubItem3.Checked        = false;
     glSubItem3.ForceText      = false;
     glSubItem3.ForeColor      = System.Drawing.Color.Black;
     glSubItem3.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     glSubItem3.ImageIndex     = -1;
     glSubItem3.Text           = "Technikai";
     glItem3.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
         glSubItem3
     });
     glItem3.Text = "Technikai";
     this.glacialList1.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
         glItem1,
         glItem2,
         glItem3
     });
     this.glacialList1.ItemWordWrap         = false;
     this.glacialList1.Location             = new System.Drawing.Point(12, 12);
     this.glacialList1.Name                 = "glacialList1";
     this.glacialList1.Selectable           = true;
     this.glacialList1.SelectedTextColor    = System.Drawing.Color.White;
     this.glacialList1.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.glacialList1.ShowBorder           = true;
     this.glacialList1.ShowFocusRect        = false;
     this.glacialList1.Size                 = new System.Drawing.Size(120, 418);
     this.glacialList1.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.glacialList1.TabIndex             = 0;
     this.glacialList1.Text                 = "glacialList1";
     this.glacialList1.Click               += new System.EventHandler(this.glacialList1_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.isserver);
     this.panel1.Controls.Add(this.technical);
     this.panel1.Controls.Add(this.chatwindowTabs);
     this.panel1.Controls.Add(this.chatwindow);
     this.panel1.Controls.Add(this.layout);
     this.panel1.Controls.Add(this.listView1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.messageText);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.nameText);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.personal);
     this.panel1.Location = new System.Drawing.Point(139, 13);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(385, 391);
     this.panel1.TabIndex = 1;
     //
     // isserver
     //
     this.isserver.AutoSize = true;
     this.isserver.Location = new System.Drawing.Point(12, 405);
     this.isserver.Name     = "isserver";
     this.isserver.Size     = new System.Drawing.Size(217, 17);
     this.isserver.TabIndex = 11;
     this.isserver.Text     = "Szerver mód (port forwarding szükséges)";
     this.isserver.UseVisualStyleBackColor = true;
     //
     // technical
     //
     this.technical.AutoSize = true;
     this.technical.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.technical.Location = new System.Drawing.Point(6, 371);
     this.technical.Name     = "technical";
     this.technical.Size     = new System.Drawing.Size(131, 31);
     this.technical.TabIndex = 10;
     this.technical.Text     = "Technikai";
     //
     // chatwindowTabs
     //
     this.chatwindowTabs.AutoSize = true;
     this.chatwindowTabs.Enabled  = false;
     this.chatwindowTabs.Location = new System.Drawing.Point(50, 329);
     this.chatwindowTabs.Name     = "chatwindowTabs";
     this.chatwindowTabs.Size     = new System.Drawing.Size(194, 17);
     this.chatwindowTabs.TabIndex = 9;
     this.chatwindowTabs.Text     = "A beszélgetések fülekbe rendezése";
     this.chatwindowTabs.UseVisualStyleBackColor = true;
     //
     // chatwindow
     //
     this.chatwindow.AutoSize = true;
     this.chatwindow.Location = new System.Drawing.Point(12, 305);
     this.chatwindow.Name     = "chatwindow";
     this.chatwindow.Size     = new System.Drawing.Size(272, 17);
     this.chatwindow.TabIndex = 8;
     this.chatwindow.Text     = "A beszélgetések jelenjenek meg külön ablak(ok)ban";
     this.chatwindow.UseVisualStyleBackColor = true;
     //
     // layout
     //
     this.layout.AutoSize = true;
     this.layout.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.layout.Location = new System.Drawing.Point(6, 270);
     this.layout.Name     = "layout";
     this.layout.Size     = new System.Drawing.Size(105, 31);
     this.layout.TabIndex = 7;
     this.layout.Text     = "Kinézet";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.LabelWrap   = false;
     this.listView1.Location    = new System.Drawing.Point(12, 148);
     this.listView1.MultiSelect = false;
     this.listView1.Name        = "listView1";
     this.listView1.Size        = new System.Drawing.Size(121, 97);
     this.listView1.TabIndex    = 6;
     this.listView1.UseCompatibleStateImageBehavior = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 131);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Nyelv";
     //
     // messageText
     //
     this.messageText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.messageText.Location = new System.Drawing.Point(12, 99);
     this.messageText.Name     = "messageText";
     this.messageText.Size     = new System.Drawing.Size(337, 20);
     this.messageText.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Üzenet";
     //
     // nameText
     //
     this.nameText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.nameText.Location = new System.Drawing.Point(12, 52);
     this.nameText.Name     = "nameText";
     this.nameText.Size     = new System.Drawing.Size(337, 20);
     this.nameText.TabIndex = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 35);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(27, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Név";
     //
     // personal
     //
     this.personal.AutoSize = true;
     this.personal.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.personal.Location = new System.Drawing.Point(3, 0);
     this.personal.Name     = "personal";
     this.personal.Size     = new System.Drawing.Size(147, 31);
     this.personal.TabIndex = 0;
     this.personal.Text     = "Személyes";
     //
     // okbtn
     //
     this.okbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okbtn.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okbtn.Location                = new System.Drawing.Point(368, 410);
     this.okbtn.Name                    = "okbtn";
     this.okbtn.Size                    = new System.Drawing.Size(75, 23);
     this.okbtn.TabIndex                = 2;
     this.okbtn.Text                    = "OK";
     this.okbtn.UseVisualStyleBackColor = true;
     this.okbtn.Click                  += new System.EventHandler(this.okbtn_Click);
     //
     // cancelbtn
     //
     this.cancelbtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelbtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelbtn.Location                = new System.Drawing.Point(449, 410);
     this.cancelbtn.Name                    = "cancelbtn";
     this.cancelbtn.Size                    = new System.Drawing.Size(75, 23);
     this.cancelbtn.TabIndex                = 3;
     this.cancelbtn.Text                    = "Mégse";
     this.cancelbtn.UseVisualStyleBackColor = true;
     this.cancelbtn.Click                  += new System.EventHandler(this.cancelbtn_Click);
     //
     // SettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(536, 442);
     this.Controls.Add(this.cancelbtn);
     this.Controls.Add(this.okbtn);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.glacialList1);
     this.Name        = "SettingsForm";
     this.Text        = "SettingsForm";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
     this.btnApply       = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.lvGroups       = new GlacialComponents.Controls.GlacialList();
     this.btnRemoveGroup = new System.Windows.Forms.Button();
     this.btnAddGroup    = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnApply
     //
     this.btnApply.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnApply.Location                = new System.Drawing.Point(147, 303);
     this.btnApply.Name                    = "btnApply";
     this.btnApply.Size                    = new System.Drawing.Size(75, 23);
     this.btnApply.TabIndex                = 0;
     this.btnApply.Text                    = "Apply";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click                  += new System.EventHandler(this.btnApply_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(18, 303);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 1;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lvGroups);
     this.groupBox1.Controls.Add(this.btnRemoveGroup);
     this.groupBox1.Controls.Add(this.btnAddGroup);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(215, 285);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Known Groups";
     //
     // lvGroups
     //
     this.lvGroups.AllowColumnResize      = true;
     this.lvGroups.AllowMultiselect       = false;
     this.lvGroups.AlternateBackground    = System.Drawing.Color.DarkGreen;
     this.lvGroups.AlternatingColors      = false;
     this.lvGroups.AutoHeight             = true;
     this.lvGroups.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.lvGroups.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType      = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
     glColumn1.CheckBoxes            = false;
     glColumn1.ImageIndex            = -1;
     glColumn1.Name                  = "Column1";
     glColumn1.NumericSort           = false;
     glColumn1.Text                  = "Address";
     glColumn1.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width                 = 100;
     glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
     glColumn2.CheckBoxes            = false;
     glColumn2.ImageIndex            = -1;
     glColumn2.Name                  = "Column2";
     glColumn2.NumericSort           = false;
     glColumn2.Text                  = "Length";
     glColumn2.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width                 = 100;
     this.lvGroups.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1,
         glColumn2
     });
     this.lvGroups.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.lvGroups.FullRowSelect     = true;
     this.lvGroups.GridColor         = System.Drawing.Color.LightGray;
     this.lvGroups.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.lvGroups.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.lvGroups.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.lvGroups.HeaderHeight      = 22;
     this.lvGroups.HeaderVisible     = true;
     this.lvGroups.HeaderWordWrap    = false;
     this.lvGroups.HotColumnTracking = false;
     this.lvGroups.HotItemTracking   = false;
     this.lvGroups.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.lvGroups.HoverEvents       = false;
     this.lvGroups.HoverTime         = 1;
     this.lvGroups.ImageList         = null;
     this.lvGroups.ItemHeight        = 17;
     this.lvGroups.ItemWordWrap      = false;
     this.lvGroups.Location          = new System.Drawing.Point(6, 49);
     this.lvGroups.Name                 = "lvGroups";
     this.lvGroups.Selectable           = true;
     this.lvGroups.SelectedTextColor    = System.Drawing.Color.White;
     this.lvGroups.SelectionColor       = System.Drawing.Color.DarkBlue;
     this.lvGroups.ShowBorder           = true;
     this.lvGroups.ShowFocusRect        = false;
     this.lvGroups.Size                 = new System.Drawing.Size(204, 230);
     this.lvGroups.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.lvGroups.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.lvGroups.TabIndex             = 2;
     this.lvGroups.Text                 = "glacialList1";
     //
     // btnRemoveGroup
     //
     this.btnRemoveGroup.Location = new System.Drawing.Point(134, 19);
     this.btnRemoveGroup.Name     = "btnRemoveGroup";
     this.btnRemoveGroup.Size     = new System.Drawing.Size(75, 23);
     this.btnRemoveGroup.TabIndex = 1;
     this.btnRemoveGroup.Text     = "Remove";
     this.btnRemoveGroup.UseVisualStyleBackColor = true;
     this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
     //
     // btnAddGroup
     //
     this.btnAddGroup.Location = new System.Drawing.Point(6, 20);
     this.btnAddGroup.Name     = "btnAddGroup";
     this.btnAddGroup.Size     = new System.Drawing.Size(75, 23);
     this.btnAddGroup.TabIndex = 1;
     this.btnAddGroup.Text     = "Add";
     this.btnAddGroup.UseVisualStyleBackColor = true;
     this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
     //
     // KnownGroupsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(233, 336);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnApply);
     this.Name  = "KnownGroupsForm";
     this.Text  = "KnownGroupsForm";
     this.Load += new System.EventHandler(this.KnownGroupsForm_Load);
     this.groupBox1.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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ffindGoodsInfo));
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.btnItm_Seek = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Exit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.Flag1 = new DevComponents.Editors.ComboItem();
            this.Flag2 = new DevComponents.Editors.ComboItem();
            this.Type1 = new DevComponents.Editors.ComboItem();
            this.Type2 = new DevComponents.Editors.ComboItem();
            this.Type3 = new DevComponents.Editors.ComboItem();
            this.Type4 = new DevComponents.Editors.ComboItem();
            this.Unit1 = new DevComponents.Editors.ComboItem();
            this.Unit2 = new DevComponents.Editors.ComboItem();
            this.Unit3 = new DevComponents.Editors.ComboItem();
            this.Unit4 = new DevComponents.Editors.ComboItem();
            this.Unit5 = new DevComponents.Editors.ComboItem();
            this.Unit6 = new DevComponents.Editors.ComboItem();
            this.Unit7 = new DevComponents.Editors.ComboItem();
            this.Unit8 = new DevComponents.Editors.ComboItem();
            this.Unit9 = new DevComponents.Editors.ComboItem();
            this.Unit10 = new DevComponents.Editors.ComboItem();
            this.Unit11 = new DevComponents.Editors.ComboItem();
            this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.contextMenuStrip1.SuspendLayout();
            this.panelEx1.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.panelEx4.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dockContainerItem1
            // 
            this.dockContainerItem1.Name = "dockContainerItem1";
            this.dockContainerItem1.Text = "dockContainerItem1";
            // 
            // treeView1
            // 
            this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeView1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView1.ImageIndex = 1;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(251, 562);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.toolStripMenuItem2,
            this.toolStripMenuItem3});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
            this.toolStripMenuItem1.Text = "添加类别";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(124, 22);
            this.toolStripMenuItem2.Text = "删除类别";
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(124, 22);
            this.toolStripMenuItem3.Text = "修改类别";
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "I156.ICO");
            this.imageList1.Images.SetKeyName(1, "note2.ico");
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.bar1);
            this.panelEx1.Controls.Add(this.treeView1);
            this.panelEx1.Controls.Add(this.panelEx4);
            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(984, 562);
            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;
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.labelX7);
            this.expandablePanel1.Controls.Add(this.buttonX5);
            this.expandablePanel1.Controls.Add(this.buttonX4);
            this.expandablePanel1.Controls.Add(this.textBoxX1);
            this.expandablePanel1.Location = new System.Drawing.Point(235, 151);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(482, 155);
            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 = 8;
            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 = "查找";
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            this.labelX7.Location = new System.Drawing.Point(13, 47);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(222, 23);
            this.labelX7.TabIndex = 11;
            this.labelX7.Text = "请输入商品编号或名称:";
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.Location = new System.Drawing.Point(216, 108);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(75, 23);
            this.buttonX5.TabIndex = 10;
            this.buttonX5.Text = "取消";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.Location = new System.Drawing.Point(105, 108);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(75, 23);
            this.buttonX4.TabIndex = 9;
            this.buttonX4.Text = "查询";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Location = new System.Drawing.Point(52, 74);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.Size = new System.Drawing.Size(260, 21);
            this.textBoxX1.TabIndex = 1;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.ImageSize = DevComponents.DotNetBar.eBarImageSize.Medium;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnItm_Seek,
            this.btnItm_Exit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(251, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(733, 59);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 1;
            this.bar1.TabStop = false;
            this.bar1.Text = "工具菜单";
            // 
            // btnItm_Seek
            // 
            this.btnItm_Seek.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Seek.Image")));
            this.btnItm_Seek.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Seek.ImagePaddingHorizontal = 8;
            this.btnItm_Seek.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Seek.Name = "btnItm_Seek";
            this.btnItm_Seek.Text = "查询";
            this.btnItm_Seek.Click += new System.EventHandler(this.btnItm_Seek_Click_1);
            // 
            // btnItm_Exit
            // 
            this.btnItm_Exit.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Exit.Image")));
            this.btnItm_Exit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Exit.ImagePaddingHorizontal = 8;
            this.btnItm_Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Exit.Name = "btnItm_Exit";
            this.btnItm_Exit.Text = "关闭";
            this.btnItm_Exit.Click += new System.EventHandler(this.btnItm_Exit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // Flag1
            // 
            this.Flag1.Text = "是";
            // 
            // Flag2
            // 
            this.Flag2.Text = "否";
            // 
            // Type1
            // 
            this.Type1.Text = "单品";
            // 
            // Type2
            // 
            this.Type2.Text = "配料";
            // 
            // Type3
            // 
            this.Type3.Text = "合成";
            // 
            // Type4
            // 
            this.Type4.Text = "套餐";
            // 
            // Unit1
            // 
            this.Unit1.Text = "杯";
            // 
            // Unit2
            // 
            this.Unit2.Text = "瓶";
            // 
            // Unit3
            // 
            this.Unit3.Text = "盘";
            // 
            // Unit4
            // 
            this.Unit4.Text = "包";
            // 
            // Unit5
            // 
            this.Unit5.Text = "件";
            // 
            // Unit6
            // 
            this.Unit6.Text = "斤";
            // 
            // Unit7
            // 
            this.Unit7.Text = "袋";
            // 
            // Unit8
            // 
            this.Unit8.Text = "根";
            // 
            // Unit9
            // 
            this.Unit9.Text = "块";
            // 
            // Unit10
            // 
            this.Unit10.Text = "锅";
            // 
            // Unit11
            // 
            this.Unit11.Text = "条";
            // 
            // panelEx4
            // 
            this.panelEx4.AutoScroll = true;
            this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx4.Controls.Add(this.groupPanel1);
            this.panelEx4.Location = new System.Drawing.Point(257, 75);
            this.panelEx4.Name = "panelEx4";
            this.panelEx4.Size = new System.Drawing.Size(715, 475);
            this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx4.Style.GradientAngle = 90;
            this.panelEx4.TabIndex = 4;
            // 
            // groupPanel1
            // 
            this.groupPanel1.AutoScroll = true;
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.glacialList1);
            this.groupPanel1.Location = new System.Drawing.Point(3, 3);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(702, 471);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel1.TabIndex = 5;
            this.groupPanel1.Text = "商品信息";
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "商品编号";
            glColumn1.NumericSort = false;
            glColumn1.Text = "商品编号";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 110;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "商品名称";
            glColumn2.NumericSort = false;
            glColumn2.Text = "商品名称";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 150;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "销售价(元)";
            glColumn3.NumericSort = false;
            glColumn3.Text = "销售价(元)";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 80;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "单位";
            glColumn4.NumericSort = false;
            glColumn4.Text = "单位";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 40;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "商品类型";
            glColumn5.NumericSort = false;
            glColumn5.Text = "商品类型";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 60;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "是否积分";
            glColumn6.NumericSort = false;
            glColumn6.Text = "是否积分";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn6.Width = 60;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "积分";
            glColumn7.NumericSort = false;
            glColumn7.Text = "积分";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn7.Width = 80;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "备注";
            glColumn8.NumericSort = false;
            glColumn8.Text = "备注";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn8.Width = 110;
            glColumn9.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn9.CheckBoxes = false;
            glColumn9.ImageIndex = -1;
            glColumn9.Name = "系统编号";
            glColumn9.NumericSort = false;
            glColumn9.Text = "系统编号";
            glColumn9.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn9.Width = 0;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn8,
            glColumn9});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.Peru;
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList1.HeaderHeight = 20;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = false;
            this.glacialList1.HotItemTracking = false;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 19;
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(3, 4);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList1.ShowBorder = true;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(690, 440);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList1.TabIndex = 2;
            this.glacialList1.Text = "glacialList1";
            this.glacialList1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.glacialList1_MouseDoubleClick);
            this.glacialList1.SelectedIndexChanged += new GlacialComponents.Controls.GlacialList.ClickedEventHandler(this.glacialList1_SelectedIndexChanged);
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = null;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.Location = new System.Drawing.Point(0, 562);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(984, 0);
            this.dockSite4.TabIndex = 8;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.Location = new System.Drawing.Point(0, 0);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 562);
            this.dockSite1.TabIndex = 4;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.Location = new System.Drawing.Point(984, 0);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 562);
            this.dockSite2.TabIndex = 6;
            this.dockSite2.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 0);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 562);
            this.dockSite5.TabIndex = 1;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(984, 0);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 562);
            this.dockSite6.TabIndex = 2;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(984, 0);
            this.dockSite7.TabIndex = 3;
            this.dockSite7.TabStop = false;
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.Location = new System.Drawing.Point(0, 0);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(984, 0);
            this.dockSite3.TabIndex = 7;
            this.dockSite3.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 562);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(984, 0);
            this.dockSite8.TabIndex = 4;
            this.dockSite8.TabStop = false;
            // 
            // ffindGoodsInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.AutoScrollMinSize = new System.Drawing.Size(10, 10);
            this.ClientSize = new System.Drawing.Size(984, 562);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "ffindGoodsInfo";
            this.Text = "商品信息";
            this.Load += new System.EventHandler(this.fGoodsInfo_Load);
            this.contextMenuStrip1.ResumeLayout(false);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.panelEx4.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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFindMemberInfo));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.btnItm_Seek = new DevComponents.DotNetBar.ButtonItem();
            this.btnItm_Exit = new DevComponents.DotNetBar.ButtonItem();
            this.customizeItem1 = new DevComponents.DotNetBar.CustomizeItem();
            this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
            this.glacialList2 = new GlacialComponents.Controls.GlacialList();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
            this.dockSite4 = new DevComponents.DotNetBar.DockSite();
            this.dockSite1 = new DevComponents.DotNetBar.DockSite();
            this.dockSite2 = new DevComponents.DotNetBar.DockSite();
            this.dockSite5 = new DevComponents.DotNetBar.DockSite();
            this.dockSite6 = new DevComponents.DotNetBar.DockSite();
            this.dockSite7 = new DevComponents.DotNetBar.DockSite();
            this.dockSite3 = new DevComponents.DotNetBar.DockSite();
            this.dockSite8 = new DevComponents.DotNetBar.DockSite();
            this.panelEx1.SuspendLayout();
            this.expandablePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.panelEx4.SuspendLayout();
            this.groupPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.tabControlPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // skinEngine1
            // 
            this.skinEngine1.SerialNumber = "";
            this.skinEngine1.SkinFile = null;
            // 
            // dockContainerItem1
            // 
            this.dockContainerItem1.Name = "dockContainerItem1";
            this.dockContainerItem1.Text = "dockContainerItem1";
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeView1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.treeView1.ImageIndex = 1;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(251, 562);
            this.treeView1.TabIndex = 0;
            this.treeView1.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeView1_AfterLabelEdit);
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "I156.ICO");
            this.imageList1.Images.SetKeyName(1, "note2.ico");
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorScheme.ItemDesignTimeBorder = System.Drawing.Color.Black;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx1.Controls.Add(this.expandablePanel1);
            this.panelEx1.Controls.Add(this.bar1);
            this.panelEx1.Controls.Add(this.treeView1);
            this.panelEx1.Controls.Add(this.panelEx4);
            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(984, 562);
            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;
            // 
            // expandablePanel1
            // 
            this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.expandablePanel1.Controls.Add(this.labelX7);
            this.expandablePanel1.Controls.Add(this.buttonX5);
            this.expandablePanel1.Controls.Add(this.buttonX4);
            this.expandablePanel1.Controls.Add(this.textBoxX1);
            this.expandablePanel1.Location = new System.Drawing.Point(231, 157);
            this.expandablePanel1.Name = "expandablePanel1";
            this.expandablePanel1.Size = new System.Drawing.Size(482, 155);
            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 = 8;
            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 = "查找";
            // 
            // labelX7
            // 
            this.labelX7.BackColor = System.Drawing.Color.Transparent;
            this.labelX7.Location = new System.Drawing.Point(13, 47);
            this.labelX7.Name = "labelX7";
            this.labelX7.Size = new System.Drawing.Size(222, 23);
            this.labelX7.TabIndex = 11;
            this.labelX7.Text = "请输入卡号或会员号或会员名称:";
            // 
            // buttonX5
            // 
            this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX5.Location = new System.Drawing.Point(216, 108);
            this.buttonX5.Name = "buttonX5";
            this.buttonX5.Size = new System.Drawing.Size(75, 23);
            this.buttonX5.TabIndex = 10;
            this.buttonX5.Text = "取消";
            this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click);
            // 
            // buttonX4
            // 
            this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX4.Location = new System.Drawing.Point(105, 108);
            this.buttonX4.Name = "buttonX4";
            this.buttonX4.Size = new System.Drawing.Size(75, 23);
            this.buttonX4.TabIndex = 9;
            this.buttonX4.Text = "查询";
            this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Location = new System.Drawing.Point(52, 74);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.Size = new System.Drawing.Size(260, 21);
            this.textBoxX1.TabIndex = 1;
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
            this.bar1.AccessibleName = "DotNetBar Bar";
            this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.DockSide = DevComponents.DotNetBar.eDockSide.Document;
            this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
            this.bar1.ImageSize = DevComponents.DotNetBar.eBarImageSize.Medium;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnItm_Seek,
            this.btnItm_Exit,
            this.customizeItem1});
            this.bar1.Location = new System.Drawing.Point(251, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(733, 59);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.bar1.TabIndex = 1;
            this.bar1.TabStop = false;
            this.bar1.Text = "工具菜单";
            // 
            // btnItm_Seek
            // 
            this.btnItm_Seek.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Seek.Image")));
            this.btnItm_Seek.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Seek.ImagePaddingHorizontal = 8;
            this.btnItm_Seek.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Seek.Name = "btnItm_Seek";
            this.btnItm_Seek.Text = "查询";
            this.btnItm_Seek.Click += new System.EventHandler(this.btnItm_Seek_Click_1);
            // 
            // btnItm_Exit
            // 
            this.btnItm_Exit.Image = ((System.Drawing.Image)(resources.GetObject("btnItm_Exit.Image")));
            this.btnItm_Exit.ImageFixedSize = new System.Drawing.Size(32, 32);
            this.btnItm_Exit.ImagePaddingHorizontal = 8;
            this.btnItm_Exit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
            this.btnItm_Exit.Name = "btnItm_Exit";
            this.btnItm_Exit.Text = "关闭";
            this.btnItm_Exit.Click += new System.EventHandler(this.btnItm_Exit_Click);
            // 
            // customizeItem1
            // 
            this.customizeItem1.Name = "customizeItem1";
            this.customizeItem1.Text = "添加或删除按钮(&A)";
            this.customizeItem1.Tooltip = "工具栏选项";
            // 
            // panelEx4
            // 
            this.panelEx4.AutoScroll = true;
            this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.panelEx4.Controls.Add(this.groupPanel1);
            this.panelEx4.Location = new System.Drawing.Point(257, 75);
            this.panelEx4.Name = "panelEx4";
            this.panelEx4.Size = new System.Drawing.Size(715, 475);
            this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx4.Style.GradientAngle = 90;
            this.panelEx4.TabIndex = 4;
            // 
            // groupPanel1
            // 
            this.groupPanel1.AutoScroll = true;
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.dataGridView1);
            this.groupPanel1.Location = new System.Drawing.Point(3, 3);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(709, 456);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            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.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            this.groupPanel1.TabIndex = 5;
            this.groupPanel1.Text = "会员信息";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.MediumOrchid;
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Orange;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.ColumnHeadersHeight = 30;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column26,
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8,
            this.Column9,
            this.Column10,
            this.Column11,
            this.Column12,
            this.Column13,
            this.Column14,
            this.Column15,
            this.Column16,
            this.Column17,
            this.Column18,
            this.Column19,
            this.Column20,
            this.Column21});
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(703, 432);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDoubleClick);
            // 
            // Column26
            // 
            this.Column26.DataPropertyName = "MemberSYS";
            this.Column26.Frozen = true;
            this.Column26.HeaderText = "ID";
            this.Column26.Name = "Column26";
            this.Column26.Visible = false;
            this.Column26.Width = 5;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "MemberNO";
            this.Column1.Frozen = true;
            this.Column1.HeaderText = "会员号";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "MemberNAME";
            this.Column2.Frozen = true;
            this.Column2.HeaderText = "会员姓名";
            this.Column2.Name = "Column2";
            this.Column2.Width = 90;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "MemberCardNo";
            this.Column3.Frozen = true;
            this.Column3.HeaderText = "卡号";
            this.Column3.Name = "Column3";
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "MemberCreateDT";
            dataGridViewCellStyle3.Format = "yyyy-MM-dd";
            dataGridViewCellStyle3.NullValue = null;
            this.Column4.DefaultCellStyle = dataGridViewCellStyle3;
            this.Column4.HeaderText = "开卡日期";
            this.Column4.Name = "Column4";
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "MemberSex";
            this.Column5.HeaderText = "性别";
            this.Column5.Name = "Column5";
            this.Column5.Width = 50;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "MemberBirthday";
            dataGridViewCellStyle4.Format = "yyyy-dd-mm";
            dataGridViewCellStyle4.NullValue = null;
            this.Column6.DefaultCellStyle = dataGridViewCellStyle4;
            this.Column6.HeaderText = "生日";
            this.Column6.Name = "Column6";
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "MemberTel";
            this.Column7.HeaderText = "电话";
            this.Column7.Name = "Column7";
            this.Column7.Width = 90;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "MemberAddress";
            this.Column8.HeaderText = "通讯地址";
            this.Column8.Name = "Column8";
            this.Column8.Width = 120;
            // 
            // Column9
            // 
            this.Column9.DataPropertyName = "MemberEmail";
            this.Column9.HeaderText = "邮箱";
            this.Column9.Name = "Column9";
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "MemberTolMoney";
            this.Column10.HeaderText = "充值总额";
            this.Column10.Name = "Column10";
            this.Column10.Width = 80;
            // 
            // Column11
            // 
            this.Column11.DataPropertyName = "MemberLeveMoney";
            this.Column11.HeaderText = "剩余金额";
            this.Column11.Name = "Column11";
            this.Column11.Width = 80;
            // 
            // Column12
            // 
            this.Column12.DataPropertyName = "MemberLastMoney";
            this.Column12.HeaderText = "最近充值金额";
            this.Column12.Name = "Column12";
            // 
            // Column13
            // 
            this.Column13.DataPropertyName = "LastMoneyDT";
            dataGridViewCellStyle5.Format = "G";
            dataGridViewCellStyle5.NullValue = null;
            this.Column13.DefaultCellStyle = dataGridViewCellStyle5;
            this.Column13.HeaderText = "最近充值时间";
            this.Column13.Name = "Column13";
            // 
            // Column14
            // 
            this.Column14.DataPropertyName = "MemberExpendMoney";
            this.Column14.HeaderText = "最近消费金额";
            this.Column14.Name = "Column14";
            // 
            // Column15
            // 
            this.Column15.DataPropertyName = "ExpendMoneyDT";
            dataGridViewCellStyle6.Format = "G";
            dataGridViewCellStyle6.NullValue = null;
            this.Column15.DefaultCellStyle = dataGridViewCellStyle6;
            this.Column15.HeaderText = "最近消费日期";
            this.Column15.Name = "Column15";
            // 
            // Column16
            // 
            this.Column16.DataPropertyName = "Times";
            this.Column16.HeaderText = "充值次数";
            this.Column16.Name = "Column16";
            this.Column16.Width = 80;
            // 
            // Column17
            // 
            this.Column17.DataPropertyName = "ExpendTimes";
            this.Column17.HeaderText = "消费次数";
            this.Column17.Name = "Column17";
            this.Column17.Width = 80;
            // 
            // Column18
            // 
            this.Column18.DataPropertyName = "MemberTolIntegral";
            this.Column18.HeaderText = "累计消费积分";
            this.Column18.Name = "Column18";
            // 
            // Column19
            // 
            this.Column19.DataPropertyName = "MemberLeveIntegra";
            this.Column19.HeaderText = "可用消费积分";
            this.Column19.Name = "Column19";
            // 
            // Column20
            // 
            this.Column20.DataPropertyName = "note";
            this.Column20.HeaderText = "备注";
            this.Column20.Name = "Column20";
            // 
            // Column21
            // 
            this.Column21.DataPropertyName = "MemberPsw";
            dataGridViewCellStyle7.Format = "*";
            dataGridViewCellStyle7.NullValue = null;
            this.Column21.DefaultCellStyle = dataGridViewCellStyle7;
            this.Column21.HeaderText = "密码";
            this.Column21.Name = "Column21";
            this.Column21.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // tabControlPanel2
            // 
            this.tabControlPanel2.Controls.Add(this.glacialList2);
            this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
            this.tabControlPanel2.Name = "tabControlPanel2";
            this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
            this.tabControlPanel2.Size = new System.Drawing.Size(721, 282);
            this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
            this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241)))));
            this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDarkDark;
            this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.tabControlPanel2.Style.GradientAngle = 90;
            this.tabControlPanel2.TabIndex = 2;
            // 
            // glacialList2
            // 
            this.glacialList2.AllowColumnResize = true;
            this.glacialList2.AllowMultiselect = false;
            this.glacialList2.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.glacialList2.AlternatingColors = false;
            this.glacialList2.AutoHeight = false;
            this.glacialList2.BackColor = System.Drawing.Color.LavenderBlush;
            this.glacialList2.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "部门名称";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 160;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "负责人";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 100;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column3";
            glColumn3.NumericSort = false;
            glColumn3.Text = "电话";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 130;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Column4";
            glColumn4.NumericSort = false;
            glColumn4.Text = "备注";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn4.Width = 200;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "Column5";
            glColumn5.NumericSort = false;
            glColumn5.Text = "ID";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn5.Width = 0;
            this.glacialList2.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5});
            this.glacialList2.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList2.FullRowSelect = true;
            this.glacialList2.GridColor = System.Drawing.Color.Peru;
            this.glacialList2.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.glacialList2.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.glacialList2.GridTypes = GlacialComponents.Controls.GLGridTypes.gridNormal;
            this.glacialList2.HeaderHeight = 20;
            this.glacialList2.HeaderVisible = true;
            this.glacialList2.HeaderWordWrap = false;
            this.glacialList2.HotColumnTracking = false;
            this.glacialList2.HotItemTracking = false;
            this.glacialList2.HotTrackingColor = System.Drawing.Color.Silver;
            this.glacialList2.HoverEvents = false;
            this.glacialList2.HoverTime = 1;
            this.glacialList2.ImageList = null;
            this.glacialList2.ItemHeight = 25;
            this.glacialList2.ItemWordWrap = false;
            this.glacialList2.Location = new System.Drawing.Point(10, 4);
            this.glacialList2.Name = "glacialList2";
            this.glacialList2.Selectable = true;
            this.glacialList2.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList2.SelectionColor = System.Drawing.Color.DarkOrchid;
            this.glacialList2.ShowBorder = false;
            this.glacialList2.ShowFocusRect = false;
            this.glacialList2.Size = new System.Drawing.Size(700, 273);
            this.glacialList2.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList2.SuperFlatHeaderColor = System.Drawing.Color.SlateGray;
            this.glacialList2.TabIndex = 5;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "男";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "女";
            // 
            // dotNetBarManager1
            // 
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
            this.dotNetBarManager1.BottomDockSite = this.dockSite4;
            this.dotNetBarManager1.DefinitionName = "";
            this.dotNetBarManager1.EnableFullSizeDock = false;
            this.dotNetBarManager1.LeftDockSite = this.dockSite1;
            this.dotNetBarManager1.ParentForm = null;
            this.dotNetBarManager1.RightDockSite = this.dockSite2;
            this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
            this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
            this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
            this.dotNetBarManager1.TopDockSite = this.dockSite3;
            // 
            // dockSite4
            // 
            this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite4.Location = new System.Drawing.Point(0, 562);
            this.dockSite4.Name = "dockSite4";
            this.dockSite4.Size = new System.Drawing.Size(984, 0);
            this.dockSite4.TabIndex = 8;
            this.dockSite4.TabStop = false;
            // 
            // dockSite1
            // 
            this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite1.Location = new System.Drawing.Point(0, 0);
            this.dockSite1.Name = "dockSite1";
            this.dockSite1.Size = new System.Drawing.Size(0, 562);
            this.dockSite1.TabIndex = 4;
            this.dockSite1.TabStop = false;
            // 
            // dockSite2
            // 
            this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite2.Location = new System.Drawing.Point(984, 0);
            this.dockSite2.Name = "dockSite2";
            this.dockSite2.Size = new System.Drawing.Size(0, 562);
            this.dockSite2.TabIndex = 6;
            this.dockSite2.TabStop = false;
            // 
            // dockSite5
            // 
            this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
            this.dockSite5.Location = new System.Drawing.Point(0, 0);
            this.dockSite5.Name = "dockSite5";
            this.dockSite5.Size = new System.Drawing.Size(0, 562);
            this.dockSite5.TabIndex = 1;
            this.dockSite5.TabStop = false;
            // 
            // dockSite6
            // 
            this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
            this.dockSite6.Location = new System.Drawing.Point(984, 0);
            this.dockSite6.Name = "dockSite6";
            this.dockSite6.Size = new System.Drawing.Size(0, 562);
            this.dockSite6.TabIndex = 2;
            this.dockSite6.TabStop = false;
            // 
            // dockSite7
            // 
            this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite7.Location = new System.Drawing.Point(0, 0);
            this.dockSite7.Name = "dockSite7";
            this.dockSite7.Size = new System.Drawing.Size(984, 0);
            this.dockSite7.TabIndex = 3;
            this.dockSite7.TabStop = false;
            // 
            // dockSite3
            // 
            this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
            this.dockSite3.Location = new System.Drawing.Point(0, 0);
            this.dockSite3.Name = "dockSite3";
            this.dockSite3.Size = new System.Drawing.Size(984, 0);
            this.dockSite3.TabIndex = 7;
            this.dockSite3.TabStop = false;
            // 
            // dockSite8
            // 
            this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.dockSite8.Location = new System.Drawing.Point(0, 562);
            this.dockSite8.Name = "dockSite8";
            this.dockSite8.Size = new System.Drawing.Size(984, 0);
            this.dockSite8.TabIndex = 4;
            this.dockSite8.TabStop = false;
            // 
            // FrmFindMemberInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.AutoScrollMinSize = new System.Drawing.Size(10, 10);
            this.ClientSize = new System.Drawing.Size(984, 562);
            this.Controls.Add(this.panelEx1);
            this.Controls.Add(this.dockSite5);
            this.Controls.Add(this.dockSite6);
            this.Controls.Add(this.dockSite7);
            this.Controls.Add(this.dockSite8);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmFindMemberInfo";
            this.Text = "会员注册";
            this.Load += new System.EventHandler(this.FrmMemberInfo_Load);
            this.panelEx1.ResumeLayout(false);
            this.expandablePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.panelEx4.ResumeLayout(false);
            this.groupPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.tabControlPanel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLItem glItem1 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem1 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem2 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem3 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem2 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem4 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem5 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem6 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem3 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem7 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem8 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem9 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLItem glItem4 = new GlacialComponents.Controls.GLItem();
            GlacialComponents.Controls.GLSubItem glSubItem10 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem11 = new GlacialComponents.Controls.GLSubItem();
            GlacialComponents.Controls.GLSubItem glSubItem12 = new GlacialComponents.Controls.GLSubItem();
            this.label1 = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.flatTabControl1 = new FlatTabControl.FlatTabControl();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.GetPortNameBtn = new System.Windows.Forms.Button();
            this.button13 = new System.Windows.Forms.Button();
            this.startserver = new System.Windows.Forms.Button();
            this.checkBox19 = new System.Windows.Forms.CheckBox();
            this.checkBoxreference = new System.Windows.Forms.CheckBox();
            this.checkBoxdisplacement = new System.Windows.Forms.CheckBox();
            this.comboBoxformat = new System.Windows.Forms.ComboBox();
            this.tbPortname = new System.Windows.Forms.TextBox();
            this.textBoxIP = new System.Windows.Forms.TextBox();
            this.textBoxport = new System.Windows.Forms.TextBox();
            this.label53 = new System.Windows.Forms.Label();
            this.label58 = new System.Windows.Forms.Label();
            this.label57 = new System.Windows.Forms.Label();
            this.label56 = new System.Windows.Forms.Label();
            this.label55 = new System.Windows.Forms.Label();
            this.label54 = new System.Windows.Forms.Label();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel5 = new System.Windows.Forms.Panel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.trackBar2 = new System.Windows.Forms.TrackBar();
            this.trackBar3 = new System.Windows.Forms.TrackBar();
            this.panel4 = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.label17 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.trackBar4 = new System.Windows.Forms.TrackBar();
            this.trackBar5 = new System.Windows.Forms.TrackBar();
            this.trackBar6 = new System.Windows.Forms.TrackBar();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.checkBox10 = new System.Windows.Forms.CheckBox();
            this.checkBox5 = new System.Windows.Forms.CheckBox();
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.label29 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.checkBox3 = new System.Windows.Forms.CheckBox();
            this.label30 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.label32 = new System.Windows.Forms.Label();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label33 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
            this.label35 = new System.Windows.Forms.Label();
            this.label36 = new System.Windows.Forms.Label();
            this.label37 = new System.Windows.Forms.Label();
            this.label38 = new System.Windows.Forms.Label();
            this.label39 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.checkBox6 = new System.Windows.Forms.CheckBox();
            this.button2 = new System.Windows.Forms.Button();
            this.panel6 = new System.Windows.Forms.Panel();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.checkBox4 = new System.Windows.Forms.CheckBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
            this.label34 = new System.Windows.Forms.Label();
            this.label40 = new System.Windows.Forms.Label();
            this.label41 = new System.Windows.Forms.Label();
            this.label42 = new System.Windows.Forms.Label();
            this.label43 = new System.Windows.Forms.Label();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton3 = new System.Windows.Forms.RadioButton();
            this.radioButton4 = new System.Windows.Forms.RadioButton();
            this.radioButton5 = new System.Windows.Forms.RadioButton();
            this.radioButton6 = new System.Windows.Forms.RadioButton();
            this.radioButton7 = new System.Windows.Forms.RadioButton();
            this.radioButton8 = new System.Windows.Forms.RadioButton();
            this.radioButton9 = new System.Windows.Forms.RadioButton();
            this.radioButton10 = new System.Windows.Forms.RadioButton();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
            this.checkBox7 = new System.Windows.Forms.CheckBox();
            this.checkBox8 = new System.Windows.Forms.CheckBox();
            this.checkBox9 = new System.Windows.Forms.CheckBox();
            this.checkBox11 = new System.Windows.Forms.CheckBox();
            this.checkBox12 = new System.Windows.Forms.CheckBox();
            this.radioButton11 = new System.Windows.Forms.RadioButton();
            this.radioButton12 = new System.Windows.Forms.RadioButton();
            this.radioButton13 = new System.Windows.Forms.RadioButton();
            this.radioButton14 = new System.Windows.Forms.RadioButton();
            this.radioButton15 = new System.Windows.Forms.RadioButton();
            this.radioButton16 = new System.Windows.Forms.RadioButton();
            this.radioButton17 = new System.Windows.Forms.RadioButton();
            this.radioButton18 = new System.Windows.Forms.RadioButton();
            this.radioButton19 = new System.Windows.Forms.RadioButton();
            this.radioButton20 = new System.Windows.Forms.RadioButton();
            this.radioButton21 = new System.Windows.Forms.RadioButton();
            this.radioButton22 = new System.Windows.Forms.RadioButton();
            this.radioButton23 = new System.Windows.Forms.RadioButton();
            this.radioButton24 = new System.Windows.Forms.RadioButton();
            this.radioButton25 = new System.Windows.Forms.RadioButton();
            this.panel7 = new System.Windows.Forms.Panel();
            this.label45 = new System.Windows.Forms.Label();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.button8 = new System.Windows.Forms.Button();
            this.label44 = new System.Windows.Forms.Label();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.panel10 = new System.Windows.Forms.Panel();
            this.customScrollbar1 = new CustomControls.CustomScrollbar();
            this.panel8 = new System.Windows.Forms.Panel();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.glacialList1 = new GlacialComponents.Controls.GlacialList();
            this.button12 = new System.Windows.Forms.Button();
            this.button11 = new System.Windows.Forms.Button();
            this.checkBox16 = new System.Windows.Forms.CheckBox();
            this.checkBox15 = new System.Windows.Forms.CheckBox();
            this.checkBox14 = new System.Windows.Forms.CheckBox();
            this.checkBox13 = new System.Windows.Forms.CheckBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label52 = new System.Windows.Forms.Label();
            this.label51 = new System.Windows.Forms.Label();
            this.label50 = new System.Windows.Forms.Label();
            this.label49 = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.button10 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.radioButton27 = new System.Windows.Forms.RadioButton();
            this.radioButton26 = new System.Windows.Forms.RadioButton();
            this.textBox14 = new System.Windows.Forms.TextBox();
            this.textBox13 = new System.Windows.Forms.TextBox();
            this.textBox12 = new System.Windows.Forms.TextBox();
            this.label48 = new System.Windows.Forms.Label();
            this.label47 = new System.Windows.Forms.Label();
            this.label46 = new System.Windows.Forms.Label();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.flatTabControl1.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.panel5.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
            this.panel4.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.tableLayoutPanel6.SuspendLayout();
            this.panel6.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tableLayoutPanel7.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.tableLayoutPanel8.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.tableLayoutPanel9.SuspendLayout();
            this.panel7.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.panel10.SuspendLayout();
            this.panel8.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(64)))), ((int)(((byte)(69)))));
            this.label1.Location = new System.Drawing.Point(3, 4);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "model define";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(64)))), ((int)(((byte)(69)))));
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            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(824, 25);
            this.panel1.TabIndex = 2;
            // 
            // button1
            // 
            this.button1.BackgroundImage = global::Gwearable.Properties.Resources.close;
            this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button1.Dock = System.Windows.Forms.DockStyle.Right;
            this.button1.FlatAppearance.BorderSize = 0;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location = new System.Drawing.Point(799, 0);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(25, 25);
            this.button1.TabIndex = 1;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.panel2.Controls.Add(this.flatTabControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 25);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(824, 363);
            this.panel2.TabIndex = 3;
            // 
            // flatTabControl1
            // 
            this.flatTabControl1.Controls.Add(this.tabPage1);
            this.flatTabControl1.Controls.Add(this.tabPage6);
            this.flatTabControl1.Controls.Add(this.tabPage2);
            this.flatTabControl1.Controls.Add(this.tabPage3);
            this.flatTabControl1.Controls.Add(this.tabPage4);
            this.flatTabControl1.Controls.Add(this.tabPage5);
            this.flatTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flatTabControl1.Location = new System.Drawing.Point(0, 0);
            this.flatTabControl1.myBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(80)))), ((int)(((byte)(91)))));
            this.flatTabControl1.Name = "flatTabControl1";
            this.flatTabControl1.SelectedIndex = 0;
            this.flatTabControl1.Size = new System.Drawing.Size(824, 363);
            this.flatTabControl1.TabIndex = 1;
            // 
            // tabPage6
            // 
            this.tabPage6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage6.Controls.Add(this.groupBox9);
            this.tabPage6.Location = new System.Drawing.Point(4, 26);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage6.Size = new System.Drawing.Size(816, 333);
            this.tabPage6.TabIndex = 5;
            this.tabPage6.Text = "Server config";
            // 
            // groupBox9
            // 
            this.groupBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.groupBox9.Controls.Add(this.GetPortNameBtn);
            this.groupBox9.Controls.Add(this.button13);
            this.groupBox9.Controls.Add(this.startserver);
            this.groupBox9.Controls.Add(this.checkBox19);
            this.groupBox9.Controls.Add(this.checkBoxreference);
            this.groupBox9.Controls.Add(this.checkBoxdisplacement);
            this.groupBox9.Controls.Add(this.comboBoxformat);
            this.groupBox9.Controls.Add(this.tbPortname);
            this.groupBox9.Controls.Add(this.textBoxIP);
            this.groupBox9.Controls.Add(this.textBoxport);
            this.groupBox9.Controls.Add(this.label53);
            this.groupBox9.Controls.Add(this.label58);
            this.groupBox9.Controls.Add(this.label57);
            this.groupBox9.Controls.Add(this.label56);
            this.groupBox9.Controls.Add(this.label55);
            this.groupBox9.Controls.Add(this.label54);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox9.ForeColor = System.Drawing.SystemColors.ControlText;
            this.groupBox9.Location = new System.Drawing.Point(3, 3);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(810, 327);
            this.groupBox9.TabIndex = 2;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "BVH data";
            this.groupBox9.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox9_Paint);
            this.groupBox9.Enter += new System.EventHandler(this.groupBox9_Enter);
            // 
            // GetPortNameBtn
            // 
            this.GetPortNameBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.GetPortNameBtn.Location = new System.Drawing.Point(243, 69);
            this.GetPortNameBtn.Name = "GetPortNameBtn";
            this.GetPortNameBtn.Size = new System.Drawing.Size(75, 23);
            this.GetPortNameBtn.TabIndex = 7;
            this.GetPortNameBtn.Text = "获取端口名称";
            this.GetPortNameBtn.UseVisualStyleBackColor = true;
            this.GetPortNameBtn.Click += new System.EventHandler(this.GetPortNameBtn_Click);
            // 
            // button13
            // 
            this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button13.Location = new System.Drawing.Point(243, 106);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(75, 23);
            this.button13.TabIndex = 6;
            this.button13.Text = "获取本机IP";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click);
            // 
            // startserver
            // 
            this.startserver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.startserver.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.startserver.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.startserver.Location = new System.Drawing.Point(481, 72);
            this.startserver.Name = "startserver";
            this.startserver.Size = new System.Drawing.Size(100, 23);
            this.startserver.TabIndex = 5;
            this.startserver.Text = "start server";
            this.startserver.UseVisualStyleBackColor = false;
            this.startserver.Click += new System.EventHandler(this.startserver_Click);
            // 
            // checkBox19
            // 
            this.checkBox19.AutoSize = true;
            this.checkBox19.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox19.Location = new System.Drawing.Point(112, 41);
            this.checkBox19.Name = "checkBox19";
            this.checkBox19.Size = new System.Drawing.Size(57, 16);
            this.checkBox19.TabIndex = 4;
            this.checkBox19.Text = "Enable";
            this.checkBox19.UseVisualStyleBackColor = true;
            this.checkBox19.CheckedChanged += new System.EventHandler(this.checkBox19_CheckedChanged);
            // 
            // checkBoxreference
            // 
            this.checkBoxreference.AutoSize = true;
            this.checkBoxreference.Enabled = false;
            this.checkBoxreference.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBoxreference.Location = new System.Drawing.Point(112, 170);
            this.checkBoxreference.Name = "checkBoxreference";
            this.checkBoxreference.Size = new System.Drawing.Size(75, 16);
            this.checkBoxreference.TabIndex = 3;
            this.checkBoxreference.Text = "Reference";
            this.checkBoxreference.UseVisualStyleBackColor = true;
            // 
            // checkBoxdisplacement
            // 
            this.checkBoxdisplacement.AutoSize = true;
            this.checkBoxdisplacement.Enabled = false;
            this.checkBoxdisplacement.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBoxdisplacement.Location = new System.Drawing.Point(112, 139);
            this.checkBoxdisplacement.Name = "checkBoxdisplacement";
            this.checkBoxdisplacement.Size = new System.Drawing.Size(93, 16);
            this.checkBoxdisplacement.TabIndex = 3;
            this.checkBoxdisplacement.Text = "Displacement";
            this.checkBoxdisplacement.UseVisualStyleBackColor = true;
            // 
            // comboBoxformat
            // 
            this.comboBoxformat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.comboBoxformat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxformat.Enabled = false;
            this.comboBoxformat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBoxformat.FormattingEnabled = true;
            this.comboBoxformat.Items.AddRange(new object[] {
            "XYZ",
            "XZY",
            "YXZ",
            "YZX",
            "ZXY",
            "ZYX"});
            this.comboBoxformat.Location = new System.Drawing.Point(112, 102);
            this.comboBoxformat.Name = "comboBoxformat";
            this.comboBoxformat.Size = new System.Drawing.Size(121, 20);
            this.comboBoxformat.TabIndex = 2;
            // 
            // tbPortname
            // 
            this.tbPortname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tbPortname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPortname.Location = new System.Drawing.Point(324, 71);
            this.tbPortname.Name = "tbPortname";
            this.tbPortname.Size = new System.Drawing.Size(121, 21);
            this.tbPortname.TabIndex = 1;
            this.tbPortname.TextChanged += new System.EventHandler(this.tbPortname_TextChanged);
            // 
            // textBoxIP
            // 
            this.textBoxIP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBoxIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxIP.Location = new System.Drawing.Point(324, 106);
            this.textBoxIP.Name = "textBoxIP";
            this.textBoxIP.Size = new System.Drawing.Size(121, 21);
            this.textBoxIP.TabIndex = 1;
            this.textBoxIP.Text = "192.168.1.162";
            // 
            // textBoxport
            // 
            this.textBoxport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBoxport.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBoxport.Enabled = false;
            this.textBoxport.Location = new System.Drawing.Point(112, 72);
            this.textBoxport.Name = "textBoxport";
            this.textBoxport.Size = new System.Drawing.Size(121, 21);
            this.textBoxport.TabIndex = 1;
            this.textBoxport.Text = "7001";
            // 
            // label53
            // 
            this.label53.AutoSize = true;
            this.label53.Location = new System.Drawing.Point(20, 40);
            this.label53.Name = "label53";
            this.label53.Size = new System.Drawing.Size(65, 12);
            this.label53.TabIndex = 0;
            this.label53.Text = "broadcast:";
            // 
            // label58
            // 
            this.label58.AutoSize = true;
            this.label58.Location = new System.Drawing.Point(479, 111);
            this.label58.Name = "label58";
            this.label58.Size = new System.Drawing.Size(65, 12);
            this.label58.TabIndex = 0;
            this.label58.Text = "IP address";
            // 
            // label57
            // 
            this.label57.AutoSize = true;
            this.label57.Location = new System.Drawing.Point(20, 172);
            this.label57.Name = "label57";
            this.label57.Size = new System.Drawing.Size(59, 12);
            this.label57.TabIndex = 0;
            this.label57.Text = "Reference";
            // 
            // label56
            // 
            this.label56.AutoSize = true;
            this.label56.Location = new System.Drawing.Point(20, 139);
            this.label56.Name = "label56";
            this.label56.Size = new System.Drawing.Size(77, 12);
            this.label56.TabIndex = 0;
            this.label56.Text = "Displacement";
            // 
            // label55
            // 
            this.label55.AutoSize = true;
            this.label55.Location = new System.Drawing.Point(20, 106);
            this.label55.Name = "label55";
            this.label55.Size = new System.Drawing.Size(41, 12);
            this.label55.TabIndex = 0;
            this.label55.Text = "Format";
            // 
            // label54
            // 
            this.label54.AutoSize = true;
            this.label54.Location = new System.Drawing.Point(20, 73);
            this.label54.Name = "label54";
            this.label54.Size = new System.Drawing.Size(29, 12);
            this.label54.TabIndex = 0;
            this.label54.Text = "port";
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(816, 333);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Model alignment";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel5);
            this.groupBox1.Controls.Add(this.panel4);
            this.groupBox1.Controls.Add(this.panel3);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(810, 327);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Model alignment";
            this.groupBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox1_Paint);
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.tableLayoutPanel1);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel5.Location = new System.Drawing.Point(99, 17);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(651, 165);
            this.panel5.TabIndex = 2;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel1.Controls.Add(this.label8, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.label9, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.label10, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.label11, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.label12, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.label13, 2, 2);
            this.tableLayoutPanel1.Controls.Add(this.label14, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.label15, 1, 4);
            this.tableLayoutPanel1.Controls.Add(this.label16, 2, 4);
            this.tableLayoutPanel1.Controls.Add(this.trackBar1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.trackBar2, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.trackBar3, 0, 5);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 6;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(651, 165);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label8.Location = new System.Drawing.Point(3, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(210, 20);
            this.label8.TabIndex = 0;
            this.label8.Text = "Counterclockwise";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label9.Location = new System.Drawing.Point(219, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(211, 20);
            this.label9.TabIndex = 1;
            this.label9.Text = "0.0";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label10.Location = new System.Drawing.Point(436, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(212, 20);
            this.label10.TabIndex = 2;
            this.label10.Text = "Clockwise";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label11.Location = new System.Drawing.Point(3, 55);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(210, 20);
            this.label11.TabIndex = 3;
            this.label11.Text = "Back";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label12.Location = new System.Drawing.Point(219, 55);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(211, 20);
            this.label12.TabIndex = 4;
            this.label12.Text = "0.0";
            this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label13.Location = new System.Drawing.Point(436, 55);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(212, 20);
            this.label13.TabIndex = 4;
            this.label13.Text = "Front";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label14.Location = new System.Drawing.Point(3, 110);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(210, 20);
            this.label14.TabIndex = 4;
            this.label14.Text = "Left";
            this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label15.Location = new System.Drawing.Point(219, 110);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(211, 20);
            this.label15.TabIndex = 4;
            this.label15.Text = "0.0";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label16.Location = new System.Drawing.Point(436, 110);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(212, 20);
            this.label16.TabIndex = 4;
            this.label16.Text = "Right";
            this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // trackBar1
            // 
            this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tableLayoutPanel1.SetColumnSpan(this.trackBar1, 3);
            this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar1.LargeChange = 1;
            this.trackBar1.Location = new System.Drawing.Point(3, 23);
            this.trackBar1.Maximum = 180;
            this.trackBar1.Minimum = -180;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(645, 29);
            this.trackBar1.TabIndex = 5;
            this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // trackBar2
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.trackBar2, 3);
            this.trackBar2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar2.LargeChange = 1;
            this.trackBar2.Location = new System.Drawing.Point(3, 78);
            this.trackBar2.Maximum = 45;
            this.trackBar2.Minimum = -45;
            this.trackBar2.Name = "trackBar2";
            this.trackBar2.Size = new System.Drawing.Size(645, 29);
            this.trackBar2.TabIndex = 6;
            this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // trackBar3
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.trackBar3, 3);
            this.trackBar3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar3.LargeChange = 1;
            this.trackBar3.Location = new System.Drawing.Point(3, 133);
            this.trackBar3.Maximum = 45;
            this.trackBar3.Minimum = -45;
            this.trackBar3.Name = "trackBar3";
            this.trackBar3.Size = new System.Drawing.Size(645, 29);
            this.trackBar3.TabIndex = 7;
            this.trackBar3.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.label7);
            this.panel4.Controls.Add(this.label6);
            this.panel4.Controls.Add(this.label5);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel4.Location = new System.Drawing.Point(750, 17);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(57, 307);
            this.panel4.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 150);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "45.0";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(11, 78);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "45.0";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(11, 11);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "180.0";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.label4);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel3.Location = new System.Drawing.Point(3, 17);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(96, 307);
            this.panel3.TabIndex = 0;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(18, 150);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "Roll:-45.0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 78);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(71, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "Pitch:-45.0";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(18, 11);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "Yaw: -180.0";
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage2.Controls.Add(this.tableLayoutPanel2);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(816, 333);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Parameters";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 2;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.groupBox2, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.groupBox3, 1, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(810, 171);
            this.tableLayoutPanel2.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.groupBox2.Controls.Add(this.tableLayoutPanel3);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.Location = new System.Drawing.Point(3, 3);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(399, 165);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Joint && Step";
            this.groupBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox2_Paint);
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 3;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.62069F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.98851F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.10345F));
            this.tableLayoutPanel3.Controls.Add(this.label17, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.label18, 1, 0);
            this.tableLayoutPanel3.Controls.Add(this.label19, 2, 1);
            this.tableLayoutPanel3.Controls.Add(this.label21, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.label22, 0, 4);
            this.tableLayoutPanel3.Controls.Add(this.label20, 2, 3);
            this.tableLayoutPanel3.Controls.Add(this.label23, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.label24, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.label25, 0, 5);
            this.tableLayoutPanel3.Controls.Add(this.label26, 2, 5);
            this.tableLayoutPanel3.Controls.Add(this.label27, 1, 2);
            this.tableLayoutPanel3.Controls.Add(this.label28, 1, 4);
            this.tableLayoutPanel3.Controls.Add(this.trackBar4, 1, 1);
            this.tableLayoutPanel3.Controls.Add(this.trackBar5, 1, 3);
            this.tableLayoutPanel3.Controls.Add(this.trackBar6, 1, 5);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 6;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(393, 145);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label17.Location = new System.Drawing.Point(3, 0);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(126, 24);
            this.label17.TabIndex = 0;
            this.label17.Text = "Joint stiffness:";
            this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label18.Location = new System.Drawing.Point(135, 0);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(183, 24);
            this.label18.TabIndex = 0;
            this.label18.Text = "0.00";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label19.Location = new System.Drawing.Point(324, 24);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(66, 24);
            this.label19.TabIndex = 0;
            this.label19.Text = "1.00";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label21.Location = new System.Drawing.Point(3, 48);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(126, 24);
            this.label21.TabIndex = 0;
            this.label21.Text = "Step stiffness:";
            this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label22.Location = new System.Drawing.Point(3, 96);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(126, 24);
            this.label22.TabIndex = 0;
            this.label22.Text = "Step constraint:";
            this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label20.Location = new System.Drawing.Point(324, 72);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(66, 24);
            this.label20.TabIndex = 0;
            this.label20.Text = "1.00";
            this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label23.Location = new System.Drawing.Point(3, 24);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(126, 24);
            this.label23.TabIndex = 0;
            this.label23.Text = "0";
            this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label24.Location = new System.Drawing.Point(3, 72);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(126, 24);
            this.label24.TabIndex = 0;
            this.label24.Text = "0";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label25.Location = new System.Drawing.Point(3, 120);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(126, 25);
            this.label25.TabIndex = 0;
            this.label25.Text = "0";
            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label26.Location = new System.Drawing.Point(324, 120);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(66, 25);
            this.label26.TabIndex = 0;
            this.label26.Text = "1.00";
            this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label27.Location = new System.Drawing.Point(135, 48);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(183, 24);
            this.label27.TabIndex = 0;
            this.label27.Text = "0.00";
            this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label28.Location = new System.Drawing.Point(135, 96);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(183, 24);
            this.label28.TabIndex = 0;
            this.label28.Text = "0.00";
            this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // trackBar4
            // 
            this.trackBar4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar4.LargeChange = 1;
            this.trackBar4.Location = new System.Drawing.Point(135, 27);
            this.trackBar4.Maximum = 100;
            this.trackBar4.Name = "trackBar4";
            this.trackBar4.Size = new System.Drawing.Size(183, 18);
            this.trackBar4.TabIndex = 1;
            this.trackBar4.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // trackBar5
            // 
            this.trackBar5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar5.LargeChange = 1;
            this.trackBar5.Location = new System.Drawing.Point(135, 75);
            this.trackBar5.Maximum = 100;
            this.trackBar5.Name = "trackBar5";
            this.trackBar5.Size = new System.Drawing.Size(183, 18);
            this.trackBar5.TabIndex = 2;
            this.trackBar5.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // trackBar6
            // 
            this.trackBar6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBar6.LargeChange = 1;
            this.trackBar6.Location = new System.Drawing.Point(135, 123);
            this.trackBar6.Maximum = 100;
            this.trackBar6.Name = "trackBar6";
            this.trackBar6.Size = new System.Drawing.Size(183, 19);
            this.trackBar6.TabIndex = 3;
            this.trackBar6.TickStyle = System.Windows.Forms.TickStyle.None;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.tableLayoutPanel4);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox3.Location = new System.Drawing.Point(408, 3);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(399, 165);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Contact";
            this.groupBox3.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox3_Paint);
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 3;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.68195F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48.13754F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.89398F));
            this.tableLayoutPanel4.Controls.Add(this.checkBox10, 1, 3);
            this.tableLayoutPanel4.Controls.Add(this.checkBox5, 1, 1);
            this.tableLayoutPanel4.Controls.Add(this.checkBox2, 1, 0);
            this.tableLayoutPanel4.Controls.Add(this.label29, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.checkBox1, 1, 2);
            this.tableLayoutPanel4.Controls.Add(this.checkBox3, 2, 6);
            this.tableLayoutPanel4.Controls.Add(this.label30, 0, 4);
            this.tableLayoutPanel4.Controls.Add(this.label31, 0, 5);
            this.tableLayoutPanel4.Controls.Add(this.label32, 0, 6);
            this.tableLayoutPanel4.Controls.Add(this.comboBox1, 1, 4);
            this.tableLayoutPanel4.Controls.Add(this.textBox1, 1, 5);
            this.tableLayoutPanel4.Controls.Add(this.textBox2, 1, 6);
            this.tableLayoutPanel4.Controls.Add(this.label33, 0, 3);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 7;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(393, 145);
            this.tableLayoutPanel4.TabIndex = 0;
            // 
            // checkBox10
            // 
            this.checkBox10.AutoSize = true;
            this.checkBox10.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBox10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox10.Location = new System.Drawing.Point(155, 63);
            this.checkBox10.Name = "checkBox10";
            this.checkBox10.Size = new System.Drawing.Size(183, 14);
            this.checkBox10.TabIndex = 11;
            this.checkBox10.UseVisualStyleBackColor = true;
            // 
            // checkBox5
            // 
            this.checkBox5.AutoSize = true;
            this.checkBox5.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBox5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox5.Location = new System.Drawing.Point(155, 23);
            this.checkBox5.Name = "checkBox5";
            this.checkBox5.Size = new System.Drawing.Size(183, 14);
            this.checkBox5.TabIndex = 6;
            this.checkBox5.Text = "Hands";
            this.checkBox5.UseVisualStyleBackColor = true;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox2.Location = new System.Drawing.Point(155, 3);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(183, 14);
            this.checkBox2.TabIndex = 3;
            this.checkBox2.Text = "Feet";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // label29
            // 
            this.label29.AutoEllipsis = true;
            this.label29.AutoSize = true;
            this.label29.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label29.Location = new System.Drawing.Point(3, 0);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(146, 20);
            this.label29.TabIndex = 0;
            this.label29.Text = "Contact points:";
            this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox1.Location = new System.Drawing.Point(155, 43);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(183, 14);
            this.checkBox1.TabIndex = 2;
            this.checkBox1.Text = "Hip";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.checkBox3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox3.Location = new System.Drawing.Point(344, 123);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(46, 19);
            this.checkBox3.TabIndex = 12;
            this.checkBox3.Text = "g";
            this.checkBox3.UseVisualStyleBackColor = true;
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label30.Location = new System.Drawing.Point(3, 80);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(146, 20);
            this.label30.TabIndex = 13;
            this.label30.Text = "Ant-mag:";
            this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label31.Location = new System.Drawing.Point(3, 100);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(146, 20);
            this.label31.TabIndex = 14;
            this.label31.Text = "Hip height:";
            this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label32.Location = new System.Drawing.Point(3, 120);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(146, 25);
            this.label32.TabIndex = 15;
            this.label32.Text = "CoM acc threshold:";
            this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // comboBox1
            // 
            this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.comboBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "Off",
            "On-entire",
            "On-feet"});
            this.comboBox1.Location = new System.Drawing.Point(155, 83);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(183, 20);
            this.comboBox1.TabIndex = 16;
            this.comboBox1.Text = "On-entire";
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox1.Location = new System.Drawing.Point(155, 103);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(183, 21);
            this.textBox1.TabIndex = 17;
            this.textBox1.Text = "1.2000";
            // 
            // textBox2
            // 
            this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox2.Location = new System.Drawing.Point(155, 123);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(183, 21);
            this.textBox2.TabIndex = 18;
            this.textBox2.Text = "0.8000";
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label33.Location = new System.Drawing.Point(3, 60);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(146, 20);
            this.label33.TabIndex = 13;
            this.label33.Text = "Ground constrain";
            this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage3.Controls.Add(this.tableLayoutPanel5);
            this.tabPage3.Location = new System.Drawing.Point(4, 26);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(816, 333);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Smooth factor";
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.ColumnCount = 2;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 64.64925F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.35076F));
            this.tableLayoutPanel5.Controls.Add(this.groupBox4, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.panel6, 1, 0);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 1;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(816, 333);
            this.tableLayoutPanel5.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.tableLayoutPanel6);
            this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox4.Location = new System.Drawing.Point(3, 3);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(521, 327);
            this.groupBox4.TabIndex = 0;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Smooth factor settings";
            this.groupBox4.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox4_Paint);
            // 
            // tableLayoutPanel6
            // 
            this.tableLayoutPanel6.ColumnCount = 4;
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.Controls.Add(this.label35, 0, 1);
            this.tableLayoutPanel6.Controls.Add(this.label36, 0, 2);
            this.tableLayoutPanel6.Controls.Add(this.label37, 0, 3);
            this.tableLayoutPanel6.Controls.Add(this.label38, 1, 0);
            this.tableLayoutPanel6.Controls.Add(this.label39, 2, 0);
            this.tableLayoutPanel6.Controls.Add(this.textBox3, 1, 1);
            this.tableLayoutPanel6.Controls.Add(this.textBox4, 2, 1);
            this.tableLayoutPanel6.Controls.Add(this.textBox5, 2, 2);
            this.tableLayoutPanel6.Controls.Add(this.textBox6, 2, 3);
            this.tableLayoutPanel6.Controls.Add(this.textBox7, 1, 2);
            this.tableLayoutPanel6.Controls.Add(this.textBox8, 1, 3);
            this.tableLayoutPanel6.Controls.Add(this.checkBox6, 3, 3);
            this.tableLayoutPanel6.Controls.Add(this.button2, 3, 1);
            this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel6.Name = "tableLayoutPanel6";
            this.tableLayoutPanel6.RowCount = 4;
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel6.Size = new System.Drawing.Size(515, 100);
            this.tableLayoutPanel6.TabIndex = 0;
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Location = new System.Drawing.Point(3, 25);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(29, 12);
            this.label35.TabIndex = 0;
            this.label35.Text = "Hip:";
            // 
            // label36
            // 
            this.label36.AutoSize = true;
            this.label36.Location = new System.Drawing.Point(3, 50);
            this.label36.Name = "label36";
            this.label36.Size = new System.Drawing.Size(35, 12);
            this.label36.TabIndex = 0;
            this.label36.Text = "Feet:";
            // 
            // label37
            // 
            this.label37.AutoSize = true;
            this.label37.Location = new System.Drawing.Point(3, 75);
            this.label37.Name = "label37";
            this.label37.Size = new System.Drawing.Size(47, 12);
            this.label37.TabIndex = 0;
            this.label37.Text = "Others:";
            // 
            // label38
            // 
            this.label38.AutoSize = true;
            this.label38.Location = new System.Drawing.Point(131, 0);
            this.label38.Name = "label38";
            this.label38.Size = new System.Drawing.Size(29, 12);
            this.label38.TabIndex = 0;
            this.label38.Text = "Disp";
            // 
            // label39
            // 
            this.label39.AutoSize = true;
            this.label39.Location = new System.Drawing.Point(259, 0);
            this.label39.Name = "label39";
            this.label39.Size = new System.Drawing.Size(53, 12);
            this.label39.TabIndex = 0;
            this.label39.Text = "Rotation";
            // 
            // textBox3
            // 
            this.textBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox3.Location = new System.Drawing.Point(131, 28);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(100, 21);
            this.textBox3.TabIndex = 1;
            this.textBox3.Text = "5";
            // 
            // textBox4
            // 
            this.textBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox4.Location = new System.Drawing.Point(259, 28);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(100, 21);
            this.textBox4.TabIndex = 1;
            this.textBox4.Text = "3";
            // 
            // textBox5
            // 
            this.textBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox5.Location = new System.Drawing.Point(259, 53);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(100, 21);
            this.textBox5.TabIndex = 1;
            this.textBox5.Text = "3";
            // 
            // textBox6
            // 
            this.textBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox6.Location = new System.Drawing.Point(259, 78);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(100, 21);
            this.textBox6.TabIndex = 1;
            this.textBox6.Text = "3";
            // 
            // textBox7
            // 
            this.textBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox7.Location = new System.Drawing.Point(131, 53);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(100, 21);
            this.textBox7.TabIndex = 1;
            this.textBox7.Text = "5";
            // 
            // textBox8
            // 
            this.textBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox8.Location = new System.Drawing.Point(131, 78);
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new System.Drawing.Size(100, 21);
            this.textBox8.TabIndex = 1;
            this.textBox8.Text = "3";
            // 
            // checkBox6
            // 
            this.checkBox6.AutoSize = true;
            this.checkBox6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox6.Location = new System.Drawing.Point(387, 78);
            this.checkBox6.Name = "checkBox6";
            this.checkBox6.Size = new System.Drawing.Size(57, 16);
            this.checkBox6.TabIndex = 3;
            this.checkBox6.Text = "Enable";
            this.checkBox6.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Location = new System.Drawing.Point(387, 28);
            this.button2.Name = "button2";
            this.tableLayoutPanel6.SetRowSpan(this.button2, 2);
            this.button2.Size = new System.Drawing.Size(125, 44);
            this.button2.TabIndex = 2;
            this.button2.Text = "Apply";
            this.button2.UseVisualStyleBackColor = false;
            // 
            // panel6
            // 
            this.panel6.Controls.Add(this.textBox9);
            this.panel6.Controls.Add(this.checkBox4);
            this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel6.Location = new System.Drawing.Point(530, 3);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(283, 117);
            this.panel6.TabIndex = 1;
            // 
            // textBox9
            // 
            this.textBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox9.Location = new System.Drawing.Point(17, 17);
            this.textBox9.Multiline = true;
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new System.Drawing.Size(205, 74);
            this.textBox9.TabIndex = 2;
            this.textBox9.Text = "Contact editing is disabled when smooth mode is enabled.";
            // 
            // checkBox4
            // 
            this.checkBox4.AutoSize = true;
            this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox4.Location = new System.Drawing.Point(17, 101);
            this.checkBox4.Name = "checkBox4";
            this.checkBox4.Size = new System.Drawing.Size(99, 16);
            this.checkBox4.TabIndex = 1;
            this.checkBox4.Text = "Lost data fit";
            this.checkBox4.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage4.Controls.Add(this.tableLayoutPanel7);
            this.tabPage4.Location = new System.Drawing.Point(4, 26);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(816, 333);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Contact editing";
            // 
            // tableLayoutPanel7
            // 
            this.tableLayoutPanel7.ColumnCount = 2;
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Controls.Add(this.groupBox5, 0, 0);
            this.tableLayoutPanel7.Controls.Add(this.groupBox6, 1, 0);
            this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel7.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel7.Name = "tableLayoutPanel7";
            this.tableLayoutPanel7.RowCount = 1;
            this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel7.Size = new System.Drawing.Size(816, 333);
            this.tableLayoutPanel7.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.tableLayoutPanel8);
            this.groupBox5.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox5.Location = new System.Drawing.Point(3, 3);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(402, 181);
            this.groupBox5.TabIndex = 0;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Signal frame editing";
            this.groupBox5.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox5_Paint);
            // 
            // tableLayoutPanel8
            // 
            this.tableLayoutPanel8.ColumnCount = 4;
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.96317F));
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.67989F));
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.47875F));
            this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.87819F));
            this.tableLayoutPanel8.Controls.Add(this.label34, 0, 0);
            this.tableLayoutPanel8.Controls.Add(this.label40, 0, 1);
            this.tableLayoutPanel8.Controls.Add(this.label41, 0, 2);
            this.tableLayoutPanel8.Controls.Add(this.label42, 0, 3);
            this.tableLayoutPanel8.Controls.Add(this.label43, 0, 4);
            this.tableLayoutPanel8.Controls.Add(this.radioButton1, 1, 0);
            this.tableLayoutPanel8.Controls.Add(this.radioButton2, 1, 1);
            this.tableLayoutPanel8.Controls.Add(this.radioButton3, 1, 2);
            this.tableLayoutPanel8.Controls.Add(this.radioButton4, 1, 3);
            this.tableLayoutPanel8.Controls.Add(this.radioButton5, 1, 4);
            this.tableLayoutPanel8.Controls.Add(this.radioButton6, 2, 4);
            this.tableLayoutPanel8.Controls.Add(this.radioButton7, 2, 3);
            this.tableLayoutPanel8.Controls.Add(this.radioButton8, 2, 2);
            this.tableLayoutPanel8.Controls.Add(this.radioButton9, 2, 1);
            this.tableLayoutPanel8.Controls.Add(this.radioButton10, 2, 0);
            this.tableLayoutPanel8.Controls.Add(this.button3, 3, 0);
            this.tableLayoutPanel8.Controls.Add(this.button4, 3, 1);
            this.tableLayoutPanel8.Controls.Add(this.button5, 3, 2);
            this.tableLayoutPanel8.Controls.Add(this.button6, 3, 3);
            this.tableLayoutPanel8.Controls.Add(this.button7, 3, 4);
            this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel8.Name = "tableLayoutPanel8";
            this.tableLayoutPanel8.RowCount = 5;
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel8.Size = new System.Drawing.Size(396, 135);
            this.tableLayoutPanel8.TabIndex = 0;
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label34.Location = new System.Drawing.Point(3, 0);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(77, 27);
            this.label34.TabIndex = 0;
            this.label34.Text = "Left foot";
            this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label40
            // 
            this.label40.AutoSize = true;
            this.label40.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label40.Location = new System.Drawing.Point(3, 27);
            this.label40.Name = "label40";
            this.label40.Size = new System.Drawing.Size(77, 27);
            this.label40.TabIndex = 0;
            this.label40.Text = "Right foot";
            this.label40.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label41
            // 
            this.label41.AutoSize = true;
            this.label41.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label41.Location = new System.Drawing.Point(3, 54);
            this.label41.Name = "label41";
            this.label41.Size = new System.Drawing.Size(77, 27);
            this.label41.TabIndex = 0;
            this.label41.Text = "Hip";
            this.label41.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label42
            // 
            this.label42.AutoSize = true;
            this.label42.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label42.Location = new System.Drawing.Point(3, 81);
            this.label42.Name = "label42";
            this.label42.Size = new System.Drawing.Size(77, 27);
            this.label42.TabIndex = 0;
            this.label42.Text = "Left hand";
            this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label43
            // 
            this.label43.AutoSize = true;
            this.label43.Dock = System.Windows.Forms.DockStyle.Fill;
            this.label43.Location = new System.Drawing.Point(3, 108);
            this.label43.Name = "label43";
            this.label43.Size = new System.Drawing.Size(77, 27);
            this.label43.TabIndex = 0;
            this.label43.Text = "Right hand";
            this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton1.Location = new System.Drawing.Point(86, 3);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(75, 21);
            this.radioButton1.TabIndex = 1;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "Contact";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton2.Location = new System.Drawing.Point(86, 30);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(75, 21);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "Contact";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton3
            // 
            this.radioButton3.AutoSize = true;
            this.radioButton3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton3.Location = new System.Drawing.Point(86, 57);
            this.radioButton3.Name = "radioButton3";
            this.radioButton3.Size = new System.Drawing.Size(75, 21);
            this.radioButton3.TabIndex = 1;
            this.radioButton3.TabStop = true;
            this.radioButton3.Text = "Contact";
            this.radioButton3.UseVisualStyleBackColor = true;
            // 
            // radioButton4
            // 
            this.radioButton4.AutoSize = true;
            this.radioButton4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton4.Location = new System.Drawing.Point(86, 84);
            this.radioButton4.Name = "radioButton4";
            this.radioButton4.Size = new System.Drawing.Size(75, 21);
            this.radioButton4.TabIndex = 1;
            this.radioButton4.TabStop = true;
            this.radioButton4.Text = "Contact";
            this.radioButton4.UseVisualStyleBackColor = true;
            // 
            // radioButton5
            // 
            this.radioButton5.AutoSize = true;
            this.radioButton5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton5.Location = new System.Drawing.Point(86, 111);
            this.radioButton5.Name = "radioButton5";
            this.radioButton5.Size = new System.Drawing.Size(75, 21);
            this.radioButton5.TabIndex = 1;
            this.radioButton5.TabStop = true;
            this.radioButton5.Text = "Contact";
            this.radioButton5.UseVisualStyleBackColor = true;
            // 
            // radioButton6
            // 
            this.radioButton6.AutoSize = true;
            this.radioButton6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton6.Location = new System.Drawing.Point(167, 111);
            this.radioButton6.Name = "radioButton6";
            this.radioButton6.Size = new System.Drawing.Size(102, 21);
            this.radioButton6.TabIndex = 1;
            this.radioButton6.TabStop = true;
            this.radioButton6.Text = "Not contact";
            this.radioButton6.UseVisualStyleBackColor = true;
            // 
            // radioButton7
            // 
            this.radioButton7.AutoSize = true;
            this.radioButton7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton7.Location = new System.Drawing.Point(167, 84);
            this.radioButton7.Name = "radioButton7";
            this.radioButton7.Size = new System.Drawing.Size(102, 21);
            this.radioButton7.TabIndex = 1;
            this.radioButton7.TabStop = true;
            this.radioButton7.Text = "Not contact";
            this.radioButton7.UseVisualStyleBackColor = true;
            // 
            // radioButton8
            // 
            this.radioButton8.AutoSize = true;
            this.radioButton8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton8.Location = new System.Drawing.Point(167, 57);
            this.radioButton8.Name = "radioButton8";
            this.radioButton8.Size = new System.Drawing.Size(102, 21);
            this.radioButton8.TabIndex = 1;
            this.radioButton8.TabStop = true;
            this.radioButton8.Text = "Not contact";
            this.radioButton8.UseVisualStyleBackColor = true;
            // 
            // radioButton9
            // 
            this.radioButton9.AutoSize = true;
            this.radioButton9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton9.Location = new System.Drawing.Point(167, 30);
            this.radioButton9.Name = "radioButton9";
            this.radioButton9.Size = new System.Drawing.Size(102, 21);
            this.radioButton9.TabIndex = 1;
            this.radioButton9.TabStop = true;
            this.radioButton9.Text = "Not contact";
            this.radioButton9.UseVisualStyleBackColor = true;
            // 
            // radioButton10
            // 
            this.radioButton10.AutoSize = true;
            this.radioButton10.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton10.Location = new System.Drawing.Point(167, 3);
            this.radioButton10.Name = "radioButton10";
            this.radioButton10.Size = new System.Drawing.Size(102, 21);
            this.radioButton10.TabIndex = 1;
            this.radioButton10.TabStop = true;
            this.radioButton10.Text = "Not contact";
            this.radioButton10.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.Location = new System.Drawing.Point(275, 3);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(118, 21);
            this.button3.TabIndex = 2;
            this.button3.Text = "Use default";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button4.Location = new System.Drawing.Point(275, 30);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(118, 21);
            this.button4.TabIndex = 2;
            this.button4.Text = "Use default";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button5.Location = new System.Drawing.Point(275, 57);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(118, 21);
            this.button5.TabIndex = 2;
            this.button5.Text = "Use default";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button6.Location = new System.Drawing.Point(275, 84);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(118, 21);
            this.button6.TabIndex = 2;
            this.button6.Text = "Use default";
            this.button6.UseVisualStyleBackColor = true;
            // 
            // button7
            // 
            this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button7.Location = new System.Drawing.Point(275, 111);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(118, 21);
            this.button7.TabIndex = 2;
            this.button7.Text = "Use default";
            this.button7.UseVisualStyleBackColor = true;
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.tableLayoutPanel9);
            this.groupBox6.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox6.Location = new System.Drawing.Point(411, 3);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(402, 181);
            this.groupBox6.TabIndex = 1;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Batch editing";
            this.groupBox6.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox6_Paint);
            // 
            // tableLayoutPanel9
            // 
            this.tableLayoutPanel9.ColumnCount = 5;
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.40491F));
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.74642F));
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.6544F));
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 24.94888F));
            this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.Controls.Add(this.checkBox7, 0, 0);
            this.tableLayoutPanel9.Controls.Add(this.checkBox8, 0, 1);
            this.tableLayoutPanel9.Controls.Add(this.checkBox9, 0, 2);
            this.tableLayoutPanel9.Controls.Add(this.checkBox11, 0, 3);
            this.tableLayoutPanel9.Controls.Add(this.checkBox12, 0, 4);
            this.tableLayoutPanel9.Controls.Add(this.radioButton11, 1, 0);
            this.tableLayoutPanel9.Controls.Add(this.radioButton12, 1, 1);
            this.tableLayoutPanel9.Controls.Add(this.radioButton13, 1, 2);
            this.tableLayoutPanel9.Controls.Add(this.radioButton14, 1, 3);
            this.tableLayoutPanel9.Controls.Add(this.radioButton15, 1, 4);
            this.tableLayoutPanel9.Controls.Add(this.radioButton16, 2, 0);
            this.tableLayoutPanel9.Controls.Add(this.radioButton17, 2, 1);
            this.tableLayoutPanel9.Controls.Add(this.radioButton18, 2, 2);
            this.tableLayoutPanel9.Controls.Add(this.radioButton19, 2, 3);
            this.tableLayoutPanel9.Controls.Add(this.radioButton20, 2, 4);
            this.tableLayoutPanel9.Controls.Add(this.radioButton21, 3, 0);
            this.tableLayoutPanel9.Controls.Add(this.radioButton22, 3, 1);
            this.tableLayoutPanel9.Controls.Add(this.radioButton23, 3, 2);
            this.tableLayoutPanel9.Controls.Add(this.radioButton24, 3, 3);
            this.tableLayoutPanel9.Controls.Add(this.radioButton25, 3, 4);
            this.tableLayoutPanel9.Controls.Add(this.panel7, 4, 0);
            this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Top;
            this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 17);
            this.tableLayoutPanel9.Name = "tableLayoutPanel9";
            this.tableLayoutPanel9.RowCount = 5;
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel9.Size = new System.Drawing.Size(396, 135);
            this.tableLayoutPanel9.TabIndex = 0;
            // 
            // checkBox7
            // 
            this.checkBox7.AutoSize = true;
            this.checkBox7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox7.Location = new System.Drawing.Point(3, 3);
            this.checkBox7.Name = "checkBox7";
            this.checkBox7.Size = new System.Drawing.Size(67, 21);
            this.checkBox7.TabIndex = 0;
            this.checkBox7.Text = "Left foot";
            this.checkBox7.UseVisualStyleBackColor = true;
            // 
            // checkBox8
            // 
            this.checkBox8.AutoSize = true;
            this.checkBox8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox8.Location = new System.Drawing.Point(3, 30);
            this.checkBox8.Name = "checkBox8";
            this.checkBox8.Size = new System.Drawing.Size(67, 21);
            this.checkBox8.TabIndex = 0;
            this.checkBox8.Text = "Right foot";
            this.checkBox8.UseVisualStyleBackColor = true;
            // 
            // checkBox9
            // 
            this.checkBox9.AutoSize = true;
            this.checkBox9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox9.Location = new System.Drawing.Point(3, 57);
            this.checkBox9.Name = "checkBox9";
            this.checkBox9.Size = new System.Drawing.Size(67, 21);
            this.checkBox9.TabIndex = 0;
            this.checkBox9.Text = "Hip";
            this.checkBox9.UseVisualStyleBackColor = true;
            // 
            // checkBox11
            // 
            this.checkBox11.AutoSize = true;
            this.checkBox11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox11.Location = new System.Drawing.Point(3, 84);
            this.checkBox11.Name = "checkBox11";
            this.checkBox11.Size = new System.Drawing.Size(67, 21);
            this.checkBox11.TabIndex = 0;
            this.checkBox11.Text = "Left hand";
            this.checkBox11.UseVisualStyleBackColor = true;
            // 
            // checkBox12
            // 
            this.checkBox12.AutoSize = true;
            this.checkBox12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkBox12.Location = new System.Drawing.Point(3, 111);
            this.checkBox12.Name = "checkBox12";
            this.checkBox12.Size = new System.Drawing.Size(67, 21);
            this.checkBox12.TabIndex = 0;
            this.checkBox12.Text = "Right hand";
            this.checkBox12.UseVisualStyleBackColor = true;
            // 
            // radioButton11
            // 
            this.radioButton11.AutoSize = true;
            this.radioButton11.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton11.Location = new System.Drawing.Point(76, 3);
            this.radioButton11.Name = "radioButton11";
            this.radioButton11.Size = new System.Drawing.Size(56, 21);
            this.radioButton11.TabIndex = 1;
            this.radioButton11.TabStop = true;
            this.radioButton11.Text = "Contact";
            this.radioButton11.UseVisualStyleBackColor = true;
            // 
            // radioButton12
            // 
            this.radioButton12.AutoSize = true;
            this.radioButton12.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton12.Location = new System.Drawing.Point(76, 30);
            this.radioButton12.Name = "radioButton12";
            this.radioButton12.Size = new System.Drawing.Size(56, 21);
            this.radioButton12.TabIndex = 1;
            this.radioButton12.TabStop = true;
            this.radioButton12.Text = "Contact";
            this.radioButton12.UseVisualStyleBackColor = true;
            // 
            // radioButton13
            // 
            this.radioButton13.AutoSize = true;
            this.radioButton13.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton13.Location = new System.Drawing.Point(76, 57);
            this.radioButton13.Name = "radioButton13";
            this.radioButton13.Size = new System.Drawing.Size(56, 21);
            this.radioButton13.TabIndex = 2;
            this.radioButton13.TabStop = true;
            this.radioButton13.Text = "Contact";
            this.radioButton13.UseVisualStyleBackColor = true;
            // 
            // radioButton14
            // 
            this.radioButton14.AutoSize = true;
            this.radioButton14.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton14.Location = new System.Drawing.Point(76, 84);
            this.radioButton14.Name = "radioButton14";
            this.radioButton14.Size = new System.Drawing.Size(56, 21);
            this.radioButton14.TabIndex = 2;
            this.radioButton14.TabStop = true;
            this.radioButton14.Text = "Contact";
            this.radioButton14.UseVisualStyleBackColor = true;
            // 
            // radioButton15
            // 
            this.radioButton15.AutoSize = true;
            this.radioButton15.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton15.Location = new System.Drawing.Point(76, 111);
            this.radioButton15.Name = "radioButton15";
            this.radioButton15.Size = new System.Drawing.Size(56, 21);
            this.radioButton15.TabIndex = 2;
            this.radioButton15.TabStop = true;
            this.radioButton15.Text = "Contact";
            this.radioButton15.UseVisualStyleBackColor = true;
            // 
            // radioButton16
            // 
            this.radioButton16.AutoSize = true;
            this.radioButton16.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton16.Location = new System.Drawing.Point(138, 3);
            this.radioButton16.Name = "radioButton16";
            this.radioButton16.Size = new System.Drawing.Size(75, 21);
            this.radioButton16.TabIndex = 3;
            this.radioButton16.TabStop = true;
            this.radioButton16.Text = "Not contact";
            this.radioButton16.UseVisualStyleBackColor = true;
            // 
            // radioButton17
            // 
            this.radioButton17.AutoSize = true;
            this.radioButton17.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton17.Location = new System.Drawing.Point(138, 30);
            this.radioButton17.Name = "radioButton17";
            this.radioButton17.Size = new System.Drawing.Size(75, 21);
            this.radioButton17.TabIndex = 3;
            this.radioButton17.TabStop = true;
            this.radioButton17.Text = "Not contact";
            this.radioButton17.UseVisualStyleBackColor = true;
            // 
            // radioButton18
            // 
            this.radioButton18.AutoSize = true;
            this.radioButton18.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton18.Location = new System.Drawing.Point(138, 57);
            this.radioButton18.Name = "radioButton18";
            this.radioButton18.Size = new System.Drawing.Size(75, 21);
            this.radioButton18.TabIndex = 3;
            this.radioButton18.TabStop = true;
            this.radioButton18.Text = "Not contact";
            this.radioButton18.UseVisualStyleBackColor = true;
            // 
            // radioButton19
            // 
            this.radioButton19.AutoSize = true;
            this.radioButton19.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton19.Location = new System.Drawing.Point(138, 84);
            this.radioButton19.Name = "radioButton19";
            this.radioButton19.Size = new System.Drawing.Size(75, 21);
            this.radioButton19.TabIndex = 3;
            this.radioButton19.TabStop = true;
            this.radioButton19.Text = "Not contact";
            this.radioButton19.UseVisualStyleBackColor = true;
            // 
            // radioButton20
            // 
            this.radioButton20.AutoSize = true;
            this.radioButton20.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton20.Location = new System.Drawing.Point(138, 111);
            this.radioButton20.Name = "radioButton20";
            this.radioButton20.Size = new System.Drawing.Size(75, 21);
            this.radioButton20.TabIndex = 3;
            this.radioButton20.TabStop = true;
            this.radioButton20.Text = "Not contact";
            this.radioButton20.UseVisualStyleBackColor = true;
            // 
            // radioButton21
            // 
            this.radioButton21.AutoSize = true;
            this.radioButton21.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton21.Location = new System.Drawing.Point(219, 3);
            this.radioButton21.Name = "radioButton21";
            this.radioButton21.Size = new System.Drawing.Size(93, 21);
            this.radioButton21.TabIndex = 4;
            this.radioButton21.TabStop = true;
            this.radioButton21.Text = "User default";
            this.radioButton21.UseVisualStyleBackColor = true;
            // 
            // radioButton22
            // 
            this.radioButton22.AutoSize = true;
            this.radioButton22.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton22.Location = new System.Drawing.Point(219, 30);
            this.radioButton22.Name = "radioButton22";
            this.radioButton22.Size = new System.Drawing.Size(93, 21);
            this.radioButton22.TabIndex = 4;
            this.radioButton22.TabStop = true;
            this.radioButton22.Text = "User default";
            this.radioButton22.UseVisualStyleBackColor = true;
            // 
            // radioButton23
            // 
            this.radioButton23.AutoSize = true;
            this.radioButton23.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton23.Location = new System.Drawing.Point(219, 57);
            this.radioButton23.Name = "radioButton23";
            this.radioButton23.Size = new System.Drawing.Size(93, 21);
            this.radioButton23.TabIndex = 4;
            this.radioButton23.TabStop = true;
            this.radioButton23.Text = "User default";
            this.radioButton23.UseVisualStyleBackColor = true;
            // 
            // radioButton24
            // 
            this.radioButton24.AutoSize = true;
            this.radioButton24.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton24.Location = new System.Drawing.Point(219, 84);
            this.radioButton24.Name = "radioButton24";
            this.radioButton24.Size = new System.Drawing.Size(93, 21);
            this.radioButton24.TabIndex = 4;
            this.radioButton24.TabStop = true;
            this.radioButton24.Text = "User default";
            this.radioButton24.UseVisualStyleBackColor = true;
            // 
            // radioButton25
            // 
            this.radioButton25.AutoSize = true;
            this.radioButton25.Dock = System.Windows.Forms.DockStyle.Fill;
            this.radioButton25.Location = new System.Drawing.Point(219, 111);
            this.radioButton25.Name = "radioButton25";
            this.radioButton25.Size = new System.Drawing.Size(93, 21);
            this.radioButton25.TabIndex = 4;
            this.radioButton25.TabStop = true;
            this.radioButton25.Text = "User default";
            this.radioButton25.UseVisualStyleBackColor = true;
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.label45);
            this.panel7.Controls.Add(this.textBox11);
            this.panel7.Controls.Add(this.textBox10);
            this.panel7.Controls.Add(this.button8);
            this.panel7.Controls.Add(this.label44);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel7.Location = new System.Drawing.Point(318, 3);
            this.panel7.Name = "panel7";
            this.tableLayoutPanel9.SetRowSpan(this.panel7, 5);
            this.panel7.Size = new System.Drawing.Size(75, 129);
            this.panel7.TabIndex = 5;
            // 
            // label45
            // 
            this.label45.AutoSize = true;
            this.label45.Location = new System.Drawing.Point(33, 61);
            this.label45.Name = "label45";
            this.label45.Size = new System.Drawing.Size(17, 12);
            this.label45.TabIndex = 3;
            this.label45.Text = "to";
            // 
            // textBox11
            // 
            this.textBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox11.Location = new System.Drawing.Point(54, 57);
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new System.Drawing.Size(18, 21);
            this.textBox11.TabIndex = 2;
            this.textBox11.Text = "0";
            // 
            // textBox10
            // 
            this.textBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox10.Location = new System.Drawing.Point(3, 57);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(21, 21);
            this.textBox10.TabIndex = 2;
            this.textBox10.Text = "0";
            // 
            // button8
            // 
            this.button8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button8.Location = new System.Drawing.Point(0, 106);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(75, 23);
            this.button8.TabIndex = 1;
            this.button8.Text = "Process";
            this.button8.UseVisualStyleBackColor = true;
            // 
            // label44
            // 
            this.label44.AutoSize = true;
            this.label44.Location = new System.Drawing.Point(10, 8);
            this.label44.Name = "label44";
            this.label44.Size = new System.Drawing.Size(65, 12);
            this.label44.TabIndex = 0;
            this.label44.Text = "From frame";
            // 
            // tabPage5
            // 
            this.tabPage5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.tabPage5.Controls.Add(this.panel10);
            this.tabPage5.Controls.Add(this.panel9);
            this.tabPage5.Location = new System.Drawing.Point(4, 26);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(816, 333);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Data visualizer";
            // 
            // panel10
            // 
            this.panel10.Controls.Add(this.customScrollbar1);
            this.panel10.Controls.Add(this.panel8);
            this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel10.Location = new System.Drawing.Point(0, 0);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(382, 333);
            this.panel10.TabIndex = 2;
            // 
            // customScrollbar1
            // 
            this.customScrollbar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(40)))), ((int)(((byte)(45)))));
            this.customScrollbar1.ChannelColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(40)))), ((int)(((byte)(45)))));
            this.customScrollbar1.DownArrowImage = global::Gwearable.Properties.Resources.downarrow;
            this.customScrollbar1.LargeChange = 100;
            this.customScrollbar1.Location = new System.Drawing.Point(363, 0);
            this.customScrollbar1.Maximum = 100;
            this.customScrollbar1.Minimum = 0;
            this.customScrollbar1.MinimumSize = new System.Drawing.Size(15, 92);
            this.customScrollbar1.Name = "customScrollbar1";
            this.customScrollbar1.Size = new System.Drawing.Size(18, 333);
            this.customScrollbar1.SmallChange = 1;
            this.customScrollbar1.TabIndex = 0;
            this.customScrollbar1.ThumbBottomImage = global::Gwearable.Properties.Resources.ThumbBottom;
            this.customScrollbar1.ThumbBottomSpanImage = global::Gwearable.Properties.Resources.ThumbSpanBottom;
            this.customScrollbar1.ThumbMiddleImage = global::Gwearable.Properties.Resources.ThumbMiddle;
            this.customScrollbar1.ThumbTopImage = global::Gwearable.Properties.Resources.ThumbTop;
            this.customScrollbar1.ThumbTopSpanImage = global::Gwearable.Properties.Resources.ThumbSpanTop;
            this.customScrollbar1.UpArrowImage = global::Gwearable.Properties.Resources.uparrow;
            this.customScrollbar1.Value = 0;
            this.customScrollbar1.Scroll += new System.EventHandler(this.customScrollbar1_Scroll);
            // 
            // panel8
            // 
            this.panel8.AutoScroll = true;
            this.panel8.Controls.Add(this.groupBox8);
            this.panel8.Controls.Add(this.groupBox7);
            this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel8.Location = new System.Drawing.Point(0, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(382, 333);
            this.panel8.TabIndex = 0;
            this.panel8.Resize += new System.EventHandler(this.panel8_Resize);
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.glacialList1);
            this.groupBox8.Controls.Add(this.button12);
            this.groupBox8.Controls.Add(this.button11);
            this.groupBox8.Controls.Add(this.checkBox16);
            this.groupBox8.Controls.Add(this.checkBox15);
            this.groupBox8.Controls.Add(this.checkBox14);
            this.groupBox8.Controls.Add(this.checkBox13);
            this.groupBox8.Controls.Add(this.comboBox2);
            this.groupBox8.Controls.Add(this.label52);
            this.groupBox8.Controls.Add(this.label51);
            this.groupBox8.Controls.Add(this.label50);
            this.groupBox8.Controls.Add(this.label49);
            this.groupBox8.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox8.Location = new System.Drawing.Point(0, 198);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(365, 416);
            this.groupBox8.TabIndex = 1;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Plotting properties";
            this.groupBox8.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox8_Paint);
            // 
            // glacialList1
            // 
            this.glacialList1.AllowColumnResize = true;
            this.glacialList1.AllowMultiselect = false;
            this.glacialList1.AlternateBackground = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.glacialList1.AlternatingColors = false;
            this.glacialList1.AutoHeight = true;
            this.glacialList1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.glacialList1.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Column1";
            glColumn1.NumericSort = false;
            glColumn1.Text = "ID";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 40;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Column2";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Name";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn2.Width = 100;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Column3";
            glColumn3.NumericSort = false;
            glColumn3.Text = "Selected";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn3.Width = 100;
            this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3});
            this.glacialList1.ControlStyle = GlacialComponents.Controls.GLControlStyles.SuperFlat;
            this.glacialList1.Dock = System.Windows.Forms.DockStyle.Top;
            this.glacialList1.FullRowSelect = true;
            this.glacialList1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.glacialList1.GridLines = GlacialComponents.Controls.GLGridLines.gridVertical;
            this.glacialList1.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridDashed;
            this.glacialList1.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.glacialList1.HeaderHeight = 22;
            this.glacialList1.HeaderVisible = true;
            this.glacialList1.HeaderWordWrap = false;
            this.glacialList1.HotColumnTracking = true;
            this.glacialList1.HotItemTracking = true;
            this.glacialList1.HotTrackingColor = System.Drawing.Color.LightGray;
            this.glacialList1.HoverEvents = false;
            this.glacialList1.HoverTime = 1;
            this.glacialList1.ImageList = null;
            this.glacialList1.ItemHeight = 17;
            glItem1.BackColor = System.Drawing.Color.White;
            glItem1.ForeColor = System.Drawing.Color.Black;
            glItem1.RowBorderColor = System.Drawing.Color.Black;
            glItem1.RowBorderSize = 0;
            glSubItem1.BackColor = System.Drawing.Color.Empty;
            glSubItem1.Checked = false;
            glSubItem1.ForceText = false;
            glSubItem1.ForeColor = System.Drawing.Color.Black;
            glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem1.ImageIndex = -1;
            glSubItem1.Text = "11";
            glSubItem2.BackColor = System.Drawing.Color.Empty;
            glSubItem2.Checked = false;
            glSubItem2.ForceText = false;
            glSubItem2.ForeColor = System.Drawing.Color.Black;
            glSubItem2.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem2.ImageIndex = -1;
            glSubItem2.Text = "11-22";
            glSubItem3.BackColor = System.Drawing.Color.Empty;
            glSubItem3.Checked = false;
            glSubItem3.ForceText = false;
            glSubItem3.ForeColor = System.Drawing.Color.Black;
            glSubItem3.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem3.ImageIndex = -1;
            glSubItem3.Text = "33";
            glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem1,
            glSubItem2,
            glSubItem3});
            glItem1.Text = "11";
            glItem2.BackColor = System.Drawing.Color.White;
            glItem2.ForeColor = System.Drawing.Color.Black;
            glItem2.RowBorderColor = System.Drawing.Color.Black;
            glItem2.RowBorderSize = 0;
            glSubItem4.BackColor = System.Drawing.Color.Empty;
            glSubItem4.Checked = false;
            glSubItem4.ForceText = false;
            glSubItem4.ForeColor = System.Drawing.Color.Black;
            glSubItem4.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem4.ImageIndex = -1;
            glSubItem4.Text = "22";
            glSubItem5.BackColor = System.Drawing.Color.Empty;
            glSubItem5.Checked = false;
            glSubItem5.ForceText = false;
            glSubItem5.ForeColor = System.Drawing.Color.Black;
            glSubItem5.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem5.ImageIndex = -1;
            glSubItem5.Text = "";
            glSubItem6.BackColor = System.Drawing.Color.Empty;
            glSubItem6.Checked = false;
            glSubItem6.ForceText = false;
            glSubItem6.ForeColor = System.Drawing.Color.Black;
            glSubItem6.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem6.ImageIndex = -1;
            glSubItem6.Text = "";
            glItem2.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem4,
            glSubItem5,
            glSubItem6});
            glItem2.Text = "22";
            glItem3.BackColor = System.Drawing.Color.White;
            glItem3.ForeColor = System.Drawing.Color.Black;
            glItem3.RowBorderColor = System.Drawing.Color.Black;
            glItem3.RowBorderSize = 0;
            glSubItem7.BackColor = System.Drawing.Color.Empty;
            glSubItem7.Checked = false;
            glSubItem7.ForceText = false;
            glSubItem7.ForeColor = System.Drawing.Color.Black;
            glSubItem7.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem7.ImageIndex = -1;
            glSubItem7.Text = "33";
            glSubItem8.BackColor = System.Drawing.Color.Empty;
            glSubItem8.Checked = false;
            glSubItem8.ForceText = false;
            glSubItem8.ForeColor = System.Drawing.Color.Black;
            glSubItem8.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem8.ImageIndex = -1;
            glSubItem8.Text = "";
            glSubItem9.BackColor = System.Drawing.Color.Empty;
            glSubItem9.Checked = false;
            glSubItem9.ForceText = false;
            glSubItem9.ForeColor = System.Drawing.Color.Black;
            glSubItem9.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem9.ImageIndex = -1;
            glSubItem9.Text = "";
            glItem3.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem7,
            glSubItem8,
            glSubItem9});
            glItem3.Text = "33";
            glItem4.BackColor = System.Drawing.Color.White;
            glItem4.ForeColor = System.Drawing.Color.Black;
            glItem4.RowBorderColor = System.Drawing.Color.Black;
            glItem4.RowBorderSize = 0;
            glSubItem10.BackColor = System.Drawing.Color.Empty;
            glSubItem10.Checked = false;
            glSubItem10.ForceText = false;
            glSubItem10.ForeColor = System.Drawing.Color.Black;
            glSubItem10.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem10.ImageIndex = -1;
            glSubItem10.Text = "44";
            glSubItem11.BackColor = System.Drawing.Color.Empty;
            glSubItem11.Checked = false;
            glSubItem11.ForceText = false;
            glSubItem11.ForeColor = System.Drawing.Color.Black;
            glSubItem11.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem11.ImageIndex = -1;
            glSubItem11.Text = "";
            glSubItem12.BackColor = System.Drawing.Color.Empty;
            glSubItem12.Checked = false;
            glSubItem12.ForceText = false;
            glSubItem12.ForeColor = System.Drawing.Color.Black;
            glSubItem12.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
            glSubItem12.ImageIndex = -1;
            glSubItem12.Text = "";
            glItem4.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
            glSubItem10,
            glSubItem11,
            glSubItem12});
            glItem4.Text = "44";
            this.glacialList1.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
            glItem1,
            glItem2,
            glItem3,
            glItem4});
            this.glacialList1.ItemWordWrap = false;
            this.glacialList1.Location = new System.Drawing.Point(3, 17);
            this.glacialList1.Name = "glacialList1";
            this.glacialList1.Selectable = true;
            this.glacialList1.SelectedTextColor = System.Drawing.Color.White;
            this.glacialList1.SelectionColor = System.Drawing.Color.DarkBlue;
            this.glacialList1.ShowBorder = false;
            this.glacialList1.ShowFocusRect = false;
            this.glacialList1.Size = new System.Drawing.Size(359, 98);
            this.glacialList1.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.glacialList1.SuperFlatHeaderColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(47)))), ((int)(((byte)(51)))));
            this.glacialList1.TabIndex = 5;
            // 
            // button12
            // 
            this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button12.Location = new System.Drawing.Point(121, 276);
            this.button12.Name = "button12";
            this.button12.Size = new System.Drawing.Size(75, 23);
            this.button12.TabIndex = 4;
            this.button12.Text = "Clear";
            this.button12.UseVisualStyleBackColor = true;
            // 
            // button11
            // 
            this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button11.Location = new System.Drawing.Point(30, 276);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(75, 23);
            this.button11.TabIndex = 4;
            this.button11.Text = "Plot";
            this.button11.UseVisualStyleBackColor = true;
            // 
            // checkBox16
            // 
            this.checkBox16.AutoSize = true;
            this.checkBox16.Location = new System.Drawing.Point(193, 223);
            this.checkBox16.Name = "checkBox16";
            this.checkBox16.Size = new System.Drawing.Size(48, 16);
            this.checkBox16.TabIndex = 3;
            this.checkBox16.Text = "Norm";
            this.checkBox16.UseVisualStyleBackColor = true;
            // 
            // checkBox15
            // 
            this.checkBox15.AutoSize = true;
            this.checkBox15.Location = new System.Drawing.Point(157, 223);
            this.checkBox15.Name = "checkBox15";
            this.checkBox15.Size = new System.Drawing.Size(30, 16);
            this.checkBox15.TabIndex = 3;
            this.checkBox15.Text = "Z";
            this.checkBox15.UseVisualStyleBackColor = true;
            // 
            // checkBox14
            // 
            this.checkBox14.AutoSize = true;
            this.checkBox14.Location = new System.Drawing.Point(121, 223);
            this.checkBox14.Name = "checkBox14";
            this.checkBox14.Size = new System.Drawing.Size(30, 16);
            this.checkBox14.TabIndex = 3;
            this.checkBox14.Text = "Y";
            this.checkBox14.UseVisualStyleBackColor = true;
            // 
            // checkBox13
            // 
            this.checkBox13.AutoSize = true;
            this.checkBox13.Location = new System.Drawing.Point(75, 223);
            this.checkBox13.Name = "checkBox13";
            this.checkBox13.Size = new System.Drawing.Size(30, 16);
            this.checkBox13.TabIndex = 3;
            this.checkBox13.Text = "X";
            this.checkBox13.UseVisualStyleBackColor = true;
            // 
            // comboBox2
            // 
            this.comboBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(75, 178);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(121, 20);
            this.comboBox2.TabIndex = 2;
            // 
            // label52
            // 
            this.label52.AutoSize = true;
            this.label52.Location = new System.Drawing.Point(9, 223);
            this.label52.Name = "label52";
            this.label52.Size = new System.Drawing.Size(47, 12);
            this.label52.TabIndex = 1;
            this.label52.Text = "label49";
            // 
            // label51
            // 
            this.label51.AutoSize = true;
            this.label51.Location = new System.Drawing.Point(3, 223);
            this.label51.Name = "label51";
            this.label51.Size = new System.Drawing.Size(47, 12);
            this.label51.TabIndex = 1;
            this.label51.Text = "label49";
            // 
            // label50
            // 
            this.label50.AutoSize = true;
            this.label50.Location = new System.Drawing.Point(6, 181);
            this.label50.Name = "label50";
            this.label50.Size = new System.Drawing.Size(47, 12);
            this.label50.TabIndex = 1;
            this.label50.Text = "label49";
            // 
            // label49
            // 
            this.label49.AutoSize = true;
            this.label49.Location = new System.Drawing.Point(9, 153);
            this.label49.Name = "label49";
            this.label49.Size = new System.Drawing.Size(47, 12);
            this.label49.TabIndex = 1;
            this.label49.Text = "label49";
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.button10);
            this.groupBox7.Controls.Add(this.button9);
            this.groupBox7.Controls.Add(this.radioButton27);
            this.groupBox7.Controls.Add(this.radioButton26);
            this.groupBox7.Controls.Add(this.textBox14);
            this.groupBox7.Controls.Add(this.textBox13);
            this.groupBox7.Controls.Add(this.textBox12);
            this.groupBox7.Controls.Add(this.label48);
            this.groupBox7.Controls.Add(this.label47);
            this.groupBox7.Controls.Add(this.label46);
            this.groupBox7.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox7.Location = new System.Drawing.Point(0, 0);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(365, 198);
            this.groupBox7.TabIndex = 0;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Settings";
            this.groupBox7.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox7_Paint);
            // 
            // button10
            // 
            this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button10.Location = new System.Drawing.Point(121, 135);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(75, 23);
            this.button10.TabIndex = 4;
            this.button10.Text = "Disconnect";
            this.button10.UseVisualStyleBackColor = true;
            // 
            // button9
            // 
            this.button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button9.Location = new System.Drawing.Point(9, 135);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(75, 23);
            this.button9.TabIndex = 4;
            this.button9.Text = "Connect";
            this.button9.UseVisualStyleBackColor = true;
            // 
            // radioButton27
            // 
            this.radioButton27.AutoSize = true;
            this.radioButton27.Location = new System.Drawing.Point(9, 102);
            this.radioButton27.Name = "radioButton27";
            this.radioButton27.Size = new System.Drawing.Size(149, 16);
            this.radioButton27.TabIndex = 3;
            this.radioButton27.TabStop = true;
            this.radioButton27.Text = "Calculation data port";
            this.radioButton27.UseVisualStyleBackColor = true;
            // 
            // radioButton26
            // 
            this.radioButton26.AutoSize = true;
            this.radioButton26.Location = new System.Drawing.Point(9, 76);
            this.radioButton26.Name = "radioButton26";
            this.radioButton26.Size = new System.Drawing.Size(101, 16);
            this.radioButton26.TabIndex = 2;
            this.radioButton26.TabStop = true;
            this.radioButton26.Text = "BVH data port";
            this.radioButton26.UseVisualStyleBackColor = true;
            // 
            // textBox14
            // 
            this.textBox14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox14.Location = new System.Drawing.Point(172, 102);
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new System.Drawing.Size(66, 21);
            this.textBox14.TabIndex = 1;
            this.textBox14.Text = "7002";
            // 
            // textBox13
            // 
            this.textBox13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox13.Location = new System.Drawing.Point(172, 75);
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new System.Drawing.Size(66, 21);
            this.textBox13.TabIndex = 1;
            this.textBox13.Text = "7001";
            // 
            // textBox12
            // 
            this.textBox12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(81)))), ((int)(((byte)(90)))));
            this.textBox12.Location = new System.Drawing.Point(112, 18);
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new System.Drawing.Size(100, 21);
            this.textBox12.TabIndex = 1;
            // 
            // label48
            // 
            this.label48.AutoSize = true;
            this.label48.Location = new System.Drawing.Point(3, 166);
            this.label48.Name = "label48";
            this.label48.Size = new System.Drawing.Size(161, 12);
            this.label48.TabIndex = 0;
            this.label48.Text = "Status: Server not connect";
            // 
            // label47
            // 
            this.label47.AutoSize = true;
            this.label47.Location = new System.Drawing.Point(3, 48);
            this.label47.Name = "label47";
            this.label47.Size = new System.Drawing.Size(65, 12);
            this.label47.TabIndex = 0;
            this.label47.Text = "Data type:";
            // 
            // label46
            // 
            this.label46.AutoSize = true;
            this.label46.Location = new System.Drawing.Point(7, 21);
            this.label46.Name = "label46";
            this.label46.Size = new System.Drawing.Size(65, 12);
            this.label46.TabIndex = 0;
            this.label46.Text = "Server IP:";
            // 
            // panel9
            // 
            this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(816, 333);
            this.panel9.TabIndex = 1;
            // 
            // ModelsForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "ModelsForm";
            this.Size = new System.Drawing.Size(824, 388);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.flatTabControl1.ResumeLayout(false);
            this.tabPage6.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.panel5.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel4.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.tableLayoutPanel4.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.tableLayoutPanel6.ResumeLayout(false);
            this.tableLayoutPanel6.PerformLayout();
            this.panel6.ResumeLayout(false);
            this.panel6.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tableLayoutPanel7.ResumeLayout(false);
            this.groupBox5.ResumeLayout(false);
            this.tableLayoutPanel8.ResumeLayout(false);
            this.tableLayoutPanel8.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.tableLayoutPanel9.ResumeLayout(false);
            this.tableLayoutPanel9.PerformLayout();
            this.panel7.ResumeLayout(false);
            this.panel7.PerformLayout();
            this.tabPage5.ResumeLayout(false);
            this.panel10.ResumeLayout(false);
            this.panel8.ResumeLayout(false);
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.ResumeLayout(false);

        }
예제 #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
     this.btnCancle       = new System.Windows.Forms.Button();
     this.btnCustomObject = new System.Windows.Forms.Button();
     this.btnRead         = new System.Windows.Forms.Button();
     this.objectList      = new GlacialComponents.Controls.GlacialList();
     this.SuspendLayout();
     //
     // btnCancle
     //
     this.btnCancle.Location = new System.Drawing.Point(24, 178);
     this.btnCancle.Name     = "btnCancle";
     this.btnCancle.Size     = new System.Drawing.Size(75, 35);
     this.btnCancle.TabIndex = 1;
     this.btnCancle.Text     = "Bỏ qua";
     this.btnCancle.UseVisualStyleBackColor = true;
     //
     // btnCustomObject
     //
     this.btnCustomObject.Location = new System.Drawing.Point(105, 178);
     this.btnCustomObject.Name     = "btnCustomObject";
     this.btnCustomObject.Size     = new System.Drawing.Size(75, 35);
     this.btnCustomObject.TabIndex = 2;
     this.btnCustomObject.Text     = "Tùy chọn đối tượng";
     this.btnCustomObject.UseVisualStyleBackColor = true;
     this.btnCustomObject.Click += new System.EventHandler(this.btnCustomObject_Click);
     //
     // btnRead
     //
     this.btnRead.Location = new System.Drawing.Point(186, 178);
     this.btnRead.Name     = "btnRead";
     this.btnRead.Size     = new System.Drawing.Size(75, 35);
     this.btnRead.TabIndex = 4;
     this.btnRead.Text     = "Đọc cấu trúc";
     this.btnRead.UseVisualStyleBackColor = true;
     this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
     //
     // objectList
     //
     this.objectList.AllowColumnResize      = true;
     this.objectList.AllowMultiselect       = true;
     this.objectList.AlternateBackground    = System.Drawing.Color.White;
     this.objectList.AlternatingColors      = false;
     this.objectList.AutoHeight             = true;
     this.objectList.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.objectList.BackgroundStretchToFit = true;
     glColumn3.ActivatedEmbeddedType        = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn3.CheckBoxes            = true;
     glColumn3.ImageIndex            = -1;
     glColumn3.Name                  = "Objects";
     glColumn3.NumericSort           = false;
     glColumn3.Text                  = "Đối tượng";
     glColumn3.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn3.Width                 = 150;
     glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn4.CheckBoxes            = false;
     glColumn4.ImageIndex            = -1;
     glColumn4.Name                  = "Number";
     glColumn4.NumericSort           = false;
     glColumn4.Text                  = "Số lượng";
     glColumn4.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn4.Width                 = 100;
     this.objectList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn3,
         glColumn4
     });
     this.objectList.ControlStyle      = GlacialComponents.Controls.GLControlStyles.XP;
     this.objectList.FullRowSelect     = true;
     this.objectList.GridColor         = System.Drawing.Color.LightGray;
     this.objectList.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.objectList.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.objectList.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.objectList.HeaderHeight      = 22;
     this.objectList.HeaderVisible     = true;
     this.objectList.HeaderWordWrap    = false;
     this.objectList.HotColumnTracking = false;
     this.objectList.HotItemTracking   = false;
     this.objectList.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.objectList.HoverEvents       = false;
     this.objectList.HoverTime         = 1;
     this.objectList.ImageList         = null;
     this.objectList.ItemHeight        = 17;
     this.objectList.ItemWordWrap      = false;
     this.objectList.Location          = new System.Drawing.Point(12, 23);
     this.objectList.Name                 = "objectList";
     this.objectList.Selectable           = true;
     this.objectList.SelectedTextColor    = System.Drawing.Color.White;
     this.objectList.SelectionColor       = System.Drawing.Color.CornflowerBlue;
     this.objectList.ShowBorder           = true;
     this.objectList.ShowFocusRect        = false;
     this.objectList.Size                 = new System.Drawing.Size(261, 139);
     this.objectList.SortType             = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.objectList.SuperFlatHeaderColor = System.Drawing.Color.White;
     this.objectList.TabIndex             = 5;
     //
     // ListObject
     //
     this.AcceptButton        = this.btnRead;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancle;
     this.ClientSize          = new System.Drawing.Size(285, 225);
     this.Controls.Add(this.objectList);
     this.Controls.Add(this.btnRead);
     this.Controls.Add(this.btnCustomObject);
     this.Controls.Add(this.btnCancle);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "ListObject";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Thông tin tổng quát";
     this.Load           += new System.EventHandler(this.ListObject_Load);
     this.ResumeLayout(false);
 }
예제 #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     GlacialComponents.Controls.GLColumn            glColumn1 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn2 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn3 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn4 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn5 = new GlacialComponents.Controls.GLColumn();
     GlacialComponents.Controls.GLColumn            glColumn6 = new GlacialComponents.Controls.GLColumn();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormApps));
     this.label1          = new System.Windows.Forms.Label();
     this.glacialList1    = new GlacialComponents.Controls.GlacialList();
     this.btnFileSelect   = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.btnIconSelect   = new System.Windows.Forms.Button();
     this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
     this.btnMvDn         = new System.Windows.Forms.Button();
     this.btnMvUp         = new System.Windows.Forms.Button();
     this.btnRemove       = new System.Windows.Forms.Button();
     this.btnAdd          = new System.Windows.Forms.Button();
     this.bindingSource1  = new System.Windows.Forms.BindingSource(this.components);
     this.numericUpDown1  = new System.Windows.Forms.NumericUpDown();
     this.label2          = new System.Windows.Forms.Label();
     this.tbUsrName       = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.tbTraffic       = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.tbMessage       = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.tbTimeLabel     = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(124, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Номер Компьютера";
     //
     // glacialList1
     //
     this.glacialList1.AllowColumnResize   = true;
     this.glacialList1.AllowDrop           = true;
     this.glacialList1.AllowMultiselect    = false;
     this.glacialList1.AlternateBackground = System.Drawing.Color.DarkGreen;
     this.glacialList1.AlternatingColors   = false;
     this.glacialList1.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.glacialList1.AutoHeight             = true;
     this.glacialList1.BackColor              = System.Drawing.SystemColors.ControlLightLight;
     this.glacialList1.BackgroundStretchToFit = true;
     glColumn1.ActivatedEmbeddedType          = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
     glColumn1.CheckBoxes            = false;
     glColumn1.ImageIndex            = -1;
     glColumn1.Name                  = "cCat";
     glColumn1.NumericSort           = false;
     glColumn1.Text                  = "Категория";
     glColumn1.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn1.Width                 = 100;
     glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.TextBox;
     glColumn2.CheckBoxes            = false;
     glColumn2.ImageIndex            = -1;
     glColumn2.Name                  = "cName";
     glColumn2.NumericSort           = false;
     glColumn2.Text                  = "Название";
     glColumn2.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn2.Width                 = 100;
     glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn3.CheckBoxes            = false;
     glColumn3.ImageIndex            = -1;
     glColumn3.Name                  = "сPath";
     glColumn3.NumericSort           = false;
     glColumn3.Text                  = "Путь";
     glColumn3.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn3.Width                 = 200;
     glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.UserType;
     glColumn4.CheckBoxes            = false;
     glColumn4.ImageIndex            = -1;
     glColumn4.Name                  = "fSel";
     glColumn4.NumericSort           = false;
     glColumn4.Text                  = "Column";
     glColumn4.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn4.Width                 = 17;
     glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn5.CheckBoxes            = false;
     glColumn5.ImageIndex            = -1;
     glColumn5.Name                  = "fIcon";
     glColumn5.NumericSort           = false;
     glColumn5.Text                  = "Иконка";
     glColumn5.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn5.Width                 = 200;
     glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
     glColumn6.CheckBoxes            = false;
     glColumn6.ImageIndex            = -1;
     glColumn6.Name                  = "fSelIC";
     glColumn6.NumericSort           = false;
     glColumn6.Text                  = "Column";
     glColumn6.TextAlignment         = System.Drawing.ContentAlignment.MiddleLeft;
     glColumn6.Width                 = 17;
     this.glacialList1.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
         glColumn1,
         glColumn2,
         glColumn3,
         glColumn4,
         glColumn5,
         glColumn6
     });
     this.glacialList1.ControlStyle      = GlacialComponents.Controls.GLControlStyles.Normal;
     this.glacialList1.FullRowSelect     = true;
     this.glacialList1.GridColor         = System.Drawing.Color.LightGray;
     this.glacialList1.GridLines         = GlacialComponents.Controls.GLGridLines.gridBoth;
     this.glacialList1.GridLineStyle     = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
     this.glacialList1.GridTypes         = GlacialComponents.Controls.GLGridTypes.gridOnExists;
     this.glacialList1.HeaderHeight      = 22;
     this.glacialList1.HeaderVisible     = true;
     this.glacialList1.HeaderWordWrap    = false;
     this.glacialList1.HotColumnTracking = false;
     this.glacialList1.HotItemTracking   = false;
     this.glacialList1.HotTrackingColor  = System.Drawing.Color.LightGray;
     this.glacialList1.HoverEvents       = false;
     this.glacialList1.HoverTime         = 1;
     this.glacialList1.ImageList         = null;
     this.glacialList1.ItemHeight        = 17;
     this.glacialList1.ItemWordWrap      = false;
     this.glacialList1.Location          = new System.Drawing.Point(12, 100);
     this.glacialList1.Name                  = "glacialList1";
     this.glacialList1.Selectable            = true;
     this.glacialList1.SelectedTextColor     = System.Drawing.Color.White;
     this.glacialList1.SelectionColor        = System.Drawing.Color.DarkBlue;
     this.glacialList1.ShowBorder            = true;
     this.glacialList1.ShowFocusRect         = false;
     this.glacialList1.Size                  = new System.Drawing.Size(776, 335);
     this.glacialList1.SortType              = GlacialComponents.Controls.SortTypes.InsertionSort;
     this.glacialList1.SuperFlatHeaderColor  = System.Drawing.Color.White;
     this.glacialList1.TabIndex              = 4;
     this.glacialList1.Text                  = "glacialList1";
     this.glacialList1.SelectedIndexChanged += new GlacialComponents.Controls.GlacialList.ClickedEventHandler(this.glacialList1_SelectedIndexChanged);
     this.glacialList1.DragDrop             += new System.Windows.Forms.DragEventHandler(this.glacialList1_DragDrop);
     //
     // btnFileSelect
     //
     this.btnFileSelect.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnFileSelect.Location  = new System.Drawing.Point(413, 307);
     this.btnFileSelect.Margin    = new System.Windows.Forms.Padding(0);
     this.btnFileSelect.Name      = "btnFileSelect";
     this.btnFileSelect.Size      = new System.Drawing.Size(17, 17);
     this.btnFileSelect.TabIndex  = 5;
     this.btnFileSelect.Text      = "...";
     this.btnFileSelect.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnFileSelect.UseVisualStyleBackColor = true;
     this.btnFileSelect.Visible = false;
     this.btnFileSelect.Click  += new System.EventHandler(this.btnFileSelect_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.DereferenceLinks = false;
     this.openFileDialog1.Filter           = "Executables|*.exe";
     this.openFileDialog1.FileOk          += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
     //
     // btnIconSelect
     //
     this.btnIconSelect.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnIconSelect.Location  = new System.Drawing.Point(630, 307);
     this.btnIconSelect.Margin    = new System.Windows.Forms.Padding(0);
     this.btnIconSelect.Name      = "btnIconSelect";
     this.btnIconSelect.Size      = new System.Drawing.Size(17, 17);
     this.btnIconSelect.TabIndex  = 8;
     this.btnIconSelect.Text      = "...";
     this.btnIconSelect.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnIconSelect.UseVisualStyleBackColor = true;
     this.btnIconSelect.Visible = false;
     this.btnIconSelect.Click  += new System.EventHandler(this.btnIconSelect_Click);
     //
     // openFileDialog2
     //
     this.openFileDialog2.DereferenceLinks = false;
     this.openFileDialog2.Filter           = "Icon Containers(*.exe, *.ico)|*.exe;*.ico";
     this.openFileDialog2.FileOk          += new System.ComponentModel.CancelEventHandler(this.openFileDialog2_FileOk);
     //
     // btnMvDn
     //
     this.btnMvDn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnMvDn.Image    = global::PCClubNostalgia.Properties.Resources.LockWin_ARRDOWN_ICO;
     this.btnMvDn.Location = new System.Drawing.Point(135, 441);
     this.btnMvDn.Name     = "btnMvDn";
     this.btnMvDn.Size     = new System.Drawing.Size(35, 23);
     this.btnMvDn.TabIndex = 7;
     this.btnMvDn.UseVisualStyleBackColor = true;
     this.btnMvDn.Click += new System.EventHandler(this.btnMvDn_Click);
     //
     // btnMvUp
     //
     this.btnMvUp.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnMvUp.Image    = global::PCClubNostalgia.Properties.Resources.LockWin_ARRUP_ICO;
     this.btnMvUp.Location = new System.Drawing.Point(94, 441);
     this.btnMvUp.Name     = "btnMvUp";
     this.btnMvUp.Size     = new System.Drawing.Size(35, 23);
     this.btnMvUp.TabIndex = 6;
     this.btnMvUp.UseVisualStyleBackColor = true;
     this.btnMvUp.Click += new System.EventHandler(this.btnMvUp_Click);
     //
     // btnRemove
     //
     this.btnRemove.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRemove.Image    = global::PCClubNostalgia.Properties.Resources.LockWin_CANCEL_ICO;
     this.btnRemove.Location = new System.Drawing.Point(53, 441);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(35, 23);
     this.btnRemove.TabIndex = 3;
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAdd.Image    = global::PCClubNostalgia.Properties.Resources.LockWin_MAKE_ICO;
     this.btnAdd.Location = new System.Drawing.Point(12, 441);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(35, 23);
     this.btnAdd.TabIndex = 2;
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // bindingSource1
     //
     this.bindingSource1.CurrentChanged += new System.EventHandler(this.bindingSource1_CurrentChanged);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(142, 7);
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(120, 20);
     this.numericUpDown1.TabIndex = 9;
     this.numericUpDown1.Value    = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(12, 36);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Имя Пользователя";
     //
     // tbUsrName
     //
     this.tbUsrName.Location = new System.Drawing.Point(142, 33);
     this.tbUsrName.Name     = "tbUsrName";
     this.tbUsrName.Size     = new System.Drawing.Size(120, 20);
     this.tbUsrName.TabIndex = 11;
     this.tbUsrName.Text     = "user";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(12, 62);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(61, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Траффик";
     //
     // tbTraffic
     //
     this.tbTraffic.Location = new System.Drawing.Point(142, 59);
     this.tbTraffic.Name     = "tbTraffic";
     this.tbTraffic.Size     = new System.Drawing.Size(120, 20);
     this.tbTraffic.TabIndex = 13;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(268, 9);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(74, 13);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Сообщение";
     //
     // tbMessage
     //
     this.tbMessage.Location  = new System.Drawing.Point(373, 7);
     this.tbMessage.Multiline = true;
     this.tbMessage.Name      = "tbMessage";
     this.tbMessage.Size      = new System.Drawing.Size(415, 46);
     this.tbMessage.TabIndex  = 15;
     this.tbMessage.Text      = "Все впорядке. Время идёт...\r\nОплачено: Кровно заработанными Окончание: Как получи" +
                                "тся";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(268, 62);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(104, 13);
     this.label5.TabIndex = 16;
     this.label5.Text     = "Строка времени";
     //
     // tbTimeLabel
     //
     this.tbTimeLabel.Location = new System.Drawing.Point(373, 59);
     this.tbTimeLabel.Name     = "tbTimeLabel";
     this.tbTimeLabel.Size     = new System.Drawing.Size(415, 20);
     this.tbTimeLabel.TabIndex = 17;
     this.tbTimeLabel.Text     = "Начало:   Вчера   Окончание:    Завтра   Осталось:   Сегодня";
     //
     // FormApps
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 471);
     this.Controls.Add(this.tbTimeLabel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tbMessage);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tbTraffic);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbUsrName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.btnIconSelect);
     this.Controls.Add(this.btnMvDn);
     this.Controls.Add(this.btnMvUp);
     this.Controls.Add(this.btnFileSelect);
     this.Controls.Add(this.glacialList1);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FormApps";
     this.Text            = "Приложения";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.FormApps_FormClosed);
     this.Load           += new System.EventHandler(this.FormApps_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn();
            GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn();
            this.buttonSayfaAzalt = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.labelSayfa = new System.Windows.Forms.Label();
            this.labelSayfaSayisi = new System.Windows.Forms.Label();
            this.buttonSayfaArttir = new System.Windows.Forms.Button();
            this.listIptalEdilenSorular = new GlacialComponents.Controls.GlacialList();
            this.SuspendLayout();
            // 
            // buttonSayfaAzalt
            // 
            this.buttonSayfaAzalt.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonSayfaAzalt.BackColor = System.Drawing.SystemColors.Window;
            this.buttonSayfaAzalt.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonSayfaAzalt.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonSayfaAzalt.Image = global::ROPv1.Properties.Resources.lefticon;
            this.buttonSayfaAzalt.Location = new System.Drawing.Point(321, 571);
            this.buttonSayfaAzalt.Name = "buttonSayfaAzalt";
            this.buttonSayfaAzalt.Size = new System.Drawing.Size(86, 48);
            this.buttonSayfaAzalt.TabIndex = 84;
            this.buttonSayfaAzalt.TabStop = false;
            this.buttonSayfaAzalt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonSayfaAzalt.UseVisualStyleBackColor = false;
            this.buttonSayfaAzalt.Click += new System.EventHandler(this.buttonSayfaAzalt_Click);
            // 
            // label2
            // 
            this.label2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("Calibri", 24.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.label2.ForeColor = System.Drawing.SystemColors.Window;
            this.label2.Location = new System.Drawing.Point(496, 572);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(31, 40);
            this.label2.TabIndex = 87;
            this.label2.Text = "/";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // labelSayfa
            // 
            this.labelSayfa.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.labelSayfa.BackColor = System.Drawing.Color.Transparent;
            this.labelSayfa.Font = new System.Drawing.Font("Calibri", 24.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelSayfa.ForeColor = System.Drawing.SystemColors.Window;
            this.labelSayfa.Location = new System.Drawing.Point(413, 572);
            this.labelSayfa.Name = "labelSayfa";
            this.labelSayfa.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.labelSayfa.Size = new System.Drawing.Size(87, 39);
            this.labelSayfa.TabIndex = 88;
            this.labelSayfa.Text = "0";
            this.labelSayfa.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelSayfa.TextChanged += new System.EventHandler(this.labelSayfa_TextChanged);
            // 
            // labelSayfaSayisi
            // 
            this.labelSayfaSayisi.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.labelSayfaSayisi.AutoSize = true;
            this.labelSayfaSayisi.BackColor = System.Drawing.Color.Transparent;
            this.labelSayfaSayisi.Font = new System.Drawing.Font("Calibri", 24.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelSayfaSayisi.ForeColor = System.Drawing.SystemColors.Window;
            this.labelSayfaSayisi.Location = new System.Drawing.Point(526, 572);
            this.labelSayfaSayisi.Name = "labelSayfaSayisi";
            this.labelSayfaSayisi.Size = new System.Drawing.Size(34, 40);
            this.labelSayfaSayisi.TabIndex = 86;
            this.labelSayfaSayisi.Text = "0";
            this.labelSayfaSayisi.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // buttonSayfaArttir
            // 
            this.buttonSayfaArttir.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonSayfaArttir.BackColor = System.Drawing.SystemColors.Window;
            this.buttonSayfaArttir.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.buttonSayfaArttir.ForeColor = System.Drawing.SystemColors.ActiveCaption;
            this.buttonSayfaArttir.Image = global::ROPv1.Properties.Resources.righticon;
            this.buttonSayfaArttir.Location = new System.Drawing.Point(612, 571);
            this.buttonSayfaArttir.Name = "buttonSayfaArttir";
            this.buttonSayfaArttir.Size = new System.Drawing.Size(86, 48);
            this.buttonSayfaArttir.TabIndex = 85;
            this.buttonSayfaArttir.TabStop = false;
            this.buttonSayfaArttir.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.buttonSayfaArttir.UseVisualStyleBackColor = false;
            this.buttonSayfaArttir.Click += new System.EventHandler(this.buttonSayfaArttir_Click);
            // 
            // listIptalEdilenSorular
            // 
            this.listIptalEdilenSorular.AllowColumnResize = false;
            this.listIptalEdilenSorular.AllowMultiselect = false;
            this.listIptalEdilenSorular.AlternateBackground = System.Drawing.Color.DarkGreen;
            this.listIptalEdilenSorular.AlternatingColors = false;
            this.listIptalEdilenSorular.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.listIptalEdilenSorular.AutoHeight = false;
            this.listIptalEdilenSorular.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.listIptalEdilenSorular.BackgroundStretchToFit = true;
            glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn1.CheckBoxes = false;
            glColumn1.ImageIndex = -1;
            glColumn1.Name = "Ürün";
            glColumn1.NumericSort = false;
            glColumn1.Text = "Ürün";
            glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn1.Width = 120;
            glColumn2.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn2.CheckBoxes = false;
            glColumn2.ImageIndex = -1;
            glColumn2.Name = "Adet";
            glColumn2.NumericSort = false;
            glColumn2.Text = "Adet";
            glColumn2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn2.Width = 80;
            glColumn3.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn3.CheckBoxes = false;
            glColumn3.ImageIndex = -1;
            glColumn3.Name = "Porsiyon";
            glColumn3.NumericSort = false;
            glColumn3.Text = "Porsiyon";
            glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn3.Width = 80;
            glColumn4.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn4.CheckBoxes = false;
            glColumn4.ImageIndex = -1;
            glColumn4.Name = "Fiyat";
            glColumn4.NumericSort = false;
            glColumn4.Text = "Fiyat";
            glColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn4.Width = 115;
            glColumn5.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn5.CheckBoxes = false;
            glColumn5.ImageIndex = -1;
            glColumn5.Name = "İkram Mı?";
            glColumn5.NumericSort = false;
            glColumn5.Text = "İkram Mı?";
            glColumn5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn5.Width = 90;
            glColumn6.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn6.CheckBoxes = false;
            glColumn6.ImageIndex = -1;
            glColumn6.Name = "Toplam Fiyat";
            glColumn6.NumericSort = false;
            glColumn6.Text = "Toplam Fiyat";
            glColumn6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn6.Width = 115;
            glColumn7.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn7.CheckBoxes = false;
            glColumn7.ImageIndex = -1;
            glColumn7.Name = "Garson";
            glColumn7.NumericSort = false;
            glColumn7.Text = "Garson";
            glColumn7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            glColumn7.Width = 100;
            glColumn8.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
            glColumn8.CheckBoxes = false;
            glColumn8.ImageIndex = -1;
            glColumn8.Name = "İptal Nedeni";
            glColumn8.NumericSort = false;
            glColumn8.Text = "İptal Nedeni";
            glColumn8.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            glColumn8.Width = 299;
            this.listIptalEdilenSorular.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
            glColumn1,
            glColumn2,
            glColumn3,
            glColumn4,
            glColumn5,
            glColumn6,
            glColumn7,
            glColumn8});
            this.listIptalEdilenSorular.ControlStyle = GlacialComponents.Controls.GLControlStyles.XP;
            this.listIptalEdilenSorular.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.listIptalEdilenSorular.ForeColor = System.Drawing.Color.Black;
            this.listIptalEdilenSorular.FullRowSelect = true;
            this.listIptalEdilenSorular.GridColor = System.Drawing.Color.LightGray;
            this.listIptalEdilenSorular.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
            this.listIptalEdilenSorular.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridSolid;
            this.listIptalEdilenSorular.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
            this.listIptalEdilenSorular.HeaderHeight = 26;
            this.listIptalEdilenSorular.HeaderVisible = true;
            this.listIptalEdilenSorular.HeaderWordWrap = false;
            this.listIptalEdilenSorular.HotColumnTracking = false;
            this.listIptalEdilenSorular.HotItemTracking = false;
            this.listIptalEdilenSorular.HotTrackingColor = System.Drawing.Color.LightGray;
            this.listIptalEdilenSorular.HoverEvents = false;
            this.listIptalEdilenSorular.HoverTime = 1;
            this.listIptalEdilenSorular.ImageList = null;
            this.listIptalEdilenSorular.ItemHeight = 59;
            this.listIptalEdilenSorular.ItemWordWrap = true;
            this.listIptalEdilenSorular.Location = new System.Drawing.Point(8, 6);
            this.listIptalEdilenSorular.Margin = new System.Windows.Forms.Padding(0);
            this.listIptalEdilenSorular.Name = "listIptalEdilenSorular";
            this.listIptalEdilenSorular.Selectable = true;
            this.listIptalEdilenSorular.SelectedTextColor = System.Drawing.Color.White;
            this.listIptalEdilenSorular.SelectionColor = System.Drawing.SystemColors.ActiveCaption;
            this.listIptalEdilenSorular.ShowBorder = true;
            this.listIptalEdilenSorular.ShowFocusRect = false;
            this.listIptalEdilenSorular.Size = new System.Drawing.Size(1003, 561);
            this.listIptalEdilenSorular.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
            this.listIptalEdilenSorular.SuperFlatHeaderColor = System.Drawing.Color.White;
            this.listIptalEdilenSorular.TabIndex = 92;
            this.listIptalEdilenSorular.Text = "glacialList1";
            // 
            // IptalEdilenUrunGoruntuleme
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.Controls.Add(this.listIptalEdilenSorular);
            this.Controls.Add(this.buttonSayfaAzalt);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.labelSayfa);
            this.Controls.Add(this.buttonSayfaArttir);
            this.Controls.Add(this.labelSayfaSayisi);
            this.Name = "IptalEdilenUrunGoruntuleme";
            this.Size = new System.Drawing.Size(1018, 626);
            this.Load += new System.EventHandler(this.AnketDegerlendirme_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }