Ejemplo n.º 1
0
        private void FormSaveDialog_Load(object sender, EventArgs e)
        {
            LoadDialogs();

            tableDialogs.GridLines     = XPTable.Models.GridLines.Both;
            tableDialogs.GridLineStyle = XPTable.Models.GridLineStyle.Solid;

            XPTable.Renderers.GradientHeaderRenderer gradHeader = new XPTable.Renderers.GradientHeaderRenderer();
            tableDialogs.HeaderRenderer      = gradHeader;
            tableDialogs.FullRowSelect       = true;
            tableDialogs.SelectionStyle      = XPTable.Models.SelectionStyle.ListView;
            tableDialogs.AlternatingRowColor = Color.WhiteSmoke;

            XPTable.Models.Column newColumn = new XPTable.Models.TextColumn();

            tableDialogs.TableModel           = new XPTable.Models.TableModel();
            tableDialogs.TableModel.RowHeight = 20;
            XPTable.Models.ColumnModel model = new XPTable.Models.ColumnModel();

            model.Columns.Add(new XPTable.Models.TextColumn(StringTable.Category, 150));
            model.Columns.Add(new XPTable.Models.TextColumn(StringTable.DialogDefined, 200));

            model.Columns[0].Editable = false;
            model.Columns[1].Editable = false;

            tableDialogs.ColumnModel = model;

            FillList();
        }
Ejemplo n.º 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.tableModel1        = new XPTable.Models.TableModel();
     this.btnRegOverTime     = new System.Windows.Forms.Button();
     this.chStartOverTime    = new XPTable.Models.TextColumn();
     this.chCardID           = new XPTable.Models.TextColumn();
     this.chEmployeeName     = new XPTable.Models.TextColumn();
     this.columnModel1       = new XPTable.Models.ColumnModel();
     this.chSTT              = new XPTable.Models.TextColumn();
     this.cLength            = new XPTable.Models.TextColumn();
     this.cDinnerAmount      = new XPTable.Models.TextColumn();
     this.cBus               = new XPTable.Models.CheckBoxColumn();
     this.cWorkOverTimeInfo  = new XPTable.Models.TextColumn();
     this.btnHelp            = new System.Windows.Forms.Button();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.dtpWorkingDay      = new System.Windows.Forms.DateTimePicker();
     this.contextMenu1       = new System.Windows.Forms.ContextMenu();
     this.mnuSet             = new System.Windows.Forms.MenuItem();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnClose           = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.lblTotalBus        = new System.Windows.Forms.Label();
     this.lblTotalLunch      = new System.Windows.Forms.Label();
     this.lblTotalOverTime   = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.lbl1               = new System.Windows.Forms.Label();
     this.lvwLunch           = new XPTable.Models.Table();
     this.btnClearAll        = new System.Windows.Forms.Button();
     this.btnSlectAll        = new System.Windows.Forms.Button();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).BeginInit();
     this.SuspendLayout();
     //
     // btnRegOverTime
     //
     this.btnRegOverTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegOverTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRegOverTime.Location  = new System.Drawing.Point(704, 464);
     this.btnRegOverTime.Name      = "btnRegOverTime";
     this.btnRegOverTime.TabIndex  = 86;
     this.btnRegOverTime.Text      = "Đăng &ký";
     this.btnRegOverTime.Click    += new System.EventHandler(this.btnRegOverTime_Click);
     //
     // chStartOverTime
     //
     this.chStartOverTime.Editable = false;
     this.chStartOverTime.Text     = "Bắt đầu";
     this.chStartOverTime.Width    = 70;
     //
     // chCardID
     //
     this.chCardID.Editable = false;
     this.chCardID.Text     = "Mã thẻ";
     this.chCardID.Width    = 50;
     //
     // chEmployeeName
     //
     this.chEmployeeName.Editable = false;
     this.chEmployeeName.Text     = "Tên nhân viên";
     this.chEmployeeName.Width    = 130;
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
         this.chSTT,
         this.chCardID,
         this.chEmployeeName,
         this.chStartOverTime,
         this.cLength,
         this.cDinnerAmount,
         this.cBus,
         this.cWorkOverTimeInfo
     });
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text     = "STT";
     this.chSTT.Width    = 40;
     //
     // cLength
     //
     this.cLength.Text  = "Thời gian";
     this.cLength.Width = 70;
     //
     // cDinnerAmount
     //
     this.cDinnerAmount.Text  = "Ăn thêm";
     this.cDinnerAmount.Width = 60;
     //
     // cBus
     //
     this.cBus.Alignment = XPTable.Models.ColumnAlignment.Center;
     this.cBus.DrawText  = false;
     this.cBus.Text      = "Đi xe";
     this.cBus.Width     = 50;
     //
     // cWorkOverTimeInfo
     //
     this.cWorkOverTimeInfo.Text  = "Ghi chú";
     this.cWorkOverTimeInfo.Width = 140;
     //
     // btnHelp
     //
     this.btnHelp.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnHelp.Location  = new System.Drawing.Point(8, 464);
     this.btnHelp.Name      = "btnHelp";
     this.btnHelp.TabIndex  = 85;
     this.btnHelp.Text      = "Trợ giúp";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.dtpWorkingDay);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(8, 8);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(216, 48);
     this.groupBox4.TabIndex  = 90;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Ngày";
     //
     // dtpWorkingDay
     //
     this.dtpWorkingDay.CustomFormat  = "dd/MM/yyyy    ";
     this.dtpWorkingDay.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpWorkingDay.Location      = new System.Drawing.Point(8, 16);
     this.dtpWorkingDay.Name          = "dtpWorkingDay";
     this.dtpWorkingDay.TabIndex      = 74;
     this.dtpWorkingDay.ValueChanged += new System.EventHandler(this.dtpWorkingDay_ValueChanged);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuSet
     });
     //
     // mnuSet
     //
     this.mnuSet.Index = 0;
     this.mnuSet.Text  = "&Thiết lập...";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.departmentTreeView);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(8, 64);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(216, 392);
     this.groupBox2.TabIndex  = 88;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Danh sách phòng ban";
     //
     // departmentTreeView
     //
     this.departmentTreeView.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.departmentTreeView.BackColor         = System.Drawing.Color.GhostWhite;
     this.departmentTreeView.DepartmentDataSet = null;
     this.departmentTreeView.Location          = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name         = "departmentTreeView";
     this.departmentTreeView.Size         = new System.Drawing.Size(200, 368);
     this.departmentTreeView.TabIndex     = 3;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // btnClose
     //
     this.btnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location     = new System.Drawing.Point(784, 464);
     this.btnClose.Name         = "btnClose";
     this.btnClose.TabIndex     = 84;
     this.btnClose.Text         = "&Đóng";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.lblTotalBus);
     this.groupBox1.Controls.Add(this.lblTotalLunch);
     this.groupBox1.Controls.Add(this.lblTotalOverTime);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lbl1);
     this.groupBox1.Controls.Add(this.lvwLunch);
     this.groupBox1.Controls.Add(this.btnClearAll);
     this.groupBox1.Controls.Add(this.btnSlectAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(232, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(632, 448);
     this.groupBox1.TabIndex  = 87;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Danh sách nhân viên";
     //
     // lblTotalBus
     //
     this.lblTotalBus.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalBus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalBus.Location  = new System.Drawing.Point(592, 416);
     this.lblTotalBus.Name      = "lblTotalBus";
     this.lblTotalBus.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalBus.TabIndex  = 17;
     this.lblTotalBus.Text      = "70";
     this.lblTotalBus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalLunch
     //
     this.lblTotalLunch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalLunch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalLunch.Location  = new System.Drawing.Point(480, 416);
     this.lblTotalLunch.Name      = "lblTotalLunch";
     this.lblTotalLunch.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalLunch.TabIndex  = 16;
     this.lblTotalLunch.Text      = "100";
     this.lblTotalLunch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalOverTime
     //
     this.lblTotalOverTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalOverTime.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalOverTime.Location  = new System.Drawing.Point(352, 416);
     this.lblTotalOverTime.Name      = "lblTotalOverTime";
     this.lblTotalOverTime.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalOverTime.TabIndex  = 15;
     this.lblTotalOverTime.Text      = "123";
     this.lblTotalOverTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(520, 416);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 24);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "Số đi xe buýt:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location  = new System.Drawing.Point(392, 416);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 24);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Số lượng ăn cơm:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbl1
     //
     this.lbl1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lbl1.Location  = new System.Drawing.Point(272, 416);
     this.lbl1.Name      = "lbl1";
     this.lbl1.Size      = new System.Drawing.Size(88, 24);
     this.lbl1.TabIndex  = 12;
     this.lbl1.Text      = "Tổng làm thêm:";
     this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwLunch
     //
     this.lvwLunch.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.Byte)(245)));
     this.lvwLunch.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.lvwLunch.BackColor                   = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwLunch.ColumnModel                 = this.columnModel1;
     this.lvwLunch.ContextMenu                 = this.contextMenu1;
     this.lvwLunch.EnableToolTips              = true;
     this.lvwLunch.ForeColor                   = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.FullRowSelect               = true;
     this.lvwLunch.GridColor                   = System.Drawing.SystemColors.ControlDark;
     this.lvwLunch.GridLines                   = XPTable.Models.GridLines.Both;
     this.lvwLunch.GridLineStyle               = XPTable.Models.GridLineStyle.Dot;
     this.lvwLunch.HeaderFont                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwLunch.Location                    = new System.Drawing.Point(8, 16);
     this.lvwLunch.MultiSelect                 = true;
     this.lvwLunch.Name                        = "lvwLunch";
     this.lvwLunch.NoItemsText                 = WorkingContext.LangManager.GetString("XPtable");
     this.lvwLunch.SelectionBackColor          = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwLunch.SelectionForeColor          = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.SelectionStyle              = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunch.Size                        = new System.Drawing.Size(616, 400);
     this.lvwLunch.SortedColumnBackColor       = System.Drawing.Color.Transparent;
     this.lvwLunch.TabIndex                    = 11;
     this.lvwLunch.TableModel                  = this.tableModel1;
     this.lvwLunch.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwLunch.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     //
     // btnClearAll
     //
     this.btnClearAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClearAll.Location  = new System.Drawing.Point(96, 416);
     this.btnClearAll.Name      = "btnClearAll";
     this.btnClearAll.Size      = new System.Drawing.Size(80, 23);
     this.btnClearAll.TabIndex  = 78;
     this.btnClearAll.Text      = "Bỏ chọn";
     this.btnClearAll.Click    += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnSlectAll
     //
     this.btnSlectAll.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSlectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSlectAll.Location  = new System.Drawing.Point(8, 416);
     this.btnSlectAll.Name      = "btnSlectAll";
     this.btnSlectAll.Size      = new System.Drawing.Size(80, 23);
     this.btnSlectAll.TabIndex  = 77;
     this.btnSlectAll.Text      = "Chọn tất";
     this.btnSlectAll.Click    += new System.EventHandler(this.btnSlectAll_Click);
     //
     // frmOverTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(872, 494);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnRegOverTime);
     this.Controls.Add(this.btnHelp);
     this.Name  = "frmOverTime";
     this.Text  = "Danh sách nhân viên làm thêm giờ";
     this.Load += new System.EventHandler(this.frmOverTime_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tableModel1 = new XPTable.Models.TableModel();
     this.btnRegOverTime = new System.Windows.Forms.Button();
     this.chStartOverTime = new XPTable.Models.TextColumn();
     this.chCardID = new XPTable.Models.TextColumn();
     this.chEmployeeName = new XPTable.Models.TextColumn();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.chSTT = new XPTable.Models.TextColumn();
     this.cLength = new XPTable.Models.TextColumn();
     this.cDinnerAmount = new XPTable.Models.TextColumn();
     this.cBus = new XPTable.Models.CheckBoxColumn();
     this.cWorkOverTimeInfo = new XPTable.Models.TextColumn();
     this.btnHelp = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.dtpWorkingDay = new System.Windows.Forms.DateTimePicker();
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.mnuSet = new System.Windows.Forms.MenuItem();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnClose = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblTotalBus = new System.Windows.Forms.Label();
     this.lblTotalLunch = new System.Windows.Forms.Label();
     this.lblTotalOverTime = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lbl1 = new System.Windows.Forms.Label();
     this.lvwLunch = new XPTable.Models.Table();
     this.btnClearAll = new System.Windows.Forms.Button();
     this.btnSlectAll = new System.Windows.Forms.Button();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).BeginInit();
     this.SuspendLayout();
     //
     // btnRegOverTime
     //
     this.btnRegOverTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegOverTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRegOverTime.Location = new System.Drawing.Point(704, 464);
     this.btnRegOverTime.Name = "btnRegOverTime";
     this.btnRegOverTime.TabIndex = 86;
     this.btnRegOverTime.Text = "Đăng &ký";
     this.btnRegOverTime.Click += new System.EventHandler(this.btnRegOverTime_Click);
     //
     // chStartOverTime
     //
     this.chStartOverTime.Editable = false;
     this.chStartOverTime.Text = "Bắt đầu";
     this.chStartOverTime.Width = 70;
     //
     // chCardID
     //
     this.chCardID.Editable = false;
     this.chCardID.Text = "Mã thẻ";
     this.chCardID.Width = 50;
     //
     // chEmployeeName
     //
     this.chEmployeeName.Editable = false;
     this.chEmployeeName.Text = "Tên nhân viên";
     this.chEmployeeName.Width = 130;
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
                                                                        this.chSTT,
                                                                        this.chCardID,
                                                                        this.chEmployeeName,
                                                                        this.chStartOverTime,
                                                                        this.cLength,
                                                                        this.cDinnerAmount,
                                                                        this.cBus,
                                                                        this.cWorkOverTimeInfo});
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text = "STT";
     this.chSTT.Width = 40;
     //
     // cLength
     //
     this.cLength.Text = "Thời gian";
     this.cLength.Width = 70;
     //
     // cDinnerAmount
     //
     this.cDinnerAmount.Text = "Ăn thêm";
     this.cDinnerAmount.Width = 60;
     //
     // cBus
     //
     this.cBus.Alignment = XPTable.Models.ColumnAlignment.Center;
     this.cBus.DrawText = false;
     this.cBus.Text = "Đi xe";
     this.cBus.Width = 50;
     //
     // cWorkOverTimeInfo
     //
     this.cWorkOverTimeInfo.Text = "Ghi chú";
     this.cWorkOverTimeInfo.Width = 140;
     //
     // btnHelp
     //
     this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnHelp.Location = new System.Drawing.Point(8, 464);
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.TabIndex = 85;
     this.btnHelp.Text = "Trợ giúp";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.dtpWorkingDay);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location = new System.Drawing.Point(8, 8);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(216, 48);
     this.groupBox4.TabIndex = 90;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Ngày";
     //
     // dtpWorkingDay
     //
     this.dtpWorkingDay.CustomFormat = "dd/MM/yyyy    ";
     this.dtpWorkingDay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpWorkingDay.Location = new System.Drawing.Point(8, 16);
     this.dtpWorkingDay.Name = "dtpWorkingDay";
     this.dtpWorkingDay.TabIndex = 74;
     this.dtpWorkingDay.ValueChanged += new System.EventHandler(this.dtpWorkingDay_ValueChanged);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                  this.mnuSet});
     //
     // mnuSet
     //
     this.mnuSet.Index = 0;
     this.mnuSet.Text = "&Thiết lập...";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.departmentTreeView);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(8, 64);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(216, 392);
     this.groupBox2.TabIndex = 88;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Danh sách phòng ban";
     //
     // departmentTreeView
     //
     this.departmentTreeView.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.departmentTreeView.BackColor = System.Drawing.Color.GhostWhite;
     this.departmentTreeView.DepartmentDataSet = null;
     this.departmentTreeView.Location = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.Size = new System.Drawing.Size(200, 368);
     this.departmentTreeView.TabIndex = 3;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(784, 464);
     this.btnClose.Name = "btnClose";
     this.btnClose.TabIndex = 84;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.lblTotalBus);
     this.groupBox1.Controls.Add(this.lblTotalLunch);
     this.groupBox1.Controls.Add(this.lblTotalOverTime);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lbl1);
     this.groupBox1.Controls.Add(this.lvwLunch);
     this.groupBox1.Controls.Add(this.btnClearAll);
     this.groupBox1.Controls.Add(this.btnSlectAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(232, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(632, 448);
     this.groupBox1.TabIndex = 87;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách nhân viên";
     //
     // lblTotalBus
     //
     this.lblTotalBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalBus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalBus.Location = new System.Drawing.Point(592, 416);
     this.lblTotalBus.Name = "lblTotalBus";
     this.lblTotalBus.Size = new System.Drawing.Size(32, 23);
     this.lblTotalBus.TabIndex = 17;
     this.lblTotalBus.Text = "70";
     this.lblTotalBus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalLunch
     //
     this.lblTotalLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalLunch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalLunch.Location = new System.Drawing.Point(480, 416);
     this.lblTotalLunch.Name = "lblTotalLunch";
     this.lblTotalLunch.Size = new System.Drawing.Size(32, 23);
     this.lblTotalLunch.TabIndex = 16;
     this.lblTotalLunch.Text = "100";
     this.lblTotalLunch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalOverTime
     //
     this.lblTotalOverTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalOverTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalOverTime.Location = new System.Drawing.Point(352, 416);
     this.lblTotalOverTime.Name = "lblTotalOverTime";
     this.lblTotalOverTime.Size = new System.Drawing.Size(32, 23);
     this.lblTotalOverTime.TabIndex = 15;
     this.lblTotalOverTime.Text = "123";
     this.lblTotalOverTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(520, 416);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 24);
     this.label2.TabIndex = 14;
     this.label2.Text = "Số đi xe buýt:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(392, 416);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 24);
     this.label1.TabIndex = 13;
     this.label1.Text = "Số lượng ăn cơm:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbl1
     //
     this.lbl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lbl1.Location = new System.Drawing.Point(272, 416);
     this.lbl1.Name = "lbl1";
     this.lbl1.Size = new System.Drawing.Size(88, 24);
     this.lbl1.TabIndex = 12;
     this.lbl1.Text = "Tổng làm thêm:";
     this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwLunch
     //
     this.lvwLunch.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.Byte)(245)));
     this.lvwLunch.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.lvwLunch.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwLunch.ColumnModel = this.columnModel1;
     this.lvwLunch.ContextMenu = this.contextMenu1;
     this.lvwLunch.EnableToolTips = true;
     this.lvwLunch.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.FullRowSelect = true;
     this.lvwLunch.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwLunch.GridLines = XPTable.Models.GridLines.Both;
     this.lvwLunch.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwLunch.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwLunch.Location = new System.Drawing.Point(8, 16);
     this.lvwLunch.MultiSelect = true;
     this.lvwLunch.Name = "lvwLunch";
     this.lvwLunch.NoItemsText = WorkingContext.LangManager.GetString("XPtable");
     this.lvwLunch.SelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwLunch.SelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunch.Size = new System.Drawing.Size(616, 400);
     this.lvwLunch.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwLunch.TabIndex = 11;
     this.lvwLunch.TableModel = this.tableModel1;
     this.lvwLunch.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwLunch.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     //
     // btnClearAll
     //
     this.btnClearAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClearAll.Location = new System.Drawing.Point(96, 416);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(80, 23);
     this.btnClearAll.TabIndex = 78;
     this.btnClearAll.Text = "Bỏ chọn";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnSlectAll
     //
     this.btnSlectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSlectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSlectAll.Location = new System.Drawing.Point(8, 416);
     this.btnSlectAll.Name = "btnSlectAll";
     this.btnSlectAll.Size = new System.Drawing.Size(80, 23);
     this.btnSlectAll.TabIndex = 77;
     this.btnSlectAll.Text = "Chọn tất";
     this.btnSlectAll.Click += new System.EventHandler(this.btnSlectAll_Click);
     //
     // frmOverTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(872, 494);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnRegOverTime);
     this.Controls.Add(this.btnHelp);
     this.Name = "frmOverTime";
     this.Text = "Danh sách nhân viên làm thêm giờ";
     this.Load += new System.EventHandler(this.frmOverTime_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).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();
            XPTable.Models.ColumnModel columnModelBoneTransforms;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompositeEntityEditor));
            XPTable.Models.Row row3 = new XPTable.Models.Row();
            XPTable.Models.Cell cell5 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle5 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell6 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle6 = new XPTable.Models.CellStyle();
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder3 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
            XPTable.Models.Row row4 = new XPTable.Models.Row();
            XPTable.Models.Cell cell7 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle7 = new XPTable.Models.CellStyle();
            XPTable.Models.Cell cell8 = new XPTable.Models.Cell();
            XPTable.Models.CellStyle cellStyle8 = new XPTable.Models.CellStyle();
            this.textColumnName = new XPTable.Models.TextColumn();
            this.checkBoxColumnVisible = new XPTable.Models.CheckBoxColumn();
            this.groupBoxAnimations = new System.Windows.Forms.GroupBox();
            this.propertyGridAnimation = new System.Windows.Forms.PropertyGrid();
            this.toolStripAnimations = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddAnimation = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDelAnimation = new System.Windows.Forms.ToolStripButton();
            this.listViewAnimations = new System.Windows.Forms.ListView();
            this.tableModelKeyframes = new XPTable.Models.TableModel();
            this.columnModelKeyframes = new XPTable.Models.ColumnModel();
            this.numberColumnDuration = new XPTable.Models.NumberColumn();
            this.panelMiddle = new System.Windows.Forms.Panel();
            this.toolStrip4 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonZoomOut = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomNormal = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonZoomIn = new System.Windows.Forms.ToolStripButton();
            this.compositeEntityEditorControl = new Milkshake.Editors.CompositeEntities.CompositeKeyFrameEditorControl();
            this.tabControlMain = new System.Windows.Forms.TabControl();
            this.tabPageStructure = new System.Windows.Forms.TabPage();
            this.groupBoxSceneItemProperties = new System.Windows.Forms.GroupBox();
            this.comboBoxIsPivotRelative = new System.Windows.Forms.ComboBox();
            this.textBoxPivot = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBoxBones = new System.Windows.Forms.GroupBox();
            this.groupBoxBoneProps = new System.Windows.Forms.GroupBox();
            this.propertyGridBoneProperties = new System.Windows.Forms.PropertyGrid();
            this.toolStrip5 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddRootBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonAddChildBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonLevelUpBone = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLevelDownBone = new System.Windows.Forms.ToolStripButton();
            this.treeViewBones = new System.Windows.Forms.TreeView();
            this.imageListBones = new System.Windows.Forms.ImageList(this.components);
            this.groupBoxSceneItemBank = new System.Windows.Forms.GroupBox();
            this.toolStripResources = new System.Windows.Forms.ToolStrip();
            this.toolStripSplitButtonAddSceneItem = new System.Windows.Forms.ToolStripSplitButton();
            this.toolStripSplitButtonCopySceneItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteSceneItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonNewBoneFromItem = new System.Windows.Forms.ToolStripButton();
            this.sceneItemPreviewControl = new Milkshake.GraphicsDeviceControls.SceneItemPreviewControl();
            this.treeViewSceneItems = new System.Windows.Forms.TreeView();
            this.tabPageAnimations = new System.Windows.Forms.TabPage();
            this.groupBoxPreview = new System.Windows.Forms.GroupBox();
            this.sceneItemPreviewCompositeAnimationPreview = new Milkshake.GraphicsDeviceControls.SceneItemPreviewControl();
            this.splitContainerRightTop = new System.Windows.Forms.SplitContainer();
            this.groupBoxKeyFrames = new System.Windows.Forms.GroupBox();
            this.toolStripKeyFrames = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAddKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonKeyFrameCopy = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonKeyFramePaste = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteKeyFrame = new System.Windows.Forms.ToolStripButton();
            this.tableKeyFrames = new XPTable.Models.Table();
            this.groupBoxCompositeBoneProperties = new System.Windows.Forms.GroupBox();
            this.propertyGridCompositeBoneTransform = new System.Windows.Forms.PropertyGrid();
            this.groupBoxBoneTransforms = new System.Windows.Forms.GroupBox();
            this.tableBoneTransforms = new XPTable.Models.Table();
            this.tableModelBoneTransforms = new XPTable.Models.TableModel();
            this.toolStripBoneTransforms = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripButtonLevelUpBoneTransform = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonLevelDownBoneTransform = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonSyncTransform = new System.Windows.Forms.ToolStripButton();
            this.defaultControlPanel = new MilkshakeLibrary.DefaultControlPanel();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonDuplicateAnim = new System.Windows.Forms.ToolStripButton();
            columnModelBoneTransforms = new XPTable.Models.ColumnModel();
            this.groupBoxAnimations.SuspendLayout();
            this.toolStripAnimations.SuspendLayout();
            this.panelMiddle.SuspendLayout();
            this.toolStrip4.SuspendLayout();
            this.tabControlMain.SuspendLayout();
            this.tabPageStructure.SuspendLayout();
            this.groupBoxSceneItemProperties.SuspendLayout();
            this.groupBoxBones.SuspendLayout();
            this.groupBoxBoneProps.SuspendLayout();
            this.toolStrip5.SuspendLayout();
            this.groupBoxSceneItemBank.SuspendLayout();
            this.toolStripResources.SuspendLayout();
            this.tabPageAnimations.SuspendLayout();
            this.groupBoxPreview.SuspendLayout();
            this.splitContainerRightTop.Panel1.SuspendLayout();
            this.splitContainerRightTop.Panel2.SuspendLayout();
            this.splitContainerRightTop.SuspendLayout();
            this.groupBoxKeyFrames.SuspendLayout();
            this.toolStripKeyFrames.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableKeyFrames)).BeginInit();
            this.groupBoxCompositeBoneProperties.SuspendLayout();
            this.groupBoxBoneTransforms.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableBoneTransforms)).BeginInit();
            this.toolStripBoneTransforms.SuspendLayout();
            this.SuspendLayout();
            // 
            // columnModelBoneTransforms
            // 
            columnModelBoneTransforms.Columns.AddRange(new XPTable.Models.Column[] {
            this.textColumnName,
            this.checkBoxColumnVisible});
            columnModelBoneTransforms.HeaderHeight = 16;
            // 
            // textColumnName
            // 
            this.textColumnName.Resizable = false;
            this.textColumnName.Text = "Name";
            this.textColumnName.Width = 150;
            // 
            // checkBoxColumnVisible
            // 
            this.checkBoxColumnVisible.Alignment = XPTable.Models.ColumnAlignment.Right;
            this.checkBoxColumnVisible.DrawText = false;
            this.checkBoxColumnVisible.Resizable = false;
            this.checkBoxColumnVisible.Width = 25;
            // 
            // groupBoxAnimations
            // 
            this.groupBoxAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBoxAnimations.Controls.Add(this.propertyGridAnimation);
            this.groupBoxAnimations.Controls.Add(this.toolStripAnimations);
            this.groupBoxAnimations.Controls.Add(this.listViewAnimations);
            this.groupBoxAnimations.Location = new System.Drawing.Point(3, 3);
            this.groupBoxAnimations.Name = "groupBoxAnimations";
            this.groupBoxAnimations.Size = new System.Drawing.Size(206, 344);
            this.groupBoxAnimations.TabIndex = 10;
            this.groupBoxAnimations.TabStop = false;
            this.groupBoxAnimations.Text = "Animations";
            // 
            // propertyGridAnimation
            // 
            this.propertyGridAnimation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.propertyGridAnimation.Location = new System.Drawing.Point(3, 207);
            this.propertyGridAnimation.Name = "propertyGridAnimation";
            this.propertyGridAnimation.PropertySort = System.Windows.Forms.PropertySort.Alphabetical;
            this.propertyGridAnimation.Size = new System.Drawing.Size(200, 131);
            this.propertyGridAnimation.TabIndex = 8;
            this.propertyGridAnimation.ToolbarVisible = false;
            // 
            // toolStripAnimations
            // 
            this.toolStripAnimations.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripAnimations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddAnimation,
            this.toolStripButtonDelAnimation,
            this.toolStripSeparator4,
            this.toolStripButtonDuplicateAnim});
            this.toolStripAnimations.Location = new System.Drawing.Point(3, 16);
            this.toolStripAnimations.Name = "toolStripAnimations";
            this.toolStripAnimations.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripAnimations.Size = new System.Drawing.Size(200, 25);
            this.toolStripAnimations.TabIndex = 7;
            this.toolStripAnimations.Text = "toolStrip1";
            // 
            // toolStripButtonAddAnimation
            // 
            this.toolStripButtonAddAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddAnimation.Image")));
            this.toolStripButtonAddAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddAnimation.Name = "toolStripButtonAddAnimation";
            this.toolStripButtonAddAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddAnimation.Text = "toolStripButton4";
            this.toolStripButtonAddAnimation.ToolTipText = "Add New Animation";
            this.toolStripButtonAddAnimation.Click += new System.EventHandler(this.toolStripButtonAddAnimation_Click);
            // 
            // toolStripButtonDelAnimation
            // 
            this.toolStripButtonDelAnimation.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDelAnimation.Enabled = false;
            this.toolStripButtonDelAnimation.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAnimation.Image")));
            this.toolStripButtonDelAnimation.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDelAnimation.Name = "toolStripButtonDelAnimation";
            this.toolStripButtonDelAnimation.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDelAnimation.Text = "toolStripButton1";
            this.toolStripButtonDelAnimation.ToolTipText = "Delete Animation";
            this.toolStripButtonDelAnimation.Click += new System.EventHandler(this.toolStripButtonDelAnimation_Click);
            // 
            // listViewAnimations
            // 
            this.listViewAnimations.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.listViewAnimations.FullRowSelect = true;
            this.listViewAnimations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listViewAnimations.HideSelection = false;
            this.listViewAnimations.LabelEdit = true;
            this.listViewAnimations.Location = new System.Drawing.Point(3, 44);
            this.listViewAnimations.Name = "listViewAnimations";
            this.listViewAnimations.Size = new System.Drawing.Size(200, 157);
            this.listViewAnimations.TabIndex = 2;
            this.listViewAnimations.UseCompatibleStateImageBehavior = false;
            this.listViewAnimations.View = System.Windows.Forms.View.List;
            this.listViewAnimations.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewAnimations_AfterLabelEdit);
            this.listViewAnimations.SelectedIndexChanged += new System.EventHandler(this.listViewAnimations_SelectedIndexChanged);
            // 
            // tableModelKeyframes
            // 
            this.tableModelKeyframes.RowHeight = 16;
            cellStyle5.BackColor = System.Drawing.Color.Empty;
            cellStyle5.Font = null;
            cellStyle5.ForeColor = System.Drawing.Color.Empty;
            cellStyle5.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle5.WordWrap = false;
            cell5.CellStyle = cellStyle5;
            cell5.Data = "Test";
            cell5.Text = "Test";
            cell5.WordWrap = false;
            cellStyle6.BackColor = System.Drawing.Color.Empty;
            cellStyle6.Font = null;
            cellStyle6.ForeColor = System.Drawing.Color.Empty;
            cellStyle6.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle6.WordWrap = false;
            cell6.CellStyle = cellStyle6;
            cell6.Data = "1";
            cell6.Text = "1";
            cell6.WordWrap = false;
            row3.Cells.AddRange(new XPTable.Models.Cell[] {
            cell5,
            cell6});
            row3.ChildIndex = 0;
            row3.ExpandSubRows = true;
            row3.Height = 27;
            this.tableModelKeyframes.Rows.AddRange(new XPTable.Models.Row[] {
            row3});
            // 
            // columnModelKeyframes
            // 
            this.columnModelKeyframes.Columns.AddRange(new XPTable.Models.Column[] {
            this.textColumnName,
            this.numberColumnDuration});
            this.columnModelKeyframes.HeaderHeight = 16;
            // 
            // numberColumnDuration
            // 
            this.numberColumnDuration.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numberColumnDuration.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numberColumnDuration.Resizable = false;
            this.numberColumnDuration.ShowUpDownButtons = true;
            this.numberColumnDuration.Width = 50;
            // 
            // panelMiddle
            // 
            this.panelMiddle.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.panelMiddle.Controls.Add(this.toolStrip4);
            this.panelMiddle.Controls.Add(this.compositeEntityEditorControl);
            this.panelMiddle.Location = new System.Drawing.Point(214, 3);
            this.panelMiddle.Name = "panelMiddle";
            this.panelMiddle.Size = new System.Drawing.Size(253, 576);
            this.panelMiddle.TabIndex = 34;
            // 
            // toolStrip4
            // 
            this.toolStrip4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonZoomOut,
            this.toolStripButtonZoomNormal,
            this.toolStripButtonZoomIn});
            this.toolStrip4.Location = new System.Drawing.Point(0, 0);
            this.toolStrip4.Name = "toolStrip4";
            this.toolStrip4.Size = new System.Drawing.Size(253, 25);
            this.toolStrip4.TabIndex = 37;
            this.toolStrip4.Text = "toolStrip4";
            // 
            // toolStripButtonZoomOut
            // 
            this.toolStripButtonZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomOut.Image")));
            this.toolStripButtonZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomOut.Name = "toolStripButtonZoomOut";
            this.toolStripButtonZoomOut.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomOut.Text = "Zoom Out";
            // 
            // toolStripButtonZoomNormal
            // 
            this.toolStripButtonZoomNormal.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomNormal.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomNormal.Image")));
            this.toolStripButtonZoomNormal.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomNormal.Name = "toolStripButtonZoomNormal";
            this.toolStripButtonZoomNormal.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomNormal.Text = "Normal Zoom";
            // 
            // toolStripButtonZoomIn
            // 
            this.toolStripButtonZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonZoomIn.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonZoomIn.Image")));
            this.toolStripButtonZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonZoomIn.Name = "toolStripButtonZoomIn";
            this.toolStripButtonZoomIn.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonZoomIn.Text = "Zoom In";
            // 
            // compositeEntityEditorControl
            // 
            this.compositeEntityEditorControl.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.compositeEntityEditorControl.CompositeEntity = null;
            this.compositeEntityEditorControl.HighlightedBone = "";
            this.compositeEntityEditorControl.Location = new System.Drawing.Point(0, 28);
            this.compositeEntityEditorControl.Name = "compositeEntityEditorControl";
            this.compositeEntityEditorControl.RealMousePos = new Microsoft.Xna.Framework.Vector2(0F, 0F);
            this.compositeEntityEditorControl.SceneMousePos = new Microsoft.Xna.Framework.Vector2(0F, 0F);
            this.compositeEntityEditorControl.SelectedBones = ((System.Collections.Generic.List<string>)(resources.GetObject("compositeEntityEditorControl.SelectedBones")));
            this.compositeEntityEditorControl.Size = new System.Drawing.Size(253, 548);
            this.compositeEntityEditorControl.TabIndex = 32;
            this.compositeEntityEditorControl.Text = "compositeEntityEditorControl";
            // 
            // tabControlMain
            // 
            this.tabControlMain.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.tabControlMain.Controls.Add(this.tabPageStructure);
            this.tabControlMain.Controls.Add(this.tabPageAnimations);
            this.tabControlMain.Location = new System.Drawing.Point(12, 12);
            this.tabControlMain.Name = "tabControlMain";
            this.tabControlMain.SelectedIndex = 0;
            this.tabControlMain.Size = new System.Drawing.Size(693, 608);
            this.tabControlMain.TabIndex = 35;
            this.tabControlMain.SelectedIndexChanged += new System.EventHandler(this.tabControlMain_SelectedIndexChanged);
            // 
            // tabPageStructure
            // 
            this.tabPageStructure.Controls.Add(this.groupBoxSceneItemProperties);
            this.tabPageStructure.Controls.Add(this.groupBoxBones);
            this.tabPageStructure.Controls.Add(this.groupBoxSceneItemBank);
            this.tabPageStructure.Location = new System.Drawing.Point(4, 22);
            this.tabPageStructure.Name = "tabPageStructure";
            this.tabPageStructure.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageStructure.Size = new System.Drawing.Size(685, 582);
            this.tabPageStructure.TabIndex = 0;
            this.tabPageStructure.Text = "Structure";
            this.tabPageStructure.UseVisualStyleBackColor = true;
            // 
            // groupBoxSceneItemProperties
            // 
            this.groupBoxSceneItemProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxSceneItemProperties.Controls.Add(this.comboBoxIsPivotRelative);
            this.groupBoxSceneItemProperties.Controls.Add(this.textBoxPivot);
            this.groupBoxSceneItemProperties.Controls.Add(this.label2);
            this.groupBoxSceneItemProperties.Controls.Add(this.label1);
            this.groupBoxSceneItemProperties.Enabled = false;
            this.groupBoxSceneItemProperties.Location = new System.Drawing.Point(6, 509);
            this.groupBoxSceneItemProperties.Name = "groupBoxSceneItemProperties";
            this.groupBoxSceneItemProperties.Size = new System.Drawing.Size(328, 67);
            this.groupBoxSceneItemProperties.TabIndex = 37;
            this.groupBoxSceneItemProperties.TabStop = false;
            this.groupBoxSceneItemProperties.Text = "SceneItem Properties";
            // 
            // comboBoxIsPivotRelative
            // 
            this.comboBoxIsPivotRelative.FormattingEnabled = true;
            this.comboBoxIsPivotRelative.Items.AddRange(new object[] {
            "true",
            "false"});
            this.comboBoxIsPivotRelative.Location = new System.Drawing.Point(90, 40);
            this.comboBoxIsPivotRelative.Name = "comboBoxIsPivotRelative";
            this.comboBoxIsPivotRelative.Size = new System.Drawing.Size(101, 21);
            this.comboBoxIsPivotRelative.TabIndex = 7;
            this.comboBoxIsPivotRelative.Text = "true";
            this.comboBoxIsPivotRelative.SelectedIndexChanged += new System.EventHandler(this.comboBoxIsPivotRelative_SelectedIndexChanged);
            // 
            // textBoxPivot
            // 
            this.textBoxPivot.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxPivot.Location = new System.Drawing.Point(90, 14);
            this.textBoxPivot.Name = "textBoxPivot";
            this.textBoxPivot.Size = new System.Drawing.Size(101, 20);
            this.textBoxPivot.TabIndex = 2;
            this.textBoxPivot.Validated += new System.EventHandler(this.textBoxPivot_Validated);
            this.textBoxPivot.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxPivot_KeyDown);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "IsPivotRelative";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(53, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(31, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Pivot";
            // 
            // groupBoxBones
            // 
            this.groupBoxBones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxBones.Controls.Add(this.groupBoxBoneProps);
            this.groupBoxBones.Controls.Add(this.toolStrip5);
            this.groupBoxBones.Controls.Add(this.treeViewBones);
            this.groupBoxBones.Location = new System.Drawing.Point(340, 3);
            this.groupBoxBones.Name = "groupBoxBones";
            this.groupBoxBones.Size = new System.Drawing.Size(342, 573);
            this.groupBoxBones.TabIndex = 10;
            this.groupBoxBones.TabStop = false;
            this.groupBoxBones.Text = "Bones";
            // 
            // groupBoxBoneProps
            // 
            this.groupBoxBoneProps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxBoneProps.Controls.Add(this.propertyGridBoneProperties);
            this.groupBoxBoneProps.Enabled = false;
            this.groupBoxBoneProps.Location = new System.Drawing.Point(7, 400);
            this.groupBoxBoneProps.Name = "groupBoxBoneProps";
            this.groupBoxBoneProps.Size = new System.Drawing.Size(329, 167);
            this.groupBoxBoneProps.TabIndex = 36;
            this.groupBoxBoneProps.TabStop = false;
            this.groupBoxBoneProps.Text = "Bone Properties";
            // 
            // propertyGridBoneProperties
            // 
            this.propertyGridBoneProperties.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.propertyGridBoneProperties.HelpVisible = false;
            this.propertyGridBoneProperties.Location = new System.Drawing.Point(7, 20);
            this.propertyGridBoneProperties.Name = "propertyGridBoneProperties";
            this.propertyGridBoneProperties.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.propertyGridBoneProperties.Size = new System.Drawing.Size(316, 141);
            this.propertyGridBoneProperties.TabIndex = 0;
            this.propertyGridBoneProperties.ToolbarVisible = false;
            // 
            // toolStrip5
            // 
            this.toolStrip5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddRootBone,
            this.toolStripButtonAddChildBone,
            this.toolStripButtonDeleteBone,
            this.toolStripSeparator1,
            this.toolStripButtonLevelUpBone,
            this.toolStripButtonLevelDownBone});
            this.toolStrip5.Location = new System.Drawing.Point(3, 16);
            this.toolStrip5.Name = "toolStrip5";
            this.toolStrip5.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStrip5.Size = new System.Drawing.Size(336, 25);
            this.toolStrip5.TabIndex = 35;
            this.toolStrip5.Text = "toolStrip1";
            // 
            // toolStripButtonAddRootBone
            // 
            this.toolStripButtonAddRootBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddRootBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddRootBone.Image")));
            this.toolStripButtonAddRootBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddRootBone.Name = "toolStripButtonAddRootBone";
            this.toolStripButtonAddRootBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddRootBone.Text = "Add Root Bone";
            this.toolStripButtonAddRootBone.Click += new System.EventHandler(this.toolStripButtonAddRootBone_Click);
            // 
            // toolStripButtonAddChildBone
            // 
            this.toolStripButtonAddChildBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddChildBone.Enabled = false;
            this.toolStripButtonAddChildBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddChildBone.Image")));
            this.toolStripButtonAddChildBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddChildBone.Name = "toolStripButtonAddChildBone";
            this.toolStripButtonAddChildBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddChildBone.Text = "Add Child Bone";
            this.toolStripButtonAddChildBone.Click += new System.EventHandler(this.toolStripButtonAddChildBone_Click);
            // 
            // toolStripButtonDeleteBone
            // 
            this.toolStripButtonDeleteBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteBone.Enabled = false;
            this.toolStripButtonDeleteBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteBone.Image")));
            this.toolStripButtonDeleteBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteBone.Name = "toolStripButtonDeleteBone";
            this.toolStripButtonDeleteBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteBone.Text = "toolStripButton1";
            this.toolStripButtonDeleteBone.ToolTipText = "Delete SceneItem";
            this.toolStripButtonDeleteBone.Click += new System.EventHandler(this.toolStripButtonDeleteBone_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonLevelUpBone
            // 
            this.toolStripButtonLevelUpBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelUpBone.Enabled = false;
            this.toolStripButtonLevelUpBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelUpBone.Image")));
            this.toolStripButtonLevelUpBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelUpBone.Name = "toolStripButtonLevelUpBone";
            this.toolStripButtonLevelUpBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelUpBone.Text = "toolStripButton2";
            this.toolStripButtonLevelUpBone.Click += new System.EventHandler(this.toolStripButtonLevelUpBone_Click);
            // 
            // toolStripButtonLevelDownBone
            // 
            this.toolStripButtonLevelDownBone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelDownBone.Enabled = false;
            this.toolStripButtonLevelDownBone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelDownBone.Image")));
            this.toolStripButtonLevelDownBone.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelDownBone.Name = "toolStripButtonLevelDownBone";
            this.toolStripButtonLevelDownBone.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelDownBone.Text = "toolStripButton3";
            this.toolStripButtonLevelDownBone.Click += new System.EventHandler(this.toolStripButtonLevelDownBone_Click);
            // 
            // treeViewBones
            // 
            this.treeViewBones.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.treeViewBones.FullRowSelect = true;
            this.treeViewBones.HideSelection = false;
            this.treeViewBones.ImageKey = "anchor.png";
            this.treeViewBones.ImageList = this.imageListBones;
            this.treeViewBones.LabelEdit = true;
            this.treeViewBones.Location = new System.Drawing.Point(7, 44);
            this.treeViewBones.Name = "treeViewBones";
            this.treeViewBones.SelectedImageKey = "anchor.png";
            this.treeViewBones.ShowRootLines = false;
            this.treeViewBones.Size = new System.Drawing.Size(329, 350);
            this.treeViewBones.TabIndex = 0;
            this.treeViewBones.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewBones_AfterLabelEdit);
            this.treeViewBones.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewBones_AfterSelect);
            // 
            // imageListBones
            // 
            this.imageListBones.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBones.ImageStream")));
            this.imageListBones.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListBones.Images.SetKeyName(0, "anchor.png");
            this.imageListBones.Images.SetKeyName(1, "link.png");
            // 
            // groupBoxSceneItemBank
            // 
            this.groupBoxSceneItemBank.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.groupBoxSceneItemBank.Controls.Add(this.toolStripResources);
            this.groupBoxSceneItemBank.Controls.Add(this.sceneItemPreviewControl);
            this.groupBoxSceneItemBank.Controls.Add(this.treeViewSceneItems);
            this.groupBoxSceneItemBank.Location = new System.Drawing.Point(3, 3);
            this.groupBoxSceneItemBank.Name = "groupBoxSceneItemBank";
            this.groupBoxSceneItemBank.Size = new System.Drawing.Size(331, 500);
            this.groupBoxSceneItemBank.TabIndex = 9;
            this.groupBoxSceneItemBank.TabStop = false;
            this.groupBoxSceneItemBank.Text = "SceneItem Bank";
            // 
            // toolStripResources
            // 
            this.toolStripResources.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripResources.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSplitButtonAddSceneItem,
            this.toolStripSplitButtonCopySceneItem,
            this.toolStripButtonDeleteSceneItem,
            this.toolStripSeparator3,
            this.toolStripButtonNewBoneFromItem});
            this.toolStripResources.Location = new System.Drawing.Point(3, 16);
            this.toolStripResources.Name = "toolStripResources";
            this.toolStripResources.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripResources.Size = new System.Drawing.Size(325, 25);
            this.toolStripResources.TabIndex = 34;
            this.toolStripResources.Text = "toolStrip1";
            // 
            // toolStripSplitButtonAddSceneItem
            // 
            this.toolStripSplitButtonAddSceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButtonAddSceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonAddSceneItem.Image")));
            this.toolStripSplitButtonAddSceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButtonAddSceneItem.Name = "toolStripSplitButtonAddSceneItem";
            this.toolStripSplitButtonAddSceneItem.Size = new System.Drawing.Size(32, 22);
            this.toolStripSplitButtonAddSceneItem.Text = "toolStripSplitButton1";
            this.toolStripSplitButtonAddSceneItem.ToolTipText = "Add New SceneItem";
            // 
            // toolStripSplitButtonCopySceneItem
            // 
            this.toolStripSplitButtonCopySceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButtonCopySceneItem.Enabled = false;
            this.toolStripSplitButtonCopySceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonCopySceneItem.Image")));
            this.toolStripSplitButtonCopySceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripSplitButtonCopySceneItem.Name = "toolStripSplitButtonCopySceneItem";
            this.toolStripSplitButtonCopySceneItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripSplitButtonCopySceneItem.Text = "toolStripButton3";
            this.toolStripSplitButtonCopySceneItem.ToolTipText = "Copy SceneItem";
            this.toolStripSplitButtonCopySceneItem.Click += new System.EventHandler(this.toolStripSplitButtonCopySceneItem_Click);
            // 
            // toolStripButtonDeleteSceneItem
            // 
            this.toolStripButtonDeleteSceneItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteSceneItem.Enabled = false;
            this.toolStripButtonDeleteSceneItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteSceneItem.Image")));
            this.toolStripButtonDeleteSceneItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteSceneItem.Name = "toolStripButtonDeleteSceneItem";
            this.toolStripButtonDeleteSceneItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteSceneItem.Text = "toolStripButton1";
            this.toolStripButtonDeleteSceneItem.ToolTipText = "Delete SceneItem";
            this.toolStripButtonDeleteSceneItem.Click += new System.EventHandler(this.toolStripButtonDeleteSceneItem_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonNewBoneFromItem
            // 
            this.toolStripButtonNewBoneFromItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonNewBoneFromItem.Enabled = false;
            this.toolStripButtonNewBoneFromItem.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNewBoneFromItem.Image")));
            this.toolStripButtonNewBoneFromItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonNewBoneFromItem.Name = "toolStripButtonNewBoneFromItem";
            this.toolStripButtonNewBoneFromItem.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonNewBoneFromItem.Text = "t";
            this.toolStripButtonNewBoneFromItem.ToolTipText = "Create New Bone from this SceneItem";
            this.toolStripButtonNewBoneFromItem.Click += new System.EventHandler(this.toolStripButtonNewBoneFromItem_Click);
            // 
            // sceneItemPreviewControl
            // 
            this.sceneItemPreviewControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.sceneItemPreviewControl.Location = new System.Drawing.Point(3, 354);
            this.sceneItemPreviewControl.Name = "sceneItemPreviewControl";
            this.sceneItemPreviewControl.Size = new System.Drawing.Size(325, 140);
            this.sceneItemPreviewControl.TabIndex = 35;
            this.sceneItemPreviewControl.Text = "sceneItemPreviewControl";
            // 
            // treeViewSceneItems
            // 
            this.treeViewSceneItems.AllowDrop = true;
            this.treeViewSceneItems.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.treeViewSceneItems.HideSelection = false;
            this.treeViewSceneItems.LabelEdit = true;
            this.treeViewSceneItems.Location = new System.Drawing.Point(3, 44);
            this.treeViewSceneItems.Name = "treeViewSceneItems";
            this.treeViewSceneItems.Size = new System.Drawing.Size(325, 304);
            this.treeViewSceneItems.TabIndex = 33;
            this.treeViewSceneItems.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeViewSceneItems_NodeMouseDoubleClick);
            this.treeViewSceneItems.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewSceneItems_AfterLabelEdit);
            this.treeViewSceneItems.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSceneItems_AfterSelect);
            // 
            // tabPageAnimations
            // 
            this.tabPageAnimations.Controls.Add(this.groupBoxPreview);
            this.tabPageAnimations.Controls.Add(this.splitContainerRightTop);
            this.tabPageAnimations.Controls.Add(this.groupBoxAnimations);
            this.tabPageAnimations.Controls.Add(this.panelMiddle);
            this.tabPageAnimations.Location = new System.Drawing.Point(4, 22);
            this.tabPageAnimations.Name = "tabPageAnimations";
            this.tabPageAnimations.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageAnimations.Size = new System.Drawing.Size(685, 582);
            this.tabPageAnimations.TabIndex = 1;
            this.tabPageAnimations.Text = "Animations";
            this.tabPageAnimations.UseVisualStyleBackColor = true;
            // 
            // groupBoxPreview
            // 
            this.groupBoxPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBoxPreview.Controls.Add(this.sceneItemPreviewCompositeAnimationPreview);
            this.groupBoxPreview.Location = new System.Drawing.Point(3, 352);
            this.groupBoxPreview.Name = "groupBoxPreview";
            this.groupBoxPreview.Size = new System.Drawing.Size(206, 227);
            this.groupBoxPreview.TabIndex = 11;
            this.groupBoxPreview.TabStop = false;
            this.groupBoxPreview.Text = "Animation Preview";
            // 
            // sceneItemPreviewCompositeAnimationPreview
            // 
            this.sceneItemPreviewCompositeAnimationPreview.Location = new System.Drawing.Point(3, 19);
            this.sceneItemPreviewCompositeAnimationPreview.Name = "sceneItemPreviewCompositeAnimationPreview";
            this.sceneItemPreviewCompositeAnimationPreview.Size = new System.Drawing.Size(200, 200);
            this.sceneItemPreviewCompositeAnimationPreview.TabIndex = 0;
            this.sceneItemPreviewCompositeAnimationPreview.Text = "sceneItemPreviewControlAnimation";
            // 
            // splitContainerRightTop
            // 
            this.splitContainerRightTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerRightTop.Location = new System.Drawing.Point(473, 3);
            this.splitContainerRightTop.Name = "splitContainerRightTop";
            this.splitContainerRightTop.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainerRightTop.Panel1
            // 
            this.splitContainerRightTop.Panel1.Controls.Add(this.groupBoxKeyFrames);
            this.splitContainerRightTop.Panel1MinSize = 100;
            // 
            // splitContainerRightTop.Panel2
            // 
            this.splitContainerRightTop.Panel2.Controls.Add(this.groupBoxCompositeBoneProperties);
            this.splitContainerRightTop.Panel2.Controls.Add(this.groupBoxBoneTransforms);
            this.splitContainerRightTop.Size = new System.Drawing.Size(212, 576);
            this.splitContainerRightTop.SplitterDistance = 200;
            this.splitContainerRightTop.TabIndex = 35;
            // 
            // groupBoxKeyFrames
            // 
            this.groupBoxKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.groupBoxKeyFrames.Controls.Add(this.toolStripKeyFrames);
            this.groupBoxKeyFrames.Controls.Add(this.tableKeyFrames);
            this.groupBoxKeyFrames.Location = new System.Drawing.Point(3, 3);
            this.groupBoxKeyFrames.Name = "groupBoxKeyFrames";
            this.groupBoxKeyFrames.Size = new System.Drawing.Size(206, 194);
            this.groupBoxKeyFrames.TabIndex = 30;
            this.groupBoxKeyFrames.TabStop = false;
            this.groupBoxKeyFrames.Text = "KeyFrames";
            // 
            // toolStripKeyFrames
            // 
            this.toolStripKeyFrames.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripKeyFrames.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAddKeyFrame,
            this.toolStripButtonKeyFrameCopy,
            this.toolStripButtonKeyFramePaste,
            this.toolStripButtonDeleteKeyFrame});
            this.toolStripKeyFrames.Location = new System.Drawing.Point(3, 16);
            this.toolStripKeyFrames.Name = "toolStripKeyFrames";
            this.toolStripKeyFrames.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripKeyFrames.Size = new System.Drawing.Size(200, 25);
            this.toolStripKeyFrames.TabIndex = 30;
            this.toolStripKeyFrames.Text = "toolStrip3";
            // 
            // toolStripButtonAddKeyFrame
            // 
            this.toolStripButtonAddKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAddKeyFrame.Enabled = false;
            this.toolStripButtonAddKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAddKeyFrame.Image")));
            this.toolStripButtonAddKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAddKeyFrame.Name = "toolStripButtonAddKeyFrame";
            this.toolStripButtonAddKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAddKeyFrame.Text = "toolStripButton4";
            this.toolStripButtonAddKeyFrame.ToolTipText = "Add New KeyFrame";
            this.toolStripButtonAddKeyFrame.Click += new System.EventHandler(this.toolStripButtonAddKeyFrame_Click);
            // 
            // toolStripButtonKeyFrameCopy
            // 
            this.toolStripButtonKeyFrameCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonKeyFrameCopy.Enabled = false;
            this.toolStripButtonKeyFrameCopy.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonKeyFrameCopy.Image")));
            this.toolStripButtonKeyFrameCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonKeyFrameCopy.Name = "toolStripButtonKeyFrameCopy";
            this.toolStripButtonKeyFrameCopy.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonKeyFrameCopy.Text = "toolStripButton3";
            this.toolStripButtonKeyFrameCopy.ToolTipText = "Copy KeyFrame";
            this.toolStripButtonKeyFrameCopy.Click += new System.EventHandler(this.toolStripButtonKeyFrameCopy_Click);
            // 
            // toolStripButtonKeyFramePaste
            // 
            this.toolStripButtonKeyFramePaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonKeyFramePaste.Enabled = false;
            this.toolStripButtonKeyFramePaste.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonKeyFramePaste.Image")));
            this.toolStripButtonKeyFramePaste.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonKeyFramePaste.Name = "toolStripButtonKeyFramePaste";
            this.toolStripButtonKeyFramePaste.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonKeyFramePaste.Text = "toolStripButton2";
            this.toolStripButtonKeyFramePaste.ToolTipText = "Paste KeyFrame";
            this.toolStripButtonKeyFramePaste.Click += new System.EventHandler(this.toolStripButtonKeyFramePaste_Click);
            // 
            // toolStripButtonDeleteKeyFrame
            // 
            this.toolStripButtonDeleteKeyFrame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteKeyFrame.Enabled = false;
            this.toolStripButtonDeleteKeyFrame.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteKeyFrame.Image")));
            this.toolStripButtonDeleteKeyFrame.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteKeyFrame.Name = "toolStripButtonDeleteKeyFrame";
            this.toolStripButtonDeleteKeyFrame.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteKeyFrame.Text = "toolStripButton1";
            this.toolStripButtonDeleteKeyFrame.ToolTipText = "Delete KeyFrame";
            this.toolStripButtonDeleteKeyFrame.Click += new System.EventHandler(this.toolStripButtonDeleteKeyFrame_Click);
            // 
            // tableKeyFrames
            // 
            this.tableKeyFrames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tableKeyFrames.ColumnModel = this.columnModelKeyframes;
            this.tableKeyFrames.DataMember = null;
            this.tableKeyFrames.DataSourceColumnBinder = dataSourceColumnBinder3;
            this.tableKeyFrames.EnableToolTips = true;
            this.tableKeyFrames.FullRowSelect = true;
            this.tableKeyFrames.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tableKeyFrames.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.tableKeyFrames.Location = new System.Drawing.Point(3, 44);
            this.tableKeyFrames.Name = "tableKeyFrames";
            this.tableKeyFrames.NoItemsText = "There are no keyframes yet";
            this.tableKeyFrames.Size = new System.Drawing.Size(200, 144);
            this.tableKeyFrames.TabIndex = 29;
            this.tableKeyFrames.TableModel = this.tableModelKeyframes;
            this.tableKeyFrames.Text = "tableKeyframes";
            this.tableKeyFrames.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
            this.tableKeyFrames.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.tableKeyFrames.CellPropertyChanged += new XPTable.Events.CellEventHandler(this.tableKeyFrames_CellPropertyChanged);
            this.tableKeyFrames.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableKeyFrames_SelectionChanged);
            // 
            // groupBoxCompositeBoneProperties
            // 
            this.groupBoxCompositeBoneProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBoxCompositeBoneProperties.Controls.Add(this.propertyGridCompositeBoneTransform);
            this.groupBoxCompositeBoneProperties.Enabled = false;
            this.groupBoxCompositeBoneProperties.Location = new System.Drawing.Point(6, 164);
            this.groupBoxCompositeBoneProperties.Name = "groupBoxCompositeBoneProperties";
            this.groupBoxCompositeBoneProperties.Size = new System.Drawing.Size(200, 202);
            this.groupBoxCompositeBoneProperties.TabIndex = 32;
            this.groupBoxCompositeBoneProperties.TabStop = false;
            this.groupBoxCompositeBoneProperties.Text = "Bone Transform Properties";
            // 
            // propertyGridCompositeBoneTransform
            // 
            this.propertyGridCompositeBoneTransform.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.propertyGridCompositeBoneTransform.HelpVisible = false;
            this.propertyGridCompositeBoneTransform.Location = new System.Drawing.Point(7, 20);
            this.propertyGridCompositeBoneTransform.Name = "propertyGridCompositeBoneTransform";
            this.propertyGridCompositeBoneTransform.PropertySort = System.Windows.Forms.PropertySort.NoSort;
            this.propertyGridCompositeBoneTransform.Size = new System.Drawing.Size(187, 176);
            this.propertyGridCompositeBoneTransform.TabIndex = 0;
            this.propertyGridCompositeBoneTransform.ToolbarVisible = false;
            this.propertyGridCompositeBoneTransform.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGridCompositeBoneTransform_PropertyValueChanged);
            // 
            // groupBoxBoneTransforms
            // 
            this.groupBoxBoneTransforms.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.groupBoxBoneTransforms.Controls.Add(this.tableBoneTransforms);
            this.groupBoxBoneTransforms.Controls.Add(this.toolStripBoneTransforms);
            this.groupBoxBoneTransforms.Enabled = false;
            this.groupBoxBoneTransforms.Location = new System.Drawing.Point(3, 3);
            this.groupBoxBoneTransforms.Name = "groupBoxBoneTransforms";
            this.groupBoxBoneTransforms.Size = new System.Drawing.Size(206, 155);
            this.groupBoxBoneTransforms.TabIndex = 31;
            this.groupBoxBoneTransforms.TabStop = false;
            this.groupBoxBoneTransforms.Text = "Bones Transforms";
            // 
            // tableBoneTransforms
            // 
            this.tableBoneTransforms.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.tableBoneTransforms.ColumnModel = columnModelBoneTransforms;
            this.tableBoneTransforms.DataMember = null;
            this.tableBoneTransforms.DataSourceColumnBinder = dataSourceColumnBinder1;
            this.tableBoneTransforms.EnableToolTips = true;
            this.tableBoneTransforms.FullRowSelect = true;
            this.tableBoneTransforms.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tableBoneTransforms.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.tableBoneTransforms.Location = new System.Drawing.Point(3, 44);
            this.tableBoneTransforms.MultiSelect = true;
            this.tableBoneTransforms.Name = "tableBoneTransforms";
            this.tableBoneTransforms.NoItemsText = "No bone transforms";
            this.tableBoneTransforms.Size = new System.Drawing.Size(200, 105);
            this.tableBoneTransforms.TabIndex = 31;
            this.tableBoneTransforms.TableModel = this.tableModelBoneTransforms;
            this.tableBoneTransforms.Text = "tableBoneTransforms";
            this.tableBoneTransforms.UnfocusedSelectionBackColor = System.Drawing.SystemColors.Highlight;
            this.tableBoneTransforms.UnfocusedSelectionForeColor = System.Drawing.SystemColors.HighlightText;
            this.tableBoneTransforms.CellPropertyChanged += new XPTable.Events.CellEventHandler(this.tableBoneTransforms_CellPropertyChanged);
            this.tableBoneTransforms.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.tableBoneTransforms_SelectionChanged);
            // 
            // tableModelBoneTransforms
            // 
            this.tableModelBoneTransforms.RowHeight = 16;
            cellStyle7.BackColor = System.Drawing.Color.Empty;
            cellStyle7.Font = null;
            cellStyle7.ForeColor = System.Drawing.Color.Empty;
            cellStyle7.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle7.WordWrap = false;
            cell7.CellStyle = cellStyle7;
            cell7.Text = "Bone Transform";
            cell7.WordWrap = false;
            cellStyle8.BackColor = System.Drawing.Color.Empty;
            cellStyle8.Font = null;
            cellStyle8.ForeColor = System.Drawing.Color.Empty;
            cellStyle8.Padding = new XPTable.Models.CellPadding(0, 0, 0, 0);
            cellStyle8.WordWrap = false;
            cell8.CellStyle = cellStyle8;
            cell8.Data = "1";
            cell8.WordWrap = false;
            row4.Cells.AddRange(new XPTable.Models.Cell[] {
            cell7,
            cell8});
            row4.ChildIndex = 0;
            row4.ExpandSubRows = true;
            row4.Height = 20;
            this.tableModelBoneTransforms.Rows.AddRange(new XPTable.Models.Row[] {
            row4});
            // 
            // toolStripBoneTransforms
            // 
            this.toolStripBoneTransforms.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripBoneTransforms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripButtonLevelUpBoneTransform,
            this.toolStripButtonLevelDownBoneTransform,
            this.toolStripSeparator2,
            this.toolStripButtonSyncTransform});
            this.toolStripBoneTransforms.Location = new System.Drawing.Point(3, 16);
            this.toolStripBoneTransforms.Name = "toolStripBoneTransforms";
            this.toolStripBoneTransforms.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripBoneTransforms.Size = new System.Drawing.Size(200, 25);
            this.toolStripBoneTransforms.TabIndex = 7;
            this.toolStripBoneTransforms.Text = "toolStrip2";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(67, 22);
            this.toolStripLabel1.Text = "Draw Order:";
            // 
            // toolStripButtonLevelUpBoneTransform
            // 
            this.toolStripButtonLevelUpBoneTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelUpBoneTransform.Enabled = false;
            this.toolStripButtonLevelUpBoneTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelUpBoneTransform.Image")));
            this.toolStripButtonLevelUpBoneTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelUpBoneTransform.Name = "toolStripButtonLevelUpBoneTransform";
            this.toolStripButtonLevelUpBoneTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelUpBoneTransform.Text = "toolStripButton2";
            this.toolStripButtonLevelUpBoneTransform.ToolTipText = "Level Up";
            this.toolStripButtonLevelUpBoneTransform.Click += new System.EventHandler(this.toolStripButtonLevelUpBoneTransform_Click);
            // 
            // toolStripButtonLevelDownBoneTransform
            // 
            this.toolStripButtonLevelDownBoneTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonLevelDownBoneTransform.Enabled = false;
            this.toolStripButtonLevelDownBoneTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLevelDownBoneTransform.Image")));
            this.toolStripButtonLevelDownBoneTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonLevelDownBoneTransform.Name = "toolStripButtonLevelDownBoneTransform";
            this.toolStripButtonLevelDownBoneTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonLevelDownBoneTransform.Text = "toolStripButton3";
            this.toolStripButtonLevelDownBoneTransform.ToolTipText = "Level Down";
            this.toolStripButtonLevelDownBoneTransform.Click += new System.EventHandler(this.toolStripButtonLevelDownBoneTransform_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonSyncTransform
            // 
            this.toolStripButtonSyncTransform.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSyncTransform.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSyncTransform.Image")));
            this.toolStripButtonSyncTransform.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSyncTransform.Name = "toolStripButtonSyncTransform";
            this.toolStripButtonSyncTransform.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonSyncTransform.Text = "toolStripButton1";
            this.toolStripButtonSyncTransform.ToolTipText = "Set all transforms of this animation to those values";
            this.toolStripButtonSyncTransform.Click += new System.EventHandler(this.toolStripButtonSyncTransform_Click);
            // 
            // defaultControlPanel
            // 
            this.defaultControlPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultControlPanel.Location = new System.Drawing.Point(505, 626);
            this.defaultControlPanel.Name = "defaultControlPanel";
            this.defaultControlPanel.Size = new System.Drawing.Size(200, 24);
            this.defaultControlPanel.TabIndex = 36;
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripButtonDuplicateAnim
            // 
            this.toolStripButtonDuplicateAnim.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDuplicateAnim.Enabled = false;
            this.toolStripButtonDuplicateAnim.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDuplicateAnim.Image")));
            this.toolStripButtonDuplicateAnim.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDuplicateAnim.Name = "toolStripButtonDuplicateAnim";
            this.toolStripButtonDuplicateAnim.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDuplicateAnim.Text = "Duplicate Animation";
            this.toolStripButtonDuplicateAnim.Click += new System.EventHandler(this.toolStripButtonDuplicateAnim_Click);
            // 
            // CompositeEntityEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(717, 661);
            this.Controls.Add(this.defaultControlPanel);
            this.Controls.Add(this.tabControlMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CompositeEntityEditor";
            this.Text = "CompositeEntity Editor";
            this.Load += new System.EventHandler(this.CompositeEntityEditor_Load);
            this.groupBoxAnimations.ResumeLayout(false);
            this.groupBoxAnimations.PerformLayout();
            this.toolStripAnimations.ResumeLayout(false);
            this.toolStripAnimations.PerformLayout();
            this.panelMiddle.ResumeLayout(false);
            this.panelMiddle.PerformLayout();
            this.toolStrip4.ResumeLayout(false);
            this.toolStrip4.PerformLayout();
            this.tabControlMain.ResumeLayout(false);
            this.tabPageStructure.ResumeLayout(false);
            this.groupBoxSceneItemProperties.ResumeLayout(false);
            this.groupBoxSceneItemProperties.PerformLayout();
            this.groupBoxBones.ResumeLayout(false);
            this.groupBoxBones.PerformLayout();
            this.groupBoxBoneProps.ResumeLayout(false);
            this.toolStrip5.ResumeLayout(false);
            this.toolStrip5.PerformLayout();
            this.groupBoxSceneItemBank.ResumeLayout(false);
            this.groupBoxSceneItemBank.PerformLayout();
            this.toolStripResources.ResumeLayout(false);
            this.toolStripResources.PerformLayout();
            this.tabPageAnimations.ResumeLayout(false);
            this.groupBoxPreview.ResumeLayout(false);
            this.splitContainerRightTop.Panel1.ResumeLayout(false);
            this.splitContainerRightTop.Panel2.ResumeLayout(false);
            this.splitContainerRightTop.ResumeLayout(false);
            this.groupBoxKeyFrames.ResumeLayout(false);
            this.groupBoxKeyFrames.PerformLayout();
            this.toolStripKeyFrames.ResumeLayout(false);
            this.toolStripKeyFrames.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableKeyFrames)).EndInit();
            this.groupBoxCompositeBoneProperties.ResumeLayout(false);
            this.groupBoxBoneTransforms.ResumeLayout(false);
            this.groupBoxBoneTransforms.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tableBoneTransforms)).EndInit();
            this.toolStripBoneTransforms.ResumeLayout(false);
            this.toolStripBoneTransforms.PerformLayout();
            this.ResumeLayout(false);

        }
 private void InitializeComponent()
 {
     XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
     this.iTable                = new XPTable.Models.Table();
     this.iColumnModel          = new XPTable.Models.ColumnModel();
     this.iCol_Index            = new XPTable.Models.TextColumn();
     this.iCol_Type             = new XPTable.Models.TextColumn();
     this.iCol_Address          = new XPTable.Models.TextColumn();
     this.iCol_Length           = new XPTable.Models.TextColumn();
     this.iCol_DescriptorLength = new XPTable.Models.TextColumn();
     this.iCol_Symbol           = new XPTable.Models.TextColumn();
     this.iTableModel           = new XPTable.Models.TableModel();
     ((System.ComponentModel.ISupportInitialize)(this.iTable)).BeginInit();
     this.SuspendLayout();
     //
     // iTable
     //
     this.iTable.AlternatingRowColor    = System.Drawing.Color.Gainsboro;
     this.iTable.BorderColor            = System.Drawing.Color.Black;
     this.iTable.ColumnModel            = this.iColumnModel;
     this.iTable.DataMember             = null;
     this.iTable.DataSourceColumnBinder = dataSourceColumnBinder1;
     this.iTable.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.iTable.EditStartAction      = XPTable.Editors.EditStartAction.CustomKey;
     this.iTable.EnableToolTips       = true;
     this.iTable.Font                 = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTable.FullRowSelect        = true;
     this.iTable.HeaderFont           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.iTable.Location             = new System.Drawing.Point(0, 0);
     this.iTable.MultiSelect          = true;
     this.iTable.Name                 = "iTable";
     this.iTable.NoItemsText          = "No Data";
     this.iTable.NoItemsTextColor     = System.Drawing.SystemColors.ControlText;
     this.iTable.NoItemsTextFont      = new System.Drawing.Font("Tahoma", 8.25F);
     this.iTable.Size                 = new System.Drawing.Size(791, 336);
     this.iTable.TabIndex             = 0;
     this.iTable.TableModel           = this.iTableModel;
     this.iTable.UnfocusedBorderColor = System.Drawing.Color.Black;
     this.iTable.PrepareForSort      += new XPTable.Events.SortEventHandler(this.iTable_PrepareForSort);
     this.iTable.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.iTable_KeyDown);
     this.iTable.DoubleClick         += new System.EventHandler(this.iTable_DoubleClick);
     //
     // iColumnModel
     //
     this.iColumnModel.Columns.AddRange(new XPTable.Models.Column[] {
         this.iCol_Index,
         this.iCol_Type,
         this.iCol_Address,
         this.iCol_Length,
         this.iCol_DescriptorLength,
         this.iCol_Symbol
     });
     //
     // iCol_Index
     //
     this.iCol_Index.Alignment    = XPTable.Models.ColumnAlignment.Center;
     this.iCol_Index.ContentWidth = 0;
     //
     // iCol_Type
     //
     this.iCol_Type.ContentWidth = 29;
     this.iCol_Type.Text         = "Type";
     this.iCol_Type.Width        = 85;
     //
     // iCol_Address
     //
     this.iCol_Address.Alignment    = XPTable.Models.ColumnAlignment.Center;
     this.iCol_Address.ContentWidth = 46;
     this.iCol_Address.Text         = "Address";
     this.iCol_Address.Width        = 85;
     //
     // iCol_Length
     //
     this.iCol_Length.Alignment    = XPTable.Models.ColumnAlignment.Right;
     this.iCol_Length.ContentWidth = 39;
     this.iCol_Length.Text         = "Length";
     this.iCol_Length.Width        = 85;
     //
     // iCol_DescriptorLength
     //
     this.iCol_DescriptorLength.Alignment    = XPTable.Models.ColumnAlignment.Right;
     this.iCol_DescriptorLength.ContentWidth = 53;
     this.iCol_DescriptorLength.Text         = "Des. Len.";
     this.iCol_DescriptorLength.Width        = 85;
     //
     // iCol_Symbol
     //
     this.iCol_Symbol.ContentWidth = 70;
     this.iCol_Symbol.Text         = "Object Name";
     this.iCol_Symbol.Width        = 350;
     //
     // HeapCellListingControl
     //
     this.Controls.Add(this.iTable);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.Name = "HeapCellListingControl";
     this.Size = new System.Drawing.Size(791, 336);
     ((System.ComponentModel.ISupportInitialize)(this.iTable)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 private void InitializeComponent()
 {
     this.iPnl_Upper           = new System.Windows.Forms.Panel();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.iListView            = new System.Windows.Forms.ListView();
     this.iColRegionNumber     = new System.Windows.Forms.ColumnHeader();
     this.iColLineNumber       = new System.Windows.Forms.ColumnHeader();
     this.iColCountAllocs      = new System.Windows.Forms.ColumnHeader();
     this.iColCountFrees       = new System.Windows.Forms.ColumnHeader();
     this.iColMemAllocated     = new System.Windows.Forms.ColumnHeader();
     this.iColMemFreed         = new System.Windows.Forms.ColumnHeader();
     this.iColNet              = new System.Windows.Forms.ColumnHeader();
     this.iColRegionText       = new System.Windows.Forms.ColumnHeader();
     this.iPnl_Lower           = new System.Windows.Forms.Panel();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.iTable               = new XPTable.Models.Table();
     this.iTable_ColModel      = new XPTable.Models.ColumnModel();
     this.iCol_MemOp           = new XPTable.Models.TextColumn();
     this.iCol_LineNumber      = new XPTable.Models.TextColumn();
     this.iCol_CellAddr        = new XPTable.Models.TextColumn();
     this.iCol_Type            = new XPTable.Models.TextColumn();
     this.iCol_AllocSize       = new XPTable.Models.TextColumn();
     this.iCol_HeapSize        = new XPTable.Models.TextColumn();
     this.iCol_AssociatedOp    = new XPTable.Models.TextColumn();
     this.iCol_Symbol          = new XPTable.Models.TextColumn();
     this.iTable_Model         = new XPTable.Models.TableModel();
     this.iMarkerStartText     = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.iMarkerEndText       = new System.Windows.Forms.TextBox();
     this.iSplitter_Horizontal = new System.Windows.Forms.Splitter();
     this.iPnl_Upper.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.iPnl_Lower.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iTable)).BeginInit();
     this.SuspendLayout();
     //
     // iPnl_Upper
     //
     this.iPnl_Upper.Controls.Add(this.groupBox1);
     this.iPnl_Upper.Dock     = System.Windows.Forms.DockStyle.Top;
     this.iPnl_Upper.Location = new System.Drawing.Point(0, 0);
     this.iPnl_Upper.Name     = "iPnl_Upper";
     this.iPnl_Upper.Size     = new System.Drawing.Size(1016, 172);
     this.iPnl_Upper.TabIndex = 3;
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.iListView);
     this.groupBox1.Location = new System.Drawing.Point(8, 5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1006, 164);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Identified regions...";
     //
     // iListView
     //
     this.iListView.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.iListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.iColRegionNumber,
         this.iColLineNumber,
         this.iColCountAllocs,
         this.iColCountFrees,
         this.iColMemAllocated,
         this.iColMemFreed,
         this.iColNet,
         this.iColRegionText
     });
     this.iListView.FullRowSelect         = true;
     this.iListView.GridLines             = true;
     this.iListView.HeaderStyle           = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.iListView.Location              = new System.Drawing.Point(12, 20);
     this.iListView.Name                  = "iListView";
     this.iListView.Size                  = new System.Drawing.Size(980, 136);
     this.iListView.TabIndex              = 0;
     this.iListView.View                  = System.Windows.Forms.View.Details;
     this.iListView.SelectedIndexChanged += new System.EventHandler(this.iListView_SelectedIndexChanged);
     //
     // iColRegionNumber
     //
     this.iColRegionNumber.Text = "Region #";
     //
     // iColLineNumber
     //
     this.iColLineNumber.Text = "Line #";
     //
     // iColCountAllocs
     //
     this.iColCountAllocs.Text      = "Alloc. Count";
     this.iColCountAllocs.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColCountAllocs.Width     = 73;
     //
     // iColCountFrees
     //
     this.iColCountFrees.Text      = "Free\'d Count";
     this.iColCountFrees.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColCountFrees.Width     = 75;
     //
     // iColMemAllocated
     //
     this.iColMemAllocated.Text      = "Allocated Memory";
     this.iColMemAllocated.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColMemAllocated.Width     = 96;
     //
     // iColMemFreed
     //
     this.iColMemFreed.Text      = "Free\'d Memory";
     this.iColMemFreed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColMemFreed.Width     = 84;
     //
     // iColNet
     //
     this.iColNet.Text      = "Net";
     this.iColNet.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColNet.Width     = 80;
     //
     // iColRegionText
     //
     this.iColRegionText.Text  = "";
     this.iColRegionText.Width = 337;
     //
     // iPnl_Lower
     //
     this.iPnl_Lower.Controls.Add(this.groupBox2);
     this.iPnl_Lower.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.iPnl_Lower.Location = new System.Drawing.Point(0, 172);
     this.iPnl_Lower.Name     = "iPnl_Lower";
     this.iPnl_Lower.Size     = new System.Drawing.Size(1016, 569);
     this.iPnl_Lower.TabIndex = 4;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.iTable);
     this.groupBox2.Controls.Add(this.iMarkerStartText);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.iMarkerEndText);
     this.groupBox2.Location = new System.Drawing.Point(8, 5);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1006, 558);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Memory operations within region";
     //
     // iTable
     //
     this.iTable.AlternatingRowColor = System.Drawing.Color.Gainsboro;
     this.iTable.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.iTable.ColumnModel   = this.iTable_ColModel;
     this.iTable.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.iTable.FullRowSelect = true;
     this.iTable.HeaderFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.iTable.Location      = new System.Drawing.Point(88, 47);
     this.iTable.Name          = "iTable";
     this.iTable.Size          = new System.Drawing.Size(904, 476);
     this.iTable.TabIndex      = 3;
     this.iTable.TableModel    = this.iTable_Model;
     this.iTable.CellClick    += new XPTable.Events.CellMouseEventHandler(this.iTable_CellClick);
     //
     // iTable_ColModel
     //
     this.iTable_ColModel.Columns.AddRange(new XPTable.Models.Column[] {
         this.iCol_MemOp,
         this.iCol_LineNumber,
         this.iCol_CellAddr,
         this.iCol_Type,
         this.iCol_AllocSize,
         this.iCol_HeapSize,
         this.iCol_AssociatedOp,
         this.iCol_Symbol
     });
     //
     // iCol_MemOp
     //
     this.iCol_MemOp.Text  = "Op. #";
     this.iCol_MemOp.Width = 72;
     //
     // iCol_LineNumber
     //
     this.iCol_LineNumber.Text  = "Line";
     this.iCol_LineNumber.Width = 62;
     //
     // iCol_CellAddr
     //
     this.iCol_CellAddr.Text  = "Cell Addr.";
     this.iCol_CellAddr.Width = 62;
     //
     // iCol_Type
     //
     this.iCol_Type.Text  = "Type";
     this.iCol_Type.Width = 110;
     //
     // iCol_AllocSize
     //
     this.iCol_AllocSize.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.iCol_AllocSize.Text      = "Alloc. Size";
     this.iCol_AllocSize.Width     = 64;
     //
     // iCol_HeapSize
     //
     this.iCol_HeapSize.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.iCol_HeapSize.Text      = "Heap Size";
     this.iCol_HeapSize.Width     = 64;
     //
     // iCol_AssociatedOp
     //
     this.iCol_AssociatedOp.Text  = "Associated Op.";
     this.iCol_AssociatedOp.Width = 170;
     //
     // iCol_Symbol
     //
     this.iCol_Symbol.Text  = "Symbol";
     this.iCol_Symbol.Width = 270;
     //
     // iMarkerStartText
     //
     this.iMarkerStartText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.iMarkerStartText.Location = new System.Drawing.Point(88, 22);
     this.iMarkerStartText.Name     = "iMarkerStartText";
     this.iMarkerStartText.ReadOnly = true;
     this.iMarkerStartText.Size     = new System.Drawing.Size(904, 20);
     this.iMarkerStartText.TabIndex = 1;
     this.iMarkerStartText.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Start text:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 20);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Operations:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location  = new System.Drawing.Point(16, 530);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 16);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "End text:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // iMarkerEndText
     //
     this.iMarkerEndText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.iMarkerEndText.Location = new System.Drawing.Point(88, 528);
     this.iMarkerEndText.Name     = "iMarkerEndText";
     this.iMarkerEndText.ReadOnly = true;
     this.iMarkerEndText.Size     = new System.Drawing.Size(904, 20);
     this.iMarkerEndText.TabIndex = 1;
     this.iMarkerEndText.Text     = "";
     //
     // iSplitter_Horizontal
     //
     this.iSplitter_Horizontal.Dock     = System.Windows.Forms.DockStyle.Top;
     this.iSplitter_Horizontal.Location = new System.Drawing.Point(0, 172);
     this.iSplitter_Horizontal.Name     = "iSplitter_Horizontal";
     this.iSplitter_Horizontal.Size     = new System.Drawing.Size(1016, 3);
     this.iSplitter_Horizontal.TabIndex = 5;
     this.iSplitter_Horizontal.TabStop  = false;
     //
     // MemAnalysisRegionalForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1016, 741);
     this.Controls.Add(this.iSplitter_Horizontal);
     this.Controls.Add(this.iPnl_Lower);
     this.Controls.Add(this.iPnl_Upper);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(1024, 456);
     this.Name          = "MemAnalysisRegionalForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Marker-based Analysis";
     this.Load         += new System.EventHandler(this.MemAnalysisRegionalForm_Load);
     this.iPnl_Upper.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.iPnl_Lower.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.iTable)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components              = new System.ComponentModel.Container();
     this.iCloseButton            = new System.Windows.Forms.Button();
     this.iTimerRefreshGrid       = new System.Windows.Forms.Timer(this.components);
     this.iGrid_ColModel          = new XPTable.Models.ColumnModel();
     this.iGridCol_MemOp          = new XPTable.Models.TextColumn();
     this.iGridCol_LineNumber     = new XPTable.Models.TextColumn();
     this.iGridCol_CellAddr       = new XPTable.Models.TextColumn();
     this.iGridCol_Type           = new XPTable.Models.TextColumn();
     this.iGridCol_AllocSize      = new XPTable.Models.TextColumn();
     this.iGridCol_HeapSize       = new XPTable.Models.TextColumn();
     this.iGridCol_AssociatedOp   = new XPTable.Models.TextColumn();
     this.iGrid_TableModel        = new XPTable.Models.TableModel();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.iMenuItem_File          = new System.Windows.Forms.ToolStripMenuItem();
     this.iMenuItem_File_SaveAs   = new System.Windows.Forms.ToolStripMenuItem();
     this.iMenuItem_File_Exit     = new System.Windows.Forms.ToolStripMenuItem();
     this.iSplitContainer         = new System.Windows.Forms.SplitContainer();
     this.groupBox32              = new System.Windows.Forms.GroupBox();
     this.iListView               = new System.Windows.Forms.ListView();
     this.iColHdrTotals           = new System.Windows.Forms.ColumnHeader();
     this.iColHdrObjectAllocCount = new System.Windows.Forms.ColumnHeader();
     this.iColHdrObjectFreeCount  = new System.Windows.Forms.ColumnHeader();
     this.iColHdrTotalAllocSize   = new System.Windows.Forms.ColumnHeader();
     this.iColHdrFreedMemory      = new System.Windows.Forms.ColumnHeader();
     this.iColHdrNetAllocSize     = new System.Windows.Forms.ColumnHeader();
     this.iColHdrSymbolName       = new System.Windows.Forms.ColumnHeader();
     this.iMemAnalysisDetailedInfoForSymbolGroupBox = new System.Windows.Forms.GroupBox();
     this.iBT_CopyToClipboard = new System.Windows.Forms.Button();
     this.iGrid = new XPTable.Models.Table();
     this.menuStrip1.SuspendLayout();
     this.iSplitContainer.Panel1.SuspendLayout();
     this.iSplitContainer.Panel2.SuspendLayout();
     this.iSplitContainer.SuspendLayout();
     this.groupBox32.SuspendLayout();
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.iGrid)).BeginInit();
     this.SuspendLayout();
     //
     // iCloseButton
     //
     this.iCloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.iCloseButton.Location     = new System.Drawing.Point(439, 680);
     this.iCloseButton.Name         = "iCloseButton";
     this.iCloseButton.Size         = new System.Drawing.Size(75, 23);
     this.iCloseButton.TabIndex     = 51;
     this.iCloseButton.Text         = "Close";
     this.iCloseButton.Click       += new System.EventHandler(this.iCloseButton_Click);
     //
     // iTimerRefreshGrid
     //
     this.iTimerRefreshGrid.Interval = 200;
     this.iTimerRefreshGrid.Tick    += new System.EventHandler(this.iTimerRefreshGrid_Tick);
     //
     // iGrid_ColModel
     //
     this.iGrid_ColModel.Columns.AddRange(new XPTable.Models.Column[] {
         this.iGridCol_MemOp,
         this.iGridCol_LineNumber,
         this.iGridCol_CellAddr,
         this.iGridCol_Type,
         this.iGridCol_AllocSize,
         this.iGridCol_HeapSize,
         this.iGridCol_AssociatedOp
     });
     //
     // iGridCol_MemOp
     //
     this.iGridCol_MemOp.Text  = "Op. #";
     this.iGridCol_MemOp.Width = 72;
     //
     // iGridCol_LineNumber
     //
     this.iGridCol_LineNumber.Text  = "Line";
     this.iGridCol_LineNumber.Width = 62;
     //
     // iGridCol_CellAddr
     //
     this.iGridCol_CellAddr.Text  = "Cell Addr.";
     this.iGridCol_CellAddr.Width = 62;
     //
     // iGridCol_Type
     //
     this.iGridCol_Type.Text  = "Type";
     this.iGridCol_Type.Width = 110;
     //
     // iGridCol_AllocSize
     //
     this.iGridCol_AllocSize.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.iGridCol_AllocSize.Text      = "Alloc. Size";
     this.iGridCol_AllocSize.Width     = 64;
     //
     // iGridCol_HeapSize
     //
     this.iGridCol_HeapSize.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.iGridCol_HeapSize.Text      = "Heap Size";
     this.iGridCol_HeapSize.Width     = 64;
     //
     // iGridCol_AssociatedOp
     //
     this.iGridCol_AssociatedOp.Text  = "Associated Op.";
     this.iGridCol_AssociatedOp.Width = 170;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.iMenuItem_File
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(738, 24);
     this.menuStrip1.TabIndex = 53;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // iMenuItem_File
     //
     this.iMenuItem_File.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.iMenuItem_File_SaveAs,
         this.iMenuItem_File_Exit
     });
     this.iMenuItem_File.Name = "iMenuItem_File";
     this.iMenuItem_File.Size = new System.Drawing.Size(35, 20);
     this.iMenuItem_File.Text = "&File";
     //
     // iMenuItem_File_SaveAs
     //
     this.iMenuItem_File_SaveAs.Name   = "iMenuItem_File_SaveAs";
     this.iMenuItem_File_SaveAs.Size   = new System.Drawing.Size(152, 22);
     this.iMenuItem_File_SaveAs.Text   = "Save &As...";
     this.iMenuItem_File_SaveAs.Click += new System.EventHandler(this.iMenuItem_File_SaveAs_Click);
     //
     // iMenuItem_File_Exit
     //
     this.iMenuItem_File_Exit.Name   = "iMenuItem_File_Exit";
     this.iMenuItem_File_Exit.Size   = new System.Drawing.Size(152, 22);
     this.iMenuItem_File_Exit.Text   = "E&xit";
     this.iMenuItem_File_Exit.Click += new System.EventHandler(this.iMenuItem_File_Exit_Click);
     //
     // iSplitContainer
     //
     this.iSplitContainer.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.iSplitContainer.Location    = new System.Drawing.Point(0, 24);
     this.iSplitContainer.Name        = "iSplitContainer";
     this.iSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // iSplitContainer.Panel1
     //
     this.iSplitContainer.Panel1.Controls.Add(this.groupBox32);
     //
     // iSplitContainer.Panel2
     //
     this.iSplitContainer.Panel2.Controls.Add(this.iMemAnalysisDetailedInfoForSymbolGroupBox);
     this.iSplitContainer.Size             = new System.Drawing.Size(738, 425);
     this.iSplitContainer.SplitterDistance = 116;
     this.iSplitContainer.TabIndex         = 54;
     //
     // groupBox32
     //
     this.groupBox32.Controls.Add(this.iListView);
     this.groupBox32.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox32.Location = new System.Drawing.Point(0, 0);
     this.groupBox32.Name     = "groupBox32";
     this.groupBox32.Size     = new System.Drawing.Size(738, 116);
     this.groupBox32.TabIndex = 51;
     this.groupBox32.TabStop  = false;
     this.groupBox32.Text     = "Memory Analysis by Symbol";
     //
     // iListView
     //
     this.iListView.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.iListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.iColHdrTotals,
         this.iColHdrObjectAllocCount,
         this.iColHdrObjectFreeCount,
         this.iColHdrTotalAllocSize,
         this.iColHdrFreedMemory,
         this.iColHdrNetAllocSize,
         this.iColHdrSymbolName
     });
     this.iListView.Font          = new System.Drawing.Font("Lucida Sans Unicode", 7.25F);
     this.iListView.FullRowSelect = true;
     this.iListView.GridLines     = true;
     this.iListView.Location      = new System.Drawing.Point(6, 16);
     this.iListView.MultiSelect   = false;
     this.iListView.Name          = "iListView";
     this.iListView.Size          = new System.Drawing.Size(724, 94);
     this.iListView.TabIndex      = 47;
     this.iListView.UseCompatibleStateImageBehavior = false;
     this.iListView.View = System.Windows.Forms.View.Details;
     this.iListView.SelectedIndexChanged += new System.EventHandler(this.iListView_SelectedIndexChanged);
     //
     // iColHdrTotals
     //
     this.iColHdrTotals.Text  = "";
     this.iColHdrTotals.Width = 57;
     //
     // iColHdrObjectAllocCount
     //
     this.iColHdrObjectAllocCount.Text      = "Alloc. Count";
     this.iColHdrObjectAllocCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColHdrObjectAllocCount.Width     = 83;
     //
     // iColHdrObjectFreeCount
     //
     this.iColHdrObjectFreeCount.Text      = "Free\'d Count";
     this.iColHdrObjectFreeCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColHdrObjectFreeCount.Width     = 81;
     //
     // iColHdrTotalAllocSize
     //
     this.iColHdrTotalAllocSize.Text      = "Allocated Memory";
     this.iColHdrTotalAllocSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColHdrTotalAllocSize.Width     = 100;
     //
     // iColHdrFreedMemory
     //
     this.iColHdrFreedMemory.Text      = "Free\'d Memory";
     this.iColHdrFreedMemory.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColHdrFreedMemory.Width     = 84;
     //
     // iColHdrNetAllocSize
     //
     this.iColHdrNetAllocSize.Text      = "Net";
     this.iColHdrNetAllocSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.iColHdrNetAllocSize.Width     = 108;
     //
     // iColHdrSymbolName
     //
     this.iColHdrSymbolName.Text  = "Symbol Name";
     this.iColHdrSymbolName.Width = 362;
     //
     // iMemAnalysisDetailedInfoForSymbolGroupBox
     //
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Controls.Add(this.iBT_CopyToClipboard);
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Controls.Add(this.iGrid);
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Location = new System.Drawing.Point(0, 0);
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Name     = "iMemAnalysisDetailedInfoForSymbolGroupBox";
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Size     = new System.Drawing.Size(738, 305);
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.TabIndex = 52;
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.TabStop  = false;
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.Text     = "Detailed Analysis for Symbol";
     //
     // iBT_CopyToClipboard
     //
     this.iBT_CopyToClipboard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.iBT_CopyToClipboard.Location = new System.Drawing.Point(7, 270);
     this.iBT_CopyToClipboard.Name     = "iBT_CopyToClipboard";
     this.iBT_CopyToClipboard.Size     = new System.Drawing.Size(723, 31);
     this.iBT_CopyToClipboard.TabIndex = 1;
     this.iBT_CopyToClipboard.Text     = "Copy to Clipboard...";
     this.iBT_CopyToClipboard.UseVisualStyleBackColor = true;
     //
     // iGrid
     //
     this.iGrid.AlternatingRowColor = System.Drawing.Color.WhiteSmoke;
     this.iGrid.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.iGrid.ColumnModel   = this.iGrid_ColModel;
     this.iGrid.Font          = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.iGrid.FullRowSelect = true;
     this.iGrid.GridLines     = XPTable.Models.GridLines.Both;
     this.iGrid.HeaderFont    = new System.Drawing.Font("Lucida Sans Unicode", 7.25F);
     this.iGrid.Location      = new System.Drawing.Point(7, 19);
     this.iGrid.Name          = "iGrid";
     this.iGrid.Size          = new System.Drawing.Size(723, 249);
     this.iGrid.TabIndex      = 0;
     this.iGrid.TableModel    = this.iGrid_TableModel;
     this.iGrid.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.iGrid_KeyDown);
     this.iGrid.CellClick    += new XPTable.Events.CellMouseEventHandler(this.iGrid_CellClick);
     //
     // MemAnalysisStatisticalForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(738, 449);
     this.Controls.Add(this.iSplitContainer);
     this.Controls.Add(this.iCloseButton);
     this.Controls.Add(this.menuStrip1);
     this.Name          = "MemAnalysisStatisticalForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Memory Analysis";
     this.Load         += new System.EventHandler(this.MemAnalysisForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.iSplitContainer.Panel1.ResumeLayout(false);
     this.iSplitContainer.Panel2.ResumeLayout(false);
     this.iSplitContainer.ResumeLayout(false);
     this.groupBox32.ResumeLayout(false);
     this.iMemAnalysisDetailedInfoForSymbolGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.iGrid)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }