Exemple #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.columnName        = new System.Windows.Forms.ColumnHeader();
     this.columnFullName    = new System.Windows.Forms.ColumnHeader();
     this.columnDescription = new System.Windows.Forms.ColumnHeader();
     this.dpPage            = new DividerPanel.DividerPanel();
     this.cbxToPage         = new System.Windows.Forms.ComboBox();
     this.lblCurrPage       = new System.Windows.Forms.Label();
     this.lblPageCount      = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.dividerPanel2     = new DividerPanel.DividerPanel();
     this.dividerPanel3     = new DividerPanel.DividerPanel();
     this.dataGrid          = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dpPage.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // dpPage
     //
     this.dpPage.AllowDrop = true;
     this.dpPage.Controls.Add(this.cbxToPage);
     this.dpPage.Controls.Add(this.lblCurrPage);
     this.dpPage.Controls.Add(this.lblPageCount);
     this.dpPage.Controls.Add(this.label1);
     this.dpPage.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dpPage.Location = new System.Drawing.Point(10, 10);
     this.dpPage.Name     = "dividerPanel1";
     this.dpPage.Size     = new System.Drawing.Size(629, 38);
     this.dpPage.TabIndex = 2;
     //
     // cbxToPage
     //
     this.cbxToPage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxToPage.FormattingEnabled = true;
     this.cbxToPage.Location          = new System.Drawing.Point(170, 10);
     this.cbxToPage.Name                  = "cbxToPage";
     this.cbxToPage.Size                  = new System.Drawing.Size(67, 20);
     this.cbxToPage.TabIndex              = 10;
     this.cbxToPage.SelectedIndexChanged += new System.EventHandler(this.cbxToPage_SelectedIndexChanged);
     //
     // lblCurrPage
     //
     this.lblCurrPage.AutoSize  = true;
     this.lblCurrPage.ForeColor = System.Drawing.Color.Red;
     this.lblCurrPage.Location  = new System.Drawing.Point(108, 13);
     this.lblCurrPage.Name      = "lblCurrPage";
     this.lblCurrPage.Size      = new System.Drawing.Size(11, 12);
     this.lblCurrPage.TabIndex  = 9;
     this.lblCurrPage.Text      = "1";
     //
     // lblPageCount
     //
     this.lblPageCount.AutoSize  = true;
     this.lblPageCount.ForeColor = System.Drawing.Color.Red;
     this.lblPageCount.Location  = new System.Drawing.Point(33, 13);
     this.lblPageCount.Name      = "lblPageCount";
     this.lblPageCount.Size      = new System.Drawing.Size(11, 12);
     this.lblPageCount.TabIndex  = 8;
     this.lblPageCount.Text      = "1";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(239, 12);
     this.label1.TabIndex = 7;
     this.label1.Text     = "共   页,当前第    页,转到      页";
     //
     // 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(629, 10);
     this.dividerPanel2.TabIndex      = 3;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop = true;
     this.dividerPanel3.Controls.Add(this.dataGrid);
     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(629, 335);
     this.dividerPanel3.TabIndex = 4;
     //
     // dataGrid
     //
     this.dataGrid.AllowUserToAddRows          = false;
     this.dataGrid.AllowUserToDeleteRows       = false;
     this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGrid.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGrid.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGrid.Location           = new System.Drawing.Point(2, 2);
     this.dataGrid.Name               = "dataGrid";
     this.dataGrid.ReadOnly           = true;
     this.dataGrid.RowTemplate.Height = 23;
     this.dataGrid.Size               = new System.Drawing.Size(625, 331);
     this.dataGrid.TabIndex           = 0;
     this.dataGrid.CellClick         += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(110, 26);
     //
     // ToolStripMenuItem
     //
     this.ToolStripMenuItem.Name   = "ToolStripMenuItem";
     this.ToolStripMenuItem.Size   = new System.Drawing.Size(109, 22);
     this.ToolStripMenuItem.Text   = "处理";
     this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // NotesList
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(649, 403);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dpPage);
     this.Name        = "NotesList";
     this.Padding     = new System.Windows.Forms.Padding(10);
     this.Text        = "Notes列表";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.NotesList_Load);
     this.dpPage.ResumeLayout(false);
     this.dpPage.PerformLayout();
     this.dividerPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrinterHWSettingSimple));
     this.dividerPanel1             = new DividerPanel.DividerPanel();
     this.m_ButtonCancel            = new System.Windows.Forms.Button();
     this.m_ButtonOK                = new System.Windows.Forms.Button();
     this.groupBox1                 = new BYHXPrinterManager.GradientControls.Grouper();
     this.m_RadioButtonServoEncoder = new System.Windows.Forms.RadioButton();
     this.m_RadioButtonEncoder      = new System.Windows.Forms.RadioButton();
     this.m_ToolTip                 = new System.Windows.Forms.ToolTip(this.components);
     this.m_CheckBoxFlatBed         = new System.Windows.Forms.CheckBox();
     this.m_CheckBoxUseYEncoder     = new System.Windows.Forms.CheckBox();
     this.dividerPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // dividerPanel1
     //
     this.dividerPanel1.AccessibleDescription = resources.GetString("dividerPanel1.AccessibleDescription");
     this.dividerPanel1.AccessibleName        = resources.GetString("dividerPanel1.AccessibleName");
     this.dividerPanel1.AllowDrop             = true;
     this.dividerPanel1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("dividerPanel1.Anchor")));
     this.dividerPanel1.AutoScroll        = ((bool)(resources.GetObject("dividerPanel1.AutoScroll")));
     this.dividerPanel1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMargin")));
     this.dividerPanel1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMinSize")));
     this.dividerPanel1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("dividerPanel1.BackgroundImage")));
     this.dividerPanel1.BorderSide        = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonCancel);
     this.dividerPanel1.Controls.Add(this.m_ButtonOK);
     this.dividerPanel1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("dividerPanel1.Dock")));
     this.dividerPanel1.Enabled     = ((bool)(resources.GetObject("dividerPanel1.Enabled")));
     this.dividerPanel1.Font        = ((System.Drawing.Font)(resources.GetObject("dividerPanel1.Font")));
     this.dividerPanel1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("dividerPanel1.ImeMode")));
     this.dividerPanel1.Location    = ((System.Drawing.Point)(resources.GetObject("dividerPanel1.Location")));
     this.dividerPanel1.Name        = "dividerPanel1";
     this.dividerPanel1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("dividerPanel1.RightToLeft")));
     this.dividerPanel1.Size        = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.Size")));
     this.dividerPanel1.TabIndex    = ((int)(resources.GetObject("dividerPanel1.TabIndex")));
     this.dividerPanel1.Text        = resources.GetString("dividerPanel1.Text");
     this.m_ToolTip.SetToolTip(this.dividerPanel1, resources.GetString("dividerPanel1.ToolTip"));
     this.dividerPanel1.Visible = ((bool)(resources.GetObject("dividerPanel1.Visible")));
     //
     // m_ButtonCancel
     //
     this.m_ButtonCancel.AccessibleDescription = resources.GetString("m_ButtonCancel.AccessibleDescription");
     this.m_ButtonCancel.AccessibleName        = resources.GetString("m_ButtonCancel.AccessibleName");
     this.m_ButtonCancel.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonCancel.Anchor")));
     this.m_ButtonCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonCancel.BackgroundImage")));
     this.m_ButtonCancel.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.m_ButtonCancel.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonCancel.Dock")));
     this.m_ButtonCancel.Enabled         = ((bool)(resources.GetObject("m_ButtonCancel.Enabled")));
     this.m_ButtonCancel.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonCancel.FlatStyle")));
     this.m_ButtonCancel.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonCancel.Font")));
     this.m_ButtonCancel.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonCancel.Image")));
     this.m_ButtonCancel.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonCancel.ImageAlign")));
     this.m_ButtonCancel.ImageIndex      = ((int)(resources.GetObject("m_ButtonCancel.ImageIndex")));
     this.m_ButtonCancel.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonCancel.ImeMode")));
     this.m_ButtonCancel.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonCancel.Location")));
     this.m_ButtonCancel.Name            = "m_ButtonCancel";
     this.m_ButtonCancel.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonCancel.RightToLeft")));
     this.m_ButtonCancel.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonCancel.Size")));
     this.m_ButtonCancel.TabIndex        = ((int)(resources.GetObject("m_ButtonCancel.TabIndex")));
     this.m_ButtonCancel.Text            = resources.GetString("m_ButtonCancel.Text");
     this.m_ButtonCancel.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonCancel.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_ButtonCancel, resources.GetString("m_ButtonCancel.ToolTip"));
     this.m_ButtonCancel.Visible = ((bool)(resources.GetObject("m_ButtonCancel.Visible")));
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.AccessibleDescription = resources.GetString("m_ButtonOK.AccessibleDescription");
     this.m_ButtonOK.AccessibleName        = resources.GetString("m_ButtonOK.AccessibleName");
     this.m_ButtonOK.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonOK.Anchor")));
     this.m_ButtonOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonOK.BackgroundImage")));
     this.m_ButtonOK.DialogResult    = System.Windows.Forms.DialogResult.OK;
     this.m_ButtonOK.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonOK.Dock")));
     this.m_ButtonOK.Enabled         = ((bool)(resources.GetObject("m_ButtonOK.Enabled")));
     this.m_ButtonOK.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonOK.FlatStyle")));
     this.m_ButtonOK.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonOK.Font")));
     this.m_ButtonOK.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonOK.Image")));
     this.m_ButtonOK.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonOK.ImageAlign")));
     this.m_ButtonOK.ImageIndex      = ((int)(resources.GetObject("m_ButtonOK.ImageIndex")));
     this.m_ButtonOK.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonOK.ImeMode")));
     this.m_ButtonOK.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonOK.Location")));
     this.m_ButtonOK.Name            = "m_ButtonOK";
     this.m_ButtonOK.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonOK.RightToLeft")));
     this.m_ButtonOK.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonOK.Size")));
     this.m_ButtonOK.TabIndex        = ((int)(resources.GetObject("m_ButtonOK.TabIndex")));
     this.m_ButtonOK.Text            = resources.GetString("m_ButtonOK.Text");
     this.m_ButtonOK.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonOK.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_ButtonOK, resources.GetString("m_ButtonOK.ToolTip"));
     this.m_ButtonOK.Visible = ((bool)(resources.GetObject("m_ButtonOK.Visible")));
     //
     // groupBox1
     //
     this.groupBox1.AccessibleDescription = resources.GetString("groupBox1.AccessibleDescription");
     this.groupBox1.AccessibleName        = resources.GetString("groupBox1.AccessibleName");
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("groupBox1.Anchor")));
     this.groupBox1.BackgroundGradientMode = BYHXPrinterManager.GradientControls.GroupBoxGradientMode.Vertical;
     this.groupBox1.BackgroundImage        = ((System.Drawing.Image)(resources.GetObject("groupBox1.BackgroundImage")));
     this.groupBox1.BorderThickness        = 1F;
     this.groupBox1.Controls.Add(this.m_RadioButtonServoEncoder);
     this.groupBox1.Controls.Add(this.m_RadioButtonEncoder);
     this.groupBox1.Dock                 = ((System.Windows.Forms.DockStyle)(resources.GetObject("groupBox1.Dock")));
     this.groupBox1.Enabled              = ((bool)(resources.GetObject("groupBox1.Enabled")));
     this.groupBox1.Font                 = ((System.Drawing.Font)(resources.GetObject("groupBox1.Font")));
     this.groupBox1.GradientColors       = new BYHXPrinterManager.Style(System.Drawing.SystemColors.Control, System.Drawing.Color.Gold);
     this.groupBox1.GroupImage           = null;
     this.groupBox1.ImeMode              = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox1.ImeMode")));
     this.groupBox1.Location             = ((System.Drawing.Point)(resources.GetObject("groupBox1.Location")));
     this.groupBox1.Name                 = "groupBox1";
     this.groupBox1.PaintGroupBox        = false;
     this.groupBox1.RightToLeft          = ((System.Windows.Forms.RightToLeft)(resources.GetObject("groupBox1.RightToLeft")));
     this.groupBox1.RoundCorners         = 10;
     this.groupBox1.ShadowColor          = System.Drawing.Color.DarkGray;
     this.groupBox1.ShadowControl        = false;
     this.groupBox1.ShadowThickness      = 3;
     this.groupBox1.Size                 = ((System.Drawing.Size)(resources.GetObject("groupBox1.Size")));
     this.groupBox1.TabIndex             = ((int)(resources.GetObject("groupBox1.TabIndex")));
     this.groupBox1.TabStop              = false;
     this.groupBox1.Text                 = resources.GetString("groupBox1.Text");
     this.groupBox1.TitileGradientColors = new BYHXPrinterManager.Style(System.Drawing.Color.LightBlue, System.Drawing.Color.SteelBlue);
     this.groupBox1.TitleStyle           = BYHXPrinterManager.GradientControls.TitleStyles.Default;
     this.groupBox1.TitleTextColor       = System.Drawing.SystemColors.ActiveCaption;
     this.m_ToolTip.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
     this.groupBox1.Visible = ((bool)(resources.GetObject("groupBox1.Visible")));
     //
     // m_RadioButtonServoEncoder
     //
     this.m_RadioButtonServoEncoder.AccessibleDescription = resources.GetString("m_RadioButtonServoEncoder.AccessibleDescription");
     this.m_RadioButtonServoEncoder.AccessibleName        = resources.GetString("m_RadioButtonServoEncoder.AccessibleName");
     this.m_RadioButtonServoEncoder.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_RadioButtonServoEncoder.Anchor")));
     this.m_RadioButtonServoEncoder.Appearance      = ((System.Windows.Forms.Appearance)(resources.GetObject("m_RadioButtonServoEncoder.Appearance")));
     this.m_RadioButtonServoEncoder.BackColor       = System.Drawing.Color.Transparent;
     this.m_RadioButtonServoEncoder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_RadioButtonServoEncoder.BackgroundImage")));
     this.m_RadioButtonServoEncoder.CheckAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonServoEncoder.CheckAlign")));
     this.m_RadioButtonServoEncoder.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_RadioButtonServoEncoder.Dock")));
     this.m_RadioButtonServoEncoder.Enabled         = ((bool)(resources.GetObject("m_RadioButtonServoEncoder.Enabled")));
     this.m_RadioButtonServoEncoder.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_RadioButtonServoEncoder.FlatStyle")));
     this.m_RadioButtonServoEncoder.Font            = ((System.Drawing.Font)(resources.GetObject("m_RadioButtonServoEncoder.Font")));
     this.m_RadioButtonServoEncoder.Image           = ((System.Drawing.Image)(resources.GetObject("m_RadioButtonServoEncoder.Image")));
     this.m_RadioButtonServoEncoder.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonServoEncoder.ImageAlign")));
     this.m_RadioButtonServoEncoder.ImageIndex      = ((int)(resources.GetObject("m_RadioButtonServoEncoder.ImageIndex")));
     this.m_RadioButtonServoEncoder.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_RadioButtonServoEncoder.ImeMode")));
     this.m_RadioButtonServoEncoder.Location        = ((System.Drawing.Point)(resources.GetObject("m_RadioButtonServoEncoder.Location")));
     this.m_RadioButtonServoEncoder.Name            = "m_RadioButtonServoEncoder";
     this.m_RadioButtonServoEncoder.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_RadioButtonServoEncoder.RightToLeft")));
     this.m_RadioButtonServoEncoder.Size            = ((System.Drawing.Size)(resources.GetObject("m_RadioButtonServoEncoder.Size")));
     this.m_RadioButtonServoEncoder.TabIndex        = ((int)(resources.GetObject("m_RadioButtonServoEncoder.TabIndex")));
     this.m_RadioButtonServoEncoder.Text            = resources.GetString("m_RadioButtonServoEncoder.Text");
     this.m_RadioButtonServoEncoder.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonServoEncoder.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_RadioButtonServoEncoder, resources.GetString("m_RadioButtonServoEncoder.ToolTip"));
     this.m_RadioButtonServoEncoder.Visible = ((bool)(resources.GetObject("m_RadioButtonServoEncoder.Visible")));
     //
     // m_RadioButtonEncoder
     //
     this.m_RadioButtonEncoder.AccessibleDescription = resources.GetString("m_RadioButtonEncoder.AccessibleDescription");
     this.m_RadioButtonEncoder.AccessibleName        = resources.GetString("m_RadioButtonEncoder.AccessibleName");
     this.m_RadioButtonEncoder.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_RadioButtonEncoder.Anchor")));
     this.m_RadioButtonEncoder.Appearance      = ((System.Windows.Forms.Appearance)(resources.GetObject("m_RadioButtonEncoder.Appearance")));
     this.m_RadioButtonEncoder.BackColor       = System.Drawing.Color.Transparent;
     this.m_RadioButtonEncoder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_RadioButtonEncoder.BackgroundImage")));
     this.m_RadioButtonEncoder.CheckAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonEncoder.CheckAlign")));
     this.m_RadioButtonEncoder.Checked         = true;
     this.m_RadioButtonEncoder.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_RadioButtonEncoder.Dock")));
     this.m_RadioButtonEncoder.Enabled         = ((bool)(resources.GetObject("m_RadioButtonEncoder.Enabled")));
     this.m_RadioButtonEncoder.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_RadioButtonEncoder.FlatStyle")));
     this.m_RadioButtonEncoder.Font            = ((System.Drawing.Font)(resources.GetObject("m_RadioButtonEncoder.Font")));
     this.m_RadioButtonEncoder.Image           = ((System.Drawing.Image)(resources.GetObject("m_RadioButtonEncoder.Image")));
     this.m_RadioButtonEncoder.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonEncoder.ImageAlign")));
     this.m_RadioButtonEncoder.ImageIndex      = ((int)(resources.GetObject("m_RadioButtonEncoder.ImageIndex")));
     this.m_RadioButtonEncoder.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_RadioButtonEncoder.ImeMode")));
     this.m_RadioButtonEncoder.Location        = ((System.Drawing.Point)(resources.GetObject("m_RadioButtonEncoder.Location")));
     this.m_RadioButtonEncoder.Name            = "m_RadioButtonEncoder";
     this.m_RadioButtonEncoder.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_RadioButtonEncoder.RightToLeft")));
     this.m_RadioButtonEncoder.Size            = ((System.Drawing.Size)(resources.GetObject("m_RadioButtonEncoder.Size")));
     this.m_RadioButtonEncoder.TabIndex        = ((int)(resources.GetObject("m_RadioButtonEncoder.TabIndex")));
     this.m_RadioButtonEncoder.TabStop         = true;
     this.m_RadioButtonEncoder.Text            = resources.GetString("m_RadioButtonEncoder.Text");
     this.m_RadioButtonEncoder.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_RadioButtonEncoder.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_RadioButtonEncoder, resources.GetString("m_RadioButtonEncoder.ToolTip"));
     this.m_RadioButtonEncoder.Visible = ((bool)(resources.GetObject("m_RadioButtonEncoder.Visible")));
     //
     // m_CheckBoxFlatBed
     //
     this.m_CheckBoxFlatBed.AccessibleDescription = resources.GetString("m_CheckBoxFlatBed.AccessibleDescription");
     this.m_CheckBoxFlatBed.AccessibleName        = resources.GetString("m_CheckBoxFlatBed.AccessibleName");
     this.m_CheckBoxFlatBed.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_CheckBoxFlatBed.Anchor")));
     this.m_CheckBoxFlatBed.Appearance      = ((System.Windows.Forms.Appearance)(resources.GetObject("m_CheckBoxFlatBed.Appearance")));
     this.m_CheckBoxFlatBed.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_CheckBoxFlatBed.BackgroundImage")));
     this.m_CheckBoxFlatBed.CheckAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxFlatBed.CheckAlign")));
     this.m_CheckBoxFlatBed.Checked         = true;
     this.m_CheckBoxFlatBed.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.m_CheckBoxFlatBed.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_CheckBoxFlatBed.Dock")));
     this.m_CheckBoxFlatBed.Enabled         = ((bool)(resources.GetObject("m_CheckBoxFlatBed.Enabled")));
     this.m_CheckBoxFlatBed.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_CheckBoxFlatBed.FlatStyle")));
     this.m_CheckBoxFlatBed.Font            = ((System.Drawing.Font)(resources.GetObject("m_CheckBoxFlatBed.Font")));
     this.m_CheckBoxFlatBed.Image           = ((System.Drawing.Image)(resources.GetObject("m_CheckBoxFlatBed.Image")));
     this.m_CheckBoxFlatBed.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxFlatBed.ImageAlign")));
     this.m_CheckBoxFlatBed.ImageIndex      = ((int)(resources.GetObject("m_CheckBoxFlatBed.ImageIndex")));
     this.m_CheckBoxFlatBed.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_CheckBoxFlatBed.ImeMode")));
     this.m_CheckBoxFlatBed.Location        = ((System.Drawing.Point)(resources.GetObject("m_CheckBoxFlatBed.Location")));
     this.m_CheckBoxFlatBed.Name            = "m_CheckBoxFlatBed";
     this.m_CheckBoxFlatBed.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_CheckBoxFlatBed.RightToLeft")));
     this.m_CheckBoxFlatBed.Size            = ((System.Drawing.Size)(resources.GetObject("m_CheckBoxFlatBed.Size")));
     this.m_CheckBoxFlatBed.TabIndex        = ((int)(resources.GetObject("m_CheckBoxFlatBed.TabIndex")));
     this.m_CheckBoxFlatBed.Text            = resources.GetString("m_CheckBoxFlatBed.Text");
     this.m_CheckBoxFlatBed.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxFlatBed.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_CheckBoxFlatBed, resources.GetString("m_CheckBoxFlatBed.ToolTip"));
     this.m_CheckBoxFlatBed.Visible = ((bool)(resources.GetObject("m_CheckBoxFlatBed.Visible")));
     //
     // m_CheckBoxUseYEncoder
     //
     this.m_CheckBoxUseYEncoder.AccessibleDescription = resources.GetString("m_CheckBoxUseYEncoder.AccessibleDescription");
     this.m_CheckBoxUseYEncoder.AccessibleName        = resources.GetString("m_CheckBoxUseYEncoder.AccessibleName");
     this.m_CheckBoxUseYEncoder.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_CheckBoxUseYEncoder.Anchor")));
     this.m_CheckBoxUseYEncoder.Appearance      = ((System.Windows.Forms.Appearance)(resources.GetObject("m_CheckBoxUseYEncoder.Appearance")));
     this.m_CheckBoxUseYEncoder.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_CheckBoxUseYEncoder.BackgroundImage")));
     this.m_CheckBoxUseYEncoder.CheckAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxUseYEncoder.CheckAlign")));
     this.m_CheckBoxUseYEncoder.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_CheckBoxUseYEncoder.Dock")));
     this.m_CheckBoxUseYEncoder.Enabled         = ((bool)(resources.GetObject("m_CheckBoxUseYEncoder.Enabled")));
     this.m_CheckBoxUseYEncoder.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_CheckBoxUseYEncoder.FlatStyle")));
     this.m_CheckBoxUseYEncoder.Font            = ((System.Drawing.Font)(resources.GetObject("m_CheckBoxUseYEncoder.Font")));
     this.m_CheckBoxUseYEncoder.Image           = ((System.Drawing.Image)(resources.GetObject("m_CheckBoxUseYEncoder.Image")));
     this.m_CheckBoxUseYEncoder.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxUseYEncoder.ImageAlign")));
     this.m_CheckBoxUseYEncoder.ImageIndex      = ((int)(resources.GetObject("m_CheckBoxUseYEncoder.ImageIndex")));
     this.m_CheckBoxUseYEncoder.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_CheckBoxUseYEncoder.ImeMode")));
     this.m_CheckBoxUseYEncoder.Location        = ((System.Drawing.Point)(resources.GetObject("m_CheckBoxUseYEncoder.Location")));
     this.m_CheckBoxUseYEncoder.Name            = "m_CheckBoxUseYEncoder";
     this.m_CheckBoxUseYEncoder.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_CheckBoxUseYEncoder.RightToLeft")));
     this.m_CheckBoxUseYEncoder.Size            = ((System.Drawing.Size)(resources.GetObject("m_CheckBoxUseYEncoder.Size")));
     this.m_CheckBoxUseYEncoder.TabIndex        = ((int)(resources.GetObject("m_CheckBoxUseYEncoder.TabIndex")));
     this.m_CheckBoxUseYEncoder.Text            = resources.GetString("m_CheckBoxUseYEncoder.Text");
     this.m_CheckBoxUseYEncoder.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_CheckBoxUseYEncoder.TextAlign")));
     this.m_ToolTip.SetToolTip(this.m_CheckBoxUseYEncoder, resources.GetString("m_CheckBoxUseYEncoder.ToolTip"));
     this.m_CheckBoxUseYEncoder.Visible = ((bool)(resources.GetObject("m_CheckBoxUseYEncoder.Visible")));
     //
     // PrinterHWSettingSimple
     //
     this.AcceptButton          = this.m_ButtonOK;
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.CancelButton          = this.m_ButtonCancel;
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.m_CheckBoxUseYEncoder);
     this.Controls.Add(this.m_CheckBoxFlatBed);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.dividerPanel1);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox     = false;
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "PrinterHWSettingSimple";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     this.m_ToolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.dividerPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
     this.panel1           = new System.Windows.Forms.Panel();
     this.m_PictureBoxLogo = new System.Windows.Forms.PictureBox();
     this.m_LabelCopyRight = new System.Windows.Forms.Label();
     this.m_LabelVersion   = new System.Windows.Forms.RichTextBox();
     this.dividerPanel1    = new DividerPanel.DividerPanel();
     this.m_ButtonCopyInfo = new System.Windows.Forms.Button();
     this.m_ButtonHelp     = new System.Windows.Forms.Button();
     this.m_ButtonOK       = new System.Windows.Forms.Button();
     this._qaPass          = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_PictureBoxLogo)).BeginInit();
     this.dividerPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._qaPass)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.m_PictureBoxLogo);
     this.panel1.Name = "panel1";
     //
     // m_PictureBoxLogo
     //
     resources.ApplyResources(this.m_PictureBoxLogo, "m_PictureBoxLogo");
     this.m_PictureBoxLogo.Name    = "m_PictureBoxLogo";
     this.m_PictureBoxLogo.TabStop = false;
     //
     // m_LabelCopyRight
     //
     this.m_LabelCopyRight.FlatStyle = System.Windows.Forms.FlatStyle.System;
     resources.ApplyResources(this.m_LabelCopyRight, "m_LabelCopyRight");
     this.m_LabelCopyRight.Name = "m_LabelCopyRight";
     //
     // m_LabelVersion
     //
     this.m_LabelVersion.BackColor = System.Drawing.SystemColors.Control;
     resources.ApplyResources(this.m_LabelVersion, "m_LabelVersion");
     this.m_LabelVersion.Name     = "m_LabelVersion";
     this.m_LabelVersion.ReadOnly = true;
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonCopyInfo);
     this.dividerPanel1.Controls.Add(this.m_ButtonHelp);
     this.dividerPanel1.Controls.Add(this.m_ButtonOK);
     resources.ApplyResources(this.dividerPanel1, "dividerPanel1");
     this.dividerPanel1.Name = "dividerPanel1";
     //
     // m_ButtonCopyInfo
     //
     resources.ApplyResources(this.m_ButtonCopyInfo, "m_ButtonCopyInfo");
     this.m_ButtonCopyInfo.Name   = "m_ButtonCopyInfo";
     this.m_ButtonCopyInfo.Click += new System.EventHandler(this.m_ButtonCopyInfo_Click);
     //
     // m_ButtonHelp
     //
     resources.ApplyResources(this.m_ButtonHelp, "m_ButtonHelp");
     this.m_ButtonHelp.Name   = "m_ButtonHelp";
     this.m_ButtonHelp.Click += new System.EventHandler(this.m_ButtonHelp_Click);
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.Name = "m_ButtonOK";
     //
     // _qaPass
     //
     resources.ApplyResources(this._qaPass, "_qaPass");
     this._qaPass.Name    = "_qaPass";
     this._qaPass.TabStop = false;
     //
     // AboutForm
     //
     resources.ApplyResources(this, "$this");
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this._qaPass);
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.m_LabelVersion);
     this.Controls.Add(this.m_LabelCopyRight);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AboutForm";
     this.ShowInTaskbar   = false;
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_PictureBoxLogo)).EndInit();
     this.dividerPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._qaPass)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PasswordForm));
     this.m_LabelPassword       = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.m_ButtonSetLang       = new System.Windows.Forms.Button();
     this.m_ButtonSetTime       = new System.Windows.Forms.Button();
     this.m_ButtonSetInk        = new System.Windows.Forms.Button();
     this.label_ink             = new System.Windows.Forms.Label();
     this.m_ButtonSetUv         = new System.Windows.Forms.Button();
     this.label_uv              = new System.Windows.Forms.Label();
     this.panelTimePassword     = new System.Windows.Forms.Panel();
     this.m_SerialNoControlTime = new BYHXControls.SerialNoControl();
     this.panelLanPassWord      = new System.Windows.Forms.Panel();
     this.m_SerialNoControlLang = new BYHXControls.SerialNoControl();
     this.panelInkPassword      = new System.Windows.Forms.Panel();
     this.m_serialNoControl_ink = new BYHXControls.SerialNoControl();
     this.panelUvPassword       = new System.Windows.Forms.Panel();
     this.m_serialNoControl_uv  = new BYHXControls.SerialNoControl();
     this.dividerPanel1         = new DividerPanel.DividerPanel();
     this.m_ButtonOK            = new System.Windows.Forms.Button();
     this.m_ButtonExit          = new System.Windows.Forms.Button();
     this.panelTimePassword.SuspendLayout();
     this.panelLanPassWord.SuspendLayout();
     this.panelInkPassword.SuspendLayout();
     this.panelUvPassword.SuspendLayout();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_LabelPassword
     //
     resources.ApplyResources(this.m_LabelPassword, "m_LabelPassword");
     this.m_LabelPassword.Name = "m_LabelPassword";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // m_ButtonSetLang
     //
     resources.ApplyResources(this.m_ButtonSetLang, "m_ButtonSetLang");
     this.m_ButtonSetLang.Name   = "m_ButtonSetLang";
     this.m_ButtonSetLang.Click += new System.EventHandler(this.m_ButtonSetLang_Click);
     //
     // m_ButtonSetTime
     //
     resources.ApplyResources(this.m_ButtonSetTime, "m_ButtonSetTime");
     this.m_ButtonSetTime.Name   = "m_ButtonSetTime";
     this.m_ButtonSetTime.Click += new System.EventHandler(this.m_ButtonSetTime_Click);
     //
     // m_ButtonSetInk
     //
     resources.ApplyResources(this.m_ButtonSetInk, "m_ButtonSetInk");
     this.m_ButtonSetInk.Name   = "m_ButtonSetInk";
     this.m_ButtonSetInk.Click += new System.EventHandler(this.m_ButtonSetInk_Click);
     //
     // label_ink
     //
     resources.ApplyResources(this.label_ink, "label_ink");
     this.label_ink.Name = "label_ink";
     //
     // m_ButtonSetUv
     //
     resources.ApplyResources(this.m_ButtonSetUv, "m_ButtonSetUv");
     this.m_ButtonSetUv.Name   = "m_ButtonSetUv";
     this.m_ButtonSetUv.Click += new System.EventHandler(this.m_ButtonSetUv_Click);
     //
     // label_uv
     //
     resources.ApplyResources(this.label_uv, "label_uv");
     this.label_uv.Name = "label_uv";
     //
     // panelTimePassword
     //
     this.panelTimePassword.Controls.Add(this.m_ButtonSetTime);
     this.panelTimePassword.Controls.Add(this.m_LabelPassword);
     this.panelTimePassword.Controls.Add(this.m_SerialNoControlTime);
     resources.ApplyResources(this.panelTimePassword, "panelTimePassword");
     this.panelTimePassword.Name = "panelTimePassword";
     //
     // m_SerialNoControlTime
     //
     this.m_SerialNoControlTime.CharsPerUnit = 4;
     this.m_SerialNoControlTime.Count        = 4;
     resources.ApplyResources(this.m_SerialNoControlTime, "m_SerialNoControlTime");
     this.m_SerialNoControlTime.Name           = "m_SerialNoControlTime";
     this.m_SerialNoControlTime.SeparateString = "-";
     //
     // panelLanPassWord
     //
     this.panelLanPassWord.Controls.Add(this.m_SerialNoControlLang);
     this.panelLanPassWord.Controls.Add(this.label1);
     this.panelLanPassWord.Controls.Add(this.m_ButtonSetLang);
     resources.ApplyResources(this.panelLanPassWord, "panelLanPassWord");
     this.panelLanPassWord.Name = "panelLanPassWord";
     //
     // m_SerialNoControlLang
     //
     this.m_SerialNoControlLang.CharsPerUnit = 4;
     this.m_SerialNoControlLang.Count        = 4;
     resources.ApplyResources(this.m_SerialNoControlLang, "m_SerialNoControlLang");
     this.m_SerialNoControlLang.Name           = "m_SerialNoControlLang";
     this.m_SerialNoControlLang.SeparateString = "-";
     //
     // panelInkPassword
     //
     this.panelInkPassword.Controls.Add(this.label_ink);
     this.panelInkPassword.Controls.Add(this.m_ButtonSetInk);
     this.panelInkPassword.Controls.Add(this.m_serialNoControl_ink);
     resources.ApplyResources(this.panelInkPassword, "panelInkPassword");
     this.panelInkPassword.Name = "panelInkPassword";
     //
     // m_serialNoControl_ink
     //
     this.m_serialNoControl_ink.CharsPerUnit = 4;
     this.m_serialNoControl_ink.Count        = 4;
     resources.ApplyResources(this.m_serialNoControl_ink, "m_serialNoControl_ink");
     this.m_serialNoControl_ink.Name           = "m_serialNoControl_ink";
     this.m_serialNoControl_ink.SeparateString = "-";
     //
     // panelUvPassword
     //
     this.panelUvPassword.Controls.Add(this.m_ButtonSetUv);
     this.panelUvPassword.Controls.Add(this.label_uv);
     this.panelUvPassword.Controls.Add(this.m_serialNoControl_uv);
     resources.ApplyResources(this.panelUvPassword, "panelUvPassword");
     this.panelUvPassword.Name = "panelUvPassword";
     //
     // m_serialNoControl_uv
     //
     this.m_serialNoControl_uv.CharsPerUnit = 4;
     this.m_serialNoControl_uv.Count        = 4;
     resources.ApplyResources(this.m_serialNoControl_uv, "m_serialNoControl_uv");
     this.m_serialNoControl_uv.Name           = "m_serialNoControl_uv";
     this.m_serialNoControl_uv.SeparateString = "-";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonOK);
     this.dividerPanel1.Controls.Add(this.m_ButtonExit);
     resources.ApplyResources(this.dividerPanel1, "dividerPanel1");
     this.dividerPanel1.Name = "dividerPanel1";
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.Name   = "m_ButtonOK";
     this.m_ButtonOK.Click += new System.EventHandler(this.m_ButtonOK_Click);
     //
     // m_ButtonExit
     //
     this.m_ButtonExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonExit, "m_ButtonExit");
     this.m_ButtonExit.Name = "m_ButtonExit";
     //
     // PasswordForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.panelUvPassword);
     this.Controls.Add(this.panelInkPassword);
     this.Controls.Add(this.panelLanPassWord);
     this.Controls.Add(this.panelTimePassword);
     this.Controls.Add(this.dividerPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PasswordForm";
     this.Load           += new System.EventHandler(this.PasswordForm_Load);
     this.panelTimePassword.ResumeLayout(false);
     this.panelTimePassword.PerformLayout();
     this.panelLanPassWord.ResumeLayout(false);
     this.panelLanPassWord.PerformLayout();
     this.panelInkPassword.ResumeLayout(false);
     this.panelInkPassword.PerformLayout();
     this.panelUvPassword.ResumeLayout(false);
     this.panelUvPassword.PerformLayout();
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CleanForm));
     this.m_ButtonExit        = new System.Windows.Forms.Button();
     this.m_ButtonManualClean = new System.Windows.Forms.Button();
     this.m_PanelLayout       = new System.Windows.Forms.Panel();
     this.m_HeadLayoutControl = new BYHXPrinterManager.Main.HeadLayoutControl();
     this.dividerPanel1       = new DividerPanel.DividerPanel();
     this.m_PanelLayout.SuspendLayout();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ButtonExit
     //
     this.m_ButtonExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonExit, "m_ButtonExit");
     this.m_ButtonExit.Name   = "m_ButtonExit";
     this.m_ButtonExit.Click += new System.EventHandler(this.m_ButtonExit_Click);
     //
     // m_ButtonManualClean
     //
     resources.ApplyResources(this.m_ButtonManualClean, "m_ButtonManualClean");
     this.m_ButtonManualClean.Name   = "m_ButtonManualClean";
     this.m_ButtonManualClean.Click += new System.EventHandler(this.m_ButtonManualClean_Click);
     //
     // m_PanelLayout
     //
     this.m_PanelLayout.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.m_PanelLayout.Controls.Add(this.m_HeadLayoutControl);
     resources.ApplyResources(this.m_PanelLayout, "m_PanelLayout");
     this.m_PanelLayout.Name = "m_PanelLayout";
     //
     // m_HeadLayoutControl
     //
     resources.ApplyResources(this.m_HeadLayoutControl, "m_HeadLayoutControl");
     this.m_HeadLayoutControl.Name = "m_HeadLayoutControl";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonExit);
     this.dividerPanel1.Controls.Add(this.m_ButtonManualClean);
     resources.ApplyResources(this.dividerPanel1, "dividerPanel1");
     this.dividerPanel1.Name = "dividerPanel1";
     //
     // CleanForm
     //
     resources.ApplyResources(this, "$this");
     this.CancelButton = this.m_ButtonExit;
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.m_PanelLayout);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CleanForm";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.CleanForm_Closing);
     this.m_PanelLayout.ResumeLayout(false);
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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);
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Updater));
     this.m_ProgressBarPercent = new System.Windows.Forms.ProgressBar();
     this.m_ButtonUpdate       = new System.Windows.Forms.Button();
     this.m_ButtonExit         = new System.Windows.Forms.Button();
     this.m_TextBoxFileInfo    = new System.Windows.Forms.TextBox();
     this.m_TextBoxStatus      = new System.Windows.Forms.TextBox();
     this.m_LabelPercent       = new System.Windows.Forms.Label();
     this.m_LabelFileInfo      = new System.Windows.Forms.Label();
     this.m_LabelStatus        = new System.Windows.Forms.Label();
     this.dividerPanel1        = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ProgressBarPercent
     //
     this.m_ProgressBarPercent.AccessibleDescription = resources.GetString("m_ProgressBarPercent.AccessibleDescription");
     this.m_ProgressBarPercent.AccessibleName        = resources.GetString("m_ProgressBarPercent.AccessibleName");
     this.m_ProgressBarPercent.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ProgressBarPercent.Anchor")));
     this.m_ProgressBarPercent.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ProgressBarPercent.BackgroundImage")));
     this.m_ProgressBarPercent.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ProgressBarPercent.Dock")));
     this.m_ProgressBarPercent.Enabled         = ((bool)(resources.GetObject("m_ProgressBarPercent.Enabled")));
     this.m_ProgressBarPercent.Font            = ((System.Drawing.Font)(resources.GetObject("m_ProgressBarPercent.Font")));
     this.m_ProgressBarPercent.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ProgressBarPercent.ImeMode")));
     this.m_ProgressBarPercent.Location        = ((System.Drawing.Point)(resources.GetObject("m_ProgressBarPercent.Location")));
     this.m_ProgressBarPercent.Name            = "m_ProgressBarPercent";
     this.m_ProgressBarPercent.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ProgressBarPercent.RightToLeft")));
     this.m_ProgressBarPercent.Size            = ((System.Drawing.Size)(resources.GetObject("m_ProgressBarPercent.Size")));
     this.m_ProgressBarPercent.Step            = 1;
     this.m_ProgressBarPercent.TabIndex        = ((int)(resources.GetObject("m_ProgressBarPercent.TabIndex")));
     this.m_ProgressBarPercent.Text            = resources.GetString("m_ProgressBarPercent.Text");
     this.m_ProgressBarPercent.Visible         = ((bool)(resources.GetObject("m_ProgressBarPercent.Visible")));
     //
     // m_ButtonUpdate
     //
     this.m_ButtonUpdate.AccessibleDescription = resources.GetString("m_ButtonUpdate.AccessibleDescription");
     this.m_ButtonUpdate.AccessibleName        = resources.GetString("m_ButtonUpdate.AccessibleName");
     this.m_ButtonUpdate.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonUpdate.Anchor")));
     this.m_ButtonUpdate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonUpdate.BackgroundImage")));
     this.m_ButtonUpdate.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonUpdate.Dock")));
     this.m_ButtonUpdate.Enabled         = ((bool)(resources.GetObject("m_ButtonUpdate.Enabled")));
     this.m_ButtonUpdate.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonUpdate.FlatStyle")));
     this.m_ButtonUpdate.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonUpdate.Font")));
     this.m_ButtonUpdate.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonUpdate.Image")));
     this.m_ButtonUpdate.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonUpdate.ImageAlign")));
     this.m_ButtonUpdate.ImageIndex      = ((int)(resources.GetObject("m_ButtonUpdate.ImageIndex")));
     this.m_ButtonUpdate.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonUpdate.ImeMode")));
     this.m_ButtonUpdate.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonUpdate.Location")));
     this.m_ButtonUpdate.Name            = "m_ButtonUpdate";
     this.m_ButtonUpdate.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonUpdate.RightToLeft")));
     this.m_ButtonUpdate.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonUpdate.Size")));
     this.m_ButtonUpdate.TabIndex        = ((int)(resources.GetObject("m_ButtonUpdate.TabIndex")));
     this.m_ButtonUpdate.Text            = resources.GetString("m_ButtonUpdate.Text");
     this.m_ButtonUpdate.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonUpdate.TextAlign")));
     this.m_ButtonUpdate.Visible         = ((bool)(resources.GetObject("m_ButtonUpdate.Visible")));
     this.m_ButtonUpdate.Click          += new System.EventHandler(this.m_ButtonUpdate_Click);
     //
     // m_ButtonExit
     //
     this.m_ButtonExit.AccessibleDescription = resources.GetString("m_ButtonExit.AccessibleDescription");
     this.m_ButtonExit.AccessibleName        = resources.GetString("m_ButtonExit.AccessibleName");
     this.m_ButtonExit.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_ButtonExit.Anchor")));
     this.m_ButtonExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_ButtonExit.BackgroundImage")));
     this.m_ButtonExit.DialogResult    = System.Windows.Forms.DialogResult.Cancel;
     this.m_ButtonExit.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_ButtonExit.Dock")));
     this.m_ButtonExit.Enabled         = ((bool)(resources.GetObject("m_ButtonExit.Enabled")));
     this.m_ButtonExit.FlatStyle       = ((System.Windows.Forms.FlatStyle)(resources.GetObject("m_ButtonExit.FlatStyle")));
     this.m_ButtonExit.Font            = ((System.Drawing.Font)(resources.GetObject("m_ButtonExit.Font")));
     this.m_ButtonExit.Image           = ((System.Drawing.Image)(resources.GetObject("m_ButtonExit.Image")));
     this.m_ButtonExit.ImageAlign      = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonExit.ImageAlign")));
     this.m_ButtonExit.ImageIndex      = ((int)(resources.GetObject("m_ButtonExit.ImageIndex")));
     this.m_ButtonExit.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_ButtonExit.ImeMode")));
     this.m_ButtonExit.Location        = ((System.Drawing.Point)(resources.GetObject("m_ButtonExit.Location")));
     this.m_ButtonExit.Name            = "m_ButtonExit";
     this.m_ButtonExit.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_ButtonExit.RightToLeft")));
     this.m_ButtonExit.Size            = ((System.Drawing.Size)(resources.GetObject("m_ButtonExit.Size")));
     this.m_ButtonExit.TabIndex        = ((int)(resources.GetObject("m_ButtonExit.TabIndex")));
     this.m_ButtonExit.Text            = resources.GetString("m_ButtonExit.Text");
     this.m_ButtonExit.TextAlign       = ((System.Drawing.ContentAlignment)(resources.GetObject("m_ButtonExit.TextAlign")));
     this.m_ButtonExit.Visible         = ((bool)(resources.GetObject("m_ButtonExit.Visible")));
     //
     // m_TextBoxFileInfo
     //
     this.m_TextBoxFileInfo.AccessibleDescription = resources.GetString("m_TextBoxFileInfo.AccessibleDescription");
     this.m_TextBoxFileInfo.AccessibleName        = resources.GetString("m_TextBoxFileInfo.AccessibleName");
     this.m_TextBoxFileInfo.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_TextBoxFileInfo.Anchor")));
     this.m_TextBoxFileInfo.AutoSize        = ((bool)(resources.GetObject("m_TextBoxFileInfo.AutoSize")));
     this.m_TextBoxFileInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_TextBoxFileInfo.BackgroundImage")));
     this.m_TextBoxFileInfo.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_TextBoxFileInfo.Dock")));
     this.m_TextBoxFileInfo.Enabled         = ((bool)(resources.GetObject("m_TextBoxFileInfo.Enabled")));
     this.m_TextBoxFileInfo.Font            = ((System.Drawing.Font)(resources.GetObject("m_TextBoxFileInfo.Font")));
     this.m_TextBoxFileInfo.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_TextBoxFileInfo.ImeMode")));
     this.m_TextBoxFileInfo.Location        = ((System.Drawing.Point)(resources.GetObject("m_TextBoxFileInfo.Location")));
     this.m_TextBoxFileInfo.MaxLength       = ((int)(resources.GetObject("m_TextBoxFileInfo.MaxLength")));
     this.m_TextBoxFileInfo.Multiline       = ((bool)(resources.GetObject("m_TextBoxFileInfo.Multiline")));
     this.m_TextBoxFileInfo.Name            = "m_TextBoxFileInfo";
     this.m_TextBoxFileInfo.PasswordChar    = ((char)(resources.GetObject("m_TextBoxFileInfo.PasswordChar")));
     this.m_TextBoxFileInfo.ReadOnly        = true;
     this.m_TextBoxFileInfo.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_TextBoxFileInfo.RightToLeft")));
     this.m_TextBoxFileInfo.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("m_TextBoxFileInfo.ScrollBars")));
     this.m_TextBoxFileInfo.Size            = ((System.Drawing.Size)(resources.GetObject("m_TextBoxFileInfo.Size")));
     this.m_TextBoxFileInfo.TabIndex        = ((int)(resources.GetObject("m_TextBoxFileInfo.TabIndex")));
     this.m_TextBoxFileInfo.Text            = resources.GetString("m_TextBoxFileInfo.Text");
     this.m_TextBoxFileInfo.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("m_TextBoxFileInfo.TextAlign")));
     this.m_TextBoxFileInfo.Visible         = ((bool)(resources.GetObject("m_TextBoxFileInfo.Visible")));
     this.m_TextBoxFileInfo.WordWrap        = ((bool)(resources.GetObject("m_TextBoxFileInfo.WordWrap")));
     //
     // m_TextBoxStatus
     //
     this.m_TextBoxStatus.AccessibleDescription = resources.GetString("m_TextBoxStatus.AccessibleDescription");
     this.m_TextBoxStatus.AccessibleName        = resources.GetString("m_TextBoxStatus.AccessibleName");
     this.m_TextBoxStatus.Anchor          = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_TextBoxStatus.Anchor")));
     this.m_TextBoxStatus.AutoSize        = ((bool)(resources.GetObject("m_TextBoxStatus.AutoSize")));
     this.m_TextBoxStatus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("m_TextBoxStatus.BackgroundImage")));
     this.m_TextBoxStatus.Dock            = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_TextBoxStatus.Dock")));
     this.m_TextBoxStatus.Enabled         = ((bool)(resources.GetObject("m_TextBoxStatus.Enabled")));
     this.m_TextBoxStatus.Font            = ((System.Drawing.Font)(resources.GetObject("m_TextBoxStatus.Font")));
     this.m_TextBoxStatus.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_TextBoxStatus.ImeMode")));
     this.m_TextBoxStatus.Location        = ((System.Drawing.Point)(resources.GetObject("m_TextBoxStatus.Location")));
     this.m_TextBoxStatus.MaxLength       = ((int)(resources.GetObject("m_TextBoxStatus.MaxLength")));
     this.m_TextBoxStatus.Multiline       = ((bool)(resources.GetObject("m_TextBoxStatus.Multiline")));
     this.m_TextBoxStatus.Name            = "m_TextBoxStatus";
     this.m_TextBoxStatus.PasswordChar    = ((char)(resources.GetObject("m_TextBoxStatus.PasswordChar")));
     this.m_TextBoxStatus.ReadOnly        = true;
     this.m_TextBoxStatus.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_TextBoxStatus.RightToLeft")));
     this.m_TextBoxStatus.ScrollBars      = ((System.Windows.Forms.ScrollBars)(resources.GetObject("m_TextBoxStatus.ScrollBars")));
     this.m_TextBoxStatus.Size            = ((System.Drawing.Size)(resources.GetObject("m_TextBoxStatus.Size")));
     this.m_TextBoxStatus.TabIndex        = ((int)(resources.GetObject("m_TextBoxStatus.TabIndex")));
     this.m_TextBoxStatus.Text            = resources.GetString("m_TextBoxStatus.Text");
     this.m_TextBoxStatus.TextAlign       = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("m_TextBoxStatus.TextAlign")));
     this.m_TextBoxStatus.Visible         = ((bool)(resources.GetObject("m_TextBoxStatus.Visible")));
     this.m_TextBoxStatus.WordWrap        = ((bool)(resources.GetObject("m_TextBoxStatus.WordWrap")));
     //
     // m_LabelPercent
     //
     this.m_LabelPercent.AccessibleDescription = resources.GetString("m_LabelPercent.AccessibleDescription");
     this.m_LabelPercent.AccessibleName        = resources.GetString("m_LabelPercent.AccessibleName");
     this.m_LabelPercent.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelPercent.Anchor")));
     this.m_LabelPercent.AutoSize    = ((bool)(resources.GetObject("m_LabelPercent.AutoSize")));
     this.m_LabelPercent.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelPercent.Dock")));
     this.m_LabelPercent.Enabled     = ((bool)(resources.GetObject("m_LabelPercent.Enabled")));
     this.m_LabelPercent.FlatStyle   = System.Windows.Forms.FlatStyle.Flat;
     this.m_LabelPercent.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelPercent.Font")));
     this.m_LabelPercent.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelPercent.Image")));
     this.m_LabelPercent.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPercent.ImageAlign")));
     this.m_LabelPercent.ImageIndex  = ((int)(resources.GetObject("m_LabelPercent.ImageIndex")));
     this.m_LabelPercent.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelPercent.ImeMode")));
     this.m_LabelPercent.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelPercent.Location")));
     this.m_LabelPercent.Name        = "m_LabelPercent";
     this.m_LabelPercent.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelPercent.RightToLeft")));
     this.m_LabelPercent.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelPercent.Size")));
     this.m_LabelPercent.TabIndex    = ((int)(resources.GetObject("m_LabelPercent.TabIndex")));
     this.m_LabelPercent.Text        = resources.GetString("m_LabelPercent.Text");
     this.m_LabelPercent.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelPercent.TextAlign")));
     this.m_LabelPercent.Visible     = ((bool)(resources.GetObject("m_LabelPercent.Visible")));
     //
     // m_LabelFileInfo
     //
     this.m_LabelFileInfo.AccessibleDescription = resources.GetString("m_LabelFileInfo.AccessibleDescription");
     this.m_LabelFileInfo.AccessibleName        = resources.GetString("m_LabelFileInfo.AccessibleName");
     this.m_LabelFileInfo.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelFileInfo.Anchor")));
     this.m_LabelFileInfo.AutoSize    = ((bool)(resources.GetObject("m_LabelFileInfo.AutoSize")));
     this.m_LabelFileInfo.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelFileInfo.Dock")));
     this.m_LabelFileInfo.Enabled     = ((bool)(resources.GetObject("m_LabelFileInfo.Enabled")));
     this.m_LabelFileInfo.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelFileInfo.Font")));
     this.m_LabelFileInfo.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelFileInfo.Image")));
     this.m_LabelFileInfo.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelFileInfo.ImageAlign")));
     this.m_LabelFileInfo.ImageIndex  = ((int)(resources.GetObject("m_LabelFileInfo.ImageIndex")));
     this.m_LabelFileInfo.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelFileInfo.ImeMode")));
     this.m_LabelFileInfo.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelFileInfo.Location")));
     this.m_LabelFileInfo.Name        = "m_LabelFileInfo";
     this.m_LabelFileInfo.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelFileInfo.RightToLeft")));
     this.m_LabelFileInfo.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelFileInfo.Size")));
     this.m_LabelFileInfo.TabIndex    = ((int)(resources.GetObject("m_LabelFileInfo.TabIndex")));
     this.m_LabelFileInfo.Text        = resources.GetString("m_LabelFileInfo.Text");
     this.m_LabelFileInfo.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelFileInfo.TextAlign")));
     this.m_LabelFileInfo.Visible     = ((bool)(resources.GetObject("m_LabelFileInfo.Visible")));
     //
     // m_LabelStatus
     //
     this.m_LabelStatus.AccessibleDescription = resources.GetString("m_LabelStatus.AccessibleDescription");
     this.m_LabelStatus.AccessibleName        = resources.GetString("m_LabelStatus.AccessibleName");
     this.m_LabelStatus.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("m_LabelStatus.Anchor")));
     this.m_LabelStatus.AutoSize    = ((bool)(resources.GetObject("m_LabelStatus.AutoSize")));
     this.m_LabelStatus.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("m_LabelStatus.Dock")));
     this.m_LabelStatus.Enabled     = ((bool)(resources.GetObject("m_LabelStatus.Enabled")));
     this.m_LabelStatus.Font        = ((System.Drawing.Font)(resources.GetObject("m_LabelStatus.Font")));
     this.m_LabelStatus.Image       = ((System.Drawing.Image)(resources.GetObject("m_LabelStatus.Image")));
     this.m_LabelStatus.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelStatus.ImageAlign")));
     this.m_LabelStatus.ImageIndex  = ((int)(resources.GetObject("m_LabelStatus.ImageIndex")));
     this.m_LabelStatus.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("m_LabelStatus.ImeMode")));
     this.m_LabelStatus.Location    = ((System.Drawing.Point)(resources.GetObject("m_LabelStatus.Location")));
     this.m_LabelStatus.Name        = "m_LabelStatus";
     this.m_LabelStatus.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("m_LabelStatus.RightToLeft")));
     this.m_LabelStatus.Size        = ((System.Drawing.Size)(resources.GetObject("m_LabelStatus.Size")));
     this.m_LabelStatus.TabIndex    = ((int)(resources.GetObject("m_LabelStatus.TabIndex")));
     this.m_LabelStatus.Text        = resources.GetString("m_LabelStatus.Text");
     this.m_LabelStatus.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("m_LabelStatus.TextAlign")));
     this.m_LabelStatus.Visible     = ((bool)(resources.GetObject("m_LabelStatus.Visible")));
     //
     // dividerPanel1
     //
     this.dividerPanel1.AccessibleDescription = resources.GetString("dividerPanel1.AccessibleDescription");
     this.dividerPanel1.AccessibleName        = resources.GetString("dividerPanel1.AccessibleName");
     this.dividerPanel1.AllowDrop             = true;
     this.dividerPanel1.Anchor            = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("dividerPanel1.Anchor")));
     this.dividerPanel1.AutoScroll        = ((bool)(resources.GetObject("dividerPanel1.AutoScroll")));
     this.dividerPanel1.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMargin")));
     this.dividerPanel1.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.AutoScrollMinSize")));
     this.dividerPanel1.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("dividerPanel1.BackgroundImage")));
     this.dividerPanel1.BorderSide        = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonUpdate);
     this.dividerPanel1.Controls.Add(this.m_ButtonExit);
     this.dividerPanel1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("dividerPanel1.Dock")));
     this.dividerPanel1.Enabled     = ((bool)(resources.GetObject("dividerPanel1.Enabled")));
     this.dividerPanel1.Font        = ((System.Drawing.Font)(resources.GetObject("dividerPanel1.Font")));
     this.dividerPanel1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("dividerPanel1.ImeMode")));
     this.dividerPanel1.Location    = ((System.Drawing.Point)(resources.GetObject("dividerPanel1.Location")));
     this.dividerPanel1.Name        = "dividerPanel1";
     this.dividerPanel1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("dividerPanel1.RightToLeft")));
     this.dividerPanel1.Size        = ((System.Drawing.Size)(resources.GetObject("dividerPanel1.Size")));
     this.dividerPanel1.TabIndex    = ((int)(resources.GetObject("dividerPanel1.TabIndex")));
     this.dividerPanel1.Text        = resources.GetString("dividerPanel1.Text");
     this.dividerPanel1.Visible     = ((bool)(resources.GetObject("dividerPanel1.Visible")));
     //
     // Updater
     //
     this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
     this.AccessibleName        = resources.GetString("$this.AccessibleName");
     this.AutoScaleBaseSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll            = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin      = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize     = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize            = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.m_LabelFileInfo);
     this.Controls.Add(this.m_LabelPercent);
     this.Controls.Add(this.m_TextBoxFileInfo);
     this.Controls.Add(this.m_TextBoxStatus);
     this.Controls.Add(this.m_ProgressBarPercent);
     this.Controls.Add(this.m_LabelStatus);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimizeBox     = false;
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "Updater";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KonicTemperature));
     BYHXPrinterManager.Style style1 = new BYHXPrinterManager.Style();
     BYHXPrinterManager.Style style2 = new BYHXPrinterManager.Style();
     this.m_KonicTemperatureSetting1 = new BYHXPrinterManager.Setting.KonicTemperature_Layout();
     this.xaarTempertureSetting1     = new BYHXPrinterManager.Setting.XaarTempertureSetting();
     this.dividerPanel1  = new DividerPanel.DividerPanel();
     this.m_ButtonCancel = new System.Windows.Forms.Button();
     this.m_ButtonOK     = new System.Windows.Forms.Button();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_KonicTemperatureSetting1
     //
     this.m_KonicTemperatureSetting1.Divider = false;
     resources.ApplyResources(this.m_KonicTemperatureSetting1, "m_KonicTemperatureSetting1");
     style1.Color1 = System.Drawing.SystemColors.Control;
     style1.Color2 = System.Drawing.SystemColors.Control;
     this.m_KonicTemperatureSetting1.GradientColors    = style1;
     this.m_KonicTemperatureSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.m_KonicTemperatureSetting1.GrouperTitleStyle = null;
     this.m_KonicTemperatureSetting1.IsDirty           = false;
     this.m_KonicTemperatureSetting1.Name = "m_KonicTemperatureSetting1";
     //
     // xaarTempertureSetting1
     //
     this.xaarTempertureSetting1.Divider = false;
     style2.Color1 = System.Drawing.SystemColors.Control;
     style2.Color2 = System.Drawing.SystemColors.Control;
     this.xaarTempertureSetting1.GradientColors    = style2;
     this.xaarTempertureSetting1.GradientMode      = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.xaarTempertureSetting1.GrouperTitleStyle = null;
     resources.ApplyResources(this.xaarTempertureSetting1, "xaarTempertureSetting1");
     this.xaarTempertureSetting1.Name = "xaarTempertureSetting1";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.m_ButtonCancel);
     this.dividerPanel1.Controls.Add(this.m_ButtonOK);
     resources.ApplyResources(this.dividerPanel1, "dividerPanel1");
     this.dividerPanel1.Name = "dividerPanel1";
     //
     // m_ButtonCancel
     //
     this.m_ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.m_ButtonCancel, "m_ButtonCancel");
     this.m_ButtonCancel.Name = "m_ButtonCancel";
     //
     // m_ButtonOK
     //
     this.m_ButtonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     resources.ApplyResources(this.m_ButtonOK, "m_ButtonOK");
     this.m_ButtonOK.Name   = "m_ButtonOK";
     this.m_ButtonOK.Click += new System.EventHandler(this.m_ButtonOK_Click);
     //
     // KonicTemperature
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.m_KonicTemperatureSetting1);
     this.Controls.Add(this.xaarTempertureSetting1);
     this.Controls.Add(this.dividerPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimizeBox     = false;
     this.Name            = "KonicTemperature";
     this.Closed         += new System.EventHandler(this.KonicTemperature_Closed);
     this.Load           += new System.EventHandler(this.KonicTemperature_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.columnHeader1    = new System.Windows.Forms.ColumnHeader();
     this.button2          = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.listView2        = new System.Windows.Forms.ListView();
     this.ColumnHeader     = new System.Windows.Forms.ColumnHeader();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.listViewGameList = new System.Windows.Forms.ListView();
     this.dividerPanel1    = new DividerPanel.DividerPanel();
     this.dividerPanel2    = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "游戏名称";
     this.columnHeader1.Width = 300;
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location     = new System.Drawing.Point(317, 16);
     this.button2.Name         = "button2";
     this.button2.TabIndex     = 15;
     this.button2.Text         = "取消";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(224, 16);
     this.button1.Name     = "button1";
     this.button1.TabIndex = 14;
     this.button1.Text     = "确认";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // listView2
     //
     this.listView2.CheckBoxes = true;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ColumnHeader
     });
     this.listView2.Location   = new System.Drawing.Point(8, 208);
     this.listView2.Name       = "listView2";
     this.listView2.Size       = new System.Drawing.Size(384, 120);
     this.listView2.TabIndex   = 13;
     this.listView2.View       = System.Windows.Forms.View.Details;
     this.listView2.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listView2_ItemCheck);
     //
     // ColumnHeader
     //
     this.ColumnHeader.Text  = "权限";
     this.ColumnHeader.Width = 259;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 184);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(384, 16);
     this.label4.TabIndex = 12;
     this.label4.Text     = "游戏权限";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(384, 16);
     this.label3.TabIndex = 11;
     this.label3.Text     = "指定用户可以操作的游戏权限";
     //
     // listViewGameList
     //
     this.listViewGameList.CheckBoxes = true;
     this.listViewGameList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listViewGameList.Location   = new System.Drawing.Point(8, 56);
     this.listViewGameList.Name       = "listViewGameList";
     this.listViewGameList.Size       = new System.Drawing.Size(384, 120);
     this.listViewGameList.TabIndex   = 10;
     this.listViewGameList.View       = System.Windows.Forms.View.Details;
     this.listViewGameList.Click     += new System.EventHandler(this.listViewGameList_Click);
     this.listViewGameList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.listViewGameList_ItemCheck);
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BackColor  = System.Drawing.SystemColors.Window;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.dividerPanel1.Controls.Add(this.label3);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(0, 0);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(400, 48);
     this.dividerPanel1.TabIndex = 16;
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop  = true;
     this.dividerPanel2.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel2.Controls.Add(this.button1);
     this.dividerPanel2.Controls.Add(this.button2);
     this.dividerPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.dividerPanel2.Location = new System.Drawing.Point(0, 335);
     this.dividerPanel2.Name     = "dividerPanel2";
     this.dividerPanel2.Size     = new System.Drawing.Size(400, 48);
     this.dividerPanel2.TabIndex = 17;
     //
     // ModiRole
     //
     this.AcceptButton      = this.button1;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.button2;
     this.ClientSize        = new System.Drawing.Size(400, 383);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.listView2);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.listViewGameList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ModiRole";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "权限设置";
     this.Load           += new System.EventHandler(this.ModiRole_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.searchContent     = new System.Windows.Forms.TextBox();
     this.button1           = new System.Windows.Forms.Button();
     this.searchType        = new System.Windows.Forms.ComboBox();
     this.label4            = new System.Windows.Forms.Label();
     this.serverIP          = new System.Windows.Forms.ComboBox();
     this.listViewSortOrder = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader17    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader18    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader19    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader20    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader21    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader22    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader23    = new System.Windows.Forms.ColumnHeader();
     this.dividerPanel1     = new DividerPanel.DividerPanel();
     this.dividerPanel2     = new DividerPanel.DividerPanel();
     this.dividerPanel3     = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(66, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "搜索类型:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 65);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "搜索内容:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // searchContent
     //
     this.searchContent.Location = new System.Drawing.Point(81, 63);
     this.searchContent.Name     = "searchContent";
     this.searchContent.Size     = new System.Drawing.Size(174, 21);
     this.searchContent.TabIndex = 3;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(262, 7);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 24);
     this.button1.TabIndex = 4;
     this.button1.Text     = "查找";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // searchType
     //
     this.searchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.searchType.Items.AddRange(new object[] {
         "帐号",
         "角色名"
     });
     this.searchType.Location = new System.Drawing.Point(81, 36);
     this.searchType.Name     = "searchType";
     this.searchType.Size     = new System.Drawing.Size(174, 20);
     this.searchType.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(19, 13);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(53, 12);
     this.label4.TabIndex = 9;
     this.label4.Text     = "服务器:";
     //
     // serverIP
     //
     this.serverIP.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.serverIP.FormattingEnabled = true;
     this.serverIP.Location          = new System.Drawing.Point(81, 9);
     this.serverIP.Name     = "serverIP";
     this.serverIP.Size     = new System.Drawing.Size(175, 20);
     this.serverIP.TabIndex = 10;
     //
     // listViewSortOrder
     //
     this.listViewSortOrder.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.listViewSortOrder.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader14,
         this.columnHeader15,
         this.columnHeader16,
         this.columnHeader17,
         this.columnHeader18,
         this.columnHeader19,
         this.columnHeader20,
         this.columnHeader21,
         this.columnHeader22,
         this.columnHeader23
     });
     this.listViewSortOrder.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewSortOrder.FullRowSelect = true;
     this.listViewSortOrder.GridLines     = true;
     this.listViewSortOrder.Location      = new System.Drawing.Point(2, 2);
     this.listViewSortOrder.MultiSelect   = false;
     this.listViewSortOrder.Name          = "listViewSortOrder";
     this.listViewSortOrder.Size          = new System.Drawing.Size(567, 255);
     this.listViewSortOrder.TabIndex      = 8;
     this.listViewSortOrder.UseCompatibleStateImageBehavior = false;
     this.listViewSortOrder.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "编号";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "角色名称";
     this.columnHeader3.Width = 75;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "当前称号";
     this.columnHeader4.Width = 130;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "(国家)贡献值";
     this.columnHeader5.Width = 130;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "等级";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "金钱";
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "经验值";
     this.columnHeader8.Width = 80;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "下一等级经验值";
     this.columnHeader9.Width = 100;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "生命值";
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "生命值上限";
     this.columnHeader11.Width = 80;
     //
     // columnHeader12
     //
     this.columnHeader12.Text  = "魔法值";
     this.columnHeader12.Width = 70;
     //
     // columnHeader13
     //
     this.columnHeader13.Text  = "魔法值上限";
     this.columnHeader13.Width = 70;
     //
     // columnHeader14
     //
     this.columnHeader14.Text  = "物理能力上限";
     this.columnHeader14.Width = 100;
     //
     // columnHeader15
     //
     this.columnHeader15.Text  = "物理能力下限";
     this.columnHeader15.Width = 100;
     //
     // columnHeader16
     //
     this.columnHeader16.Text  = "魔法能力上限";
     this.columnHeader16.Width = 100;
     //
     // columnHeader17
     //
     this.columnHeader17.Text  = "魔法能力下限";
     this.columnHeader17.Width = 100;
     //
     // columnHeader18
     //
     this.columnHeader18.Text  = "道术能力上限";
     this.columnHeader18.Width = 100;
     //
     // columnHeader19
     //
     this.columnHeader19.Text  = "道术能力下限";
     this.columnHeader19.Width = 100;
     //
     // columnHeader20
     //
     this.columnHeader20.Text  = "物防上限";
     this.columnHeader20.Width = 100;
     //
     // columnHeader21
     //
     this.columnHeader21.Text  = "物防下限";
     this.columnHeader21.Width = 100;
     //
     // columnHeader22
     //
     this.columnHeader22.Text  = "魔防上限";
     this.columnHeader22.Width = 100;
     //
     // columnHeader23
     //
     this.columnHeader23.Text  = "魔防下限";
     this.columnHeader23.Width = 100;
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.Controls.Add(this.label4);
     this.dividerPanel1.Controls.Add(this.label2);
     this.dividerPanel1.Controls.Add(this.serverIP);
     this.dividerPanel1.Controls.Add(this.searchContent);
     this.dividerPanel1.Controls.Add(this.button1);
     this.dividerPanel1.Controls.Add(this.searchType);
     this.dividerPanel1.Controls.Add(this.label1);
     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(571, 95);
     this.dividerPanel1.TabIndex = 12;
     //
     // 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, 105);
     this.dividerPanel2.Name          = "dividerPanel2";
     this.dividerPanel2.Size          = new System.Drawing.Size(571, 10);
     this.dividerPanel2.TabIndex      = 13;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop = true;
     this.dividerPanel3.Controls.Add(this.listViewSortOrder);
     this.dividerPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dividerPanel3.Location = new System.Drawing.Point(10, 115);
     this.dividerPanel3.Name     = "dividerPanel3";
     this.dividerPanel3.Padding  = new System.Windows.Forms.Padding(2);
     this.dividerPanel3.Size     = new System.Drawing.Size(571, 259);
     this.dividerPanel3.TabIndex = 14;
     //
     // characterlnfoSearch
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(591, 384);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Name          = "characterlnfoSearch";
     this.Padding       = new System.Windows.Forms.Padding(10);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "玩家信息检索";
     this.Load         += new System.EventHandler(this.characterlnfoSearch_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel1.PerformLayout();
     this.dividerPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.userStatus            = new System.Windows.Forms.CheckBox();
     this.label2                = new System.Windows.Forms.Label();
     this.dateTimePicker1       = new System.Windows.Forms.DateTimePicker();
     this.txtUser               = new System.Windows.Forms.TextBox();
     this.label8                = new System.Windows.Forms.Label();
     this.btnClose              = new System.Windows.Forms.Button();
     this.btnAddUser            = new System.Windows.Forms.Button();
     this.label1                = new System.Windows.Forms.Label();
     this.department            = new System.Windows.Forms.ComboBox();
     this.label4                = new System.Windows.Forms.Label();
     this.txtRealName           = new System.Windows.Forms.TextBox();
     this.label7                = new System.Windows.Forms.Label();
     this.dividerPanel1         = new DividerPanel.DividerPanel();
     this.dividerPanel2         = new DividerPanel.DividerPanel();
     this.chkGMOnLine           = new System.Windows.Forms.CheckBox();
     this.chkSystmeAdmin        = new System.Windows.Forms.CheckBox();
     this.chkDeptAdmin          = new System.Windows.Forms.CheckBox();
     this.backgroundWorkerBtnOK = new System.ComponentModel.BackgroundWorker();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // userStatus
     //
     this.userStatus.Location        = new System.Drawing.Point(12, 204);
     this.userStatus.Name            = "userStatus";
     this.userStatus.Size            = new System.Drawing.Size(88, 24);
     this.userStatus.TabIndex        = 60;
     this.userStatus.Text            = "停用该帐户";
     this.userStatus.CheckedChanged += new System.EventHandler(this.userStatus_CheckedChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 168);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 16);
     this.label2.TabIndex = 58;
     this.label2.Text     = "使用时效:";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location      = new System.Drawing.Point(104, 168);
     this.dateTimePicker1.Name          = "dateTimePicker1";
     this.dateTimePicker1.Size          = new System.Drawing.Size(272, 21);
     this.dateTimePicker1.TabIndex      = 57;
     this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // txtUser
     //
     this.txtUser.Enabled      = false;
     this.txtUser.Location     = new System.Drawing.Point(104, 64);
     this.txtUser.Name         = "txtUser";
     this.txtUser.Size         = new System.Drawing.Size(272, 21);
     this.txtUser.TabIndex     = 53;
     this.txtUser.TextChanged += new System.EventHandler(this.txtUser_TextChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(85, 16);
     this.label8.TabIndex = 49;
     this.label8.Text     = "用 户 名:";
     this.label8.Click   += new System.EventHandler(this.label8_Click);
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location     = new System.Drawing.Point(312, 16);
     this.btnClose.Name         = "btnClose";
     this.btnClose.Size         = new System.Drawing.Size(64, 23);
     this.btnClose.TabIndex     = 48;
     this.btnClose.Text         = "取消";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_Click);
     //
     // btnAddUser
     //
     this.btnAddUser.Location = new System.Drawing.Point(232, 16);
     this.btnAddUser.Name     = "btnAddUser";
     this.btnAddUser.Size     = new System.Drawing.Size(64, 23);
     this.btnAddUser.TabIndex = 47;
     this.btnAddUser.Text     = "确定";
     this.btnAddUser.Click   += new System.EventHandler(this.btnAddUser_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(208, 16);
     this.label1.TabIndex = 61;
     this.label1.Text     = "编辑GM基本信息管理";
     //
     // department
     //
     this.department.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.department.Location      = new System.Drawing.Point(104, 128);
     this.department.Name          = "department";
     this.department.Size          = new System.Drawing.Size(272, 20);
     this.department.TabIndex      = 69;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 128);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(85, 16);
     this.label4.TabIndex = 68;
     this.label4.Text     = "所在部门:";
     //
     // txtRealName
     //
     this.txtRealName.Location = new System.Drawing.Point(104, 96);
     this.txtRealName.Name     = "txtRealName";
     this.txtRealName.Size     = new System.Drawing.Size(272, 21);
     this.txtRealName.TabIndex = 67;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 96);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(85, 16);
     this.label7.TabIndex = 66;
     this.label7.Text     = "真实姓名:";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BackColor  = System.Drawing.SystemColors.Window;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.dividerPanel1.Controls.Add(this.label1);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(0, 0);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(386, 48);
     this.dividerPanel1.TabIndex = 70;
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop  = true;
     this.dividerPanel2.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel2.Controls.Add(this.btnClose);
     this.dividerPanel2.Controls.Add(this.btnAddUser);
     this.dividerPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.dividerPanel2.Location = new System.Drawing.Point(0, 280);
     this.dividerPanel2.Name     = "dividerPanel2";
     this.dividerPanel2.Size     = new System.Drawing.Size(386, 48);
     this.dividerPanel2.TabIndex = 71;
     //
     // chkGMOnLine
     //
     this.chkGMOnLine.AutoSize = true;
     this.chkGMOnLine.Location = new System.Drawing.Point(12, 230);
     this.chkGMOnLine.Name     = "chkGMOnLine";
     this.chkGMOnLine.Size     = new System.Drawing.Size(72, 16);
     this.chkGMOnLine.TabIndex = 72;
     this.chkGMOnLine.Text     = "用户在线";
     this.chkGMOnLine.UseVisualStyleBackColor = true;
     this.chkGMOnLine.Click += new System.EventHandler(this.chkGMOnLine_Click);
     //
     // chkSystmeAdmin
     //
     this.chkSystmeAdmin.AutoSize = true;
     this.chkSystmeAdmin.Location = new System.Drawing.Point(12, 253);
     this.chkSystmeAdmin.Name     = "chkSystmeAdmin";
     this.chkSystmeAdmin.Size     = new System.Drawing.Size(84, 16);
     this.chkSystmeAdmin.TabIndex = 73;
     this.chkSystmeAdmin.Text     = "系统管理员";
     this.chkSystmeAdmin.UseVisualStyleBackColor = true;
     this.chkSystmeAdmin.Click += new System.EventHandler(this.chkSystmeAdmin_Click);
     //
     // chkDeptAdmin
     //
     this.chkDeptAdmin.AutoSize = true;
     this.chkDeptAdmin.Location = new System.Drawing.Point(108, 253);
     this.chkDeptAdmin.Name     = "chkDeptAdmin";
     this.chkDeptAdmin.Size     = new System.Drawing.Size(108, 16);
     this.chkDeptAdmin.TabIndex = 74;
     this.chkDeptAdmin.Text     = "部门级别管理员";
     this.chkDeptAdmin.UseVisualStyleBackColor = true;
     this.chkDeptAdmin.Click += new System.EventHandler(this.chkDeptAdmin_Click);
     //
     // backgroundWorkerBtnOK
     //
     this.backgroundWorkerBtnOK.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerBtnOK_DoWork);
     this.backgroundWorkerBtnOK.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorkerBtnOK_RunWorkerCompleted);
     //
     // ModiUserAttribute
     //
     this.AcceptButton      = this.btnAddUser;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(386, 328);
     this.Controls.Add(this.chkDeptAdmin);
     this.Controls.Add(this.chkSystmeAdmin);
     this.Controls.Add(this.chkGMOnLine);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.department);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtRealName);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.userStatus);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.txtUser);
     this.Controls.Add(this.label8);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ModiUserAttribute";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "用户信息";
     this.Load           += new System.EventHandler(this.ModiUserAttribute_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.MtmGM = new System.Windows.Forms.ToolStripMenuItem();
     this.MtmGame = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemHelp = new System.Windows.Forms.ToolStripMenuItem();
     this.dividerPanel1 = new DividerPanel.DividerPanel();
     this.dPanelLeft = new DividerPanel.DividerPanel();
     this.TrvMenu = new System.Windows.Forms.TreeView();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.dpStatus = new DividerPanel.DividerPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.panel_mdi_tab = new System.Windows.Forms.Panel();
     this.tabControl_mdichild = new System.Windows.Forms.TabControl();
     this.imageList_tabpage_icons = new System.Windows.Forms.ImageList(this.components);
     this.dpMiddle = new DividerPanel.DividerPanel();
     this.picOpenClose = new System.Windows.Forms.PictureBox();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1.SuspendLayout();
     this.dPanelLeft.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.dpStatus.SuspendLayout();
     this.panel_mdi_tab.SuspendLayout();
     this.dpMiddle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picOpenClose)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MtmGM,
     this.MtmGame,
     this.toolStripMenuItemHelp});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(715, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     //
     // MtmGM
     //
     this.MtmGM.Name = "MtmGM";
     this.MtmGM.Size = new System.Drawing.Size(65, 20);
     this.MtmGM.Text = "系统管理";
     //
     // MtmGame
     //
     this.MtmGame.Name = "MtmGame";
     this.MtmGame.Size = new System.Drawing.Size(65, 20);
     this.MtmGame.Text = "游戏管理";
     //
     // toolStripMenuItemHelp
     //
     this.toolStripMenuItemHelp.Name = "toolStripMenuItemHelp";
     this.toolStripMenuItemHelp.Size = new System.Drawing.Size(41, 20);
     this.toolStripMenuItemHelp.Text = "帮助";
     this.toolStripMenuItemHelp.Click += new System.EventHandler(this.toolStripMenuItemHelp_Click);
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(0, 24);
     this.dividerPanel1.Name = "dividerPanel1";
     this.dividerPanel1.Size = new System.Drawing.Size(715, 10);
     this.dividerPanel1.TabIndex = 1;
     //
     // dPanelLeft
     //
     this.dPanelLeft.AllowDrop = true;
     this.dPanelLeft.Controls.Add(this.TrvMenu);
     this.dPanelLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.dPanelLeft.Location = new System.Drawing.Point(0, 34);
     this.dPanelLeft.Name = "dividerPanel2";
     this.dPanelLeft.Padding = new System.Windows.Forms.Padding(2);
     this.dPanelLeft.Size = new System.Drawing.Size(183, 347);
     this.dPanelLeft.TabIndex = 4;
     //
     // TrvMenu
     //
     this.TrvMenu.ContextMenuStrip = this.contextMenuStrip1;
     this.TrvMenu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TrvMenu.Location = new System.Drawing.Point(2, 2);
     this.TrvMenu.Name = "TrvMenu";
     this.TrvMenu.Size = new System.Drawing.Size(179, 343);
     this.TrvMenu.TabIndex = 0;
     this.TrvMenu.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TrvMenu_AfterSelect);
     this.TrvMenu.Click += new System.EventHandler(this.TrvMenu_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem1});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
     this.toolStripMenuItem1.Text = "刷新";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // dpStatus
     //
     this.dpStatus.AllowDrop = true;
     this.dpStatus.Controls.Add(this.lblStatus);
     this.dpStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dpStatus.Location = new System.Drawing.Point(193, 356);
     this.dpStatus.Name = "dpStatus";
     this.dpStatus.Size = new System.Drawing.Size(522, 25);
     this.dpStatus.TabIndex = 1;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Location = new System.Drawing.Point(6, 6);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(0, 12);
     this.lblStatus.TabIndex = 0;
     //
     // panel_mdi_tab
     //
     this.panel_mdi_tab.Controls.Add(this.tabControl_mdichild);
     this.panel_mdi_tab.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel_mdi_tab.Location = new System.Drawing.Point(193, 34);
     this.panel_mdi_tab.Name = "panel_mdi_tab";
     this.panel_mdi_tab.Size = new System.Drawing.Size(522, 27);
     this.panel_mdi_tab.TabIndex = 10;
     //
     // tabControl_mdichild
     //
     this.tabControl_mdichild.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl_mdichild.ImageList = this.imageList_tabpage_icons;
     this.tabControl_mdichild.Location = new System.Drawing.Point(0, 0);
     this.tabControl_mdichild.Name = "tabControl_mdichild";
     this.tabControl_mdichild.SelectedIndex = 0;
     this.tabControl_mdichild.Size = new System.Drawing.Size(522, 27);
     this.tabControl_mdichild.TabIndex = 9;
     this.tabControl_mdichild.MouseLeave += new System.EventHandler(this.tabControl_mdichild_MouseLeave);
     this.tabControl_mdichild.Click += new System.EventHandler(this.tabControl_mdichild_Click);
     this.tabControl_mdichild.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tabControl_mdichild_MouseMove);
     this.tabControl_mdichild.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tabControl_mdichild_MouseUp);
     //
     // imageList_tabpage_icons
     //
     this.imageList_tabpage_icons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_tabpage_icons.ImageStream")));
     this.imageList_tabpage_icons.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList_tabpage_icons.Images.SetKeyName(0, "close.gif");
     this.imageList_tabpage_icons.Images.SetKeyName(1, "close_over.gif");
     //
     // dpMiddle
     //
     this.dpMiddle.AllowDrop = true;
     this.dpMiddle.Controls.Add(this.picOpenClose);
     this.dpMiddle.Dock = System.Windows.Forms.DockStyle.Left;
     this.dpMiddle.Location = new System.Drawing.Point(183, 34);
     this.dpMiddle.Name = "dividerPanel3";
     this.dpMiddle.Size = new System.Drawing.Size(10, 347);
     this.dpMiddle.TabIndex = 5;
     //
     // picOpenClose
     //
     this.picOpenClose.Cursor = System.Windows.Forms.Cursors.Hand;
     this.picOpenClose.Image = global::GMCLIENT.Properties.Resources.left_right2;
     this.picOpenClose.Location = new System.Drawing.Point(1, 129);
     this.picOpenClose.Margin = new System.Windows.Forms.Padding(0);
     this.picOpenClose.Name = "picOpenClose";
     this.picOpenClose.Size = new System.Drawing.Size(6, 50);
     this.picOpenClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picOpenClose.TabIndex = 0;
     this.picOpenClose.TabStop = false;
     this.picOpenClose.Click += new System.EventHandler(this.pictureBox1_Click);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 50;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(715, 381);
     this.Controls.Add(this.panel_mdi_tab);
     this.Controls.Add(this.dpStatus);
     this.Controls.Add(this.dpMiddle);
     this.Controls.Add(this.dPanelLeft);
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.menuStrip1);
     this.IsMdiContainer = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "GMTOOLS 游戏管理工具";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
     this.Resize += new System.EventHandler(this.Main_Resize);
     this.MdiChildActivate += new System.EventHandler(this.FormMain_MdiChildActivate);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
     this.Load += new System.EventHandler(this.Main_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.dPanelLeft.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.dpStatus.ResumeLayout(false);
     this.dpStatus.PerformLayout();
     this.panel_mdi_tab.ResumeLayout(false);
     this.dpMiddle.ResumeLayout(false);
     this.dpMiddle.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picOpenClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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);
 }
Exemple #15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.gameName        = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.button2         = new System.Windows.Forms.Button();
     this.button1         = new System.Windows.Forms.Button();
     this.gameDescription = new System.Windows.Forms.TextBox();
     this.dividerPanel1   = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gameName
     //
     this.gameName.Location = new System.Drawing.Point(80, 16);
     this.gameName.Name     = "gameName";
     this.gameName.Size     = new System.Drawing.Size(288, 21);
     this.gameName.TabIndex = 12;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 16);
     this.label2.TabIndex = 11;
     this.label2.Text     = "描  述:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 16);
     this.label1.TabIndex = 10;
     this.label1.Text     = "游戏名称:";
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location     = new System.Drawing.Point(299, 11);
     this.button2.Name         = "button2";
     this.button2.Size         = new System.Drawing.Size(75, 23);
     this.button2.TabIndex     = 9;
     this.button2.Text         = "取消";
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.button1.Location     = new System.Drawing.Point(211, 11);
     this.button1.Name         = "button1";
     this.button1.Size         = new System.Drawing.Size(75, 23);
     this.button1.TabIndex     = 8;
     this.button1.Text         = "确认";
     this.button1.Click       += new System.EventHandler(this.button1_Click);
     //
     // gameDescription
     //
     this.gameDescription.Location = new System.Drawing.Point(80, 56);
     this.gameDescription.Name     = "gameDescription";
     this.gameDescription.Size     = new System.Drawing.Size(288, 21);
     this.gameDescription.TabIndex = 13;
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel1.Controls.Add(this.button2);
     this.dividerPanel1.Controls.Add(this.button1);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.dividerPanel1.Location = new System.Drawing.Point(0, 97);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(378, 46);
     this.dividerPanel1.TabIndex = 14;
     //
     // NewGame
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(378, 143);
     this.Controls.Add(this.dividerPanel1);
     this.Controls.Add(this.gameDescription);
     this.Controls.Add(this.gameName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NewGame";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "游戏设置";
     this.Load           += new System.EventHandler(this.NewGame_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.dividerPanel1 = new DividerPanel.DividerPanel();
     this.label1        = new System.Windows.Forms.Label();
     this.dividerPanel2 = new DividerPanel.DividerPanel();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.linkLabel1    = new System.Windows.Forms.LinkLabel();
     this.linkLabel2    = new System.Windows.Forms.LinkLabel();
     this.linkLabel3    = new System.Windows.Forms.LinkLabel();
     this.linkLabel4    = new System.Windows.Forms.LinkLabel();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.groupBox3     = new System.Windows.Forms.GroupBox();
     this.linkLabel7    = new System.Windows.Forms.LinkLabel();
     this.linkLabel6    = new System.Windows.Forms.LinkLabel();
     this.linkLabel5    = new System.Windows.Forms.LinkLabel();
     this.groupBox4     = new System.Windows.Forms.GroupBox();
     this.linkLabel14   = new System.Windows.Forms.LinkLabel();
     this.linkLabel13   = new System.Windows.Forms.LinkLabel();
     this.linkLabel12   = new System.Windows.Forms.LinkLabel();
     this.linkLabel11   = new System.Windows.Forms.LinkLabel();
     this.linkLabel10   = new System.Windows.Forms.LinkLabel();
     this.linkLabel9    = new System.Windows.Forms.LinkLabel();
     this.linkLabel8    = new System.Windows.Forms.LinkLabel();
     this.groupBox5     = new System.Windows.Forms.GroupBox();
     this.linkLabel16   = new System.Windows.Forms.LinkLabel();
     this.linkLabel15   = new System.Windows.Forms.LinkLabel();
     this.labelTextBox1 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox2 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox3 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox4 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox5 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox6 = new C_Controls.LabelTextBox.LabelTextBox();
     this.groupBox6     = new System.Windows.Forms.GroupBox();
     this.labelTextBox8 = new C_Controls.LabelTextBox.LabelTextBox();
     this.labelTextBox7 = new C_Controls.LabelTextBox.LabelTextBox();
     this.button3       = new System.Windows.Forms.Button();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.SuspendLayout();
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop  = true;
     this.dividerPanel1.BackColor  = System.Drawing.SystemColors.Window;
     this.dividerPanel1.BorderSide = System.Windows.Forms.Border3DSide.Bottom;
     this.dividerPanel1.Controls.Add(this.label1);
     this.dividerPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dividerPanel1.Location = new System.Drawing.Point(0, 0);
     this.dividerPanel1.Name     = "dividerPanel1";
     this.dividerPanel1.Size     = new System.Drawing.Size(702, 57);
     this.dividerPanel1.TabIndex = 9;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(185, 36);
     this.label1.TabIndex = 0;
     this.label1.Text     = "某某某帐号信息\r\n\r\n玩家目前不在线,可对其进行编辑";
     //
     // dividerPanel2
     //
     this.dividerPanel2.AllowDrop  = true;
     this.dividerPanel2.BorderSide = System.Windows.Forms.Border3DSide.Top;
     this.dividerPanel2.Controls.Add(this.button2);
     this.dividerPanel2.Controls.Add(this.button1);
     this.dividerPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.dividerPanel2.Location = new System.Drawing.Point(0, 534);
     this.dividerPanel2.Name     = "dividerPanel2";
     this.dividerPanel2.Size     = new System.Drawing.Size(702, 37);
     this.dividerPanel2.TabIndex = 11;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(615, 11);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "取消";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(534, 11);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "确定";
     this.button1.UseVisualStyleBackColor = true;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Location     = new System.Drawing.Point(6, 37);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(77, 12);
     this.linkLabel1.TabIndex     = 14;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "玩家状态属性";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize     = true;
     this.linkLabel2.Location     = new System.Drawing.Point(6, 57);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(77, 12);
     this.linkLabel2.TabIndex     = 15;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "玩家物品装备";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize = true;
     this.linkLabel3.Location = new System.Drawing.Point(6, 77);
     this.linkLabel3.Name     = "linkLabel3";
     this.linkLabel3.Size     = new System.Drawing.Size(53, 12);
     this.linkLabel3.TabIndex = 16;
     this.linkLabel3.TabStop  = true;
     this.linkLabel3.Text     = "玩家仓库";
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Location = new System.Drawing.Point(6, 17);
     this.linkLabel4.Name     = "linkLabel4";
     this.linkLabel4.Size     = new System.Drawing.Size(101, 12);
     this.linkLabel4.TabIndex = 17;
     this.linkLabel4.TabStop  = true;
     this.linkLabel4.Text     = "玩家所在帮会信息";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelTextBox5);
     this.groupBox1.Controls.Add(this.labelTextBox4);
     this.groupBox1.Controls.Add(this.labelTextBox3);
     this.groupBox1.Controls.Add(this.labelTextBox2);
     this.groupBox1.Controls.Add(this.labelTextBox1);
     this.groupBox1.Location = new System.Drawing.Point(14, 75);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(470, 185);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "groupBox1";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.linkLabel4);
     this.groupBox2.Controls.Add(this.linkLabel1);
     this.groupBox2.Controls.Add(this.linkLabel3);
     this.groupBox2.Controls.Add(this.linkLabel2);
     this.groupBox2.Location = new System.Drawing.Point(490, 75);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(200, 109);
     this.groupBox2.TabIndex = 20;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "groupBox2";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.linkLabel7);
     this.groupBox3.Controls.Add(this.linkLabel6);
     this.groupBox3.Controls.Add(this.linkLabel5);
     this.groupBox3.Location = new System.Drawing.Point(490, 191);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(200, 82);
     this.groupBox3.TabIndex = 21;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "groupBox3";
     //
     // linkLabel7
     //
     this.linkLabel7.AutoSize = true;
     this.linkLabel7.Location = new System.Drawing.Point(8, 39);
     this.linkLabel7.Name     = "linkLabel7";
     this.linkLabel7.Size     = new System.Drawing.Size(53, 12);
     this.linkLabel7.TabIndex = 2;
     this.linkLabel7.TabStop  = true;
     this.linkLabel7.Text     = "添加好友";
     //
     // linkLabel6
     //
     this.linkLabel6.AutoSize = true;
     this.linkLabel6.Location = new System.Drawing.Point(8, 57);
     this.linkLabel6.Name     = "linkLabel6";
     this.linkLabel6.Size     = new System.Drawing.Size(53, 12);
     this.linkLabel6.TabIndex = 1;
     this.linkLabel6.TabStop  = true;
     this.linkLabel6.Text     = "帮会信息";
     //
     // linkLabel5
     //
     this.linkLabel5.AutoSize = true;
     this.linkLabel5.Location = new System.Drawing.Point(8, 21);
     this.linkLabel5.Name     = "linkLabel5";
     this.linkLabel5.Size     = new System.Drawing.Size(53, 12);
     this.linkLabel5.TabIndex = 0;
     this.linkLabel5.TabStop  = true;
     this.linkLabel5.Text     = "好友名单";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.linkLabel14);
     this.groupBox4.Controls.Add(this.linkLabel13);
     this.groupBox4.Controls.Add(this.linkLabel12);
     this.groupBox4.Controls.Add(this.linkLabel11);
     this.groupBox4.Controls.Add(this.linkLabel10);
     this.groupBox4.Controls.Add(this.linkLabel9);
     this.groupBox4.Controls.Add(this.linkLabel8);
     this.groupBox4.Location = new System.Drawing.Point(490, 282);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(200, 170);
     this.groupBox4.TabIndex = 22;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "groupBox4";
     //
     // linkLabel14
     //
     this.linkLabel14.AutoSize = true;
     this.linkLabel14.Location = new System.Drawing.Point(7, 147);
     this.linkLabel14.Name     = "linkLabel14";
     this.linkLabel14.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel14.TabIndex = 6;
     this.linkLabel14.TabStop  = true;
     this.linkLabel14.Text     = "恢复玩家密码";
     //
     // linkLabel13
     //
     this.linkLabel13.AutoSize = true;
     this.linkLabel13.Location = new System.Drawing.Point(7, 126);
     this.linkLabel13.Name     = "linkLabel13";
     this.linkLabel13.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel13.TabIndex = 5;
     this.linkLabel13.TabStop  = true;
     this.linkLabel13.Text     = "修改玩家密码";
     //
     // linkLabel12
     //
     this.linkLabel12.AutoSize = true;
     this.linkLabel12.Location = new System.Drawing.Point(7, 105);
     this.linkLabel12.Name     = "linkLabel12";
     this.linkLabel12.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel12.TabIndex = 4;
     this.linkLabel12.TabStop  = true;
     this.linkLabel12.Text     = "保存玩家密码";
     //
     // linkLabel11
     //
     this.linkLabel11.AutoSize = true;
     this.linkLabel11.Location = new System.Drawing.Point(7, 84);
     this.linkLabel11.Name     = "linkLabel11";
     this.linkLabel11.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel11.TabIndex = 3;
     this.linkLabel11.TabStop  = true;
     this.linkLabel11.Text     = "设置临时密码";
     //
     // linkLabel10
     //
     this.linkLabel10.AutoSize = true;
     this.linkLabel10.Location = new System.Drawing.Point(7, 63);
     this.linkLabel10.Name     = "linkLabel10";
     this.linkLabel10.Size     = new System.Drawing.Size(53, 12);
     this.linkLabel10.TabIndex = 2;
     this.linkLabel10.TabStop  = true;
     this.linkLabel10.Text     = "帐号禁言";
     //
     // linkLabel9
     //
     this.linkLabel9.AutoSize = true;
     this.linkLabel9.Location = new System.Drawing.Point(7, 42);
     this.linkLabel9.Name     = "linkLabel9";
     this.linkLabel9.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel9.TabIndex = 1;
     this.linkLabel9.TabStop  = true;
     this.linkLabel9.Text     = "保存帐号信息";
     //
     // linkLabel8
     //
     this.linkLabel8.AutoSize = true;
     this.linkLabel8.Location = new System.Drawing.Point(7, 21);
     this.linkLabel8.Name     = "linkLabel8";
     this.linkLabel8.Size     = new System.Drawing.Size(83, 12);
     this.linkLabel8.TabIndex = 0;
     this.linkLabel8.TabStop  = true;
     this.linkLabel8.Text     = "停封/解封帐号";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.linkLabel16);
     this.groupBox5.Controls.Add(this.linkLabel15);
     this.groupBox5.Location = new System.Drawing.Point(490, 459);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(200, 68);
     this.groupBox5.TabIndex = 23;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "groupBox5";
     //
     // linkLabel16
     //
     this.linkLabel16.AutoSize = true;
     this.linkLabel16.Location = new System.Drawing.Point(8, 40);
     this.linkLabel16.Name     = "linkLabel16";
     this.linkLabel16.Size     = new System.Drawing.Size(89, 12);
     this.linkLabel16.TabIndex = 1;
     this.linkLabel16.TabStop  = true;
     this.linkLabel16.Text     = "使用者操作记录";
     //
     // linkLabel15
     //
     this.linkLabel15.AutoSize = true;
     this.linkLabel15.Location = new System.Drawing.Point(10, 21);
     this.linkLabel15.Name     = "linkLabel15";
     this.linkLabel15.Size     = new System.Drawing.Size(77, 12);
     this.linkLabel15.TabIndex = 0;
     this.linkLabel15.TabStop  = true;
     this.linkLabel15.Text     = "用户交易记录";
     //
     // labelTextBox1
     //
     this.labelTextBox1.LabelText   = "职业:  ";
     this.labelTextBox1.Location    = new System.Drawing.Point(19, 24);
     this.labelTextBox1.Name        = "labelTextBox1";
     this.labelTextBox1.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox1.ReadOnly    = false;
     this.labelTextBox1.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox1.sMargin     = 0;
     this.labelTextBox1.TabIndex    = 0;
     this.labelTextBox1.TextBoxText = "";
     //
     // labelTextBox2
     //
     this.labelTextBox2.LabelText   = "等级:  ";
     this.labelTextBox2.Location    = new System.Drawing.Point(19, 54);
     this.labelTextBox2.Name        = "labelTextBox2";
     this.labelTextBox2.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox2.ReadOnly    = false;
     this.labelTextBox2.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox2.sMargin     = 0;
     this.labelTextBox2.TabIndex    = 1;
     this.labelTextBox2.TextBoxText = "";
     //
     // labelTextBox3
     //
     this.labelTextBox3.LabelText   = "经验:  ";
     this.labelTextBox3.Location    = new System.Drawing.Point(19, 84);
     this.labelTextBox3.Name        = "labelTextBox3";
     this.labelTextBox3.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox3.ReadOnly    = false;
     this.labelTextBox3.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox3.sMargin     = 0;
     this.labelTextBox3.TabIndex    = 2;
     this.labelTextBox3.TextBoxText = "";
     //
     // labelTextBox4
     //
     this.labelTextBox4.LabelText   = "技能点: ";
     this.labelTextBox4.Location    = new System.Drawing.Point(19, 115);
     this.labelTextBox4.Name        = "labelTextBox4";
     this.labelTextBox4.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox4.ReadOnly    = false;
     this.labelTextBox4.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox4.sMargin     = 0;
     this.labelTextBox4.TabIndex    = 3;
     this.labelTextBox4.TextBoxText = "";
     //
     // labelTextBox5
     //
     this.labelTextBox5.LabelText   = "金钱:  ";
     this.labelTextBox5.Location    = new System.Drawing.Point(19, 143);
     this.labelTextBox5.Name        = "labelTextBox5";
     this.labelTextBox5.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox5.ReadOnly    = false;
     this.labelTextBox5.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox5.sMargin     = 0;
     this.labelTextBox5.TabIndex    = 4;
     this.labelTextBox5.TextBoxText = "";
     //
     // labelTextBox6
     //
     this.labelTextBox6.LabelText   = "所在城市:";
     this.labelTextBox6.Location    = new System.Drawing.Point(20, 20);
     this.labelTextBox6.Name        = "labelTextBox6";
     this.labelTextBox6.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox6.ReadOnly    = false;
     this.labelTextBox6.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox6.sMargin     = 0;
     this.labelTextBox6.TabIndex    = 5;
     this.labelTextBox6.TextBoxText = "";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.labelTextBox6);
     this.groupBox6.Controls.Add(this.button3);
     this.groupBox6.Controls.Add(this.labelTextBox8);
     this.groupBox6.Controls.Add(this.labelTextBox7);
     this.groupBox6.Location = new System.Drawing.Point(13, 265);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(471, 146);
     this.groupBox6.TabIndex = 24;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "groupBox6";
     //
     // labelTextBox8
     //
     this.labelTextBox8.LabelText   = "HP:   ";
     this.labelTextBox8.Location    = new System.Drawing.Point(20, 83);
     this.labelTextBox8.Name        = "labelTextBox8";
     this.labelTextBox8.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox8.ReadOnly    = false;
     this.labelTextBox8.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox8.sMargin     = 0;
     this.labelTextBox8.TabIndex    = 9;
     this.labelTextBox8.TextBoxText = "";
     //
     // labelTextBox7
     //
     this.labelTextBox7.LabelText   = "MP:   ";
     this.labelTextBox7.Location    = new System.Drawing.Point(20, 52);
     this.labelTextBox7.Name        = "labelTextBox7";
     this.labelTextBox7.Position    = C_Controls.LabelTextBox.LabelTextBox.ELABELPOSITION.LEFT;
     this.labelTextBox7.ReadOnly    = false;
     this.labelTextBox7.Size        = new System.Drawing.Size(434, 24);
     this.labelTextBox7.sMargin     = 0;
     this.labelTextBox7.TabIndex    = 8;
     this.labelTextBox7.TextBoxText = "";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(379, 116);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 10;
     this.button3.Text     = "修改";
     this.button3.UseVisualStyleBackColor = true;
     //
     // characterlnfoList
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(702, 571);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "characterlnfoList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "characterlnfoList";
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel1.PerformLayout();
     this.dividerPanel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.serverIP          = new System.Windows.Forms.ComboBox();
     this.label3            = new System.Windows.Forms.Label();
     this.search            = new System.Windows.Forms.Button();
     this.orderType         = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.userType          = new System.Windows.Forms.ComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.listViewSortOrder = new System.Windows.Forms.ListView();
     this.id            = new System.Windows.Forms.ColumnHeader();
     this.account       = new System.Windows.Forms.ColumnHeader();
     this.char_name     = new System.Windows.Forms.ColumnHeader();
     this.type_id       = new System.Windows.Forms.ColumnHeader();
     this.level         = new System.Windows.Forms.ColumnHeader();
     this.exp           = new System.Windows.Forms.ColumnHeader();
     this.money         = new System.Windows.Forms.ColumnHeader();
     this.dividerPanel1 = new DividerPanel.DividerPanel();
     this.dividerPanel2 = new DividerPanel.DividerPanel();
     this.dividerPanel3 = new DividerPanel.DividerPanel();
     this.dividerPanel1.SuspendLayout();
     this.dividerPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // serverIP
     //
     this.serverIP.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.serverIP.FormattingEnabled = true;
     this.serverIP.Items.AddRange(new object[] {
         "1",
         "2",
         "3"
     });
     this.serverIP.Location = new System.Drawing.Point(81, 10);
     this.serverIP.Name     = "serverIP";
     this.serverIP.Size     = new System.Drawing.Size(165, 20);
     this.serverIP.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(33, 14);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "区域:";
     //
     // search
     //
     this.search.Location = new System.Drawing.Point(261, 7);
     this.search.Name     = "search";
     this.search.Size     = new System.Drawing.Size(74, 23);
     this.search.TabIndex = 4;
     this.search.Text     = "查看";
     this.search.Click   += new System.EventHandler(this.search_Click);
     //
     // orderType
     //
     this.orderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.orderType.Items.AddRange(new object[] {
         "金钱",
         "等级"
     });
     this.orderType.Location = new System.Drawing.Point(81, 55);
     this.orderType.Name     = "orderType";
     this.orderType.Size     = new System.Drawing.Size(165, 20);
     this.orderType.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(10, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "排名类型:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // userType
     //
     this.userType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.userType.Items.AddRange(new object[] {
         "所有职业",
         "战士",
         "法师",
         "道士"
     });
     this.userType.Location = new System.Drawing.Point(81, 33);
     this.userType.Name     = "userType";
     this.userType.Size     = new System.Drawing.Size(165, 20);
     this.userType.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(34, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "角色:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // listViewSortOrder
     //
     this.listViewSortOrder.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.listViewSortOrder.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.account,
         this.char_name,
         this.type_id,
         this.level,
         this.exp,
         this.money
     });
     this.listViewSortOrder.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewSortOrder.FullRowSelect = true;
     this.listViewSortOrder.GridLines     = true;
     this.listViewSortOrder.Location      = new System.Drawing.Point(2, 2);
     this.listViewSortOrder.MultiSelect   = false;
     this.listViewSortOrder.Name          = "listViewSortOrder";
     this.listViewSortOrder.Size          = new System.Drawing.Size(639, 210);
     this.listViewSortOrder.TabIndex      = 7;
     this.listViewSortOrder.UseCompatibleStateImageBehavior = false;
     this.listViewSortOrder.View = System.Windows.Forms.View.Details;
     this.listViewSortOrder.SelectedIndexChanged += new System.EventHandler(this.listViewAcoount_SelectedIndexChanged);
     //
     // id
     //
     this.id.Text  = "编号";
     this.id.Width = 49;
     //
     // account
     //
     this.account.Text = "帐号";
     //
     // char_name
     //
     this.char_name.Text  = "角色名";
     this.char_name.Width = 105;
     //
     // type_id
     //
     this.type_id.Text = "角色";
     //
     // level
     //
     this.level.Text = "等级";
     //
     // exp
     //
     this.exp.Text = "经验值";
     //
     // money
     //
     this.money.Text = "金钱数";
     //
     // dividerPanel1
     //
     this.dividerPanel1.AllowDrop = true;
     this.dividerPanel1.Controls.Add(this.serverIP);
     this.dividerPanel1.Controls.Add(this.label2);
     this.dividerPanel1.Controls.Add(this.label3);
     this.dividerPanel1.Controls.Add(this.label1);
     this.dividerPanel1.Controls.Add(this.search);
     this.dividerPanel1.Controls.Add(this.userType);
     this.dividerPanel1.Controls.Add(this.orderType);
     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(643, 85);
     this.dividerPanel1.TabIndex = 6;
     //
     // 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, 95);
     this.dividerPanel2.Name          = "dividerPanel2";
     this.dividerPanel2.Size          = new System.Drawing.Size(643, 10);
     this.dividerPanel2.TabIndex      = 7;
     //
     // dividerPanel3
     //
     this.dividerPanel3.AllowDrop = true;
     this.dividerPanel3.Controls.Add(this.listViewSortOrder);
     this.dividerPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dividerPanel3.Location = new System.Drawing.Point(10, 105);
     this.dividerPanel3.Name     = "dividerPanel3";
     this.dividerPanel3.Padding  = new System.Windows.Forms.Padding(2);
     this.dividerPanel3.Size     = new System.Drawing.Size(643, 214);
     this.dividerPanel3.TabIndex = 8;
     //
     // userInfoOrder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(663, 329);
     this.Controls.Add(this.dividerPanel3);
     this.Controls.Add(this.dividerPanel2);
     this.Controls.Add(this.dividerPanel1);
     this.Name        = "userInfoOrder";
     this.Padding     = new System.Windows.Forms.Padding(10);
     this.Text        = "排行榜";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.userInfoOrder_Load);
     this.dividerPanel1.ResumeLayout(false);
     this.dividerPanel1.PerformLayout();
     this.dividerPanel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }