コード例 #1
0
 void InitializeComponent()
 {
     this.GlobalPowerList = new global::Hero_Designer.frmDPSCalc.PowerList[0];
     this.components      = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmDPSCalc));
     this.lvPower              = new global::System.Windows.Forms.ListView();
     this.lvPower.ColumnClick += new global::System.Windows.Forms.ColumnClickEventHandler(this.lvPower_ColumnClick);
     this.chPower              = new global::System.Windows.Forms.ColumnHeader();
     this.chDPA              = new global::System.Windows.Forms.ColumnHeader();
     this.chDamage           = new global::System.Windows.Forms.ColumnHeader();
     this.chRecharge         = new global::System.Windows.Forms.ColumnHeader();
     this.chAnimation        = new global::System.Windows.Forms.ColumnHeader();
     this.chEndurance        = new global::System.Windows.Forms.ColumnHeader();
     this.chDamageBuff       = new global::System.Windows.Forms.ColumnHeader();
     this.chResistanceDebuff = new global::System.Windows.Forms.ColumnHeader();
     this.chBuildID          = new global::System.Windows.Forms.ColumnHeader();
     this.ilAttackChain      = new global::System.Windows.Forms.ImageList(this.components);
     this.chkSortByLevel     = new global::System.Windows.Forms.CheckBox();
     this.chkDamageBuffs     = new global::System.Windows.Forms.CheckBox();
     this.lblHeader          = new global::System.Windows.Forms.Label();
     this.lblDPS             = new global::System.Windows.Forms.Label();
     this.lblEPS             = new global::System.Windows.Forms.Label();
     this.lblDPSNum          = new global::System.Windows.Forms.Label();
     this.lblEPSNum          = new global::System.Windows.Forms.Label();
     this.Panel1             = new global::System.Windows.Forms.Panel();
     this.tbDPSOutput        = new global::System.Windows.Forms.TextBox();
     this.Panel2             = new global::System.Windows.Forms.Panel();
     this.ToolTip1           = new global::System.Windows.Forms.ToolTip(this.components);
     this.ibAutoMode         = new global::midsControls.ImageButton();
     this.ibClear            = new global::midsControls.ImageButton();
     this.ibTopmost          = new global::midsControls.ImageButton();
     this.ibClose            = new global::midsControls.ImageButton();
     this.Panel1.SuspendLayout();
     this.Panel2.SuspendLayout();
     base.SuspendLayout();
     global::System.Drawing.Point point = new global::System.Drawing.Point(0, 0);
     global::System.Drawing.Size  size  = new global::System.Drawing.Size(60, 30);
     this.lvPower.CheckBoxes = true;
     this.lvPower.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.chPower,
         this.chDPA,
         this.chDamage,
         this.chRecharge,
         this.chAnimation,
         this.chEndurance,
         this.chDamageBuff,
         this.chResistanceDebuff,
         this.chBuildID
     });
     this.lvPower.FullRowSelect = true;
     this.lvPower.HideSelection = false;
     point = new global::System.Drawing.Point(12, 12);
     this.lvPower.Location    = point;
     this.lvPower.MultiSelect = false;
     this.lvPower.Name        = "lvPower";
     size = new global::System.Drawing.Size(768, 250);
     this.lvPower.Size     = size;
     this.lvPower.Sorting  = global::System.Windows.Forms.SortOrder.Ascending;
     this.lvPower.TabIndex = 1;
     this.lvPower.UseCompatibleStateImageBehavior = false;
     this.lvPower.View             = global::System.Windows.Forms.View.Details;
     this.chPower.Text             = "Power";
     this.chPower.Width            = 150;
     this.chDPA.Text               = "DPA";
     this.chDPA.Width              = 88;
     this.chDamage.Text            = "Damage";
     this.chDamage.Width           = 88;
     this.chRecharge.Text          = "Recharge";
     this.chRecharge.Width         = 88;
     this.chAnimation.Text         = "Animation";
     this.chAnimation.Width        = 88;
     this.chEndurance.Text         = "Endurance";
     this.chEndurance.Width        = 88;
     this.chDamageBuff.Text        = "Dmg Buff";
     this.chDamageBuff.Width       = 88;
     this.chDamageBuff.Tag         = "Damage Buff";
     this.chResistanceDebuff.Text  = "Res Debuff";
     this.chResistanceDebuff.Width = 88;
     this.chResistanceDebuff.Tag   = "Resistance Debuff";
     this.chBuildID.Width          = 0;
     this.chBuildID.Tag            = "chBuildID";
     this.ilAttackChain.ColorDepth = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     size = new global::System.Drawing.Size(16, 16);
     this.ilAttackChain.ImageSize        = size;
     this.ilAttackChain.TransparentColor = global::System.Drawing.Color.Transparent;
     this.chkSortByLevel.Checked         = true;
     this.chkSortByLevel.CheckState      = global::System.Windows.Forms.CheckState.Checked;
     this.chkSortByLevel.ForeColor       = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(12, 263);
     this.chkSortByLevel.Location = point;
     this.chkSortByLevel.Name     = "chkSortByLevel";
     size = new global::System.Drawing.Size(176, 16);
     this.chkSortByLevel.Size     = size;
     this.chkSortByLevel.TabIndex = 9;
     this.chkSortByLevel.Text     = "Sort By Level";
     this.chkSortByLevel.UseVisualStyleBackColor = true;
     this.chkDamageBuffs.Checked    = true;
     this.chkDamageBuffs.CheckState = global::System.Windows.Forms.CheckState.Checked;
     this.chkDamageBuffs.ForeColor  = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(250, 450);
     this.chkDamageBuffs.Location = point;
     this.chkDamageBuffs.Name     = "chkDamageBuffs";
     size = new global::System.Drawing.Size(150, 16);
     this.chkDamageBuffs.Size     = size;
     this.chkDamageBuffs.TabIndex = 9;
     this.chkDamageBuffs.Text     = "Add Damage Buffs?";
     this.chkDamageBuffs.UseVisualStyleBackColor = true;
     this.lblHeader.Font      = new global::System.Drawing.Font("Arial", 17.5f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.lblHeader.ForeColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     point = new global::System.Drawing.Point(0, 0);
     this.lblHeader.Location = point;
     this.lblHeader.Name     = "lblHeader";
     size = new global::System.Drawing.Size(700, 30);
     this.lblHeader.Size      = size;
     this.lblHeader.TabIndex  = 10;
     this.lblHeader.Text      = "You may select -All Powers- or just the powers you want to consider.";
     this.lblHeader.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.Panel1.Controls.Add(this.tbDPSOutput);
     this.Panel1.Controls.Add(this.lblDPS);
     this.Panel1.Controls.Add(this.lblEPS);
     this.Panel1.Controls.Add(this.lblDPSNum);
     this.Panel1.Controls.Add(this.lblEPSNum);
     this.Panel1.Controls.Add(this.lblHeader);
     point = new global::System.Drawing.Point(0, 36);
     this.Panel1.Location = point;
     this.Panel1.Name     = "Panel1";
     size                       = new global::System.Drawing.Size(790, 177);
     this.Panel1.Size           = size;
     this.Panel1.TabIndex       = 11;
     point                      = new global::System.Drawing.Point(0, 36);
     this.tbDPSOutput.Location  = point;
     this.tbDPSOutput.BackColor = global::System.Drawing.Color.Black;
     this.tbDPSOutput.ForeColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.tbDPSOutput.Height    = 200;
     this.tbDPSOutput.Width     = 600;
     this.tbDPSOutput.Font      = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point                      = new global::System.Drawing.Point(650, 10);
     this.lblDPS.Location       = point;
     size                       = new global::System.Drawing.Size(200, 30);
     this.lblDPS.MinimumSize    = size;
     this.lblDPS.BackColor      = global::System.Drawing.Color.Black;
     this.lblDPS.ForeColor      = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.lblDPS.Font           = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.lblDPS.Text           = "Estimated DPS: ";
     point                      = new global::System.Drawing.Point(660, 40);
     this.lblDPSNum.Location    = point;
     size                       = new global::System.Drawing.Size(200, 30);
     this.lblDPSNum.MinimumSize = size;
     this.lblDPSNum.BackColor   = global::System.Drawing.Color.Black;
     this.lblDPSNum.ForeColor   = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.lblDPSNum.Font        = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.lblDPSNum.Text        = "-Null-";
     point                      = new global::System.Drawing.Point(650, 75);
     this.lblEPS.Location       = point;
     size                       = new global::System.Drawing.Size(200, 30);
     this.lblEPS.MinimumSize    = size;
     this.lblEPS.BackColor      = global::System.Drawing.Color.Black;
     this.lblEPS.ForeColor      = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.lblEPS.Font           = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.lblEPS.Text           = "Estimated EPS: ";
     point                      = new global::System.Drawing.Point(660, 105);
     this.lblEPSNum.Location    = point;
     size                       = new global::System.Drawing.Size(200, 30);
     this.lblEPSNum.MinimumSize = size;
     this.lblEPSNum.BackColor   = global::System.Drawing.Color.Black;
     this.lblEPSNum.ForeColor   = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.lblEPSNum.Font        = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.lblEPSNum.Text        = "-Null-";
     size                       = new global::System.Drawing.Size(786, 176);
     this.Panel2.BackColor      = global::System.Drawing.Color.Black;
     this.Panel2.Controls.Add(this.Panel1);
     point = new global::System.Drawing.Point(12, 260);
     this.Panel2.Location = point;
     this.Panel2.Name     = "Panel2";
     size                 = new global::System.Drawing.Size(790, 213);
     this.Panel2.Size     = size;
     this.Panel2.TabIndex = 12;
     point                = new global::System.Drawing.Point(234, 445);
     size                 = new global::System.Drawing.Size(166, 22);
     this.ToolTip1.SetToolTip(this.ibAutoMode, "Click to enable Automagical Mode");
     this.ibAutoMode.Checked = false;
     this.ibAutoMode.Font    = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point = new global::System.Drawing.Point(0, 0);
     this.ibAutoMode.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(123, 445);
     this.ibAutoMode.Location = point;
     this.ibAutoMode.Name     = "ibAutoMode";
     size = new global::System.Drawing.Size(105, 22);
     this.ibAutoMode.Size     = size;
     this.ibAutoMode.TabIndex = 14;
     this.ibAutoMode.TextOff  = "Manual";
     this.ibAutoMode.TextOn   = "Alt Text";
     this.ibAutoMode.Toggle   = false;
     this.ibClear.Checked     = false;
     this.ibClear.Font        = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point = new global::System.Drawing.Point(0, 0);
     this.ibClear.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(12, 445);
     this.ibClear.Location = point;
     this.ibClear.Name     = "ibClear";
     size = new global::System.Drawing.Size(105, 22);
     this.ibClear.Size      = size;
     this.ibClear.TabIndex  = 13;
     this.ibClear.TextOff   = "Clear";
     this.ibClear.TextOn    = "Alt Text";
     this.ibClear.Toggle    = false;
     this.ibTopmost.Checked = true;
     this.ibTopmost.Font    = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point = new global::System.Drawing.Point(0, 0);
     this.ibTopmost.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(406, 445);
     this.ibTopmost.Location = point;
     this.ibTopmost.Name     = "ibTopmost";
     size = new global::System.Drawing.Size(105, 22);
     this.ibTopmost.Size     = size;
     this.ibTopmost.TabIndex = 7;
     this.ibTopmost.TextOff  = "Keep On Top";
     this.ibTopmost.TextOn   = "Keep On Top";
     this.ibTopmost.Toggle   = true;
     this.ibClose.Checked    = false;
     this.ibClose.Font       = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point = new global::System.Drawing.Point(0, 0);
     this.ibClose.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(517, 445);
     this.ibClose.Location = point;
     this.ibClose.Name     = "ibClose";
     size = new global::System.Drawing.Size(105, 22);
     this.ibClose.Size     = size;
     this.ibClose.TabIndex = 6;
     this.ibClose.TextOff  = "Close";
     this.ibClose.TextOn   = "Alt Text";
     this.ibClose.Toggle   = false;
     base.AutoScaleMode    = global::System.Windows.Forms.AutoScaleMode.None;
     this.BackColor        = global::System.Drawing.Color.FromArgb(0, 0, 32);
     size            = new global::System.Drawing.Size(634, 479);
     base.ClientSize = size;
     base.Controls.Add(this.ibAutoMode);
     base.Controls.Add(this.ibClear);
     base.Controls.Add(this.chkSortByLevel);
     base.Controls.Add(this.chkDamageBuffs);
     base.Controls.Add(this.ibTopmost);
     base.Controls.Add(this.ibClose);
     base.Controls.Add(this.lvPower);
     base.Controls.Add(this.Panel2);
     this.Font            = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "frmDPSCalc";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Damage Per Second Calculator (Beta)";
     base.TopMost         = true;
     this.Panel1.ResumeLayout(false);
     this.Panel2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #2
0
ファイル: Main.Designer.cs プロジェクト: judge2020/uProxy
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::μProxy_Tool.Main));
     this.Menu_S = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.LoadProxiesToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyProxyToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ExportToolStripMenuItem         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ClearListToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RemoveSelectedToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AboutToolStripMenuItem1         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btn_Stop        = new global::System.Windows.Forms.Button();
     this.lbl_3           = new global::System.Windows.Forms.Label();
     this.lbl_2           = new global::System.Windows.Forms.Label();
     this.lbl_1           = new global::System.Windows.Forms.Label();
     this.btn_About       = new global::System.Windows.Forms.Button();
     this.lb_border3      = new global::System.Windows.Forms.Label();
     this.Sp_1            = new global::System.Windows.Forms.Label();
     this.btn_Export      = new global::System.Windows.Forms.Button();
     this.btn_Settings    = new global::System.Windows.Forms.Button();
     this.btn_Clear       = new global::System.Windows.Forms.Button();
     this.btn_Check       = new global::System.Windows.Forms.Button();
     this.SaveAll         = new global::System.Windows.Forms.Button();
     this.OpenFile_Btn    = new global::System.Windows.Forms.Button();
     this.Scrape_btn      = new global::System.Windows.Forms.Button();
     this.lb_border1      = new global::System.Windows.Forms.Label();
     this.tooltip         = new global::System.Windows.Forms.ToolTip(this.components);
     this.lb_info         = new global::System.Windows.Forms.Label();
     this.guide_icon      = new global::System.Windows.Forms.PictureBox();
     this.panel_guide     = new global::System.Windows.Forms.Panel();
     this.lb_close        = new global::System.Windows.Forms.Label();
     this.lb_detail       = new global::System.Windows.Forms.Label();
     this.lb_border       = new global::System.Windows.Forms.Label();
     this.Status          = new global::System.Windows.Forms.StatusStrip();
     this.status_lbl      = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.status_progress = new global::System.Windows.Forms.ToolStripProgressBar();
     this.status_per      = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ListView1       = new global::μProxy_Tool.DoubleBufferedListView();
     this.ColumnHeader1   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader6   = new global::System.Windows.Forms.ColumnHeader();
     this.Menu_S.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.guide_icon).BeginInit();
     this.panel_guide.SuspendLayout();
     this.Status.SuspendLayout();
     this.SuspendLayout();
     this.Menu_S.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.LoadProxiesToolStripMenuItem,
         this.CopyProxyToolStripMenuItem,
         this.ExportToolStripMenuItem,
         this.ClearListToolStripMenuItem,
         this.RemoveSelectedToolStripMenuItem,
         this.AboutToolStripMenuItem1
     });
     this.Menu_S.Name            = "ContextMenuStrip1";
     this.Menu_S.ShowImageMargin = false;
     global::System.Windows.Forms.Control arg_293_0 = this.Menu_S;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(140, 136);
     arg_293_0.Size = size;
     this.LoadProxiesToolStripMenuItem.Name = "LoadProxiesToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2BD_0 = this.LoadProxiesToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_2BD_0.Size = size;
     this.LoadProxiesToolStripMenuItem.Text = "Load Proxies";
     this.CopyProxyToolStripMenuItem.Name   = "CopyProxyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2F7_0 = this.CopyProxyToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_2F7_0.Size = size;
     this.CopyProxyToolStripMenuItem.Text = "Copy Proxy";
     this.ExportToolStripMenuItem.Name    = "ExportToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_331_0 = this.ExportToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_331_0.Size = size;
     this.ExportToolStripMenuItem.Text    = "Export";
     this.ClearListToolStripMenuItem.Name = "ClearListToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_36B_0 = this.ClearListToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_36B_0.Size = size;
     this.ClearListToolStripMenuItem.Text      = "Clear List";
     this.RemoveSelectedToolStripMenuItem.Name = "RemoveSelectedToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_3A5_0 = this.RemoveSelectedToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_3A5_0.Size = size;
     this.RemoveSelectedToolStripMenuItem.Text = "Remove Selected";
     this.AboutToolStripMenuItem1.Name         = "AboutToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_3DF_0 = this.AboutToolStripMenuItem1;
     size           = new global::System.Drawing.Size(139, 22);
     arg_3DF_0.Size = size;
     this.AboutToolStripMenuItem1.Text = "About";
     this.btn_Stop.Enabled             = false;
     this.btn_Stop.FlatStyle           = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Stop.ForeColor           = global::System.Drawing.SystemColors.Window;
     this.btn_Stop.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Stop.Image");
     global::System.Windows.Forms.Control arg_44C_0 = this.btn_Stop;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(234, 4);
     arg_44C_0.Location = location;
     this.btn_Stop.Name = "btn_Stop";
     global::System.Windows.Forms.Control arg_473_0 = this.btn_Stop;
     size                   = new global::System.Drawing.Size(45, 40);
     arg_473_0.Size         = size;
     this.btn_Stop.TabIndex = 4;
     this.tooltip.SetToolTip(this.btn_Stop, "Stop Scraper/Checker");
     this.btn_Stop.UseVisualStyleBackColor = true;
     this.lbl_3.AutoSize  = true;
     this.lbl_3.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_3.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_4F5_0 = this.lbl_3;
     location           = new global::System.Drawing.Point(354, 45);
     arg_4F5_0.Location = location;
     this.lbl_3.Name    = "lbl_3";
     global::System.Windows.Forms.Control arg_51F_0 = this.lbl_3;
     size                 = new global::System.Drawing.Size(147, 15);
     arg_51F_0.Size       = size;
     this.lbl_3.TabIndex  = 17;
     this.lbl_3.Text      = "Export     Settings     About";
     this.lbl_2.AutoSize  = true;
     this.lbl_2.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_2.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_58D_0 = this.lbl_2;
     location           = new global::System.Drawing.Point(124, 45);
     arg_58D_0.Location = location;
     this.lbl_2.Name    = "lbl_2";
     global::System.Windows.Forms.Control arg_5B7_0 = this.lbl_2;
     size                 = new global::System.Drawing.Size(203, 15);
     arg_5B7_0.Size       = size;
     this.lbl_2.TabIndex  = 16;
     this.lbl_2.Text      = "Scrape      Check        Stop         Clear";
     this.lbl_1.AutoSize  = true;
     this.lbl_1.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_1.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_624_0 = this.lbl_1;
     location           = new global::System.Drawing.Point(8, 45);
     arg_624_0.Location = location;
     this.lbl_1.Name    = "lbl_1";
     global::System.Windows.Forms.Control arg_64B_0 = this.lbl_1;
     size                     = new global::System.Drawing.Size(89, 15);
     arg_64B_0.Size           = size;
     this.lbl_1.TabIndex      = 15;
     this.lbl_1.Text          = "Load         Save";
     this.btn_About.BackColor = global::System.Drawing.SystemColors.Window;
     this.btn_About.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_About.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_About.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_About.Image");
     global::System.Windows.Forms.Control arg_6C9_0 = this.btn_About;
     location            = new global::System.Drawing.Point(460, 4);
     arg_6C9_0.Location  = location;
     this.btn_About.Name = "btn_About";
     global::System.Windows.Forms.Control arg_6F0_0 = this.btn_About;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_6F0_0.Size          = size;
     this.btn_About.TabIndex = 8;
     this.tooltip.SetToolTip(this.btn_About, "About");
     this.btn_About.UseVisualStyleBackColor = false;
     this.lb_border3.BorderStyle            = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_744_0 = this.lb_border3;
     location             = new global::System.Drawing.Point(339, 4);
     arg_744_0.Location   = location;
     this.lb_border3.Name = "lb_border3";
     global::System.Windows.Forms.Control arg_76A_0 = this.lb_border3;
     size                     = new global::System.Drawing.Size(2, 56);
     arg_76A_0.Size           = size;
     this.lb_border3.TabIndex = 13;
     this.Sp_1.BorderStyle    = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_79A_0 = this.Sp_1;
     location           = new global::System.Drawing.Point(113, 4);
     arg_79A_0.Location = location;
     this.Sp_1.Name     = "Sp_1";
     global::System.Windows.Forms.Control arg_7C0_0 = this.Sp_1;
     size                      = new global::System.Drawing.Size(2, 56);
     arg_7C0_0.Size            = size;
     this.Sp_1.TabIndex        = 9;
     this.btn_Export.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Export.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Export.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Export.Image");
     global::System.Windows.Forms.Control arg_81E_0 = this.btn_Export;
     location             = new global::System.Drawing.Point(352, 4);
     arg_81E_0.Location   = location;
     this.btn_Export.Name = "btn_Export";
     global::System.Windows.Forms.Control arg_845_0 = this.btn_Export;
     size                     = new global::System.Drawing.Size(45, 40);
     arg_845_0.Size           = size;
     this.btn_Export.TabIndex = 6;
     this.tooltip.SetToolTip(this.btn_Export, "Export Proxies");
     this.btn_Export.UseVisualStyleBackColor = true;
     this.btn_Settings.FlatStyle             = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Settings.ForeColor             = global::System.Drawing.SystemColors.Window;
     this.btn_Settings.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Settings.Image");
     global::System.Windows.Forms.Control arg_8C4_0 = this.btn_Settings;
     location               = new global::System.Drawing.Point(406, 4);
     arg_8C4_0.Location     = location;
     this.btn_Settings.Name = "btn_Settings";
     global::System.Windows.Forms.Control arg_8EB_0 = this.btn_Settings;
     size                       = new global::System.Drawing.Size(45, 40);
     arg_8EB_0.Size             = size;
     this.btn_Settings.TabIndex = 7;
     this.tooltip.SetToolTip(this.btn_Settings, "μProxy Settings");
     this.btn_Settings.UseVisualStyleBackColor = true;
     this.btn_Clear.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Clear.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Clear.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Clear.Image");
     global::System.Windows.Forms.Control arg_96A_0 = this.btn_Clear;
     location            = new global::System.Drawing.Point(289, 4);
     arg_96A_0.Location  = location;
     this.btn_Clear.Name = "btn_Clear";
     global::System.Windows.Forms.Control arg_991_0 = this.btn_Clear;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_991_0.Size          = size;
     this.btn_Clear.TabIndex = 5;
     this.tooltip.SetToolTip(this.btn_Clear, "Clear Proxies");
     this.btn_Clear.UseVisualStyleBackColor = true;
     this.btn_Check.Enabled   = false;
     this.btn_Check.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Check.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Check.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Check.Image");
     global::System.Windows.Forms.Control arg_A1C_0 = this.btn_Check;
     location            = new global::System.Drawing.Point(179, 4);
     arg_A1C_0.Location  = location;
     this.btn_Check.Name = "btn_Check";
     global::System.Windows.Forms.Control arg_A43_0 = this.btn_Check;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_A43_0.Size          = size;
     this.btn_Check.TabIndex = 3;
     this.tooltip.SetToolTip(this.btn_Check, "Check Proxy List");
     this.btn_Check.UseVisualStyleBackColor = true;
     this.SaveAll.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.SaveAll.ForeColor = global::System.Drawing.SystemColors.Window;
     this.SaveAll.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("SaveAll.Image");
     global::System.Windows.Forms.Control arg_ABF_0 = this.SaveAll;
     location           = new global::System.Drawing.Point(58, 4);
     arg_ABF_0.Location = location;
     this.SaveAll.Name  = "SaveAll";
     global::System.Windows.Forms.Control arg_AE6_0 = this.SaveAll;
     size                  = new global::System.Drawing.Size(45, 40);
     arg_AE6_0.Size        = size;
     this.SaveAll.TabIndex = 1;
     this.tooltip.SetToolTip(this.SaveAll, "Save All Proxy List");
     this.SaveAll.UseVisualStyleBackColor = true;
     this.OpenFile_Btn.FlatStyle          = global::System.Windows.Forms.FlatStyle.Flat;
     this.OpenFile_Btn.ForeColor          = global::System.Drawing.SystemColors.Window;
     this.OpenFile_Btn.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("OpenFile_Btn.Image");
     global::System.Windows.Forms.Control arg_B61_0 = this.OpenFile_Btn;
     location               = new global::System.Drawing.Point(4, 4);
     arg_B61_0.Location     = location;
     this.OpenFile_Btn.Name = "OpenFile_Btn";
     global::System.Windows.Forms.Control arg_B88_0 = this.OpenFile_Btn;
     size                       = new global::System.Drawing.Size(45, 40);
     arg_B88_0.Size             = size;
     this.OpenFile_Btn.TabIndex = 0;
     this.tooltip.SetToolTip(this.OpenFile_Btn, "Open Proxy List");
     this.OpenFile_Btn.UseVisualStyleBackColor = true;
     this.Scrape_btn.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Scrape_btn.ForeColor = global::System.Drawing.SystemColors.Window;
     this.Scrape_btn.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Scrape_btn.Image");
     global::System.Windows.Forms.Control arg_C04_0 = this.Scrape_btn;
     location             = new global::System.Drawing.Point(124, 4);
     arg_C04_0.Location   = location;
     this.Scrape_btn.Name = "Scrape_btn";
     global::System.Windows.Forms.Control arg_C2B_0 = this.Scrape_btn;
     size                     = new global::System.Drawing.Size(45, 40);
     arg_C2B_0.Size           = size;
     this.Scrape_btn.TabIndex = 2;
     this.tooltip.SetToolTip(this.Scrape_btn, "Scrape Proxies");
     this.Scrape_btn.UseVisualStyleBackColor = true;
     this.lb_border1.BorderStyle             = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_C7C_0 = this.lb_border1;
     location             = new global::System.Drawing.Point(4, 63);
     arg_C7C_0.Location   = location;
     this.lb_border1.Name = "lb_border1";
     global::System.Windows.Forms.Control arg_CA5_0 = this.lb_border1;
     size                     = new global::System.Drawing.Size(652, 1);
     arg_CA5_0.Size           = size;
     this.lb_border1.TabIndex = 19;
     this.lb_info.AutoSize    = true;
     this.lb_info.Font        = new global::System.Drawing.Font("Calibri", 11.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_info.ForeColor   = global::System.Drawing.Color.FromArgb(37, 183, 211);
     global::System.Windows.Forms.Control arg_D0E_0 = this.lb_info;
     location           = new global::System.Drawing.Point(27, 3);
     arg_D0E_0.Location = location;
     this.lb_info.Name  = "lb_info";
     global::System.Windows.Forms.Control arg_D35_0 = this.lb_info;
     size                  = new global::System.Drawing.Size(84, 18);
     arg_D35_0.Size        = size;
     this.lb_info.TabIndex = 21;
     this.lb_info.Text     = "Quick Guide";
     this.tooltip.SetToolTip(this.lb_info, "Guide on μProxy Tool");
     this.guide_icon.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("guide_icon.Image");
     global::System.Windows.Forms.Control arg_D99_0 = this.guide_icon;
     location             = new global::System.Drawing.Point(6, 4);
     arg_D99_0.Location   = location;
     this.guide_icon.Name = "guide_icon";
     global::System.Windows.Forms.Control arg_DC0_0 = this.guide_icon;
     size                     = new global::System.Drawing.Size(16, 16);
     arg_DC0_0.Size           = size;
     this.guide_icon.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.guide_icon.TabIndex = 22;
     this.guide_icon.TabStop  = false;
     this.tooltip.SetToolTip(this.guide_icon, "Guide on μProxy Tool");
     this.panel_guide.Anchor      = global::System.Windows.Forms.AnchorStyles.None;
     this.panel_guide.BackColor   = global::System.Drawing.Color.Transparent;
     this.panel_guide.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel_guide.Controls.Add(this.lb_close);
     this.panel_guide.Controls.Add(this.lb_detail);
     this.panel_guide.Controls.Add(this.guide_icon);
     this.panel_guide.Controls.Add(this.lb_info);
     this.panel_guide.Controls.Add(this.lb_border);
     global::System.Windows.Forms.Control arg_EAF_0 = this.panel_guide;
     location              = new global::System.Drawing.Point(156, 152);
     arg_EAF_0.Location    = location;
     this.panel_guide.Name = "panel_guide";
     global::System.Windows.Forms.Control arg_EDC_0 = this.panel_guide;
     size                      = new global::System.Drawing.Size(348, 155);
     arg_EDC_0.Size            = size;
     this.panel_guide.TabIndex = 20;
     this.lb_close.AutoSize    = true;
     this.lb_close.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.lb_close.Cursor      = global::System.Windows.Forms.Cursors.Default;
     this.lb_close.Font        = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_close.ForeColor   = global::System.Drawing.SystemColors.GrayText;
     global::System.Windows.Forms.Control arg_F58_0 = this.lb_close;
     location           = new global::System.Drawing.Point(320, 2);
     arg_F58_0.Location = location;
     this.lb_close.Name = "lb_close";
     global::System.Windows.Forms.Control arg_F7F_0 = this.lb_close;
     size                     = new global::System.Drawing.Size(22, 15);
     arg_F7F_0.Size           = size;
     this.lb_close.TabIndex   = 24;
     this.lb_close.Text       = " X ";
     this.lb_detail.AutoSize  = true;
     this.lb_detail.Font      = new global::System.Drawing.Font("Calibri", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_detail.ForeColor = global::System.Drawing.SystemColors.ControlDarkDark;
     global::System.Windows.Forms.Control arg_FED_0 = this.lb_detail;
     location            = new global::System.Drawing.Point(9, 33);
     arg_FED_0.Location  = location;
     this.lb_detail.Name = "lb_detail";
     global::System.Windows.Forms.Control arg_1017_0 = this.lb_detail;
     size                       = new global::System.Drawing.Size(328, 112);
     arg_1017_0.Size            = size;
     this.lb_detail.TabIndex    = 23;
     this.lb_detail.Text        = componentResourceManager.GetString("lb_detail.Text");
     this.lb_border.BorderStyle = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_105D_0 = this.lb_border;
     location            = new global::System.Drawing.Point(0, 25);
     arg_105D_0.Location = location;
     this.lb_border.Name = "lb_border";
     global::System.Windows.Forms.Control arg_1086_0 = this.lb_border;
     size                    = new global::System.Drawing.Size(345, 1);
     arg_1086_0.Size         = size;
     this.lb_border.TabIndex = 20;
     this.Status.BackColor   = global::System.Drawing.Color.Transparent;
     this.Status.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.status_lbl,
         this.status_progress,
         this.status_per
     });
     global::System.Windows.Forms.Control arg_10F0_0 = this.Status;
     location            = new global::System.Drawing.Point(0, 364);
     arg_10F0_0.Location = location;
     this.Status.Name    = "Status";
     global::System.Windows.Forms.Control arg_111A_0 = this.Status;
     size                      = new global::System.Drawing.Size(660, 22);
     arg_111A_0.Size           = size;
     this.Status.TabIndex      = 20;
     this.Status.TabStop       = true;
     this.Status.Text          = "StatusStrip1";
     this.status_lbl.ForeColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.status_lbl.Name      = "status_lbl";
     global::System.Windows.Forms.ToolStripItem arg_1180_0 = this.status_lbl;
     size                      = new global::System.Drawing.Size(64, 17);
     arg_1180_0.Size           = size;
     this.status_lbl.Text      = "Status: Idle";
     this.status_progress.Name = "status_progress";
     global::System.Windows.Forms.ToolStripControlHost arg_11B7_0 = this.status_progress;
     size                      = new global::System.Drawing.Size(100, 16);
     arg_11B7_0.Size           = size;
     this.status_per.ForeColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.status_per.Name      = "status_per";
     global::System.Windows.Forms.ToolStripItem arg_11F4_0 = this.status_per;
     size                     = new global::System.Drawing.Size(23, 17);
     arg_11F4_0.Size          = size;
     this.status_per.Text     = "0%";
     this.ListView1.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.ListView1.BackColor = global::System.Drawing.SystemColors.Window;
     this.ListView1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.ListView1.ContextMenuStrip = this.Menu_S;
     this.ListView1.Font             = new global::System.Drawing.Font("Franklin Gothic Book", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ListView1.ForeColor        = global::System.Drawing.SystemColors.ControlDarkDark;
     this.ListView1.FullRowSelect    = true;
     this.ListView1.GridLines        = true;
     global::System.Windows.Forms.Control arg_12E4_0 = this.ListView1;
     location            = new global::System.Drawing.Point(5, 68);
     arg_12E4_0.Location = location;
     global::System.Windows.Forms.Control arg_12FC_0 = this.ListView1;
     global::System.Windows.Forms.Padding margin     = new global::System.Windows.Forms.Padding(3, 4, 3, 4);
     arg_12FC_0.Margin   = margin;
     this.ListView1.Name = "ListView1";
     global::System.Windows.Forms.Control arg_1329_0 = this.ListView1;
     size                    = new global::System.Drawing.Size(650, 296);
     arg_1329_0.Size         = size;
     this.ListView1.TabIndex = 12;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View          = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text      = "#";
     this.ColumnHeader1.Width     = 45;
     this.ColumnHeader2.Text      = "Proxy";
     this.ColumnHeader2.Width     = 161;
     this.ColumnHeader3.Text      = "Country";
     this.ColumnHeader3.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader3.Width     = 125;
     this.ColumnHeader4.Text      = "Anonymity";
     this.ColumnHeader4.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader4.Width     = 115;
     this.ColumnHeader5.Text      = "Url Passed";
     this.ColumnHeader5.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader5.Width     = 89;
     this.ColumnHeader6.Text      = "Time (ms)";
     this.ColumnHeader6.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader6.Width     = 82;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 16f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     size            = new global::System.Drawing.Size(660, 386);
     this.ClientSize = size;
     this.Controls.Add(this.panel_guide);
     this.Controls.Add(this.lb_border1);
     this.Controls.Add(this.btn_Stop);
     this.Controls.Add(this.lbl_3);
     this.Controls.Add(this.ListView1);
     this.Controls.Add(this.lbl_2);
     this.Controls.Add(this.lbl_1);
     this.Controls.Add(this.OpenFile_Btn);
     this.Controls.Add(this.btn_About);
     this.Controls.Add(this.Scrape_btn);
     this.Controls.Add(this.lb_border3);
     this.Controls.Add(this.SaveAll);
     this.Controls.Add(this.btn_Check);
     this.Controls.Add(this.Sp_1);
     this.Controls.Add(this.btn_Clear);
     this.Controls.Add(this.btn_Export);
     this.Controls.Add(this.btn_Settings);
     this.Controls.Add(this.Status);
     this.Font            = new global::System.Drawing.Font("Arial Narrow", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = global::System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     margin             = new global::System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Margin        = margin;
     this.MaximizeBox   = false;
     this.Name          = "Main";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "μProxy Tool";
     this.Menu_S.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.guide_icon).EndInit();
     this.panel_guide.ResumeLayout(false);
     this.panel_guide.PerformLayout();
     this.Status.ResumeLayout(false);
     this.Status.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
ファイル: Form1.Designer.cs プロジェクト: Leaked0/OM95-EXO
 // Token: 0x06000007 RID: 7 RVA: 0x00002200 File Offset: 0x00000400
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::center.Form1));
     this.monoFlat_Button1         = new global::MonoFlat.MonoFlat_Button();
     this.monoFlat_ThemeContainer1 = new global::MonoFlat.MonoFlat_ThemeContainer();
     this.monoFlat_Label1          = new global::MonoFlat.MonoFlat_Label();
     this.flatLabel9         = new global::theme.FlatLabel();
     this.monoFlat_CheckBox1 = new global::MonoFlat.MonoFlat_CheckBox();
     this.flatMini1          = new global::theme.FlatMini();
     this.flatClose1         = new global::theme.FlatClose();
     this.logInLabel1        = new global::LogIn_Theme_Dll_By_xVenoxi.LogInLabel();
     this.flatTextBox1       = new global::theme.FlatTextBox();
     this.pictureBox1        = new global::System.Windows.Forms.PictureBox();
     this.linkLabel1         = new global::System.Windows.Forms.LinkLabel();
     this.monoFlat_ThemeContainer1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.monoFlat_Button1.BackColor         = global::System.Drawing.Color.Transparent;
     this.monoFlat_Button1.Font              = new global::System.Drawing.Font("Segoe UI", 12f);
     this.monoFlat_Button1.Image             = null;
     this.monoFlat_Button1.ImageAlign        = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.monoFlat_Button1.Location          = new global::System.Drawing.Point(12, 156);
     this.monoFlat_Button1.Name              = "monoFlat_Button1";
     this.monoFlat_Button1.Size              = new global::System.Drawing.Size(301, 41);
     this.monoFlat_Button1.TabIndex          = 0;
     this.monoFlat_Button1.Text              = "Connexion";
     this.monoFlat_Button1.TextAlignment     = global::System.Drawing.StringAlignment.Center;
     this.monoFlat_Button1.Click            += new global::System.EventHandler(this.monoFlat_Button1_Click);
     this.monoFlat_ThemeContainer1.BackColor = global::System.Drawing.Color.FromArgb(32, 41, 50);
     this.monoFlat_ThemeContainer1.Controls.Add(this.linkLabel1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.monoFlat_Label1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.flatLabel9);
     this.monoFlat_ThemeContainer1.Controls.Add(this.monoFlat_CheckBox1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.flatMini1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.flatClose1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.logInLabel1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.flatTextBox1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.pictureBox1);
     this.monoFlat_ThemeContainer1.Controls.Add(this.monoFlat_Button1);
     this.monoFlat_ThemeContainer1.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.monoFlat_ThemeContainer1.Font          = new global::System.Drawing.Font("Segoe UI", 9f);
     this.monoFlat_ThemeContainer1.Location      = new global::System.Drawing.Point(0, 0);
     this.monoFlat_ThemeContainer1.Name          = "monoFlat_ThemeContainer1";
     this.monoFlat_ThemeContainer1.Padding       = new global::System.Windows.Forms.Padding(10, 70, 10, 9);
     this.monoFlat_ThemeContainer1.RoundCorners  = true;
     this.monoFlat_ThemeContainer1.Sizable       = true;
     this.monoFlat_ThemeContainer1.Size          = new global::System.Drawing.Size(327, 243);
     this.monoFlat_ThemeContainer1.SmartBounds   = true;
     this.monoFlat_ThemeContainer1.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.monoFlat_ThemeContainer1.TabIndex      = 1;
     this.monoFlat_ThemeContainer1.Text          = "                         Data leak";
     this.monoFlat_ThemeContainer1.Click        += new global::System.EventHandler(this.monoFlat_ThemeContainer1_Click);
     this.monoFlat_Label1.AutoSize           = true;
     this.monoFlat_Label1.BackColor          = global::System.Drawing.Color.Transparent;
     this.monoFlat_Label1.Font               = new global::System.Drawing.Font("Segoe UI", 9f);
     this.monoFlat_Label1.ForeColor          = global::System.Drawing.Color.Red;
     this.monoFlat_Label1.Location           = new global::System.Drawing.Point(141, 136);
     this.monoFlat_Label1.Name               = "monoFlat_Label1";
     this.monoFlat_Label1.Size               = new global::System.Drawing.Size(0, 15);
     this.monoFlat_Label1.TabIndex           = 46;
     this.flatLabel9.AutoSize                = true;
     this.flatLabel9.BackColor               = global::System.Drawing.Color.Transparent;
     this.flatLabel9.Font                    = new global::System.Drawing.Font("Segoe UI", 8f);
     this.flatLabel9.ForeColor               = global::System.Drawing.Color.White;
     this.flatLabel9.Location                = new global::System.Drawing.Point(71, 221);
     this.flatLabel9.Name                    = "flatLabel9";
     this.flatLabel9.Size                    = new global::System.Drawing.Size(188, 13);
     this.flatLabel9.TabIndex                = 45;
     this.flatLabel9.Text                    = "Dev : ExoTiQueMoDz et Oldmodz95";
     this.monoFlat_CheckBox1.Checked         = false;
     this.monoFlat_CheckBox1.Font            = new global::System.Drawing.Font("Microsoft Sans Serif", 9f);
     this.monoFlat_CheckBox1.Location        = new global::System.Drawing.Point(13, 134);
     this.monoFlat_CheckBox1.Name            = "monoFlat_CheckBox1";
     this.monoFlat_CheckBox1.Size            = new global::System.Drawing.Size(122, 16);
     this.monoFlat_CheckBox1.TabIndex        = 9;
     this.monoFlat_CheckBox1.Text            = "Afficher la licence :";
     this.monoFlat_CheckBox1.CheckedChanged += new global::MonoFlat.MonoFlat_CheckBox.CheckedChangedEventHandler(this.monoFlat_CheckBox1_CheckedChanged);
     this.flatMini1.Anchor                   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.flatMini1.BackColor                = global::System.Drawing.Color.White;
     this.flatMini1.BaseColor                = global::System.Drawing.Color.FromArgb(45, 47, 49);
     this.flatMini1.Font                     = new global::System.Drawing.Font("Marlett", 12f);
     this.flatMini1.Location                 = new global::System.Drawing.Point(273, 12);
     this.flatMini1.Name                     = "flatMini1";
     this.flatMini1.Size                     = new global::System.Drawing.Size(18, 18);
     this.flatMini1.TabIndex                 = 5;
     this.flatMini1.Text                     = "flatMini1";
     this.flatMini1.TextColor                = global::System.Drawing.Color.FromArgb(243, 243, 243);
     this.flatClose1.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.flatClose1.BackColor               = global::System.Drawing.Color.White;
     this.flatClose1.BaseColor               = global::System.Drawing.Color.FromArgb(168, 35, 35);
     this.flatClose1.Font                    = new global::System.Drawing.Font("Marlett", 10f);
     this.flatClose1.Location                = new global::System.Drawing.Point(297, 12);
     this.flatClose1.Name                    = "flatClose1";
     this.flatClose1.Size                    = new global::System.Drawing.Size(18, 18);
     this.flatClose1.TabIndex                = 4;
     this.flatClose1.Text                    = "flatClose1";
     this.flatClose1.TextColor               = global::System.Drawing.Color.FromArgb(243, 243, 243);
     this.logInLabel1.AutoSize               = true;
     this.logInLabel1.BackColor              = global::System.Drawing.Color.Transparent;
     this.logInLabel1.Font                   = new global::System.Drawing.Font("Segoe UI", 9f);
     this.logInLabel1.FontColour             = global::System.Drawing.Color.FromArgb(255, 255, 255);
     this.logInLabel1.ForeColor              = global::System.Drawing.Color.FromArgb(255, 255, 255);
     this.logInLabel1.Location               = new global::System.Drawing.Point(13, 78);
     this.logInLabel1.Name                   = "logInLabel1";
     this.logInLabel1.Size                   = new global::System.Drawing.Size(56, 15);
     this.logInLabel1.TabIndex               = 3;
     this.logInLabel1.Text                   = "Licence : ";
     this.flatTextBox1.BackColor             = global::System.Drawing.Color.Transparent;
     this.flatTextBox1.Location              = new global::System.Drawing.Point(13, 99);
     this.flatTextBox1.MaxLength             = 32767;
     this.flatTextBox1.Multiline             = false;
     this.flatTextBox1.Name                  = "flatTextBox1";
     this.flatTextBox1.ReadOnly              = false;
     this.flatTextBox1.Size                  = new global::System.Drawing.Size(301, 29);
     this.flatTextBox1.TabIndex              = 2;
     this.flatTextBox1.TextAlign             = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.flatTextBox1.TextColor             = global::System.Drawing.Color.FromArgb(192, 192, 192);
     this.flatTextBox1.UseSystemPasswordChar = true;
     this.pictureBox1.BackgroundImage        = global::center.Properties.Resources.Screenshot_1;
     this.pictureBox1.Image                  = global::center.Properties.Resources.server__datacenter__database__storage_512;
     this.pictureBox1.Location               = new global::System.Drawing.Point(3, 5);
     this.pictureBox1.Name                   = "pictureBox1";
     this.pictureBox1.Size                   = new global::System.Drawing.Size(59, 50);
     this.pictureBox1.SizeMode               = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex               = 1;
     this.pictureBox1.TabStop                = false;
     this.linkLabel1.ActiveLinkColor         = global::System.Drawing.Color.Teal;
     this.linkLabel1.AutoSize                = true;
     this.linkLabel1.LinkColor               = global::System.Drawing.Color.Aqua;
     this.linkLabel1.Location                = new global::System.Drawing.Point(71, 200);
     this.linkLabel1.Name                    = "linkLabel1";
     this.linkLabel1.Size                    = new global::System.Drawing.Size(187, 15);
     this.linkLabel1.TabIndex                = 47;
     this.linkLabel1.TabStop                 = true;
     this.linkLabel1.Text                    = "Upgrade abonnement - Data-Leak";
     this.linkLabel1.LinkClicked            += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     base.AutoScaleDimensions                = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize    = new global::System.Drawing.Size(327, 243);
     base.Controls.Add(this.monoFlat_ThemeContainer1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "Form1";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Panel De Connexion - Data Leak";
     base.TransparencyKey = global::System.Drawing.Color.Fuchsia;
     this.monoFlat_ThemeContainer1.ResumeLayout(false);
     this.monoFlat_ThemeContainer1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
コード例 #4
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.Windows.Forms.ListViewItem listViewItem = new global::System.Windows.Forms.ListViewItem(new string[]
     {
         "Arquivo :"
     }, -1, global::System.Drawing.Color.White, global::System.Drawing.Color.Empty, null);
     global::System.Windows.Forms.ListViewItem listViewItem2 = new global::System.Windows.Forms.ListViewItem(new string[]
     {
         "Tamanho :"
     }, -1, global::System.Drawing.Color.White, global::System.Drawing.Color.Empty, null);
     global::System.Windows.Forms.ListViewItem listViewItem3 = new global::System.Windows.Forms.ListViewItem(new string[]
     {
         "Velocidade :"
     }, -1, global::System.Drawing.Color.White, global::System.Drawing.Color.Empty, null);
     global::System.Windows.Forms.ListViewItem listViewItem4 = new global::System.Windows.Forms.ListViewItem(new string[]
     {
         "Baixado :"
     }, -1, global::System.Drawing.Color.White, global::System.Drawing.Color.Empty, null);
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.DW));
     this.ProgressBar1  = new global::System.Windows.Forms.ProgressBar();
     this.Lv1           = new global::Troianos_RAT.GClass9();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.Button1       = new global::System.Windows.Forms.Button();
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     this.ProgressBar1.Dock = global::System.Windows.Forms.DockStyle.Bottom;
     global::System.Windows.Forms.Control progressBar = this.ProgressBar1;
     global::System.Drawing.Point         location    = new global::System.Drawing.Point(0, 75);
     progressBar.Location   = location;
     this.ProgressBar1.Name = "ProgressBar1";
     global::System.Windows.Forms.Control progressBar2 = this.ProgressBar1;
     global::System.Drawing.Size          size         = new global::System.Drawing.Size(418, 10);
     progressBar2.Size          = size;
     this.ProgressBar1.TabIndex = 0;
     this.Lv1.BackColor         = global::System.Drawing.Color.Black;
     this.Lv1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2
     });
     this.Lv1.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.Lv1.Font          = new global::System.Drawing.Font("Arial", 8f, global::System.Drawing.FontStyle.Bold);
     this.Lv1.ForeColor     = global::System.Drawing.Color.LightSteelBlue;
     this.Lv1.FullRowSelect = true;
     this.Lv1.GridLines     = true;
     this.Lv1.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.None;
     this.Lv1.Items.AddRange(new global::System.Windows.Forms.ListViewItem[]
     {
         listViewItem,
         listViewItem2,
         listViewItem3,
         listViewItem4
     });
     global::System.Windows.Forms.Control lv = this.Lv1;
     location           = new global::System.Drawing.Point(0, 0);
     lv.Location        = location;
     this.Lv1.Name      = "Lv1";
     this.Lv1.OwnerDraw = true;
     global::System.Windows.Forms.Control lv2 = this.Lv1;
     size              = new global::System.Drawing.Size(418, 75);
     lv2.Size          = size;
     this.Lv1.TabIndex = 1;
     this.Lv1.UseCompatibleStateImageBehavior = false;
     this.Lv1.View            = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Width = 96;
     this.ColumnHeader2.Width = 301;
     this.Button1.BackColor   = global::System.Drawing.Color.Black;
     this.Button1.Dock        = global::System.Windows.Forms.DockStyle.Right;
     this.Button1.FlatStyle   = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button1.ForeColor   = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button = this.Button1;
     location          = new global::System.Drawing.Point(341, 0);
     button.Location   = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button2 = this.Button1;
     size                  = new global::System.Drawing.Size(77, 75);
     button2.Size          = size;
     this.Button1.TabIndex = 2;
     this.Button1.Text     = "Parar";
     this.Button1.UseVisualStyleBackColor = false;
     this.Timer1.Interval = 1000;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(418, 85);
     this.ClientSize = size;
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.Lv1);
     this.Controls.Add(this.ProgressBar1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.Name            = "DW";
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Baixar";
     this.ResumeLayout(false);
 }
コード例 #5
0
 // Token: 0x060000D6 RID: 214 RVA: 0x0000939C File Offset: 0x0000939C
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Sanchez.Patcher.Source_files.Settings));
     this.groupBox1   = new global::System.Windows.Forms.GroupBox();
     this.label2      = new global::System.Windows.Forms.Label();
     this.pictureBox1 = new global::System.Windows.Forms.PictureBox();
     this.textBox1    = new global::System.Windows.Forms.TextBox();
     this.button1     = new global::System.Windows.Forms.Button();
     this.label1      = new global::System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.pictureBox1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location              = new global::System.Drawing.Point(12, 12);
     this.groupBox1.Name                  = "groupBox1";
     this.groupBox1.Size                  = new global::System.Drawing.Size(534, 185);
     this.groupBox1.TabIndex              = 0;
     this.groupBox1.TabStop               = false;
     this.groupBox1.Text                  = "Ayarlar";
     this.label2.AutoSize                 = true;
     this.label2.Font                     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 162);
     this.label2.Location                 = new global::System.Drawing.Point(19, 93);
     this.label2.Name                     = "label2";
     this.label2.Size                     = new global::System.Drawing.Size(35, 13);
     this.label2.TabIndex                 = 4;
     this.label2.Text                     = "label2";
     this.label2.Click                   += new global::System.EventHandler(this.label2_Click_1);
     this.pictureBox1.Image               = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox1.Image");
     this.pictureBox1.Location            = new global::System.Drawing.Point(469, 42);
     this.pictureBox1.Name                = "pictureBox1";
     this.pictureBox1.Size                = new global::System.Drawing.Size(31, 27);
     this.pictureBox1.TabIndex            = 3;
     this.pictureBox1.TabStop             = false;
     this.pictureBox1.Click              += new global::System.EventHandler(this.pictureBox1_Click);
     this.textBox1.BorderStyle            = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox1.Enabled                = false;
     this.textBox1.Location               = new global::System.Drawing.Point(81, 42);
     this.textBox1.Name                   = "textBox1";
     this.textBox1.Size                   = new global::System.Drawing.Size(382, 20);
     this.textBox1.TabIndex               = 2;
     this.button1.Location                = new global::System.Drawing.Point(436, 84);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new global::System.Drawing.Size(75, 23);
     this.button1.TabIndex                = 1;
     this.button1.Text                    = "Kaydet";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new global::System.EventHandler(this.button1_Click);
     this.label1.AutoSize                 = true;
     this.label1.Location                 = new global::System.Drawing.Point(20, 46);
     this.label1.Name                     = "label1";
     this.label1.Size                     = new global::System.Drawing.Size(56, 13);
     this.label1.TabIndex                 = 0;
     this.label1.Text                     = "Oyun Yolu";
     base.AutoScaleDimensions             = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                   = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new global::System.Drawing.Size(558, 207);
     base.Controls.Add(this.groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "Settings";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Rina Roleplay";
     base.Load           += new global::System.EventHandler(this.Settings_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
コード例 #6
0
 // Token: 0x0600004A RID: 74 RVA: 0x000055C0 File Offset: 0x000037C0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Rush_it_redesign.Form2));
     this.panel1             = new global::System.Windows.Forms.Panel();
     this.label1             = new global::System.Windows.Forms.Label();
     this.pictureBox3        = new global::System.Windows.Forms.PictureBox();
     this.pictureBox1        = new global::System.Windows.Forms.PictureBox();
     this.guna2Button5       = new global::Guna.UI2.WinForms.Guna2Button();
     this.guna2Button4       = new global::Guna.UI2.WinForms.Guna2Button();
     this.guna2Button3       = new global::Guna.UI2.WinForms.Guna2Button();
     this.guna2Button2       = new global::Guna.UI2.WinForms.Guna2Button();
     this.guna2Button1       = new global::Guna.UI2.WinForms.Guna2Button();
     this.pictureBox2        = new global::System.Windows.Forms.PictureBox();
     this.bunifuImageButton3 = new global::Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton2 = new global::Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuElipse1      = new global::Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel2             = new global::System.Windows.Forms.Panel();
     this.bunifuSeparator1   = new global::Bunifu.Framework.UI.BunifuSeparator();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox3).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bunifuImageButton3).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bunifuImageButton2).BeginInit();
     base.SuspendLayout();
     this.panel1.BackColor = global::System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.guna2Button5);
     this.panel1.Controls.Add(this.guna2Button4);
     this.panel1.Controls.Add(this.guna2Button3);
     this.panel1.Controls.Add(this.guna2Button2);
     this.panel1.Controls.Add(this.guna2Button1);
     this.panel1.Dock                          = global::System.Windows.Forms.DockStyle.Left;
     this.panel1.Location                      = new global::System.Drawing.Point(0, 0);
     this.panel1.Name                          = "panel1";
     this.panel1.Size                          = new global::System.Drawing.Size(200, 548);
     this.panel1.TabIndex                      = 0;
     this.label1.AutoSize                      = true;
     this.label1.Font                          = new global::System.Drawing.Font("Microsoft Tai Le", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label1.ForeColor                     = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.label1.Location                      = new global::System.Drawing.Point(0, 534);
     this.label1.Name                          = "label1";
     this.label1.Size                          = new global::System.Drawing.Size(55, 14);
     this.label1.TabIndex                      = 8;
     this.label1.Text                          = "RushIt v2";
     this.label1.Click                        += new global::System.EventHandler(this.label1_Click);
     this.pictureBox3.Image                    = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox3.Image");
     this.pictureBox3.Location                 = new global::System.Drawing.Point(0, 2);
     this.pictureBox3.Name                     = "pictureBox3";
     this.pictureBox3.Size                     = new global::System.Drawing.Size(200, 115);
     this.pictureBox3.SizeMode                 = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex                 = 7;
     this.pictureBox3.TabStop                  = false;
     this.pictureBox1.BackColor                = global::System.Drawing.Color.Transparent;
     this.pictureBox1.Image                    = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox1.Image");
     this.pictureBox1.Location                 = new global::System.Drawing.Point(164, 121);
     this.pictureBox1.Name                     = "pictureBox1";
     this.pictureBox1.Size                     = new global::System.Drawing.Size(36, 61);
     this.pictureBox1.SizeMode                 = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex                 = 6;
     this.pictureBox1.TabStop                  = false;
     this.pictureBox1.Click                   += new global::System.EventHandler(this.pictureBox1_Click);
     this.guna2Button5.BorderRadius            = 22;
     this.guna2Button5.CheckedState.Parent     = this.guna2Button5;
     this.guna2Button5.CustomImages.Parent     = this.guna2Button5;
     this.guna2Button5.FillColor               = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.guna2Button5.Font                    = new global::System.Drawing.Font("Segoe UI", 11f);
     this.guna2Button5.ForeColor               = global::System.Drawing.Color.White;
     this.guna2Button5.HoverState.Parent       = this.guna2Button5;
     this.guna2Button5.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("guna2Button5.Image");
     this.guna2Button5.ImageAlign              = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.guna2Button5.ImageSize               = new global::System.Drawing.Size(40, 40);
     this.guna2Button5.Location                = new global::System.Drawing.Point(3, 455);
     this.guna2Button5.Name                    = "guna2Button5";
     this.guna2Button5.ShadowDecoration.Parent = this.guna2Button5;
     this.guna2Button5.Size                    = new global::System.Drawing.Size(184, 61);
     this.guna2Button5.TabIndex                = 5;
     this.guna2Button5.Text                    = "Reg Maker";
     this.guna2Button5.Click                  += new global::System.EventHandler(this.guna2Button5_Click);
     this.guna2Button4.BorderRadius            = 22;
     this.guna2Button4.CheckedState.Parent     = this.guna2Button4;
     this.guna2Button4.CustomImages.Parent     = this.guna2Button4;
     this.guna2Button4.FillColor               = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.guna2Button4.Font                    = new global::System.Drawing.Font("Segoe UI", 11f);
     this.guna2Button4.ForeColor               = global::System.Drawing.Color.White;
     this.guna2Button4.HoverState.Parent       = this.guna2Button4;
     this.guna2Button4.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("guna2Button4.Image");
     this.guna2Button4.ImageAlign              = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.guna2Button4.ImageSize               = new global::System.Drawing.Size(40, 40);
     this.guna2Button4.Location                = new global::System.Drawing.Point(3, 370);
     this.guna2Button4.Name                    = "guna2Button4";
     this.guna2Button4.ShadowDecoration.Parent = this.guna2Button4;
     this.guna2Button4.Size                    = new global::System.Drawing.Size(184, 61);
     this.guna2Button4.TabIndex                = 4;
     this.guna2Button4.Text                    = "Cleaner";
     this.guna2Button4.Click                  += new global::System.EventHandler(this.guna2Button4_Click);
     this.guna2Button3.BorderRadius            = 22;
     this.guna2Button3.CheckedState.Parent     = this.guna2Button3;
     this.guna2Button3.CustomImages.Parent     = this.guna2Button3;
     this.guna2Button3.FillColor               = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.guna2Button3.Font                    = new global::System.Drawing.Font("Segoe UI", 11f);
     this.guna2Button3.ForeColor               = global::System.Drawing.Color.White;
     this.guna2Button3.HoverState.Parent       = this.guna2Button3;
     this.guna2Button3.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("guna2Button3.Image");
     this.guna2Button3.ImageAlign              = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.guna2Button3.ImageSize               = new global::System.Drawing.Size(40, 40);
     this.guna2Button3.Location                = new global::System.Drawing.Point(3, 287);
     this.guna2Button3.Name                    = "guna2Button3";
     this.guna2Button3.ShadowDecoration.Parent = this.guna2Button3;
     this.guna2Button3.Size                    = new global::System.Drawing.Size(184, 61);
     this.guna2Button3.TabIndex                = 3;
     this.guna2Button3.Text                    = "Booster";
     this.guna2Button3.Click                  += new global::System.EventHandler(this.guna2Button3_Click);
     this.guna2Button2.BorderRadius            = 22;
     this.guna2Button2.CheckedState.Parent     = this.guna2Button2;
     this.guna2Button2.CustomImages.Parent     = this.guna2Button2;
     this.guna2Button2.FillColor               = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.guna2Button2.Font                    = new global::System.Drawing.Font("Segoe UI", 11f);
     this.guna2Button2.ForeColor               = global::System.Drawing.Color.White;
     this.guna2Button2.HoverState.Parent       = this.guna2Button2;
     this.guna2Button2.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("guna2Button2.Image");
     this.guna2Button2.ImageAlign              = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.guna2Button2.ImageSize               = new global::System.Drawing.Size(40, 40);
     this.guna2Button2.Location                = new global::System.Drawing.Point(3, 204);
     this.guna2Button2.Name                    = "guna2Button2";
     this.guna2Button2.ShadowDecoration.Parent = this.guna2Button2;
     this.guna2Button2.Size                    = new global::System.Drawing.Size(184, 61);
     this.guna2Button2.TabIndex                = 2;
     this.guna2Button2.Text                    = "System";
     this.guna2Button2.Click                  += new global::System.EventHandler(this.guna2Button2_Click);
     this.guna2Button1.BorderRadius            = 22;
     this.guna2Button1.CheckedState.Parent     = this.guna2Button1;
     this.guna2Button1.CustomImages.Parent     = this.guna2Button1;
     this.guna2Button1.FillColor               = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.guna2Button1.Font                    = new global::System.Drawing.Font("Segoe UI", 11f);
     this.guna2Button1.ForeColor               = global::System.Drawing.Color.White;
     this.guna2Button1.HoverState.Parent       = this.guna2Button1;
     this.guna2Button1.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("guna2Button1.Image");
     this.guna2Button1.ImageAlign              = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.guna2Button1.ImageSize               = new global::System.Drawing.Size(40, 40);
     this.guna2Button1.Location                = new global::System.Drawing.Point(3, 121);
     this.guna2Button1.Name                    = "guna2Button1";
     this.guna2Button1.ShadowDecoration.Parent = this.guna2Button1;
     this.guna2Button1.Size                    = new global::System.Drawing.Size(184, 61);
     this.guna2Button1.TabIndex                = 1;
     this.guna2Button1.Text                    = "Internet";
     this.guna2Button1.Click                  += new global::System.EventHandler(this.guna2Button1_Click);
     this.pictureBox2.Image                    = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox2.Image");
     this.pictureBox2.Location                 = new global::System.Drawing.Point(0, 0);
     this.pictureBox2.Name                     = "pictureBox2";
     this.pictureBox2.Size                     = new global::System.Drawing.Size(860, 46);
     this.pictureBox2.TabIndex                 = 1;
     this.pictureBox2.TabStop                  = false;
     this.pictureBox2.Click                   += new global::System.EventHandler(this.pictureBox2_Click);
     this.pictureBox2.MouseDown               += new global::System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseDown);
     this.pictureBox2.MouseMove               += new global::System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseMove);
     this.bunifuImageButton3.BackColor         = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.bunifuImageButton3.Image             = (global::System.Drawing.Image)componentResourceManager.GetObject("bunifuImageButton3.Image");
     this.bunifuImageButton3.ImageActive       = null;
     this.bunifuImageButton3.Location          = new global::System.Drawing.Point(760, 0);
     this.bunifuImageButton3.Name              = "bunifuImageButton3";
     this.bunifuImageButton3.Size              = new global::System.Drawing.Size(49, 45);
     this.bunifuImageButton3.SizeMode          = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton3.TabIndex          = 3;
     this.bunifuImageButton3.TabStop           = false;
     this.bunifuImageButton3.Zoom              = 10;
     this.bunifuImageButton3.Click            += new global::System.EventHandler(this.bunifuImageButton3_Click);
     this.bunifuImageButton2.BackColor         = global::System.Drawing.Color.FromArgb(40, 42, 60);
     this.bunifuImageButton2.Image             = (global::System.Drawing.Image)componentResourceManager.GetObject("bunifuImageButton2.Image");
     this.bunifuImageButton2.ImageActive       = null;
     this.bunifuImageButton2.Location          = new global::System.Drawing.Point(811, 0);
     this.bunifuImageButton2.Name              = "bunifuImageButton2";
     this.bunifuImageButton2.Size              = new global::System.Drawing.Size(49, 45);
     this.bunifuImageButton2.SizeMode          = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex          = 2;
     this.bunifuImageButton2.TabStop           = false;
     this.bunifuImageButton2.Zoom              = 10;
     this.bunifuImageButton2.Click            += new global::System.EventHandler(this.bunifuImageButton2_Click);
     this.bunifuElipse1.ElipseRadius           = 12;
     this.bunifuElipse1.TargetControl          = this;
     this.panel2.Location                      = new global::System.Drawing.Point(207, 64);
     this.panel2.Name                          = "panel2";
     this.panel2.Size                          = new global::System.Drawing.Size(636, 472);
     this.panel2.TabIndex                      = 4;
     this.panel2.Paint                        += new global::System.Windows.Forms.PaintEventHandler(this.panel2_Paint_1);
     this.bunifuSeparator1.BackColor           = global::System.Drawing.Color.Transparent;
     this.bunifuSeparator1.ForeColor           = global::System.Drawing.Color.White;
     this.bunifuSeparator1.LineColor           = global::System.Drawing.Color.FromArgb(255, 255, 255);
     this.bunifuSeparator1.LineThickness       = 1;
     this.bunifuSeparator1.Location            = new global::System.Drawing.Point(200, 48);
     this.bunifuSeparator1.Name                = "bunifuSeparator1";
     this.bunifuSeparator1.Size                = new global::System.Drawing.Size(656, 10);
     this.bunifuSeparator1.TabIndex            = 0;
     this.bunifuSeparator1.Transparency        = 255;
     this.bunifuSeparator1.Vertical            = false;
     base.AutoScaleDimensions                  = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                        = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor  = global::System.Drawing.Color.FromArgb(40, 42, 60);
     base.ClientSize = new global::System.Drawing.Size(855, 548);
     base.Controls.Add(this.bunifuSeparator1);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.bunifuImageButton3);
     base.Controls.Add(this.bunifuImageButton2);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.pictureBox2);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "Form2";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form2";
     base.Load           += new global::System.EventHandler(this.Form2_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox3).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bunifuImageButton3).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bunifuImageButton2).EndInit();
     base.ResumeLayout(false);
 }
コード例 #7
0
 // Token: 0x060000F7 RID: 247 RVA: 0x00016914 File Offset: 0x00014B14
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hotel.frmListMenu));
     this.tableLayoutPanel1 = new global::System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new global::System.Windows.Forms.TableLayoutPanel();
     this.lblTitle          = new global::System.Windows.Forms.Label();
     this.tableLayoutPanel3 = new global::System.Windows.Forms.TableLayoutPanel();
     this.btnEdit           = new global::System.Windows.Forms.Button();
     this.btnDel            = new global::System.Windows.Forms.Button();
     this.btnAddNew         = new global::System.Windows.Forms.Button();
     this.lstViewMenu       = new global::System.Windows.Forms.ListView();
     this.tableLayoutPanel4 = new global::System.Windows.Forms.TableLayoutPanel();
     this.button1           = new global::System.Windows.Forms.Button();
     this.imgListIcon       = new global::System.Windows.Forms.ImageList(this.components);
     this.contextMenuStrip1 = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.cmThemMoi         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.cmXoa             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.cmChinhSua        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.pictureBox1       = new global::System.Windows.Forms.PictureBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lstViewMenu, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 3);
     this.tableLayoutPanel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel1.Location = new global::System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 61.97183f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 38.02817f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Absolute, 460f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Absolute, 43f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Absolute, 51f));
     this.tableLayoutPanel1.Size        = new global::System.Drawing.Size(915, 634);
     this.tableLayoutPanel1.TabIndex    = 0;
     this.tableLayoutPanel2.BackColor   = global::System.Drawing.Color.White;
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 10.36662f));
     this.tableLayoutPanel2.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 89.63338f));
     this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.lblTitle, 1, 0);
     this.tableLayoutPanel2.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new global::System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.Size     = new global::System.Drawing.Size(909, 75);
     this.tableLayoutPanel2.TabIndex = 1;
     this.lblTitle.AutoSize          = true;
     this.lblTitle.Dock                 = global::System.Windows.Forms.DockStyle.Fill;
     this.lblTitle.Font                 = new global::System.Drawing.Font("Microsoft Sans Serif", 15.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lblTitle.Location             = new global::System.Drawing.Point(97, 0);
     this.lblTitle.Name                 = "lblTitle";
     this.lblTitle.Size                 = new global::System.Drawing.Size(809, 75);
     this.lblTitle.TabIndex             = 1;
     this.lblTitle.Text                 = "Cho phép bạn quản lý và chỉnh sửa ";
     this.lblTitle.TextAlign            = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.tableLayoutPanel3.ColumnCount = 4;
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Absolute, 126f));
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Absolute, 424f));
     this.tableLayoutPanel3.Controls.Add(this.btnEdit, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.btnDel, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.btnAddNew, 0, 0);
     this.tableLayoutPanel3.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.tableLayoutPanel3.Location = new global::System.Drawing.Point(3, 84);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.Size     = new global::System.Drawing.Size(734, 43);
     this.tableLayoutPanel3.TabIndex = 2;
     this.btnEdit.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.btnEdit.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnEdit.Location = new global::System.Drawing.Point(187, 3);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new global::System.Drawing.Size(120, 37);
     this.btnEdit.TabIndex = 2;
     this.btnEdit.Text     = "Chỉnh sửa";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click  += new global::System.EventHandler(this.btnEdit_Click);
     this.btnDel.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.btnDel.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnDel.Location = new global::System.Drawing.Point(95, 3);
     this.btnDel.Name     = "btnDel";
     this.btnDel.Size     = new global::System.Drawing.Size(86, 37);
     this.btnDel.TabIndex = 1;
     this.btnDel.Text     = "Xóa";
     this.btnDel.UseVisualStyleBackColor = true;
     this.btnDel.Click      += new global::System.EventHandler(this.btnDel_Click);
     this.btnAddNew.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.btnAddNew.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnAddNew.Location = new global::System.Drawing.Point(3, 3);
     this.btnAddNew.Name     = "btnAddNew";
     this.btnAddNew.Size     = new global::System.Drawing.Size(86, 37);
     this.btnAddNew.TabIndex = 0;
     this.btnAddNew.Text     = "Thêm mới";
     this.btnAddNew.UseVisualStyleBackColor = true;
     this.btnAddNew.Click     += new global::System.EventHandler(this.btnAddNew_Click);
     this.lstViewMenu.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.lstViewMenu.Location = new global::System.Drawing.Point(3, 133);
     this.lstViewMenu.Name     = "lstViewMenu";
     this.lstViewMenu.Size     = new global::System.Drawing.Size(909, 454);
     this.lstViewMenu.TabIndex = 3;
     this.lstViewMenu.UseCompatibleStateImageBehavior = false;
     this.lstViewMenu.ItemActivate         += new global::System.EventHandler(this.lstViewMenu_ItemActivate);
     this.lstViewMenu.SelectedIndexChanged += new global::System.EventHandler(this.lstViewMenu_SelectedIndexChanged);
     this.tableLayoutPanel4.ColumnCount     = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 88.10741f));
     this.tableLayoutPanel4.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 11.89258f));
     this.tableLayoutPanel4.Controls.Add(this.button1, 1, 0);
     this.tableLayoutPanel4.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.tableLayoutPanel4.Location = new global::System.Drawing.Point(3, 593);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel4.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel4.Size     = new global::System.Drawing.Size(909, 38);
     this.tableLayoutPanel4.TabIndex = 4;
     this.button1.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.button1.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.button1.Location = new global::System.Drawing.Point(803, 3);
     this.button1.Name     = "button1";
     this.button1.Size     = new global::System.Drawing.Size(103, 32);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Thoát";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click               += new global::System.EventHandler(this.btnExit_Click);
     this.imgListIcon.ColorDepth       = global::System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imgListIcon.ImageSize        = new global::System.Drawing.Size(16, 16);
     this.imgListIcon.TransparentColor = global::System.Drawing.Color.Transparent;
     this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.cmThemMoi,
         this.cmXoa,
         this.cmChinhSua
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new global::System.Drawing.Size(130, 70);
     this.cmThemMoi.Name         = "cmThemMoi";
     this.cmThemMoi.Size         = new global::System.Drawing.Size(129, 22);
     this.cmThemMoi.Text         = "Thêm mới";
     this.cmThemMoi.Click       += new global::System.EventHandler(this.cmThemMoi_Click);
     this.cmXoa.Name             = "cmXoa";
     this.cmXoa.Size             = new global::System.Drawing.Size(129, 22);
     this.cmXoa.Text             = "Xóa";
     this.cmXoa.Click           += new global::System.EventHandler(this.cmXoa_Click);
     this.cmChinhSua.Name        = "cmChinhSua";
     this.cmChinhSua.Size        = new global::System.Drawing.Size(129, 22);
     this.cmChinhSua.Text        = "Chỉnh sửa";
     this.cmChinhSua.Click      += new global::System.EventHandler(this.cmChinhSua_Click);
     this.pictureBox1.Dock       = global::System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image      = global::Hotel.Properties.Resources.Edit;
     this.pictureBox1.Location   = new global::System.Drawing.Point(3, 3);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new global::System.Drawing.Size(88, 69);
     this.pictureBox1.SizeMode   = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex   = 0;
     this.pictureBox1.TabStop    = false;
     base.AutoScaleDimensions    = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode          = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize             = new global::System.Drawing.Size(915, 646);
     base.Controls.Add(this.tableLayoutPanel1);
     base.Icon        = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     this.MaximumSize = new global::System.Drawing.Size(931, 685);
     this.MinimumSize = new global::System.Drawing.Size(931, 685);
     base.Name        = "frmListMenu";
     this.Text        = "Bảng giá";
     base.Load       += new global::System.EventHandler(this.frmListMenu_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
 }
コード例 #8
0
 // Token: 0x06000017 RID: 23 RVA: 0x000028F8 File Offset: 0x000028F8
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Sanchez.Patcher.pForm));
     this.statusStrip          = new global::System.Windows.Forms.StatusStrip();
     this.Status               = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.completeProgress     = new global::System.Windows.Forms.ProgressBar();
     this.currentProgress      = new global::System.Windows.Forms.ProgressBar();
     this.completeProgressText = new global::System.Windows.Forms.Label();
     this.currentProgressText  = new global::System.Windows.Forms.Label();
     this.pictureBox1          = new global::System.Windows.Forms.PictureBox();
     this.label1               = new global::System.Windows.Forms.Label();
     this.statusStrip.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.statusStrip.BackColor = global::System.Drawing.SystemColors.Control;
     this.statusStrip.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.Status
     });
     this.statusStrip.Location          = new global::System.Drawing.Point(0, 148);
     this.statusStrip.Name              = "statusStrip";
     this.statusStrip.Size              = new global::System.Drawing.Size(460, 22);
     this.statusStrip.TabIndex          = 0;
     this.statusStrip.Text              = "Status";
     this.Status.Name                   = "Status";
     this.Status.Size                   = new global::System.Drawing.Size(0, 17);
     this.completeProgress.Location     = new global::System.Drawing.Point(11, 80);
     this.completeProgress.Name         = "completeProgress";
     this.completeProgress.Size         = new global::System.Drawing.Size(436, 21);
     this.completeProgress.TabIndex     = 1;
     this.currentProgress.Location      = new global::System.Drawing.Point(12, 121);
     this.currentProgress.Name          = "currentProgress";
     this.currentProgress.Size          = new global::System.Drawing.Size(436, 21);
     this.currentProgress.TabIndex      = 2;
     this.completeProgressText.AutoSize = true;
     this.completeProgressText.Location = new global::System.Drawing.Point(8, 64);
     this.completeProgressText.Name     = "completeProgressText";
     this.completeProgressText.Size     = new global::System.Drawing.Size(101, 13);
     this.completeProgressText.TabIndex = 3;
     this.completeProgressText.Text     = "Toplam İlerleme: 0%";
     this.currentProgressText.AutoSize  = true;
     this.currentProgressText.Location  = new global::System.Drawing.Point(9, 105);
     this.currentProgressText.Name      = "currentProgressText";
     this.currentProgressText.Size      = new global::System.Drawing.Size(163, 13);
     this.currentProgressText.TabIndex  = 4;
     this.currentProgressText.Text      = "Dosya İlerlemesi: 0%  |  0.00 kb/s";
     this.pictureBox1.Image             = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox1.Image");
     this.pictureBox1.Location          = new global::System.Drawing.Point(217, 12);
     this.pictureBox1.Name              = "pictureBox1";
     this.pictureBox1.Size              = new global::System.Drawing.Size(28, 34);
     this.pictureBox1.TabIndex          = 5;
     this.pictureBox1.TabStop           = false;
     this.label1.AutoSize               = true;
     this.label1.Font                   = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 162);
     this.label1.Location               = new global::System.Drawing.Point(103, 41);
     this.label1.Name                   = "label1";
     this.label1.Size                   = new global::System.Drawing.Size(249, 13);
     this.label1.TabIndex               = 6;
     this.label1.Text                   = "Hoşgeldiniz, bu bir dosya yükleme aracıdır.";
     base.AutoScaleDimensions           = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                 = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new global::System.Drawing.Size(460, 170);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.currentProgressText);
     base.Controls.Add(this.completeProgressText);
     base.Controls.Add(this.currentProgress);
     base.Controls.Add(this.completeProgress);
     base.Controls.Add(this.statusStrip);
     base.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox   = false;
     this.MaximumSize   = new global::System.Drawing.Size(476, 209);
     this.MinimumSize   = new global::System.Drawing.Size(476, 209);
     base.Name          = "pForm";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Güncelleme";
     base.Load         += new global::System.EventHandler(this.pForm_Load);
     base.Shown        += new global::System.EventHandler(this.pForm_Shown);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #9
0
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmPrint));
     this.btnPrinter         = new global::System.Windows.Forms.Button();
     this.GroupBox1          = new global::System.Windows.Forms.GroupBox();
     this.chkProfileEnh      = new global::System.Windows.Forms.CheckBox();
     this.rbProfileNone      = new global::System.Windows.Forms.RadioButton();
     this.rbProfileLong      = new global::System.Windows.Forms.RadioButton();
     this.rbProfileShort     = new global::System.Windows.Forms.RadioButton();
     this.GroupBox2          = new global::System.Windows.Forms.GroupBox();
     this.chkPrintHistoryEnh = new global::System.Windows.Forms.CheckBox();
     this.chkPrintHistory    = new global::System.Windows.Forms.CheckBox();
     this.btnPrint           = new global::System.Windows.Forms.Button();
     this.btnCancel          = new global::System.Windows.Forms.Button();
     this.dlgSetup           = new global::System.Windows.Forms.PageSetupDialog();
     this.lblPrinter         = new global::System.Windows.Forms.Label();
     this.btnLayout          = new global::System.Windows.Forms.Button();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     base.SuspendLayout();
     global::System.Drawing.Point point = new global::System.Drawing.Point(328, 12);
     this.btnPrinter.Location = point;
     this.btnPrinter.Name     = "btnPrinter";
     global::System.Drawing.Size size = new global::System.Drawing.Size(123, 23);
     this.btnPrinter.Size     = size;
     this.btnPrinter.TabIndex = 1;
     this.btnPrinter.Text     = "Properties...";
     this.btnPrinter.UseVisualStyleBackColor = true;
     this.GroupBox1.Controls.Add(this.chkProfileEnh);
     this.GroupBox1.Controls.Add(this.rbProfileNone);
     this.GroupBox1.Controls.Add(this.rbProfileLong);
     this.GroupBox1.Controls.Add(this.rbProfileShort);
     point = new global::System.Drawing.Point(12, 38);
     this.GroupBox1.Location = point;
     this.GroupBox1.Name     = "GroupBox1";
     size = new global::System.Drawing.Size(247, 102);
     this.GroupBox1.Size           = size;
     this.GroupBox1.TabIndex       = 3;
     this.GroupBox1.TabStop        = false;
     this.GroupBox1.Text           = "Profile:";
     this.chkProfileEnh.Checked    = true;
     this.chkProfileEnh.CheckState = global::System.Windows.Forms.CheckState.Checked;
     point = new global::System.Drawing.Point(110, 45);
     this.chkProfileEnh.Location = point;
     this.chkProfileEnh.Name     = "chkProfileEnh";
     size = new global::System.Drawing.Size(131, 20);
     this.chkProfileEnh.Size     = size;
     this.chkProfileEnh.TabIndex = 3;
     this.chkProfileEnh.Text     = "Show Enhancements";
     this.chkProfileEnh.UseVisualStyleBackColor = true;
     this.rbProfileNone.Checked = true;
     point = new global::System.Drawing.Point(6, 19);
     this.rbProfileNone.Location = point;
     this.rbProfileNone.Name     = "rbProfileNone";
     size = new global::System.Drawing.Size(200, 20);
     this.rbProfileNone.Size     = size;
     this.rbProfileNone.TabIndex = 2;
     this.rbProfileNone.TabStop  = true;
     this.rbProfileNone.Text     = "Do Not Print";
     this.rbProfileNone.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 71);
     this.rbProfileLong.Location = point;
     this.rbProfileLong.Name     = "rbProfileLong";
     size = new global::System.Drawing.Size(200, 20);
     this.rbProfileLong.Size     = size;
     this.rbProfileLong.TabIndex = 1;
     this.rbProfileLong.Text     = "Multi-Page (Long Format)";
     this.rbProfileLong.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 45);
     this.rbProfileShort.Location = point;
     this.rbProfileShort.Name     = "rbProfileShort";
     size = new global::System.Drawing.Size(98, 20);
     this.rbProfileShort.Size     = size;
     this.rbProfileShort.TabIndex = 0;
     this.rbProfileShort.Text     = "Single Page";
     this.rbProfileShort.UseVisualStyleBackColor = true;
     this.GroupBox2.Controls.Add(this.chkPrintHistoryEnh);
     this.GroupBox2.Controls.Add(this.chkPrintHistory);
     point = new global::System.Drawing.Point(265, 67);
     this.GroupBox2.Location = point;
     this.GroupBox2.Name     = "GroupBox2";
     size = new global::System.Drawing.Size(186, 73);
     this.GroupBox2.Size     = size;
     this.GroupBox2.TabIndex = 4;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "Level History:";
     point = new global::System.Drawing.Point(21, 45);
     this.chkPrintHistoryEnh.Location = point;
     this.chkPrintHistoryEnh.Name     = "chkPrintHistoryEnh";
     size = new global::System.Drawing.Size(159, 20);
     this.chkPrintHistoryEnh.Size     = size;
     this.chkPrintHistoryEnh.TabIndex = 1;
     this.chkPrintHistoryEnh.Text     = "Show Invention Levels";
     this.chkPrintHistoryEnh.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 19);
     this.chkPrintHistory.Location = point;
     this.chkPrintHistory.Name     = "chkPrintHistory";
     size = new global::System.Drawing.Size(164, 20);
     this.chkPrintHistory.Size     = size;
     this.chkPrintHistory.TabIndex = 0;
     this.chkPrintHistory.Text     = "Print History Page";
     this.chkPrintHistory.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(107, 145);
     this.btnPrint.Location = point;
     this.btnPrint.Name     = "btnPrint";
     size = new global::System.Drawing.Size(90, 23);
     this.btnPrint.Size     = size;
     this.btnPrint.TabIndex = 5;
     this.btnPrint.Text     = "&Print";
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnCancel.DialogResult           = global::System.Windows.Forms.DialogResult.Cancel;
     point = new global::System.Drawing.Point(203, 145);
     this.btnCancel.Location = point;
     this.btnCancel.Name     = "btnCancel";
     size = new global::System.Drawing.Size(90, 23);
     this.btnCancel.Size     = size;
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text     = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.dlgSetup.AllowMargins             = false;
     this.dlgSetup.AllowOrientation         = false;
     this.dlgSetup.EnableMetric             = true;
     this.lblPrinter.BorderStyle            = global::System.Windows.Forms.BorderStyle.Fixed3D;
     point = new global::System.Drawing.Point(12, 12);
     this.lblPrinter.Location = point;
     this.lblPrinter.Name     = "lblPrinter";
     size = new global::System.Drawing.Size(310, 23);
     this.lblPrinter.Size      = size;
     this.lblPrinter.TabIndex  = 7;
     this.lblPrinter.Text      = "No Printer";
     this.lblPrinter.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(327, 38);
     this.btnLayout.Location = point;
     this.btnLayout.Name     = "btnLayout";
     size = new global::System.Drawing.Size(123, 23);
     this.btnLayout.Size     = size;
     this.btnLayout.TabIndex = 8;
     this.btnLayout.Text     = "Layout...";
     this.btnLayout.UseVisualStyleBackColor = true;
     base.AcceptButton  = this.btnPrint;
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.None;
     base.CancelButton  = this.btnCancel;
     size            = new global::System.Drawing.Size(462, 180);
     base.ClientSize = size;
     base.Controls.Add(this.btnLayout);
     base.Controls.Add(this.lblPrinter);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnPrint);
     base.Controls.Add(this.GroupBox2);
     base.Controls.Add(this.GroupBox1);
     base.Controls.Add(this.btnPrinter);
     this.Font            = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmPrint";
     this.Text            = "Print";
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #10
0
 // Token: 0x060000FF RID: 255 RVA: 0x00017B28 File Offset: 0x00015D28
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hotel.frmLoaiSanPham));
     this.lblLine        = new global::System.Windows.Forms.Label();
     this.lblTitle       = new global::System.Windows.Forms.Label();
     this.txtLoaiSanPham = new global::System.Windows.Forms.TextBox();
     this.label3         = new global::System.Windows.Forms.Label();
     this.label4         = new global::System.Windows.Forms.Label();
     this.txtGhiChu      = new global::System.Windows.Forms.TextBox();
     this.btnLuu         = new global::System.Windows.Forms.Button();
     this.btnThoat       = new global::System.Windows.Forms.Button();
     this.pictureBox1    = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.lblLine.AutoSize                 = true;
     this.lblLine.Location                 = new global::System.Drawing.Point(-2, 78);
     this.lblLine.Name                     = "lblLine";
     this.lblLine.Size                     = new global::System.Drawing.Size(0, 15);
     this.lblLine.TabIndex                 = 5;
     this.lblTitle.AutoSize                = true;
     this.lblTitle.Font                    = new global::System.Drawing.Font("Microsoft Sans Serif", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lblTitle.Location                = new global::System.Drawing.Point(83, 28);
     this.lblTitle.Name                    = "lblTitle";
     this.lblTitle.Size                    = new global::System.Drawing.Size(122, 18);
     this.lblTitle.TabIndex                = 4;
     this.lblTitle.Text                    = "Chỉnh sửa loại đồ";
     this.txtLoaiSanPham.Location          = new global::System.Drawing.Point(102, 116);
     this.txtLoaiSanPham.Name              = "txtLoaiSanPham";
     this.txtLoaiSanPham.Size              = new global::System.Drawing.Size(288, 21);
     this.txtLoaiSanPham.TabIndex          = 7;
     this.txtLoaiSanPham.KeyPress         += new global::System.Windows.Forms.KeyPressEventHandler(this.txtLoaiSanPham_KeyPress);
     this.label3.AutoSize                  = true;
     this.label3.Location                  = new global::System.Drawing.Point(10, 119);
     this.label3.Name                      = "label3";
     this.label3.Size                      = new global::System.Drawing.Size(89, 15);
     this.label3.TabIndex                  = 6;
     this.label3.Text                      = "Loại sản phẩm";
     this.label4.AutoSize                  = true;
     this.label4.Location                  = new global::System.Drawing.Point(10, 163);
     this.label4.Name                      = "label4";
     this.label4.Size                      = new global::System.Drawing.Size(49, 15);
     this.label4.TabIndex                  = 8;
     this.label4.Text                      = "Ghi chú";
     this.txtGhiChu.Location               = new global::System.Drawing.Point(102, 163);
     this.txtGhiChu.Multiline              = true;
     this.txtGhiChu.Name                   = "txtGhiChu";
     this.txtGhiChu.Size                   = new global::System.Drawing.Size(288, 119);
     this.txtGhiChu.TabIndex               = 9;
     this.btnLuu.Location                  = new global::System.Drawing.Point(234, 297);
     this.btnLuu.Name                      = "btnLuu";
     this.btnLuu.Size                      = new global::System.Drawing.Size(75, 23);
     this.btnLuu.TabIndex                  = 10;
     this.btnLuu.Text                      = "Lưu";
     this.btnLuu.UseVisualStyleBackColor   = true;
     this.btnLuu.Click                    += new global::System.EventHandler(this.btnLuu_Click);
     this.btnThoat.Location                = new global::System.Drawing.Point(315, 297);
     this.btnThoat.Name                    = "btnThoat";
     this.btnThoat.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnThoat.TabIndex                = 11;
     this.btnThoat.Text                    = "Thoát";
     this.btnThoat.UseVisualStyleBackColor = true;
     this.btnThoat.Click                  += new global::System.EventHandler(this.btnThoat_Click);
     this.pictureBox1.Image                = global::Hotel.Properties.Resources.beer;
     this.pictureBox1.Location             = new global::System.Drawing.Point(1, 1);
     this.pictureBox1.Name                 = "pictureBox1";
     this.pictureBox1.Size                 = new global::System.Drawing.Size(75, 74);
     this.pictureBox1.SizeMode             = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex             = 3;
     this.pictureBox1.TabStop              = false;
     base.AutoScaleDimensions              = new global::System.Drawing.SizeF(7f, 15f);
     base.AutoScaleMode                    = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor  = global::System.Drawing.SystemColors.Control;
     base.ClientSize = new global::System.Drawing.Size(396, 332);
     base.Controls.Add(this.btnThoat);
     base.Controls.Add(this.btnLuu);
     base.Controls.Add(this.txtGhiChu);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.txtLoaiSanPham);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.lblLine);
     base.Controls.Add(this.lblTitle);
     base.Controls.Add(this.pictureBox1);
     this.Font          = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox   = false;
     this.MaximumSize   = new global::System.Drawing.Size(412, 371);
     base.MinimizeBox   = false;
     this.MinimumSize   = new global::System.Drawing.Size(412, 371);
     base.Name          = "frmLoaiSanPham";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Loại sản phẩm";
     base.Load         += new global::System.EventHandler(this.frmSanPham_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #11
0
 // Token: 0x06001CD2 RID: 7378 RVA: 0x0005D9FC File Offset: 0x0005BBFC
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns31.AboutForm));
     this.AboutBanner          = new global::System.Windows.Forms.PictureBox();
     this.TitleVersionLabel    = new global::System.Windows.Forms.Label();
     this.CopyrightLabel       = new global::System.Windows.Forms.Label();
     this.MainPanel            = new global::System.Windows.Forms.Panel();
     this.LicenseAgreementLink = new global::System.Windows.Forms.LinkLabel();
     this.OKButton             = new global::System.Windows.Forms.Button();
     ((global::System.ComponentModel.ISupportInitialize) this.AboutBanner).BeginInit();
     this.MainPanel.SuspendLayout();
     base.SuspendLayout();
     this.AboutBanner.Image           = (global::System.Drawing.Image)componentResourceManager.GetObject("AboutBanner.Image");
     this.AboutBanner.Location        = new global::System.Drawing.Point(12, 12);
     this.AboutBanner.Name            = "AboutBanner";
     this.AboutBanner.Size            = new global::System.Drawing.Size(438, 172);
     this.AboutBanner.SizeMode        = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.AboutBanner.TabIndex        = 0;
     this.AboutBanner.TabStop         = false;
     this.TitleVersionLabel.Font      = new global::System.Drawing.Font("Times New Roman", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.TitleVersionLabel.Location  = new global::System.Drawing.Point(12, 189);
     this.TitleVersionLabel.Name      = "TitleVersionLabel";
     this.TitleVersionLabel.Size      = new global::System.Drawing.Size(438, 15);
     this.TitleVersionLabel.TabIndex  = 1;
     this.TitleVersionLabel.Text      = "The ToonTown Spoofer {0} for Microsoft Windows®";
     this.TitleVersionLabel.TextAlign = global::System.Drawing.ContentAlignment.TopCenter;
     this.CopyrightLabel.Font         = new global::System.Drawing.Font("Times New Roman", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.CopyrightLabel.Location     = new global::System.Drawing.Point(12, 211);
     this.CopyrightLabel.Name         = "CopyrightLabel";
     this.CopyrightLabel.Size         = new global::System.Drawing.Size(438, 15);
     this.CopyrightLabel.TabIndex     = 1;
     this.CopyrightLabel.Text         = "Copyright ©{0} The Spoof Net";
     this.CopyrightLabel.TextAlign    = global::System.Drawing.ContentAlignment.TopCenter;
     this.MainPanel.BackColor         = global::System.Drawing.Color.White;
     this.MainPanel.Controls.Add(this.LicenseAgreementLink);
     this.MainPanel.Controls.Add(this.AboutBanner);
     this.MainPanel.Controls.Add(this.TitleVersionLabel);
     this.MainPanel.Controls.Add(this.CopyrightLabel);
     this.MainPanel.Dock                    = global::System.Windows.Forms.DockStyle.Top;
     this.MainPanel.Location                = new global::System.Drawing.Point(0, 0);
     this.MainPanel.Name                    = "MainPanel";
     this.MainPanel.Size                    = new global::System.Drawing.Size(462, 256);
     this.MainPanel.TabIndex                = 3;
     this.LicenseAgreementLink.AutoSize     = true;
     this.LicenseAgreementLink.LinkColor    = global::System.Drawing.Color.FromArgb(0, 192, 192);
     this.LicenseAgreementLink.Location     = new global::System.Drawing.Point(157, 233);
     this.LicenseAgreementLink.Name         = "LicenseAgreementLink";
     this.LicenseAgreementLink.Size         = new global::System.Drawing.Size(149, 13);
     this.LicenseAgreementLink.TabIndex     = 3;
     this.LicenseAgreementLink.TabStop      = true;
     this.LicenseAgreementLink.Text         = "View User License Agreement";
     this.LicenseAgreementLink.LinkClicked += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LicenseAgreementLink_LinkClicked);
     this.OKButton.Location                 = new global::System.Drawing.Point(375, 262);
     this.OKButton.Name     = "OKButton";
     this.OKButton.Size     = new global::System.Drawing.Size(75, 23);
     this.OKButton.TabIndex = 4;
     this.OKButton.Text     = "&OK";
     this.OKButton.UseVisualStyleBackColor = true;
     this.OKButton.Click     += new global::System.EventHandler(this.OKButton_Click);
     base.AcceptButton        = this.OKButton;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.Control;
     base.ClientSize          = new global::System.Drawing.Size(462, 291);
     base.Controls.Add(this.OKButton);
     base.Controls.Add(this.MainPanel);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "AboutForm";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About The ToonTown Spoofer";
     ((global::System.ComponentModel.ISupportInitialize) this.AboutBanner).EndInit();
     this.MainPanel.ResumeLayout(false);
     this.MainPanel.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #12
0
 // Token: 0x060001C7 RID: 455 RVA: 0x01033C60 File Offset: 0x01031E60
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::BunifuAnimatorNS.Animation animation = new global::BunifuAnimatorNS.Animation();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::RS6Menu));
     this.bunifuElipse_0      = new global::Bunifu.Framework.UI.BunifuElipse(this.icontainer_0);
     this.bunifuDragControl_0 = new global::Bunifu.Framework.UI.BunifuDragControl(this.icontainer_0);
     this.panel1             = new global::System.Windows.Forms.Panel();
     this.ProfileTab         = new global::MetroFramework.Controls.MetroTabControl();
     this.metroTabPage10     = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage5      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage7      = new global::MetroFramework.Controls.MetroTabPage();
     this.PistolsTab         = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage4      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage1      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage8      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage2      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage3      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage6      = new global::MetroFramework.Controls.MetroTabPage();
     this.metroTabPage9      = new global::MetroFramework.Controls.MetroTabPage();
     this.bunifuCustomLabel2 = new global::Bunifu.Framework.UI.BunifuCustomLabel();
     this.container          = new global::System.Windows.Forms.Panel();
     this.backBtn            = new global::Bunifu.Framework.UI.BunifuImageButton();
     this.EditButton         = new global::Bunifu.Framework.UI.BunifuThinButton2();
     this.startButton        = new global::Bunifu.Framework.UI.BunifuThinButton2();
     this.settings1          = new global::settings();
     this.hotkeys1           = new global::hotkeys();
     this.panel2             = new global::System.Windows.Forms.Panel();
     this.pictureBox2        = new global::System.Windows.Forms.PictureBox();
     this.bunifuTransition_0 = new global::BunifuAnimatorNS.BunifuTransition(this.icontainer_0);
     this.bunifuImageButton1 = new global::Bunifu.Framework.UI.BunifuImageButton();
     this.timer_0            = new global::System.Windows.Forms.Timer(this.icontainer_0);
     this.timer_1            = new global::System.Windows.Forms.Timer(this.icontainer_0);
     this.panel1.SuspendLayout();
     this.container.SuspendLayout();
     this.backBtn.BeginInit();
     this.panel2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).BeginInit();
     this.bunifuImageButton1.BeginInit();
     base.SuspendLayout();
     this.bunifuElipse_0.ElipseRadius       = 7;
     this.bunifuElipse_0.TargetControl      = this;
     this.bunifuDragControl_0.Fixed         = true;
     this.bunifuDragControl_0.Horizontal    = true;
     this.bunifuDragControl_0.TargetControl = this;
     this.bunifuDragControl_0.Vertical      = true;
     this.panel1.Controls.Add(this.ProfileTab);
     this.bunifuTransition_0.SetDecoration(this.panel1, 0);
     this.panel1.Location       = new global::System.Drawing.Point(2, 40);
     this.panel1.Name           = "panel1";
     this.panel1.Size           = new global::System.Drawing.Size(718, 38);
     this.panel1.TabIndex       = 5;
     this.ProfileTab.Appearance = global::System.Windows.Forms.TabAppearance.Buttons;
     this.bunifuTransition_0.SetDecoration(this.ProfileTab, 0);
     this.ProfileTab.Location              = new global::System.Drawing.Point(-2, -1);
     this.ProfileTab.Name                  = "ProfileTab";
     this.ProfileTab.Size                  = new global::System.Drawing.Size(737, 78);
     this.ProfileTab.Style                 = 4;
     this.ProfileTab.TabIndex              = 0;
     this.ProfileTab.Theme                 = 2;
     this.ProfileTab.UseSelectable         = true;
     this.ProfileTab.SelectedIndexChanged += new global::System.EventHandler(this.ProfileTab_SelectedIndexChanged);
     this.bunifuTransition_0.SetDecoration(this.metroTabPage10, 0);
     this.metroTabPage10.HorizontalScrollbarBarColor         = true;
     this.metroTabPage10.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage10.HorizontalScrollbarSize             = 10;
     this.metroTabPage10.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage10.Name     = "metroTabPage10";
     this.metroTabPage10.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage10.TabIndex = 11;
     this.metroTabPage10.Text     = "Profile 1";
     this.metroTabPage10.VerticalScrollbarBarColor         = true;
     this.metroTabPage10.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage10.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage5, 0);
     this.metroTabPage5.HorizontalScrollbarBarColor         = true;
     this.metroTabPage5.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage5.HorizontalScrollbarSize             = 10;
     this.metroTabPage5.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage5.Name     = "metroTabPage5";
     this.metroTabPage5.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage5.TabIndex = 6;
     this.metroTabPage5.Text     = "Settings";
     this.metroTabPage5.VerticalScrollbarBarColor         = true;
     this.metroTabPage5.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage5.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage7, 0);
     this.metroTabPage7.HorizontalScrollbarBarColor         = true;
     this.metroTabPage7.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage7.HorizontalScrollbarSize             = 10;
     this.metroTabPage7.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage7.Name     = "metroTabPage7";
     this.metroTabPage7.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage7.TabIndex = 8;
     this.metroTabPage7.Text     = "Profile 2";
     this.metroTabPage7.VerticalScrollbarBarColor         = true;
     this.metroTabPage7.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage7.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.PistolsTab, 0);
     this.PistolsTab.HorizontalScrollbarBarColor         = true;
     this.PistolsTab.HorizontalScrollbarHighlightOnWheel = false;
     this.PistolsTab.HorizontalScrollbarSize             = 10;
     this.PistolsTab.Location = new global::System.Drawing.Point(4, 41);
     this.PistolsTab.Name     = "PistolsTab";
     this.PistolsTab.Size     = new global::System.Drawing.Size(729, 33);
     this.PistolsTab.Style    = 4;
     this.PistolsTab.TabIndex = 1;
     this.PistolsTab.Text     = "Profile 3";
     this.PistolsTab.Theme    = 2;
     this.PistolsTab.VerticalScrollbarBarColor         = false;
     this.PistolsTab.VerticalScrollbarHighlightOnWheel = false;
     this.PistolsTab.VerticalScrollbarSize             = 0;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage4, 0);
     this.metroTabPage4.HorizontalScrollbarBarColor         = true;
     this.metroTabPage4.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage4.HorizontalScrollbarSize             = 10;
     this.metroTabPage4.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage4.Name     = "metroTabPage4";
     this.metroTabPage4.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage4.TabIndex = 5;
     this.metroTabPage4.Text     = "Profile 4";
     this.metroTabPage4.VerticalScrollbarBarColor         = true;
     this.metroTabPage4.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage4.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage1, 0);
     this.metroTabPage1.HorizontalScrollbarBarColor         = true;
     this.metroTabPage1.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.HorizontalScrollbarSize             = 10;
     this.metroTabPage1.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage1.Name     = "metroTabPage1";
     this.metroTabPage1.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage1.TabIndex = 2;
     this.metroTabPage1.Text     = "Profile 5";
     this.metroTabPage1.VerticalScrollbarBarColor         = true;
     this.metroTabPage1.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage1.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage8, 0);
     this.metroTabPage8.HorizontalScrollbarBarColor         = true;
     this.metroTabPage8.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage8.HorizontalScrollbarSize             = 10;
     this.metroTabPage8.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage8.Name     = "metroTabPage8";
     this.metroTabPage8.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage8.TabIndex = 9;
     this.metroTabPage8.Text     = "Profile 6";
     this.metroTabPage8.VerticalScrollbarBarColor         = true;
     this.metroTabPage8.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage8.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage2, 0);
     this.metroTabPage2.HorizontalScrollbarBarColor         = true;
     this.metroTabPage2.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage2.HorizontalScrollbarSize             = 10;
     this.metroTabPage2.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage2.Name     = "metroTabPage2";
     this.metroTabPage2.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage2.TabIndex = 3;
     this.metroTabPage2.Text     = "Profile 8";
     this.metroTabPage2.VerticalScrollbarBarColor         = true;
     this.metroTabPage2.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage2.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage3, 0);
     this.metroTabPage3.HorizontalScrollbarBarColor         = true;
     this.metroTabPage3.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage3.HorizontalScrollbarSize             = 10;
     this.metroTabPage3.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage3.Name     = "metroTabPage3";
     this.metroTabPage3.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage3.TabIndex = 4;
     this.metroTabPage3.Text     = "Profile 9";
     this.metroTabPage3.VerticalScrollbarBarColor         = true;
     this.metroTabPage3.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage3.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage6, 0);
     this.metroTabPage6.HorizontalScrollbarBarColor         = true;
     this.metroTabPage6.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage6.HorizontalScrollbarSize             = 10;
     this.metroTabPage6.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage6.Name     = "metroTabPage6";
     this.metroTabPage6.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage6.TabIndex = 7;
     this.metroTabPage6.Text     = "Profile 10";
     this.metroTabPage6.VerticalScrollbarBarColor         = true;
     this.metroTabPage6.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage6.VerticalScrollbarSize             = 10;
     this.bunifuTransition_0.SetDecoration(this.metroTabPage9, 0);
     this.metroTabPage9.HorizontalScrollbarBarColor         = true;
     this.metroTabPage9.HorizontalScrollbarHighlightOnWheel = false;
     this.metroTabPage9.HorizontalScrollbarSize             = 10;
     this.metroTabPage9.Location = new global::System.Drawing.Point(4, 41);
     this.metroTabPage9.Name     = "metroTabPage9";
     this.metroTabPage9.Size     = new global::System.Drawing.Size(729, 33);
     this.metroTabPage9.TabIndex = 10;
     this.metroTabPage9.Text     = "Profile 7";
     this.metroTabPage9.VerticalScrollbarBarColor         = true;
     this.metroTabPage9.VerticalScrollbarHighlightOnWheel = false;
     this.metroTabPage9.VerticalScrollbarSize             = 10;
     this.bunifuCustomLabel2.AutoSize = true;
     this.bunifuTransition_0.SetDecoration(this.bunifuCustomLabel2, 0);
     this.bunifuCustomLabel2.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 8f);
     this.bunifuCustomLabel2.ForeColor = global::System.Drawing.Color.Gray;
     this.bunifuCustomLabel2.Location  = new global::System.Drawing.Point(37, 1);
     this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size      = new global::System.Drawing.Size(124, 13);
     this.bunifuCustomLabel2.TabIndex  = 8;
     this.bunifuCustomLabel2.Text      = "Welcome {USERNAME}";
     this.bunifuCustomLabel2.Visible   = false;
     this.container.BackColor          = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.container.Controls.Add(this.backBtn);
     this.container.Controls.Add(this.EditButton);
     this.container.Controls.Add(this.startButton);
     this.container.Controls.Add(this.settings1);
     this.container.Controls.Add(this.hotkeys1);
     this.bunifuTransition_0.SetDecoration(this.container, 0);
     this.container.Location = new global::System.Drawing.Point(2, 81);
     this.container.Name     = "container";
     this.container.Size     = new global::System.Drawing.Size(786, 375);
     this.container.TabIndex = 9;
     this.backBtn.BackColor  = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.bunifuTransition_0.SetDecoration(this.backBtn, 0);
     this.backBtn.Image       = global::Class24.Bitmap_10;
     this.backBtn.ImageActive = null;
     this.backBtn.Location    = new global::System.Drawing.Point(4, 0);
     this.backBtn.Name        = "backBtn";
     this.backBtn.Size        = new global::System.Drawing.Size(28, 30);
     this.backBtn.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.backBtn.TabIndex    = 121;
     this.backBtn.TabStop     = false;
     this.backBtn.Zoom        = 10;
     this.backBtn.Click      += new global::System.EventHandler(this.backBtn_Click);
     this.EditButton.ActiveBorderThickness = 1;
     this.EditButton.ActiveCornerRadius    = 20;
     this.EditButton.ActiveFillColor       = global::System.Drawing.Color.DeepSkyBlue;
     this.EditButton.ActiveForecolor       = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.EditButton.ActiveLineColor       = global::System.Drawing.Color.DeepSkyBlue;
     this.EditButton.BackColor             = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.EditButton.BackgroundImage       = (global::System.Drawing.Image)componentResourceManager.GetObject("EditButton.BackgroundImage");
     this.EditButton.ButtonText            = "Edit";
     this.EditButton.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition_0.SetDecoration(this.EditButton, 0);
     this.EditButton.Font                   = new global::System.Drawing.Font("Century Gothic", 9f);
     this.EditButton.ForeColor              = global::System.Drawing.Color.DeepSkyBlue;
     this.EditButton.IdleBorderThickness    = 1;
     this.EditButton.IdleCornerRadius       = 20;
     this.EditButton.IdleFillColor          = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.EditButton.IdleForecolor          = global::System.Drawing.Color.DeepSkyBlue;
     this.EditButton.IdleLineColor          = global::System.Drawing.Color.DeepSkyBlue;
     this.EditButton.Location               = new global::System.Drawing.Point(293, 49);
     this.EditButton.Margin                 = new global::System.Windows.Forms.Padding(3, 5, 3, 5);
     this.EditButton.Name                   = "EditButton";
     this.EditButton.Size                   = new global::System.Drawing.Size(52, 34);
     this.EditButton.TabIndex               = 29;
     this.EditButton.TextAlign              = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.EditButton.Click                 += new global::System.EventHandler(this.EditButton_Click);
     this.startButton.ActiveBorderThickness = 1;
     this.startButton.ActiveCornerRadius    = 20;
     this.startButton.ActiveFillColor       = global::System.Drawing.Color.DeepSkyBlue;
     this.startButton.ActiveForecolor       = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.startButton.ActiveLineColor       = global::System.Drawing.Color.DeepSkyBlue;
     this.startButton.BackColor             = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.startButton.BackgroundImage       = (global::System.Drawing.Image)componentResourceManager.GetObject("startButton.BackgroundImage");
     this.startButton.ButtonText            = "Start";
     this.startButton.Cursor                = global::System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition_0.SetDecoration(this.startButton, 0);
     this.startButton.Font                = new global::System.Drawing.Font("Century Gothic", 12f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.startButton.ForeColor           = global::System.Drawing.Color.DeepSkyBlue;
     this.startButton.IdleBorderThickness = 1;
     this.startButton.IdleCornerRadius    = 20;
     this.startButton.IdleFillColor       = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.startButton.IdleForecolor       = global::System.Drawing.Color.DeepSkyBlue;
     this.startButton.IdleLineColor       = global::System.Drawing.Color.DeepSkyBlue;
     this.startButton.Location            = new global::System.Drawing.Point(335, 119);
     this.startButton.Margin              = new global::System.Windows.Forms.Padding(5);
     this.startButton.Name                = "startButton";
     this.startButton.Size                = new global::System.Drawing.Size(380, 41);
     this.startButton.TabIndex            = 51;
     this.startButton.TextAlign           = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.startButton.Visible             = false;
     this.startButton.Click              += new global::System.EventHandler(this.startButton_Click);
     this.settings1.AutoSize              = true;
     this.settings1.BackColor             = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.bunifuTransition_0.SetDecoration(this.settings1, 0);
     this.settings1.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.settings1.Location = new global::System.Drawing.Point(0, 0);
     this.settings1.Name     = "settings1";
     this.settings1.Size     = new global::System.Drawing.Size(786, 375);
     this.settings1.TabIndex = 0;
     this.settings1.Load    += new global::System.EventHandler(this.settings1_Load);
     this.hotkeys1.BackColor = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.bunifuTransition_0.SetDecoration(this.hotkeys1, 0);
     this.hotkeys1.Location = new global::System.Drawing.Point(0, 0);
     this.hotkeys1.Name     = "hotkeys1";
     this.hotkeys1.Size     = new global::System.Drawing.Size(786, 202);
     this.hotkeys1.TabIndex = 0;
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Controls.Add(this.bunifuCustomLabel2);
     this.bunifuTransition_0.SetDecoration(this.panel2, 0);
     this.panel2.Location = new global::System.Drawing.Point(2, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new global::System.Drawing.Size(486, 36);
     this.panel2.TabIndex = 11;
     this.bunifuTransition_0.SetDecoration(this.pictureBox2, 0);
     this.pictureBox2.Image                = global::Class24.Bitmap_16;
     this.pictureBox2.InitialImage         = global::Class24.Bitmap_16;
     this.pictureBox2.Location             = new global::System.Drawing.Point(0, -5);
     this.pictureBox2.Name                 = "pictureBox2";
     this.pictureBox2.Size                 = new global::System.Drawing.Size(36, 47);
     this.pictureBox2.SizeMode             = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex             = 14;
     this.pictureBox2.TabStop              = false;
     this.bunifuTransition_0.AnimationType = 2;
     this.bunifuTransition_0.Cursor        = null;
     animation.AnimateOnlyDifferences      = true;
     animation.BlindCoeff        = (global::System.Drawing.PointF)componentResourceManager.GetObject("animation1.BlindCoeff");
     animation.LeafCoeff         = 0f;
     animation.MaxTime           = 1f;
     animation.MinTime           = 0f;
     animation.MosaicCoeff       = (global::System.Drawing.PointF)componentResourceManager.GetObject("animation1.MosaicCoeff");
     animation.MosaicShift       = (global::System.Drawing.PointF)componentResourceManager.GetObject("animation1.MosaicShift");
     animation.MosaicSize        = 0;
     animation.Padding           = new global::System.Windows.Forms.Padding(0);
     animation.RotateCoeff       = 0f;
     animation.RotateLimit       = 0f;
     animation.ScaleCoeff        = (global::System.Drawing.PointF)componentResourceManager.GetObject("animation1.ScaleCoeff");
     animation.SlideCoeff        = (global::System.Drawing.PointF)componentResourceManager.GetObject("animation1.SlideCoeff");
     animation.TimeCoeff         = 0f;
     animation.TransparencyCoeff = 0f;
     this.bunifuTransition_0.DefaultAnimation = animation;
     this.bunifuImageButton1.BackColor        = global::System.Drawing.Color.FromArgb(17, 17, 17);
     this.bunifuImageButton1.Cursor           = global::System.Windows.Forms.Cursors.Hand;
     this.bunifuTransition_0.SetDecoration(this.bunifuImageButton1, 0);
     this.bunifuImageButton1.Image       = global::Class24.Bitmap_13;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new global::System.Drawing.Point(683, 3);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new global::System.Drawing.Size(29, 28);
     this.bunifuImageButton1.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 13;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new global::System.EventHandler(this.bunifuImageButton1_Click);
     this.timer_0.Tick       += new global::System.EventHandler(this.timer_0_Tick);
     this.timer_1.Tick       += new global::System.EventHandler(this.timer_1_Tick);
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.FromArgb(17, 17, 17);
     base.ClientSize          = new global::System.Drawing.Size(724, 255);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.bunifuImageButton1);
     base.Controls.Add(this.container);
     this.bunifuTransition_0.SetDecoration(this, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "RS6Menu";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     base.Load           += new global::System.EventHandler(this.RS6Menu_Load);
     this.panel1.ResumeLayout(false);
     this.container.ResumeLayout(false);
     this.container.PerformLayout();
     this.backBtn.EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).EndInit();
     this.bunifuImageButton1.EndInit();
     base.ResumeLayout(false);
 }
コード例 #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new GSystem.ComponentModel.Container();
     GSystem.ComponentModel.ComponentResourceManager resources = new GSystem.ComponentModel.ComponentResourceManager(typeof(frmRemoteDesktopViewer));
     this.pnlCover        = new GSystem.Windows.Forms.Panel();
     this.lblLogo         = new GSystem.Windows.Forms.Label();
     this.tmrLoginFailure = new GSystem.Windows.Forms.Timer(this.components);
     this.axRDP           = new AxMSTSCLib.AxMsRdpClient6NotSafeForScripting();
     this.pnlCover.SuspendLayout();
     ((GSystem.ComponentModel.ISupportInitialize)(this.axRDP)).BeginInit();
     this.SuspendLayout();
     //
     // pnlCover
     //
     this.pnlCover.BackColor = GSystem.Drawing.Color.DimGray;
     this.pnlCover.Controls.Add(this.lblLogo);
     this.pnlCover.Location          = new GSystem.Drawing.Point(12, 12);
     this.pnlCover.Name              = "pnlCover";
     this.pnlCover.Size              = new GSystem.Drawing.Size(200, 100);
     this.pnlCover.TabIndex          = 1;
     this.pnlCover.MouseDoubleClick += new GSystem.Windows.Forms.MouseEventHandler(this.pnlCover_MouseDoubleClick);
     //
     // lblLogo
     //
     this.lblLogo.Anchor = ((GSystem.Windows.Forms.AnchorStyles)((((GSystem.Windows.Forms.AnchorStyles.Top | GSystem.Windows.Forms.AnchorStyles.Bottom)
                                                                   | GSystem.Windows.Forms.AnchorStyles.Left)
                                                                  | GSystem.Windows.Forms.AnchorStyles.Right)));
     this.lblLogo.AutoSize  = true;
     this.lblLogo.Font      = new GSystem.Drawing.Font("Segoe UI", 48F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLogo.ForeColor = GSystem.Drawing.Color.White;
     this.lblLogo.Location  = new GSystem.Drawing.Point(743, 377);
     this.lblLogo.Name      = "lblLogo";
     this.lblLogo.Size      = new GSystem.Drawing.Size(361, 86);
     this.lblLogo.TabIndex  = 0;
     this.lblLogo.Text      = "vm window";
     //
     // tmrLoginFailure
     //
     this.tmrLoginFailure.Interval = 15000;
     this.tmrLoginFailure.Tick    += new GSystem.EventHandler(this.tmrLoginFailure_Tick);
     //
     // axRDP
     //
     this.axRDP.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.axRDP.Enabled  = true;
     this.axRDP.Location = new GSystem.Drawing.Point(0, 0);
     this.axRDP.Name     = "axRDP";
     this.axRDP.OcxState = ((GSystem.Windows.Forms.AxHost.State)(resources.GetObject("axRDP.OcxState")));
     this.axRDP.Size     = new GSystem.Drawing.Size(1083, 716);
     this.axRDP.TabIndex = 2;
     //
     // frmRemoteDesktopViewer
     //
     this.AutoScaleDimensions = new GSystem.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = GSystem.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new GSystem.Drawing.Size(1083, 716);
     this.Controls.Add(this.pnlCover);
     this.Controls.Add(this.axRDP);
     this.Icon          = ((GSystem.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmRemoteDesktopViewer";
     this.StartPosition = GSystem.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Remote Desktop";
     this.Load         += new GSystem.EventHandler(this.frmRemoteDesktopViewer_Load);
     this.pnlCover.ResumeLayout(false);
     this.pnlCover.PerformLayout();
     ((GSystem.ComponentModel.ISupportInitialize)(this.axRDP)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #14
0
 // Token: 0x06000017 RID: 23 RVA: 0x000026F4 File Offset: 0x000008F4
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MemoryKit.Form1));
     this.comboBox1     = new global::System.Windows.Forms.ComboBox();
     this.comboBox3     = new global::System.Windows.Forms.ComboBox();
     this.button1       = new global::System.Windows.Forms.Button();
     this.button2       = new global::System.Windows.Forms.Button();
     this.listView1     = new global::System.Windows.Forms.ListView();
     this.columnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.label1        = new global::System.Windows.Forms.Label();
     this.textBox1      = new global::System.Windows.Forms.TextBox();
     this.button3       = new global::System.Windows.Forms.Button();
     this.pictureBox1   = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.comboBox1.FlatStyle         = global::System.Windows.Forms.FlatStyle.Flat;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new global::System.Drawing.Point(43, 11);
     this.comboBox1.Name                     = "comboBox1";
     this.comboBox1.Size                     = new global::System.Drawing.Size(180, 21);
     this.comboBox1.TabIndex                 = 0;
     this.comboBox1.Text                     = "Example.exe";
     this.comboBox1.Visible                  = false;
     this.comboBox1.SelectedIndexChanged    += new global::System.EventHandler(this.comboBox1_SelectedIndexChanged);
     this.comboBox1.TextChanged             += new global::System.EventHandler(this.comboBox1_TextChanged);
     this.comboBox3.FormattingEnabled        = true;
     this.comboBox3.Location                 = new global::System.Drawing.Point(374, 379);
     this.comboBox3.Name                     = "comboBox3";
     this.comboBox3.Size                     = new global::System.Drawing.Size(121, 21);
     this.comboBox3.TabIndex                 = 5;
     this.comboBox3.Visible                  = false;
     this.button1.BackColor                  = global::System.Drawing.Color.SteelBlue;
     this.button1.Cursor                     = global::System.Windows.Forms.Cursors.IBeam;
     this.button1.FlatAppearance.BorderColor = global::System.Drawing.Color.SteelBlue;
     this.button1.FlatStyle                  = global::System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new global::System.Drawing.Font("Segoe UI", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.button1.ForeColor = global::System.Drawing.Color.White;
     this.button1.Location  = new global::System.Drawing.Point(261, 230);
     this.button1.Name      = "button1";
     this.button1.Size      = new global::System.Drawing.Size(169, 35);
     this.button1.TabIndex  = 6;
     this.button1.Text      = "Inject";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click    += new global::System.EventHandler(this.button1_Click);
     this.button2.BackColor = global::System.Drawing.Color.SteelBlue;
     this.button2.Cursor    = global::System.Windows.Forms.Cursors.IBeam;
     this.button2.FlatAppearance.BorderColor = global::System.Drawing.Color.SteelBlue;
     this.button2.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new global::System.Drawing.Font("Segoe UI", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.button2.ForeColor = global::System.Drawing.Color.White;
     this.button2.Location  = new global::System.Drawing.Point(12, 230);
     this.button2.Name      = "button2";
     this.button2.Size      = new global::System.Drawing.Size(169, 35);
     this.button2.TabIndex  = 7;
     this.button2.Text      = "About";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click        += new global::System.EventHandler(this.button2_Click);
     this.listView1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView1.HideSelection = false;
     this.listView1.Location      = new global::System.Drawing.Point(12, 58);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new global::System.Drawing.Size(418, 163);
     this.listView1.TabIndex      = 8;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = global::System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new global::System.EventHandler(this.listView1_SelectedIndexChanged);
     this.columnHeader1.Text              = "Process Name";
     this.columnHeader1.Width             = 146;
     this.columnHeader2.Text              = "ID";
     this.columnHeader2.Width             = 73;
     this.label1.AutoSize       = true;
     this.label1.Location       = new global::System.Drawing.Point(9, 38);
     this.label1.Name           = "label1";
     this.label1.Size           = new global::System.Drawing.Size(107, 13);
     this.label1.TabIndex       = 9;
     this.label1.Text           = "Selected Process ID:";
     this.textBox1.BorderStyle  = global::System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location     = new global::System.Drawing.Point(43, 12);
     this.textBox1.Multiline    = true;
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new global::System.Drawing.Size(294, 20);
     this.textBox1.TabIndex     = 10;
     this.textBox1.TextChanged += new global::System.EventHandler(this.textBox1_TextChanged);
     this.button3.BackColor     = global::System.Drawing.Color.SteelBlue;
     this.button3.Cursor        = global::System.Windows.Forms.Cursors.IBeam;
     this.button3.FlatAppearance.BorderColor = global::System.Drawing.Color.SteelBlue;
     this.button3.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font      = new global::System.Drawing.Font("Segoe UI", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.button3.ForeColor = global::System.Drawing.Color.White;
     this.button3.Location  = new global::System.Drawing.Point(343, 9);
     this.button3.Name      = "button3";
     this.button3.Size      = new global::System.Drawing.Size(87, 24);
     this.button3.TabIndex  = 11;
     this.button3.Text      = "Add DLL";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click       += new global::System.EventHandler(this.button3_Click);
     this.pictureBox1.Location = new global::System.Drawing.Point(12, 9);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new global::System.Drawing.Size(25, 24);
     this.pictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     base.AutoScaleDimensions  = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode        = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize           = new global::System.Drawing.Size(440, 274);
     base.Controls.Add(this.button3);
     base.Controls.Add(this.textBox1);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.listView1);
     base.Controls.Add(this.button2);
     base.Controls.Add(this.button1);
     base.Controls.Add(this.comboBox3);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.comboBox1);
     this.ForeColor       = global::System.Drawing.SystemColors.ControlText;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.Name            = "Form1";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Ordinary Injector 1.0";
     base.Load           += new global::System.EventHandler(this.Form1_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #15
0
        // Token: 0x06000017 RID: 23 RVA: 0x00002998 File Offset: 0x00000B98
        private void InitializeComponent()
        {
            this.components = new global::System.ComponentModel.Container();
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::全加密GUI.main));
            this.button1      = new global::System.Windows.Forms.Button();
            this.button2      = new global::System.Windows.Forms.Button();
            this.button3      = new global::System.Windows.Forms.Button();
            this.textBox1     = new global::System.Windows.Forms.TextBox();
            this.button7      = new global::System.Windows.Forms.Button();
            this.label2       = new global::System.Windows.Forms.Label();
            this.label4       = new global::System.Windows.Forms.Label();
            this.pictureBox1  = new global::System.Windows.Forms.PictureBox();
            this.button4      = new global::System.Windows.Forms.Button();
            this.label1       = new global::System.Windows.Forms.Label();
            this.textBox2     = new global::System.Windows.Forms.TextBox();
            this.label5       = new global::System.Windows.Forms.Label();
            this.textBox3     = new global::System.Windows.Forms.TextBox();
            this.button5      = new global::System.Windows.Forms.Button();
            this.label6       = new global::System.Windows.Forms.Label();
            this.label3       = new global::System.Windows.Forms.Label();
            this.label8       = new global::System.Windows.Forms.Label();
            this.textBox4     = new global::System.Windows.Forms.TextBox();
            this.textBox5     = new global::System.Windows.Forms.TextBox();
            this.comboBox1    = new global::System.Windows.Forms.ComboBox();
            this.label9       = new global::System.Windows.Forms.Label();
            this.textBox6     = new global::System.Windows.Forms.TextBox();
            this.label7       = new global::System.Windows.Forms.Label();
            this.label10      = new global::System.Windows.Forms.Label();
            this.textBox7     = new global::System.Windows.Forms.TextBox();
            this.label11      = new global::System.Windows.Forms.Label();
            this.radioButton1 = new global::System.Windows.Forms.RadioButton();
            this.radioButton2 = new global::System.Windows.Forms.RadioButton();
            this.timer1       = new global::System.Windows.Forms.Timer(this.components);
            base.SuspendLayout();
            this.button1.Location = new global::System.Drawing.Point(85, 12);
            this.button1.Name     = "button1";
            this.button1.Size     = new global::System.Drawing.Size(131, 30);
            this.button1.TabIndex = 0;
            this.button1.Text     = "使用默认密钥读取";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click   += new global::System.EventHandler(this.button1_Click);
            this.button2.Location = new global::System.Drawing.Point(702, 13);
            this.button2.Name     = "button2";
            this.button2.Size     = new global::System.Drawing.Size(165, 30);
            this.button2.TabIndex = 1;
            this.button2.Text     = "全加密卡破解密钥";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click   += new global::System.EventHandler(this.button2_Click);
            this.button3.Location = new global::System.Drawing.Point(222, 13);
            this.button3.Name     = "button3";
            this.button3.Size     = new global::System.Drawing.Size(131, 30);
            this.button3.TabIndex = 2;
            this.button3.Text     = "使用已知密钥读取";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click                  += new global::System.EventHandler(this.button3_Click);
            this.textBox1.BackColor              = global::System.Drawing.Color.Black;
            this.textBox1.ForeColor              = global::System.Drawing.Color.Lime;
            this.textBox1.Location               = new global::System.Drawing.Point(12, 126);
            this.textBox1.Multiline              = true;
            this.textBox1.Name                   = "textBox1";
            this.textBox1.ScrollBars             = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox1.Size                   = new global::System.Drawing.Size(647, 491);
            this.textBox1.TabIndex               = 3;
            this.button7.Location                = new global::System.Drawing.Point(85, 49);
            this.button7.Name                    = "button7";
            this.button7.Size                    = new global::System.Drawing.Size(131, 30);
            this.button7.TabIndex                = 8;
            this.button7.Text                    = "写卡";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click                  += (new global::System.EventHandler(this.button7_Click));
            this.label2.AutoSize                 = true;

            this.label2.ForeColor                = global::System.Drawing.Color.Black;
            this.label2.Location                 = new global::System.Drawing.Point(84, 87);
            this.label2.Name                     = "label2";
            this.label2.Size                     = new global::System.Drawing.Size(269, 24);
            this.label2.TabIndex                 = 9;
            this.label2.Text                     = "如果数据读取成功,数据将被自动保存为 key.dump\r\n写卡时,请先读卡!否则无法写入!";
            this.label4.AutoSize                 = true;
            this.label4.ForeColor                = global::System.Drawing.Color.FromArgb(64, 64, 64);
            this.label4.Location                 = new global::System.Drawing.Point(15, 74);
            this.label4.Name                     = "label4";
            this.label4.Size                     = new global::System.Drawing.Size(29, 12);
            this.label4.TabIndex                 = 11;
            this.label4.Text                     = "V1.0";
            this.pictureBox1.Image               = global::全加密GUI.Properties.Resources.MIcon;
            this.pictureBox1.Location            = new global::System.Drawing.Point(19, 13);
            this.pictureBox1.Name                = "pictureBox1";
            this.pictureBox1.Size                = new global::System.Drawing.Size(48, 48);
            this.pictureBox1.SizeMode            = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex            = 12;
            this.pictureBox1.TabStop             = false;
            this.button4.Location                = new global::System.Drawing.Point(702, 49);
            this.button4.Name                    = "button4";
            this.button4.Size                    = new global::System.Drawing.Size(165, 30);
            this.button4.TabIndex                = 13;
            this.button4.Text                    = "全部停止";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click                  += (new global::System.EventHandler(this.button4_Click));
            this.label1.AutoSize                 = true;
            this.label1.Location                 = new global::System.Drawing.Point(359, 22);
            this.label1.Name                     = "label1";
            this.label1.Size                     = new global::System.Drawing.Size(59, 12);
            this.label1.TabIndex                 = 14;
            this.label1.Text                     = "已知密钥:";
            this.textBox2.Location               = new global::System.Drawing.Point(424, 19);
            this.textBox2.MaxLength              = 12;
            this.textBox2.Name                   = "textBox2";
            this.textBox2.Size                   = new global::System.Drawing.Size(88, 21);
            this.textBox2.TabIndex               = 15;
            this.label5.AutoSize                 = true;
            this.label5.Location                 = new global::System.Drawing.Point(223, 58);
            this.label5.Name                     = "label5";
            this.label5.Size                     = new global::System.Drawing.Size(59, 12);
            this.label5.TabIndex                 = 16;
            this.label5.Text                     = "写入数据:";
            this.textBox3.Location               = new global::System.Drawing.Point(288, 55);
            this.textBox3.Name                   = "textBox3";
            this.textBox3.Size                   = new global::System.Drawing.Size(390, 21);
            this.textBox3.TabIndex               = 17;
            this.button5.Location                = new global::System.Drawing.Point(603, 13);
            this.button5.Name                    = "button5";
            this.button5.Size                    = new global::System.Drawing.Size(75, 30);
            this.button5.TabIndex                = 18;
            this.button5.Text                    = "浏览...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click                  += (new global::System.EventHandler(this.button5_Click));
            this.label6.AutoSize                 = true;
            this.label6.ForeColor                = global::System.Drawing.Color.Red;
            this.label6.Location                 = new global::System.Drawing.Point(31, 96);
            this.label6.Name                     = "label6";
            this.label6.Size                     = new global::System.Drawing.Size(22, 21);
            this.label6.TabIndex                 = 19;
            this.label6.Text                     = "-";
            this.label3.AutoSize                 = true;
            this.label3.Location                 = new global::System.Drawing.Point(680, 96);
            this.label3.Name                     = "label3";
            this.label3.Size                     = new global::System.Drawing.Size(113, 12);
            this.label3.TabIndex                 = 21;
            this.label3.Text                     = "SLEEP_AT_FIELD_OFF";
            this.label8.AutoSize                 = true;
            this.label8.Location                 = new global::System.Drawing.Point(680, 124);
            this.label8.Name                     = "label8";
            this.label8.Size                     = new global::System.Drawing.Size(125, 12);
            this.label8.TabIndex                 = 22;
            this.label8.Text                     = "SLEEP_AFTER_FIELD_ON";
            this.textBox4.Location               = new global::System.Drawing.Point(824, 93);
            this.textBox4.Name                   = "textBox4";
            this.textBox4.Size                   = new global::System.Drawing.Size(49, 21);
            this.textBox4.TabIndex               = 23;
            this.textBox4.Text                   = "230";
            this.textBox5.Location               = new global::System.Drawing.Point(824, 121);
            this.textBox5.Name                   = "textBox5";
            this.textBox5.Size                   = new global::System.Drawing.Size(49, 21);
            this.textBox5.TabIndex               = 24;
            this.textBox5.Text                   = "220";
            this.comboBox1.FormattingEnabled     = true;
            this.comboBox1.Items.AddRange(new object[]
            {
                "0区",
                "1区",
                "2区",
                "3区",
                "4区",
                "5区",
                "6区",
                "7区",
                "8区",
                "9区",
                "10区",
                "11区",
                "12区",
                "13区",
                "14区",
                "15区",
                "0-15区"
            });
            this.comboBox1.Location              = new global::System.Drawing.Point(824, 148);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new global::System.Drawing.Size(49, 20);
            this.comboBox1.TabIndex              = 25;
            this.comboBox1.SelectedIndexChanged += (new global::System.EventHandler(this.comboBox1_SelectedIndexChanged));
            this.label9.AutoSize                 = true;
            this.label9.Location                 = new global::System.Drawing.Point(680, 152);
            this.label9.Name        = "label9";
            this.label9.Size        = new global::System.Drawing.Size(143, 12);
            this.label9.TabIndex    = 26;
            this.label9.Text        = "选择获取密钥的区块号码:";
            this.textBox6.BackColor = global::System.Drawing.Color.Black;

            this.textBox6.ForeColor    = global::System.Drawing.Color.Lime;
            this.textBox6.Location     = new global::System.Drawing.Point(661, 307);
            this.textBox6.Multiline    = true;
            this.textBox6.Name         = "textBox6";
            this.textBox6.ScrollBars   = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox6.Size         = new global::System.Drawing.Size(212, 309);
            this.textBox6.TabIndex     = 27;
            this.label7.Location       = new global::System.Drawing.Point(665, 225);
            this.label7.Name           = "label7";
            this.label7.Size           = new global::System.Drawing.Size(208, 79);
            this.label7.TabIndex       = 28;
            this.label7.Text           = "使用[全加密卡破解密钥]时,如果长时间无信息显示,则密钥无法解...\r\n\r\n如果重复出现3次及以上次数,很可能为正确密钥,可以复制下来,用已知密钥读取来进行验证!";
            this.label10.AutoSize      = true;
            this.label10.Location      = new global::System.Drawing.Point(410, 96);
            this.label10.Name          = "label10";
            this.label10.Size          = new global::System.Drawing.Size(83, 12);
            this.label10.TabIndex      = 29;
            this.label10.Text          = "当前数据为0行";
            this.textBox7.Location     = new global::System.Drawing.Point(525, 93);
            this.textBox7.Name         = "textBox7";
            this.textBox7.Size         = new global::System.Drawing.Size(51, 21);
            this.textBox7.TabIndex     = 30;
            this.textBox7.Text         = "99999";
            this.textBox7.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBox7.TextChanged += (new global::System.EventHandler(this.textBox7_TextChanged));
            this.label11.AutoSize      = true;
            this.label11.Location      = new global::System.Drawing.Point(582, 96);
            this.label11.Name          = "label11";
            this.label11.Size          = new global::System.Drawing.Size(77, 12);
            this.label11.TabIndex      = 31;
            this.label11.Text          = "行,自动清空!";
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new global::System.Drawing.Point(784, 178);
            this.radioButton1.Name     = "radioButton1";
            this.radioButton1.Size     = new global::System.Drawing.Size(83, 16);
            this.radioButton1.TabIndex = 33;
            this.radioButton1.Text     = "控制台显示";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton2.AutoSize = true;
            this.radioButton2.Checked  = true;
            this.radioButton2.Location = new global::System.Drawing.Point(682, 178);
            this.radioButton2.Name     = "radioButton2";
            this.radioButton2.Size     = new global::System.Drawing.Size(71, 16);
            this.radioButton2.TabIndex = 34;
            this.radioButton2.TabStop  = true;
            this.radioButton2.Text     = "内置显示";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.timer1.Enabled      = true;
            this.timer1.Interval     = 600;
            this.timer1.Tick        += (new global::System.EventHandler(this.timer1_Tick));
            base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize          = new global::System.Drawing.Size(889, 628);
            base.Controls.Add(this.radioButton2);
            base.Controls.Add(this.radioButton1);
            base.Controls.Add(this.label11);
            base.Controls.Add(this.textBox7);
            base.Controls.Add(this.label10);
            base.Controls.Add(this.label7);
            base.Controls.Add(this.textBox6);
            base.Controls.Add(this.label9);
            base.Controls.Add(this.comboBox1);
            base.Controls.Add(this.textBox5);
            base.Controls.Add(this.textBox4);
            base.Controls.Add(this.label8);
            base.Controls.Add(this.label3);
            base.Controls.Add(this.label6);
            base.Controls.Add(this.button5);
            base.Controls.Add(this.textBox3);
            base.Controls.Add(this.label5);
            base.Controls.Add(this.textBox2);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.button4);
            base.Controls.Add(this.pictureBox1);
            base.Controls.Add(this.label4);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.textBox1);
            base.Controls.Add(this.button7);
            base.Controls.Add(this.button3);
            base.Controls.Add(this.button2);
            base.Controls.Add(this.button1);

            base.Icon              = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox       = false;
            base.Name              = "main";
            this.RightToLeftLayout = true;
            base.StartPosition     = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text              = "PN532 F**k";
            base.FormClosing      += (new global::System.Windows.Forms.FormClosingEventHandler(this.main_FormClosing));
            base.Load             += (new global::System.EventHandler(this.main_Load));
            base.ResumeLayout(false);
            base.PerformLayout();
        }
コード例 #16
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MakoCelo.frmLabelSetup));
     this.gbLabel       = new global::System.Windows.Forms.GroupBox();
     this.cboDepth      = new global::System.Windows.Forms.ComboBox();
     this.lbDepth       = new global::System.Windows.Forms.Label();
     this.tbHeight      = new global::System.Windows.Forms.TextBox();
     this.Label1        = new global::System.Windows.Forms.Label();
     this.tbWidth       = new global::System.Windows.Forms.TextBox();
     this.lbSize        = new global::System.Windows.Forms.Label();
     this.cmShadowColor = new global::System.Windows.Forms.Button();
     this.lbR5          = new global::System.Windows.Forms.Label();
     this.cbo3D         = new global::System.Windows.Forms.ComboBox();
     this.cboA2         = new global::System.Windows.Forms.ComboBox();
     this.lbR4          = new global::System.Windows.Forms.Label();
     this.cmBR          = new global::System.Windows.Forms.Button();
     this.cmBD          = new global::System.Windows.Forms.Button();
     this.cmFR          = new global::System.Windows.Forms.Button();
     this.cmFD          = new global::System.Windows.Forms.Button();
     this.cmB2          = new global::System.Windows.Forms.Button();
     this.cmB1          = new global::System.Windows.Forms.Button();
     this.lbR2          = new global::System.Windows.Forms.Label();
     this.cmF2          = new global::System.Windows.Forms.Button();
     this.cmRankFont    = new global::System.Windows.Forms.Button();
     this.cmF1          = new global::System.Windows.Forms.Button();
     this.lbR1          = new global::System.Windows.Forms.Label();
     this.lbR3          = new global::System.Windows.Forms.Label();
     this.cboA1         = new global::System.Windows.Forms.ComboBox();
     this.pbNote        = new global::System.Windows.Forms.PictureBox();
     this.cmCancel      = new global::System.Windows.Forms.Button();
     this.cmOK          = new global::System.Windows.Forms.Button();
     this.ColorDialog1  = new global::System.Windows.Forms.ColorDialog();
     this.gbBack        = new global::System.Windows.Forms.GroupBox();
     this.cboScaling    = new global::System.Windows.Forms.ComboBox();
     this.Label7        = new global::System.Windows.Forms.Label();
     this.cmFormColor   = new global::System.Windows.Forms.Button();
     this.cmFormImage   = new global::System.Windows.Forms.Button();
     this.cmNoImage     = new global::System.Windows.Forms.Button();
     this.cboOVLScaling = new global::System.Windows.Forms.ComboBox();
     this.Label2        = new global::System.Windows.Forms.Label();
     this.cmOverlay     = new global::System.Windows.Forms.Button();
     this.cmCopy01      = new global::System.Windows.Forms.Button();
     this.cmCopy02      = new global::System.Windows.Forms.Button();
     this.cmCopy03      = new global::System.Windows.Forms.Button();
     this.cmCopy04      = new global::System.Windows.Forms.Button();
     this.cmCopyAll     = new global::System.Windows.Forms.Button();
     this.cmCopySize    = new global::System.Windows.Forms.Button();
     this.cmOVLNoImage  = new global::System.Windows.Forms.Button();
     this.GroupBox1     = new global::System.Windows.Forms.GroupBox();
     this.ToolTip1      = new global::System.Windows.Forms.ToolTip(this.components);
     this.gbLabel.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pbNote).BeginInit();
     this.gbBack.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     base.SuspendLayout();
     this.gbLabel.Controls.Add(this.cboDepth);
     this.gbLabel.Controls.Add(this.lbDepth);
     this.gbLabel.Controls.Add(this.tbHeight);
     this.gbLabel.Controls.Add(this.Label1);
     this.gbLabel.Controls.Add(this.tbWidth);
     this.gbLabel.Controls.Add(this.lbSize);
     this.gbLabel.Controls.Add(this.cmShadowColor);
     this.gbLabel.Controls.Add(this.lbR5);
     this.gbLabel.Controls.Add(this.cbo3D);
     this.gbLabel.Controls.Add(this.cboA2);
     this.gbLabel.Controls.Add(this.lbR4);
     this.gbLabel.Controls.Add(this.cmBR);
     this.gbLabel.Controls.Add(this.cmBD);
     this.gbLabel.Controls.Add(this.cmFR);
     this.gbLabel.Controls.Add(this.cmFD);
     this.gbLabel.Controls.Add(this.cmB2);
     this.gbLabel.Controls.Add(this.cmB1);
     this.gbLabel.Controls.Add(this.lbR2);
     this.gbLabel.Controls.Add(this.cmF2);
     this.gbLabel.Controls.Add(this.cmRankFont);
     this.gbLabel.Controls.Add(this.cmF1);
     this.gbLabel.Controls.Add(this.lbR1);
     this.gbLabel.Controls.Add(this.lbR3);
     this.gbLabel.Controls.Add(this.cboA1);
     this.gbLabel.ForeColor          = global::System.Drawing.Color.Black;
     this.gbLabel.Location           = new global::System.Drawing.Point(10, 10);
     this.gbLabel.Name               = "gbLabel";
     this.gbLabel.Size               = new global::System.Drawing.Size(256, 247);
     this.gbLabel.TabIndex           = 74;
     this.gbLabel.TabStop            = false;
     this.gbLabel.Text               = "Text Setup";
     this.cboDepth.BackColor         = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cboDepth.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDepth.ForeColor         = global::System.Drawing.Color.White;
     this.cboDepth.FormattingEnabled = true;
     this.cboDepth.Location          = new global::System.Drawing.Point(200, 135);
     this.cboDepth.Name              = "cboDepth";
     this.cboDepth.Size              = new global::System.Drawing.Size(46, 21);
     this.cboDepth.TabIndex          = 13;
     this.lbDepth.AutoSize           = true;
     this.lbDepth.Location           = new global::System.Drawing.Point(5, 135);
     this.lbDepth.Name               = "lbDepth";
     this.lbDepth.Size               = new global::System.Drawing.Size(78, 13);
     this.lbDepth.TabIndex           = 143;
     this.lbDepth.Text               = "Shadow Depth";
     this.tbHeight.BackColor         = global::System.Drawing.Color.White;
     this.tbHeight.ForeColor         = global::System.Drawing.Color.Black;
     this.tbHeight.Location          = new global::System.Drawing.Point(130, 220);
     this.tbHeight.Name              = "tbHeight";
     this.tbHeight.Size              = new global::System.Drawing.Size(118, 20);
     this.tbHeight.TabIndex          = 16;
     this.Label1.AutoSize            = true;
     this.Label1.Location            = new global::System.Drawing.Point(10, 225);
     this.Label1.Name             = "Label1";
     this.Label1.Size             = new global::System.Drawing.Size(107, 13);
     this.Label1.TabIndex         = 141;
     this.Label1.Text             = "Note Height (60 max)";
     this.tbWidth.BackColor       = global::System.Drawing.Color.White;
     this.tbWidth.ForeColor       = global::System.Drawing.Color.Black;
     this.tbWidth.Location        = new global::System.Drawing.Point(130, 195);
     this.tbWidth.Name            = "tbWidth";
     this.tbWidth.Size            = new global::System.Drawing.Size(118, 20);
     this.tbWidth.TabIndex        = 15;
     this.lbSize.AutoSize         = true;
     this.lbSize.Location         = new global::System.Drawing.Point(10, 200);
     this.lbSize.Name             = "lbSize";
     this.lbSize.Size             = new global::System.Drawing.Size(61, 13);
     this.lbSize.TabIndex         = 137;
     this.lbSize.Text             = "Note Width";
     this.cmShadowColor.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmShadowColor.Location  = new global::System.Drawing.Point(174, 111);
     this.cmShadowColor.Name      = "cmShadowColor";
     this.cmShadowColor.Size      = new global::System.Drawing.Size(21, 21);
     this.cmShadowColor.TabIndex  = 11;
     this.cmShadowColor.Text      = "1";
     this.cmShadowColor.UseVisualStyleBackColor = true;
     this.lbR5.AutoSize                = true;
     this.lbR5.ForeColor               = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.lbR5.Location                = new global::System.Drawing.Point(5, 110);
     this.lbR5.Name                    = "lbR5";
     this.lbR5.Size                    = new global::System.Drawing.Size(119, 13);
     this.lbR5.TabIndex                = 67;
     this.lbR5.Text                    = "Simple Shadow Options";
     this.cbo3D.BackColor              = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cbo3D.DropDownStyle          = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo3D.ForeColor              = global::System.Drawing.Color.White;
     this.cbo3D.FormattingEnabled      = true;
     this.cbo3D.Location               = new global::System.Drawing.Point(200, 110);
     this.cbo3D.Name                   = "cbo3D";
     this.cbo3D.Size                   = new global::System.Drawing.Size(46, 21);
     this.cbo3D.TabIndex               = 12;
     this.cboA2.BackColor              = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cboA2.DropDownStyle          = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboA2.ForeColor              = global::System.Drawing.Color.White;
     this.cboA2.FormattingEnabled      = true;
     this.cboA2.Location               = new global::System.Drawing.Point(175, 85);
     this.cboA2.Name                   = "cboA2";
     this.cboA2.Size                   = new global::System.Drawing.Size(71, 21);
     this.cboA2.TabIndex               = 10;
     this.lbR4.AutoSize                = true;
     this.lbR4.ForeColor               = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.lbR4.Location                = new global::System.Drawing.Point(5, 85);
     this.lbR4.Name                    = "lbR4";
     this.lbR4.Size                    = new global::System.Drawing.Size(156, 13);
     this.lbR4.TabIndex                = 64;
     this.lbR4.Text                    = "Background Gradient Opacity 2";
     this.cmBR.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmBR.Location                = new global::System.Drawing.Point(225, 34);
     this.cmBR.Name                    = "cmBR";
     this.cmBR.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmBR.TabIndex                = 8;
     this.cmBR.Text                    = ">";
     this.cmBR.UseVisualStyleBackColor = true;
     this.cmBD.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmBD.Location                = new global::System.Drawing.Point(200, 34);
     this.cmBD.Name                    = "cmBD";
     this.cmBD.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmBD.TabIndex                = 7;
     this.cmBD.Text                    = "˅";
     this.cmBD.UseVisualStyleBackColor = true;
     this.cmFR.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmFR.Location                = new global::System.Drawing.Point(225, 10);
     this.cmFR.Name                    = "cmFR";
     this.cmFR.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmFR.TabIndex                = 4;
     this.cmFR.Text                    = ">";
     this.cmFR.UseVisualStyleBackColor = true;
     this.cmFD.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmFD.Location                = new global::System.Drawing.Point(200, 10);
     this.cmFD.Name                    = "cmFD";
     this.cmFD.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmFD.TabIndex                = 3;
     this.cmFD.Text                    = "˅";
     this.cmFD.UseVisualStyleBackColor = true;
     this.cmB2.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmB2.Location                = new global::System.Drawing.Point(175, 34);
     this.cmB2.Name                    = "cmB2";
     this.cmB2.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmB2.TabIndex                = 6;
     this.cmB2.Text                    = "2";
     this.cmB2.UseVisualStyleBackColor = true;
     this.cmB1.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmB1.Location                = new global::System.Drawing.Point(150, 34);
     this.cmB1.Name                    = "cmB1";
     this.cmB1.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmB1.TabIndex                = 5;
     this.cmB1.Text                    = "1";
     this.cmB1.UseVisualStyleBackColor = true;
     this.lbR2.AutoSize                = true;
     this.lbR2.ForeColor               = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.lbR2.Location                = new global::System.Drawing.Point(5, 35);
     this.lbR2.Name                    = "lbR2";
     this.lbR2.Size                    = new global::System.Drawing.Size(135, 13);
     this.lbR2.TabIndex                = 57;
     this.lbR2.Text                    = "Background Gradient Color";
     this.cmF2.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmF2.Location                = new global::System.Drawing.Point(175, 10);
     this.cmF2.Name                    = "cmF2";
     this.cmF2.Size                    = new global::System.Drawing.Size(20, 21);
     this.cmF2.TabIndex                = 2;
     this.cmF2.Text                    = "2";
     this.cmF2.UseVisualStyleBackColor = true;
     this.cmRankFont.BackColor         = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmRankFont.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmRankFont.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmRankFont.ForeColor = global::System.Drawing.Color.Black;
     this.cmRankFont.Location  = new global::System.Drawing.Point(175, 160);
     this.cmRankFont.Name      = "cmRankFont";
     this.cmRankFont.Size      = new global::System.Drawing.Size(70, 26);
     this.cmRankFont.TabIndex  = 14;
     this.cmRankFont.Text      = "Font";
     this.cmRankFont.UseVisualStyleBackColor = false;
     this.cmF1.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmF1.Location  = new global::System.Drawing.Point(150, 10);
     this.cmF1.Name      = "cmF1";
     this.cmF1.Size      = new global::System.Drawing.Size(20, 21);
     this.cmF1.TabIndex  = 1;
     this.cmF1.Text      = "1";
     this.cmF1.UseVisualStyleBackColor = true;
     this.lbR1.AutoSize                    = true;
     this.lbR1.ForeColor                   = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.lbR1.Location                    = new global::System.Drawing.Point(5, 15);
     this.lbR1.Name                        = "lbR1";
     this.lbR1.Size                        = new global::System.Drawing.Size(98, 13);
     this.lbR1.TabIndex                    = 54;
     this.lbR1.Text                        = "Font Gradient Color";
     this.lbR3.AutoSize                    = true;
     this.lbR3.ForeColor                   = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.lbR3.Location                    = new global::System.Drawing.Point(5, 60);
     this.lbR3.Name                        = "lbR3";
     this.lbR3.Size                        = new global::System.Drawing.Size(156, 13);
     this.lbR3.TabIndex                    = 53;
     this.lbR3.Text                        = "Background Gradient Opacity 1";
     this.cboA1.BackColor                  = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cboA1.DropDownStyle              = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboA1.ForeColor                  = global::System.Drawing.Color.White;
     this.cboA1.FormattingEnabled          = true;
     this.cboA1.Location                   = new global::System.Drawing.Point(175, 60);
     this.cboA1.Name                       = "cboA1";
     this.cboA1.Size                       = new global::System.Drawing.Size(71, 21);
     this.cboA1.TabIndex                   = 9;
     this.pbNote.BackColor                 = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.pbNote.Cursor                    = global::System.Windows.Forms.Cursors.Default;
     this.pbNote.Location                  = new global::System.Drawing.Point(12, 275);
     this.pbNote.Name                      = "pbNote";
     this.pbNote.Size                      = new global::System.Drawing.Size(256, 40);
     this.pbNote.TabIndex                  = 92;
     this.pbNote.TabStop                   = false;
     this.cmCancel.Location                = new global::System.Drawing.Point(445, 60);
     this.cmCancel.Name                    = "cmCancel";
     this.cmCancel.Size                    = new global::System.Drawing.Size(120, 37);
     this.cmCancel.TabIndex                = 25;
     this.cmCancel.Text                    = "Cancel";
     this.cmCancel.UseVisualStyleBackColor = true;
     this.cmOK.Location                    = new global::System.Drawing.Point(445, 15);
     this.cmOK.Name                        = "cmOK";
     this.cmOK.Size                        = new global::System.Drawing.Size(120, 37);
     this.cmOK.TabIndex                    = 24;
     this.cmOK.Text                        = "OK";
     this.cmOK.UseVisualStyleBackColor     = true;
     this.gbBack.Controls.Add(this.cboScaling);
     this.gbBack.Controls.Add(this.Label7);
     this.gbBack.Controls.Add(this.cmFormColor);
     this.gbBack.Controls.Add(this.cmFormImage);
     this.gbBack.Controls.Add(this.cmNoImage);
     this.gbBack.Location              = new global::System.Drawing.Point(275, 10);
     this.gbBack.Name                  = "gbBack";
     this.gbBack.Size                  = new global::System.Drawing.Size(130, 135);
     this.gbBack.TabIndex              = 135;
     this.gbBack.TabStop               = false;
     this.gbBack.Text                  = "Background";
     this.cboScaling.BackColor         = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cboScaling.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboScaling.ForeColor         = global::System.Drawing.Color.White;
     this.cboScaling.FormattingEnabled = true;
     this.cboScaling.Location          = new global::System.Drawing.Point(50, 105);
     this.cboScaling.Name              = "cboScaling";
     this.cboScaling.Size              = new global::System.Drawing.Size(70, 21);
     this.cboScaling.TabIndex          = 20;
     this.Label7.AutoSize              = true;
     this.Label7.ForeColor             = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.Label7.Location              = new global::System.Drawing.Point(5, 110);
     this.Label7.Name                  = "Label7";
     this.Label7.Size                  = new global::System.Drawing.Size(42, 13);
     this.Label7.TabIndex              = 64;
     this.Label7.Text                  = "Scaling";
     this.cmFormColor.BackColor        = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmFormColor.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmFormColor.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmFormColor.ForeColor = global::System.Drawing.Color.Black;
     this.cmFormColor.Location  = new global::System.Drawing.Point(5, 15);
     this.cmFormColor.Name      = "cmFormColor";
     this.cmFormColor.Size      = new global::System.Drawing.Size(115, 26);
     this.cmFormColor.TabIndex  = 17;
     this.cmFormColor.Text      = "Panel Color";
     this.cmFormColor.UseVisualStyleBackColor = false;
     this.cmFormImage.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmFormImage.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmFormImage.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmFormImage.ForeColor = global::System.Drawing.Color.Black;
     this.cmFormImage.Location  = new global::System.Drawing.Point(5, 75);
     this.cmFormImage.Name      = "cmFormImage";
     this.cmFormImage.Size      = new global::System.Drawing.Size(115, 26);
     this.cmFormImage.TabIndex  = 19;
     this.cmFormImage.Text      = "Panel Image";
     this.cmFormImage.UseVisualStyleBackColor = false;
     this.cmNoImage.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmNoImage.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmNoImage.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmNoImage.ForeColor = global::System.Drawing.Color.Black;
     this.cmNoImage.Location  = new global::System.Drawing.Point(5, 45);
     this.cmNoImage.Name      = "cmNoImage";
     this.cmNoImage.Size      = new global::System.Drawing.Size(115, 26);
     this.cmNoImage.TabIndex  = 18;
     this.cmNoImage.Text      = "No Image";
     this.cmNoImage.UseVisualStyleBackColor = false;
     this.cboOVLScaling.BackColor           = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.cboOVLScaling.DropDownStyle       = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOVLScaling.ForeColor           = global::System.Drawing.Color.White;
     this.cboOVLScaling.FormattingEnabled   = true;
     this.cboOVLScaling.Location            = new global::System.Drawing.Point(50, 75);
     this.cboOVLScaling.Name     = "cboOVLScaling";
     this.cboOVLScaling.Size     = new global::System.Drawing.Size(73, 21);
     this.cboOVLScaling.TabIndex = 23;
     this.Label2.AutoSize        = true;
     this.Label2.ForeColor       = global::System.Drawing.Color.FromArgb(32, 32, 32);
     this.Label2.Location        = new global::System.Drawing.Point(5, 80);
     this.Label2.Name            = "Label2";
     this.Label2.Size            = new global::System.Drawing.Size(42, 13);
     this.Label2.TabIndex        = 66;
     this.Label2.Text            = "Scaling";
     this.cmOverlay.BackColor    = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmOverlay.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmOverlay.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmOverlay.ForeColor = global::System.Drawing.Color.Black;
     this.cmOverlay.Location  = new global::System.Drawing.Point(5, 45);
     this.cmOverlay.Name      = "cmOverlay";
     this.cmOverlay.Size      = new global::System.Drawing.Size(118, 26);
     this.cmOverlay.TabIndex  = 22;
     this.cmOverlay.Text      = "Overlay Image";
     this.cmOverlay.UseVisualStyleBackColor = false;
     this.cmCopy01.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopy01.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopy01.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopy01.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopy01.Location  = new global::System.Drawing.Point(430, 120);
     this.cmCopy01.Name      = "cmCopy01";
     this.cmCopy01.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopy01.TabIndex  = 26;
     this.cmCopy01.Text      = "Copy Note 1 settings";
     this.cmCopy01.UseVisualStyleBackColor = false;
     this.cmCopy02.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopy02.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopy02.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopy02.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopy02.Location  = new global::System.Drawing.Point(430, 150);
     this.cmCopy02.Name      = "cmCopy02";
     this.cmCopy02.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopy02.TabIndex  = 27;
     this.cmCopy02.Text      = "Copy Note 2 settings";
     this.cmCopy02.UseVisualStyleBackColor = false;
     this.cmCopy03.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopy03.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopy03.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopy03.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopy03.Location  = new global::System.Drawing.Point(430, 180);
     this.cmCopy03.Name      = "cmCopy03";
     this.cmCopy03.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopy03.TabIndex  = 28;
     this.cmCopy03.Text      = "Copy Note 3 settings";
     this.cmCopy03.UseVisualStyleBackColor = false;
     this.cmCopy04.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopy04.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopy04.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopy04.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopy04.Location  = new global::System.Drawing.Point(430, 210);
     this.cmCopy04.Name      = "cmCopy04";
     this.cmCopy04.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopy04.TabIndex  = 29;
     this.cmCopy04.Text      = "Copy Note 4 settings";
     this.cmCopy04.UseVisualStyleBackColor = false;
     this.cmCopyAll.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopyAll.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopyAll.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopyAll.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopyAll.Location  = new global::System.Drawing.Point(430, 255);
     this.cmCopyAll.Name      = "cmCopyAll";
     this.cmCopyAll.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopyAll.TabIndex  = 30;
     this.cmCopyAll.Text      = "Set ALL notes to this Style";
     this.cmCopyAll.UseVisualStyleBackColor = false;
     this.cmCopySize.BackColor = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmCopySize.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmCopySize.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmCopySize.ForeColor = global::System.Drawing.Color.Black;
     this.cmCopySize.Location  = new global::System.Drawing.Point(430, 285);
     this.cmCopySize.Name      = "cmCopySize";
     this.cmCopySize.Size      = new global::System.Drawing.Size(145, 26);
     this.cmCopySize.TabIndex  = 31;
     this.cmCopySize.Text      = "Set ALL notes to this Size";
     this.cmCopySize.UseVisualStyleBackColor             = false;
     this.cmOVLNoImage.BackColor                         = global::System.Drawing.Color.FromArgb(232, 232, 232);
     this.cmOVLNoImage.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(232, 255, 232);
     this.cmOVLNoImage.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.cmOVLNoImage.ForeColor                         = global::System.Drawing.Color.Black;
     this.cmOVLNoImage.Location = new global::System.Drawing.Point(5, 15);
     this.cmOVLNoImage.Name     = "cmOVLNoImage";
     this.cmOVLNoImage.Size     = new global::System.Drawing.Size(118, 26);
     this.cmOVLNoImage.TabIndex = 21;
     this.cmOVLNoImage.Text     = "No Image";
     this.cmOVLNoImage.UseVisualStyleBackColor = false;
     this.GroupBox1.Controls.Add(this.cmOVLNoImage);
     this.GroupBox1.Controls.Add(this.cmOverlay);
     this.GroupBox1.Controls.Add(this.cboOVLScaling);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Location  = new global::System.Drawing.Point(275, 145);
     this.GroupBox1.Name      = "GroupBox1";
     this.GroupBox1.Size      = new global::System.Drawing.Size(130, 110);
     this.GroupBox1.TabIndex  = 143;
     this.GroupBox1.TabStop   = false;
     this.GroupBox1.Text      = "Overlay";
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(599, 344);
     base.Controls.Add(this.GroupBox1);
     base.Controls.Add(this.cmCopySize);
     base.Controls.Add(this.cmCopyAll);
     base.Controls.Add(this.cmCopy04);
     base.Controls.Add(this.cmCopy03);
     base.Controls.Add(this.cmCopy02);
     base.Controls.Add(this.cmCopy01);
     base.Controls.Add(this.gbBack);
     base.Controls.Add(this.cmCancel);
     base.Controls.Add(this.cmOK);
     base.Controls.Add(this.pbNote);
     base.Controls.Add(this.gbLabel);
     this.DoubleBuffered = true;
     base.Icon           = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name           = "frmLabelSetup";
     base.StartPosition  = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "Text Object Setup";
     this.gbLabel.ResumeLayout(false);
     this.gbLabel.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.pbNote).EndInit();
     this.gbBack.ResumeLayout(false);
     this.gbBack.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #17
0
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmEntityListing));
     this.lvEntity      = new global::System.Windows.Forms.ListView();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3 = new global::System.Windows.Forms.ColumnHeader();
     this.btnUp         = new global::System.Windows.Forms.Button();
     this.btnDown       = new global::System.Windows.Forms.Button();
     this.btnAdd        = new global::System.Windows.Forms.Button();
     this.btnDelete     = new global::System.Windows.Forms.Button();
     this.btnedit       = new global::System.Windows.Forms.Button();
     this.btnOK         = new global::System.Windows.Forms.Button();
     this.btnCancel     = new global::System.Windows.Forms.Button();
     this.btnClone      = new global::System.Windows.Forms.Button();
     base.SuspendLayout();
     this.lvEntity.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3
     });
     this.lvEntity.FullRowSelect = true;
     this.lvEntity.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvEntity.HideSelection = false;
     global::System.Drawing.Point point = new global::System.Drawing.Point(12, 12);
     this.lvEntity.Location    = point;
     this.lvEntity.MultiSelect = false;
     this.lvEntity.Name        = "lvEntity";
     global::System.Drawing.Size size = new global::System.Drawing.Size(398, 431);
     this.lvEntity.Size     = size;
     this.lvEntity.TabIndex = 0;
     this.lvEntity.UseCompatibleStateImageBehavior = false;
     this.lvEntity.View       = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Entity";
     this.ColumnHeader1.Width = 153;
     this.ColumnHeader2.Text  = "Name";
     this.ColumnHeader2.Width = 120;
     this.ColumnHeader3.Text  = "Type";
     this.ColumnHeader3.Width = 96;
     point = new global::System.Drawing.Point(416, 12);
     this.btnUp.Location = point;
     this.btnUp.Name     = "btnUp";
     size                = new global::System.Drawing.Size(75, 23);
     this.btnUp.Size     = size;
     this.btnUp.TabIndex = 1;
     this.btnUp.Text     = "Up";
     this.btnUp.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 41);
     this.btnDown.Location = point;
     this.btnDown.Name     = "btnDown";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDown.Size     = size;
     this.btnDown.TabIndex = 2;
     this.btnDown.Text     = "Down";
     this.btnDown.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 100);
     this.btnAdd.Location = point;
     this.btnAdd.Name     = "btnAdd";
     size                 = new global::System.Drawing.Size(75, 23);
     this.btnAdd.Size     = size;
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text     = "Add";
     this.btnAdd.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 158);
     this.btnDelete.Location = point;
     this.btnDelete.Name     = "btnDelete";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDelete.Size     = size;
     this.btnDelete.TabIndex = 4;
     this.btnDelete.Text     = "Remove";
     this.btnDelete.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 187);
     this.btnedit.Location = point;
     this.btnedit.Name     = "btnedit";
     size = new global::System.Drawing.Size(75, 23);
     this.btnedit.Size     = size;
     this.btnedit.TabIndex = 5;
     this.btnedit.Text     = "Edit";
     this.btnedit.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 391);
     this.btnOK.Location = point;
     this.btnOK.Name     = "btnOK";
     size                = new global::System.Drawing.Size(75, 23);
     this.btnOK.Size     = size;
     this.btnOK.TabIndex = 6;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 420);
     this.btnCancel.Location = point;
     this.btnCancel.Name     = "btnCancel";
     size = new global::System.Drawing.Size(75, 23);
     this.btnCancel.Size     = size;
     this.btnCancel.TabIndex = 7;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(416, 129);
     this.btnClone.Location = point;
     this.btnClone.Name     = "btnClone";
     size = new global::System.Drawing.Size(75, 23);
     this.btnClone.Size     = size;
     this.btnClone.TabIndex = 8;
     this.btnClone.Text     = "Clone";
     this.btnClone.UseVisualStyleBackColor = true;
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.None;
     size            = new global::System.Drawing.Size(501, 454);
     base.ClientSize = size;
     base.Controls.Add(this.btnClone);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.btnedit);
     base.Controls.Add(this.btnDelete);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.btnDown);
     base.Controls.Add(this.btnUp);
     base.Controls.Add(this.lvEntity);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmEntityListing";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Entity Editor";
     base.ResumeLayout(false);
 }
コード例 #18
0
 // Token: 0x060004F9 RID: 1273 RVA: 0x00020EE4 File Offset: 0x0001F2E4
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::RetroElite.Forms.Opciones));
     this.tableLayoutPanel1       = new global::System.Windows.Forms.TableLayoutPanel();
     this.groupBox1               = new global::System.Windows.Forms.GroupBox();
     this.tableLayoutPanel2       = new global::System.Windows.Forms.TableLayoutPanel();
     this.checkBox_mensajes_debug = new global::System.Windows.Forms.CheckBox();
     this.groupBox2               = new global::System.Windows.Forms.GroupBox();
     this.panel1 = new global::System.Windows.Forms.Panel();
     this.boton_opciones_guardar  = new global::DarkUI.Controls.DarkButton();
     this.tableLayoutPanel3       = new global::System.Windows.Forms.TableLayoutPanel();
     this.textBox_ip_servidor     = new global::DarkUI.Controls.DarkTextBox();
     this.label_ip_conexion       = new global::System.Windows.Forms.Label();
     this.label_puerto_servidor   = new global::System.Windows.Forms.Label();
     this.textBox_puerto_servidor = new global::DarkUI.Controls.DarkTextBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     base.SuspendLayout();
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 1);
     this.tableLayoutPanel1.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new global::System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 20.43011f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 79.56989f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Absolute, 20f));
     this.tableLayoutPanel1.Size     = new global::System.Drawing.Size(437, 372);
     this.tableLayoutPanel1.TabIndex = 0;
     this.groupBox1.Controls.Add(this.tableLayoutPanel2);
     this.groupBox1.Dock                = global::System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.ForeColor           = global::System.Drawing.Color.CornflowerBlue;
     this.groupBox1.Location            = new global::System.Drawing.Point(3, 3);
     this.groupBox1.Name                = "groupBox1";
     this.groupBox1.Size                = new global::System.Drawing.Size(431, 70);
     this.groupBox1.TabIndex            = 0;
     this.groupBox1.TabStop             = false;
     this.groupBox1.Text                = "General";
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel2.Controls.Add(this.checkBox_mensajes_debug, 0, 0);
     this.tableLayoutPanel2.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Font     = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.tableLayoutPanel2.Location = new global::System.Drawing.Point(3, 21);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 100f));
     this.tableLayoutPanel2.Size             = new global::System.Drawing.Size(425, 46);
     this.tableLayoutPanel2.TabIndex         = 0;
     this.checkBox_mensajes_debug.AutoSize   = true;
     this.checkBox_mensajes_debug.Checked    = true;
     this.checkBox_mensajes_debug.CheckState = global::System.Windows.Forms.CheckState.Checked;
     this.checkBox_mensajes_debug.Dock       = global::System.Windows.Forms.DockStyle.Fill;
     this.checkBox_mensajes_debug.ForeColor  = global::System.Drawing.Color.FloralWhite;
     this.checkBox_mensajes_debug.Location   = new global::System.Drawing.Point(3, 3);
     this.checkBox_mensajes_debug.Name       = "checkBox_mensajes_debug";
     this.checkBox_mensajes_debug.Size       = new global::System.Drawing.Size(419, 40);
     this.checkBox_mensajes_debug.TabIndex   = 0;
     this.checkBox_mensajes_debug.Text       = "Mode debug";
     this.checkBox_mensajes_debug.UseVisualStyleBackColor = true;
     this.checkBox_mensajes_debug.CheckedChanged         += new global::System.EventHandler(this.checkBox_mensajes_debug_CheckedChanged);
     this.groupBox2.Controls.Add(this.panel1);
     this.groupBox2.Controls.Add(this.tableLayoutPanel3);
     this.groupBox2.Dock      = global::System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.ForeColor = global::System.Drawing.Color.CornflowerBlue;
     this.groupBox2.Location  = new global::System.Drawing.Point(3, 79);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new global::System.Drawing.Size(431, 290);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Serveur de jeu ";
     this.panel1.Controls.Add(this.boton_opciones_guardar);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new global::System.Drawing.Point(3, 239);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size(425, 48);
     this.panel1.TabIndex = 1;
     this.boton_opciones_guardar.AllowDrop    = true;
     this.boton_opciones_guardar.AutoSize     = true;
     this.boton_opciones_guardar.AutoSizeMode = global::System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.boton_opciones_guardar.Dock         = global::System.Windows.Forms.DockStyle.Fill;
     this.boton_opciones_guardar.Font         = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.boton_opciones_guardar.Location     = new global::System.Drawing.Point(0, 0);
     this.boton_opciones_guardar.Name         = "boton_opciones_guardar";
     this.boton_opciones_guardar.Padding      = new global::System.Windows.Forms.Padding(5);
     this.boton_opciones_guardar.Size         = new global::System.Drawing.Size(425, 48);
     this.boton_opciones_guardar.TabIndex     = 0;
     this.boton_opciones_guardar.Text         = "Sauvegarder";
     this.boton_opciones_guardar.Click       += new global::System.EventHandler(this.boton_opciones_guardar_Click);
     this.tableLayoutPanel3.ColumnCount       = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 24f));
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 76f));
     this.tableLayoutPanel3.Controls.Add(this.label_ip_conexion, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.textBox_ip_servidor, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.label_puerto_servidor, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.textBox_puerto_servidor, 1, 1);
     this.tableLayoutPanel3.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.tableLayoutPanel3.Location = new global::System.Drawing.Point(3, 21);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 59.33014f));
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 40.66986f));
     this.tableLayoutPanel3.Size           = new global::System.Drawing.Size(425, 218);
     this.tableLayoutPanel3.TabIndex       = 0;
     this.textBox_ip_servidor.Anchor       = global::System.Windows.Forms.AnchorStyles.Left;
     this.textBox_ip_servidor.BorderStyle  = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBox_ip_servidor.ForeColor    = global::System.Drawing.Color.FromArgb(220, 220, 220);
     this.textBox_ip_servidor.Location     = new global::System.Drawing.Point(105, 52);
     this.textBox_ip_servidor.MaxLength    = 35;
     this.textBox_ip_servidor.Name         = "textBox_ip_servidor";
     this.textBox_ip_servidor.Size         = new global::System.Drawing.Size(317, 25);
     this.textBox_ip_servidor.TabIndex     = 1;
     this.label_ip_conexion.Anchor         = global::System.Windows.Forms.AnchorStyles.Left;
     this.label_ip_conexion.AutoSize       = true;
     this.label_ip_conexion.Location       = new global::System.Drawing.Point(3, 56);
     this.label_ip_conexion.Name           = "label_ip_conexion";
     this.label_ip_conexion.Size           = new global::System.Drawing.Size(84, 17);
     this.label_ip_conexion.TabIndex       = 0;
     this.label_ip_conexion.Text           = "IP du serveur";
     this.label_ip_conexion.TextAlign      = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.label_ip_conexion.Click         += new global::System.EventHandler(this.label_ip_conexion_Click);
     this.label_puerto_servidor.AutoSize   = true;
     this.label_puerto_servidor.ImageAlign = global::System.Drawing.ContentAlignment.TopLeft;
     this.label_puerto_servidor.Location   = new global::System.Drawing.Point(3, 129);
     this.label_puerto_servidor.Name       = "label_puerto_servidor";
     this.label_puerto_servidor.Size       = new global::System.Drawing.Size(33, 22);
     this.label_puerto_servidor.TabIndex   = 2;
     this.label_puerto_servidor.Text       = "Port ";
     this.label_puerto_servidor.TextAlign  = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.label_puerto_servidor.UseCompatibleTextRendering = true;
     this.label_puerto_servidor.Click         += new global::System.EventHandler(this.label_puerto_servidor_Click);
     this.textBox_puerto_servidor.Location     = new global::System.Drawing.Point(105, 132);
     this.textBox_puerto_servidor.MaxLength    = 5;
     this.textBox_puerto_servidor.Name         = "textBox_puerto_servidor";
     this.textBox_puerto_servidor.Size         = new global::System.Drawing.Size(317, 25);
     this.textBox_puerto_servidor.TabIndex     = 3;
     this.textBox_puerto_servidor.TextChanged += new global::System.EventHandler(this.textBox_puerto_servidor_TextChanged);
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(7f, 17f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.AutoSizeMode        = global::System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     base.ClientSize          = new global::System.Drawing.Size(437, 372);
     base.Controls.Add(this.tableLayoutPanel1);
     this.Font            = new global::System.Drawing.Font("Segoe UI", 9.75f);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Margin          = new global::System.Windows.Forms.Padding(3, 4, 3, 4);
     base.MaximizeBox     = false;
     this.MaximumSize     = new global::System.Drawing.Size(500, 411);
     base.MinimizeBox     = false;
     this.MinimumSize     = new global::System.Drawing.Size(400, 311);
     base.Name            = "Opciones";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Options";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager resources = new global::System.ComponentModel.ComponentResourceManager(typeof(PropertyMapTab));
     this.listBoxFieldNames = new global::System.Windows.Forms.ListBox();
     this.listViewMaps      = new EditableList();
     this.splitContainer1   = new global::System.Windows.Forms.SplitContainer();
     ((global::System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBoxFieldNames
     //
     this.listBoxFieldNames.Dock = global::System.Windows.Forms.DockStyle.Fill;
     this.listBoxFieldNames.FormattingEnabled = true;
     this.listBoxFieldNames.ItemHeight        = 16;
     this.listBoxFieldNames.Location          = new global::System.Drawing.Point(0, 0);
     this.listBoxFieldNames.Margin            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     this.listBoxFieldNames.Name                  = "listBoxFieldNames";
     this.listBoxFieldNames.Size                  = new global::System.Drawing.Size(393, 242);
     this.listBoxFieldNames.TabIndex              = 0;
     this.listBoxFieldNames.SelectedIndexChanged += new global::System.EventHandler(this.listBoxFieldNames_SelectedIndexChanged);
     //
     // listViewMaps
     //
     this.listViewMaps.AllUpper = true;
     this.listViewMaps.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.listViewMaps.Items    = ((global::System.Collections.Generic.List <string>)(resources.GetObject("listViewMaps.Items")));
     this.listViewMaps.Key      = null;
     this.listViewMaps.Location = new global::System.Drawing.Point(0, 0);
     this.listViewMaps.Margin   = new global::System.Windows.Forms.Padding(5, 5, 5, 5);
     this.listViewMaps.Name     = "listViewMaps";
     this.listViewMaps.Size     = new global::System.Drawing.Size(393, 239);
     this.listViewMaps.TabIndex = 1;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new global::System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = global::System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.listBoxFieldNames);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.listViewMaps);
     this.splitContainer1.Size             = new global::System.Drawing.Size(393, 485);
     this.splitContainer1.SplitterDistance = 242;
     this.splitContainer1.TabIndex         = 2;
     //
     // PropertyMapTab
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "PropertyMapTab";
     this.Size   = new global::System.Drawing.Size(393, 485);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #20
0
ファイル: Login.Designer.cs プロジェクト: ratiel/Vindictus
        //	protected override void Dispose(bool disposing)
        //	{
        //		if (disposing && this.components != null)
        //		{
        //			this.components.Dispose();
        //		}
        //		base.Dispose(disposing);
        //	}

        private void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::HeroesOpTool.RCUser.Login));
            this.TBoxID     = new global::System.Windows.Forms.TextBox();
            this.label1     = new global::System.Windows.Forms.Label();
            this.label2     = new global::System.Windows.Forms.Label();
            this.TBoxPasswd = new global::System.Windows.Forms.TextBox();
            this.BtnLogin   = new global::System.Windows.Forms.Button();
            this.BtnExit    = new global::System.Windows.Forms.Button();
            this.LbVersion  = new global::System.Windows.Forms.Label();
            base.SuspendLayout();
            this.TBoxID.BackColor                 = global::System.Drawing.Color.White;
            this.TBoxID.Font                      = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
            this.TBoxID.Location                  = new global::System.Drawing.Point(128, 104);
            this.TBoxID.MaxLength                 = 16;
            this.TBoxID.Name                      = "TBoxID";
            this.TBoxID.Size                      = new global::System.Drawing.Size(112, 22);
            this.TBoxID.TabIndex                  = 0;
            this.label1.BackColor                 = global::System.Drawing.Color.Transparent;
            this.label1.Font                      = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
            this.label1.Location                  = new global::System.Drawing.Point(56, 104);
            this.label1.Name                      = "label1";
            this.label1.Size                      = new global::System.Drawing.Size(64, 24);
            this.label1.TabIndex                  = 1;
            this.label1.Text                      = "ID";
            this.label1.TextAlign                 = global::System.Drawing.ContentAlignment.MiddleCenter;
            this.label2.BackColor                 = global::System.Drawing.Color.Transparent;
            this.label2.Font                      = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
            this.label2.Location                  = new global::System.Drawing.Point(56, 136);
            this.label2.Name                      = "label2";
            this.label2.Size                      = new global::System.Drawing.Size(64, 24);
            this.label2.TabIndex                  = 1;
            this.label2.Text                      = "Password";
            this.label2.TextAlign                 = global::System.Drawing.ContentAlignment.MiddleCenter;
            this.TBoxPasswd.BackColor             = global::System.Drawing.Color.White;
            this.TBoxPasswd.Font                  = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
            this.TBoxPasswd.Location              = new global::System.Drawing.Point(128, 136);
            this.TBoxPasswd.MaxLength             = 16;
            this.TBoxPasswd.Name                  = "TBoxPasswd";
            this.TBoxPasswd.PasswordChar          = '*';
            this.TBoxPasswd.Size                  = new global::System.Drawing.Size(112, 22);
            this.TBoxPasswd.TabIndex              = 0;
            this.BtnLogin.BackColor               = global::System.Drawing.Color.Transparent;
            this.BtnLogin.FlatStyle               = global::System.Windows.Forms.FlatStyle.Popup;
            this.BtnLogin.Location                = new global::System.Drawing.Point(184, 168);
            this.BtnLogin.Name                    = "BtnLogin";
            this.BtnLogin.Size                    = new global::System.Drawing.Size(48, 24);
            this.BtnLogin.TabIndex                = 2;
            this.BtnLogin.Text                    = "Login";
            this.BtnLogin.UseVisualStyleBackColor = false;
            this.BtnLogin.Click                  += new global::System.EventHandler(this.BtnLogin_Click);
            this.BtnExit.BackColor                = global::System.Drawing.Color.Transparent;
            this.BtnExit.DialogResult             = global::System.Windows.Forms.DialogResult.Cancel;
            this.BtnExit.FlatStyle                = global::System.Windows.Forms.FlatStyle.Popup;
            this.BtnExit.Location                 = new global::System.Drawing.Point(240, 168);
            this.BtnExit.Name                     = "BtnExit";
            this.BtnExit.Size                     = new global::System.Drawing.Size(48, 24);
            this.BtnExit.TabIndex                 = 2;
            this.BtnExit.Text                     = "Exit";
            this.BtnExit.UseVisualStyleBackColor  = false;
            this.LbVersion.AutoSize               = true;
            this.LbVersion.BackColor              = global::System.Drawing.Color.Transparent;
            this.LbVersion.Location               = new global::System.Drawing.Point(12, 173);
            this.LbVersion.Name                   = "LbVersion";
            this.LbVersion.Size                   = new global::System.Drawing.Size(32, 14);
            this.LbVersion.TabIndex               = 3;
            this.LbVersion.Text                   = "Build";
            this.LbVersion.TextAlign              = global::System.Drawing.ContentAlignment.MiddleLeft;
            base.AcceptButton                     = this.BtnLogin;
            this.AutoScaleBaseSize                = new global::System.Drawing.Size(6, 15);
            this.BackgroundImage                  = (global::System.Drawing.Image)componentResourceManager.GetObject("$this.BackgroundImage");
            base.CancelButton                     = this.BtnExit;
            base.ClientSize = new global::System.Drawing.Size(300, 200);
            base.Controls.Add(this.LbVersion);
            base.Controls.Add(this.BtnLogin);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.TBoxID);
            base.Controls.Add(this.TBoxPasswd);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.BtnExit);
            this.Font            = new global::System.Drawing.Font("Tahoma", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
            base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
            base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.Name            = "Login";
            base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "HeroesOpTool Login";
            base.ResumeLayout(false);
            base.PerformLayout();
        }
コード例 #21
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::rootip.Form1));
     this.Panel1   = new global::System.Windows.Forms.Panel();
     this.Label4   = new global::System.Windows.Forms.Label();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.ic       = new global::System.Windows.Forms.Label();
     this.Label2   = new global::System.Windows.Forms.Label();
     this.npages   = new global::System.Windows.Forms.NumericUpDown();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.Label1   = new global::System.Windows.Forms.Label();
     this.LV1      = new global::System.Windows.Forms.ListView();
     this.CM1      = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.SaveToPNGToolStripMenuItem  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SaveToIconToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.IM                       = new global::System.Windows.Forms.ImageList(this.components);
     this.Label3                   = new global::System.Windows.Forms.Label();
     this.LinkLabel1               = new global::System.Windows.Forms.LinkLabel();
     this.SV                       = new global::System.Windows.Forms.SaveFileDialog();
     this.MenuStrip1               = new global::System.Windows.Forms.MenuStrip();
     this.ToolStripMenuItem_0      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripMenuItem_1      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.LisanceToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Button2                  = new global::System.Windows.Forms.Button();
     this.Panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.npages).BeginInit();
     this.CM1.SuspendLayout();
     this.MenuStrip1.SuspendLayout();
     base.SuspendLayout();
     this.Panel1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel1.Controls.Add(this.TextBox1);
     this.Panel1.Controls.Add(this.ic);
     this.Panel1.Controls.Add(this.Label2);
     this.Panel1.Controls.Add(this.npages);
     this.Panel1.Controls.Add(this.Button1);
     this.Panel1.Controls.Add(this.Label1);
     this.Panel1.Dock        = global::System.Windows.Forms.DockStyle.Top;
     this.Panel1.Location    = new global::System.Drawing.Point(0, 0);
     this.Panel1.Name        = "Panel1";
     this.Panel1.Size        = new global::System.Drawing.Size(597, 46);
     this.Panel1.TabIndex    = 0;
     this.Label4.AutoSize    = true;
     this.Label4.BackColor   = global::System.Drawing.Color.Black;
     this.Label4.Cursor      = global::System.Windows.Forms.Cursors.PanWest;
     this.Label4.Font        = new global::System.Drawing.Font("Calibri", 10f, global::System.Drawing.FontStyle.Bold);
     this.Label4.ForeColor   = global::System.Drawing.Color.Transparent;
     this.Label4.Location    = new global::System.Drawing.Point(578, 333);
     this.Label4.Name        = "Label4";
     this.Label4.Size        = new global::System.Drawing.Size(15, 17);
     this.Label4.TabIndex    = 7;
     this.Label4.Text        = "<";
     this.TextBox1.BackColor = global::System.Drawing.Color.White;
     this.TextBox1.Font      = new global::System.Drawing.Font("Montserrat", 9.749999f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.TextBox1.ForeColor = global::System.Drawing.Color.Black;
     this.TextBox1.Location  = new global::System.Drawing.Point(101, 9);
     this.TextBox1.MaxLength = 55;
     this.TextBox1.Name      = "TextBox1";
     this.TextBox1.Size      = new global::System.Drawing.Size(185, 23);
     this.TextBox1.TabIndex  = 6;
     this.TextBox1.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ic.AutoSize        = true;
     this.ic.Font            = new global::System.Drawing.Font("Calibri", 10f, global::System.Drawing.FontStyle.Bold);
     this.ic.ForeColor       = global::System.Drawing.Color.Red;
     this.ic.Location        = new global::System.Drawing.Point(489, 14);
     this.ic.Name            = "ic";
     this.ic.Size            = new global::System.Drawing.Size(22, 17);
     this.ic.TabIndex        = 5;
     this.ic.Text            = "~~";
     this.Label2.AutoSize    = true;
     this.Label2.Font        = new global::System.Drawing.Font("Calibri", 10f, global::System.Drawing.FontStyle.Bold);
     this.Label2.ForeColor   = global::System.Drawing.Color.FromArgb(0, 192, 0);
     this.Label2.Location    = new global::System.Drawing.Point(385, 13);
     this.Label2.Name        = "Label2";
     this.Label2.Size        = new global::System.Drawing.Size(50, 17);
     this.Label2.TabIndex    = 4;
     this.Label2.Text        = "Sayfa >";
     this.npages.BackColor   = global::System.Drawing.Color.Black;
     this.npages.ForeColor   = global::System.Drawing.Color.Lime;
     this.npages.Hexadecimal = true;
     this.npages.Location    = new global::System.Drawing.Point(436, 11);
     global::System.Windows.Forms.NumericUpDown npages = this.npages;
     int[] array = new int[4];
     array[0]              = 1;
     npages.Minimum        = new decimal(array);
     this.npages.Name      = "npages";
     this.npages.Size      = new global::System.Drawing.Size(42, 22);
     this.npages.TabIndex  = 3;
     this.npages.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     global::System.Windows.Forms.NumericUpDown npages2 = this.npages;
     int[] array2 = new int[4];
     array2[0]                                = 2;
     npages2.Value                            = new decimal(array2);
     this.Button1.BackColor                   = global::System.Drawing.Color.Black;
     this.Button1.Cursor                      = global::System.Windows.Forms.Cursors.Cross;
     this.Button1.FlatStyle                   = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button1.Font                        = new global::System.Drawing.Font("Zekton Rg", 11.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 162);
     this.Button1.ForeColor                   = global::System.Drawing.Color.Yellow;
     this.Button1.Location                    = new global::System.Drawing.Point(295, 5);
     this.Button1.MaximumSize                 = new global::System.Drawing.Size(84, 31);
     this.Button1.MinimumSize                 = new global::System.Drawing.Size(84, 31);
     this.Button1.Name                        = "Button1";
     this.Button1.Size                        = new global::System.Drawing.Size(84, 31);
     this.Button1.TabIndex                    = 2;
     this.Button1.Text                        = "> Ara <";
     this.Button1.UseVisualStyleBackColor     = false;
     this.Label1.AutoSize                     = true;
     this.Label1.Font                         = new global::System.Drawing.Font("Zekton Rg", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 162);
     this.Label1.ForeColor                    = global::System.Drawing.Color.FromArgb(0, 192, 0);
     this.Label1.Location                     = new global::System.Drawing.Point(3, 15);
     this.Label1.Name                         = "Label1";
     this.Label1.Size                         = new global::System.Drawing.Size(95, 13);
     this.Label1.TabIndex                     = 0;
     this.Label1.Text                         = "Arama Filtre >";
     this.LV1.BackColor                       = global::System.Drawing.SystemColors.Control;
     this.LV1.BorderStyle                     = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.LV1.ContextMenuStrip                = this.CM1;
     this.LV1.LargeImageList                  = this.IM;
     this.LV1.Location                        = new global::System.Drawing.Point(0, 75);
     this.LV1.MaximumSize                     = new global::System.Drawing.Size(597, 255);
     this.LV1.MinimumSize                     = new global::System.Drawing.Size(597, 255);
     this.LV1.Name                            = "LV1";
     this.LV1.Size                            = new global::System.Drawing.Size(597, 255);
     this.LV1.SmallImageList                  = this.IM;
     this.LV1.TabIndex                        = 1;
     this.LV1.UseCompatibleStateImageBehavior = false;
     this.CM1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SaveToPNGToolStripMenuItem,
         this.SaveToIconToolStripMenuItem
     });
     this.CM1.Name = "CM1";
     this.CM1.Size = new global::System.Drawing.Size(169, 48);
     this.SaveToPNGToolStripMenuItem.Image  = (global::System.Drawing.Image)componentResourceManager.GetObject("SaveToPNGToolStripMenuItem.Image");
     this.SaveToPNGToolStripMenuItem.Name   = "SaveToPNGToolStripMenuItem";
     this.SaveToPNGToolStripMenuItem.Size   = new global::System.Drawing.Size(168, 22);
     this.SaveToPNGToolStripMenuItem.Text   = "Şöyle Kaydet PNG";
     this.SaveToIconToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("SaveToIconToolStripMenuItem.Image");
     this.SaveToIconToolStripMenuItem.Name  = "SaveToIconToolStripMenuItem";
     this.SaveToIconToolStripMenuItem.Size  = new global::System.Drawing.Size(168, 22);
     this.SaveToIconToolStripMenuItem.Text  = "Şöyle Kaydet Icon";
     this.IM.ColorDepth        = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     this.IM.ImageSize         = new global::System.Drawing.Size(48, 48);
     this.IM.TransparentColor  = global::System.Drawing.Color.Transparent;
     this.Label3.AutoSize      = true;
     this.Label3.Font          = new global::System.Drawing.Font("Calibri", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 162);
     this.Label3.ForeColor     = global::System.Drawing.Color.FromArgb(192, 192, 0);
     this.Label3.Location      = new global::System.Drawing.Point(5, 332);
     this.Label3.Name          = "Label3";
     this.Label3.Size          = new global::System.Drawing.Size(66, 15);
     this.Label3.TabIndex      = 3;
     this.Label3.Text          = "Coded BY :";
     this.LinkLabel1.AutoSize  = true;
     this.LinkLabel1.Font      = new global::System.Drawing.Font("Calibri", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 162);
     this.LinkLabel1.LinkColor = global::System.Drawing.Color.Red;
     this.LinkLabel1.Location  = new global::System.Drawing.Point(69, 333);
     this.LinkLabel1.Name      = "LinkLabel1";
     this.LinkLabel1.Size      = new global::System.Drawing.Size(50, 15);
     this.LinkLabel1.TabIndex  = 4;
     this.LinkLabel1.TabStop   = true;
     this.LinkLabel1.Text      = "TH3KEN";
     this.MenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem_0,
         this.ToolStripMenuItem_1,
         this.LisanceToolStripMenuItem
     });
     this.MenuStrip1.Location           = new global::System.Drawing.Point(0, 46);
     this.MenuStrip1.MaximumSize        = new global::System.Drawing.Size(597, 24);
     this.MenuStrip1.MinimumSize        = new global::System.Drawing.Size(597, 24);
     this.MenuStrip1.Name               = "MenuStrip1";
     this.MenuStrip1.Size               = new global::System.Drawing.Size(597, 24);
     this.MenuStrip1.TabIndex           = 5;
     this.MenuStrip1.Text               = "MenuStrip1";
     this.ToolStripMenuItem_0.Name      = "YardımToolStripMenuItem";
     this.ToolStripMenuItem_0.Size      = new global::System.Drawing.Size(56, 20);
     this.ToolStripMenuItem_0.Text      = "Yardım";
     this.ToolStripMenuItem_1.Name      = "KullanmaKılavuzuToolStripMenuItem";
     this.ToolStripMenuItem_1.Size      = new global::System.Drawing.Size(116, 20);
     this.ToolStripMenuItem_1.Text      = "Kullanma Kılavuzu";
     this.LisanceToolStripMenuItem.Name = "LisanceToolStripMenuItem";
     this.LisanceToolStripMenuItem.Size = new global::System.Drawing.Size(58, 20);
     this.LisanceToolStripMenuItem.Text = "Lisance";
     this.Button2.Cursor   = global::System.Windows.Forms.Cursors.Hand;
     this.Button2.Location = new global::System.Drawing.Point(522, 331);
     this.Button2.Name     = "Button2";
     this.Button2.Size     = new global::System.Drawing.Size(75, 20);
     this.Button2.TabIndex = 7;
     this.Button2.Text     = "Durdur";
     this.Button2.UseVisualStyleBackColor = true;
     this.Button2.Visible     = false;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     base.ClientSize          = new global::System.Drawing.Size(597, 352);
     base.Controls.Add(this.Label4);
     base.Controls.Add(this.Button2);
     base.Controls.Add(this.MenuStrip1);
     base.Controls.Add(this.LinkLabel1);
     base.Controls.Add(this.Label3);
     base.Controls.Add(this.Panel1);
     base.Controls.Add(this.LV1);
     this.Font            = new global::System.Drawing.Font("Calibri", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = global::System.Drawing.Color.FromArgb(64, 64, 64);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "Form1";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "İcon Bul Kolay Yol | TH3KEN - X";
     base.TransparencyKey = global::System.Drawing.Color.FromArgb(255, 128, 0);
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.npages).EndInit();
     this.CM1.ResumeLayout(false);
     this.MenuStrip1.ResumeLayout(false);
     this.MenuStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #22
0
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmReadme));
     this.rtfRead      = new global::System.Windows.Forms.RichTextBox();
     this.pbBackground = new global::System.Windows.Forms.PictureBox();
     this.pbBottom     = new global::System.Windows.Forms.PictureBox();
     this.btnClose     = new global::midsControls.ImageButton();
     ((global::System.ComponentModel.ISupportInitialize) this.pbBackground).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pbBottom).BeginInit();
     base.SuspendLayout();
     this.rtfRead.BackColor = global::System.Drawing.Color.White;
     this.rtfRead.Cursor    = global::System.Windows.Forms.Cursors.Arrow;
     this.rtfRead.ForeColor = global::System.Drawing.Color.Black;
     global::System.Drawing.Point point = new global::System.Drawing.Point(12, 31);
     this.rtfRead.Location   = point;
     this.rtfRead.Name       = "rtfRead";
     this.rtfRead.ReadOnly   = true;
     this.rtfRead.ScrollBars = global::System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     global::System.Drawing.Size size = new global::System.Drawing.Size(616, 409);
     this.rtfRead.Size             = size;
     this.rtfRead.TabIndex         = 0;
     this.rtfRead.Text             = "";
     this.pbBackground.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbBackground.Image       = (global::System.Drawing.Image)componentResourceManager.GetObject("pbBackground.Image");
     point = new global::System.Drawing.Point(0, 0);
     this.pbBackground.Location = point;
     this.pbBackground.Name     = "pbBackground";
     size = new global::System.Drawing.Size(642, 41);
     this.pbBackground.Size     = size;
     this.pbBackground.TabIndex = 101;
     this.pbBackground.TabStop  = false;
     this.pbBottom.BorderStyle  = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.pbBottom.Image        = (global::System.Drawing.Image)componentResourceManager.GetObject("pbBottom.Image");
     point = new global::System.Drawing.Point(0, 427);
     this.pbBottom.Location = point;
     this.pbBottom.Name     = "pbBottom";
     size = new global::System.Drawing.Size(642, 53);
     this.pbBottom.Size      = size;
     this.pbBottom.TabIndex  = 102;
     this.pbBottom.TabStop   = false;
     this.btnClose.BackColor = global::System.Drawing.Color.FromArgb(60, 143, 233);
     this.btnClose.Checked   = false;
     this.btnClose.Font      = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point = new global::System.Drawing.Point(0, 0);
     this.btnClose.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(268, 449);
     this.btnClose.Location = point;
     this.btnClose.Name     = "btnClose";
     size = new global::System.Drawing.Size(105, 22);
     this.btnClose.Size     = size;
     this.btnClose.TabIndex = 100;
     this.btnClose.TextOff  = "Close";
     this.btnClose.TextOn   = "Alt Text";
     this.btnClose.Toggle   = false;
     base.AutoScaleMode     = global::System.Windows.Forms.AutoScaleMode.None;
     this.BackColor         = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(642, 480);
     base.ClientSize = size;
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.rtfRead);
     base.Controls.Add(this.pbBottom);
     base.Controls.Add(this.pbBackground);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     size               = new global::System.Drawing.Size(200, 200);
     this.MinimumSize   = size;
     base.Name          = "frmReadme";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Readme / Help";
     ((global::System.ComponentModel.ISupportInitialize) this.pbBackground).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pbBottom).EndInit();
     base.ResumeLayout(false);
 }
コード例 #23
0
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmCSV));
     this.GroupBox1         = new global::System.Windows.Forms.GroupBox();
     this.mod_Revision      = new global::System.Windows.Forms.Label();
     this.Label4            = new global::System.Windows.Forms.Label();
     this.mod_Import        = new global::System.Windows.Forms.Button();
     this.mod_Count         = new global::System.Windows.Forms.Label();
     this.mod_Date          = new global::System.Windows.Forms.Label();
     this.Label2            = new global::System.Windows.Forms.Label();
     this.Label1            = new global::System.Windows.Forms.Label();
     this.GroupBox2         = new global::System.Windows.Forms.GroupBox();
     this.at_Revision       = new global::System.Windows.Forms.Label();
     this.Label15           = new global::System.Windows.Forms.Label();
     this.at_Import         = new global::System.Windows.Forms.Button();
     this.at_Count          = new global::System.Windows.Forms.Label();
     this.at_Date           = new global::System.Windows.Forms.Label();
     this.Label5            = new global::System.Windows.Forms.Label();
     this.Label6            = new global::System.Windows.Forms.Label();
     this.GroupBox3         = new global::System.Windows.Forms.GroupBox();
     this.set_Revision      = new global::System.Windows.Forms.Label();
     this.Label17           = new global::System.Windows.Forms.Label();
     this.set_Import        = new global::System.Windows.Forms.Button();
     this.set_Count         = new global::System.Windows.Forms.Label();
     this.set_Date          = new global::System.Windows.Forms.Label();
     this.Label7            = new global::System.Windows.Forms.Label();
     this.Label8            = new global::System.Windows.Forms.Label();
     this.GroupBox4         = new global::System.Windows.Forms.GroupBox();
     this.pow_Revision      = new global::System.Windows.Forms.Label();
     this.Label19           = new global::System.Windows.Forms.Label();
     this.pow_Import        = new global::System.Windows.Forms.Button();
     this.pow_Count         = new global::System.Windows.Forms.Label();
     this.pow_Date          = new global::System.Windows.Forms.Label();
     this.Label9            = new global::System.Windows.Forms.Label();
     this.Label10           = new global::System.Windows.Forms.Label();
     this.GroupBox5         = new global::System.Windows.Forms.GroupBox();
     this.fx_Revision       = new global::System.Windows.Forms.Label();
     this.Label21           = new global::System.Windows.Forms.Label();
     this.fx_Import         = new global::System.Windows.Forms.Button();
     this.fx_Count          = new global::System.Windows.Forms.Label();
     this.fx_Date           = new global::System.Windows.Forms.Label();
     this.Label11           = new global::System.Windows.Forms.Label();
     this.Label12           = new global::System.Windows.Forms.Label();
     this.GroupBox6         = new global::System.Windows.Forms.GroupBox();
     this.inventSetImport   = new global::System.Windows.Forms.Button();
     this.btnIOLevels       = new global::System.Windows.Forms.Button();
     this.btnImportRecipes  = new global::System.Windows.Forms.Button();
     this.btnSalvageUpdate  = new global::System.Windows.Forms.Button();
     this.invent_Revision   = new global::System.Windows.Forms.Label();
     this.btnEnhEffects     = new global::System.Windows.Forms.Button();
     this.Label23           = new global::System.Windows.Forms.Label();
     this.btnBonusLookup    = new global::System.Windows.Forms.Button();
     this.invent_Import     = new global::System.Windows.Forms.Button();
     this.invent_RecipeDate = new global::System.Windows.Forms.Label();
     this.invent_Date       = new global::System.Windows.Forms.Label();
     this.Label13           = new global::System.Windows.Forms.Label();
     this.Label14           = new global::System.Windows.Forms.Label();
     this.GroupBox7         = new global::System.Windows.Forms.GroupBox();
     this.lev_Revision      = new global::System.Windows.Forms.Label();
     this.Label16           = new global::System.Windows.Forms.Label();
     this.level_import      = new global::System.Windows.Forms.Button();
     this.lev_Count         = new global::System.Windows.Forms.Label();
     this.lev_date          = new global::System.Windows.Forms.Label();
     this.Label22           = new global::System.Windows.Forms.Label();
     this.Label24           = new global::System.Windows.Forms.Label();
     this.GroupBox8         = new global::System.Windows.Forms.GroupBox();
     this.btnEntities       = new global::System.Windows.Forms.Button();
     this.btnClearSI        = new global::System.Windows.Forms.Button();
     this.btnStaticIndex    = new global::System.Windows.Forms.Button();
     this.btnDefiance       = new global::System.Windows.Forms.Button();
     this.btnStaticExport   = new global::System.Windows.Forms.Button();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.GroupBox4.SuspendLayout();
     this.GroupBox5.SuspendLayout();
     this.GroupBox6.SuspendLayout();
     this.GroupBox7.SuspendLayout();
     this.GroupBox8.SuspendLayout();
     base.SuspendLayout();
     this.GroupBox1.Controls.Add(this.mod_Revision);
     this.GroupBox1.Controls.Add(this.Label4);
     this.GroupBox1.Controls.Add(this.mod_Import);
     this.GroupBox1.Controls.Add(this.mod_Count);
     this.GroupBox1.Controls.Add(this.mod_Date);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.Label1);
     global::System.Drawing.Point point = new global::System.Drawing.Point(12, 12);
     this.GroupBox1.Location = point;
     this.GroupBox1.Name     = "GroupBox1";
     global::System.Drawing.Size size = new global::System.Drawing.Size(257, 115);
     this.GroupBox1.Size     = size;
     this.GroupBox1.TabIndex = 0;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "Modifier Tables";
     point = new global::System.Drawing.Point(124, 60);
     this.mod_Revision.Location = point;
     this.mod_Revision.Name     = "mod_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.mod_Revision.Size      = size;
     this.mod_Revision.TabIndex  = 6;
     this.mod_Revision.Text      = "000";
     this.mod_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label4.Location = point;
     this.Label4.Name     = "Label4";
     size                     = new global::System.Drawing.Size(112, 22);
     this.Label4.Size         = size;
     this.Label4.TabIndex     = 5;
     this.Label4.Text         = "Revision:";
     this.Label4.TextAlign    = global::System.Drawing.ContentAlignment.MiddleRight;
     point                    = new global::System.Drawing.Point(6, 85);
     this.mod_Import.Location = point;
     this.mod_Import.Name     = "mod_Import";
     size                     = new global::System.Drawing.Size(245, 23);
     this.mod_Import.Size     = size;
     this.mod_Import.TabIndex = 4;
     this.mod_Import.Text     = "Import New";
     this.mod_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.mod_Count.Location = point;
     this.mod_Count.Name     = "mod_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.mod_Count.Size      = size;
     this.mod_Count.TabIndex  = 3;
     this.mod_Count.Text      = "000";
     this.mod_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.mod_Date.Location = point;
     this.mod_Date.Name     = "mod_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.mod_Date.Size      = size;
     this.mod_Date.TabIndex  = 2;
     this.mod_Date.Text      = "DD/MMM/YYYY";
     this.mod_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label2.Location = point;
     this.Label2.Name     = "Label2";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label2.Size      = size;
     this.Label2.TabIndex  = 1;
     this.Label2.Text      = "Table Count:";
     this.Label2.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point                 = new global::System.Drawing.Point(6, 16);
     this.Label1.Location  = point;
     this.Label1.Name      = "Label1";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label1.Size      = size;
     this.Label1.TabIndex  = 0;
     this.Label1.Text      = "Last Updated:";
     this.Label1.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox2.Controls.Add(this.at_Revision);
     this.GroupBox2.Controls.Add(this.Label15);
     this.GroupBox2.Controls.Add(this.at_Import);
     this.GroupBox2.Controls.Add(this.at_Count);
     this.GroupBox2.Controls.Add(this.at_Date);
     this.GroupBox2.Controls.Add(this.Label5);
     this.GroupBox2.Controls.Add(this.Label6);
     point = new global::System.Drawing.Point(12, 133);
     this.GroupBox2.Location = point;
     this.GroupBox2.Name     = "GroupBox2";
     size = new global::System.Drawing.Size(257, 115);
     this.GroupBox2.Size     = size;
     this.GroupBox2.TabIndex = 1;
     this.GroupBox2.TabStop  = false;
     this.GroupBox2.Text     = "Archetype Classes";
     point = new global::System.Drawing.Point(124, 60);
     this.at_Revision.Location = point;
     this.at_Revision.Name     = "at_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.at_Revision.Size      = size;
     this.at_Revision.TabIndex  = 8;
     this.at_Revision.Text      = "000";
     this.at_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label15.Location = point;
     this.Label15.Name     = "Label15";
     size = new global::System.Drawing.Size(112, 22);
     this.Label15.Size      = size;
     this.Label15.TabIndex  = 7;
     this.Label15.Text      = "Revision:";
     this.Label15.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 85);
     this.at_Import.Location = point;
     this.at_Import.Name     = "at_Import";
     size = new global::System.Drawing.Size(245, 23);
     this.at_Import.Size     = size;
     this.at_Import.TabIndex = 4;
     this.at_Import.Text     = "Import";
     this.at_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.at_Count.Location = point;
     this.at_Count.Name     = "at_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.at_Count.Size      = size;
     this.at_Count.TabIndex  = 3;
     this.at_Count.Text      = "000";
     this.at_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.at_Date.Location = point;
     this.at_Date.Name     = "at_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.at_Date.Size      = size;
     this.at_Date.TabIndex  = 2;
     this.at_Date.Text      = "DD/MMM/YYYY";
     this.at_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label5.Location = point;
     this.Label5.Name     = "Label5";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label5.Size      = size;
     this.Label5.TabIndex  = 1;
     this.Label5.Text      = "Record Count:";
     this.Label5.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point                 = new global::System.Drawing.Point(6, 16);
     this.Label6.Location  = point;
     this.Label6.Name      = "Label6";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label6.Size      = size;
     this.Label6.TabIndex  = 0;
     this.Label6.Text      = "Last Updated:";
     this.Label6.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox3.Controls.Add(this.set_Revision);
     this.GroupBox3.Controls.Add(this.Label17);
     this.GroupBox3.Controls.Add(this.set_Import);
     this.GroupBox3.Controls.Add(this.set_Count);
     this.GroupBox3.Controls.Add(this.set_Date);
     this.GroupBox3.Controls.Add(this.Label7);
     this.GroupBox3.Controls.Add(this.Label8);
     point = new global::System.Drawing.Point(12, 254);
     this.GroupBox3.Location = point;
     this.GroupBox3.Name     = "GroupBox3";
     size = new global::System.Drawing.Size(257, 115);
     this.GroupBox3.Size     = size;
     this.GroupBox3.TabIndex = 2;
     this.GroupBox3.TabStop  = false;
     this.GroupBox3.Text     = "Power Sets";
     point = new global::System.Drawing.Point(124, 60);
     this.set_Revision.Location = point;
     this.set_Revision.Name     = "set_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.set_Revision.Size      = size;
     this.set_Revision.TabIndex  = 8;
     this.set_Revision.Text      = "000";
     this.set_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label17.Location = point;
     this.Label17.Name     = "Label17";
     size = new global::System.Drawing.Size(112, 22);
     this.Label17.Size      = size;
     this.Label17.TabIndex  = 7;
     this.Label17.Text      = "Revision:";
     this.Label17.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 85);
     this.set_Import.Location = point;
     this.set_Import.Name     = "set_Import";
     size = new global::System.Drawing.Size(245, 23);
     this.set_Import.Size     = size;
     this.set_Import.TabIndex = 4;
     this.set_Import.Text     = "Import";
     this.set_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.set_Count.Location = point;
     this.set_Count.Name     = "set_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.set_Count.Size      = size;
     this.set_Count.TabIndex  = 3;
     this.set_Count.Text      = "000";
     this.set_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.set_Date.Location = point;
     this.set_Date.Name     = "set_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.set_Date.Size      = size;
     this.set_Date.TabIndex  = 2;
     this.set_Date.Text      = "DD/MMM/YYYY";
     this.set_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label7.Location = point;
     this.Label7.Name     = "Label7";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label7.Size      = size;
     this.Label7.TabIndex  = 1;
     this.Label7.Text      = "Record Count:";
     this.Label7.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point                 = new global::System.Drawing.Point(6, 16);
     this.Label8.Location  = point;
     this.Label8.Name      = "Label8";
     size                  = new global::System.Drawing.Size(112, 22);
     this.Label8.Size      = size;
     this.Label8.TabIndex  = 0;
     this.Label8.Text      = "Last Updated:";
     this.Label8.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox4.Controls.Add(this.pow_Revision);
     this.GroupBox4.Controls.Add(this.Label19);
     this.GroupBox4.Controls.Add(this.pow_Import);
     this.GroupBox4.Controls.Add(this.pow_Count);
     this.GroupBox4.Controls.Add(this.pow_Date);
     this.GroupBox4.Controls.Add(this.Label9);
     this.GroupBox4.Controls.Add(this.Label10);
     point = new global::System.Drawing.Point(275, 12);
     this.GroupBox4.Location = point;
     this.GroupBox4.Name     = "GroupBox4";
     size = new global::System.Drawing.Size(257, 115);
     this.GroupBox4.Size     = size;
     this.GroupBox4.TabIndex = 3;
     this.GroupBox4.TabStop  = false;
     this.GroupBox4.Text     = "Powers";
     point = new global::System.Drawing.Point(124, 60);
     this.pow_Revision.Location = point;
     this.pow_Revision.Name     = "pow_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.pow_Revision.Size      = size;
     this.pow_Revision.TabIndex  = 8;
     this.pow_Revision.Text      = "000";
     this.pow_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label19.Location = point;
     this.Label19.Name     = "Label19";
     size = new global::System.Drawing.Size(112, 22);
     this.Label19.Size      = size;
     this.Label19.TabIndex  = 7;
     this.Label19.Text      = "Revision:";
     this.Label19.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 85);
     this.pow_Import.Location = point;
     this.pow_Import.Name     = "pow_Import";
     size = new global::System.Drawing.Size(245, 23);
     this.pow_Import.Size     = size;
     this.pow_Import.TabIndex = 4;
     this.pow_Import.Text     = "Import";
     this.pow_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.pow_Count.Location = point;
     this.pow_Count.Name     = "pow_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.pow_Count.Size      = size;
     this.pow_Count.TabIndex  = 3;
     this.pow_Count.Text      = "000";
     this.pow_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.pow_Date.Location = point;
     this.pow_Date.Name     = "pow_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.pow_Date.Size      = size;
     this.pow_Date.TabIndex  = 2;
     this.pow_Date.Text      = "DD/MMM/YYYY";
     this.pow_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label9.Location = point;
     this.Label9.Name     = "Label9";
     size                   = new global::System.Drawing.Size(112, 22);
     this.Label9.Size       = size;
     this.Label9.TabIndex   = 1;
     this.Label9.Text       = "Record Count:";
     this.Label9.TextAlign  = global::System.Drawing.ContentAlignment.MiddleRight;
     point                  = new global::System.Drawing.Point(6, 16);
     this.Label10.Location  = point;
     this.Label10.Name      = "Label10";
     size                   = new global::System.Drawing.Size(112, 22);
     this.Label10.Size      = size;
     this.Label10.TabIndex  = 0;
     this.Label10.Text      = "Last Updated:";
     this.Label10.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox5.Controls.Add(this.fx_Revision);
     this.GroupBox5.Controls.Add(this.Label21);
     this.GroupBox5.Controls.Add(this.fx_Import);
     this.GroupBox5.Controls.Add(this.fx_Count);
     this.GroupBox5.Controls.Add(this.fx_Date);
     this.GroupBox5.Controls.Add(this.Label11);
     this.GroupBox5.Controls.Add(this.Label12);
     point = new global::System.Drawing.Point(275, 254);
     this.GroupBox5.Location = point;
     this.GroupBox5.Name     = "GroupBox5";
     size = new global::System.Drawing.Size(257, 115);
     this.GroupBox5.Size     = size;
     this.GroupBox5.TabIndex = 4;
     this.GroupBox5.TabStop  = false;
     this.GroupBox5.Text     = "Power Effects";
     point = new global::System.Drawing.Point(124, 60);
     this.fx_Revision.Location = point;
     this.fx_Revision.Name     = "fx_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.fx_Revision.Size      = size;
     this.fx_Revision.TabIndex  = 8;
     this.fx_Revision.Text      = "000";
     this.fx_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label21.Location = point;
     this.Label21.Name     = "Label21";
     size = new global::System.Drawing.Size(112, 22);
     this.Label21.Size      = size;
     this.Label21.TabIndex  = 7;
     this.Label21.Text      = "Revision:";
     this.Label21.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 85);
     this.fx_Import.Location = point;
     this.fx_Import.Name     = "fx_Import";
     size = new global::System.Drawing.Size(245, 23);
     this.fx_Import.Size     = size;
     this.fx_Import.TabIndex = 4;
     this.fx_Import.Text     = "Import";
     this.fx_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.fx_Count.Location = point;
     this.fx_Count.Name     = "fx_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.fx_Count.Size      = size;
     this.fx_Count.TabIndex  = 3;
     this.fx_Count.Text      = "000";
     this.fx_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.fx_Date.Location = point;
     this.fx_Date.Name     = "fx_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.fx_Date.Size      = size;
     this.fx_Date.TabIndex  = 2;
     this.fx_Date.Text      = "DD/MMM/YYYY";
     this.fx_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label11.Location = point;
     this.Label11.Name     = "Label11";
     size = new global::System.Drawing.Size(112, 22);
     this.Label11.Size      = size;
     this.Label11.TabIndex  = 1;
     this.Label11.Text      = "Record Count:";
     this.Label11.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 16);
     this.Label12.Location = point;
     this.Label12.Name     = "Label12";
     size = new global::System.Drawing.Size(112, 22);
     this.Label12.Size      = size;
     this.Label12.TabIndex  = 0;
     this.Label12.Text      = "Last Updated:";
     this.Label12.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox6.Controls.Add(this.inventSetImport);
     this.GroupBox6.Controls.Add(this.btnIOLevels);
     this.GroupBox6.Controls.Add(this.btnImportRecipes);
     this.GroupBox6.Controls.Add(this.btnSalvageUpdate);
     this.GroupBox6.Controls.Add(this.invent_Revision);
     this.GroupBox6.Controls.Add(this.btnEnhEffects);
     this.GroupBox6.Controls.Add(this.Label23);
     this.GroupBox6.Controls.Add(this.btnBonusLookup);
     this.GroupBox6.Controls.Add(this.invent_Import);
     this.GroupBox6.Controls.Add(this.invent_RecipeDate);
     this.GroupBox6.Controls.Add(this.invent_Date);
     this.GroupBox6.Controls.Add(this.Label13);
     this.GroupBox6.Controls.Add(this.Label14);
     point = new global::System.Drawing.Point(538, 78);
     this.GroupBox6.Location = point;
     this.GroupBox6.Name     = "GroupBox6";
     size = new global::System.Drawing.Size(257, 291);
     this.GroupBox6.Size     = size;
     this.GroupBox6.TabIndex = 5;
     this.GroupBox6.TabStop  = false;
     this.GroupBox6.Text     = "Invention Sets";
     point = new global::System.Drawing.Point(6, 93);
     this.inventSetImport.Location = point;
     this.inventSetImport.Name     = "inventSetImport";
     size = new global::System.Drawing.Size(245, 23);
     this.inventSetImport.Size     = size;
     this.inventSetImport.TabIndex = 12;
     this.inventSetImport.Text     = "Import Sets";
     this.inventSetImport.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 206);
     this.btnIOLevels.Location = point;
     this.btnIOLevels.Name     = "btnIOLevels";
     size = new global::System.Drawing.Size(245, 23);
     this.btnIOLevels.Size     = size;
     this.btnIOLevels.TabIndex = 11;
     this.btnIOLevels.Text     = "Compute IO Set Level Ranges";
     this.btnIOLevels.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 148);
     this.btnImportRecipes.Location = point;
     this.btnImportRecipes.Name     = "btnImportRecipes";
     size = new global::System.Drawing.Size(245, 23);
     this.btnImportRecipes.Size     = size;
     this.btnImportRecipes.TabIndex = 10;
     this.btnImportRecipes.Text     = "Import Recipes (Full Import)";
     this.btnImportRecipes.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(9, 263);
     this.btnSalvageUpdate.Location = point;
     this.btnSalvageUpdate.Name     = "btnSalvageUpdate";
     size = new global::System.Drawing.Size(245, 23);
     this.btnSalvageUpdate.Size     = size;
     this.btnSalvageUpdate.TabIndex = 9;
     this.btnSalvageUpdate.Text     = "Update Salvage Requirements";
     this.btnSalvageUpdate.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 60);
     this.invent_Revision.Location = point;
     this.invent_Revision.Name     = "invent_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.invent_Revision.Size      = size;
     this.invent_Revision.TabIndex  = 8;
     this.invent_Revision.Text      = "000";
     this.invent_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(9, 234);
     this.btnEnhEffects.Location = point;
     this.btnEnhEffects.Name     = "btnEnhEffects";
     size = new global::System.Drawing.Size(245, 23);
     this.btnEnhEffects.Size     = size;
     this.btnEnhEffects.TabIndex = 8;
     this.btnEnhEffects.Text     = "Load Enhancement Effects";
     this.btnEnhEffects.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 60);
     this.Label23.Location = point;
     this.Label23.Name     = "Label23";
     size = new global::System.Drawing.Size(112, 22);
     this.Label23.Size      = size;
     this.Label23.TabIndex  = 7;
     this.Label23.Text      = "Revision:";
     this.Label23.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 177);
     this.btnBonusLookup.Location = point;
     this.btnBonusLookup.Name     = "btnBonusLookup";
     size = new global::System.Drawing.Size(245, 23);
     this.btnBonusLookup.Size     = size;
     this.btnBonusLookup.TabIndex = 7;
     this.btnBonusLookup.Text     = "Import Set Bonus Assignments";
     this.btnBonusLookup.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(6, 119);
     this.invent_Import.Location = point;
     this.invent_Import.Name     = "invent_Import";
     size = new global::System.Drawing.Size(245, 23);
     this.invent_Import.Size     = size;
     this.invent_Import.TabIndex = 4;
     this.invent_Import.Text     = "Import Power-Set Type Assignments";
     this.invent_Import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.invent_RecipeDate.Location = point;
     this.invent_RecipeDate.Name     = "invent_RecipeDate";
     size = new global::System.Drawing.Size(112, 22);
     this.invent_RecipeDate.Size      = size;
     this.invent_RecipeDate.TabIndex  = 3;
     this.invent_RecipeDate.Text      = "000";
     this.invent_RecipeDate.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.invent_Date.Location = point;
     this.invent_Date.Name     = "invent_Date";
     size = new global::System.Drawing.Size(112, 22);
     this.invent_Date.Size      = size;
     this.invent_Date.TabIndex  = 2;
     this.invent_Date.Text      = "DD/MMM/YYYY";
     this.invent_Date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label13.Location = point;
     this.Label13.Name     = "Label13";
     size = new global::System.Drawing.Size(112, 22);
     this.Label13.Size      = size;
     this.Label13.TabIndex  = 1;
     this.Label13.Text      = "Recipe Date:";
     this.Label13.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 16);
     this.Label14.Location = point;
     this.Label14.Name     = "Label14";
     size = new global::System.Drawing.Size(112, 22);
     this.Label14.Size      = size;
     this.Label14.TabIndex  = 0;
     this.Label14.Text      = "Set-Power Date:";
     this.Label14.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox7.Controls.Add(this.lev_Revision);
     this.GroupBox7.Controls.Add(this.Label16);
     this.GroupBox7.Controls.Add(this.level_import);
     this.GroupBox7.Controls.Add(this.lev_Count);
     this.GroupBox7.Controls.Add(this.lev_date);
     this.GroupBox7.Controls.Add(this.Label22);
     this.GroupBox7.Controls.Add(this.Label24);
     point = new global::System.Drawing.Point(275, 133);
     this.GroupBox7.Location = point;
     this.GroupBox7.Name     = "GroupBox7";
     size = new global::System.Drawing.Size(257, 115);
     this.GroupBox7.Size     = size;
     this.GroupBox7.TabIndex = 6;
     this.GroupBox7.TabStop  = false;
     this.GroupBox7.Text     = "Power Levels";
     point = new global::System.Drawing.Point(124, 60);
     this.lev_Revision.Location = point;
     this.lev_Revision.Name     = "lev_Revision";
     size = new global::System.Drawing.Size(112, 22);
     this.lev_Revision.Size      = size;
     this.lev_Revision.TabIndex  = 8;
     this.lev_Revision.Text      = "000";
     this.lev_Revision.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 60);
     this.Label16.Location = point;
     this.Label16.Name     = "Label16";
     size = new global::System.Drawing.Size(112, 22);
     this.Label16.Size      = size;
     this.Label16.TabIndex  = 7;
     this.Label16.Text      = "Revision:";
     this.Label16.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 85);
     this.level_import.Location = point;
     this.level_import.Name     = "level_import";
     size = new global::System.Drawing.Size(245, 23);
     this.level_import.Size     = size;
     this.level_import.TabIndex = 4;
     this.level_import.Text     = "Import";
     this.level_import.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(124, 38);
     this.lev_Count.Location = point;
     this.lev_Count.Name     = "lev_Count";
     size = new global::System.Drawing.Size(112, 22);
     this.lev_Count.Size      = size;
     this.lev_Count.TabIndex  = 3;
     this.lev_Count.Text      = "000";
     this.lev_Count.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(124, 16);
     this.lev_date.Location = point;
     this.lev_date.Name     = "lev_date";
     size = new global::System.Drawing.Size(112, 22);
     this.lev_date.Size      = size;
     this.lev_date.TabIndex  = 2;
     this.lev_date.Text      = "DD/MMM/YYYY";
     this.lev_date.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point = new global::System.Drawing.Point(6, 38);
     this.Label22.Location = point;
     this.Label22.Name     = "Label22";
     size = new global::System.Drawing.Size(112, 22);
     this.Label22.Size      = size;
     this.Label22.TabIndex  = 1;
     this.Label22.Text      = "Record Count:";
     this.Label22.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(6, 16);
     this.Label24.Location = point;
     this.Label24.Name     = "Label24";
     size = new global::System.Drawing.Size(112, 22);
     this.Label24.Size      = size;
     this.Label24.TabIndex  = 0;
     this.Label24.Text      = "Last Updated:";
     this.Label24.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox8.Controls.Add(this.btnEntities);
     point = new global::System.Drawing.Point(538, 12);
     this.GroupBox8.Location = point;
     this.GroupBox8.Name     = "GroupBox8";
     size = new global::System.Drawing.Size(257, 60);
     this.GroupBox8.Size     = size;
     this.GroupBox8.TabIndex = 9;
     this.GroupBox8.TabStop  = false;
     this.GroupBox8.Text     = "Entities";
     point = new global::System.Drawing.Point(6, 19);
     this.btnEntities.Location = point;
     this.btnEntities.Name     = "btnEntities";
     size = new global::System.Drawing.Size(245, 23);
     this.btnEntities.Size     = size;
     this.btnEntities.TabIndex = 4;
     this.btnEntities.Text     = "Import";
     this.btnEntities.UseVisualStyleBackColor = true;
     this.btnClearSI.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnClearSI.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnClearSI.ForeColor = global::System.Drawing.SystemColors.ControlText;
     point = new global::System.Drawing.Point(18, 374);
     this.btnClearSI.Location = point;
     this.btnClearSI.Name     = "btnClearSI";
     size = new global::System.Drawing.Size(245, 24);
     this.btnClearSI.Size     = size;
     this.btnClearSI.TabIndex = 22;
     this.btnClearSI.Text     = "Clear StaticIndex Values";
     this.btnClearSI.UseVisualStyleBackColor = true;
     this.btnStaticIndex.BackColor           = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnStaticIndex.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnStaticIndex.ForeColor = global::System.Drawing.SystemColors.ControlText;
     point = new global::System.Drawing.Point(18, 404);
     this.btnStaticIndex.Location = point;
     this.btnStaticIndex.Name     = "btnStaticIndex";
     size = new global::System.Drawing.Size(245, 24);
     this.btnStaticIndex.Size     = size;
     this.btnStaticIndex.TabIndex = 21;
     this.btnStaticIndex.Text     = "Assign StaticIndex Values";
     this.btnStaticIndex.UseVisualStyleBackColor = true;
     this.btnDefiance.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnDefiance.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnDefiance.ForeColor = global::System.Drawing.SystemColors.ControlText;
     point = new global::System.Drawing.Point(18, 434);
     this.btnDefiance.Location = point;
     this.btnDefiance.Name     = "btnDefiance";
     size = new global::System.Drawing.Size(245, 24);
     this.btnDefiance.Size     = size;
     this.btnDefiance.TabIndex = 23;
     this.btnDefiance.Text     = "Scan and Tag Blaster Defiance Effects";
     this.btnDefiance.UseVisualStyleBackColor = true;
     point = new global::System.Drawing.Point(281, 375);
     this.btnStaticExport.Location = point;
     this.btnStaticExport.Name     = "btnStaticExport";
     size = new global::System.Drawing.Size(245, 23);
     this.btnStaticExport.Size     = size;
     this.btnStaticExport.TabIndex = 24;
     this.btnStaticExport.Text     = "Export StaticIndex values";
     this.btnStaticExport.UseVisualStyleBackColor = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleDimensions = autoScaleDimensions;
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(815, 562);
     base.ClientSize = size;
     base.Controls.Add(this.btnStaticExport);
     base.Controls.Add(this.btnDefiance);
     base.Controls.Add(this.btnClearSI);
     base.Controls.Add(this.btnStaticIndex);
     base.Controls.Add(this.GroupBox8);
     base.Controls.Add(this.GroupBox7);
     base.Controls.Add(this.GroupBox6);
     base.Controls.Add(this.GroupBox5);
     base.Controls.Add(this.GroupBox4);
     base.Controls.Add(this.GroupBox3);
     base.Controls.Add(this.GroupBox2);
     base.Controls.Add(this.GroupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmCSV";
     base.ShowInTaskbar   = false;
     this.Text            = "Data Import Hub";
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox4.ResumeLayout(false);
     this.GroupBox5.ResumeLayout(false);
     this.GroupBox6.ResumeLayout(false);
     this.GroupBox7.ResumeLayout(false);
     this.GroupBox8.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #24
0
 // Token: 0x06000009 RID: 9 RVA: 0x00002508 File Offset: 0x00000708
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Simple_UID.frm_Login));
     this.formSkin1         = new global::FlatUI.FormSkin();
     this.linkLabel2        = new global::System.Windows.Forms.LinkLabel();
     this.linkLabel1        = new global::System.Windows.Forms.LinkLabel();
     this.flatStickyButton2 = new global::FlatUI.FlatStickyButton();
     this.flatStickyButton1 = new global::FlatUI.FlatStickyButton();
     this.notify            = new global::FlatUI.FlatAlertBox();
     this.btn_login         = new global::FlatUI.FlatStickyButton();
     this.flatLabel1        = new global::FlatUI.FlatLabel();
     this.txt_email         = new global::FlatUI.FlatTextBox();
     this.formSkin1.SuspendLayout();
     base.SuspendLayout();
     this.formSkin1.BackColor   = global::System.Drawing.Color.White;
     this.formSkin1.BaseColor   = global::System.Drawing.Color.FromArgb(60, 70, 73);
     this.formSkin1.BorderColor = global::System.Drawing.Color.FromArgb(53, 58, 60);
     this.formSkin1.Controls.Add(this.linkLabel2);
     this.formSkin1.Controls.Add(this.linkLabel1);
     this.formSkin1.Controls.Add(this.flatStickyButton2);
     this.formSkin1.Controls.Add(this.flatStickyButton1);
     this.formSkin1.Controls.Add(this.notify);
     this.formSkin1.Controls.Add(this.btn_login);
     this.formSkin1.Controls.Add(this.flatLabel1);
     this.formSkin1.Controls.Add(this.txt_email);
     this.formSkin1.Dock              = global::System.Windows.Forms.DockStyle.Fill;
     this.formSkin1.FlatColor         = global::System.Drawing.SystemColors.MenuHighlight;
     this.formSkin1.Font              = new global::System.Drawing.Font("Segoe UI", 12f);
     this.formSkin1.HeaderColor       = global::System.Drawing.Color.FromArgb(0, 132, 255);
     this.formSkin1.HeaderMaximize    = false;
     this.formSkin1.Location          = new global::System.Drawing.Point(0, 0);
     this.formSkin1.Name              = "formSkin1";
     this.formSkin1.Size              = new global::System.Drawing.Size(335, 245);
     this.formSkin1.TabIndex          = 0;
     this.formSkin1.Text              = "Đăng nhập tài khoản";
     this.linkLabel2.AutoSize         = true;
     this.linkLabel2.BackColor        = global::System.Drawing.Color.Transparent;
     this.linkLabel2.LinkColor        = global::System.Drawing.Color.GreenYellow;
     this.linkLabel2.Location         = new global::System.Drawing.Point(14, 179);
     this.linkLabel2.Name             = "linkLabel2";
     this.linkLabel2.Size             = new global::System.Drawing.Size(148, 21);
     this.linkLabel2.TabIndex         = 22;
     this.linkLabel2.TabStop          = true;
     this.linkLabel2.Text             = "Hướng dẫn sử dụng";
     this.linkLabel2.LinkClicked     += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     this.linkLabel1.AutoSize         = true;
     this.linkLabel1.BackColor        = global::System.Drawing.Color.Transparent;
     this.linkLabel1.LinkColor        = global::System.Drawing.Color.GreenYellow;
     this.linkLabel1.Location         = new global::System.Drawing.Point(204, 178);
     this.linkLabel1.Name             = "linkLabel1";
     this.linkLabel1.Size             = new global::System.Drawing.Size(125, 21);
     this.linkLabel1.TabIndex         = 20;
     this.linkLabel1.TabStop          = true;
     this.linkLabel1.Text             = "Lấy access token";
     this.linkLabel1.LinkClicked     += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     this.flatStickyButton2.BackColor = global::System.Drawing.Color.Transparent;
     this.flatStickyButton2.BaseColor = global::System.Drawing.SystemColors.MenuHighlight;
     this.flatStickyButton2.Cursor    = global::System.Windows.Forms.Cursors.Hand;
     this.flatStickyButton2.Font      = new global::System.Drawing.Font("Segoe UI", 12f);
     this.flatStickyButton2.Location  = new global::System.Drawing.Point(94, 140);
     this.flatStickyButton2.Name      = "flatStickyButton2";
     this.flatStickyButton2.Rounded   = false;
     this.flatStickyButton2.Size      = new global::System.Drawing.Size(68, 31);
     this.flatStickyButton2.TabIndex  = 19;
     this.flatStickyButton2.Text      = "Thoát";
     this.flatStickyButton2.TextColor = global::System.Drawing.Color.FromArgb(243, 243, 243);
     this.flatStickyButton2.Click    += new global::System.EventHandler(this.flatStickyButton2_Click);
     this.flatStickyButton1.BackColor = global::System.Drawing.Color.Transparent;
     this.flatStickyButton1.BaseColor = global::System.Drawing.SystemColors.MenuHighlight;
     this.flatStickyButton1.Cursor    = global::System.Windows.Forms.Cursors.Hand;
     this.flatStickyButton1.Font      = new global::System.Drawing.Font("Segoe UI", 12f);
     this.flatStickyButton1.Location  = new global::System.Drawing.Point(290, 12);
     this.flatStickyButton1.Name      = "flatStickyButton1";
     this.flatStickyButton1.Rounded   = false;
     this.flatStickyButton1.Size      = new global::System.Drawing.Size(22, 18);
     this.flatStickyButton1.TabIndex  = 18;
     this.flatStickyButton1.Text      = "x";
     this.flatStickyButton1.TextColor = global::System.Drawing.Color.FromArgb(243, 243, 243);
     this.flatStickyButton1.Click    += new global::System.EventHandler(this.flatStickyButton1_Click);
     this.notify.BackColor            = global::System.Drawing.Color.FromArgb(60, 70, 73);
     this.notify.Cursor                   = global::System.Windows.Forms.Cursors.Hand;
     this.notify.Dock                     = global::System.Windows.Forms.DockStyle.Bottom;
     this.notify.Font                     = new global::System.Drawing.Font("Segoe UI", 10f);
     this.notify.kind                     = global::FlatUI.FlatAlertBox._Kind.Success;
     this.notify.Location                 = new global::System.Drawing.Point(0, 203);
     this.notify.Name                     = "notify";
     this.notify.Size                     = new global::System.Drawing.Size(335, 42);
     this.notify.TabIndex                 = 17;
     this.notify.Text                     = "ATP TOKEN dòng 2";
     this.notify.Visible                  = false;
     this.btn_login.BackColor             = global::System.Drawing.Color.Transparent;
     this.btn_login.BaseColor             = global::System.Drawing.SystemColors.MenuHighlight;
     this.btn_login.Cursor                = global::System.Windows.Forms.Cursors.Hand;
     this.btn_login.Font                  = new global::System.Drawing.Font("Segoe UI", 12f);
     this.btn_login.Location              = new global::System.Drawing.Point(168, 140);
     this.btn_login.Name                  = "btn_login";
     this.btn_login.Rounded               = false;
     this.btn_login.Size                  = new global::System.Drawing.Size(155, 31);
     this.btn_login.TabIndex              = 16;
     this.btn_login.Text                  = "Đăng nhập";
     this.btn_login.TextColor             = global::System.Drawing.Color.FromArgb(243, 243, 243);
     this.btn_login.Click                += new global::System.EventHandler(this.btn_login_Click);
     this.flatLabel1.AutoSize             = true;
     this.flatLabel1.BackColor            = global::System.Drawing.Color.Transparent;
     this.flatLabel1.Font                 = new global::System.Drawing.Font("Segoe UI", 8f);
     this.flatLabel1.ForeColor            = global::System.Drawing.Color.White;
     this.flatLabel1.Location             = new global::System.Drawing.Point(12, 79);
     this.flatLabel1.Name                 = "flatLabel1";
     this.flatLabel1.Size                 = new global::System.Drawing.Size(63, 13);
     this.flatLabel1.TabIndex             = 13;
     this.flatLabel1.Text                 = "ATP TOKEN:";
     this.txt_email.BackColor             = global::System.Drawing.Color.Transparent;
     this.txt_email.FocusOnHover          = false;
     this.txt_email.Location              = new global::System.Drawing.Point(94, 60);
     this.txt_email.MaxLength             = 32767;
     this.txt_email.Multiline             = true;
     this.txt_email.Name                  = "txt_email";
     this.txt_email.ReadOnly              = false;
     this.txt_email.Size                  = new global::System.Drawing.Size(229, 74);
     this.txt_email.TabIndex              = 12;
     this.txt_email.TextAlign             = global::System.Windows.Forms.HorizontalAlignment.Left;
     this.txt_email.TextColor             = global::System.Drawing.Color.FromArgb(192, 192, 192);
     this.txt_email.UseSystemPasswordChar = false;
     base.AutoScaleDimensions             = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                   = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new global::System.Drawing.Size(335, 245);
     base.Controls.Add(this.formSkin1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "frm_Login";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frm_Login";
     base.TransparencyKey = global::System.Drawing.Color.Fuchsia;
     this.formSkin1.ResumeLayout(false);
     this.formSkin1.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #25
0
 void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmStats));
     this.lblKey2      = new global::System.Windows.Forms.Label();
     this.lblKey1      = new global::System.Windows.Forms.Label();
     this.lblKeyColor2 = new global::System.Windows.Forms.Label();
     this.lblKeyColor1 = new global::System.Windows.Forms.Label();
     this.tbScaleX     = new global::System.Windows.Forms.TrackBar();
     this.lblScale     = new global::System.Windows.Forms.Label();
     this.tTip         = new global::System.Windows.Forms.ToolTip(this.components);
     this.cbSet        = new global::System.Windows.Forms.ComboBox();
     this.cbValues     = new global::System.Windows.Forms.ComboBox();
     this.cbStyle      = new global::System.Windows.Forms.ComboBox();
     this.Graph        = new global::midsControls.ctlMultiGraph();
     this.chkOnTop     = new global::midsControls.ImageButton();
     this.btnClose     = new global::midsControls.ImageButton();
     this.tbScaleX.BeginInit();
     base.SuspendLayout();
     this.lblKey2.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     global::System.Drawing.Point point = new global::System.Drawing.Point(56, 463);
     this.lblKey2.Location = point;
     this.lblKey2.Name     = "lblKey2";
     global::System.Drawing.Size size = new global::System.Drawing.Size(78, 16);
     this.lblKey2.Size      = size;
     this.lblKey2.TabIndex  = 3;
     this.lblKey2.Text      = "Enhanced";
     this.lblKey2.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.lblKey1.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     point = new global::System.Drawing.Point(56, 443);
     this.lblKey1.Location = point;
     this.lblKey1.Name     = "lblKey1";
     size = new global::System.Drawing.Size(78, 16);
     this.lblKey1.Size             = size;
     this.lblKey1.TabIndex         = 2;
     this.lblKey1.Text             = "Base";
     this.lblKey1.TextAlign        = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.lblKeyColor2.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.lblKeyColor2.BackColor   = global::System.Drawing.Color.Yellow;
     this.lblKeyColor2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     point = new global::System.Drawing.Point(12, 463);
     this.lblKeyColor2.Location = point;
     this.lblKeyColor2.Name     = "lblKeyColor2";
     size = new global::System.Drawing.Size(40, 16);
     this.lblKeyColor2.Size        = size;
     this.lblKeyColor2.TabIndex    = 1;
     this.lblKeyColor1.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.lblKeyColor1.BackColor   = global::System.Drawing.Color.Blue;
     this.lblKeyColor1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     point = new global::System.Drawing.Point(12, 443);
     this.lblKeyColor1.Location = point;
     this.lblKeyColor1.Name     = "lblKeyColor1";
     size = new global::System.Drawing.Size(40, 16);
     this.lblKeyColor1.Size     = size;
     this.lblKeyColor1.TabIndex = 0;
     this.tbScaleX.Anchor       = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.tbScaleX.LargeChange  = 1;
     point = new global::System.Drawing.Point(140, 438);
     this.tbScaleX.Location = point;
     this.tbScaleX.Minimum  = 1;
     this.tbScaleX.Name     = "tbScaleX";
     size = new global::System.Drawing.Size(237, 45);
     this.tbScaleX.Size          = size;
     this.tbScaleX.TabIndex      = 6;
     this.tbScaleX.TickFrequency = 10;
     this.tbScaleX.TickStyle     = global::System.Windows.Forms.TickStyle.None;
     this.tTip.SetToolTip(this.tbScaleX, "Move the slider to the left to zoom in on lower values.");
     this.tbScaleX.Value  = 10;
     this.lblScale.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     point = new global::System.Drawing.Point(212, 462);
     this.lblScale.Location = point;
     this.lblScale.Name     = "lblScale";
     size = new global::System.Drawing.Size(108, 20);
     this.lblScale.Size           = size;
     this.lblScale.TabIndex       = 7;
     this.lblScale.Text           = "Scale: 100%";
     this.lblScale.TextAlign      = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.tTip.AutoPopDelay       = 10000;
     this.tTip.InitialDelay       = 500;
     this.tTip.ReshowDelay        = 100;
     this.cbSet.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSet.FormattingEnabled = true;
     point = new global::System.Drawing.Point(6, 5);
     this.cbSet.Location         = point;
     this.cbSet.MaxDropDownItems = 16;
     this.cbSet.Name             = "cbSet";
     size                            = new global::System.Drawing.Size(158, 21);
     this.cbSet.Size                 = size;
     this.cbSet.TabIndex             = 10;
     this.cbValues.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbValues.FormattingEnabled = true;
     point                           = new global::System.Drawing.Point(170, 5);
     this.cbValues.Location          = point;
     this.cbValues.MaxDropDownItems  = 16;
     this.cbValues.Name              = "cbValues";
     size                            = new global::System.Drawing.Size(101, 21);
     this.cbValues.Size              = size;
     this.cbValues.TabIndex          = 11;
     this.cbStyle.DropDownStyle      = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbStyle.FormattingEnabled  = true;
     point                           = new global::System.Drawing.Point(277, 5);
     this.cbStyle.Location           = point;
     this.cbStyle.Name               = "cbStyle";
     size                            = new global::System.Drawing.Size(154, 21);
     this.cbStyle.Size               = size;
     this.cbStyle.TabIndex           = 12;
     this.Graph.BackColor            = global::System.Drawing.Color.FromArgb(0, 0, 32);
     this.Graph.Border               = true;
     this.Graph.ColorBase            = global::System.Drawing.Color.Blue;
     this.Graph.ColorEnh             = global::System.Drawing.Color.Yellow;
     this.Graph.ColorFadeEnd         = global::System.Drawing.Color.Red;
     this.Graph.ColorFadeStart       = global::System.Drawing.Color.Black;
     this.Graph.ColorHighlight       = global::System.Drawing.Color.White;
     this.Graph.ColorLines           = global::System.Drawing.Color.Black;
     this.Graph.ColorMarkerInner     = global::System.Drawing.Color.Black;
     this.Graph.ColorMarkerOuter     = global::System.Drawing.Color.Yellow;
     this.Graph.Dual                 = false;
     this.Graph.Font                 = new global::System.Drawing.Font("Arial", 7.5f);
     this.Graph.ForeColor            = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.Graph.Highlight            = true;
     this.Graph.ImeMode              = global::System.Windows.Forms.ImeMode.Off;
     this.Graph.ItemHeight           = 12;
     this.Graph.Lines                = true;
     point                           = new global::System.Drawing.Point(4, 28);
     this.Graph.Location             = point;
     this.Graph.MarkerValue          = 0f;
     this.Graph.Max                  = 75f;
     this.Graph.Name                 = "Graph";
     this.Graph.PaddingX             = 2f;
     this.Graph.PaddingY             = 4f;
     this.Graph.ScaleHeight          = 16;
     this.Graph.ScaleIndex           = 7;
     this.Graph.ShowScale            = true;
     size                            = new global::System.Drawing.Size(484, 405);
     this.Graph.Size                 = size;
     this.Graph.Style                = global::Enums.GraphStyle.Stacked;
     this.Graph.TabIndex             = 0;
     this.Graph.TextWidth            = 100;
     this.chkOnTop.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.chkOnTop.Checked           = true;
     this.chkOnTop.Font              = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point                           = new global::System.Drawing.Point(383, 438);
     this.chkOnTop.Location          = point;
     this.chkOnTop.Name              = "chkOnTop";
     size                            = new global::System.Drawing.Size(105, 22);
     this.chkOnTop.Size              = size;
     this.chkOnTop.TabIndex          = 17;
     this.chkOnTop.TextOff           = "Keep On Top";
     this.chkOnTop.TextOn            = "Keep On Top";
     this.chkOnTop.Toggle            = true;
     this.btnClose.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnClose.Checked           = false;
     this.btnClose.Font              = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Pixel, 0);
     point                           = new global::System.Drawing.Point(383, 465);
     this.btnClose.Location          = point;
     global::System.Windows.Forms.Padding margin = new global::System.Windows.Forms.Padding(4, 3, 4, 3);
     this.btnClose.Margin = margin;
     this.btnClose.Name   = "btnClose";
     size = new global::System.Drawing.Size(105, 22);
     this.btnClose.Size     = size;
     this.btnClose.TabIndex = 16;
     this.btnClose.TextOff  = "Close";
     this.btnClose.TextOn   = "Close";
     this.btnClose.Toggle   = false;
     base.AutoScaleMode     = global::System.Windows.Forms.AutoScaleMode.None;
     this.BackColor         = global::System.Drawing.Color.FromArgb(0, 0, 32);
     size            = new global::System.Drawing.Size(492, 491);
     base.ClientSize = size;
     base.Controls.Add(this.chkOnTop);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.cbStyle);
     base.Controls.Add(this.lblKey2);
     base.Controls.Add(this.cbValues);
     base.Controls.Add(this.lblKey1);
     base.Controls.Add(this.cbSet);
     base.Controls.Add(this.lblKeyColor2);
     base.Controls.Add(this.lblKeyColor1);
     base.Controls.Add(this.lblScale);
     base.Controls.Add(this.tbScaleX);
     base.Controls.Add(this.Graph);
     this.ForeColor       = global::System.Drawing.Color.White;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     size               = new global::System.Drawing.Size(400, 340);
     this.MinimumSize   = size;
     base.Name          = "frmStats";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Power Stats";
     base.TopMost       = true;
     this.tbScaleX.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #26
0
 // Token: 0x0600002E RID: 46 RVA: 0x000051CC File Offset: 0x000033CC
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::LeicaBimLinkRevit.Forms.frm_HeXML_Import));
     this.uc_HeXML_DetailTreeview = new global::LeicaBimLinkGUI.UserControls.uc_HeXML_DetailTreeview();
     this.toolStrip            = new global::System.Windows.Forms.ToolStrip();
     this.TSB_OpenHeXML        = new global::System.Windows.Forms.ToolStripButton();
     this.TSB_ImportHeXML      = new global::System.Windows.Forms.ToolStripButton();
     this.statusStrip1         = new global::System.Windows.Forms.StatusStrip();
     this.toolStripStatus      = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar = new global::System.Windows.Forms.ToolStripProgressBar();
     this.helpProvider         = new global::System.Windows.Forms.HelpProvider();
     this.btnOK = new global::System.Windows.Forms.Button();
     this.toolStrip.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     base.SuspendLayout();
     this.uc_HeXML_DetailTreeview.Anchor   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.uc_HeXML_DetailTreeview.Location = new global::System.Drawing.Point(0, 28);
     this.uc_HeXML_DetailTreeview.Name     = "uc_HeXML_DetailTreeview";
     this.uc_HeXML_DetailTreeview.Size     = new global::System.Drawing.Size(404, 430);
     this.uc_HeXML_DetailTreeview.TabIndex = 1;
     this.toolStrip.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.TSB_OpenHeXML,
         this.TSB_ImportHeXML
     });
     this.toolStrip.Location  = new global::System.Drawing.Point(0, 0);
     this.toolStrip.Name      = "toolStrip";
     this.toolStrip.Size      = new global::System.Drawing.Size(404, 25);
     this.toolStrip.TabIndex  = 2;
     this.toolStrip.Text      = "toolStrip1";
     this.TSB_OpenHeXML.Image = global::LeicaBimLinkRevit.Properties.Resources.open;
     this.TSB_OpenHeXML.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.TSB_OpenHeXML.Name    = "TSB_OpenHeXML";
     this.TSB_OpenHeXML.Size    = new global::System.Drawing.Size(98, 22);
     this.TSB_OpenHeXML.Text    = "Open HeXML";
     this.TSB_OpenHeXML.Click  += new global::System.EventHandler(this.TSB_OpenHeXML_Click);
     this.TSB_ImportHeXML.Image = global::LeicaBimLinkRevit.Properties.Resources.Import_HeXML;
     this.TSB_ImportHeXML.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.TSB_ImportHeXML.Name   = "TSB_ImportHeXML";
     this.TSB_ImportHeXML.Size   = new global::System.Drawing.Size(105, 22);
     this.TSB_ImportHeXML.Text   = "Import HeXML";
     this.TSB_ImportHeXML.Click += new global::System.EventHandler(this.TSB_ImportHeXML_Click);
     this.statusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.toolStripStatus,
         this.toolStripProgressBar
     });
     this.statusStrip1.Location        = new global::System.Drawing.Point(0, 490);
     this.statusStrip1.Name            = "statusStrip1";
     this.statusStrip1.Size            = new global::System.Drawing.Size(404, 22);
     this.statusStrip1.SizingGrip      = false;
     this.statusStrip1.TabIndex        = 3;
     this.statusStrip1.Text            = "statusStrip1";
     this.toolStripStatus.AutoSize     = false;
     this.toolStripStatus.Name         = "toolStripStatus";
     this.toolStripStatus.Size         = new global::System.Drawing.Size(215, 17);
     this.toolStripStatus.Text         = "Status: Ready";
     this.toolStripStatus.TextAlign    = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripProgressBar.Name    = "toolStripProgressBar";
     this.toolStripProgressBar.Size    = new global::System.Drawing.Size(180, 16);
     this.toolStripProgressBar.Visible = false;
     this.btnOK.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnOK.Location                = new global::System.Drawing.Point(326, 462);
     this.btnOK.DialogResult            = global::System.Windows.Forms.DialogResult.OK;
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnOK.TabIndex                = 6;
     this.btnOK.Text                    = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click                  += new global::System.EventHandler(this.btnOK_Click);
     base.AutoScaleDimensions           = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                 = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize                    = new global::System.Drawing.Size(404, 512);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.statusStrip1);
     base.Controls.Add(this.toolStrip);
     base.Controls.Add(this.uc_HeXML_DetailTreeview);
     base.Icon        = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.KeyPreview  = true;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     this.MinimumSize = new global::System.Drawing.Size(420, 550);
     this.MaximumSize = new global::System.Drawing.Size(420, 550);
     base.Name        = "frm_HeXML_Import";
     this.Text        = "Leica HeXML Import";
     base.KeyDown    += new global::System.Windows.Forms.KeyEventHandler(this.frm_HeXML_Import_KeyDown);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #27
0
 // Token: 0x060000AB RID: 171 RVA: 0x0000ADE0 File Offset: 0x00008FE0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager resources = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ExportToVR.ExpDataForm));
     this.okButton           = new global::System.Windows.Forms.Button();
     this.cancelButton       = new global::System.Windows.Forms.Button();
     this.pBar1              = new global::System.Windows.Forms.ProgressBar();
     this.label1             = new global::System.Windows.Forms.Label();
     this.cBoxOuvertures     = new global::System.Windows.Forms.CheckBox();
     this.checkBoxId         = new global::System.Windows.Forms.CheckBox();
     this.cBoxAssemCode      = new global::System.Windows.Forms.CheckBox();
     this.checkBoxList       = new global::System.Windows.Forms.CheckBox();
     this.feetButton         = new global::System.Windows.Forms.RadioButton();
     this.mmButton           = new global::System.Windows.Forms.RadioButton();
     this.inchesButton       = new global::System.Windows.Forms.RadioButton();
     this.mButton            = new global::System.Windows.Forms.RadioButton();
     this.groupBox1          = new global::System.Windows.Forms.GroupBox();
     this.listBoxParameters  = new global::System.Windows.Forms.ListBox();
     this.buttonParamList    = new global::System.Windows.Forms.Button();
     this.checkBoxToMono     = new global::System.Windows.Forms.CheckBox();
     this.checkBoxRoomToMono = new global::System.Windows.Forms.CheckBox();
     this.label2             = new global::System.Windows.Forms.Label();
     this.checkBoxToVU       = new global::System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.okButton.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.okButton.Location = new global::System.Drawing.Point(363, 864);
     this.okButton.Margin   = new global::System.Windows.Forms.Padding(6);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new global::System.Drawing.Size(253, 85);
     this.okButton.TabIndex = 7;
     this.okButton.Text     = "&OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click                      += new global::System.EventHandler(this.okButton_Click);
     this.cancelButton.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cancelButton.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new global::System.Drawing.Point(627, 864);
     this.cancelButton.Margin                  = new global::System.Windows.Forms.Padding(6);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new global::System.Drawing.Size(211, 85);
     this.cancelButton.TabIndex                = 8;
     this.cancelButton.Text                    = "&CANCEL";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.pBar1.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.pBar1.Location          = new global::System.Drawing.Point(64, 962);
     this.pBar1.Margin            = new global::System.Windows.Forms.Padding(6);
     this.pBar1.Name              = "pBar1";
     this.pBar1.Size              = new global::System.Drawing.Size(774, 28);
     this.pBar1.TabIndex          = 14;
     this.pBar1.Visible           = false;
     this.label1.Anchor           = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.label1.AutoSize         = true;
     this.label1.ForeColor        = global::System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location         = new global::System.Drawing.Point(64, 930);
     this.label1.Margin           = new global::System.Windows.Forms.Padding(6, 0, 6, 0);
     this.label1.Name             = "label1";
     this.label1.Size             = new global::System.Drawing.Size(173, 25);
     this.label1.TabIndex         = 15;
     this.label1.Text             = "Properties Read = ";
     this.label1.Visible          = false;
     this.cBoxOuvertures.AutoSize = true;
     this.cBoxOuvertures.Enabled  = false;
     this.cBoxOuvertures.Location = new global::System.Drawing.Point(68, 476);
     this.cBoxOuvertures.Margin   = new global::System.Windows.Forms.Padding(6);
     this.cBoxOuvertures.Name     = "cBoxOuvertures";
     this.cBoxOuvertures.Size     = new global::System.Drawing.Size(135, 29);
     this.cBoxOuvertures.TabIndex = 0;
     this.cBoxOuvertures.Text     = "Ouvertures";
     this.cBoxOuvertures.UseVisualStyleBackColor = true;
     this.cBoxOuvertures.Visible                = false;
     this.checkBoxId.AutoSize                   = true;
     this.checkBoxId.Enabled                    = false;
     this.checkBoxId.Location                   = new global::System.Drawing.Point(68, 519);
     this.checkBoxId.Margin                     = new global::System.Windows.Forms.Padding(6);
     this.checkBoxId.Name                       = "checkBoxId";
     this.checkBoxId.Size                       = new global::System.Drawing.Size(54, 29);
     this.checkBoxId.TabIndex                   = 21;
     this.checkBoxId.Text                       = "Id";
     this.checkBoxId.UseVisualStyleBackColor    = true;
     this.checkBoxId.Visible                    = false;
     this.cBoxAssemCode.AutoSize                = true;
     this.cBoxAssemCode.Enabled                 = false;
     this.cBoxAssemCode.Location                = new global::System.Drawing.Point(64, 438);
     this.cBoxAssemCode.Margin                  = new global::System.Windows.Forms.Padding(6);
     this.cBoxAssemCode.Name                    = "cBoxAssemCode";
     this.cBoxAssemCode.Size                    = new global::System.Drawing.Size(187, 29);
     this.cBoxAssemCode.TabIndex                = 22;
     this.cBoxAssemCode.Text                    = "Assembly Codes";
     this.cBoxAssemCode.UseVisualStyleBackColor = true;
     this.cBoxAssemCode.Visible                 = false;
     this.checkBoxList.AutoSize                 = true;
     this.checkBoxList.Enabled                  = false;
     this.checkBoxList.Location                 = new global::System.Drawing.Point(68, 561);
     this.checkBoxList.Margin                   = new global::System.Windows.Forms.Padding(6);
     this.checkBoxList.Name                     = "checkBoxList";
     this.checkBoxList.Size                     = new global::System.Drawing.Size(68, 29);
     this.checkBoxList.TabIndex                 = 23;
     this.checkBoxList.Text                     = "List";
     this.checkBoxList.UseVisualStyleBackColor  = true;
     this.checkBoxList.Visible                  = false;
     this.feetButton.AutoSize                   = true;
     this.feetButton.Checked                    = true;
     this.feetButton.Location                   = new global::System.Drawing.Point(83, 41);
     this.feetButton.Margin                     = new global::System.Windows.Forms.Padding(6);
     this.feetButton.Name                       = "feetButton";
     this.feetButton.Size                       = new global::System.Drawing.Size(76, 29);
     this.feetButton.TabIndex                   = 11;
     this.feetButton.TabStop                    = true;
     this.feetButton.Text                       = "Feet";
     this.feetButton.UseVisualStyleBackColor    = true;
     this.feetButton.CheckedChanged            += new global::System.EventHandler(this.UnitButton_Click_MM);
     this.mmButton.AutoSize                     = true;
     this.mmButton.Location                     = new global::System.Drawing.Point(83, 168);
     this.mmButton.Margin                       = new global::System.Windows.Forms.Padding(6);
     this.mmButton.Name     = "mmButton";
     this.mmButton.Size     = new global::System.Drawing.Size(129, 29);
     this.mmButton.TabIndex = 10;
     this.mmButton.Text     = "Millimeters";
     this.mmButton.UseVisualStyleBackColor = true;
     this.mmButton.CheckedChanged         += new global::System.EventHandler(this.UnitButton_Click_MM);
     this.inchesButton.AutoSize            = true;
     this.inchesButton.Location            = new global::System.Drawing.Point(83, 83);
     this.inchesButton.Margin   = new global::System.Windows.Forms.Padding(6);
     this.inchesButton.Name     = "inchesButton";
     this.inchesButton.Size     = new global::System.Drawing.Size(95, 29);
     this.inchesButton.TabIndex = 12;
     this.inchesButton.Text     = "Inches";
     this.inchesButton.UseVisualStyleBackColor = true;
     this.inchesButton.CheckedChanged         += new global::System.EventHandler(this.UnitButton_Click_MM);
     this.mButton.AutoSize = true;
     this.mButton.Location = new global::System.Drawing.Point(83, 126);
     this.mButton.Margin   = new global::System.Windows.Forms.Padding(6);
     this.mButton.Name     = "mButton";
     this.mButton.Size     = new global::System.Drawing.Size(97, 29);
     this.mButton.TabIndex = 13;
     this.mButton.Text     = "Meters";
     this.mButton.UseVisualStyleBackColor = true;
     this.mButton.CheckedChanged         += new global::System.EventHandler(this.UnitButton_Click_MM);
     this.groupBox1.Controls.Add(this.mButton);
     this.groupBox1.Controls.Add(this.inchesButton);
     this.groupBox1.Controls.Add(this.mmButton);
     this.groupBox1.Controls.Add(this.feetButton);
     this.groupBox1.Location                         = new global::System.Drawing.Point(64, 118);
     this.groupBox1.Margin                           = new global::System.Windows.Forms.Padding(6);
     this.groupBox1.Name                             = "groupBox1";
     this.groupBox1.Padding                          = new global::System.Windows.Forms.Padding(6);
     this.groupBox1.Size                             = new global::System.Drawing.Size(255, 233);
     this.groupBox1.TabIndex                         = 13;
     this.groupBox1.TabStop                          = false;
     this.groupBox1.Text                             = "Units";
     this.listBoxParameters.Anchor                   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.listBoxParameters.FormattingEnabled        = true;
     this.listBoxParameters.HorizontalScrollbar      = true;
     this.listBoxParameters.ItemHeight               = 24;
     this.listBoxParameters.Location                 = new global::System.Drawing.Point(363, 129);
     this.listBoxParameters.Margin                   = new global::System.Windows.Forms.Padding(6);
     this.listBoxParameters.Name                     = "listBoxParameters";
     this.listBoxParameters.Size                     = new global::System.Drawing.Size(472, 676);
     this.listBoxParameters.TabIndex                 = 242;
     this.listBoxParameters.SelectedIndexChanged    += new global::System.EventHandler(this.listBoxParameters_SelectedIndexChanged);
     this.buttonParamList.Location                   = new global::System.Drawing.Point(363, 70);
     this.buttonParamList.Margin                     = new global::System.Windows.Forms.Padding(6);
     this.buttonParamList.Name                       = "buttonParamList";
     this.buttonParamList.Size                       = new global::System.Drawing.Size(253, 42);
     this.buttonParamList.TabIndex                   = 243;
     this.buttonParamList.Text                       = "Show Parameters";
     this.buttonParamList.UseVisualStyleBackColor    = true;
     this.buttonParamList.Click                     += new global::System.EventHandler(this.buttonParamList_Click);
     this.checkBoxToMono.AutoSize                    = true;
     this.checkBoxToMono.Checked                     = true;
     this.checkBoxToMono.CheckState                  = global::System.Windows.Forms.CheckState.Checked;
     this.checkBoxToMono.Enabled                     = false;
     this.checkBoxToMono.Location                    = new global::System.Drawing.Point(64, 604);
     this.checkBoxToMono.Margin                      = new global::System.Windows.Forms.Padding(6);
     this.checkBoxToMono.Name                        = "checkBoxToMono";
     this.checkBoxToMono.Size                        = new global::System.Drawing.Size(112, 29);
     this.checkBoxToMono.TabIndex                    = 244;
     this.checkBoxToMono.Text                        = "ToMono";
     this.checkBoxToMono.UseVisualStyleBackColor     = true;
     this.checkBoxToMono.Visible                     = false;
     this.checkBoxRoomToMono.AutoSize                = true;
     this.checkBoxRoomToMono.Enabled                 = false;
     this.checkBoxRoomToMono.Location                = new global::System.Drawing.Point(64, 646);
     this.checkBoxRoomToMono.Margin                  = new global::System.Windows.Forms.Padding(6);
     this.checkBoxRoomToMono.Name                    = "checkBoxRoomToMono";
     this.checkBoxRoomToMono.Size                    = new global::System.Drawing.Size(173, 29);
     this.checkBoxRoomToMono.TabIndex                = 245;
     this.checkBoxRoomToMono.Text                    = "RoomsToMono";
     this.checkBoxRoomToMono.UseVisualStyleBackColor = true;
     this.checkBoxRoomToMono.Visible                 = false;
     this.label2.Anchor         = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.label2.AutoSize       = true;
     this.label2.Location       = new global::System.Drawing.Point(363, 814);
     this.label2.Margin         = new global::System.Windows.Forms.Padding(6, 0, 6, 0);
     this.label2.Name           = "label2";
     this.label2.Size           = new global::System.Drawing.Size(254, 25);
     this.label2.TabIndex       = 246;
     this.label2.Text           = "Select Parameters to Export";
     this.checkBoxToVU.AutoSize = true;
     this.checkBoxToVU.Enabled  = false;
     this.checkBoxToVU.Location = new global::System.Drawing.Point(147, 397);
     this.checkBoxToVU.Margin   = new global::System.Windows.Forms.Padding(6);
     this.checkBoxToVU.Name     = "checkBoxToVU";
     this.checkBoxToVU.Size     = new global::System.Drawing.Size(90, 29);
     this.checkBoxToVU.TabIndex = 247;
     this.checkBoxToVU.Text     = "ToVU";
     this.checkBoxToVU.UseVisualStyleBackColor = true;
     this.checkBoxToVU.Visible = false;
     base.AutoScaleDimensions  = new global::System.Drawing.SizeF(11f, 24f);
     base.AutoScaleMode        = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize           = new global::System.Drawing.Size(893, 1002);
     base.Controls.Add(this.checkBoxToVU);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.checkBoxRoomToMono);
     base.Controls.Add(this.checkBoxToMono);
     base.Controls.Add(this.buttonParamList);
     base.Controls.Add(this.listBoxParameters);
     base.Controls.Add(this.checkBoxList);
     base.Controls.Add(this.cBoxAssemCode);
     base.Controls.Add(this.checkBoxId);
     base.Controls.Add(this.cBoxOuvertures);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.pBar1);
     base.Controls.Add(this.cancelButton);
     base.Controls.Add(this.okButton);
     base.Controls.Add(this.groupBox1);
     base.Icon        = (global::System.Drawing.Icon)resources.GetObject("$this.Icon");
     base.Margin      = new global::System.Windows.Forms.Padding(6);
     this.MinimumSize = new global::System.Drawing.Size(897, 673);
     base.Name        = "ExpDataForm";
     this.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     this.Text        = "ef | Export Properties To Unity";
     base.Load       += new global::System.EventHandler(this.ExpDataForm_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #28
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::田草CAD工具箱_For2014.TcTM_frm));
     this.TableLayoutPanel1 = new global::System.Windows.Forms.TableLayoutPanel();
     this.Cancel_Button     = new global::System.Windows.Forms.Button();
     this.OK_Button         = new global::System.Windows.Forms.Button();
     this.Label1            = new global::System.Windows.Forms.Label();
     this.ComboBox1         = new global::System.Windows.Forms.ComboBox();
     this.ComboBox2         = new global::System.Windows.Forms.ComboBox();
     this.Label2            = new global::System.Windows.Forms.Label();
     this.Label3            = new global::System.Windows.Forms.Label();
     this.TableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     this.TableLayoutPanel1.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.TableLayoutPanel1.ColumnCount = 2;
     this.TableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.TableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.TableLayoutPanel1.Controls.Add(this.Cancel_Button, 1, 0);
     this.TableLayoutPanel1.Controls.Add(this.OK_Button, 0, 0);
     global::System.Windows.Forms.Control tableLayoutPanel = this.TableLayoutPanel1;
     global::System.Drawing.Point         location         = new global::System.Drawing.Point(109, 31);
     tableLayoutPanel.Location       = location;
     this.TableLayoutPanel1.Name     = "TableLayoutPanel1";
     this.TableLayoutPanel1.RowCount = 1;
     this.TableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     global::System.Windows.Forms.Control tableLayoutPanel2 = this.TableLayoutPanel1;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(146, 27);
     tableLayoutPanel2.Size          = size;
     this.TableLayoutPanel1.TabIndex = 0;
     this.Cancel_Button.Anchor       = global::System.Windows.Forms.AnchorStyles.None;
     this.Cancel_Button.DialogResult = global::System.Windows.Forms.DialogResult.Cancel;
     global::System.Windows.Forms.Control cancel_Button = this.Cancel_Button;
     location = new global::System.Drawing.Point(76, 3);
     cancel_Button.Location  = location;
     this.Cancel_Button.Name = "Cancel_Button";
     global::System.Windows.Forms.Control cancel_Button2 = this.Cancel_Button;
     size = new global::System.Drawing.Size(67, 21);
     cancel_Button2.Size         = size;
     this.Cancel_Button.TabIndex = 1;
     this.Cancel_Button.Text     = "取消";
     this.OK_Button.Anchor       = global::System.Windows.Forms.AnchorStyles.None;
     global::System.Windows.Forms.Control ok_Button = this.OK_Button;
     location            = new global::System.Drawing.Point(3, 3);
     ok_Button.Location  = location;
     this.OK_Button.Name = "OK_Button";
     global::System.Windows.Forms.Control ok_Button2 = this.OK_Button;
     size                    = new global::System.Drawing.Size(67, 21);
     ok_Button2.Size         = size;
     this.OK_Button.TabIndex = 0;
     this.OK_Button.Text     = "确定";
     this.Label1.AutoSize    = true;
     this.Label1.Font        = new global::System.Drawing.Font("宋体", 60f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     global::System.Windows.Forms.Control label = this.Label1;
     location         = new global::System.Drawing.Point(27, 91);
     label.Location   = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label2 = this.Label1;
     size                             = new global::System.Drawing.Size(434, 80);
     label2.Size                      = size;
     this.Label1.TabIndex             = 1;
     this.Label1.Text                 = "一层平面图";
     this.ComboBox1.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox = this.ComboBox1;
     location            = new global::System.Drawing.Point(41, 40);
     comboBox.Location   = location;
     this.ComboBox1.Name = "ComboBox1";
     global::System.Windows.Forms.Control comboBox2 = this.ComboBox1;
     size                             = new global::System.Drawing.Size(60, 20);
     comboBox2.Size                   = size;
     this.ComboBox1.TabIndex          = 3;
     this.ComboBox1.Text              = "1:100";
     this.ComboBox2.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox3 = this.ComboBox2;
     location            = new global::System.Drawing.Point(41, 6);
     comboBox3.Location  = location;
     this.ComboBox2.Name = "ComboBox2";
     global::System.Windows.Forms.Control comboBox4 = this.ComboBox2;
     size                    = new global::System.Drawing.Size(216, 20);
     comboBox4.Size          = size;
     this.ComboBox2.TabIndex = 4;
     this.ComboBox2.Text     = "一层平面图";
     this.Label2.AutoSize    = true;
     global::System.Windows.Forms.Control label3 = this.Label2;
     location         = new global::System.Drawing.Point(6, 9);
     label3.Location  = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label4 = this.Label2;
     size                 = new global::System.Drawing.Size(29, 12);
     label4.Size          = size;
     this.Label2.TabIndex = 5;
     this.Label2.Text     = "图名";
     this.Label3.AutoSize = true;
     global::System.Windows.Forms.Control label5 = this.Label3;
     location         = new global::System.Drawing.Point(6, 43);
     label5.Location  = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label6 = this.Label3;
     size                 = new global::System.Drawing.Size(29, 12);
     label6.Size          = size;
     this.Label3.TabIndex = 6;
     this.Label3.Text     = "比例";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.Cancel_Button;
     size            = new global::System.Drawing.Size(263, 70);
     this.ClientSize = size;
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.ComboBox2);
     this.Controls.Add(this.ComboBox1);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.TableLayoutPanel1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TM_frm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "图名标注";
     this.TableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #29
0
 // Token: 0x06000178 RID: 376 RVA: 0x000128CC File Offset: 0x00010ACC
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::XiaoMiFlash.MainFrm));
     this.txtPath            = new global::System.Windows.Forms.TextBox();
     this.btnBrwDic          = new global::System.Windows.Forms.Button();
     this.fbdSelect          = new global::System.Windows.Forms.FolderBrowserDialog();
     this.btnRefresh         = new global::System.Windows.Forms.Button();
     this.btnFlash           = new global::System.Windows.Forms.Button();
     this.devicelist         = new global::System.Windows.Forms.ListView();
     this.clnID              = new global::System.Windows.Forms.ColumnHeader();
     this.clnDevice          = new global::System.Windows.Forms.ColumnHeader();
     this.clnProgress        = new global::System.Windows.Forms.ColumnHeader();
     this.clnTime            = new global::System.Windows.Forms.ColumnHeader();
     this.clnStatus          = new global::System.Windows.Forms.ColumnHeader();
     this.clnResult          = new global::System.Windows.Forms.ColumnHeader();
     this.txtLog             = new global::System.Windows.Forms.RichTextBox();
     this.timer_updateStatus = new global::System.Windows.Forms.Timer(this.components);
     this.statusStrp         = new global::System.Windows.Forms.StatusStrip();
     this.lblAccount         = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.statusTab          = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.rdoCleanAll        = new global::XiaoMiFlash.code.MiControl.RadioStripItem();
     this.rdoSaveUserData    = new global::XiaoMiFlash.code.MiControl.RadioStripItem();
     this.rdoCleanAllAndLock = new global::XiaoMiFlash.code.MiControl.RadioStripItem();
     this.cmbScriptItem      = new global::XiaoMiFlash.code.MiControl.ComboBoxStripItem();
     this.lblMD5             = new global::System.Windows.Forms.Label();
     this.mnsAuth            = new global::System.Windows.Forms.MenuStrip();
     this.miConfiguration    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.miFlashConfigurationToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.driverTsmItem                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.otherToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.checkSha256ToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.logToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.flashLogToolStripMenuItem       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.fastbootLogToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.comportToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.authenticationToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.checkUpdateToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.pnlQcom          = new global::System.Windows.Forms.Panel();
     this.btnAutoFlash     = new global::System.Windows.Forms.Button();
     this.pnlMTK           = new global::System.Windows.Forms.Panel();
     this.cmbChkSum        = new global::System.Windows.Forms.ComboBox();
     this.label2           = new global::System.Windows.Forms.Label();
     this.label1           = new global::System.Windows.Forms.Label();
     this.btnDa            = new global::System.Windows.Forms.Button();
     this.txtDa            = new global::System.Windows.Forms.TextBox();
     this.btnStop          = new global::System.Windows.Forms.Button();
     this.cmbDlType        = new global::System.Windows.Forms.ComboBox();
     this.btnDownload      = new global::System.Windows.Forms.Button();
     this.txtScatter       = new global::System.Windows.Forms.TextBox();
     this.btnSelectScatter = new global::System.Windows.Forms.Button();
     this.statusStrp.SuspendLayout();
     this.mnsAuth.SuspendLayout();
     this.pnlQcom.SuspendLayout();
     this.pnlMTK.SuspendLayout();
     base.SuspendLayout();
     this.txtPath.Anchor       = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.txtPath.Location     = new global::System.Drawing.Point(86, 23);
     this.txtPath.Name         = "txtPath";
     this.txtPath.Size         = new global::System.Drawing.Size(699, 21);
     this.txtPath.TabIndex     = 0;
     this.txtPath.TextChanged += new global::System.EventHandler(this.txtPath_TextChanged);
     this.btnBrwDic.Location   = new global::System.Drawing.Point(9, 21);
     this.btnBrwDic.Name       = "btnBrwDic";
     this.btnBrwDic.Size       = new global::System.Drawing.Size(75, 23);
     this.btnBrwDic.TabIndex   = 1;
     this.btnBrwDic.Text       = "选择";
     this.btnBrwDic.UseVisualStyleBackColor = true;
     this.btnBrwDic.Click      += new global::System.EventHandler(this.btnBrwDic_Click);
     this.fbdSelect.Description = "Please select sw path";
     this.btnRefresh.Anchor     = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnRefresh.Location   = new global::System.Drawing.Point(827, 18);
     this.btnRefresh.Name       = "btnRefresh";
     this.btnRefresh.Size       = new global::System.Drawing.Size(89, 23);
     this.btnRefresh.TabIndex   = 2;
     this.btnRefresh.Text       = "加载设备(R)";
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new global::System.EventHandler(this.btnRefresh_Click);
     this.btnFlash.Anchor   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnFlash.Location = new global::System.Drawing.Point(970, 18);
     this.btnFlash.Name     = "btnFlash";
     this.btnFlash.Size     = new global::System.Drawing.Size(84, 23);
     this.btnFlash.TabIndex = 3;
     this.btnFlash.Text     = "刷机(F)";
     this.btnFlash.UseVisualStyleBackColor = true;
     this.btnFlash.Click   += new global::System.EventHandler(this.btnFlash_Click);
     this.devicelist.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.devicelist.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.clnID,
         this.clnDevice,
         this.clnProgress,
         this.clnTime,
         this.clnStatus,
         this.clnResult
     });
     this.devicelist.GridLines = true;
     this.devicelist.Location  = new global::System.Drawing.Point(21, 155);
     this.devicelist.Name      = "devicelist";
     this.devicelist.Size      = new global::System.Drawing.Size(1066, 428);
     this.devicelist.TabIndex  = 4;
     this.devicelist.UseCompatibleStateImageBehavior = false;
     this.devicelist.View = global::System.Windows.Forms.View.Details;
     this.devicelist.ColumnWidthChanging += new global::System.Windows.Forms.ColumnWidthChangingEventHandler(this.devicelist_ColumnWidthChanging);
     this.clnID.Text                  = "编号";
     this.clnDevice.Text              = "设备";
     this.clnDevice.Width             = 90;
     this.clnProgress.Text            = "进度";
     this.clnProgress.Width           = 107;
     this.clnTime.Text                = "时间";
     this.clnStatus.Text              = "状态";
     this.clnStatus.Width             = 500;
     this.clnResult.Text              = "结果";
     this.clnResult.Width             = 126;
     this.txtLog.Anchor               = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.txtLog.Location             = new global::System.Drawing.Point(21, 449);
     this.txtLog.Name                 = "txtLog";
     this.txtLog.ReadOnly             = true;
     this.txtLog.Size                 = new global::System.Drawing.Size(1066, 134);
     this.txtLog.TabIndex             = 6;
     this.txtLog.Text                 = global::XiaoMiFlash.Properties.Resources.txtPath;
     this.txtLog.Visible              = false;
     this.timer_updateStatus.Interval = 500;
     this.timer_updateStatus.Tick    += new global::System.EventHandler(this.timer_updateStatus_Tick);
     this.statusStrp.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.lblAccount,
         this.statusTab,
         this.rdoCleanAll,
         this.rdoSaveUserData,
         this.rdoCleanAllAndLock,
         this.cmbScriptItem
     });
     this.statusStrp.Location          = new global::System.Drawing.Point(0, 601);
     this.statusStrp.Name              = "statusStrp";
     this.statusStrp.Size              = new global::System.Drawing.Size(1111, 27);
     this.statusStrp.TabIndex          = 7;
     this.statusStrp.Text              = "statusStrip1";
     this.lblAccount.AutoSize          = false;
     this.lblAccount.Name              = "lblAccount";
     this.lblAccount.Size              = new global::System.Drawing.Size(100, 22);
     this.statusTab.AutoSize           = false;
     this.statusTab.Name               = "statusTab";
     this.statusTab.Size               = new global::System.Drawing.Size(466, 22);
     this.statusTab.Spring             = true;
     this.rdoCleanAll.IsChecked        = false;
     this.rdoCleanAll.Name             = "rdoCleanAll";
     this.rdoCleanAll.Size             = new global::System.Drawing.Size(98, 25);
     this.rdoCleanAll.Text             = "清除所有数据";
     this.rdoCleanAll.Click           += new global::System.EventHandler(this.rdoCleanAll_Click);
     this.rdoSaveUserData.IsChecked    = false;
     this.rdoSaveUserData.Name         = "rdoSaveUserData";
     this.rdoSaveUserData.Size         = new global::System.Drawing.Size(98, 25);
     this.rdoSaveUserData.Text         = "保留用户数据";
     this.rdoSaveUserData.Click       += new global::System.EventHandler(this.rdoSaveUserData_Click);
     this.rdoCleanAllAndLock.IsChecked = true;
     this.rdoCleanAllAndLock.Name      = "rdoCleanAllAndLock";
     this.rdoCleanAllAndLock.Size      = new global::System.Drawing.Size(134, 25);
     this.rdoCleanAllAndLock.Text      = "清除全部数据并lock";
     this.rdoCleanAllAndLock.Click    += new global::System.EventHandler(this.rdoCleanAllAndLock_Click);
     this.cmbScriptItem.Name           = "cmbScriptItem";
     this.cmbScriptItem.Size           = new global::System.Drawing.Size(200, 25);
     this.cmbScriptItem.TextChanged   += new global::System.EventHandler(this.cmbScriptItem_TextChanged);
     this.lblMD5.AutoSize              = true;
     this.lblMD5.BorderStyle           = global::System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblMD5.Font       = new global::System.Drawing.Font("宋体", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134);
     this.lblMD5.ForeColor  = global::System.Drawing.Color.FromArgb(0, 192, 0);
     this.lblMD5.Location   = new global::System.Drawing.Point(84, 54);
     this.lblMD5.Name       = "lblMD5";
     this.lblMD5.Size       = new global::System.Drawing.Size(2, 14);
     this.lblMD5.TabIndex   = 8;
     this.mnsAuth.BackColor = global::System.Drawing.SystemColors.ControlLight;
     this.mnsAuth.GripStyle = global::System.Windows.Forms.ToolStripGripStyle.Visible;
     this.mnsAuth.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.miConfiguration,
         this.driverTsmItem,
         this.otherToolStripMenuItem,
         this.logToolStripMenuItem,
         this.comportToolStripMenuItem,
         this.authenticationToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.mnsAuth.Location   = new global::System.Drawing.Point(0, 0);
     this.mnsAuth.Name       = "mnsAuth";
     this.mnsAuth.RenderMode = global::System.Windows.Forms.ToolStripRenderMode.System;
     this.mnsAuth.Size       = new global::System.Drawing.Size(1111, 25);
     this.mnsAuth.TabIndex   = 9;
     this.mnsAuth.Text       = "Authentication";
     this.miConfiguration.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.miFlashConfigurationToolStripMenuItem
     });
     this.miConfiguration.Name    = "miConfiguration";
     this.miConfiguration.Size    = new global::System.Drawing.Size(99, 21);
     this.miConfiguration.Text    = "Configuration";
     this.miConfiguration.Visible = false;
     this.miFlashConfigurationToolStripMenuItem.Name   = "miFlashConfigurationToolStripMenuItem";
     this.miFlashConfigurationToolStripMenuItem.Size   = new global::System.Drawing.Size(203, 22);
     this.miFlashConfigurationToolStripMenuItem.Text   = "MiFlash Configuration";
     this.miFlashConfigurationToolStripMenuItem.Click += new global::System.EventHandler(this.miFlashConfigurationToolStripMenuItem_Click);
     this.driverTsmItem.Name   = "driverTsmItem";
     this.driverTsmItem.Size   = new global::System.Drawing.Size(55, 21);
     this.driverTsmItem.Text   = "Driver";
     this.driverTsmItem.Click += new global::System.EventHandler(this.driverTsmItem_Click);
     this.otherToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.checkSha256ToolStripMenuItem
     });
     this.otherToolStripMenuItem.Name         = "otherToolStripMenuItem";
     this.otherToolStripMenuItem.Size         = new global::System.Drawing.Size(53, 21);
     this.otherToolStripMenuItem.Text         = "Other";
     this.otherToolStripMenuItem.Visible      = false;
     this.checkSha256ToolStripMenuItem.Name   = "checkSha256ToolStripMenuItem";
     this.checkSha256ToolStripMenuItem.Size   = new global::System.Drawing.Size(157, 22);
     this.checkSha256ToolStripMenuItem.Text   = "Check Sha256";
     this.checkSha256ToolStripMenuItem.Click += new global::System.EventHandler(this.checkSha256ToolStripMenuItem_Click);
     this.logToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.flashLogToolStripMenuItem,
         this.fastbootLogToolStripMenuItem
     });
     this.logToolStripMenuItem.Name               = "logToolStripMenuItem";
     this.logToolStripMenuItem.Size               = new global::System.Drawing.Size(42, 21);
     this.logToolStripMenuItem.Text               = "Log";
     this.flashLogToolStripMenuItem.Name          = "flashLogToolStripMenuItem";
     this.flashLogToolStripMenuItem.Size          = new global::System.Drawing.Size(150, 22);
     this.flashLogToolStripMenuItem.Text          = "Flash log";
     this.flashLogToolStripMenuItem.Click        += new global::System.EventHandler(this.flashLogToolStripMenuItem_Click);
     this.fastbootLogToolStripMenuItem.Name       = "fastbootLogToolStripMenuItem";
     this.fastbootLogToolStripMenuItem.Size       = new global::System.Drawing.Size(150, 22);
     this.fastbootLogToolStripMenuItem.Text       = "Fastboot log";
     this.fastbootLogToolStripMenuItem.Click     += new global::System.EventHandler(this.fastbootLogToolStripMenuItem_Click);
     this.fastbootLogToolStripMenuItem.Visible    = false;
     this.comportToolStripMenuItem.Name           = "comportToolStripMenuItem";
     this.comportToolStripMenuItem.Size           = new global::System.Drawing.Size(72, 21);
     this.comportToolStripMenuItem.Text           = "Comport";
     this.comportToolStripMenuItem.Click         += new global::System.EventHandler(this.comportToolStripMenuItem_Click);
     this.comportToolStripMenuItem.Visible        = false;
     this.authenticationToolStripMenuItem.Name    = "authenticationToolStripMenuItem";
     this.authenticationToolStripMenuItem.Size    = new global::System.Drawing.Size(102, 21);
     this.authenticationToolStripMenuItem.Text    = "Authentication";
     this.authenticationToolStripMenuItem.Click  += new global::System.EventHandler(this.authenticationToolStripMenuItem_Click);
     this.authenticationToolStripMenuItem.Visible = false;
     this.helpToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.checkUpdateToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name          = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size          = new global::System.Drawing.Size(47, 21);
     this.helpToolStripMenuItem.Text          = "Help";
     this.helpToolStripMenuItem.Visible       = false;
     this.checkUpdateToolStripMenuItem.Name   = "checkUpdateToolStripMenuItem";
     this.checkUpdateToolStripMenuItem.Size   = new global::System.Drawing.Size(158, 22);
     this.checkUpdateToolStripMenuItem.Text   = "Check Update";
     this.checkUpdateToolStripMenuItem.Click += new global::System.EventHandler(this.checkUpdateToolStripMenuItem_Click);
     this.pnlQcom.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlQcom.Controls.Add(this.btnAutoFlash);
     this.pnlQcom.Controls.Add(this.txtPath);
     this.pnlQcom.Controls.Add(this.lblMD5);
     this.pnlQcom.Controls.Add(this.btnBrwDic);
     this.pnlQcom.Controls.Add(this.btnRefresh);
     this.pnlQcom.Controls.Add(this.btnFlash);
     this.pnlQcom.Location      = new global::System.Drawing.Point(21, 28);
     this.pnlQcom.Name          = "pnlQcom";
     this.pnlQcom.Size          = new global::System.Drawing.Size(1063, 79);
     this.pnlQcom.TabIndex      = 10;
     this.btnAutoFlash.Location = new global::System.Drawing.Point(828, 47);
     this.btnAutoFlash.Name     = "btnAutoFlash";
     this.btnAutoFlash.Size     = new global::System.Drawing.Size(75, 23);
     this.btnAutoFlash.TabIndex = 9;
     this.btnAutoFlash.Text     = "AutoFlash";
     this.btnAutoFlash.UseVisualStyleBackColor = true;
     this.btnAutoFlash.Visible = false;
     this.btnAutoFlash.Click  += new global::System.EventHandler(this.btnAutoFlash_Click);
     this.pnlMTK.Anchor        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlMTK.Controls.Add(this.cmbChkSum);
     this.pnlMTK.Controls.Add(this.label2);
     this.pnlMTK.Controls.Add(this.label1);
     this.pnlMTK.Controls.Add(this.btnDa);
     this.pnlMTK.Controls.Add(this.txtDa);
     this.pnlMTK.Controls.Add(this.btnStop);
     this.pnlMTK.Controls.Add(this.cmbDlType);
     this.pnlMTK.Controls.Add(this.btnDownload);
     this.pnlMTK.Controls.Add(this.txtScatter);
     this.pnlMTK.Controls.Add(this.btnSelectScatter);
     this.pnlMTK.Location                 = new global::System.Drawing.Point(21, 28);
     this.pnlMTK.Name                     = "pnlMTK";
     this.pnlMTK.Size                     = new global::System.Drawing.Size(1066, 117);
     this.pnlMTK.TabIndex                 = 11;
     this.pnlMTK.Visible                  = false;
     this.cmbChkSum.FormattingEnabled     = true;
     this.cmbChkSum.Location              = new global::System.Drawing.Point(384, 85);
     this.cmbChkSum.Name                  = "cmbChkSum";
     this.cmbChkSum.Size                  = new global::System.Drawing.Size(149, 20);
     this.cmbChkSum.TabIndex              = 9;
     this.cmbChkSum.SelectedValueChanged += new global::System.EventHandler(this.cmbChkSum_SelectedValueChanged);
     this.label2.AutoSize                 = true;
     this.label2.Font                     = new global::System.Drawing.Font("宋体", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134);
     this.label2.Location                 = new global::System.Drawing.Point(310, 88);
     this.label2.Name                     = "label2";
     this.label2.Size                     = new global::System.Drawing.Size(68, 12);
     this.label2.TabIndex                 = 8;
     this.label2.Text                     = "Check-Sum";
     this.label1.AutoSize                 = true;
     this.label1.Font                     = new global::System.Drawing.Font("宋体", 9f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 134);
     this.label1.Location                 = new global::System.Drawing.Point(7, 88);
     this.label1.Name                     = "label1";
     this.label1.Size                     = new global::System.Drawing.Size(96, 12);
     this.label1.TabIndex                 = 8;
     this.label1.Text                     = "Download-type";
     this.btnDa.Location                  = new global::System.Drawing.Point(9, 47);
     this.btnDa.Name     = "btnDa";
     this.btnDa.Size     = new global::System.Drawing.Size(92, 23);
     this.btnDa.TabIndex = 7;
     this.btnDa.Text     = "选择DA";
     this.btnDa.UseVisualStyleBackColor = true;
     this.btnDa.Click     += new global::System.EventHandler(this.btnDa_Click);
     this.txtDa.Location   = new global::System.Drawing.Point(107, 48);
     this.txtDa.Name       = "txtDa";
     this.txtDa.Size       = new global::System.Drawing.Size(678, 21);
     this.txtDa.TabIndex   = 6;
     this.btnStop.Location = new global::System.Drawing.Point(937, 8);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new global::System.Drawing.Size(75, 21);
     this.btnStop.TabIndex = 5;
     this.btnStop.Text     = "Stop";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new global::System.EventHandler(this.btnStop_Click);
     this.cmbDlType.FormattingEnabled = true;
     this.cmbDlType.Location          = new global::System.Drawing.Point(107, 85);
     this.cmbDlType.Name                           = "cmbDlType";
     this.cmbDlType.Size                           = new global::System.Drawing.Size(152, 20);
     this.cmbDlType.TabIndex                       = 3;
     this.cmbDlType.SelectedValueChanged          += new global::System.EventHandler(this.cmbDlType_SelectedValueChanged);
     this.btnDownload.Location                     = new global::System.Drawing.Point(810, 8);
     this.btnDownload.Name                         = "btnDownload";
     this.btnDownload.Size                         = new global::System.Drawing.Size(93, 23);
     this.btnDownload.TabIndex                     = 2;
     this.btnDownload.Text                         = "Download";
     this.btnDownload.UseVisualStyleBackColor      = true;
     this.btnDownload.Click                       += new global::System.EventHandler(this.btnDownload_Click);
     this.txtScatter.Anchor                        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.txtScatter.Location                      = new global::System.Drawing.Point(107, 11);
     this.txtScatter.Name                          = "txtScatter";
     this.txtScatter.Size                          = new global::System.Drawing.Size(678, 21);
     this.txtScatter.TabIndex                      = 0;
     this.btnSelectScatter.Location                = new global::System.Drawing.Point(8, 11);
     this.btnSelectScatter.Name                    = "btnSelectScatter";
     this.btnSelectScatter.Size                    = new global::System.Drawing.Size(93, 23);
     this.btnSelectScatter.TabIndex                = 1;
     this.btnSelectScatter.Text                    = "选择Scatter";
     this.btnSelectScatter.UseVisualStyleBackColor = true;
     this.btnSelectScatter.Click                  += new global::System.EventHandler(this.btnSelectScatter_Click);
     base.AutoScaleDimensions                      = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize    = new global::System.Drawing.Size(1111, 628);
     base.Controls.Add(this.pnlMTK);
     base.Controls.Add(this.pnlQcom);
     base.Controls.Add(this.statusStrp);
     base.Controls.Add(this.mnsAuth);
     base.Controls.Add(this.txtLog);
     base.Controls.Add(this.devicelist);
     base.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.KeyPreview    = true;
     base.MainMenuStrip = this.mnsAuth;
     base.Name          = "MainFrm";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MiFlash 2018.5.28.0";
     base.FormClosing  += new global::System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
     base.FormClosed   += new global::System.Windows.Forms.FormClosedEventHandler(this.MainFrm_FormClosed);
     base.Load         += new global::System.EventHandler(this.MainFrm_Load);
     base.KeyDown      += new global::System.Windows.Forms.KeyEventHandler(this.MainFrm_KeyDown);
     this.statusStrp.ResumeLayout(false);
     this.statusStrp.PerformLayout();
     this.mnsAuth.ResumeLayout(false);
     this.mnsAuth.PerformLayout();
     this.pnlQcom.ResumeLayout(false);
     this.pnlQcom.PerformLayout();
     this.pnlMTK.ResumeLayout(false);
     this.pnlMTK.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #30
0
        //protected override void Dispose(bool disposing)
        //{
        //	if (disposing && this.components != null)
        //	{
        //		this.components.Dispose();
        //	}
        //	base.Dispose(disposing);
        //}

        private void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::HeroesOpTool.UserMonitorSystem.UserAlarmForm));
            this.ListLog            = new global::System.Windows.Forms.ListView();
            this.clmnTime           = new global::System.Windows.Forms.ColumnHeader();
            this.clmnDesc           = new global::System.Windows.Forms.ColumnHeader();
            this.BtnOK              = new global::System.Windows.Forms.Button();
            this.ChkSupress         = new global::System.Windows.Forms.CheckBox();
            this.ComboMinute        = new global::System.Windows.Forms.ComboBox();
            this.LabelDesc          = new global::System.Windows.Forms.Label();
            this.EmergencyView      = new global::System.Windows.Forms.ListView();
            this.Department         = new global::System.Windows.Forms.ColumnHeader();
            this.Id                 = new global::System.Windows.Forms.ColumnHeader();
            this.CallName           = new global::System.Windows.Forms.ColumnHeader();
            this.PhoneNumber        = new global::System.Windows.Forms.ColumnHeader();
            this.Mail               = new global::System.Windows.Forms.ColumnHeader();
            this.Rank               = new global::System.Windows.Forms.ColumnHeader();
            this.EmergencyCallLabel = new global::System.Windows.Forms.Label();
            base.SuspendLayout();
            this.ListLog.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
            this.ListLog.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
            {
                this.clmnTime,
                this.clmnDesc
            });
            this.ListLog.Location = new global::System.Drawing.Point(33, 37);
            this.ListLog.Name     = "ListLog";
            this.ListLog.Size     = new global::System.Drawing.Size(612, 282);
            this.ListLog.TabIndex = 0;
            this.ListLog.UseCompatibleStateImageBehavior = false;
            this.ListLog.View   = global::System.Windows.Forms.View.Details;
            this.clmnTime.Width = 103;
            this.clmnDesc.Width = 505;
            this.BtnOK.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
            this.BtnOK.Location = new global::System.Drawing.Point(602, 598);
            this.BtnOK.Name     = "BtnOK";
            this.BtnOK.Size     = new global::System.Drawing.Size(75, 23);
            this.BtnOK.TabIndex = 1;
            this.BtnOK.Text     = "button1";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click        += new global::System.EventHandler(this.BtnOK_Click);
            this.ChkSupress.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
            this.ChkSupress.AutoSize = true;
            this.ChkSupress.Location = new global::System.Drawing.Point(12, 605);
            this.ChkSupress.Name     = "ChkSupress";
            this.ChkSupress.Size     = new global::System.Drawing.Size(15, 14);
            this.ChkSupress.TabIndex = 2;
            this.ChkSupress.UseVisualStyleBackColor = true;
            this.ComboMinute.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
            this.ComboMinute.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ComboMinute.FormattingEnabled = true;
            this.ComboMinute.Location          = new global::System.Drawing.Point(33, 600);
            this.ComboMinute.Name     = "ComboMinute";
            this.ComboMinute.Size     = new global::System.Drawing.Size(55, 20);
            this.ComboMinute.TabIndex = 3;
            this.LabelDesc.Anchor     = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
            this.LabelDesc.AutoSize   = true;
            this.LabelDesc.Location   = new global::System.Drawing.Point(94, 603);
            this.LabelDesc.Name       = "LabelDesc";
            this.LabelDesc.Size       = new global::System.Drawing.Size(53, 12);
            this.LabelDesc.TabIndex   = 4;
            this.LabelDesc.Text       = "알람끄기";
            this.EmergencyView.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
            {
                this.Department,
                this.Id,
                this.CallName,
                this.PhoneNumber,
                this.Mail,
                this.Rank
            });
            this.EmergencyView.Location = new global::System.Drawing.Point(33, 397);
            this.EmergencyView.Name     = "EmergencyView";
            this.EmergencyView.Size     = new global::System.Drawing.Size(612, 197);
            this.EmergencyView.TabIndex = 5;
            this.EmergencyView.UseCompatibleStateImageBehavior = false;
            this.EmergencyView.View          = global::System.Windows.Forms.View.Details;
            this.Department.Width            = 91;
            this.Id.Width                    = 74;
            this.CallName.Width              = 71;
            this.PhoneNumber.Width           = 137;
            this.Mail.Width                  = 148;
            this.Rank.Width                  = 85;
            this.EmergencyCallLabel.AutoSize = true;
            this.EmergencyCallLabel.Font     = new global::System.Drawing.Font("굴림", 18f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 129);
            this.EmergencyCallLabel.Location = new global::System.Drawing.Point(36, 361);
            this.EmergencyCallLabel.Name     = "EmergencyCallLabel";
            this.EmergencyCallLabel.Size     = new global::System.Drawing.Size(130, 24);
            this.EmergencyCallLabel.TabIndex = 6;
            this.EmergencyCallLabel.Text     = "비상연락망";
            base.AcceptButton                = this.BtnOK;
            base.AutoScaleDimensions         = new global::System.Drawing.SizeF(7f, 12f);
            base.AutoScaleMode               = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor                   = global::System.Drawing.Color.DarkRed;
            base.ClientSize                  = new global::System.Drawing.Size(689, 630);
            base.Controls.Add(this.EmergencyCallLabel);
            base.Controls.Add(this.EmergencyView);
            base.Controls.Add(this.LabelDesc);
            base.Controls.Add(this.ComboMinute);
            base.Controls.Add(this.ChkSupress);
            base.Controls.Add(this.BtnOK);
            base.Controls.Add(this.ListLog);
            base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "UserAlarmForm";
            base.SizeGripStyle   = global::System.Windows.Forms.SizeGripStyle.Show;
            this.Text            = "경고 창";
            base.TopMost         = true;
            base.FormClosing    += new global::System.Windows.Forms.FormClosingEventHandler(this.UserAlarmForm_FormClosing);
            base.VisibleChanged += new global::System.EventHandler(this.UserAlarmForm_VisibleChanged);
            base.ResumeLayout(false);
            base.PerformLayout();
        }