Пример #1
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::田草CAD工具箱_For2014.TcAboutBox));
     this.LogoPictureBox     = new global::System.Windows.Forms.PictureBox();
     this.LabelProductName   = new global::System.Windows.Forms.Label();
     this.LabelVersion       = new global::System.Windows.Forms.Label();
     this.LabelCopyright     = new global::System.Windows.Forms.Label();
     this.LabelCompanyName   = new global::System.Windows.Forms.Label();
     this.TextBoxDescription = new global::System.Windows.Forms.TextBox();
     this.OKButton           = new global::System.Windows.Forms.Button();
     this.PictureBox1        = new global::System.Windows.Forms.PictureBox();
     this.GroupBox1          = new global::System.Windows.Forms.GroupBox();
     this.Label1             = new global::System.Windows.Forms.Label();
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.LogoPictureBox.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("LogoPictureBox.Image");
     global::System.Windows.Forms.Control logoPictureBox = this.LogoPictureBox;
     global::System.Drawing.Point         location       = new global::System.Drawing.Point(16, 14);
     logoPictureBox.Location = location;
     global::System.Windows.Forms.Control logoPictureBox2 = this.LogoPictureBox;
     global::System.Windows.Forms.Padding padding         = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     logoPictureBox2.Margin   = padding;
     this.LogoPictureBox.Name = "LogoPictureBox";
     global::System.Windows.Forms.Control logoPictureBox3 = this.LogoPictureBox;
     global::System.Drawing.Size          size            = new global::System.Drawing.Size(232, 265);
     logoPictureBox3.Size         = size;
     this.LogoPictureBox.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LogoPictureBox.TabIndex = 0;
     this.LogoPictureBox.TabStop  = false;
     global::System.Windows.Forms.Control labelProductName = this.LabelProductName;
     location = new global::System.Drawing.Point(1, 21);
     labelProductName.Location = location;
     global::System.Windows.Forms.Control labelProductName2 = this.LabelProductName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelProductName2.Margin   = padding;
     this.LabelProductName.Name = "LabelProductName";
     global::System.Windows.Forms.Control labelProductName3 = this.LabelProductName;
     size = new global::System.Drawing.Size(476, 21);
     labelProductName3.Size          = size;
     this.LabelProductName.TabIndex  = 0;
     this.LabelProductName.Text      = "产品名称";
     this.LabelProductName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelVersion = this.LabelVersion;
     location = new global::System.Drawing.Point(1, 59);
     labelVersion.Location = location;
     global::System.Windows.Forms.Control labelVersion2 = this.LabelVersion;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelVersion2.Margin   = padding;
     this.LabelVersion.Name = "LabelVersion";
     global::System.Windows.Forms.Control labelVersion3 = this.LabelVersion;
     size = new global::System.Drawing.Size(476, 21);
     labelVersion3.Size          = size;
     this.LabelVersion.TabIndex  = 0;
     this.LabelVersion.Text      = "版本";
     this.LabelVersion.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCopyright = this.LabelCopyright;
     location = new global::System.Drawing.Point(1, 96);
     labelCopyright.Location = location;
     global::System.Windows.Forms.Control labelCopyright2 = this.LabelCopyright;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCopyright2.Margin   = padding;
     this.LabelCopyright.Name = "LabelCopyright";
     global::System.Windows.Forms.Control labelCopyright3 = this.LabelCopyright;
     size = new global::System.Drawing.Size(476, 21);
     labelCopyright3.Size          = size;
     this.LabelCopyright.TabIndex  = 0;
     this.LabelCopyright.Text      = "版权";
     this.LabelCopyright.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCompanyName = this.LabelCompanyName;
     location = new global::System.Drawing.Point(1, 134);
     labelCompanyName.Location = location;
     global::System.Windows.Forms.Control labelCompanyName2 = this.LabelCompanyName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCompanyName2.Margin   = padding;
     this.LabelCompanyName.Name = "LabelCompanyName";
     global::System.Windows.Forms.Control labelCompanyName3 = this.LabelCompanyName;
     size = new global::System.Drawing.Size(476, 21);
     labelCompanyName3.Size          = size;
     this.LabelCompanyName.TabIndex  = 0;
     this.LabelCompanyName.Text      = "公司名称";
     this.LabelCompanyName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control textBoxDescription = this.TextBoxDescription;
     location = new global::System.Drawing.Point(260, 14);
     textBoxDescription.Location = location;
     global::System.Windows.Forms.Control textBoxDescription2 = this.TextBoxDescription;
     padding = new global::System.Windows.Forms.Padding(8, 4, 4, 4);
     textBoxDescription2.Margin         = padding;
     this.TextBoxDescription.Multiline  = true;
     this.TextBoxDescription.Name       = "TextBoxDescription";
     this.TextBoxDescription.ReadOnly   = true;
     this.TextBoxDescription.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBoxDescription3 = this.TextBoxDescription;
     size = new global::System.Drawing.Size(485, 264);
     textBoxDescription3.Size         = size;
     this.TextBoxDescription.TabIndex = 0;
     this.TextBoxDescription.TabStop  = false;
     this.OKButton.Anchor             = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.OKButton.DialogResult       = global::System.Windows.Forms.DialogResult.Cancel;
     global::System.Windows.Forms.Control okbutton = this.OKButton;
     location          = new global::System.Drawing.Point(377, 168);
     okbutton.Location = location;
     global::System.Windows.Forms.Control okbutton2 = this.OKButton;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     okbutton2.Margin   = padding;
     this.OKButton.Name = "OKButton";
     global::System.Windows.Forms.Control okbutton3 = this.OKButton;
     size                   = new global::System.Drawing.Size(100, 26);
     okbutton3.Size         = size;
     this.OKButton.TabIndex = 0;
     this.OKButton.Text     = "确定(&O)";
     this.PictureBox1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
     global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
     location            = new global::System.Drawing.Point(16, 286);
     pictureBox.Location = location;
     global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
     padding               = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     pictureBox2.Margin    = padding;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control pictureBox3 = this.PictureBox1;
     size                      = new global::System.Drawing.Size(232, 202);
     pictureBox3.Size          = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox1.TabIndex = 1;
     this.PictureBox1.TabStop  = false;
     this.GroupBox1.Controls.Add(this.LabelProductName);
     this.GroupBox1.Controls.Add(this.LabelVersion);
     this.GroupBox1.Controls.Add(this.OKButton);
     this.GroupBox1.Controls.Add(this.LabelCompanyName);
     this.GroupBox1.Controls.Add(this.LabelCopyright);
     this.GroupBox1.Controls.Add(this.Label1);
     global::System.Windows.Forms.Control groupBox = this.GroupBox1;
     location          = new global::System.Drawing.Point(260, 286);
     groupBox.Location = location;
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox1;
     padding             = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox2.Margin    = padding;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     padding           = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox3.Padding = padding;
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(485, 201);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 2;
     this.GroupBox1.TabStop  = false;
     global::System.Windows.Forms.Control label = this.Label1;
     location       = new global::System.Drawing.Point(1, 168);
     label.Location = location;
     global::System.Windows.Forms.Control label2 = this.Label1;
     padding          = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label2.Margin    = padding;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label3 = this.Label1;
     size                  = new global::System.Drawing.Size(476, 21);
     label3.Size           = size;
     this.Label1.TabIndex  = 1;
     this.Label1.Text      = "发布日期";
     this.Label1.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.OKButton;
     size            = new global::System.Drawing.Size(756, 499);
     this.ClientSize = size;
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.LogoPictureBox);
     this.Controls.Add(this.TextBoxDescription);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Margin        = padding;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "TcAboutBox";
     padding            = new global::System.Windows.Forms.Padding(12, 10, 12, 10);
     this.Padding       = padding;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "关于";
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmSetViewer));
     this.lstSets       = 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.ilSet         = new global::System.Windows.Forms.ImageList(this.components);
     this.rtxtInfo      = new global::System.Windows.Forms.RichTextBox();
     this.rtxtFX        = new global::System.Windows.Forms.RichTextBox();
     this.Label1        = new global::System.Windows.Forms.Label();
     this.rtApplied     = new global::System.Windows.Forms.RichTextBox();
     this.Label2        = new global::System.Windows.Forms.Label();
     this.chkOnTop      = new global::midsControls.ImageButton();
     this.btnClose      = new global::midsControls.ImageButton();
     this.btnSmall      = new global::midsControls.ImageButton();
     base.SuspendLayout();
     this.lstSets.BackColor = global::System.Drawing.Color.White;
     this.lstSets.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3
     });
     this.lstSets.ForeColor      = global::System.Drawing.Color.Black;
     this.lstSets.FullRowSelect  = true;
     this.lstSets.HideSelection  = false;
     this.lstSets.LargeImageList = this.ilSet;
     global::System.Drawing.Point point = new global::System.Drawing.Point(12, 168);
     this.lstSets.Location    = point;
     this.lstSets.MultiSelect = false;
     this.lstSets.Name        = "lstSets";
     global::System.Drawing.Size size = new global::System.Drawing.Size(360, 136);
     this.lstSets.Size           = size;
     this.lstSets.SmallImageList = this.ilSet;
     this.lstSets.TabIndex       = 0;
     this.lstSets.UseCompatibleStateImageBehavior = false;
     this.lstSets.View        = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Set";
     this.ColumnHeader1.Width = 148;
     this.ColumnHeader2.Text  = "Power";
     this.ColumnHeader2.Width = 124;
     this.ColumnHeader3.Text  = "Slots";
     this.ilSet.ColorDepth    = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     size = new global::System.Drawing.Size(16, 16);
     this.ilSet.ImageSize        = size;
     this.ilSet.TransparentColor = global::System.Drawing.Color.Transparent;
     this.rtxtInfo.BackColor     = global::System.Drawing.Color.FromArgb(0, 0, 32);
     this.rtxtInfo.ForeColor     = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(12, 308);
     this.rtxtInfo.Location   = point;
     this.rtxtInfo.Name       = "rtxtInfo";
     this.rtxtInfo.ReadOnly   = true;
     this.rtxtInfo.ScrollBars = global::System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     size = new global::System.Drawing.Size(360, 132);
     this.rtxtInfo.Size     = size;
     this.rtxtInfo.TabIndex = 1;
     this.rtxtInfo.Text     = "";
     this.rtxtFX.BackColor  = global::System.Drawing.Color.FromArgb(0, 0, 32);
     this.rtxtFX.ForeColor  = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(384, 20);
     this.rtxtFX.Location   = point;
     this.rtxtFX.Name       = "rtxtFX";
     this.rtxtFX.ReadOnly   = true;
     this.rtxtFX.ScrollBars = global::System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     size                      = new global::System.Drawing.Size(279, 366);
     this.rtxtFX.Size          = size;
     this.rtxtFX.TabIndex      = 3;
     this.rtxtFX.Text          = "";
     this.Label1.Font          = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.Label1.ForeColor     = global::System.Drawing.Color.White;
     point                     = new global::System.Drawing.Point(384, 4);
     this.Label1.Location      = point;
     this.Label1.Name          = "Label1";
     size                      = new global::System.Drawing.Size(188, 16);
     this.Label1.Size          = size;
     this.Label1.TabIndex      = 4;
     this.Label1.Text          = "Effect Breakdown:";
     this.rtApplied.BackColor  = global::System.Drawing.Color.FromArgb(0, 0, 32);
     this.rtApplied.ForeColor  = global::System.Drawing.Color.White;
     point                     = new global::System.Drawing.Point(12, 20);
     this.rtApplied.Location   = point;
     this.rtApplied.Name       = "rtApplied";
     this.rtApplied.ReadOnly   = true;
     this.rtApplied.ScrollBars = global::System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     size                      = new global::System.Drawing.Size(360, 140);
     this.rtApplied.Size       = size;
     this.rtApplied.TabIndex   = 5;
     this.rtApplied.Text       = "";
     this.Label2.Font          = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.Label2.ForeColor     = global::System.Drawing.Color.White;
     point                     = new global::System.Drawing.Point(12, 4);
     this.Label2.Location      = point;
     this.Label2.Name          = "Label2";
     size                      = new global::System.Drawing.Size(188, 16);
     this.Label2.Size          = size;
     this.Label2.TabIndex      = 6;
     this.Label2.Text          = "Applied Bonus Effects:";
     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(558, 392);
     this.chkOnTop.Location    = point;
     this.chkOnTop.Name        = "chkOnTop";
     size                      = new global::System.Drawing.Size(105, 22);
     this.chkOnTop.Size        = size;
     this.chkOnTop.TabIndex    = 19;
     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(558, 418);
     this.btnClose.Location    = point;
     global::System.Windows.Forms.Padding padding = new global::System.Windows.Forms.Padding(4, 3, 4, 3);
     this.btnClose.Margin = padding;
     this.btnClose.Name   = "btnClose";
     size = new global::System.Drawing.Size(105, 22);
     this.btnClose.Size     = size;
     this.btnClose.TabIndex = 18;
     this.btnClose.TextOff  = "Close";
     this.btnClose.TextOn   = "Close";
     this.btnClose.Toggle   = false;
     this.btnSmall.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnSmall.Checked  = false;
     this.btnSmall.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(384, 418);
     this.btnSmall.Location = point;
     padding = new global::System.Windows.Forms.Padding(4, 3, 4, 3);
     this.btnSmall.Margin = padding;
     this.btnSmall.Name   = "btnSmall";
     size = new global::System.Drawing.Size(105, 22);
     this.btnSmall.Size     = size;
     this.btnSmall.TabIndex = 20;
     this.btnSmall.TextOff  = "<< Shrink";
     this.btnSmall.TextOn   = ">>";
     this.btnSmall.Toggle   = false;
     size = new global::System.Drawing.Size(5, 13);
     this.AutoScaleBaseSize = size;
     this.BackColor         = global::System.Drawing.Color.FromArgb(0, 0, 32);
     size            = new global::System.Drawing.Size(675, 448);
     base.ClientSize = size;
     base.Controls.Add(this.btnSmall);
     base.Controls.Add(this.chkOnTop);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.Label2);
     base.Controls.Add(this.rtApplied);
     base.Controls.Add(this.Label1);
     base.Controls.Add(this.rtxtFX);
     base.Controls.Add(this.rtxtInfo);
     base.Controls.Add(this.lstSets);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = global::System.Drawing.Color.White;
     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            = "frmSetViewer";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Currently Active Sets & Bonuses";
     base.TopMost         = true;
     base.ResumeLayout(false);
 }
Пример #3
0
 void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmCompare));
     this.GroupBox1     = new global::System.Windows.Forms.GroupBox();
     this.lblKeyColor1  = new global::System.Windows.Forms.Label();
     this.cbSet1        = new global::System.Windows.Forms.ComboBox();
     this.cbType1       = new global::System.Windows.Forms.ComboBox();
     this.cbAT1         = new global::System.Windows.Forms.ComboBox();
     this.GroupBox2     = new global::System.Windows.Forms.GroupBox();
     this.lblKeyColor2  = new global::System.Windows.Forms.Label();
     this.cbSet2        = new global::System.Windows.Forms.ComboBox();
     this.cbType2       = new global::System.Windows.Forms.ComboBox();
     this.cbAT2         = new global::System.Windows.Forms.ComboBox();
     this.lblScale      = new global::System.Windows.Forms.Label();
     this.tbScaleX      = new global::System.Windows.Forms.TrackBar();
     this.chkMatching   = new global::System.Windows.Forms.CheckBox();
     this.tTip          = new global::System.Windows.Forms.ToolTip(this.components);
     this.btnTweakMatch = new global::System.Windows.Forms.Button();
     this.chkOnTop      = new global::midsControls.ImageButton();
     this.btnClose      = new global::midsControls.ImageButton();
     this.Graph         = new global::midsControls.ctlMultiGraph();
     this.GroupBox4     = new global::System.Windows.Forms.GroupBox();
     this.lstDisplay    = new global::System.Windows.Forms.ListBox();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.tbScaleX.BeginInit();
     this.GroupBox4.SuspendLayout();
     base.SuspendLayout();
     this.GroupBox1.Controls.Add(this.lblKeyColor1);
     this.GroupBox1.Controls.Add(this.cbSet1);
     this.GroupBox1.Controls.Add(this.cbType1);
     this.GroupBox1.Controls.Add(this.cbAT1);
     this.GroupBox1.ForeColor = global::System.Drawing.Color.White;
     global::System.Drawing.Point point = new global::System.Drawing.Point(4, 4);
     this.GroupBox1.Location = point;
     this.GroupBox1.Name     = "GroupBox1";
     global::System.Drawing.Size size = new global::System.Drawing.Size(144, 116);
     this.GroupBox1.Size           = size;
     this.GroupBox1.TabIndex       = 2;
     this.GroupBox1.TabStop        = false;
     this.GroupBox1.Text           = "Powerset 1:";
     this.lblKeyColor1.BackColor   = global::System.Drawing.Color.Blue;
     this.lblKeyColor1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     point = new global::System.Drawing.Point(8, 20);
     this.lblKeyColor1.Location = point;
     this.lblKeyColor1.Name     = "lblKeyColor1";
     size = new global::System.Drawing.Size(132, 16);
     this.lblKeyColor1.Size     = size;
     this.lblKeyColor1.TabIndex = 3;
     this.cbSet1.DropDownStyle  = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point = new global::System.Drawing.Point(8, 88);
     this.cbSet1.Location = point;
     this.cbSet1.Name     = "cbSet1";
     size                       = new global::System.Drawing.Size(132, 22);
     this.cbSet1.Size           = size;
     this.cbSet1.TabIndex       = 2;
     this.cbType1.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                      = new global::System.Drawing.Point(8, 64);
     this.cbType1.Location      = point;
     this.cbType1.Name          = "cbType1";
     size                       = new global::System.Drawing.Size(132, 22);
     this.cbType1.Size          = size;
     this.cbType1.TabIndex      = 1;
     this.cbAT1.DropDownStyle   = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                      = new global::System.Drawing.Point(8, 40);
     this.cbAT1.Location        = point;
     this.cbAT1.Name            = "cbAT1";
     size                       = new global::System.Drawing.Size(132, 22);
     this.cbAT1.Size            = size;
     this.cbAT1.TabIndex        = 0;
     this.GroupBox2.Controls.Add(this.lblKeyColor2);
     this.GroupBox2.Controls.Add(this.cbSet2);
     this.GroupBox2.Controls.Add(this.cbType2);
     this.GroupBox2.Controls.Add(this.cbAT2);
     this.GroupBox2.ForeColor = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(4, 126);
     this.GroupBox2.Location = point;
     this.GroupBox2.Name     = "GroupBox2";
     size = new global::System.Drawing.Size(144, 116);
     this.GroupBox2.Size           = size;
     this.GroupBox2.TabIndex       = 3;
     this.GroupBox2.TabStop        = false;
     this.GroupBox2.Text           = "Powerset 2:";
     this.lblKeyColor2.BackColor   = global::System.Drawing.Color.Yellow;
     this.lblKeyColor2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     point = new global::System.Drawing.Point(8, 20);
     this.lblKeyColor2.Location = point;
     this.lblKeyColor2.Name     = "lblKeyColor2";
     size = new global::System.Drawing.Size(132, 16);
     this.lblKeyColor2.Size     = size;
     this.lblKeyColor2.TabIndex = 3;
     this.cbSet2.DropDownStyle  = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point = new global::System.Drawing.Point(8, 88);
     this.cbSet2.Location = point;
     this.cbSet2.Name     = "cbSet2";
     size                         = new global::System.Drawing.Size(132, 22);
     this.cbSet2.Size             = size;
     this.cbSet2.TabIndex         = 2;
     this.cbType2.DropDownStyle   = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                        = new global::System.Drawing.Point(8, 64);
     this.cbType2.Location        = point;
     this.cbType2.Name            = "cbType2";
     size                         = new global::System.Drawing.Size(132, 22);
     this.cbType2.Size            = size;
     this.cbType2.TabIndex        = 1;
     this.cbAT2.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                        = new global::System.Drawing.Point(8, 40);
     this.cbAT2.Location          = point;
     this.cbAT2.Name              = "cbAT2";
     size                         = new global::System.Drawing.Size(132, 22);
     this.cbAT2.Size              = size;
     this.cbAT2.TabIndex          = 0;
     point                        = new global::System.Drawing.Point(312, 500);
     this.lblScale.Location       = point;
     this.lblScale.Name           = "lblScale";
     size                         = new global::System.Drawing.Size(108, 20);
     this.lblScale.Size           = size;
     this.lblScale.TabIndex       = 9;
     this.lblScale.Text           = "Scale: 100%";
     this.lblScale.TextAlign      = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.tbScaleX.LargeChange    = 1;
     point                        = new global::System.Drawing.Point(184, 476);
     this.tbScaleX.Location       = point;
     this.tbScaleX.Minimum        = 1;
     this.tbScaleX.Name           = "tbScaleX";
     size                         = new global::System.Drawing.Size(340, 45);
     this.tbScaleX.Size           = size;
     this.tbScaleX.TabIndex       = 8;
     this.tbScaleX.TickFrequency  = 10;
     this.tbScaleX.TickStyle      = global::System.Windows.Forms.TickStyle.None;
     this.tbScaleX.Value          = 10;
     point                        = new global::System.Drawing.Point(8, 508);
     this.chkMatching.Location    = point;
     this.chkMatching.Name        = "chkMatching";
     size                         = new global::System.Drawing.Size(116, 20);
     this.chkMatching.Size        = size;
     this.chkMatching.TabIndex    = 11;
     this.chkMatching.Text        = "Attempt Matching";
     this.tTip.AutoPopDelay       = 10000;
     this.tTip.InitialDelay       = 500;
     this.tTip.ReshowDelay        = 100;
     this.btnTweakMatch.BackColor = global::System.Drawing.Color.FromArgb(128, 128, 255);
     this.btnTweakMatch.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnTweakMatch.ForeColor = global::System.Drawing.Color.Black;
     point                        = new global::System.Drawing.Point(130, 508);
     this.btnTweakMatch.Location  = point;
     this.btnTweakMatch.Name      = "btnTweakMatch";
     size                         = new global::System.Drawing.Size(60, 20);
     this.btnTweakMatch.Size      = size;
     this.btnTweakMatch.TabIndex  = 12;
     this.btnTweakMatch.Text      = "Tweak";
     this.tTip.SetToolTip(this.btnTweakMatch, "Modify the data used to perform power matching");
     this.btnTweakMatch.UseVisualStyleBackColor = true;
     this.btnTweakMatch.Visible = false;
     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(0, 0);
     this.chkOnTop.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(530, 476);
     this.chkOnTop.Location = point;
     this.chkOnTop.Name     = "chkOnTop";
     size = new global::System.Drawing.Size(105, 22);
     this.chkOnTop.Size     = size;
     this.chkOnTop.TabIndex = 15;
     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(0, 0);
     this.btnClose.KnockoutLocationPoint = point;
     point = new global::System.Drawing.Point(530, 504);
     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      = 14;
     this.btnClose.TextOff       = "Close";
     this.btnClose.TextOn        = "Close";
     this.btnClose.Toggle        = false;
     this.Graph.BackColor        = global::System.Drawing.Color.FromArgb(0, 0, 32);
     this.Graph.Border           = true;
     this.Graph.Clickable        = false;
     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             = true;
     this.Graph.Font             = new global::System.Drawing.Font("Arial", 7.5f);
     this.Graph.ForcedMax        = 0f;
     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       = 26;
     this.Graph.Lines            = true;
     point = new global::System.Drawing.Point(152, 4);
     this.Graph.Location    = point;
     this.Graph.MarkerValue = 0f;
     this.Graph.Max         = 100f;
     this.Graph.Name        = "Graph";
     this.Graph.PaddingX    = 2f;
     this.Graph.PaddingY    = 6f;
     this.Graph.ScaleHeight = 16;
     this.Graph.ScaleIndex  = 8;
     this.Graph.ShowScale   = true;
     size                 = new global::System.Drawing.Size(484, 468);
     this.Graph.Size      = size;
     this.Graph.Style     = global::Enums.GraphStyle.Twin;
     this.Graph.TabIndex  = 1;
     this.Graph.TextWidth = 120;
     this.GroupBox4.Controls.Add(this.lstDisplay);
     this.GroupBox4.ForeColor = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(8, 248);
     this.GroupBox4.Location = point;
     this.GroupBox4.Name     = "GroupBox4";
     size = new global::System.Drawing.Size(144, 254);
     this.GroupBox4.Size               = size;
     this.GroupBox4.TabIndex           = 16;
     this.GroupBox4.TabStop            = false;
     this.GroupBox4.Text               = "Display:";
     this.lstDisplay.FormattingEnabled = true;
     this.lstDisplay.ItemHeight        = 14;
     point = new global::System.Drawing.Point(6, 19);
     this.lstDisplay.Location = point;
     this.lstDisplay.Name     = "lstDisplay";
     size = new global::System.Drawing.Size(130, 228);
     this.lstDisplay.Size     = size;
     this.lstDisplay.TabIndex = 0;
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.None;
     this.BackColor           = global::System.Drawing.Color.FromArgb(0, 0, 32);
     size            = new global::System.Drawing.Size(640, 532);
     base.ClientSize = size;
     base.Controls.Add(this.GroupBox4);
     base.Controls.Add(this.chkOnTop);
     base.Controls.Add(this.btnClose);
     base.Controls.Add(this.btnTweakMatch);
     base.Controls.Add(this.chkMatching);
     base.Controls.Add(this.lblScale);
     base.Controls.Add(this.tbScaleX);
     base.Controls.Add(this.GroupBox2);
     base.Controls.Add(this.GroupBox1);
     base.Controls.Add(this.Graph);
     this.Font            = new global::System.Drawing.Font("Arial", 11f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Pixel, 0);
     this.ForeColor       = global::System.Drawing.Color.White;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.KeyPreview      = true;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmCompare";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Powerset Comparison";
     base.TopMost         = true;
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.tbScaleX.EndInit();
     this.GroupBox4.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components                = new global::System.ComponentModel.Container();
     this.ToolTip1                  = new global::System.Windows.Forms.ToolTip(this.components);
     this.cmdRefresh                = new global::System.Windows.Forms.Button();
     this.SSTab1                    = new global::System.Windows.Forms.TabControl();
     this._SSTab1_TabPage2          = new global::System.Windows.Forms.TabPage();
     this.lvIE                      = new global::System.Windows.Forms.ListView();
     this._lvIE_ColumnHeader_1      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_2      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_3      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_4      = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE_ColumnHeader_5      = new global::System.Windows.Forms.ColumnHeader();
     this.cmdAllIEPass              = new global::System.Windows.Forms.Button();
     this.cmdAllIEForms             = new global::System.Windows.Forms.Button();
     this.cmdIEDel                  = new global::System.Windows.Forms.Button();
     this.cmdIELine                 = new global::System.Windows.Forms.Button();
     this._SSTab1_TabPage5          = new global::System.Windows.Forms.TabPage();
     this.lvHttpFtp                 = new global::System.Windows.Forms.ListView();
     this._lvHttpFtp_ColumnHeader_1 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_2 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_3 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_4 = new global::System.Windows.Forms.ColumnHeader();
     this._lvHttpFtp_ColumnHeader_5 = new global::System.Windows.Forms.ColumnHeader();
     this.cmdDelAuthLine            = new global::System.Windows.Forms.Button();
     this.cmdDelAllAuth             = new global::System.Windows.Forms.Button();
     this._SSTab1_TabPage6          = new global::System.Windows.Forms.TabPage();
     this.lvIE7                     = new global::System.Windows.Forms.ListView();
     this._lvIE7_ColumnHeader_1     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_2     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_3     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_4     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_5     = new global::System.Windows.Forms.ColumnHeader();
     this._lvIE7_ColumnHeader_6     = new global::System.Windows.Forms.ColumnHeader();
     this.cmdIE7Del                 = new global::System.Windows.Forms.Button();
     this.TabPage2                  = new global::System.Windows.Forms.TabPage();
     this.lvNoPassFF                = new global::System.Windows.Forms.ListView();
     this.columnHeader1             = new global::System.Windows.Forms.ColumnHeader();
     this.columnHeader2             = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader19            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage3                  = new global::System.Windows.Forms.TabPage();
     this.lvFireFox                 = new global::System.Windows.Forms.ListView();
     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.ColumnHeader13            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader14            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader15            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader16            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader17            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage5                  = new global::System.Windows.Forms.TabPage();
     this.lvChrome                  = new global::System.Windows.Forms.ListView();
     this.ColumnHeader27            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader28            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader29            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader30            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader31            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader32            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader33            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader34            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader35            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader36            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage6                  = new global::System.Windows.Forms.TabPage();
     this.lvOpera                   = new global::System.Windows.Forms.ListView();
     this.ColumnHeader38            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader39            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader40            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader41            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader42            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader47            = new global::System.Windows.Forms.ColumnHeader();
     this.TabPage7                  = new global::System.Windows.Forms.TabPage();
     this.lvSafari                  = new global::System.Windows.Forms.ListView();
     this.ColumnHeader37            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader43            = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader44            = new global::System.Windows.Forms.ColumnHeader();
     this.Label2                    = new global::System.Windows.Forms.Label();
     this.SSTab1.SuspendLayout();
     this._SSTab1_TabPage2.SuspendLayout();
     this._SSTab1_TabPage5.SuspendLayout();
     this._SSTab1_TabPage6.SuspendLayout();
     this.TabPage2.SuspendLayout();
     this.TabPage3.SuspendLayout();
     this.TabPage5.SuspendLayout();
     this.TabPage6.SuspendLayout();
     this.TabPage7.SuspendLayout();
     this.SuspendLayout();
     this.cmdRefresh.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdRefresh.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdRefresh.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdRefresh.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdRefresh = this.cmdRefresh;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(8, 416);
     cmdRefresh.Location         = location;
     this.cmdRefresh.Name        = "cmdRefresh";
     this.cmdRefresh.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdRefresh2 = this.cmdRefresh;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(550, 25);
     cmdRefresh2.Size         = size;
     this.cmdRefresh.TabIndex = 12;
     this.cmdRefresh.Text     = "Mettre à jour";
     this.cmdRefresh.UseVisualStyleBackColor = false;
     this.SSTab1.Controls.Add(this._SSTab1_TabPage2);
     this.SSTab1.Controls.Add(this._SSTab1_TabPage5);
     this.SSTab1.Controls.Add(this._SSTab1_TabPage6);
     this.SSTab1.Controls.Add(this.TabPage2);
     this.SSTab1.Controls.Add(this.TabPage3);
     this.SSTab1.Controls.Add(this.TabPage5);
     this.SSTab1.Controls.Add(this.TabPage6);
     this.SSTab1.Controls.Add(this.TabPage7);
     global::System.Windows.Forms.TabControl sstab = this.SSTab1;
     size           = new global::System.Drawing.Size(42, 18);
     sstab.ItemSize = size;
     global::System.Windows.Forms.Control sstab2 = this.SSTab1;
     location         = new global::System.Drawing.Point(8, 8);
     sstab2.Location  = location;
     this.SSTab1.Name = "SSTab1";
     global::System.Windows.Forms.Control sstab3 = this.SSTab1;
     size                 = new global::System.Drawing.Size(554, 361);
     sstab3.Size          = size;
     this.SSTab1.TabIndex = 0;
     this._SSTab1_TabPage2.Controls.Add(this.lvIE);
     this._SSTab1_TabPage2.Controls.Add(this.cmdAllIEPass);
     this._SSTab1_TabPage2.Controls.Add(this.cmdAllIEForms);
     this._SSTab1_TabPage2.Controls.Add(this.cmdIEDel);
     this._SSTab1_TabPage2.Controls.Add(this.cmdIELine);
     global::System.Windows.Forms.TabPage sstab1_TabPage = this._SSTab1_TabPage2;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage.Location    = location;
     this._SSTab1_TabPage2.Name = "_SSTab1_TabPage2";
     global::System.Windows.Forms.Control sstab1_TabPage2 = this._SSTab1_TabPage2;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage2.Size           = size;
     this._SSTab1_TabPage2.TabIndex = 2;
     this._SSTab1_TabPage2.Text     = "IE6";
     this._SSTab1_TabPage2.UseVisualStyleBackColor = true;
     this.lvIE.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.lvIE.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvIE.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvIE_ColumnHeader_1,
         this._lvIE_ColumnHeader_2,
         this._lvIE_ColumnHeader_3,
         this._lvIE_ColumnHeader_4,
         this._lvIE_ColumnHeader_5
     });
     this.lvIE.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvIE.FullRowSelect = true;
     this.lvIE.GridLines     = true;
     this.lvIE.LabelWrap     = false;
     global::System.Windows.Forms.Control lvIE = this.lvIE;
     location       = new global::System.Drawing.Point(4, 3);
     lvIE.Location  = location;
     this.lvIE.Name = "lvIE";
     global::System.Windows.Forms.Control lvIE2 = this.lvIE;
     size               = new global::System.Drawing.Size(536, 241);
     lvIE2.Size         = size;
     this.lvIE.TabIndex = 3;
     this.lvIE.UseCompatibleStateImageBehavior = false;
     this.lvIE.View = global::System.Windows.Forms.View.Details;
     this._lvIE_ColumnHeader_1.Text  = "Champ/URL";
     this._lvIE_ColumnHeader_1.Width = 170;
     this._lvIE_ColumnHeader_2.Text  = "Type";
     this._lvIE_ColumnHeader_2.Width = 170;
     this._lvIE_ColumnHeader_3.Text  = "Valeur/Nom d'utilisateur";
     this._lvIE_ColumnHeader_3.Width = 170;
     this._lvIE_ColumnHeader_4.Text  = "Mot de passe";
     this._lvIE_ColumnHeader_4.Width = 170;
     this._lvIE_ColumnHeader_5.Text  = "Date d'ajout";
     this._lvIE_ColumnHeader_5.Width = 170;
     this.cmdAllIEPass.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdAllIEPass.BackColor     = global::System.Drawing.SystemColors.Control;
     this.cmdAllIEPass.Cursor        = global::System.Windows.Forms.Cursors.Default;
     this.cmdAllIEPass.ForeColor     = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdAllIEPass = this.cmdAllIEPass;
     location = new global::System.Drawing.Point(4, 251);
     cmdAllIEPass.Location         = location;
     this.cmdAllIEPass.Name        = "cmdAllIEPass";
     this.cmdAllIEPass.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdAllIEPass2 = this.cmdAllIEPass;
     size = new global::System.Drawing.Size(272, 33);
     cmdAllIEPass2.Size         = size;
     this.cmdAllIEPass.TabIndex = 9;
     this.cmdAllIEPass.Text     = "Supprimer les mots de passes";
     this.cmdAllIEPass.UseVisualStyleBackColor = false;
     this.cmdAllIEForms.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdAllIEForms.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdAllIEForms.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdAllIEForms.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdAllIEForms = this.cmdAllIEForms;
     location = new global::System.Drawing.Point(282, 251);
     cmdAllIEForms.Location         = location;
     this.cmdAllIEForms.Name        = "cmdAllIEForms";
     this.cmdAllIEForms.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdAllIEForms2 = this.cmdAllIEForms;
     size = new global::System.Drawing.Size(258, 33);
     cmdAllIEForms2.Size         = size;
     this.cmdAllIEForms.TabIndex = 10;
     this.cmdAllIEForms.Text     = "Supprimer les formulaires";
     this.cmdAllIEForms.UseVisualStyleBackColor = false;
     this.cmdIEDel.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdIEDel.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdIEDel.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdIEDel.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIEDel = this.cmdIEDel;
     location                  = new global::System.Drawing.Point(4, 291);
     cmdIEDel.Location         = location;
     this.cmdIEDel.Name        = "cmdIEDel";
     this.cmdIEDel.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIEDel2 = this.cmdIEDel;
     size                   = new global::System.Drawing.Size(272, 33);
     cmdIEDel2.Size         = size;
     this.cmdIEDel.TabIndex = 11;
     this.cmdIEDel.Text     = "Supprimer la ressource";
     this.cmdIEDel.UseVisualStyleBackColor = false;
     this.cmdIELine.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdIELine.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdIELine.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdIELine.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIELine = this.cmdIELine;
     location                   = new global::System.Drawing.Point(282, 291);
     cmdIELine.Location         = location;
     this.cmdIELine.Name        = "cmdIELine";
     this.cmdIELine.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIELine2 = this.cmdIELine;
     size                    = new global::System.Drawing.Size(258, 33);
     cmdIELine2.Size         = size;
     this.cmdIELine.TabIndex = 13;
     this.cmdIELine.Text     = "Supprimer la ligne";
     this.cmdIELine.UseVisualStyleBackColor = false;
     this._SSTab1_TabPage5.Controls.Add(this.lvHttpFtp);
     this._SSTab1_TabPage5.Controls.Add(this.cmdDelAuthLine);
     this._SSTab1_TabPage5.Controls.Add(this.cmdDelAllAuth);
     global::System.Windows.Forms.TabPage sstab1_TabPage3 = this._SSTab1_TabPage5;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage3.Location   = location;
     this._SSTab1_TabPage5.Name = "_SSTab1_TabPage5";
     global::System.Windows.Forms.Control sstab1_TabPage4 = this._SSTab1_TabPage5;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage4.Size           = size;
     this._SSTab1_TabPage5.TabIndex = 5;
     this._SSTab1_TabPage5.Text     = "Http/Ftp IE6";
     this._SSTab1_TabPage5.UseVisualStyleBackColor = true;
     this.lvHttpFtp.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.lvHttpFtp.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvHttpFtp.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvHttpFtp_ColumnHeader_1,
         this._lvHttpFtp_ColumnHeader_2,
         this._lvHttpFtp_ColumnHeader_3,
         this._lvHttpFtp_ColumnHeader_4,
         this._lvHttpFtp_ColumnHeader_5
     });
     this.lvHttpFtp.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvHttpFtp.FullRowSelect = true;
     this.lvHttpFtp.GridLines     = true;
     this.lvHttpFtp.HideSelection = false;
     this.lvHttpFtp.LabelWrap     = false;
     global::System.Windows.Forms.Control lvHttpFtp = this.lvHttpFtp;
     location            = new global::System.Drawing.Point(3, 3);
     lvHttpFtp.Location  = location;
     this.lvHttpFtp.Name = "lvHttpFtp";
     global::System.Windows.Forms.Control lvHttpFtp2 = this.lvHttpFtp;
     size                    = new global::System.Drawing.Size(537, 289);
     lvHttpFtp2.Size         = size;
     this.lvHttpFtp.TabIndex = 17;
     this.lvHttpFtp.UseCompatibleStateImageBehavior = false;
     this.lvHttpFtp.View = global::System.Windows.Forms.View.Details;
     this._lvHttpFtp_ColumnHeader_1.Text  = "Type";
     this._lvHttpFtp_ColumnHeader_1.Width = 170;
     this._lvHttpFtp_ColumnHeader_2.Text  = "URL";
     this._lvHttpFtp_ColumnHeader_2.Width = 170;
     this._lvHttpFtp_ColumnHeader_3.Text  = "Username";
     this._lvHttpFtp_ColumnHeader_3.Width = 170;
     this._lvHttpFtp_ColumnHeader_4.Text  = "Password";
     this._lvHttpFtp_ColumnHeader_4.Width = 170;
     this._lvHttpFtp_ColumnHeader_5.Text  = "Description";
     this._lvHttpFtp_ColumnHeader_5.Width = 170;
     this.cmdDelAuthLine.Anchor           = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.cmdDelAuthLine.BackColor        = global::System.Drawing.SystemColors.Control;
     this.cmdDelAuthLine.Cursor           = global::System.Windows.Forms.Cursors.Default;
     this.cmdDelAuthLine.ForeColor        = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdDelAuthLine = this.cmdDelAuthLine;
     location = new global::System.Drawing.Point(3, 299);
     cmdDelAuthLine.Location         = location;
     this.cmdDelAuthLine.Name        = "cmdDelAuthLine";
     this.cmdDelAuthLine.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdDelAuthLine2 = this.cmdDelAuthLine;
     size = new global::System.Drawing.Size(249, 33);
     cmdDelAuthLine2.Size         = size;
     this.cmdDelAuthLine.TabIndex = 18;
     this.cmdDelAuthLine.Text     = "Supprimer la ligne";
     this.cmdDelAuthLine.UseVisualStyleBackColor = false;
     this.cmdDelAllAuth.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdDelAllAuth.BackColor = global::System.Drawing.SystemColors.Control;
     this.cmdDelAllAuth.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.cmdDelAllAuth.ForeColor = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdDelAllAuth = this.cmdDelAllAuth;
     location = new global::System.Drawing.Point(259, 299);
     cmdDelAllAuth.Location         = location;
     this.cmdDelAllAuth.Name        = "cmdDelAllAuth";
     this.cmdDelAllAuth.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdDelAllAuth2 = this.cmdDelAllAuth;
     size = new global::System.Drawing.Size(281, 33);
     cmdDelAllAuth2.Size         = size;
     this.cmdDelAllAuth.TabIndex = 19;
     this.cmdDelAllAuth.Text     = "Supprimer tout";
     this.cmdDelAllAuth.UseVisualStyleBackColor = false;
     this._SSTab1_TabPage6.Controls.Add(this.lvIE7);
     this._SSTab1_TabPage6.Controls.Add(this.cmdIE7Del);
     global::System.Windows.Forms.TabPage sstab1_TabPage5 = this._SSTab1_TabPage6;
     location = new global::System.Drawing.Point(4, 22);
     sstab1_TabPage5.Location   = location;
     this._SSTab1_TabPage6.Name = "_SSTab1_TabPage6";
     global::System.Windows.Forms.Control sstab1_TabPage6 = this._SSTab1_TabPage6;
     size = new global::System.Drawing.Size(546, 335);
     sstab1_TabPage6.Size           = size;
     this._SSTab1_TabPage6.TabIndex = 6;
     this._SSTab1_TabPage6.Text     = "IE7";
     this._SSTab1_TabPage6.UseVisualStyleBackColor = true;
     this.lvIE7.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.lvIE7.BackColor = global::System.Drawing.SystemColors.Window;
     this.lvIE7.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this._lvIE7_ColumnHeader_1,
         this._lvIE7_ColumnHeader_2,
         this._lvIE7_ColumnHeader_3,
         this._lvIE7_ColumnHeader_4,
         this._lvIE7_ColumnHeader_5,
         this._lvIE7_ColumnHeader_6
     });
     this.lvIE7.ForeColor     = global::System.Drawing.SystemColors.WindowText;
     this.lvIE7.FullRowSelect = true;
     this.lvIE7.GridLines     = true;
     this.lvIE7.LabelWrap     = false;
     global::System.Windows.Forms.Control lvIE3 = this.lvIE7;
     location        = new global::System.Drawing.Point(3, 3);
     lvIE3.Location  = location;
     this.lvIE7.Name = "lvIE7";
     global::System.Windows.Forms.Control lvIE4 = this.lvIE7;
     size                = new global::System.Drawing.Size(537, 290);
     lvIE4.Size          = size;
     this.lvIE7.TabIndex = 21;
     this.lvIE7.UseCompatibleStateImageBehavior = false;
     this.lvIE7.View = global::System.Windows.Forms.View.Details;
     this._lvIE7_ColumnHeader_1.Text  = "Type";
     this._lvIE7_ColumnHeader_1.Width = 170;
     this._lvIE7_ColumnHeader_2.Text  = "Champ/URL";
     this._lvIE7_ColumnHeader_2.Width = 170;
     this._lvIE7_ColumnHeader_3.Text  = "Valeur/Nom d'utilisateur";
     this._lvIE7_ColumnHeader_3.Width = 170;
     this._lvIE7_ColumnHeader_4.Text  = "Mot de passe";
     this._lvIE7_ColumnHeader_4.Width = 170;
     this._lvIE7_ColumnHeader_5.Text  = "Date d'ajout";
     this._lvIE7_ColumnHeader_5.Width = 170;
     this._lvIE7_ColumnHeader_6.Text  = "Description";
     this._lvIE7_ColumnHeader_6.Width = 170;
     this.cmdIE7Del.Anchor            = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.cmdIE7Del.BackColor         = global::System.Drawing.SystemColors.Control;
     this.cmdIE7Del.Cursor            = global::System.Windows.Forms.Cursors.Default;
     this.cmdIE7Del.ForeColor         = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control cmdIE7Del = this.cmdIE7Del;
     location                   = new global::System.Drawing.Point(3, 299);
     cmdIE7Del.Location         = location;
     this.cmdIE7Del.Name        = "cmdIE7Del";
     this.cmdIE7Del.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control cmdIE7Del2 = this.cmdIE7Del;
     size                    = new global::System.Drawing.Size(537, 33);
     cmdIE7Del2.Size         = size;
     this.cmdIE7Del.TabIndex = 20;
     this.cmdIE7Del.Text     = "Supprimer la ressource";
     this.cmdIE7Del.UseVisualStyleBackColor = false;
     this.TabPage2.Controls.Add(this.lvNoPassFF);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage.Location   = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage2;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage2;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage3.Size          = size;
     this.TabPage2.TabIndex = 9;
     this.TabPage2.Text     = "Firefox No Password";
     this.TabPage2.UseVisualStyleBackColor = true;
     this.lvNoPassFF.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader1,
         this.columnHeader2,
         this.ColumnHeader19
     });
     this.lvNoPassFF.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvNoPassFF = this.lvNoPassFF;
     location             = new global::System.Drawing.Point(3, 3);
     lvNoPassFF.Location  = location;
     this.lvNoPassFF.Name = "lvNoPassFF";
     global::System.Windows.Forms.Control lvNoPassFF2 = this.lvNoPassFF;
     size                     = new global::System.Drawing.Size(540, 329);
     lvNoPassFF2.Size         = size;
     this.lvNoPassFF.TabIndex = 1;
     this.lvNoPassFF.UseCompatibleStateImageBehavior = false;
     this.lvNoPassFF.View     = global::System.Windows.Forms.View.Details;
     this.columnHeader1.Text  = "Profile";
     this.columnHeader1.Width = 69;
     this.columnHeader2.Text  = "Site";
     this.columnHeader2.Width = 200;
     this.ColumnHeader19.Text = "Version";
     this.TabPage3.Controls.Add(this.lvFireFox);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage4.Location  = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage3;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage3;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage6.Size          = size;
     this.TabPage3.TabIndex = 10;
     this.TabPage3.Text     = "Firefox Passwords";
     this.TabPage3.UseVisualStyleBackColor = true;
     this.lvFireFox.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.columnHeader3,
         this.columnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader13,
         this.ColumnHeader14,
         this.ColumnHeader15,
         this.ColumnHeader16,
         this.ColumnHeader17
     });
     this.lvFireFox.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvFireFox = this.lvFireFox;
     location            = new global::System.Drawing.Point(3, 3);
     lvFireFox.Location  = location;
     this.lvFireFox.Name = "lvFireFox";
     global::System.Windows.Forms.Control lvFireFox2 = this.lvFireFox;
     size                    = new global::System.Drawing.Size(540, 329);
     lvFireFox2.Size         = size;
     this.lvFireFox.TabIndex = 1;
     this.lvFireFox.UseCompatibleStateImageBehavior = false;
     this.lvFireFox.View       = global::System.Windows.Forms.View.Details;
     this.columnHeader3.Text   = "Profile";
     this.columnHeader3.Width  = 48;
     this.columnHeader4.Text   = "Site Name";
     this.columnHeader4.Width  = 121;
     this.ColumnHeader5.Text   = "Username";
     this.ColumnHeader5.Width  = 83;
     this.ColumnHeader13.Text  = "Password";
     this.ColumnHeader13.Width = 111;
     this.ColumnHeader14.Text  = "Username Field";
     this.ColumnHeader14.Width = 87;
     this.ColumnHeader15.Text  = "Password Field";
     this.ColumnHeader16.Text  = "Domain";
     this.ColumnHeader17.Text  = "Version";
     this.TabPage5.Controls.Add(this.lvChrome);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage5;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage7.Location  = location;
     this.TabPage5.Name = "TabPage5";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage5;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage8.Padding = padding;
     global::System.Windows.Forms.Control tabPage9 = this.TabPage5;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage9.Size          = size;
     this.TabPage5.TabIndex = 12;
     this.TabPage5.Text     = "Google Chrome";
     this.TabPage5.UseVisualStyleBackColor = true;
     this.lvChrome.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader27,
         this.ColumnHeader28,
         this.ColumnHeader29,
         this.ColumnHeader30,
         this.ColumnHeader31,
         this.ColumnHeader32,
         this.ColumnHeader33,
         this.ColumnHeader34,
         this.ColumnHeader35,
         this.ColumnHeader36
     });
     this.lvChrome.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvChrome = this.lvChrome;
     location           = new global::System.Drawing.Point(3, 3);
     lvChrome.Location  = location;
     this.lvChrome.Name = "lvChrome";
     global::System.Windows.Forms.Control lvChrome2 = this.lvChrome;
     size                   = new global::System.Drawing.Size(540, 329);
     lvChrome2.Size         = size;
     this.lvChrome.TabIndex = 2;
     this.lvChrome.UseCompatibleStateImageBehavior = false;
     this.lvChrome.View        = global::System.Windows.Forms.View.Details;
     this.ColumnHeader27.Text  = "Blacklist?";
     this.ColumnHeader28.Text  = "Site Name";
     this.ColumnHeader28.Width = 121;
     this.ColumnHeader29.Text  = "Username";
     this.ColumnHeader29.Width = 83;
     this.ColumnHeader30.Text  = "Password";
     this.ColumnHeader30.Width = 111;
     this.ColumnHeader31.Text  = "Username Field";
     this.ColumnHeader31.Width = 87;
     this.ColumnHeader32.Text  = "Password Field";
     this.ColumnHeader33.Text  = "Domain";
     this.ColumnHeader34.Text  = "Submit Element";
     this.ColumnHeader35.Text  = "SSL?";
     this.ColumnHeader36.Text  = "Date";
     this.TabPage6.Controls.Add(this.lvOpera);
     global::System.Windows.Forms.TabPage tabPage10 = this.TabPage6;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage10.Location = location;
     this.TabPage6.Name = "TabPage6";
     global::System.Windows.Forms.Control tabPage11 = this.TabPage6;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage11.Padding = padding;
     global::System.Windows.Forms.Control tabPage12 = this.TabPage6;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage12.Size         = size;
     this.TabPage6.TabIndex = 13;
     this.TabPage6.Text     = "Opera";
     this.TabPage6.UseVisualStyleBackColor = true;
     this.lvOpera.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader38,
         this.ColumnHeader39,
         this.ColumnHeader40,
         this.ColumnHeader41,
         this.ColumnHeader42,
         this.ColumnHeader47
     });
     this.lvOpera.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvOpera = this.lvOpera;
     location          = new global::System.Drawing.Point(3, 3);
     lvOpera.Location  = location;
     this.lvOpera.Name = "lvOpera";
     global::System.Windows.Forms.Control lvOpera2 = this.lvOpera;
     size                  = new global::System.Drawing.Size(540, 329);
     lvOpera2.Size         = size;
     this.lvOpera.TabIndex = 3;
     this.lvOpera.UseCompatibleStateImageBehavior = false;
     this.lvOpera.View         = global::System.Windows.Forms.View.Details;
     this.ColumnHeader38.Text  = "Site Name";
     this.ColumnHeader38.Width = 121;
     this.ColumnHeader39.Text  = "Username";
     this.ColumnHeader39.Width = 83;
     this.ColumnHeader40.Text  = "Password";
     this.ColumnHeader40.Width = 111;
     this.ColumnHeader41.Text  = "Username Field";
     this.ColumnHeader41.Width = 87;
     this.ColumnHeader42.Text  = "Password Field";
     this.ColumnHeader47.Text  = "Date";
     this.ColumnHeader47.Width = 95;
     this.TabPage7.Controls.Add(this.lvSafari);
     global::System.Windows.Forms.TabPage tabPage13 = this.TabPage7;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage13.Location = location;
     this.TabPage7.Name = "TabPage7";
     global::System.Windows.Forms.Control tabPage14 = this.TabPage7;
     size                   = new global::System.Drawing.Size(546, 335);
     tabPage14.Size         = size;
     this.TabPage7.TabIndex = 14;
     this.TabPage7.Text     = "Safari";
     this.TabPage7.UseVisualStyleBackColor = true;
     this.lvSafari.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader37,
         this.ColumnHeader43,
         this.ColumnHeader44
     });
     this.lvSafari.Dock = global::System.Windows.Forms.DockStyle.Fill;
     global::System.Windows.Forms.Control lvSafari = this.lvSafari;
     location           = new global::System.Drawing.Point(0, 0);
     lvSafari.Location  = location;
     this.lvSafari.Name = "lvSafari";
     global::System.Windows.Forms.Control lvSafari2 = this.lvSafari;
     size                   = new global::System.Drawing.Size(546, 335);
     lvSafari2.Size         = size;
     this.lvSafari.TabIndex = 4;
     this.lvSafari.UseCompatibleStateImageBehavior = false;
     this.lvSafari.View        = global::System.Windows.Forms.View.Details;
     this.ColumnHeader37.Text  = "Site Name";
     this.ColumnHeader37.Width = 121;
     this.ColumnHeader43.Text  = "Username";
     this.ColumnHeader43.Width = 83;
     this.ColumnHeader44.Text  = "Password";
     this.ColumnHeader44.Width = 111;
     this.Label2.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.Label2.BackColor     = global::System.Drawing.SystemColors.Control;
     this.Label2.Cursor        = global::System.Windows.Forms.Cursors.Default;
     this.Label2.ForeColor     = global::System.Drawing.SystemColors.ControlText;
     global::System.Windows.Forms.Control label = this.Label2;
     location                = new global::System.Drawing.Point(8, 376);
     label.Location          = location;
     this.Label2.Name        = "Label2";
     this.Label2.RightToLeft = global::System.Windows.Forms.RightToLeft.No;
     global::System.Windows.Forms.Control label2 = this.Label2;
     size                 = new global::System.Drawing.Size(550, 33);
     label2.Size          = size;
     this.Label2.TabIndex = 7;
     this.Label2.Text     = "L'exportation des infos affichées n'est pas prévue car je pense qu'il n'est pas raisonnable de créer un fichier texte contenant des mots de passe....";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.Control;
     size            = new global::System.Drawing.Size(564, 446);
     this.ClientSize = size;
     this.Controls.Add(this.cmdRefresh);
     this.Controls.Add(this.SSTab1);
     this.Controls.Add(this.Label2);
     this.Cursor          = global::System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     location             = new global::System.Drawing.Point(3, 29);
     this.Location        = location;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmMain";
     this.RightToLeft     = global::System.Windows.Forms.RightToLeft.No;
     this.Text            = "Browsers Passwords Recovery by ShareVB";
     this.SSTab1.ResumeLayout(false);
     this._SSTab1_TabPage2.ResumeLayout(false);
     this._SSTab1_TabPage5.ResumeLayout(false);
     this._SSTab1_TabPage6.ResumeLayout(false);
     this.TabPage2.ResumeLayout(false);
     this.TabPage3.ResumeLayout(false);
     this.TabPage5.ResumeLayout(false);
     this.TabPage6.ResumeLayout(false);
     this.TabPage7.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     this.TableLayoutPanel1 = new global::System.Windows.Forms.TableLayoutPanel();
     this.OK_Button         = new global::System.Windows.Forms.Button();
     this.Cancel_Button     = new global::System.Windows.Forms.Button();
     this.DataGridView1     = new global::System.Windows.Forms.DataGridView();
     this.Column1           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ComboBox1         = new global::System.Windows.Forms.ComboBox();
     this.ComboBox2         = new global::System.Windows.Forms.ComboBox();
     this.ComboBox3         = new global::System.Windows.Forms.ComboBox();
     this.ComboBox4         = new global::System.Windows.Forms.ComboBox();
     this.ComboBox5         = new global::System.Windows.Forms.ComboBox();
     this.Button1           = new global::System.Windows.Forms.Button();
     this.Label1            = new global::System.Windows.Forms.Label();
     this.Label2            = new global::System.Windows.Forms.Label();
     this.Label3            = new global::System.Windows.Forms.Label();
     this.Label4            = new global::System.Windows.Forms.Label();
     this.Label5            = new global::System.Windows.Forms.Label();
     this.CheckBox1         = new global::System.Windows.Forms.CheckBox();
     this.Button2           = new global::System.Windows.Forms.Button();
     this.CheckBox2         = new global::System.Windows.Forms.CheckBox();
     this.Button3           = new global::System.Windows.Forms.Button();
     this.TableLayoutPanel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).BeginInit();
     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.OK_Button, 0, 0);
     this.TableLayoutPanel1.Controls.Add(this.Cancel_Button, 1, 0);
     global::System.Windows.Forms.Control tableLayoutPanel = this.TableLayoutPanel1;
     global::System.Drawing.Point         location         = new global::System.Drawing.Point(369, 408);
     tableLayoutPanel.Location = location;
     global::System.Windows.Forms.Control tableLayoutPanel2 = this.TableLayoutPanel1;
     global::System.Windows.Forms.Padding margin            = new global::System.Windows.Forms.Padding(4);
     tableLayoutPanel2.Margin        = margin;
     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 tableLayoutPanel3 = this.TableLayoutPanel1;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(195, 45);
     tableLayoutPanel3.Size          = size;
     this.TableLayoutPanel1.TabIndex = 0;
     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(4, 4);
     ok_Button.Location = location;
     global::System.Windows.Forms.Control ok_Button2 = this.OK_Button;
     margin              = new global::System.Windows.Forms.Padding(4);
     ok_Button2.Margin   = margin;
     this.OK_Button.Name = "OK_Button";
     global::System.Windows.Forms.Control ok_Button3 = this.OK_Button;
     size                            = new global::System.Drawing.Size(89, 36);
     ok_Button3.Size                 = size;
     this.OK_Button.TabIndex         = 0;
     this.OK_Button.Text             = "确定";
     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(101, 4);
     cancel_Button.Location = location;
     global::System.Windows.Forms.Control cancel_Button2 = this.Cancel_Button;
     margin = new global::System.Windows.Forms.Padding(4);
     cancel_Button2.Margin   = margin;
     this.Cancel_Button.Name = "Cancel_Button";
     global::System.Windows.Forms.Control cancel_Button3 = this.Cancel_Button;
     size = new global::System.Drawing.Size(89, 36);
     cancel_Button3.Size         = size;
     this.Cancel_Button.TabIndex = 1;
     this.Cancel_Button.Text     = "取消";
     this.DataGridView1.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGridView1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5
     });
     global::System.Windows.Forms.Control dataGridView = this.DataGridView1;
     location = new global::System.Drawing.Point(16, 48);
     dataGridView.Location = location;
     global::System.Windows.Forms.Control dataGridView2 = this.DataGridView1;
     margin = new global::System.Windows.Forms.Padding(4);
     dataGridView2.Margin    = margin;
     this.DataGridView1.Name = "DataGridView1";
     this.DataGridView1.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView3 = this.DataGridView1;
     size = new global::System.Drawing.Size(548, 298);
     dataGridView3.Size               = size;
     this.DataGridView1.TabIndex      = 1;
     this.Column1.HeaderText          = "层号";
     this.Column1.Name                = "Column1";
     this.Column1.SortMode            = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column1.Width               = 75;
     this.Column2.HeaderText          = "层高";
     this.Column2.Name                = "Column2";
     this.Column2.SortMode            = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column2.Width               = 75;
     this.Column3.HeaderText          = "标高";
     this.Column3.Name                = "Column3";
     this.Column3.SortMode            = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column3.Width               = 75;
     this.Column4.HeaderText          = "墙柱砼";
     this.Column4.Name                = "Column4";
     this.Column4.Resizable           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.Column4.SortMode            = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column4.Width               = 75;
     this.Column5.HeaderText          = "梁板砼";
     this.Column5.Name                = "Column5";
     this.Column5.Resizable           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.Column5.SortMode            = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column5.Width               = 75;
     this.ComboBox1.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox = this.ComboBox1;
     location          = new global::System.Drawing.Point(20, 380);
     comboBox.Location = location;
     global::System.Windows.Forms.Control comboBox2 = this.ComboBox1;
     margin              = new global::System.Windows.Forms.Padding(4);
     comboBox2.Margin    = margin;
     this.ComboBox1.Name = "ComboBox1";
     global::System.Windows.Forms.Control comboBox3 = this.ComboBox1;
     size                             = new global::System.Drawing.Size(63, 23);
     comboBox3.Size                   = size;
     this.ComboBox1.TabIndex          = 2;
     this.ComboBox2.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox4 = this.ComboBox2;
     location           = new global::System.Drawing.Point(92, 380);
     comboBox4.Location = location;
     global::System.Windows.Forms.Control comboBox5 = this.ComboBox2;
     margin              = new global::System.Windows.Forms.Padding(4);
     comboBox5.Margin    = margin;
     this.ComboBox2.Name = "ComboBox2";
     global::System.Windows.Forms.Control comboBox6 = this.ComboBox2;
     size                             = new global::System.Drawing.Size(87, 23);
     comboBox6.Size                   = size;
     this.ComboBox2.TabIndex          = 3;
     this.ComboBox3.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox7 = this.ComboBox3;
     location           = new global::System.Drawing.Point(188, 380);
     comboBox7.Location = location;
     global::System.Windows.Forms.Control comboBox8 = this.ComboBox3;
     margin              = new global::System.Windows.Forms.Padding(4);
     comboBox8.Margin    = margin;
     this.ComboBox3.Name = "ComboBox3";
     global::System.Windows.Forms.Control comboBox9 = this.ComboBox3;
     size                             = new global::System.Drawing.Size(87, 23);
     comboBox9.Size                   = size;
     this.ComboBox3.TabIndex          = 4;
     this.ComboBox4.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox10 = this.ComboBox4;
     location            = new global::System.Drawing.Point(284, 380);
     comboBox10.Location = location;
     global::System.Windows.Forms.Control comboBox11 = this.ComboBox4;
     margin              = new global::System.Windows.Forms.Padding(4);
     comboBox11.Margin   = margin;
     this.ComboBox4.Name = "ComboBox4";
     global::System.Windows.Forms.Control comboBox12 = this.ComboBox4;
     size                             = new global::System.Drawing.Size(92, 23);
     comboBox12.Size                  = size;
     this.ComboBox4.TabIndex          = 5;
     this.ComboBox5.FormattingEnabled = true;
     global::System.Windows.Forms.Control comboBox13 = this.ComboBox5;
     location            = new global::System.Drawing.Point(385, 380);
     comboBox13.Location = location;
     global::System.Windows.Forms.Control comboBox14 = this.ComboBox5;
     margin              = new global::System.Windows.Forms.Padding(4);
     comboBox14.Margin   = margin;
     this.ComboBox5.Name = "ComboBox5";
     global::System.Windows.Forms.Control comboBox15 = this.ComboBox5;
     size                    = new global::System.Drawing.Size(84, 23);
     comboBox15.Size         = size;
     this.ComboBox5.TabIndex = 6;
     global::System.Windows.Forms.Control button = this.Button1;
     location        = new global::System.Drawing.Point(16, 412);
     button.Location = location;
     global::System.Windows.Forms.Control button2 = this.Button1;
     margin            = new global::System.Windows.Forms.Padding(4);
     button2.Margin    = margin;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button3 = this.Button1;
     size                  = new global::System.Drawing.Size(64, 35);
     button3.Size          = size;
     this.Button1.TabIndex = 8;
     this.Button1.Text     = "添加";
     this.Button1.UseVisualStyleBackColor = true;
     this.Label1.AutoSize = true;
     global::System.Windows.Forms.Control label = this.Label1;
     location       = new global::System.Drawing.Point(17, 355);
     label.Location = location;
     global::System.Windows.Forms.Control label2 = this.Label1;
     margin           = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label2.Margin    = margin;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label3 = this.Label1;
     size                 = new global::System.Drawing.Size(37, 15);
     label3.Size          = size;
     this.Label1.TabIndex = 9;
     this.Label1.Text     = "层数";
     this.Label2.AutoSize = true;
     global::System.Windows.Forms.Control label4 = this.Label2;
     location        = new global::System.Drawing.Point(89, 355);
     label4.Location = location;
     global::System.Windows.Forms.Control label5 = this.Label2;
     margin           = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label5.Margin    = margin;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label6 = this.Label2;
     size                 = new global::System.Drawing.Size(37, 15);
     label6.Size          = size;
     this.Label2.TabIndex = 10;
     this.Label2.Text     = "层高";
     this.Label3.AutoSize = true;
     global::System.Windows.Forms.Control label7 = this.Label3;
     location        = new global::System.Drawing.Point(188, 355);
     label7.Location = location;
     global::System.Windows.Forms.Control label8 = this.Label3;
     margin           = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label8.Margin    = margin;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label9 = this.Label3;
     size                 = new global::System.Drawing.Size(67, 15);
     label9.Size          = size;
     this.Label3.TabIndex = 11;
     this.Label3.Text     = "起始标高";
     this.Label4.AutoSize = true;
     global::System.Windows.Forms.Control label10 = this.Label4;
     location         = new global::System.Drawing.Point(281, 355);
     label10.Location = location;
     global::System.Windows.Forms.Control label11 = this.Label4;
     margin           = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label11.Margin   = margin;
     this.Label4.Name = "Label4";
     global::System.Windows.Forms.Control label12 = this.Label4;
     size                 = new global::System.Drawing.Size(52, 15);
     label12.Size         = size;
     this.Label4.TabIndex = 12;
     this.Label4.Text     = "墙柱砼";
     this.Label5.AutoSize = true;
     global::System.Windows.Forms.Control label13 = this.Label5;
     location         = new global::System.Drawing.Point(383, 355);
     label13.Location = location;
     global::System.Windows.Forms.Control label14 = this.Label5;
     margin           = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label14.Margin   = margin;
     this.Label5.Name = "Label5";
     global::System.Windows.Forms.Control label15 = this.Label5;
     size                    = new global::System.Drawing.Size(52, 15);
     label15.Size            = size;
     this.Label5.TabIndex    = 13;
     this.Label5.Text        = "梁板砼";
     this.CheckBox1.AutoSize = true;
     global::System.Windows.Forms.Control checkBox = this.CheckBox1;
     location          = new global::System.Drawing.Point(485, 15);
     checkBox.Location = location;
     global::System.Windows.Forms.Control checkBox2 = this.CheckBox1;
     margin              = new global::System.Windows.Forms.Padding(4);
     checkBox2.Margin    = margin;
     this.CheckBox1.Name = "CheckBox1";
     global::System.Windows.Forms.Control checkBox3 = this.CheckBox1;
     size                    = new global::System.Drawing.Size(74, 19);
     checkBox3.Size          = size;
     this.CheckBox1.TabIndex = 14;
     this.CheckBox1.Text     = "墙柱砼";
     this.CheckBox1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button4 = this.Button2;
     location         = new global::System.Drawing.Point(176, 411);
     button4.Location = location;
     global::System.Windows.Forms.Control button5 = this.Button2;
     margin            = new global::System.Windows.Forms.Padding(4);
     button5.Margin    = margin;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button6 = this.Button2;
     size                  = new global::System.Drawing.Size(64, 35);
     button6.Size          = size;
     this.Button2.TabIndex = 15;
     this.Button2.Text     = "清除";
     this.Button2.UseVisualStyleBackColor = true;
     this.CheckBox2.AutoSize = true;
     global::System.Windows.Forms.Control checkBox4 = this.CheckBox2;
     location           = new global::System.Drawing.Point(17, 15);
     checkBox4.Location = location;
     global::System.Windows.Forms.Control checkBox5 = this.CheckBox2;
     margin              = new global::System.Windows.Forms.Padding(4);
     checkBox5.Margin    = margin;
     this.CheckBox2.Name = "CheckBox2";
     global::System.Windows.Forms.Control checkBox6 = this.CheckBox2;
     size                    = new global::System.Drawing.Size(89, 19);
     checkBox6.Size          = size;
     this.CheckBox2.TabIndex = 16;
     this.CheckBox2.Text     = "上次记录";
     this.CheckBox2.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button7 = this.Button3;
     location         = new global::System.Drawing.Point(88, 411);
     button7.Location = location;
     global::System.Windows.Forms.Control button8 = this.Button3;
     margin            = new global::System.Windows.Forms.Padding(4);
     button8.Margin    = margin;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button9 = this.Button3;
     size                  = new global::System.Drawing.Size(80, 35);
     button9.Size          = size;
     this.Button3.TabIndex = 17;
     this.Button3.Text     = "地下室";
     this.Button3.UseVisualStyleBackColor = true;
     this.AcceptButton = this.OK_Button;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.Cancel_Button;
     size            = new global::System.Drawing.Size(579, 450);
     this.ClientSize = size;
     this.Controls.Add(this.Button3);
     this.Controls.Add(this.CheckBox2);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.CheckBox1);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Button1);
     this.Controls.Add(this.ComboBox5);
     this.Controls.Add(this.ComboBox4);
     this.Controls.Add(this.ComboBox3);
     this.Controls.Add(this.ComboBox2);
     this.Controls.Add(this.ComboBox1);
     this.Controls.Add(this.DataGridView1);
     this.Controls.Add(this.TableLayoutPanel1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     margin             = new global::System.Windows.Forms.Padding(4);
     this.Margin        = margin;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "TcCGB_Frm";
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "层高表";
     this.TableLayoutPanel1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #6
0
 private void InitializeComponent()
 {
     this.Button_0  = new global::System.Windows.Forms.Button();
     this.Button_1  = new global::System.Windows.Forms.Button();
     this.Button_2  = new global::System.Windows.Forms.Button();
     this.Button_3  = new global::System.Windows.Forms.Button();
     this.Button_4  = new global::System.Windows.Forms.Button();
     this.Button_5  = new global::System.Windows.Forms.Button();
     this.Button_6  = new global::System.Windows.Forms.Button();
     this.Button_7  = new global::System.Windows.Forms.Button();
     this.Button_8  = new global::System.Windows.Forms.Button();
     this.Button_9  = new global::System.Windows.Forms.Button();
     this.Button_10 = new global::System.Windows.Forms.Button();
     this.Button_11 = new global::System.Windows.Forms.Button();
     this.Button_12 = new global::System.Windows.Forms.Button();
     this.Button99  = new global::System.Windows.Forms.Button();
     this.Button98  = new global::System.Windows.Forms.Button();
     this.Button30  = new global::System.Windows.Forms.Button();
     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.Button4   = new global::System.Windows.Forms.Button();
     this.Button5   = new global::System.Windows.Forms.Button();
     this.Button6   = new global::System.Windows.Forms.Button();
     this.Button7   = new global::System.Windows.Forms.Button();
     this.Button8   = new global::System.Windows.Forms.Button();
     this.Button9   = new global::System.Windows.Forms.Button();
     this.Button10  = new global::System.Windows.Forms.Button();
     this.Button11  = new global::System.Windows.Forms.Button();
     this.GroupBox1 = new global::System.Windows.Forms.GroupBox();
     this.GroupBox2 = new global::System.Windows.Forms.GroupBox();
     this.GroupBox1.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.SuspendLayout();
     global::System.Windows.Forms.Control control  = this.Button_0;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 42);
     control.Location   = location;
     this.Button_0.Name = "Button134";
     global::System.Windows.Forms.Control control2 = this.Button_0;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(112, 23);
     control2.Size          = size;
     this.Button_0.TabIndex = 34;
     this.Button_0.Text     = "墙板标注(砌筑)";
     this.Button_0.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control3 = this.Button_1;
     location           = new global::System.Drawing.Point(13, 103);
     control3.Location  = location;
     this.Button_1.Name = "Button133";
     global::System.Windows.Forms.Control control4 = this.Button_1;
     size                   = new global::System.Drawing.Size(110, 23);
     control4.Size          = size;
     this.Button_1.TabIndex = 33;
     this.Button_1.Text     = "墙板统计";
     this.Button_1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control5 = this.Button_2;
     location           = new global::System.Drawing.Point(13, 16);
     control5.Location  = location;
     this.Button_2.Name = "Button132";
     global::System.Windows.Forms.Control control6 = this.Button_2;
     size                   = new global::System.Drawing.Size(112, 23);
     control6.Size          = size;
     this.Button_2.TabIndex = 32;
     this.Button_2.Text     = "墙板标注(装配)";
     this.Button_2.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control7 = this.Button_3;
     location           = new global::System.Drawing.Point(169, 307);
     control7.Location  = location;
     this.Button_3.Name = "Button109";
     global::System.Windows.Forms.Control control8 = this.Button_3;
     size                   = new global::System.Drawing.Size(33, 23);
     control8.Size          = size;
     this.Button_3.TabIndex = 31;
     this.Button_3.Text     = "LM3";
     this.Button_3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control9 = this.Button_4;
     location           = new global::System.Drawing.Point(134, 307);
     control9.Location  = location;
     this.Button_4.Name = "Button108";
     global::System.Windows.Forms.Control control10 = this.Button_4;
     size                   = new global::System.Drawing.Size(33, 23);
     control10.Size         = size;
     this.Button_4.TabIndex = 30;
     this.Button_4.Text     = "LM2";
     this.Button_4.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control11 = this.Button_5;
     location           = new global::System.Drawing.Point(170, 278);
     control11.Location = location;
     this.Button_5.Name = "Button107";
     global::System.Windows.Forms.Control control12 = this.Button_5;
     size                   = new global::System.Drawing.Size(32, 23);
     control12.Size         = size;
     this.Button_5.TabIndex = 29;
     this.Button_5.Text     = "PM3";
     this.Button_5.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control13 = this.Button_6;
     location           = new global::System.Drawing.Point(136, 278);
     control13.Location = location;
     this.Button_6.Name = "Button106";
     global::System.Windows.Forms.Control control14 = this.Button_6;
     size                   = new global::System.Drawing.Size(32, 23);
     control14.Size         = size;
     this.Button_6.TabIndex = 28;
     this.Button_6.Text     = "PM2";
     this.Button_6.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control15 = this.Button_7;
     location           = new global::System.Drawing.Point(101, 366);
     control15.Location = location;
     this.Button_7.Name = "Button105";
     global::System.Windows.Forms.Control control16 = this.Button_7;
     size                   = new global::System.Drawing.Size(87, 23);
     control16.Size         = size;
     this.Button_7.TabIndex = 27;
     this.Button_7.Text     = "钢筋桁架_3D";
     this.Button_7.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control17 = this.Button_8;
     location           = new global::System.Drawing.Point(8, 366);
     control17.Location = location;
     this.Button_8.Name = "Button104";
     global::System.Windows.Forms.Control control18 = this.Button_8;
     size                   = new global::System.Drawing.Size(87, 23);
     control18.Size         = size;
     this.Button_8.TabIndex = 26;
     this.Button_8.Text     = "钢筋桁架_2D";
     this.Button_8.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control19 = this.Button_9;
     location           = new global::System.Drawing.Point(100, 337);
     control19.Location = location;
     this.Button_9.Name = "Button100";
     global::System.Windows.Forms.Control control20 = this.Button_9;
     size                   = new global::System.Drawing.Size(87, 23);
     control20.Size         = size;
     this.Button_9.TabIndex = 25;
     this.Button_9.Text     = "钢筋桁架_DM";
     this.Button_9.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control21 = this.Button_10;
     location            = new global::System.Drawing.Point(100, 307);
     control21.Location  = location;
     this.Button_10.Name = "Button101";
     global::System.Windows.Forms.Control control22 = this.Button_10;
     size                    = new global::System.Drawing.Size(33, 23);
     control22.Size          = size;
     this.Button_10.TabIndex = 24;
     this.Button_10.Text     = "LM1";
     this.Button_10.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control23 = this.Button_11;
     location            = new global::System.Drawing.Point(101, 278);
     control23.Location  = location;
     this.Button_11.Name = "Button102";
     global::System.Windows.Forms.Control control24 = this.Button_11;
     size                    = new global::System.Drawing.Size(32, 23);
     control24.Size          = size;
     this.Button_11.TabIndex = 23;
     this.Button_11.Text     = "PM1";
     this.Button_11.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control25 = this.Button_12;
     location            = new global::System.Drawing.Point(14, 16);
     control25.Location  = location;
     this.Button_12.Name = "Button103";
     global::System.Windows.Forms.Control control26 = this.Button_12;
     size                    = new global::System.Drawing.Size(74, 23);
     control26.Size          = size;
     this.Button_12.TabIndex = 22;
     this.Button_12.Text     = "搜索楼板";
     this.Button_12.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button = this.Button99;
     location           = new global::System.Drawing.Point(8, 337);
     button.Location    = location;
     this.Button99.Name = "Button99";
     global::System.Windows.Forms.Control button2 = this.Button99;
     size                   = new global::System.Drawing.Size(87, 23);
     button2.Size           = size;
     this.Button99.TabIndex = 21;
     this.Button99.Text     = "钢筋桁架_DM";
     this.Button99.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button3 = this.Button98;
     location           = new global::System.Drawing.Point(8, 307);
     button3.Location   = location;
     this.Button98.Name = "Button98";
     global::System.Windows.Forms.Control button4 = this.Button98;
     size                   = new global::System.Drawing.Size(87, 23);
     button4.Size           = size;
     this.Button98.TabIndex = 20;
     this.Button98.Text     = "钢筋桁架_LM";
     this.Button98.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button5 = this.Button30;
     location           = new global::System.Drawing.Point(10, 278);
     button5.Location   = location;
     this.Button30.Name = "Button30";
     global::System.Windows.Forms.Control button6 = this.Button30;
     size                   = new global::System.Drawing.Size(87, 23);
     button6.Size           = size;
     this.Button30.TabIndex = 19;
     this.Button30.Text     = "钢筋桁架_PM";
     this.Button30.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button7 = this.Button1;
     location          = new global::System.Drawing.Point(12, 132);
     button7.Location  = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button8 = this.Button1;
     size                  = new global::System.Drawing.Size(110, 23);
     button8.Size          = size;
     this.Button1.TabIndex = 35;
     this.Button1.Text     = "提前建筑墙体";
     this.Button1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button9 = this.Button2;
     location          = new global::System.Drawing.Point(14, 45);
     button9.Location  = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button10 = this.Button2;
     size                  = new global::System.Drawing.Size(142, 23);
     button10.Size         = size;
     this.Button2.TabIndex = 36;
     this.Button2.Text     = "叠合板拆分(双向)";
     this.Button2.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button11 = this.Button3;
     location          = new global::System.Drawing.Point(14, 74);
     button11.Location = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button12 = this.Button3;
     size                  = new global::System.Drawing.Size(142, 23);
     button12.Size         = size;
     this.Button3.TabIndex = 37;
     this.Button3.Text     = "叠合板拆分(单向)";
     this.Button3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button13 = this.Button4;
     location          = new global::System.Drawing.Point(93, 16);
     button13.Location = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button14 = this.Button4;
     size                  = new global::System.Drawing.Size(62, 23);
     button14.Size         = size;
     this.Button4.TabIndex = 38;
     this.Button4.Text     = "PL优化";
     this.Button4.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button15 = this.Button5;
     location          = new global::System.Drawing.Point(93, 103);
     button15.Location = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button16 = this.Button5;
     size                  = new global::System.Drawing.Size(62, 23);
     button16.Size         = size;
     this.Button5.TabIndex = 39;
     this.Button5.Text     = "列表统计";
     this.Button5.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button17 = this.Button6;
     location          = new global::System.Drawing.Point(14, 133);
     button17.Location = location;
     this.Button6.Name = "Button6";
     global::System.Windows.Forms.Control button18 = this.Button6;
     size                  = new global::System.Drawing.Size(97, 23);
     button18.Size         = size;
     this.Button6.TabIndex = 40;
     this.Button6.Text     = "Excel 2 CAD";
     this.Button6.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button19 = this.Button7;
     location          = new global::System.Drawing.Point(14, 157);
     button19.Location = location;
     this.Button7.Name = "Button7";
     global::System.Windows.Forms.Control button20 = this.Button7;
     size                  = new global::System.Drawing.Size(97, 23);
     button20.Size         = size;
     this.Button7.TabIndex = 41;
     this.Button7.Text     = "CAD 2 Excel";
     this.Button7.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button21 = this.Button8;
     location          = new global::System.Drawing.Point(117, 157);
     button21.Location = location;
     this.Button8.Name = "Button8";
     global::System.Windows.Forms.Control button22 = this.Button8;
     size                  = new global::System.Drawing.Size(58, 23);
     button22.Size         = size;
     this.Button8.TabIndex = 43;
     this.Button8.Text     = "重量标注";
     this.Button8.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button23 = this.Button9;
     location          = new global::System.Drawing.Point(117, 133);
     button23.Location = location;
     this.Button9.Name = "Button9";
     global::System.Windows.Forms.Control button24 = this.Button9;
     size                  = new global::System.Drawing.Size(58, 23);
     button24.Size         = size;
     this.Button9.TabIndex = 42;
     this.Button9.Text     = "面积标注";
     this.Button9.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button25 = this.Button10;
     location           = new global::System.Drawing.Point(13, 71);
     button25.Location  = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control button26 = this.Button10;
     size                   = new global::System.Drawing.Size(112, 23);
     button26.Size          = size;
     this.Button10.TabIndex = 44;
     this.Button10.Text     = "装配or砌筑切换";
     this.Button10.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control button27 = this.Button11;
     location           = new global::System.Drawing.Point(14, 103);
     button27.Location  = location;
     this.Button11.Name = "Button11";
     global::System.Windows.Forms.Control button28 = this.Button11;
     size                   = new global::System.Drawing.Size(74, 23);
     button28.Size          = size;
     this.Button11.TabIndex = 45;
     this.Button11.Text     = "重编号";
     this.Button11.UseVisualStyleBackColor = true;
     this.GroupBox1.Controls.Add(this.Button10);
     this.GroupBox1.Controls.Add(this.Button1);
     this.GroupBox1.Controls.Add(this.Button_0);
     this.GroupBox1.Controls.Add(this.Button_1);
     this.GroupBox1.Controls.Add(this.Button_2);
     global::System.Windows.Forms.Control groupBox = this.GroupBox1;
     location          = new global::System.Drawing.Point(9, 2);
     groupBox.Location = location;
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox1;
     global::System.Windows.Forms.Padding padding   = new global::System.Windows.Forms.Padding(2, 2, 2, 2);
     groupBox2.Margin    = padding;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     padding           = new global::System.Windows.Forms.Padding(2, 2, 2, 2);
     groupBox3.Padding = padding;
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(130, 193);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 46;
     this.GroupBox1.TabStop  = false;
     this.GroupBox2.Controls.Add(this.Button11);
     this.GroupBox2.Controls.Add(this.Button8);
     this.GroupBox2.Controls.Add(this.Button9);
     this.GroupBox2.Controls.Add(this.Button7);
     this.GroupBox2.Controls.Add(this.Button6);
     this.GroupBox2.Controls.Add(this.Button5);
     this.GroupBox2.Controls.Add(this.Button4);
     this.GroupBox2.Controls.Add(this.Button3);
     this.GroupBox2.Controls.Add(this.Button2);
     this.GroupBox2.Controls.Add(this.Button_12);
     global::System.Windows.Forms.Control groupBox5 = this.GroupBox2;
     location           = new global::System.Drawing.Point(143, 2);
     groupBox5.Location = location;
     global::System.Windows.Forms.Control groupBox6 = this.GroupBox2;
     padding             = new global::System.Windows.Forms.Padding(2, 2, 2, 2);
     groupBox6.Margin    = padding;
     this.GroupBox2.Name = "GroupBox2";
     global::System.Windows.Forms.Control groupBox7 = this.GroupBox2;
     padding           = new global::System.Windows.Forms.Padding(2, 2, 2, 2);
     groupBox7.Padding = padding;
     global::System.Windows.Forms.Control groupBox8 = this.GroupBox2;
     size                    = new global::System.Drawing.Size(187, 193);
     groupBox8.Size          = size;
     this.GroupBox2.TabIndex = 47;
     this.GroupBox2.TabStop  = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(340, 205);
     this.ClientSize = size;
     this.Controls.Add(this.GroupBox2);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.Button_3);
     this.Controls.Add(this.Button_4);
     this.Controls.Add(this.Button_5);
     this.Controls.Add(this.Button_6);
     this.Controls.Add(this.Button_7);
     this.Controls.Add(this.Button_8);
     this.Controls.Add(this.Button_9);
     this.Controls.Add(this.Button_10);
     this.Controls.Add(this.Button_11);
     this.Controls.Add(this.Button99);
     this.Controls.Add(this.Button98);
     this.Controls.Add(this.Button30);
     this.Name = "TcPC_frm";
     this.Text = "装配设计";
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #7
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Swav2Swar.Principal));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.Tab            = new global::System.Windows.Forms.TabControl();
     this.Tab1           = new global::System.Windows.Forms.TabPage();
     this.Abrir          = new global::System.Windows.Forms.Button();
     this.Ayuda          = new global::System.Windows.Forms.Button();
     this.CrearSwar      = new global::System.Windows.Forms.Button();
     this.Subir          = new global::System.Windows.Forms.Button();
     this.Bajar          = new global::System.Windows.Forms.Button();
     this.Grid1          = new global::System.Windows.Forms.DataGridView();
     this.Ruta           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.indice         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nombre         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tab2           = new global::System.Windows.Forms.TabPage();
     this.GroupBox2      = new global::System.Windows.Forms.GroupBox();
     this.PCM8           = new global::System.Windows.Forms.RadioButton();
     this.IMA            = new global::System.Windows.Forms.RadioButton();
     this.PCM16          = new global::System.Windows.Forms.RadioButton();
     this.AbrirWav       = new global::System.Windows.Forms.Button();
     this.CrearSwav      = new global::System.Windows.Forms.Button();
     this.NombreFichero  = new global::System.Windows.Forms.TextBox();
     this.GroupBox1      = new global::System.Windows.Forms.GroupBox();
     this.Canales        = new global::System.Windows.Forms.Label();
     this.Label2         = new global::System.Windows.Forms.Label();
     this.Frecuencia     = new global::System.Windows.Forms.Label();
     this.Label1         = new global::System.Windows.Forms.Label();
     this.TipoOnda       = new global::System.Windows.Forms.Label();
     this.Label3         = new global::System.Windows.Forms.Label();
     this.ObjetoOpenFile = new global::System.Windows.Forms.OpenFileDialog();
     this.ObjetoSaveFile = new global::System.Windows.Forms.SaveFileDialog();
     this.Tab.SuspendLayout();
     this.Tab1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).BeginInit();
     this.Tab2.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.Tab.Controls.Add(this.Tab1);
     this.Tab.Controls.Add(this.Tab2);
     global::System.Windows.Forms.Control tab      = this.Tab;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 12);
     tab.Location           = location;
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 0;
     global::System.Windows.Forms.Control tab2 = this.Tab;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(311, 270);
     tab2.Size         = size;
     this.Tab.TabIndex = 18;
     this.Tab1.Controls.Add(this.Abrir);
     this.Tab1.Controls.Add(this.Ayuda);
     this.Tab1.Controls.Add(this.CrearSwar);
     this.Tab1.Controls.Add(this.Subir);
     this.Tab1.Controls.Add(this.Bajar);
     this.Tab1.Controls.Add(this.Grid1);
     global::System.Windows.Forms.TabPage tab3 = this.Tab1;
     location       = new global::System.Drawing.Point(4, 22);
     tab3.Location  = location;
     this.Tab1.Name = "Tab1";
     global::System.Windows.Forms.Control tab4    = this.Tab1;
     global::System.Windows.Forms.Padding padding = new global::System.Windows.Forms.Padding(3);
     tab4.Padding = padding;
     global::System.Windows.Forms.Control tab5 = this.Tab1;
     size               = new global::System.Drawing.Size(303, 244);
     tab5.Size          = size;
     this.Tab1.TabIndex = 0;
     this.Tab1.Text     = "SWAV -> SWAR";
     this.Tab1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrir = this.Abrir;
     location        = new global::System.Drawing.Point(6, 215);
     abrir.Location  = location;
     this.Abrir.Name = "Abrir";
     global::System.Windows.Forms.Control abrir2 = this.Abrir;
     size                = new global::System.Drawing.Size(34, 22);
     abrir2.Size         = size;
     this.Abrir.TabIndex = 72;
     this.Abrir.Text     = "&Add";
     this.Abrir.UseVisualStyleBackColor = true;
     this.Ayuda.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Ayuda.Image");
     global::System.Windows.Forms.Control ayuda = this.Ayuda;
     location        = new global::System.Drawing.Point(273, 6);
     ayuda.Location  = location;
     this.Ayuda.Name = "Ayuda";
     global::System.Windows.Forms.Control ayuda2 = this.Ayuda;
     size                = new global::System.Drawing.Size(24, 24);
     ayuda2.Size         = size;
     this.Ayuda.TabIndex = 71;
     this.Ayuda.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control crearSwar = this.CrearSwar;
     location            = new global::System.Drawing.Point(87, 215);
     crearSwar.Location  = location;
     this.CrearSwar.Name = "CrearSwar";
     global::System.Windows.Forms.Control crearSwar2 = this.CrearSwar;
     size                    = new global::System.Drawing.Size(128, 23);
     crearSwar2.Size         = size;
     this.CrearSwar.TabIndex = 70;
     this.CrearSwar.Text     = "&Create SWAR";
     this.CrearSwar.UseVisualStyleBackColor = true;
     this.Subir.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Subir.Image");
     global::System.Windows.Forms.Control subir = this.Subir;
     location        = new global::System.Drawing.Point(273, 155);
     subir.Location  = location;
     this.Subir.Name = "Subir";
     global::System.Windows.Forms.Control subir2 = this.Subir;
     size                = new global::System.Drawing.Size(24, 24);
     subir2.Size         = size;
     this.Subir.TabIndex = 68;
     this.Subir.TabStop  = false;
     this.Subir.UseVisualStyleBackColor = true;
     this.Bajar.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Bajar.Image");
     global::System.Windows.Forms.Control bajar = this.Bajar;
     location        = new global::System.Drawing.Point(273, 185);
     bajar.Location  = location;
     this.Bajar.Name = "Bajar";
     global::System.Windows.Forms.Control bajar2 = this.Bajar;
     size                = new global::System.Drawing.Size(24, 24);
     bajar2.Size         = size;
     this.Bajar.TabIndex = 69;
     this.Bajar.TabStop  = false;
     this.Bajar.UseVisualStyleBackColor = true;
     this.Grid1.AllowDrop                     = true;
     this.Grid1.AllowUserToAddRows            = false;
     this.Grid1.AllowUserToResizeColumns      = false;
     this.Grid1.AllowUserToResizeRows         = false;
     dataGridViewCellStyle.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle.BackColor          = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor          = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.Grid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.Grid1.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Grid1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Ruta,
         this.indice,
         this.Nombre
     });
     global::System.Windows.Forms.Control grid = this.Grid1;
     location                     = new global::System.Drawing.Point(6, 6);
     grid.Location                = location;
     this.Grid1.MultiSelect       = false;
     this.Grid1.Name              = "Grid1";
     this.Grid1.ReadOnly          = true;
     this.Grid1.RowHeadersVisible = false;
     this.Grid1.SelectionMode     = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     global::System.Windows.Forms.Control grid2 = this.Grid1;
     size                             = new global::System.Drawing.Size(261, 203);
     grid2.Size                       = size;
     this.Grid1.TabIndex              = 0;
     this.Ruta.HeaderText             = "Ruta";
     this.Ruta.Name                   = "Ruta";
     this.Ruta.ReadOnly               = true;
     this.Ruta.Resizable              = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Ruta.SortMode               = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ruta.Visible                = false;
     dataGridViewCellStyle2.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.indice.DefaultCellStyle     = dataGridViewCellStyle2;
     this.indice.HeaderText           = "Index";
     this.indice.Name                 = "indice";
     this.indice.ReadOnly             = true;
     this.indice.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.indice.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.indice.Width                = 45;
     this.Nombre.AutoSizeMode         = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Nombre.HeaderText           = "Name";
     this.Nombre.Name                 = "Nombre";
     this.Nombre.ReadOnly             = true;
     this.Nombre.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Nombre.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Tab2.Controls.Add(this.GroupBox2);
     this.Tab2.Controls.Add(this.AbrirWav);
     this.Tab2.Controls.Add(this.CrearSwav);
     this.Tab2.Controls.Add(this.NombreFichero);
     this.Tab2.Controls.Add(this.GroupBox1);
     global::System.Windows.Forms.TabPage tab6 = this.Tab2;
     location       = new global::System.Drawing.Point(4, 22);
     tab6.Location  = location;
     this.Tab2.Name = "Tab2";
     global::System.Windows.Forms.Control tab7 = this.Tab2;
     padding      = new global::System.Windows.Forms.Padding(3);
     tab7.Padding = padding;
     global::System.Windows.Forms.Control tab8 = this.Tab2;
     size               = new global::System.Drawing.Size(303, 244);
     tab8.Size          = size;
     this.Tab2.TabIndex = 1;
     this.Tab2.Text     = "WAV -> SWAV";
     this.Tab2.UseVisualStyleBackColor = true;
     this.GroupBox2.Controls.Add(this.PCM8);
     this.GroupBox2.Controls.Add(this.IMA);
     this.GroupBox2.Controls.Add(this.PCM16);
     global::System.Windows.Forms.Control groupBox = this.GroupBox2;
     location            = new global::System.Drawing.Point(35, 156);
     groupBox.Location   = location;
     this.GroupBox2.Name = "GroupBox2";
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox2;
     size                    = new global::System.Drawing.Size(227, 29);
     groupBox2.Size          = size;
     this.GroupBox2.TabIndex = 14;
     this.GroupBox2.TabStop  = false;
     this.PCM8.AutoSize      = true;
     global::System.Windows.Forms.Control pcm = this.PCM8;
     location       = new global::System.Drawing.Point(101, 8);
     pcm.Location   = location;
     this.PCM8.Name = "PCM8";
     global::System.Windows.Forms.Control pcm2 = this.PCM8;
     size               = new global::System.Drawing.Size(54, 17);
     pcm2.Size          = size;
     this.PCM8.TabIndex = 9;
     this.PCM8.Text     = "PCM8";
     this.PCM8.UseVisualStyleBackColor = true;
     this.IMA.AutoSize = true;
     this.IMA.Checked  = true;
     global::System.Windows.Forms.Control ima = this.IMA;
     location      = new global::System.Drawing.Point(10, 8);
     ima.Location  = location;
     this.IMA.Name = "IMA";
     global::System.Windows.Forms.Control ima2 = this.IMA;
     size              = new global::System.Drawing.Size(85, 17);
     ima2.Size         = size;
     this.IMA.TabIndex = 11;
     this.IMA.TabStop  = true;
     this.IMA.Text     = "IMA-ADPCM";
     this.IMA.UseVisualStyleBackColor = true;
     this.PCM16.AutoSize = true;
     global::System.Windows.Forms.Control pcm3 = this.PCM16;
     location        = new global::System.Drawing.Point(161, 8);
     pcm3.Location   = location;
     this.PCM16.Name = "PCM16";
     global::System.Windows.Forms.Control pcm4 = this.PCM16;
     size                = new global::System.Drawing.Size(60, 17);
     pcm4.Size           = size;
     this.PCM16.TabIndex = 10;
     this.PCM16.Text     = "PCM16";
     this.PCM16.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrirWav = this.AbrirWav;
     location           = new global::System.Drawing.Point(226, 10);
     abrirWav.Location  = location;
     this.AbrirWav.Name = "AbrirWav";
     global::System.Windows.Forms.Control abrirWav2 = this.AbrirWav;
     size                   = new global::System.Drawing.Size(71, 24);
     abrirWav2.Size         = size;
     this.AbrirWav.TabIndex = 9;
     this.AbrirWav.Text     = "&Open WAV";
     this.AbrirWav.UseVisualStyleBackColor = true;
     this.CrearSwav.Enabled = false;
     global::System.Windows.Forms.Control crearSwav = this.CrearSwav;
     location            = new global::System.Drawing.Point(106, 197);
     crearSwav.Location  = location;
     this.CrearSwav.Name = "CrearSwav";
     global::System.Windows.Forms.Control crearSwav2 = this.CrearSwav;
     size                    = new global::System.Drawing.Size(79, 24);
     crearSwav2.Size         = size;
     this.CrearSwav.TabIndex = 8;
     this.CrearSwav.Text     = "&Save";
     this.CrearSwav.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control nombreFichero = this.NombreFichero;
     location = new global::System.Drawing.Point(6, 12);
     nombreFichero.Location      = location;
     this.NombreFichero.Name     = "NombreFichero";
     this.NombreFichero.ReadOnly = true;
     global::System.Windows.Forms.Control nombreFichero2 = this.NombreFichero;
     size = new global::System.Drawing.Size(214, 20);
     nombreFichero2.Size         = size;
     this.NombreFichero.TabIndex = 8;
     this.GroupBox1.Controls.Add(this.Canales);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.Frecuencia);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Controls.Add(this.TipoOnda);
     this.GroupBox1.Controls.Add(this.Label3);
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     location            = new global::System.Drawing.Point(6, 48);
     groupBox3.Location  = location;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(291, 92);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 7;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "WAV Info";
     this.Canales.AutoSize   = true;
     global::System.Windows.Forms.Control canales = this.Canales;
     location          = new global::System.Drawing.Point(72, 66);
     canales.Location  = location;
     this.Canales.Name = "Canales";
     global::System.Windows.Forms.Control canales2 = this.Canales;
     size                  = new global::System.Drawing.Size(16, 13);
     canales2.Size         = size;
     this.Canales.TabIndex = 5;
     this.Canales.Text     = "...";
     this.Label2.AutoSize  = true;
     global::System.Windows.Forms.Control label = this.Label2;
     location         = new global::System.Drawing.Point(15, 44);
     label.Location   = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label2 = this.Label2;
     size                     = new global::System.Drawing.Size(74, 13);
     label2.Size              = size;
     this.Label2.TabIndex     = 1;
     this.Label2.Text         = "Sample Rate :";
     this.Frecuencia.AutoSize = true;
     global::System.Windows.Forms.Control frecuencia = this.Frecuencia;
     location             = new global::System.Drawing.Point(95, 44);
     frecuencia.Location  = location;
     this.Frecuencia.Name = "Frecuencia";
     global::System.Windows.Forms.Control frecuencia2 = this.Frecuencia;
     size                     = new global::System.Drawing.Size(16, 13);
     frecuencia2.Size         = size;
     this.Frecuencia.TabIndex = 4;
     this.Frecuencia.Text     = "...";
     this.Label1.AutoSize     = true;
     global::System.Windows.Forms.Control label3 = this.Label1;
     location         = new global::System.Drawing.Point(15, 22);
     label3.Location  = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label4 = this.Label1;
     size                   = new global::System.Drawing.Size(78, 13);
     label4.Size            = size;
     this.Label1.TabIndex   = 0;
     this.Label1.Text       = "Audio Format  :";
     this.TipoOnda.AutoSize = true;
     global::System.Windows.Forms.Control tipoOnda = this.TipoOnda;
     location           = new global::System.Drawing.Point(94, 22);
     tipoOnda.Location  = location;
     this.TipoOnda.Name = "TipoOnda";
     global::System.Windows.Forms.Control tipoOnda2 = this.TipoOnda;
     size                   = new global::System.Drawing.Size(16, 13);
     tipoOnda2.Size         = size;
     this.TipoOnda.TabIndex = 3;
     this.TipoOnda.Text     = "...";
     this.Label3.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label3;
     location         = new global::System.Drawing.Point(15, 66);
     label5.Location  = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label6 = this.Label3;
     size                         = new global::System.Drawing.Size(57, 13);
     label6.Size                  = size;
     this.Label3.TabIndex         = 2;
     this.Label3.Text             = "Channels :";
     this.ObjetoOpenFile.FileName = "OpenFileDialog1";
     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(334, 295);
     this.ClientSize = size;
     this.Controls.Add(this.Tab);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.Name            = "Principal";
     this.Text            = "Swav2Swar Converter v0.1";
     this.Tab.ResumeLayout(false);
     this.Tab1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).EndInit();
     this.Tab2.ResumeLayout(false);
     this.Tab2.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #8
0
 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();
 }
 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();
 }
Пример #10
0
 private void InitializeComponent()
 {
     this.TabControl1 = new global::System.Windows.Forms.TabControl();
     this.TabPage1    = new global::System.Windows.Forms.TabPage();
     this.Label9      = new global::System.Windows.Forms.Label();
     this.TextBox8    = new global::System.Windows.Forms.TextBox();
     this.Label8      = new global::System.Windows.Forms.Label();
     this.TextBox7    = new global::System.Windows.Forms.TextBox();
     this.Button2     = new global::System.Windows.Forms.Button();
     this.TextBox6    = new global::System.Windows.Forms.TextBox();
     this.Label7      = new global::System.Windows.Forms.Label();
     this.TextBox5    = new global::System.Windows.Forms.TextBox();
     this.TextBox4    = new global::System.Windows.Forms.TextBox();
     this.TextBox3    = new global::System.Windows.Forms.TextBox();
     this.Label6      = new global::System.Windows.Forms.Label();
     this.Label5      = new global::System.Windows.Forms.Label();
     this.Label4      = new global::System.Windows.Forms.Label();
     this.Label3      = new global::System.Windows.Forms.Label();
     this.Label2      = new global::System.Windows.Forms.Label();
     this.TextBox2    = new global::System.Windows.Forms.TextBox();
     this.TextBox1    = new global::System.Windows.Forms.TextBox();
     this.Label1      = new global::System.Windows.Forms.Label();
     this.Button1     = new global::System.Windows.Forms.Button();
     this.TabPage2    = new global::System.Windows.Forms.TabPage();
     this.Label18     = new global::System.Windows.Forms.Label();
     this.Label10     = new global::System.Windows.Forms.Label();
     this.TextBox9    = new global::System.Windows.Forms.TextBox();
     this.Label11     = new global::System.Windows.Forms.Label();
     this.TextBox_0   = new global::System.Windows.Forms.TextBox();
     this.Button3     = new global::System.Windows.Forms.Button();
     this.TextBox_1   = new global::System.Windows.Forms.TextBox();
     this.Label12     = new global::System.Windows.Forms.Label();
     this.TextBox_2   = new global::System.Windows.Forms.TextBox();
     this.TextBox_3   = new global::System.Windows.Forms.TextBox();
     this.TextBox_4   = new global::System.Windows.Forms.TextBox();
     this.Label13     = new global::System.Windows.Forms.Label();
     this.Label14     = new global::System.Windows.Forms.Label();
     this.Label15     = new global::System.Windows.Forms.Label();
     this.Label17     = new global::System.Windows.Forms.Label();
     this.TextBox_5   = new global::System.Windows.Forms.TextBox();
     this.Button4     = new global::System.Windows.Forms.Button();
     this.TabPage3    = new global::System.Windows.Forms.TabPage();
     this.TextBox_10  = new global::System.Windows.Forms.TextBox();
     this.Label22     = new global::System.Windows.Forms.Label();
     this.TextBox_9   = new global::System.Windows.Forms.TextBox();
     this.Label21     = new global::System.Windows.Forms.Label();
     this.Button5     = new global::System.Windows.Forms.Button();
     this.Label20     = new global::System.Windows.Forms.Label();
     this.Label19     = new global::System.Windows.Forms.Label();
     this.Label16     = new global::System.Windows.Forms.Label();
     this.TextBox_6   = new global::System.Windows.Forms.TextBox();
     this.TextBox_7   = new global::System.Windows.Forms.TextBox();
     this.TextBox_8   = new global::System.Windows.Forms.TextBox();
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     this.TabPage2.SuspendLayout();
     this.TabPage3.SuspendLayout();
     this.SuspendLayout();
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage2);
     this.TabControl1.Controls.Add(this.TabPage3);
     global::System.Windows.Forms.Control tabControl = this.TabControl1;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(3, 0);
     tabControl.Location            = location;
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     global::System.Windows.Forms.Control tabControl2 = this.TabControl1;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(356, 159);
     tabControl2.Size          = size;
     this.TabControl1.TabIndex = 0;
     this.TabPage1.Controls.Add(this.Label9);
     this.TabPage1.Controls.Add(this.TextBox8);
     this.TabPage1.Controls.Add(this.Label8);
     this.TabPage1.Controls.Add(this.TextBox7);
     this.TabPage1.Controls.Add(this.Button2);
     this.TabPage1.Controls.Add(this.TextBox6);
     this.TabPage1.Controls.Add(this.Label7);
     this.TabPage1.Controls.Add(this.TextBox5);
     this.TabPage1.Controls.Add(this.TextBox4);
     this.TabPage1.Controls.Add(this.TextBox3);
     this.TabPage1.Controls.Add(this.Label6);
     this.TabPage1.Controls.Add(this.Label5);
     this.TabPage1.Controls.Add(this.Label4);
     this.TabPage1.Controls.Add(this.Label3);
     this.TabPage1.Controls.Add(this.Label2);
     this.TabPage1.Controls.Add(this.TextBox2);
     this.TabPage1.Controls.Add(this.TextBox1);
     this.TabPage1.Controls.Add(this.Label1);
     this.TabPage1.Controls.Add(this.Button1);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage1;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage.Location   = location;
     this.TabPage1.Name = "TabPage1";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage1;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage1;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage3.Size          = size;
     this.TabPage1.TabIndex = 0;
     this.TabPage1.Text     = "直线阵列";
     this.TabPage1.UseVisualStyleBackColor = true;
     this.Label9.AutoSize = true;
     global::System.Windows.Forms.Control label = this.Label9;
     location         = new global::System.Drawing.Point(232, 57);
     label.Location   = location;
     this.Label9.Name = "Label9";
     global::System.Windows.Forms.Control label2 = this.Label9;
     size                 = new global::System.Drawing.Size(29, 12);
     label2.Size          = size;
     this.Label9.TabIndex = 19;
     this.Label9.Text     = "后缀";
     global::System.Windows.Forms.Control textBox = this.TextBox8;
     location           = new global::System.Drawing.Point(267, 55);
     textBox.Location   = location;
     this.TextBox8.Name = "TextBox8";
     global::System.Windows.Forms.Control textBox2 = this.TextBox8;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox2.Size          = size;
     this.TextBox8.TabIndex = 18;
     this.Label8.AutoSize   = true;
     global::System.Windows.Forms.Control label3 = this.Label8;
     location         = new global::System.Drawing.Point(232, 33);
     label3.Location  = location;
     this.Label8.Name = "Label8";
     global::System.Windows.Forms.Control label4 = this.Label8;
     size                 = new global::System.Drawing.Size(29, 12);
     label4.Size          = size;
     this.Label8.TabIndex = 17;
     this.Label8.Text     = "前缀";
     global::System.Windows.Forms.Control textBox3 = this.TextBox7;
     location           = new global::System.Drawing.Point(267, 31);
     textBox3.Location  = location;
     this.TextBox7.Name = "TextBox7";
     global::System.Windows.Forms.Control textBox4 = this.TextBox7;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox4.Size          = size;
     this.TextBox7.TabIndex = 16;
     global::System.Windows.Forms.Control button = this.Button2;
     location          = new global::System.Drawing.Point(234, 86);
     button.Location   = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button2 = this.Button2;
     size                  = new global::System.Drawing.Size(101, 23);
     button2.Size          = size;
     this.Button2.TabIndex = 15;
     this.Button2.Text     = "确定";
     this.Button2.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control textBox5 = this.TextBox6;
     location           = new global::System.Drawing.Point(38, 88);
     textBox5.Location  = location;
     this.TextBox6.Name = "TextBox6";
     global::System.Windows.Forms.Control textBox6 = this.TextBox6;
     size                   = new global::System.Drawing.Size(66, 21);
     textBox6.Size          = size;
     this.TextBox6.TabIndex = 14;
     this.TextBox6.Text     = "300";
     this.Label7.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label7;
     location         = new global::System.Drawing.Point(114, 58);
     label5.Location  = location;
     this.Label7.Name = "Label7";
     global::System.Windows.Forms.Control label6 = this.Label7;
     size                 = new global::System.Drawing.Size(29, 12);
     label6.Size          = size;
     this.Label7.TabIndex = 13;
     this.Label7.Text     = "结束";
     global::System.Windows.Forms.Control textBox7 = this.TextBox5;
     location           = new global::System.Drawing.Point(149, 85);
     textBox7.Location  = location;
     this.TextBox5.Name = "TextBox5";
     global::System.Windows.Forms.Control textBox8 = this.TextBox5;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox8.Size          = size;
     this.TextBox5.TabIndex = 12;
     this.TextBox5.Text     = "5";
     global::System.Windows.Forms.Control textBox9 = this.TextBox4;
     location           = new global::System.Drawing.Point(149, 58);
     textBox9.Location  = location;
     this.TextBox4.Name = "TextBox4";
     global::System.Windows.Forms.Control textBox10 = this.TextBox4;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox10.Size         = size;
     this.TextBox4.TabIndex = 11;
     this.TextBox4.Text     = "100";
     global::System.Windows.Forms.Control textBox11 = this.TextBox3;
     location           = new global::System.Drawing.Point(149, 30);
     textBox11.Location = location;
     this.TextBox3.Name = "TextBox3";
     global::System.Windows.Forms.Control textBox12 = this.TextBox3;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox12.Size         = size;
     this.TextBox3.TabIndex = 10;
     this.TextBox3.Text     = "0";
     this.Label6.AutoSize   = true;
     global::System.Windows.Forms.Control label7 = this.Label6;
     location         = new global::System.Drawing.Point(114, 88);
     label7.Location  = location;
     this.Label6.Name = "Label6";
     global::System.Windows.Forms.Control label8 = this.Label6;
     size                 = new global::System.Drawing.Size(29, 12);
     label8.Size          = size;
     this.Label6.TabIndex = 9;
     this.Label6.Text     = "步距";
     this.Label5.AutoSize = true;
     global::System.Windows.Forms.Control label9 = this.Label5;
     location         = new global::System.Drawing.Point(3, 94);
     label9.Location  = location;
     this.Label5.Name = "Label5";
     global::System.Windows.Forms.Control label10 = this.Label5;
     size                 = new global::System.Drawing.Size(29, 12);
     label10.Size         = size;
     this.Label5.TabIndex = 8;
     this.Label5.Text     = "字高";
     this.Label4.AutoSize = true;
     global::System.Windows.Forms.Control label11 = this.Label4;
     location         = new global::System.Drawing.Point(114, 33);
     label11.Location = location;
     this.Label4.Name = "Label4";
     global::System.Windows.Forms.Control label12 = this.Label4;
     size                 = new global::System.Drawing.Size(29, 12);
     label12.Size         = size;
     this.Label4.TabIndex = 7;
     this.Label4.Text     = "开始";
     this.Label3.AutoSize = true;
     global::System.Windows.Forms.Control label13 = this.Label3;
     location         = new global::System.Drawing.Point(6, 61);
     label13.Location = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label14 = this.Label3;
     size                 = new global::System.Drawing.Size(11, 12);
     label14.Size         = size;
     this.Label3.TabIndex = 6;
     this.Label3.Text     = "y";
     this.Label2.AutoSize = true;
     global::System.Windows.Forms.Control label15 = this.Label2;
     location         = new global::System.Drawing.Point(5, 33);
     label15.Location = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label16 = this.Label2;
     size                 = new global::System.Drawing.Size(11, 12);
     label16.Size         = size;
     this.Label2.TabIndex = 5;
     this.Label2.Text     = "x";
     global::System.Windows.Forms.Control textBox13 = this.TextBox2;
     location           = new global::System.Drawing.Point(22, 58);
     textBox13.Location = location;
     this.TextBox2.Name = "TextBox2";
     global::System.Windows.Forms.Control textBox14 = this.TextBox2;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox14.Size         = size;
     this.TextBox2.TabIndex = 3;
     this.TextBox2.Text     = "500";
     global::System.Windows.Forms.Control textBox15 = this.TextBox1;
     location           = new global::System.Drawing.Point(22, 31);
     textBox15.Location = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control textBox16 = this.TextBox1;
     size                   = new global::System.Drawing.Size(82, 21);
     textBox16.Size         = size;
     this.TextBox1.TabIndex = 2;
     this.TextBox1.Text     = "0";
     this.Label1.AutoSize   = true;
     global::System.Windows.Forms.Control label17 = this.Label1;
     location         = new global::System.Drawing.Point(81, 5);
     label17.Location = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label18 = this.Label1;
     size                 = new global::System.Drawing.Size(0, 12);
     label18.Size         = size;
     this.Label1.TabIndex = 1;
     global::System.Windows.Forms.Control button3 = this.Button1;
     location          = new global::System.Drawing.Point(0, 0);
     button3.Location  = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button4 = this.Button1;
     size                  = new global::System.Drawing.Size(75, 23);
     button4.Size          = size;
     this.Button1.TabIndex = 0;
     this.Button1.Text     = "插入点";
     this.Button1.UseVisualStyleBackColor = true;
     this.TabPage2.Controls.Add(this.Label18);
     this.TabPage2.Controls.Add(this.Label10);
     this.TabPage2.Controls.Add(this.TextBox9);
     this.TabPage2.Controls.Add(this.Label11);
     this.TabPage2.Controls.Add(this.TextBox_0);
     this.TabPage2.Controls.Add(this.Button3);
     this.TabPage2.Controls.Add(this.TextBox_1);
     this.TabPage2.Controls.Add(this.Label12);
     this.TabPage2.Controls.Add(this.TextBox_2);
     this.TabPage2.Controls.Add(this.TextBox_3);
     this.TabPage2.Controls.Add(this.TextBox_4);
     this.TabPage2.Controls.Add(this.Label13);
     this.TabPage2.Controls.Add(this.Label14);
     this.TabPage2.Controls.Add(this.Label15);
     this.TabPage2.Controls.Add(this.Label17);
     this.TabPage2.Controls.Add(this.TextBox_5);
     this.TabPage2.Controls.Add(this.Button4);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage4.Location  = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage2;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage2;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage6.Size          = size;
     this.TabPage2.TabIndex = 1;
     this.TabPage2.Text     = "曲线阵列";
     this.TabPage2.UseVisualStyleBackColor = true;
     this.Label18.AutoSize = true;
     global::System.Windows.Forms.Control label19 = this.Label18;
     location          = new global::System.Drawing.Point(83, 6);
     label19.Location  = location;
     this.Label18.Name = "Label18";
     global::System.Windows.Forms.Control label20 = this.Label18;
     size                  = new global::System.Drawing.Size(0, 12);
     label20.Size          = size;
     this.Label18.TabIndex = 38;
     this.Label10.AutoSize = true;
     global::System.Windows.Forms.Control label21 = this.Label10;
     location          = new global::System.Drawing.Point(237, 60);
     label21.Location  = location;
     this.Label10.Name = "Label10";
     global::System.Windows.Forms.Control label22 = this.Label10;
     size                  = new global::System.Drawing.Size(29, 12);
     label22.Size          = size;
     this.Label10.TabIndex = 37;
     this.Label10.Text     = "后缀";
     global::System.Windows.Forms.Control textBox17 = this.TextBox9;
     location           = new global::System.Drawing.Point(272, 58);
     textBox17.Location = location;
     this.TextBox9.Name = "TextBox9";
     global::System.Windows.Forms.Control textBox18 = this.TextBox9;
     size                   = new global::System.Drawing.Size(68, 21);
     textBox18.Size         = size;
     this.TextBox9.TabIndex = 36;
     this.Label11.AutoSize  = true;
     global::System.Windows.Forms.Control label23 = this.Label11;
     location          = new global::System.Drawing.Point(237, 36);
     label23.Location  = location;
     this.Label11.Name = "Label11";
     global::System.Windows.Forms.Control label24 = this.Label11;
     size                  = new global::System.Drawing.Size(29, 12);
     label24.Size          = size;
     this.Label11.TabIndex = 35;
     this.Label11.Text     = "前缀";
     global::System.Windows.Forms.Control control = this.TextBox_0;
     location            = new global::System.Drawing.Point(272, 34);
     control.Location    = location;
     this.TextBox_0.Name = "TextBox10";
     global::System.Windows.Forms.Control control2 = this.TextBox_0;
     size                    = new global::System.Drawing.Size(68, 21);
     control2.Size           = size;
     this.TextBox_0.TabIndex = 34;
     global::System.Windows.Forms.Control button5 = this.Button3;
     location          = new global::System.Drawing.Point(239, 89);
     button5.Location  = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button6 = this.Button3;
     size                  = new global::System.Drawing.Size(101, 23);
     button6.Size          = size;
     this.Button3.TabIndex = 33;
     this.Button3.Text     = "确定";
     this.Button3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control3 = this.TextBox_1;
     location            = new global::System.Drawing.Point(43, 91);
     control3.Location   = location;
     this.TextBox_1.Name = "TextBox11";
     global::System.Windows.Forms.Control control4 = this.TextBox_1;
     size                    = new global::System.Drawing.Size(66, 21);
     control4.Size           = size;
     this.TextBox_1.TabIndex = 32;
     this.TextBox_1.Text     = "300";
     this.Label12.AutoSize   = true;
     global::System.Windows.Forms.Control label25 = this.Label12;
     location          = new global::System.Drawing.Point(119, 61);
     label25.Location  = location;
     this.Label12.Name = "Label12";
     global::System.Windows.Forms.Control label26 = this.Label12;
     size                  = new global::System.Drawing.Size(29, 12);
     label26.Size          = size;
     this.Label12.TabIndex = 31;
     this.Label12.Text     = "结束";
     global::System.Windows.Forms.Control control5 = this.TextBox_2;
     location            = new global::System.Drawing.Point(154, 88);
     control5.Location   = location;
     this.TextBox_2.Name = "TextBox12";
     global::System.Windows.Forms.Control control6 = this.TextBox_2;
     size                    = new global::System.Drawing.Size(82, 21);
     control6.Size           = size;
     this.TextBox_2.TabIndex = 30;
     this.TextBox_2.Text     = "5";
     global::System.Windows.Forms.Control control7 = this.TextBox_3;
     location            = new global::System.Drawing.Point(154, 61);
     control7.Location   = location;
     this.TextBox_3.Name = "TextBox13";
     global::System.Windows.Forms.Control control8 = this.TextBox_3;
     size                    = new global::System.Drawing.Size(82, 21);
     control8.Size           = size;
     this.TextBox_3.TabIndex = 29;
     this.TextBox_3.Text     = "360";
     global::System.Windows.Forms.Control control9 = this.TextBox_4;
     location            = new global::System.Drawing.Point(154, 33);
     control9.Location   = location;
     this.TextBox_4.Name = "TextBox14";
     global::System.Windows.Forms.Control control10 = this.TextBox_4;
     size                    = new global::System.Drawing.Size(82, 21);
     control10.Size          = size;
     this.TextBox_4.TabIndex = 28;
     this.TextBox_4.Text     = "0";
     this.Label13.AutoSize   = true;
     global::System.Windows.Forms.Control label27 = this.Label13;
     location          = new global::System.Drawing.Point(119, 91);
     label27.Location  = location;
     this.Label13.Name = "Label13";
     global::System.Windows.Forms.Control label28 = this.Label13;
     size                  = new global::System.Drawing.Size(29, 12);
     label28.Size          = size;
     this.Label13.TabIndex = 27;
     this.Label13.Text     = "步距";
     this.Label14.AutoSize = true;
     global::System.Windows.Forms.Control label29 = this.Label14;
     location          = new global::System.Drawing.Point(8, 97);
     label29.Location  = location;
     this.Label14.Name = "Label14";
     global::System.Windows.Forms.Control label30 = this.Label14;
     size                  = new global::System.Drawing.Size(29, 12);
     label30.Size          = size;
     this.Label14.TabIndex = 26;
     this.Label14.Text     = "字高";
     this.Label15.AutoSize = true;
     global::System.Windows.Forms.Control label31 = this.Label15;
     location          = new global::System.Drawing.Point(119, 36);
     label31.Location  = location;
     this.Label15.Name = "Label15";
     global::System.Windows.Forms.Control label32 = this.Label15;
     size                  = new global::System.Drawing.Size(29, 12);
     label32.Size          = size;
     this.Label15.TabIndex = 25;
     this.Label15.Text     = "开始";
     this.Label17.AutoSize = true;
     global::System.Windows.Forms.Control label33 = this.Label17;
     location          = new global::System.Drawing.Point(10, 36);
     label33.Location  = location;
     this.Label17.Name = "Label17";
     global::System.Windows.Forms.Control label34 = this.Label17;
     size                  = new global::System.Drawing.Size(29, 12);
     label34.Size          = size;
     this.Label17.TabIndex = 23;
     this.Label17.Text     = "半径";
     global::System.Windows.Forms.Control control11 = this.TextBox_5;
     location            = new global::System.Drawing.Point(45, 34);
     control11.Location  = location;
     this.TextBox_5.Name = "TextBox16";
     global::System.Windows.Forms.Control control12 = this.TextBox_5;
     size                    = new global::System.Drawing.Size(64, 21);
     control12.Size          = size;
     this.TextBox_5.TabIndex = 21;
     this.TextBox_5.Text     = "10000";
     global::System.Windows.Forms.Control button7 = this.Button4;
     location          = new global::System.Drawing.Point(5, 3);
     button7.Location  = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button8 = this.Button4;
     size                  = new global::System.Drawing.Size(75, 23);
     button8.Size          = size;
     this.Button4.TabIndex = 20;
     this.Button4.Text     = "圆心";
     this.Button4.UseVisualStyleBackColor = true;
     this.TabPage3.Controls.Add(this.TextBox_10);
     this.TabPage3.Controls.Add(this.Label22);
     this.TabPage3.Controls.Add(this.TextBox_9);
     this.TabPage3.Controls.Add(this.Label21);
     this.TabPage3.Controls.Add(this.Button5);
     this.TabPage3.Controls.Add(this.Label20);
     this.TabPage3.Controls.Add(this.Label19);
     this.TabPage3.Controls.Add(this.Label16);
     this.TabPage3.Controls.Add(this.TextBox_6);
     this.TabPage3.Controls.Add(this.TextBox_7);
     this.TabPage3.Controls.Add(this.TextBox_8);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 22);
     tabPage7.Location  = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage3;
     size                   = new global::System.Drawing.Size(348, 133);
     tabPage8.Size          = size;
     this.TabPage3.TabIndex = 2;
     this.TabPage3.Text     = "前后缀";
     this.TabPage3.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control control13 = this.TextBox_10;
     location             = new global::System.Drawing.Point(152, 18);
     control13.Location   = location;
     this.TextBox_10.Name = "TextBox20";
     global::System.Windows.Forms.Control control14 = this.TextBox_10;
     size                     = new global::System.Drawing.Size(69, 21);
     control14.Size           = size;
     this.TextBox_10.TabIndex = 11;
     this.TextBox_10.Text     = "300";
     this.Label22.AutoSize    = true;
     global::System.Windows.Forms.Control label35 = this.Label22;
     location          = new global::System.Drawing.Point(117, 21);
     label35.Location  = location;
     this.Label22.Name = "Label22";
     global::System.Windows.Forms.Control label36 = this.Label22;
     size                  = new global::System.Drawing.Size(29, 12);
     label36.Size          = size;
     this.Label22.TabIndex = 10;
     this.Label22.Text     = "字高";
     global::System.Windows.Forms.Control control15 = this.TextBox_9;
     location            = new global::System.Drawing.Point(42, 18);
     control15.Location  = location;
     this.TextBox_9.Name = "TextBox19";
     global::System.Windows.Forms.Control control16 = this.TextBox_9;
     size                    = new global::System.Drawing.Size(69, 21);
     control16.Size          = size;
     this.TextBox_9.TabIndex = 9;
     this.TextBox_9.Text     = "10";
     this.Label21.AutoSize   = true;
     global::System.Windows.Forms.Control label37 = this.Label21;
     location          = new global::System.Drawing.Point(5, 21);
     label37.Location  = location;
     this.Label21.Name = "Label21";
     global::System.Windows.Forms.Control label38 = this.Label21;
     size                  = new global::System.Drawing.Size(11, 12);
     label38.Size          = size;
     this.Label21.TabIndex = 8;
     this.Label21.Text     = "N";
     global::System.Windows.Forms.Control button9 = this.Button5;
     location          = new global::System.Drawing.Point(132, 92);
     button9.Location  = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button10 = this.Button5;
     size                  = new global::System.Drawing.Size(75, 23);
     button10.Size         = size;
     this.Button5.TabIndex = 7;
     this.Button5.Text     = "确定";
     this.Button5.UseVisualStyleBackColor = true;
     this.Label20.AutoSize = true;
     global::System.Windows.Forms.Control label39 = this.Label20;
     location          = new global::System.Drawing.Point(117, 58);
     label39.Location  = location;
     this.Label20.Name = "Label20";
     global::System.Windows.Forms.Control label40 = this.Label20;
     size                  = new global::System.Drawing.Size(29, 12);
     label40.Size          = size;
     this.Label20.TabIndex = 5;
     this.Label20.Text     = "变量";
     this.Label19.AutoSize = true;
     global::System.Windows.Forms.Control label41 = this.Label19;
     location          = new global::System.Drawing.Point(227, 58);
     label41.Location  = location;
     this.Label19.Name = "Label19";
     global::System.Windows.Forms.Control label42 = this.Label19;
     size                  = new global::System.Drawing.Size(29, 12);
     label42.Size          = size;
     this.Label19.TabIndex = 4;
     this.Label19.Text     = "后缀";
     this.Label16.AutoSize = true;
     global::System.Windows.Forms.Control label43 = this.Label16;
     location          = new global::System.Drawing.Point(5, 58);
     label43.Location  = location;
     this.Label16.Name = "Label16";
     global::System.Windows.Forms.Control label44 = this.Label16;
     size                  = new global::System.Drawing.Size(29, 12);
     label44.Size          = size;
     this.Label16.TabIndex = 3;
     this.Label16.Text     = "前缀";
     global::System.Windows.Forms.Control control17 = this.TextBox_6;
     location            = new global::System.Drawing.Point(262, 55);
     control17.Location  = location;
     this.TextBox_6.Name = "TextBox18";
     global::System.Windows.Forms.Control control18 = this.TextBox_6;
     size                    = new global::System.Drawing.Size(69, 21);
     control18.Size          = size;
     this.TextBox_6.TabIndex = 2;
     this.TextBox_6.Text     = "/N";
     global::System.Windows.Forms.Control control19 = this.TextBox_7;
     location            = new global::System.Drawing.Point(152, 55);
     control19.Location  = location;
     this.TextBox_7.Name = "TextBox17";
     global::System.Windows.Forms.Control control20 = this.TextBox_7;
     size                    = new global::System.Drawing.Size(69, 21);
     control20.Size          = size;
     this.TextBox_7.TabIndex = 1;
     this.TextBox_7.Text     = "1";
     global::System.Windows.Forms.Control control21 = this.TextBox_8;
     location            = new global::System.Drawing.Point(42, 55);
     control21.Location  = location;
     this.TextBox_8.Name = "TextBox15";
     global::System.Windows.Forms.Control control22 = this.TextBox_8;
     size                    = new global::System.Drawing.Size(69, 21);
     control22.Size          = size;
     this.TextBox_8.TabIndex = 0;
     this.TextBox_8.Text     = "结施-";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(361, 161);
     this.ClientSize = size;
     this.Controls.Add(this.TabControl1);
     this.Name = "DVar_Frm";
     this.Text = "动态变量";
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     this.TabPage1.PerformLayout();
     this.TabPage2.ResumeLayout(false);
     this.TabPage2.PerformLayout();
     this.TabPage3.ResumeLayout(false);
     this.TabPage3.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #11
0
 private void InitializeComponent()
 {
     this.TabControl1   = new global::System.Windows.Forms.TabControl();
     this.TabPage1      = new global::System.Windows.Forms.TabPage();
     this.DataGridView1 = new global::System.Windows.Forms.DataGridView();
     this.TabPage6      = new global::System.Windows.Forms.TabPage();
     this.DataGridView2 = new global::System.Windows.Forms.DataGridView();
     this.TabPage2      = new global::System.Windows.Forms.TabPage();
     this.DataGridView3 = new global::System.Windows.Forms.DataGridView();
     this.TabPage3      = new global::System.Windows.Forms.TabPage();
     this.DataGridView4 = new global::System.Windows.Forms.DataGridView();
     this.TabPage4      = new global::System.Windows.Forms.TabPage();
     this.DataGridView5 = new global::System.Windows.Forms.DataGridView();
     this.TabPage5      = new global::System.Windows.Forms.TabPage();
     this.DataGridView6 = new global::System.Windows.Forms.DataGridView();
     this.TabControl1.SuspendLayout();
     this.TabPage1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).BeginInit();
     this.TabPage6.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView2).BeginInit();
     this.TabPage2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView3).BeginInit();
     this.TabPage3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView4).BeginInit();
     this.TabPage4.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView5).BeginInit();
     this.TabPage5.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView6).BeginInit();
     this.SuspendLayout();
     this.TabControl1.Controls.Add(this.TabPage1);
     this.TabControl1.Controls.Add(this.TabPage6);
     this.TabControl1.Controls.Add(this.TabPage2);
     this.TabControl1.Controls.Add(this.TabPage3);
     this.TabControl1.Controls.Add(this.TabPage4);
     this.TabControl1.Controls.Add(this.TabPage5);
     global::System.Windows.Forms.Control tabControl = this.TabControl1;
     global::System.Drawing.Point         location   = new global::System.Drawing.Point(1, 0);
     tabControl.Location            = location;
     this.TabControl1.Name          = "TabControl1";
     this.TabControl1.SelectedIndex = 0;
     global::System.Windows.Forms.Control tabControl2 = this.TabControl1;
     global::System.Drawing.Size          size        = new global::System.Drawing.Size(381, 188);
     tabControl2.Size          = size;
     this.TabControl1.TabIndex = 0;
     this.TabPage1.Controls.Add(this.DataGridView1);
     global::System.Windows.Forms.TabPage tabPage = this.TabPage1;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage.Location   = location;
     this.TabPage1.Name = "TabPage1";
     global::System.Windows.Forms.Control tabPage2 = this.TabPage1;
     global::System.Windows.Forms.Padding padding  = new global::System.Windows.Forms.Padding(3);
     tabPage2.Padding = padding;
     global::System.Windows.Forms.Control tabPage3 = this.TabPage1;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage3.Size          = size;
     this.TabPage1.TabIndex = 0;
     this.TabPage1.Text     = "等边角钢";
     this.TabPage1.UseVisualStyleBackColor          = true;
     this.DataGridView1.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView = this.DataGridView1;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView.Location   = location;
     this.DataGridView1.Name = "DataGridView1";
     this.DataGridView1.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView2 = this.DataGridView1;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView2.Size          = size;
     this.DataGridView1.TabIndex = 1;
     this.TabPage6.Controls.Add(this.DataGridView2);
     global::System.Windows.Forms.TabPage tabPage4 = this.TabPage6;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage4.Location  = location;
     this.TabPage6.Name = "TabPage6";
     global::System.Windows.Forms.Control tabPage5 = this.TabPage6;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage5.Padding = padding;
     global::System.Windows.Forms.Control tabPage6 = this.TabPage6;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage6.Size          = size;
     this.TabPage6.TabIndex = 5;
     this.TabPage6.Text     = "不等边角钢";
     this.TabPage6.UseVisualStyleBackColor          = true;
     this.DataGridView2.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView3 = this.DataGridView2;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView3.Location  = location;
     this.DataGridView2.Name = "DataGridView2";
     this.DataGridView2.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView4 = this.DataGridView2;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView4.Size          = size;
     this.DataGridView2.TabIndex = 2;
     this.TabPage2.Controls.Add(this.DataGridView3);
     global::System.Windows.Forms.TabPage tabPage7 = this.TabPage2;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage7.Location  = location;
     this.TabPage2.Name = "TabPage2";
     global::System.Windows.Forms.Control tabPage8 = this.TabPage2;
     padding          = new global::System.Windows.Forms.Padding(3);
     tabPage8.Padding = padding;
     global::System.Windows.Forms.Control tabPage9 = this.TabPage2;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage9.Size          = size;
     this.TabPage2.TabIndex = 1;
     this.TabPage2.Text     = "工字钢";
     this.TabPage2.UseVisualStyleBackColor          = true;
     this.DataGridView3.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView5 = this.DataGridView3;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView5.Location  = location;
     this.DataGridView3.Name = "DataGridView3";
     this.DataGridView3.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView6 = this.DataGridView3;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView6.Size          = size;
     this.DataGridView3.TabIndex = 2;
     this.TabPage3.Controls.Add(this.DataGridView4);
     global::System.Windows.Forms.TabPage tabPage10 = this.TabPage3;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage10.Location = location;
     this.TabPage3.Name = "TabPage3";
     global::System.Windows.Forms.Control tabPage11 = this.TabPage3;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage11.Padding = padding;
     global::System.Windows.Forms.Control tabPage12 = this.TabPage3;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage12.Size         = size;
     this.TabPage3.TabIndex = 2;
     this.TabPage3.Text     = "H型钢";
     this.TabPage3.UseVisualStyleBackColor          = true;
     this.DataGridView4.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView7 = this.DataGridView4;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView7.Location  = location;
     this.DataGridView4.Name = "DataGridView4";
     this.DataGridView4.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView8 = this.DataGridView4;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView8.Size          = size;
     this.DataGridView4.TabIndex = 2;
     this.TabPage4.Controls.Add(this.DataGridView5);
     global::System.Windows.Forms.TabPage tabPage13 = this.TabPage4;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage13.Location = location;
     this.TabPage4.Name = "TabPage4";
     global::System.Windows.Forms.Control tabPage14 = this.TabPage4;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage14.Padding = padding;
     global::System.Windows.Forms.Control tabPage15 = this.TabPage4;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage15.Size         = size;
     this.TabPage4.TabIndex = 3;
     this.TabPage4.Text     = "槽钢";
     this.TabPage4.UseVisualStyleBackColor          = true;
     this.DataGridView5.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView9 = this.DataGridView5;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView9.Location  = location;
     this.DataGridView5.Name = "DataGridView5";
     this.DataGridView5.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView10 = this.DataGridView5;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView10.Size         = size;
     this.DataGridView5.TabIndex = 2;
     this.TabPage5.Controls.Add(this.DataGridView6);
     global::System.Windows.Forms.TabPage tabPage16 = this.TabPage5;
     location           = new global::System.Drawing.Point(4, 21);
     tabPage16.Location = location;
     this.TabPage5.Name = "TabPage5";
     global::System.Windows.Forms.Control tabPage17 = this.TabPage5;
     padding           = new global::System.Windows.Forms.Padding(3);
     tabPage17.Padding = padding;
     global::System.Windows.Forms.Control tabPage18 = this.TabPage5;
     size                   = new global::System.Drawing.Size(373, 163);
     tabPage18.Size         = size;
     this.TabPage5.TabIndex = 4;
     this.TabPage5.Text     = "C型钢";
     this.TabPage5.UseVisualStyleBackColor          = true;
     this.DataGridView6.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     global::System.Windows.Forms.Control dataGridView11 = this.DataGridView6;
     location = new global::System.Drawing.Point(6, 6);
     dataGridView11.Location = location;
     this.DataGridView6.Name = "DataGridView6";
     this.DataGridView6.RowTemplate.Height = 23;
     global::System.Windows.Forms.Control dataGridView12 = this.DataGridView6;
     size = new global::System.Drawing.Size(361, 151);
     dataGridView12.Size         = size;
     this.DataGridView6.TabIndex = 2;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(382, 184);
     this.ClientSize = size;
     this.Controls.Add(this.TabControl1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "XG_frm";
     this.Text            = "型钢绘制";
     this.TabControl1.ResumeLayout(false);
     this.TabPage1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView1).EndInit();
     this.TabPage6.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView2).EndInit();
     this.TabPage2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView3).EndInit();
     this.TabPage3.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView4).EndInit();
     this.TabPage4.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView5).EndInit();
     this.TabPage5.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DataGridView6).EndInit();
     this.ResumeLayout(false);
 }
Пример #12
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::μProxy_Tool.About));
     this.PictureBox1 = new global::System.Windows.Forms.PictureBox();
     this.About_Lbl   = new global::System.Windows.Forms.Label();
     this.Desc_Label  = new global::System.Windows.Forms.Label();
     this.Version_Lbl = new global::System.Windows.Forms.Label();
     this.PictureBox2 = new global::System.Windows.Forms.PictureBox();
     this.LinkLabel1  = new global::System.Windows.Forms.LinkLabel();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).BeginInit();
     this.SuspendLayout();
     this.PictureBox1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
     global::System.Windows.Forms.Control arg_9B_0 = this.PictureBox1;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 13);
     arg_9B_0.Location     = location;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control arg_C3_0 = this.PictureBox1;
     global::System.Drawing.Size          size     = new global::System.Drawing.Size(48, 48);
     arg_C3_0.Size             = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.PictureBox1.TabIndex = 0;
     this.PictureBox1.TabStop  = false;
     this.About_Lbl.BackColor  = global::System.Drawing.Color.Transparent;
     this.About_Lbl.Font       = new global::System.Drawing.Font("Calibri", 21.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.About_Lbl.ForeColor  = global::System.Drawing.Color.DimGray;
     global::System.Windows.Forms.Control arg_13B_0 = this.About_Lbl;
     location           = new global::System.Drawing.Point(61, 13);
     arg_13B_0.Location = location;
     global::System.Windows.Forms.Control arg_150_0 = this.About_Lbl;
     global::System.Windows.Forms.Padding margin    = new global::System.Windows.Forms.Padding(0);
     arg_150_0.Margin    = margin;
     this.About_Lbl.Name = "About_Lbl";
     global::System.Windows.Forms.Control arg_178_0 = this.About_Lbl;
     size                      = new global::System.Drawing.Size(108, 38);
     arg_178_0.Size            = size;
     this.About_Lbl.TabIndex   = 1;
     this.About_Lbl.Text       = "μProxy";
     this.Desc_Label.AutoSize  = true;
     this.Desc_Label.Font      = new global::System.Drawing.Font("Calibri", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.Desc_Label.ForeColor = global::System.Drawing.Color.DimGray;
     global::System.Windows.Forms.Control arg_1E4_0 = this.Desc_Label;
     location             = new global::System.Drawing.Point(9, 93);
     arg_1E4_0.Location   = location;
     this.Desc_Label.Name = "Desc_Label";
     global::System.Windows.Forms.Control arg_20F_0 = this.Desc_Label;
     size                       = new global::System.Drawing.Size(318, 90);
     arg_20F_0.Size             = size;
     this.Desc_Label.TabIndex   = 2;
     this.Desc_Label.Text       = "©2016 -17 Nikola Tesla, Hackforums.\r\nAll Rights Reserved.\r\n\r\nThanks for using our FREE Proxy Tool.We hope you like it.\r\n\r\nThanks to Nikola Tesla from Hackforums.";
     this.Version_Lbl.AutoSize  = true;
     this.Version_Lbl.Font      = new global::System.Drawing.Font("Calibri", 9.75f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.Version_Lbl.ForeColor = global::System.Drawing.Color.DimGray;
     global::System.Windows.Forms.Control arg_27B_0 = this.Version_Lbl;
     location              = new global::System.Drawing.Point(68, 44);
     arg_27B_0.Location    = location;
     this.Version_Lbl.Name = "Version_Lbl";
     global::System.Windows.Forms.Control arg_2A3_0 = this.Version_Lbl;
     size                      = new global::System.Drawing.Size(48, 15);
     arg_2A3_0.Size            = size;
     this.Version_Lbl.TabIndex = 3;
     this.Version_Lbl.Text     = "Version";
     this.PictureBox2.Image    = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox2.Image");
     global::System.Windows.Forms.Control arg_2F4_0 = this.PictureBox2;
     location              = new global::System.Drawing.Point(144, 44);
     arg_2F4_0.Location    = location;
     this.PictureBox2.Name = "PictureBox2";
     global::System.Windows.Forms.Control arg_31C_0 = this.PictureBox2;
     size                      = new global::System.Drawing.Size(18, 15);
     arg_31C_0.Size            = size;
     this.PictureBox2.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.PictureBox2.TabIndex = 4;
     this.PictureBox2.TabStop  = false;
     this.PictureBox2.Visible  = false;
     this.LinkLabel1.AutoSize  = true;
     this.LinkLabel1.LinkColor = global::System.Drawing.Color.DeepSkyBlue;
     global::System.Windows.Forms.Control arg_37F_0 = this.LinkLabel1;
     location             = new global::System.Drawing.Point(66, 60);
     arg_37F_0.Location   = location;
     this.LinkLabel1.Name = "LinkLabel1";
     global::System.Windows.Forms.Control arg_3A7_0 = this.LinkLabel1;
     size                     = new global::System.Drawing.Size(55, 13);
     arg_3A7_0.Size           = size;
     this.LinkLabel1.TabIndex = 5;
     this.LinkLabel1.TabStop  = true;
     this.LinkLabel1.Text     = "Download";
     this.LinkLabel1.Visible  = false;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     size            = new global::System.Drawing.Size(338, 192);
     this.ClientSize = size;
     this.Controls.Add(this.LinkLabel1);
     this.Controls.Add(this.PictureBox2);
     this.Controls.Add(this.Version_Lbl);
     this.Controls.Add(this.Desc_Label);
     this.Controls.Add(this.About_Lbl);
     this.Controls.Add(this.PictureBox1);
     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            = "About";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About μProxy";
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }