/// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccountList));
     this.contextMenu1    = new System.Windows.Forms.ContextMenu();
     this.menuItem1       = new System.Windows.Forms.MenuItem();
     this.menuItem2       = new System.Windows.Forms.MenuItem();
     this.menuItem4       = new System.Windows.Forms.MenuItem();
     this.menuItem5       = new System.Windows.Forms.MenuItem();
     this.menuItem6       = new System.Windows.Forms.MenuItem();
     this.menuItem3       = new System.Windows.Forms.MenuItem();
     this.menuItem7       = new System.Windows.Forms.MenuItem();
     this.menuItem8       = new System.Windows.Forms.MenuItem();
     this.listViewAcoount = new System.Windows.Forms.ListView();
     this.id            = new System.Windows.Forms.ColumnHeader();
     this.realName      = new System.Windows.Forms.ColumnHeader();
     this.department    = new System.Windows.Forms.ColumnHeader();
     this.userName      = new System.Windows.Forms.ColumnHeader();
     this.userToDate    = new System.Windows.Forms.ColumnHeader();
     this.flag          = new System.Windows.Forms.ColumnHeader();
     this.onlineStatus  = new System.Windows.Forms.ColumnHeader();
     this.adminLevel    = new System.Windows.Forms.ColumnHeader();
     this.dividerPanel1 = new DividerPanel.DividerPanel();
     this.ITC_Next      = new ImageTextControl.IMGTXTCTRL();
     this.ITC_Prev      = new ImageTextControl.IMGTXTCTRL();
     this.ITCDelUser    = new ImageTextControl.IMGTXTCTRL();
     this.ITCEditUser   = new ImageTextControl.IMGTXTCTRL();
     this.ITCNewUser    = new ImageTextControl.IMGTXTCTRL();
     this.dividerPanel2 = new DividerPanel.DividerPanel();
     this.dividerPanel3 = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // menuItem1
     //
     this.menuItem1.Index  = -1;
     this.menuItem1.Text   = "新建用户";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index  = -1;
     this.menuItem2.Text   = "删除用户";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = -1;
     this.menuItem4.Text  = "-";
     //
     // menuItem5
     //
     this.menuItem5.Index  = -1;
     this.menuItem5.Text   = "更改密码";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = -1;
     this.menuItem6.Text  = "-";
     //
     // menuItem3
     //
     this.menuItem3.Index  = -1;
     this.menuItem3.Text   = "权限管理";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = -1;
     this.menuItem7.Text  = "-";
     //
     // menuItem8
     //
     this.menuItem8.Index  = -1;
     this.menuItem8.Text   = "属性";
     this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
     //
     // listViewAcoount
     //
     this.listViewAcoount.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.listViewAcoount.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.realName,
         this.department,
         this.userName,
         this.userToDate,
         this.flag,
         this.onlineStatus,
         this.adminLevel
     });
     this.listViewAcoount.ContextMenu   = this.contextMenu1;
     this.listViewAcoount.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewAcoount.FullRowSelect = true;
     this.listViewAcoount.GridLines     = true;
     this.listViewAcoount.Location      = new System.Drawing.Point(2, 2);
     this.listViewAcoount.MultiSelect   = false;
     this.listViewAcoount.Name          = "listViewAcoount";
     this.listViewAcoount.Size          = new System.Drawing.Size(504, 237);
     this.listViewAcoount.TabIndex      = 4;
     this.listViewAcoount.UseCompatibleStateImageBehavior = false;
     this.listViewAcoount.View       = System.Windows.Forms.View.Details;
     this.listViewAcoount.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listViewAcoount_MouseDown);
     //
     // id
     //
     this.id.Text  = "编号";
     this.id.Width = 44;
     //
     // realName
     //
     this.realName.Text  = "用户姓名";
     this.realName.Width = 81;
     //
     // department
     //
     this.department.Text  = "所在部门";
     this.department.Width = 113;
     //
     // userName
     //
     this.userName.Text  = "用户名";
     this.userName.Width = 79;
     //
     // userToDate
     //
     this.userToDate.Text  = "使用时效";
     this.userToDate.Width = 125;
     //
     // flag
     //
     this.flag.Text  = "是否可用";
     this.flag.Width = 64;
     //
     // onlineStatus
     //
     this.onlineStatus.Text = "在线状态";
     //
     // adminLevel
     //
     this.adminLevel.Text = "管理等级";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.Controls.Add(this.ITC_Next);
     this.dividerPanel1.Controls.Add(this.ITC_Prev);
     this.dividerPanel1.Controls.Add(this.ITCDelUser);
     this.dividerPanel1.Controls.Add(this.ITCEditUser);
     this.dividerPanel1.Controls.Add(this.ITCNewUser);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(10, 10);
     this.dividerPanel1.Margin   = new System.Windows.Forms.Padding(20);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(508, 38);
     this.dividerPanel1.TabIndex = 7;
     //
     // ITC_Next
     //
     this.ITC_Next.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_Next.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_Next.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_Next.IMG_SRC")));
     this.ITC_Next.ITXT_ForeColor       = System.Drawing.Color.Blue;
     this.ITC_Next.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_Next.ITXT_TEXT            = "下一页";
     this.ITC_Next.Location             = new System.Drawing.Point(359, 10);
     this.ITC_Next.Name        = "ITC_Next";
     this.ITC_Next.Size        = new System.Drawing.Size(66, 20);
     this.ITC_Next.TabIndex    = 11;
     this.ITC_Next.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_Next_ITC_CLICIK);
     //
     // ITC_Prev
     //
     this.ITC_Prev.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_Prev.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_Prev.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_Prev.IMG_SRC")));
     this.ITC_Prev.ITXT_ForeColor       = System.Drawing.Color.Blue;
     this.ITC_Prev.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_Prev.ITXT_TEXT            = "上一页";
     this.ITC_Prev.Location             = new System.Drawing.Point(287, 10);
     this.ITC_Prev.Name        = "ITC_Prev";
     this.ITC_Prev.Size        = new System.Drawing.Size(66, 20);
     this.ITC_Prev.TabIndex    = 10;
     this.ITC_Prev.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_Prev_ITC_CLICIK);
     //
     // ITCDelUser
     //
     this.ITCDelUser.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITCDelUser.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITCDelUser.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITCDelUser.IMG_SRC")));
     this.ITCDelUser.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITCDelUser.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITCDelUser.ITXT_TEXT            = "删除帐号";
     this.ITCDelUser.Location             = new System.Drawing.Point(176, 10);
     this.ITCDelUser.Name        = "ITCDelUser";
     this.ITCDelUser.Size        = new System.Drawing.Size(76, 18);
     this.ITCDelUser.TabIndex    = 9;
     this.ITCDelUser.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITCDelUser_ITC_CLICIK);
     //
     // ITCEditUser
     //
     this.ITCEditUser.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITCEditUser.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITCEditUser.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITCEditUser.IMG_SRC")));
     this.ITCEditUser.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITCEditUser.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITCEditUser.ITXT_TEXT            = "编辑帐号";
     this.ITCEditUser.Location             = new System.Drawing.Point(94, 10);
     this.ITCEditUser.Name        = "ITCEditUser";
     this.ITCEditUser.Size        = new System.Drawing.Size(76, 18);
     this.ITCEditUser.TabIndex    = 8;
     this.ITCEditUser.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITCEditUser_ITC_CLICIK);
     //
     // ITCNewUser
     //
     this.ITCNewUser.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITCNewUser.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITCNewUser.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITCNewUser.IMG_SRC")));
     this.ITCNewUser.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITCNewUser.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITCNewUser.ITXT_TEXT            = "创建帐号";
     this.ITCNewUser.Location             = new System.Drawing.Point(12, 10);
     this.ITCNewUser.Name        = "ITCNewUser";
     this.ITCNewUser.Size        = new System.Drawing.Size(76, 18);
     this.ITCNewUser.TabIndex    = 7;
     this.ITCNewUser.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITCNewUser_ITC_CLICIK);
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop     = true;
     this.dividerPanel2.Border3DStyle = System.Windows.Forms.Border3DStyle.Adjust;
     this.dividerPanel2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel2.Location      = new System.Drawing.Point(10, 48);
     this.dividerPanel2.Name          = "dividerPanel2";
     this.dividerPanel2.Size          = new System.Drawing.Size(508, 10);
     this.dividerPanel2.TabIndex      = 9;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop        = true;
     this.dividerPanel3.AutoScrollMargin = new System.Drawing.Size(20, 20);
     this.dividerPanel3.Controls.Add(this.listViewAcoount);
     this.dividerPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dividerPanel3.Location = new System.Drawing.Point(10, 58);
     this.dividerPanel3.Name     = "dividerPanel3";
     this.dividerPanel3.Padding  = new System.Windows.Forms.Padding(2);
     this.dividerPanel3.Size     = new System.Drawing.Size(508, 241);
     this.dividerPanel3.TabIndex = 10;
     //
     // AccountList
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(528, 309);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "AccountList";
     this.Padding         = new System.Windows.Forms.Padding(10);
     this.Text            = "用户列表";
     this.Closed         += new System.EventHandler(this.AccountList_Closed);
     this.Load           += new System.EventHandler(this.AccountList_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModuleList));
     this.menuItem2                = new System.Windows.Forms.MenuItem();
     this.columnHeader4            = new System.Windows.Forms.ColumnHeader();
     this.listView1                = new System.Windows.Forms.ListView();
     this.columnHeader5            = new System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2            = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3            = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1            = new System.Windows.Forms.ColumnHeader();
     this.contextMenu1             = new System.Windows.Forms.ContextMenu();
     this.menuItem1                = new System.Windows.Forms.MenuItem();
     this.menuItem3                = new System.Windows.Forms.MenuItem();
     this.dividerPanel1            = new DividerPanel.DividerPanel();
     this.ITC_Next                 = new ImageTextControl.IMGTXTCTRL();
     this.ITC_Prev                 = new ImageTextControl.IMGTXTCTRL();
     this.ITC_DelModule            = new ImageTextControl.IMGTXTCTRL();
     this.ITC_EditModule           = new ImageTextControl.IMGTXTCTRL();
     this.ITC_NewModule            = new ImageTextControl.IMGTXTCTRL();
     this.dividerPanel2            = new DividerPanel.DividerPanel();
     this.dividerPanel3            = new DividerPanel.DividerPanel();
     this.backgroundWorkerFormLoad = new System.ComponentModel.BackgroundWorker();
     this.backgroundWorkerDel      = new System.ComponentModel.BackgroundWorker();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // menuItem2
     //
     this.menuItem2.Index  = -1;
     this.menuItem2.Text   = "编辑";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "描述";
     this.columnHeader4.Width = 195;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.ColumnHeader2,
         this.columnHeader3,
         this.columnHeader1,
         this.columnHeader4
     });
     this.listView1.ContextMenu   = this.contextMenu1;
     this.listView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.Location      = new System.Drawing.Point(2, 2);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.listView1.Size          = new System.Drawing.Size(658, 253);
     this.listView1.TabIndex      = 1;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View       = System.Windows.Forms.View.Details;
     this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "编号";
     //
     // ColumnHeader2
     //
     this.ColumnHeader2.Text  = "模块名称";
     this.ColumnHeader2.Width = 105;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "模块类名";
     this.columnHeader3.Width = 118;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "所属游戏";
     this.columnHeader1.Width = 120;
     //
     // menuItem1
     //
     this.menuItem1.Index  = -1;
     this.menuItem1.Text   = "新建";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index  = -1;
     this.menuItem3.Text   = "删除";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.Controls.Add(this.ITC_Next);
     this.dividerPanel1.Controls.Add(this.ITC_Prev);
     this.dividerPanel1.Controls.Add(this.ITC_DelModule);
     this.dividerPanel1.Controls.Add(this.ITC_EditModule);
     this.dividerPanel1.Controls.Add(this.ITC_NewModule);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(10, 10);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(662, 38);
     this.dividerPanel1.TabIndex = 2;
     //
     // ITC_Next
     //
     this.ITC_Next.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_Next.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_Next.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_Next.IMG_SRC")));
     this.ITC_Next.ITXT_ForeColor       = System.Drawing.Color.Blue;
     this.ITC_Next.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_Next.ITXT_TEXT            = "下一页";
     this.ITC_Next.Location             = new System.Drawing.Point(403, 10);
     this.ITC_Next.Name        = "ITC_Next";
     this.ITC_Next.Size        = new System.Drawing.Size(66, 20);
     this.ITC_Next.TabIndex    = 4;
     this.ITC_Next.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_Next_ITC_CLICIK);
     //
     // ITC_Prev
     //
     this.ITC_Prev.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_Prev.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_Prev.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_Prev.IMG_SRC")));
     this.ITC_Prev.ITXT_ForeColor       = System.Drawing.Color.Blue;
     this.ITC_Prev.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_Prev.ITXT_TEXT            = "上一页";
     this.ITC_Prev.Location             = new System.Drawing.Point(331, 10);
     this.ITC_Prev.Name        = "ITC_Prev";
     this.ITC_Prev.Size        = new System.Drawing.Size(66, 20);
     this.ITC_Prev.TabIndex    = 3;
     this.ITC_Prev.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_Prev_ITC_CLICIK);
     //
     // ITC_DelModule
     //
     this.ITC_DelModule.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_DelModule.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_DelModule.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_DelModule.IMG_SRC")));
     this.ITC_DelModule.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_DelModule.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_DelModule.ITXT_TEXT            = "删除模块";
     this.ITC_DelModule.Location             = new System.Drawing.Point(176, 10);
     this.ITC_DelModule.Name        = "ITC_DelModule";
     this.ITC_DelModule.Size        = new System.Drawing.Size(76, 18);
     this.ITC_DelModule.TabIndex    = 2;
     this.ITC_DelModule.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_DelModule_ITC_CLICIK);
     //
     // ITC_EditModule
     //
     this.ITC_EditModule.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_EditModule.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_EditModule.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_EditModule.IMG_SRC")));
     this.ITC_EditModule.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_EditModule.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_EditModule.ITXT_TEXT            = "编辑模块";
     this.ITC_EditModule.Location             = new System.Drawing.Point(94, 10);
     this.ITC_EditModule.Name        = "ITC_EditModule";
     this.ITC_EditModule.Size        = new System.Drawing.Size(76, 18);
     this.ITC_EditModule.TabIndex    = 1;
     this.ITC_EditModule.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_EditModule_ITC_CLICIK);
     //
     // ITC_NewModule
     //
     this.ITC_NewModule.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_NewModule.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_NewModule.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_NewModule.IMG_SRC")));
     this.ITC_NewModule.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_NewModule.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_NewModule.ITXT_TEXT            = "创建模块";
     this.ITC_NewModule.Location             = new System.Drawing.Point(12, 10);
     this.ITC_NewModule.Name        = "ITC_NewModule";
     this.ITC_NewModule.Size        = new System.Drawing.Size(76, 18);
     this.ITC_NewModule.TabIndex    = 0;
     this.ITC_NewModule.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_NewModule_ITC_CLICIK);
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop     = true;
     this.dividerPanel2.Border3DStyle = System.Windows.Forms.Border3DStyle.Adjust;
     this.dividerPanel2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel2.Location      = new System.Drawing.Point(10, 48);
     this.dividerPanel2.Name          = "dividerPanel2";
     this.dividerPanel2.Size          = new System.Drawing.Size(662, 10);
     this.dividerPanel2.TabIndex      = 3;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop = true;
     this.dividerPanel3.Controls.Add(this.listView1);
     this.dividerPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dividerPanel3.Location = new System.Drawing.Point(10, 58);
     this.dividerPanel3.Name     = "dividerPanel3";
     this.dividerPanel3.Padding  = new System.Windows.Forms.Padding(2);
     this.dividerPanel3.Size     = new System.Drawing.Size(662, 257);
     this.dividerPanel3.TabIndex = 4;
     //
     // backgroundWorkerFormLoad
     //
     this.backgroundWorkerFormLoad.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerFormLoad_DoWork);
     this.backgroundWorkerFormLoad.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerFormLoad_RunWorkerCompleted);
     //
     // backgroundWorkerDel
     //
     this.backgroundWorkerDel.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerDel_DoWork);
     this.backgroundWorkerDel.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerDel_RunWorkerCompleted);
     //
     // ModuleList
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(682, 325);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Name    = "ModuleList";
     this.Padding = new System.Windows.Forms.Padding(10);
     this.Text    = "模块列表";
     this.Load   += new System.EventHandler(this.ModuleList_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GameList));
     this.listViewGameList         = new System.Windows.Forms.ListView();
     this.columnHeader3            = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1            = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2            = new System.Windows.Forms.ColumnHeader();
     this.contextMenu1             = new System.Windows.Forms.ContextMenu();
     this.menuItem1                = new System.Windows.Forms.MenuItem();
     this.menuItem2                = new System.Windows.Forms.MenuItem();
     this.menuItem3                = new System.Windows.Forms.MenuItem();
     this.menuItem5                = new System.Windows.Forms.MenuItem();
     this.menuItem6                = new System.Windows.Forms.MenuItem();
     this.dividerPanel1            = new DividerPanel.DividerPanel();
     this.ITC_DelGame              = new ImageTextControl.IMGTXTCTRL();
     this.ITC_EditGame             = new ImageTextControl.IMGTXTCTRL();
     this.ITC_NewGame              = new ImageTextControl.IMGTXTCTRL();
     this.dividerPanel2            = new DividerPanel.DividerPanel();
     this.dividerPanel3            = new DividerPanel.DividerPanel();
     this.backgroundWorkerFormLoad = new System.ComponentModel.BackgroundWorker();
     this.backgroundWorkerDel      = new System.ComponentModel.BackgroundWorker();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // listViewGameList
     //
     this.listViewGameList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader1,
         this.columnHeader2
     });
     this.listViewGameList.ContextMenu   = this.contextMenu1;
     this.listViewGameList.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewGameList.FullRowSelect = true;
     this.listViewGameList.GridLines     = true;
     this.listViewGameList.Location      = new System.Drawing.Point(2, 2);
     this.listViewGameList.MultiSelect   = false;
     this.listViewGameList.Name          = "listViewGameList";
     this.listViewGameList.Size          = new System.Drawing.Size(544, 269);
     this.listViewGameList.TabIndex      = 1;
     this.listViewGameList.UseCompatibleStateImageBehavior = false;
     this.listViewGameList.View       = System.Windows.Forms.View.Details;
     this.listViewGameList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listViewGameList_MouseDown);
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "编号";
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "游戏名称";
     this.columnHeader1.Width = 116;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "描述";
     this.columnHeader2.Width = 353;
     //
     // menuItem1
     //
     this.menuItem1.Index  = -1;
     this.menuItem1.Text   = "新建游戏";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = -1;
     this.menuItem2.Text  = "-";
     //
     // menuItem3
     //
     this.menuItem3.Index  = -1;
     this.menuItem3.Text   = "删除";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = -1;
     this.menuItem5.Text  = "-";
     //
     // menuItem6
     //
     this.menuItem6.Index  = -1;
     this.menuItem6.Text   = "编辑";
     this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.Controls.Add(this.ITC_DelGame);
     this.dividerPanel1.Controls.Add(this.ITC_EditGame);
     this.dividerPanel1.Controls.Add(this.ITC_NewGame);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(10, 10);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(548, 38);
     this.dividerPanel1.TabIndex = 2;
     //
     // ITC_DelGame
     //
     this.ITC_DelGame.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_DelGame.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_DelGame.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_DelGame.IMG_SRC")));
     this.ITC_DelGame.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_DelGame.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_DelGame.ITXT_TEXT            = "删除游戏";
     this.ITC_DelGame.Location             = new System.Drawing.Point(176, 10);
     this.ITC_DelGame.Name        = "ITC_DelGame";
     this.ITC_DelGame.Size        = new System.Drawing.Size(76, 18);
     this.ITC_DelGame.TabIndex    = 2;
     this.ITC_DelGame.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_DelGame_ITC_CLICIK);
     //
     // ITC_EditGame
     //
     this.ITC_EditGame.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_EditGame.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_EditGame.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_EditGame.IMG_SRC")));
     this.ITC_EditGame.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_EditGame.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_EditGame.ITXT_TEXT            = "编辑游戏";
     this.ITC_EditGame.Location             = new System.Drawing.Point(94, 10);
     this.ITC_EditGame.Name        = "ITC_EditGame";
     this.ITC_EditGame.Size        = new System.Drawing.Size(76, 18);
     this.ITC_EditGame.TabIndex    = 1;
     this.ITC_EditGame.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_EditGame_ITC_CLICIK);
     //
     // ITC_NewGame
     //
     this.ITC_NewGame.ControlPoint         = new System.Drawing.Point(0, 0);
     this.ITC_NewGame.Cursor               = System.Windows.Forms.Cursors.Hand;
     this.ITC_NewGame.IMG_SRC              = ((System.Drawing.Image)(resources.GetObject("ITC_NewGame.IMG_SRC")));
     this.ITC_NewGame.ITXT_ForeColor       = System.Drawing.Color.Black;
     this.ITC_NewGame.ITXT_MouseHoverColor = System.Drawing.Color.Red;
     this.ITC_NewGame.ITXT_TEXT            = "创建游戏";
     this.ITC_NewGame.Location             = new System.Drawing.Point(12, 10);
     this.ITC_NewGame.Name        = "ITC_NewGame";
     this.ITC_NewGame.Size        = new System.Drawing.Size(76, 18);
     this.ITC_NewGame.TabIndex    = 0;
     this.ITC_NewGame.ITC_CLICIK += new ImageTextControl.ITCEventHandler(this.ITC_NewGame_ITC_CLICIK);
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop     = true;
     this.dividerPanel2.Border3DStyle = System.Windows.Forms.Border3DStyle.Adjust;
     this.dividerPanel2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel2.Location      = new System.Drawing.Point(10, 48);
     this.dividerPanel2.Name          = "dividerPanel2";
     this.dividerPanel2.Size          = new System.Drawing.Size(548, 10);
     this.dividerPanel2.TabIndex      = 3;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop = true;
     this.dividerPanel3.Controls.Add(this.listViewGameList);
     this.dividerPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dividerPanel3.Location = new System.Drawing.Point(10, 58);
     this.dividerPanel3.Name     = "dividerPanel3";
     this.dividerPanel3.Padding  = new System.Windows.Forms.Padding(2);
     this.dividerPanel3.Size     = new System.Drawing.Size(548, 273);
     this.dividerPanel3.TabIndex = 4;
     //
     // backgroundWorkerFormLoad
     //
     this.backgroundWorkerFormLoad.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerFormLoad_DoWork);
     this.backgroundWorkerFormLoad.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerFormLoad_RunWorkerCompleted);
     //
     // backgroundWorkerDel
     //
     this.backgroundWorkerDel.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerDel_DoWork);
     this.backgroundWorkerDel.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerDel_RunWorkerCompleted);
     //
     // GameList
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(568, 341);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Name    = "GameList";
     this.Padding = new System.Windows.Forms.Padding(10);
     this.Text    = "游戏列表";
     this.Load   += new System.EventHandler(this.GameList_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }