private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.StringListEditor));
     this.TextBox1   = new global::System.Windows.Forms.TextBox();
     this.ToolStrip1 = new global::System.Windows.Forms.ToolStrip();
     this.tsbAcept   = new global::System.Windows.Forms.ToolStripButton();
     this.tsbCancel  = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStrip1.SuspendLayout();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.TextBox1, "TextBox1");
     this.TextBox1.Name = "TextBox1";
     componentResourceManager.ApplyResources(this.ToolStrip1, "ToolStrip1");
     this.ToolStrip1.GripStyle        = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip1.ImageScalingSize = new global::System.Drawing.Size(32, 32);
     this.ToolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsbAcept,
         this.tsbCancel
     });
     this.ToolStrip1.Name = "ToolStrip1";
     componentResourceManager.ApplyResources(this.tsbAcept, "tsbAcept");
     this.tsbAcept.Image = global::GClass0.Bitmap_1;
     this.tsbAcept.Name  = "tsbAcept";
     componentResourceManager.ApplyResources(this.tsbCancel, "tsbCancel");
     this.tsbCancel.Alignment = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbCancel.Image     = global::GClass0.Bitmap_13;
     this.tsbCancel.Name      = "tsbCancel";
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.TextBox1);
     base.Controls.Add(this.ToolStrip1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "StringListEditor";
     base.ShowIcon        = false;
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #2
0
 // Token: 0x0600000A RID: 10 RVA: 0x0000234C File Offset: 0x0000054C
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::PSO2CMLParser.Form1));
     this.button_LoadCML     = new global::System.Windows.Forms.Button();
     this.button_MakeFile    = new global::System.Windows.Forms.Button();
     this.CB_outputParts     = new global::System.Windows.Forms.CheckBox();
     this.textbox_OutText    = new global::System.Windows.Forms.TextBox();
     this.loadCMLDialog      = new global::System.Windows.Forms.OpenFileDialog();
     this.CB_compressCCFile  = new global::System.Windows.Forms.CheckBox();
     this.saveCCFileDialog   = new global::System.Windows.Forms.SaveFileDialog();
     this.label_VersionInfo  = new global::System.Windows.Forms.Label();
     this.label1             = new global::System.Windows.Forms.Label();
     this.link_releaseThread = new global::System.Windows.Forms.LinkLabel();
     this.label2             = new global::System.Windows.Forms.Label();
     this.comboBox1          = new global::System.Windows.Forms.ComboBox();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.button_LoadCML, "button_LoadCML");
     this.button_LoadCML.Name = "button_LoadCML";
     this.button_LoadCML.UseVisualStyleBackColor = true;
     this.button_LoadCML.Click += new global::System.EventHandler(this.button1_Click);
     componentResourceManager.ApplyResources(this.button_MakeFile, "button_MakeFile");
     this.button_MakeFile.Name = "button_MakeFile";
     this.button_MakeFile.UseVisualStyleBackColor = true;
     this.button_MakeFile.Click += new global::System.EventHandler(this.button_MakeFile_Click);
     componentResourceManager.ApplyResources(this.CB_outputParts, "CB_outputParts");
     this.CB_outputParts.Name = "CB_outputParts";
     this.CB_outputParts.UseVisualStyleBackColor = true;
     this.CB_outputParts.CheckedChanged         += new global::System.EventHandler(this.CB_outputParts_CheckedChanged);
     componentResourceManager.ApplyResources(this.textbox_OutText, "textbox_OutText");
     this.textbox_OutText.Name   = "textbox_OutText";
     this.loadCMLDialog.FileName = "openFileDialog1";
     componentResourceManager.ApplyResources(this.loadCMLDialog, "loadCMLDialog");
     componentResourceManager.ApplyResources(this.CB_compressCCFile, "CB_compressCCFile");
     this.CB_compressCCFile.Checked    = true;
     this.CB_compressCCFile.CheckState = global::System.Windows.Forms.CheckState.Checked;
     this.CB_compressCCFile.Name       = "CB_compressCCFile";
     this.CB_compressCCFile.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.saveCCFileDialog, "saveCCFileDialog");
     componentResourceManager.ApplyResources(this.label_VersionInfo, "label_VersionInfo");
     this.label_VersionInfo.Name = "label_VersionInfo";
     componentResourceManager.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     componentResourceManager.ApplyResources(this.link_releaseThread, "link_releaseThread");
     this.link_releaseThread.Name         = "link_releaseThread";
     this.link_releaseThread.TabStop      = true;
     this.link_releaseThread.LinkClicked += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.link_releaseThread_LinkClicked);
     componentResourceManager.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     componentResourceManager.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.SelectedIndexChanged += new global::System.EventHandler(this.comboBox1_SelectedIndexChanged);
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.comboBox1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.link_releaseThread);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label_VersionInfo);
     base.Controls.Add(this.CB_compressCCFile);
     base.Controls.Add(this.textbox_OutText);
     base.Controls.Add(this.CB_outputParts);
     base.Controls.Add(this.button_MakeFile);
     base.Controls.Add(this.button_LoadCML);
     base.Name  = "Form1";
     base.Load += new global::System.EventHandler(this.Form1_Load);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #3
0
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.ApLogForm));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.dgvAp       = new global::System.Windows.Forms.DataGridView();
     this.dgvApStatus = new global::System.Windows.Forms.DataGridViewImageColumn();
     this.dgvApBssid  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvApSSID   = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvApPin    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvApKey    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bnavAp      = new global::System.Windows.Forms.BindingNavigator(this.icontainer_0);
     this.BindingNavigatorAddNewItem = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorCountItem  = new global::System.Windows.Forms.ToolStripLabel();
     this.tbImport = new global::System.Windows.Forms.ToolStripButton();
     this.tbExport = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMoveFirstItem    = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMovePreviousItem = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorSeparator        = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorPositionItem     = new global::System.Windows.Forms.ToolStripTextBox();
     this.BindingNavigatorSeparator1       = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorMoveNextItem     = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMoveLastItem     = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorSeparator2       = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorDeleteItem       = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator1 = new global::System.Windows.Forms.ToolStripSeparator();
     this.ToolStripLabel1     = new global::System.Windows.Forms.ToolStripLabel();
     this.tbSearch            = new global::System.Windows.Forms.ToolStripTextBox();
     this.tbUpload            = new global::System.Windows.Forms.ToolStripButton();
     this.Panel1         = new global::System.Windows.Forms.Panel();
     this.tbNetworkKey   = new global::System.Windows.Forms.TextBox();
     this.Label12        = new global::System.Windows.Forms.Label();
     this.tbWpsPin       = new global::System.Windows.Forms.TextBox();
     this.Label13        = new global::System.Windows.Forms.Label();
     this.Label11        = new global::System.Windows.Forms.Label();
     this.tbConfigMethod = new global::System.Windows.Forms.TextBox();
     this.Label10        = new global::System.Windows.Forms.Label();
     this.tbEncryption   = new global::System.Windows.Forms.TextBox();
     this.Label9         = new global::System.Windows.Forms.Label();
     this.tbVersion      = new global::System.Windows.Forms.TextBox();
     this.Label8         = new global::System.Windows.Forms.Label();
     this.tbUUID         = new global::System.Windows.Forms.TextBox();
     this.Label7         = new global::System.Windows.Forms.Label();
     this.tbRfBand       = new global::System.Windows.Forms.TextBox();
     this.Label6         = new global::System.Windows.Forms.Label();
     this.tbSerialNumber = new global::System.Windows.Forms.TextBox();
     this.Label5         = new global::System.Windows.Forms.Label();
     this.tbManufacturer = new global::System.Windows.Forms.TextBox();
     this.Label4         = new global::System.Windows.Forms.Label();
     this.tbModelNumber  = new global::System.Windows.Forms.TextBox();
     this.Label3         = new global::System.Windows.Forms.Label();
     this.tbModelName    = new global::System.Windows.Forms.TextBox();
     this.Label2         = new global::System.Windows.Forms.Label();
     this.tbDeviceName   = new global::System.Windows.Forms.TextBox();
     this.Label1         = new global::System.Windows.Forms.Label();
     this.ToolTip_0      = new global::System.Windows.Forms.ToolTip(this.icontainer_0);
     this.Timer_0        = new global::System.Windows.Forms.Timer(this.icontainer_0);
     ((global::System.ComponentModel.ISupportInitialize) this.dgvAp).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bnavAp).BeginInit();
     this.bnavAp.SuspendLayout();
     this.Panel1.SuspendLayout();
     base.SuspendLayout();
     this.dgvAp.AllowUserToAddRows              = false;
     this.dgvAp.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle.BackColor            = global::System.Drawing.Color.Azure;
     this.dgvAp.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.dgvAp.ClipboardCopyMode           = global::System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     this.dgvAp.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvAp.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.dgvApStatus,
         this.dgvApBssid,
         this.dgvApSSID,
         this.dgvApPin,
         this.dgvApKey
     });
     componentResourceManager.ApplyResources(this.dgvAp, "dgvAp");
     this.dgvAp.Name                   = "dgvAp";
     this.dgvAp.ReadOnly               = true;
     this.dgvAp.SelectionMode          = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvApStatus.DataPropertyName = "Status";
     this.dgvApStatus.FillWeight       = 80f;
     componentResourceManager.ApplyResources(this.dgvApStatus, "dgvApStatus");
     this.dgvApStatus.Name            = "dgvApStatus";
     this.dgvApStatus.ReadOnly        = true;
     this.dgvApBssid.DataPropertyName = "BSSID";
     dataGridViewCellStyle2.Font      = new global::System.Drawing.Font("Lucida Console", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.dgvApBssid.DefaultCellStyle = dataGridViewCellStyle2;
     this.dgvApBssid.FillWeight       = 150f;
     componentResourceManager.ApplyResources(this.dgvApBssid, "dgvApBssid");
     this.dgvApBssid.Name            = "dgvApBssid";
     this.dgvApBssid.ReadOnly        = true;
     this.dgvApSSID.DataPropertyName = "SSID";
     this.dgvApSSID.FillWeight       = 200f;
     componentResourceManager.ApplyResources(this.dgvApSSID, "dgvApSSID");
     this.dgvApSSID.Name            = "dgvApSSID";
     this.dgvApSSID.ReadOnly        = true;
     this.dgvApPin.DataPropertyName = "PIN";
     this.dgvApPin.FillWeight       = 150f;
     componentResourceManager.ApplyResources(this.dgvApPin, "dgvApPin");
     this.dgvApPin.Name             = "dgvApPin";
     this.dgvApPin.ReadOnly         = true;
     this.dgvApKey.AutoSizeMode     = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dgvApKey.DataPropertyName = "Key";
     this.dgvApKey.FillWeight       = 200f;
     componentResourceManager.ApplyResources(this.dgvApKey, "dgvApKey");
     this.dgvApKey.Name          = "dgvApKey";
     this.dgvApKey.ReadOnly      = true;
     this.bnavAp.AddNewItem      = this.BindingNavigatorAddNewItem;
     this.bnavAp.CountItem       = this.BindingNavigatorCountItem;
     this.bnavAp.CountItemFormat = "of {0}";
     this.bnavAp.DeleteItem      = null;
     this.bnavAp.GripStyle       = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.bnavAp.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tbImport,
         this.tbExport,
         this.BindingNavigatorMoveFirstItem,
         this.BindingNavigatorMovePreviousItem,
         this.BindingNavigatorSeparator,
         this.BindingNavigatorPositionItem,
         this.BindingNavigatorCountItem,
         this.BindingNavigatorSeparator1,
         this.BindingNavigatorMoveNextItem,
         this.BindingNavigatorMoveLastItem,
         this.BindingNavigatorSeparator2,
         this.BindingNavigatorAddNewItem,
         this.BindingNavigatorDeleteItem,
         this.ToolStripSeparator1,
         this.ToolStripLabel1,
         this.tbSearch,
         this.tbUpload
     });
     componentResourceManager.ApplyResources(this.bnavAp, "bnavAp");
     this.bnavAp.MoveFirstItem    = this.BindingNavigatorMoveFirstItem;
     this.bnavAp.MoveLastItem     = this.BindingNavigatorMoveLastItem;
     this.bnavAp.MoveNextItem     = this.BindingNavigatorMoveNextItem;
     this.bnavAp.MovePreviousItem = this.BindingNavigatorMovePreviousItem;
     this.bnavAp.Name             = "bnavAp";
     this.bnavAp.PositionItem     = this.BindingNavigatorPositionItem;
     this.BindingNavigatorAddNewItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorAddNewItem.Image        = global::GClass0.Bitmap_2;
     this.BindingNavigatorAddNewItem.Name         = "BindingNavigatorAddNewItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem");
     componentResourceManager.ApplyResources(this.BindingNavigatorCountItem, "BindingNavigatorCountItem");
     this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
     this.tbImport.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     componentResourceManager.ApplyResources(this.tbImport, "tbImport");
     this.tbImport.Name         = "tbImport";
     this.tbExport.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     componentResourceManager.ApplyResources(this.tbExport, "tbExport");
     this.tbExport.Name = "tbExport";
     this.BindingNavigatorMoveFirstItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveFirstItem.Image        = global::GClass0.Bitmap_17;
     this.BindingNavigatorMoveFirstItem.Name         = "BindingNavigatorMoveFirstItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem");
     this.BindingNavigatorMovePreviousItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMovePreviousItem.Image        = global::GClass0.Bitmap_37;
     this.BindingNavigatorMovePreviousItem.Name         = "BindingNavigatorMovePreviousItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem");
     this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator, "BindingNavigatorSeparator");
     componentResourceManager.ApplyResources(this.BindingNavigatorPositionItem, "BindingNavigatorPositionItem");
     this.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem";
     this.BindingNavigatorSeparator1.Name   = "BindingNavigatorSeparator1";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator1, "BindingNavigatorSeparator1");
     this.BindingNavigatorMoveNextItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveNextItem.Image        = global::GClass0.Bitmap_38;
     this.BindingNavigatorMoveNextItem.Name         = "BindingNavigatorMoveNextItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem");
     this.BindingNavigatorMoveLastItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveLastItem.Image        = global::GClass0.Bitmap_18;
     this.BindingNavigatorMoveLastItem.Name         = "BindingNavigatorMoveLastItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem");
     this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator2, "BindingNavigatorSeparator2");
     this.BindingNavigatorDeleteItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorDeleteItem.Image        = global::GClass0.Bitmap_13;
     this.BindingNavigatorDeleteItem.Name         = "BindingNavigatorDeleteItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem");
     this.ToolStripSeparator1.Name = "ToolStripSeparator1";
     componentResourceManager.ApplyResources(this.ToolStripSeparator1, "ToolStripSeparator1");
     this.ToolStripLabel1.Image = global::GClass0.Bitmap_36;
     this.ToolStripLabel1.Name  = "ToolStripLabel1";
     componentResourceManager.ApplyResources(this.ToolStripLabel1, "ToolStripLabel1");
     this.tbSearch.BackColor = global::System.Drawing.SystemColors.Info;
     this.tbSearch.Name      = "tbSearch";
     componentResourceManager.ApplyResources(this.tbSearch, "tbSearch");
     this.tbUpload.Alignment    = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tbUpload.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tbUpload.Image        = global::GClass0.Bitmap_53;
     componentResourceManager.ApplyResources(this.tbUpload, "tbUpload");
     this.tbUpload.Name    = "tbUpload";
     this.Panel1.BackColor = global::System.Drawing.SystemColors.ActiveCaption;
     this.Panel1.Controls.Add(this.tbNetworkKey);
     this.Panel1.Controls.Add(this.Label12);
     this.Panel1.Controls.Add(this.tbWpsPin);
     this.Panel1.Controls.Add(this.Label13);
     this.Panel1.Controls.Add(this.Label11);
     this.Panel1.Controls.Add(this.tbConfigMethod);
     this.Panel1.Controls.Add(this.Label10);
     this.Panel1.Controls.Add(this.tbEncryption);
     this.Panel1.Controls.Add(this.Label9);
     this.Panel1.Controls.Add(this.tbVersion);
     this.Panel1.Controls.Add(this.Label8);
     this.Panel1.Controls.Add(this.tbUUID);
     this.Panel1.Controls.Add(this.Label7);
     this.Panel1.Controls.Add(this.tbRfBand);
     this.Panel1.Controls.Add(this.Label6);
     this.Panel1.Controls.Add(this.tbSerialNumber);
     this.Panel1.Controls.Add(this.Label5);
     this.Panel1.Controls.Add(this.tbManufacturer);
     this.Panel1.Controls.Add(this.Label4);
     this.Panel1.Controls.Add(this.tbModelNumber);
     this.Panel1.Controls.Add(this.Label3);
     this.Panel1.Controls.Add(this.tbModelName);
     this.Panel1.Controls.Add(this.Label2);
     this.Panel1.Controls.Add(this.tbDeviceName);
     this.Panel1.Controls.Add(this.Label1);
     componentResourceManager.ApplyResources(this.Panel1, "Panel1");
     this.Panel1.Name = "Panel1";
     componentResourceManager.ApplyResources(this.tbNetworkKey, "tbNetworkKey");
     this.tbNetworkKey.Name     = "tbNetworkKey";
     this.tbNetworkKey.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label12, "Label12");
     this.Label12.Name = "Label12";
     componentResourceManager.ApplyResources(this.tbWpsPin, "tbWpsPin");
     this.tbWpsPin.Name     = "tbWpsPin";
     this.tbWpsPin.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label13, "Label13");
     this.Label13.Name = "Label13";
     componentResourceManager.ApplyResources(this.Label11, "Label11");
     this.Label11.Name = "Label11";
     componentResourceManager.ApplyResources(this.tbConfigMethod, "tbConfigMethod");
     this.tbConfigMethod.Name     = "tbConfigMethod";
     this.tbConfigMethod.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label10, "Label10");
     this.Label10.Name = "Label10";
     componentResourceManager.ApplyResources(this.tbEncryption, "tbEncryption");
     this.tbEncryption.Name     = "tbEncryption";
     this.tbEncryption.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label9, "Label9");
     this.Label9.Name = "Label9";
     componentResourceManager.ApplyResources(this.tbVersion, "tbVersion");
     this.tbVersion.Name     = "tbVersion";
     this.tbVersion.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label8, "Label8");
     this.Label8.Name = "Label8";
     componentResourceManager.ApplyResources(this.tbUUID, "tbUUID");
     this.tbUUID.Name     = "tbUUID";
     this.tbUUID.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label7, "Label7");
     this.Label7.Name = "Label7";
     componentResourceManager.ApplyResources(this.tbRfBand, "tbRfBand");
     this.tbRfBand.Name     = "tbRfBand";
     this.tbRfBand.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label6, "Label6");
     this.Label6.Name = "Label6";
     componentResourceManager.ApplyResources(this.tbSerialNumber, "tbSerialNumber");
     this.tbSerialNumber.Name     = "tbSerialNumber";
     this.tbSerialNumber.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label5, "Label5");
     this.Label5.Name = "Label5";
     componentResourceManager.ApplyResources(this.tbManufacturer, "tbManufacturer");
     this.tbManufacturer.Name     = "tbManufacturer";
     this.tbManufacturer.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label4, "Label4");
     this.Label4.Name = "Label4";
     componentResourceManager.ApplyResources(this.tbModelNumber, "tbModelNumber");
     this.tbModelNumber.Name     = "tbModelNumber";
     this.tbModelNumber.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label3, "Label3");
     this.Label3.Name = "Label3";
     componentResourceManager.ApplyResources(this.tbModelName, "tbModelName");
     this.tbModelName.Name     = "tbModelName";
     this.tbModelName.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label2, "Label2");
     this.Label2.Name = "Label2";
     componentResourceManager.ApplyResources(this.tbDeviceName, "tbDeviceName");
     this.tbDeviceName.Name     = "tbDeviceName";
     this.tbDeviceName.ReadOnly = true;
     componentResourceManager.ApplyResources(this.Label1, "Label1");
     this.Label1.Name           = "Label1";
     this.ToolTip_0.IsBalloon   = true;
     this.ToolTip_0.ToolTipIcon = global::System.Windows.Forms.ToolTipIcon.Info;
     this.Timer_0.Interval      = 1000;
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.Panel1);
     base.Controls.Add(this.dgvAp);
     base.Controls.Add(this.bnavAp);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "ApLogForm";
     ((global::System.ComponentModel.ISupportInitialize) this.dgvAp).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.bnavAp).EndInit();
     this.bnavAp.ResumeLayout(false);
     this.bnavAp.PerformLayout();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.PixieForm));
     this.cbMode      = new global::System.Windows.Forms.ComboBox();
     this.Label1      = new global::System.Windows.Forms.Label();
     this.dtpStart    = new global::System.Windows.Forms.DateTimePicker();
     this.Label2      = new global::System.Windows.Forms.Label();
     this.dtpEnd      = new global::System.Windows.Forms.DateTimePicker();
     this.Label3      = new global::System.Windows.Forms.Label();
     this.cbxForce    = new global::System.Windows.Forms.CheckBox();
     this.Label4      = new global::System.Windows.Forms.Label();
     this.cbxRNonce   = new global::System.Windows.Forms.CheckBox();
     this.cbxEBssid   = new global::System.Windows.Forms.CheckBox();
     this.ToolStrip1  = new global::System.Windows.Forms.ToolStrip();
     this.btExcute    = new global::System.Windows.Forms.ToolStripButton();
     this.btRetry     = new global::System.Windows.Forms.ToolStripButton();
     this.btStop      = new global::System.Windows.Forms.ToolStripButton();
     this.Panel1      = new global::System.Windows.Forms.Panel();
     this.PictureBox1 = new global::System.Windows.Forms.PictureBox();
     this.Label5      = new global::System.Windows.Forms.Label();
     this.cbxLength   = new global::System.Windows.Forms.CheckBox();
     this.ToolStrip1.SuspendLayout();
     this.Panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     base.SuspendLayout();
     this.cbMode.FormattingEnabled = true;
     this.cbMode.Items.AddRange(new object[]
     {
         componentResourceManager.GetString("cbMode.Items"),
         componentResourceManager.GetString("cbMode.Items1"),
         componentResourceManager.GetString("cbMode.Items2"),
         componentResourceManager.GetString("cbMode.Items3"),
         componentResourceManager.GetString("cbMode.Items4"),
         componentResourceManager.GetString("cbMode.Items5")
     });
     componentResourceManager.ApplyResources(this.cbMode, "cbMode");
     this.cbMode.Name = "cbMode";
     componentResourceManager.ApplyResources(this.Label1, "Label1");
     this.Label1.Name = "Label1";
     componentResourceManager.ApplyResources(this.dtpStart, "dtpStart");
     this.dtpStart.Format     = global::System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStart.Name       = "dtpStart";
     this.dtpStart.ShowUpDown = true;
     componentResourceManager.ApplyResources(this.Label2, "Label2");
     this.Label2.Name = "Label2";
     componentResourceManager.ApplyResources(this.dtpEnd, "dtpEnd");
     this.dtpEnd.Format     = global::System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEnd.Name       = "dtpEnd";
     this.dtpEnd.ShowUpDown = true;
     componentResourceManager.ApplyResources(this.Label3, "Label3");
     this.Label3.Name = "Label3";
     componentResourceManager.ApplyResources(this.cbxForce, "cbxForce");
     this.cbxForce.Name = "cbxForce";
     this.cbxForce.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.Label4, "Label4");
     this.Label4.Name = "Label4";
     componentResourceManager.ApplyResources(this.cbxRNonce, "cbxRNonce");
     this.cbxRNonce.Name = "cbxRNonce";
     this.cbxRNonce.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.cbxEBssid, "cbxEBssid");
     this.cbxEBssid.Name = "cbxEBssid";
     this.cbxEBssid.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.ToolStrip1, "ToolStrip1");
     this.ToolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.btExcute,
         this.btRetry,
         this.btStop
     });
     this.ToolStrip1.Name = "ToolStrip1";
     this.btExcute.Image  = global::GClass0.Bitmap_56;
     componentResourceManager.ApplyResources(this.btExcute, "btExcute");
     this.btExcute.Name = "btExcute";
     componentResourceManager.ApplyResources(this.btRetry, "btRetry");
     this.btRetry.Image    = global::GClass0.Bitmap_40;
     this.btRetry.Name     = "btRetry";
     this.btStop.Alignment = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     componentResourceManager.ApplyResources(this.btStop, "btStop");
     this.btStop.Image     = global::GClass0.Bitmap_51;
     this.btStop.Name      = "btStop";
     this.Panel1.BackColor = global::System.Drawing.SystemColors.GradientInactiveCaption;
     this.Panel1.Controls.Add(this.PictureBox1);
     this.Panel1.Controls.Add(this.Label5);
     componentResourceManager.ApplyResources(this.Panel1, "Panel1");
     this.Panel1.Name       = "Panel1";
     this.PictureBox1.Image = global::GClass0.Bitmap_57;
     componentResourceManager.ApplyResources(this.PictureBox1, "PictureBox1");
     this.PictureBox1.Name    = "PictureBox1";
     this.PictureBox1.TabStop = false;
     componentResourceManager.ApplyResources(this.Label5, "Label5");
     this.Label5.Name = "Label5";
     componentResourceManager.ApplyResources(this.cbxLength, "cbxLength");
     this.cbxLength.Name = "cbxLength";
     this.cbxLength.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.cbxLength);
     base.Controls.Add(this.ToolStrip1);
     base.Controls.Add(this.cbxEBssid);
     base.Controls.Add(this.cbxRNonce);
     base.Controls.Add(this.Label4);
     base.Controls.Add(this.cbxForce);
     base.Controls.Add(this.Label3);
     base.Controls.Add(this.dtpEnd);
     base.Controls.Add(this.Label2);
     base.Controls.Add(this.dtpStart);
     base.Controls.Add(this.Label1);
     base.Controls.Add(this.cbMode);
     base.Controls.Add(this.Panel1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "PixieForm";
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.RandomPinForm));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3   = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.ToolStrip1          = new global::System.Windows.Forms.ToolStrip();
     this.tsbOpen             = new global::System.Windows.Forms.ToolStripButton();
     this.tsbSaveMenu         = new global::System.Windows.Forms.ToolStripDropDownButton();
     this.TsbSave             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsbAutoSave         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator1 = new global::System.Windows.Forms.ToolStripSeparator();
     this.TbTime           = new global::System.Windows.Forms.ToolStripTextBox();
     this.TbStart          = new global::System.Windows.Forms.ToolStripButton();
     this.TbStop           = new global::System.Windows.Forms.ToolStripButton();
     this.Timer_0          = new global::System.Windows.Forms.Timer(this.icontainer_0);
     this.DgvInfo          = new global::System.Windows.Forms.DataGridView();
     this.DgvDataCampo     = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvDataValor     = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.OpenFileDialog_0 = new global::System.Windows.Forms.OpenFileDialog();
     this.SaveFileDialog_0 = new global::System.Windows.Forms.SaveFileDialog();
     this.lbResult         = new global::System.Windows.Forms.Label();
     this.tsFormatMenu     = new global::System.Windows.Forms.ToolStrip();
     this.ToolStripLabel1  = new global::System.Windows.Forms.ToolStripLabel();
     this.tbPinFormat1     = new global::System.Windows.Forms.ToolStripTextBox();
     this.tbPinFormat2     = new global::System.Windows.Forms.ToolStripTextBox();
     this.tsbCalculate     = new global::System.Windows.Forms.ToolStripButton();
     this.ProgressBar1     = new global::Class12();
     this.ToolStrip1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvInfo).BeginInit();
     this.tsFormatMenu.SuspendLayout();
     base.SuspendLayout();
     this.ToolStrip1.GripStyle = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsbOpen,
         this.tsbSaveMenu,
         this.ToolStripSeparator1,
         this.TbTime,
         this.TbStart,
         this.TbStop
     });
     componentResourceManager.ApplyResources(this.ToolStrip1, "ToolStrip1");
     this.ToolStrip1.Name      = "ToolStrip1";
     this.tsbOpen.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbOpen.Image        = global::GClass0.Bitmap_39;
     componentResourceManager.ApplyResources(this.tsbOpen, "tsbOpen");
     this.tsbOpen.Name             = "tsbOpen";
     this.tsbSaveMenu.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSaveMenu.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.TsbSave,
         this.tsbAutoSave
     });
     this.tsbSaveMenu.Image = global::GClass0.Bitmap_49;
     componentResourceManager.ApplyResources(this.tsbSaveMenu, "tsbSaveMenu");
     this.tsbSaveMenu.Name = "tsbSaveMenu";
     this.TsbSave.Image    = global::GClass0.Bitmap_49;
     this.TsbSave.Name     = "TsbSave";
     componentResourceManager.ApplyResources(this.TsbSave, "TsbSave");
     this.tsbAutoSave.Checked      = true;
     this.tsbAutoSave.CheckOnClick = true;
     this.tsbAutoSave.CheckState   = global::System.Windows.Forms.CheckState.Checked;
     this.tsbAutoSave.Name         = "tsbAutoSave";
     componentResourceManager.ApplyResources(this.tsbAutoSave, "tsbAutoSave");
     this.ToolStripSeparator1.Name = "ToolStripSeparator1";
     componentResourceManager.ApplyResources(this.ToolStripSeparator1, "ToolStripSeparator1");
     this.TbTime.Name = "TbTime";
     componentResourceManager.ApplyResources(this.TbTime, "TbTime");
     this.TbStart.Image = global::GClass0.Bitmap_40;
     componentResourceManager.ApplyResources(this.TbStart, "TbStart");
     this.TbStart.Name = "TbStart";
     componentResourceManager.ApplyResources(this.TbStop, "TbStop");
     this.TbStop.Image                            = global::GClass0.Bitmap_51;
     this.TbStop.Name                             = "TbStop";
     this.Timer_0.Interval                        = 1000;
     this.DgvInfo.AllowUserToAddRows              = false;
     this.DgvInfo.AllowUserToDeleteRows           = false;
     this.DgvInfo.AllowUserToResizeColumns        = false;
     this.DgvInfo.AllowUserToResizeRows           = false;
     dataGridViewCellStyle.BackColor              = global::System.Drawing.Color.LemonChiffon;
     this.DgvInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.DgvInfo.BackgroundColor                 = global::System.Drawing.SystemColors.Info;
     this.DgvInfo.ColumnHeadersHeightSizeMode     = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgvInfo.ColumnHeadersVisible            = false;
     this.DgvInfo.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.DgvDataCampo,
         this.DgvDataValor
     });
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.Color.LightGoldenrodYellow;
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle2.ForeColor          = global::System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvInfo.DefaultCellStyle             = dataGridViewCellStyle2;
     componentResourceManager.ApplyResources(this.DgvInfo, "DgvInfo");
     this.DgvInfo.MultiSelect           = false;
     this.DgvInfo.Name                  = "DgvInfo";
     this.DgvInfo.ReadOnly              = true;
     this.DgvInfo.RowHeadersVisible     = false;
     this.DgvInfo.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.DgvInfo.ShowCellErrors        = false;
     this.DgvInfo.StandardTab           = true;
     dataGridViewCellStyle3.Font        = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.DgvDataCampo.DefaultCellStyle = dataGridViewCellStyle3;
     componentResourceManager.ApplyResources(this.DgvDataCampo, "DgvDataCampo");
     this.DgvDataCampo.Name         = "DgvDataCampo";
     this.DgvDataCampo.ReadOnly     = true;
     this.DgvDataValor.AutoSizeMode = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     componentResourceManager.ApplyResources(this.DgvDataValor, "DgvDataValor");
     this.DgvDataValor.Name           = "DgvDataValor";
     this.DgvDataValor.ReadOnly       = true;
     this.OpenFileDialog_0.DefaultExt = "log";
     this.OpenFileDialog_0.FileName   = "OpenFileDialog1";
     componentResourceManager.ApplyResources(this.OpenFileDialog_0, "OpenFileDialog1");
     this.OpenFileDialog_0.InitialDirectory = "Log";
     this.SaveFileDialog_0.DefaultExt       = "log";
     componentResourceManager.ApplyResources(this.SaveFileDialog_0, "SaveFileDialog1");
     this.SaveFileDialog_0.InitialDirectory = "Log";
     this.lbResult.BackColor = global::System.Drawing.Color.Red;
     componentResourceManager.ApplyResources(this.lbResult, "lbResult");
     this.lbResult.ForeColor     = global::System.Drawing.Color.White;
     this.lbResult.Name          = "lbResult";
     this.tsFormatMenu.GripStyle = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsFormatMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripLabel1,
         this.tbPinFormat1,
         this.tbPinFormat2,
         this.tsbCalculate
     });
     componentResourceManager.ApplyResources(this.tsFormatMenu, "tsFormatMenu");
     this.tsFormatMenu.Name    = "tsFormatMenu";
     this.ToolStripLabel1.Name = "ToolStripLabel1";
     componentResourceManager.ApplyResources(this.ToolStripLabel1, "ToolStripLabel1");
     componentResourceManager.ApplyResources(this.tbPinFormat1, "tbPinFormat1");
     this.tbPinFormat1.ForeColor = global::System.Drawing.Color.DarkGreen;
     this.tbPinFormat1.Name      = "tbPinFormat1";
     this.tbPinFormat1.Tag       = "";
     componentResourceManager.ApplyResources(this.tbPinFormat2, "tbPinFormat2");
     this.tbPinFormat2.ForeColor    = global::System.Drawing.Color.DarkGreen;
     this.tbPinFormat2.Name         = "tbPinFormat2";
     this.tsbCalculate.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbCalculate.Image        = global::GClass0.Bitmap_9;
     componentResourceManager.ApplyResources(this.tsbCalculate, "tsbCalculate");
     this.tsbCalculate.Name    = "tsbCalculate";
     this.ProgressBar1.Color_0 = global::System.Drawing.Color.Red;
     componentResourceManager.ApplyResources(this.ProgressBar1, "ProgressBar1");
     this.ProgressBar1.ForeColor = global::System.Drawing.SystemColors.ActiveCaptionText;
     this.ProgressBar1.Name      = "ProgressBar1";
     this.ProgressBar1.Style     = global::System.Windows.Forms.ProgressBarStyle.Continuous;
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.lbResult);
     base.Controls.Add(this.DgvInfo);
     base.Controls.Add(this.ProgressBar1);
     base.Controls.Add(this.tsFormatMenu);
     base.Controls.Add(this.ToolStrip1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "RandomPinForm";
     base.ShowIcon        = false;
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvInfo).EndInit();
     this.tsFormatMenu.ResumeLayout(false);
     this.tsFormatMenu.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #6
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.AboutForm));
     this.Label1       = new global::System.Windows.Forms.Label();
     this.StatusStrip1 = new global::System.Windows.Forms.StatusStrip();
     this.lbVersion    = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.PictureBox2  = new global::System.Windows.Forms.PictureBox();
     this.btDonate     = new global::System.Windows.Forms.Button();
     this.PictureBox1  = new global::System.Windows.Forms.PictureBox();
     this.ScrollLabel1 = new global::GClass14();
     this.Panel1       = new global::System.Windows.Forms.Panel();
     this.StatusStrip1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.Panel1.SuspendLayout();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.Label1, "Label1");
     this.Label1.ForeColor = global::System.Drawing.Color.DarkBlue;
     this.Label1.Name      = "Label1";
     componentResourceManager.ApplyResources(this.StatusStrip1, "StatusStrip1");
     this.StatusStrip1.BackColor = global::System.Drawing.Color.White;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.lbVersion
     });
     this.StatusStrip1.Name       = "StatusStrip1";
     this.StatusStrip1.SizingGrip = false;
     componentResourceManager.ApplyResources(this.lbVersion, "lbVersion");
     this.lbVersion.Name = "lbVersion";
     componentResourceManager.ApplyResources(this.PictureBox2, "PictureBox2");
     this.PictureBox2.BackColor = global::System.Drawing.Color.White;
     this.PictureBox2.Image     = global::GClass0.Bitmap_7;
     this.PictureBox2.Name      = "PictureBox2";
     this.PictureBox2.TabStop   = false;
     componentResourceManager.ApplyResources(this.btDonate, "btDonate");
     this.btDonate.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.btDonate.Image  = global::GClass0.Bitmap_43;
     this.btDonate.Name   = "btDonate";
     this.btDonate.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.PictureBox1, "PictureBox1");
     this.PictureBox1.BackColor = global::System.Drawing.Color.Transparent;
     this.PictureBox1.Image     = global::GClass0.Bitmap_54;
     this.PictureBox1.Name      = "PictureBox1";
     this.PictureBox1.TabStop   = false;
     componentResourceManager.ApplyResources(this.ScrollLabel1, "ScrollLabel1");
     this.ScrollLabel1.Int32_0  = 60;
     this.ScrollLabel1.Name     = "ScrollLabel1";
     this.ScrollLabel1.GEnum7_0 = global::GClass14.GEnum7.vertical;
     componentResourceManager.ApplyResources(this.Panel1, "Panel1");
     this.Panel1.BackColor = global::System.Drawing.SystemColors.Window;
     this.Panel1.Controls.Add(this.PictureBox1);
     this.Panel1.Controls.Add(this.btDonate);
     this.Panel1.Name = "Panel1";
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.Panel1);
     base.Controls.Add(this.ScrollLabel1);
     base.Controls.Add(this.PictureBox2);
     base.Controls.Add(this.StatusStrip1);
     base.Controls.Add(this.Label1);
     this.DoubleBuffered  = true;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "AboutForm";
     base.ShowIcon        = false;
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #7
0
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.WpsPinForm));
     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.bnavWpsPin = new global::System.Windows.Forms.BindingNavigator(this.icontainer_0);
     this.BindingNavigatorAddNewItem = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorCountItem  = new global::System.Windows.Forms.ToolStripLabel();
     this.tbImport = new global::System.Windows.Forms.ToolStripButton();
     this.tbExport = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMoveFirstItem    = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMovePreviousItem = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorSeparator        = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorPositionItem     = new global::System.Windows.Forms.ToolStripTextBox();
     this.BindingNavigatorSeparator1       = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorMoveNextItem     = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorMoveLastItem     = new global::System.Windows.Forms.ToolStripButton();
     this.BindingNavigatorSeparator2       = new global::System.Windows.Forms.ToolStripSeparator();
     this.BindingNavigatorDeleteItem       = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator1 = new global::System.Windows.Forms.ToolStripSeparator();
     this.ToolStripLabel1     = new global::System.Windows.Forms.ToolStripLabel();
     this.tbSearch            = new global::System.Windows.Forms.ToolStripTextBox();
     this.dgvWps            = new global::System.Windows.Forms.DataGridView();
     this.dgvWPSId          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWpsDeviceName  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWPSModelName   = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWPSModelNumber = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWpsBssid       = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWpsPin         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvWpsAlgorithmId = new global::System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dgvWpsPixie       = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ToolTip_0         = new global::System.Windows.Forms.ToolTip(this.icontainer_0);
     ((global::System.ComponentModel.ISupportInitialize) this.bnavWpsPin).BeginInit();
     this.bnavWpsPin.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgvWps).BeginInit();
     base.SuspendLayout();
     this.bnavWpsPin.AddNewItem      = this.BindingNavigatorAddNewItem;
     this.bnavWpsPin.CountItem       = this.BindingNavigatorCountItem;
     this.bnavWpsPin.CountItemFormat = "of {0}";
     this.bnavWpsPin.DeleteItem      = null;
     this.bnavWpsPin.GripStyle       = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.bnavWpsPin.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tbImport,
         this.tbExport,
         this.BindingNavigatorMoveFirstItem,
         this.BindingNavigatorMovePreviousItem,
         this.BindingNavigatorSeparator,
         this.BindingNavigatorPositionItem,
         this.BindingNavigatorCountItem,
         this.BindingNavigatorSeparator1,
         this.BindingNavigatorMoveNextItem,
         this.BindingNavigatorMoveLastItem,
         this.BindingNavigatorSeparator2,
         this.BindingNavigatorAddNewItem,
         this.BindingNavigatorDeleteItem,
         this.ToolStripSeparator1,
         this.ToolStripLabel1,
         this.tbSearch
     });
     componentResourceManager.ApplyResources(this.bnavWpsPin, "bnavWpsPin");
     this.bnavWpsPin.MoveFirstItem                = this.BindingNavigatorMoveFirstItem;
     this.bnavWpsPin.MoveLastItem                 = this.BindingNavigatorMoveLastItem;
     this.bnavWpsPin.MoveNextItem                 = this.BindingNavigatorMoveNextItem;
     this.bnavWpsPin.MovePreviousItem             = this.BindingNavigatorMovePreviousItem;
     this.bnavWpsPin.Name                         = "bnavWpsPin";
     this.bnavWpsPin.PositionItem                 = this.BindingNavigatorPositionItem;
     this.BindingNavigatorAddNewItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorAddNewItem.Image        = global::GClass0.Bitmap_2;
     this.BindingNavigatorAddNewItem.Name         = "BindingNavigatorAddNewItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem");
     componentResourceManager.ApplyResources(this.BindingNavigatorCountItem, "BindingNavigatorCountItem");
     this.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem";
     this.tbImport.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     componentResourceManager.ApplyResources(this.tbImport, "tbImport");
     this.tbImport.Name         = "tbImport";
     this.tbExport.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     componentResourceManager.ApplyResources(this.tbExport, "tbExport");
     this.tbExport.Name = "tbExport";
     this.BindingNavigatorMoveFirstItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveFirstItem.Image        = global::GClass0.Bitmap_17;
     this.BindingNavigatorMoveFirstItem.Name         = "BindingNavigatorMoveFirstItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem");
     this.BindingNavigatorMovePreviousItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMovePreviousItem.Image        = global::GClass0.Bitmap_37;
     this.BindingNavigatorMovePreviousItem.Name         = "BindingNavigatorMovePreviousItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem");
     this.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator, "BindingNavigatorSeparator");
     componentResourceManager.ApplyResources(this.BindingNavigatorPositionItem, "BindingNavigatorPositionItem");
     this.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem";
     this.BindingNavigatorSeparator1.Name   = "BindingNavigatorSeparator1";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator1, "BindingNavigatorSeparator1");
     this.BindingNavigatorMoveNextItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveNextItem.Image        = global::GClass0.Bitmap_38;
     this.BindingNavigatorMoveNextItem.Name         = "BindingNavigatorMoveNextItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem");
     this.BindingNavigatorMoveLastItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorMoveLastItem.Image        = global::GClass0.Bitmap_18;
     this.BindingNavigatorMoveLastItem.Name         = "BindingNavigatorMoveLastItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem");
     this.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2";
     componentResourceManager.ApplyResources(this.BindingNavigatorSeparator2, "BindingNavigatorSeparator2");
     this.BindingNavigatorDeleteItem.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.BindingNavigatorDeleteItem.Image        = global::GClass0.Bitmap_13;
     this.BindingNavigatorDeleteItem.Name         = "BindingNavigatorDeleteItem";
     componentResourceManager.ApplyResources(this.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem");
     this.ToolStripSeparator1.Name = "ToolStripSeparator1";
     componentResourceManager.ApplyResources(this.ToolStripSeparator1, "ToolStripSeparator1");
     this.ToolStripLabel1.Image = global::GClass0.Bitmap_36;
     this.ToolStripLabel1.Name  = "ToolStripLabel1";
     componentResourceManager.ApplyResources(this.ToolStripLabel1, "ToolStripLabel1");
     this.tbSearch.BackColor   = global::System.Drawing.SystemColors.Info;
     this.tbSearch.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbSearch.Name        = "tbSearch";
     componentResourceManager.ApplyResources(this.tbSearch, "tbSearch");
     this.dgvWps.AllowUserToAddRows              = false;
     this.dgvWps.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle.BackColor             = global::System.Drawing.Color.Azure;
     this.dgvWps.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.dgvWps.ClipboardCopyMode           = global::System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
     this.dgvWps.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvWps.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.dgvWPSId,
         this.dgvWpsDeviceName,
         this.dgvWPSModelName,
         this.dgvWPSModelNumber,
         this.dgvWpsBssid,
         this.dgvWpsPin,
         this.dgvWpsAlgorithmId,
         this.dgvWpsPixie
     });
     componentResourceManager.ApplyResources(this.dgvWps, "dgvWps");
     this.dgvWps.Name = "dgvWps";
     this.dgvWps.RowHeadersWidthSizeMode = global::System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dgvWps.SelectionMode           = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvWPSId.DataPropertyName      = "id";
     componentResourceManager.ApplyResources(this.dgvWPSId, "dgvWPSId");
     this.dgvWPSId.Name     = "dgvWPSId";
     this.dgvWPSId.ReadOnly = true;
     this.dgvWpsDeviceName.DataPropertyName = "DeviceName";
     componentResourceManager.ApplyResources(this.dgvWpsDeviceName, "dgvWpsDeviceName");
     this.dgvWpsDeviceName.Name            = "dgvWpsDeviceName";
     this.dgvWPSModelName.DataPropertyName = "ModelName";
     componentResourceManager.ApplyResources(this.dgvWPSModelName, "dgvWPSModelName");
     this.dgvWPSModelName.Name = "dgvWPSModelName";
     this.dgvWPSModelNumber.DataPropertyName = "ModelNumber";
     componentResourceManager.ApplyResources(this.dgvWPSModelNumber, "dgvWPSModelNumber");
     this.dgvWPSModelNumber.Name       = "dgvWPSModelNumber";
     this.dgvWpsBssid.DataPropertyName = "BSSID";
     dataGridViewCellStyle2.Font       = new global::System.Drawing.Font("Lucida Console", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.dgvWpsBssid.DefaultCellStyle = dataGridViewCellStyle2;
     componentResourceManager.ApplyResources(this.dgvWpsBssid, "dgvWpsBssid");
     this.dgvWpsBssid.Name           = "dgvWpsBssid";
     this.dgvWpsPin.AutoSizeMode     = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dgvWpsPin.DataPropertyName = "PIN";
     this.dgvWpsPin.FillWeight       = 200f;
     componentResourceManager.ApplyResources(this.dgvWpsPin, "dgvWpsPin");
     this.dgvWpsPin.Name = "dgvWpsPin";
     componentResourceManager.ApplyResources(this.dgvWpsAlgorithmId, "dgvWpsAlgorithmId");
     this.dgvWpsAlgorithmId.Name       = "dgvWpsAlgorithmId";
     this.dgvWpsPixie.DataPropertyName = "PixieDust";
     this.dgvWpsPixie.FalseValue       = "0";
     this.dgvWpsPixie.FillWeight       = 80f;
     componentResourceManager.ApplyResources(this.dgvWpsPixie, "dgvWpsPixie");
     this.dgvWpsPixie.IndeterminateValue = "0";
     this.dgvWpsPixie.Name      = "dgvWpsPixie";
     this.dgvWpsPixie.TrueValue = "1";
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = global::System.Drawing.SystemColors.ActiveCaption;
     base.Controls.Add(this.dgvWps);
     base.Controls.Add(this.bnavWpsPin);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "WpsPinForm";
     ((global::System.ComponentModel.ISupportInitialize) this.bnavWpsPin).EndInit();
     this.bnavWpsPin.ResumeLayout(false);
     this.bnavWpsPin.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgvWps).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #8
0
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.MainForm));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10  = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.SplitContainer1       = new global::System.Windows.Forms.SplitContainer();
     this.SplitContainer3       = new global::System.Windows.Forms.SplitContainer();
     this.SplitContainer2       = new global::System.Windows.Forms.SplitContainer();
     this.DgvAps                = new global::System.Windows.Forms.DataGridView();
     this.dgvApsStatus          = new global::System.Windows.Forms.DataGridViewImageColumn();
     this.DgvApsPinStatus       = new global::System.Windows.Forms.DataGridViewImageColumn();
     this.DgvApsSSID            = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvApsBSSID           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvApsChannel         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvApsSignal          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvApsVersion         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvApsLocked          = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ContextMenuPin        = new global::System.Windows.Forms.ContextMenuStrip(this.icontainer_0);
     this.tbMenuPin_Checksum    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripMenuItem1    = new global::System.Windows.Forms.ToolStripSeparator();
     this.tsMenuAlgorithms      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_EasyBox     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_LiveBox     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_Trend       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_Dlink       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_FTE         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_AiroCon     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_Asus        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_ZAO         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.XBitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_28bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_32bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_36bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_40bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_44bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_48bit       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AllToolStripMenuItem  = new global::System.Windows.Forms.ToolStripSeparator();
     this.tsMenuPin_24RHbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_32RHbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_48RHbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripMenuItem3    = new global::System.Windows.Forms.ToolStripSeparator();
     this.tsMenuPin_24RNbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_32RNbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_48RNbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripMenuItem2    = new global::System.Windows.Forms.ToolStripSeparator();
     this.tsMenuPin_Allxbit     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuPin_Null        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AllToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripSeparator();
     this.tsMenuPin_All         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.DgvAttributes         = new global::System.Windows.Forms.DataGridView();
     this.DgvDataCampo          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvDataValor          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvPins               = new global::System.Windows.Forms.DataGridView();
     this.DgvPinsPin            = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DgvPinsDescription    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tsApToolMenu          = new global::System.Windows.Forms.ToolStrip();
     this.TsbStop               = new global::System.Windows.Forms.ToolStripButton();
     this.TsbPin                = new global::System.Windows.Forms.ToolStripButton();
     this.TsbAllPin             = new global::System.Windows.Forms.ToolStripButton();
     this.TsbRandomPin          = new global::System.Windows.Forms.ToolStripButton();
     this.TsbPixie              = new global::System.Windows.Forms.ToolStripSplitButton();
     this.TsbPixieAdvance       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsbPButton            = new global::System.Windows.Forms.ToolStripButton();
     this.btClearConsole        = new global::System.Windows.Forms.Button();
     this.BtExpandMessage       = new global::System.Windows.Forms.Button();
     this.RtbMessage            = new global::System.Windows.Forms.RichTextBox();
     this.ImageList_0           = new global::System.Windows.Forms.ImageList(this.icontainer_0);
     this.ToolTip_0             = new global::System.Windows.Forms.ToolTip(this.icontainer_0);
     this.PbLicense             = new global::System.Windows.Forms.PictureBox();
     this.btDonate              = new global::System.Windows.Forms.Button();
     this.StatusStrip1          = new global::System.Windows.Forms.StatusStrip();
     this.TsCpyRigth            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.tsInterfaces          = new global::System.Windows.Forms.ToolStrip();
     this.btRefresh             = new global::System.Windows.Forms.ToolStripButton();
     this.cbAdapters            = new global::System.Windows.Forms.ToolStripComboBox();
     this.tbScanTime            = new global::System.Windows.Forms.ToolStripTextBox();
     this.btScan                = new global::System.Windows.Forms.ToolStripSplitButton();
     this.tsWPSOnly             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tsbPbcScan            = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator2   = new global::System.Windows.Forms.ToolStripSeparator();
     this.btAbout               = new global::System.Windows.Forms.ToolStripButton();
     this.btDataBase            = new global::System.Windows.Forms.ToolStripDropDownButton();
     this.btPinDb               = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btNetsBD              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator4   = new global::System.Windows.Forms.ToolStripSeparator();
     this.cbLanguage            = new global::System.Windows.Forms.ToolStripComboBox();
     this.btPrivateMode         = new global::System.Windows.Forms.ToolStripButton();
     this.ScrollLabel1          = new global::GClass14();
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer1).BeginInit();
     this.SplitContainer1.Panel1.SuspendLayout();
     this.SplitContainer1.Panel2.SuspendLayout();
     this.SplitContainer1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer3).BeginInit();
     this.SplitContainer3.Panel1.SuspendLayout();
     this.SplitContainer3.Panel2.SuspendLayout();
     this.SplitContainer3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer2).BeginInit();
     this.SplitContainer2.Panel1.SuspendLayout();
     this.SplitContainer2.Panel2.SuspendLayout();
     this.SplitContainer2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvAps).BeginInit();
     this.ContextMenuPin.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvAttributes).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvPins).BeginInit();
     this.tsApToolMenu.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PbLicense).BeginInit();
     this.StatusStrip1.SuspendLayout();
     this.tsInterfaces.SuspendLayout();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.SplitContainer1, "SplitContainer1");
     this.SplitContainer1.BackColor = global::System.Drawing.SystemColors.ActiveCaption;
     this.SplitContainer1.Name      = "SplitContainer1";
     componentResourceManager.ApplyResources(this.SplitContainer1.Panel1, "SplitContainer1.Panel1");
     this.SplitContainer1.Panel1.Controls.Add(this.SplitContainer3);
     this.ToolTip_0.SetToolTip(this.SplitContainer1.Panel1, componentResourceManager.GetString("SplitContainer1.Panel1.ToolTip"));
     componentResourceManager.ApplyResources(this.SplitContainer1.Panel2, "SplitContainer1.Panel2");
     this.SplitContainer1.Panel2.Controls.Add(this.btClearConsole);
     this.SplitContainer1.Panel2.Controls.Add(this.BtExpandMessage);
     this.SplitContainer1.Panel2.Controls.Add(this.RtbMessage);
     this.ToolTip_0.SetToolTip(this.SplitContainer1.Panel2, componentResourceManager.GetString("SplitContainer1.Panel2.ToolTip"));
     this.ToolTip_0.SetToolTip(this.SplitContainer1, componentResourceManager.GetString("SplitContainer1.ToolTip"));
     componentResourceManager.ApplyResources(this.SplitContainer3, "SplitContainer3");
     this.SplitContainer3.Name = "SplitContainer3";
     componentResourceManager.ApplyResources(this.SplitContainer3.Panel1, "SplitContainer3.Panel1");
     this.SplitContainer3.Panel1.Controls.Add(this.SplitContainer2);
     this.ToolTip_0.SetToolTip(this.SplitContainer3.Panel1, componentResourceManager.GetString("SplitContainer3.Panel1.ToolTip"));
     componentResourceManager.ApplyResources(this.SplitContainer3.Panel2, "SplitContainer3.Panel2");
     this.SplitContainer3.Panel2.Controls.Add(this.DgvPins);
     this.SplitContainer3.Panel2.Controls.Add(this.tsApToolMenu);
     this.ToolTip_0.SetToolTip(this.SplitContainer3.Panel2, componentResourceManager.GetString("SplitContainer3.Panel2.ToolTip"));
     this.ToolTip_0.SetToolTip(this.SplitContainer3, componentResourceManager.GetString("SplitContainer3.ToolTip"));
     componentResourceManager.ApplyResources(this.SplitContainer2, "SplitContainer2");
     this.SplitContainer2.Name = "SplitContainer2";
     componentResourceManager.ApplyResources(this.SplitContainer2.Panel1, "SplitContainer2.Panel1");
     this.SplitContainer2.Panel1.Controls.Add(this.DgvAps);
     this.ToolTip_0.SetToolTip(this.SplitContainer2.Panel1, componentResourceManager.GetString("SplitContainer2.Panel1.ToolTip"));
     componentResourceManager.ApplyResources(this.SplitContainer2.Panel2, "SplitContainer2.Panel2");
     this.SplitContainer2.Panel2.Controls.Add(this.DgvAttributes);
     this.ToolTip_0.SetToolTip(this.SplitContainer2.Panel2, componentResourceManager.GetString("SplitContainer2.Panel2.ToolTip"));
     this.ToolTip_0.SetToolTip(this.SplitContainer2, componentResourceManager.GetString("SplitContainer2.ToolTip"));
     componentResourceManager.ApplyResources(this.DgvAps, "DgvAps");
     this.DgvAps.AllowUserToAddRows              = false;
     this.DgvAps.AllowUserToDeleteRows           = false;
     this.DgvAps.AllowUserToResizeColumns        = false;
     this.DgvAps.AllowUserToResizeRows           = false;
     dataGridViewCellStyle.BackColor             = global::System.Drawing.SystemColors.Menu;
     this.DgvAps.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.DgvAps.ColumnHeadersHeightSizeMode     = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgvAps.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.dgvApsStatus,
         this.DgvApsPinStatus,
         this.DgvApsSSID,
         this.DgvApsBSSID,
         this.DgvApsChannel,
         this.DgvApsSignal,
         this.DgvApsVersion,
         this.DgvApsLocked
     });
     this.DgvAps.ContextMenuStrip              = this.ContextMenuPin;
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.SystemColors.InactiveBorder;
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font("Lucida Console", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle2.ForeColor          = global::System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvAps.DefaultCellStyle              = dataGridViewCellStyle2;
     this.DgvAps.MultiSelect           = false;
     this.DgvAps.Name                  = "DgvAps";
     this.DgvAps.ReadOnly              = true;
     this.DgvAps.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.DgvAps.RowHeadersVisible     = false;
     this.DgvAps.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ToolTip_0.SetToolTip(this.DgvAps, componentResourceManager.GetString("DgvAps.ToolTip"));
     this.dgvApsStatus.DataPropertyName = "Status";
     componentResourceManager.ApplyResources(this.dgvApsStatus, "dgvApsStatus");
     this.dgvApsStatus.Name                = "dgvApsStatus";
     this.dgvApsStatus.ReadOnly            = true;
     this.DgvApsPinStatus.DataPropertyName = "PinStatus";
     componentResourceManager.ApplyResources(this.DgvApsPinStatus, "DgvApsPinStatus");
     this.DgvApsPinStatus.Name        = "DgvApsPinStatus";
     this.DgvApsPinStatus.ReadOnly    = true;
     this.DgvApsSSID.AutoSizeMode     = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.DgvApsSSID.DataPropertyName = "SSID";
     componentResourceManager.ApplyResources(this.DgvApsSSID, "DgvApsSSID");
     this.DgvApsSSID.Name              = "DgvApsSSID";
     this.DgvApsSSID.ReadOnly          = true;
     this.DgvApsBSSID.DataPropertyName = "BSSID";
     componentResourceManager.ApplyResources(this.DgvApsBSSID, "DgvApsBSSID");
     this.DgvApsBSSID.Name               = "DgvApsBSSID";
     this.DgvApsBSSID.ReadOnly           = true;
     this.DgvApsChannel.DataPropertyName = "Channel";
     dataGridViewCellStyle3.Alignment    = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.DgvApsChannel.DefaultCellStyle = dataGridViewCellStyle3;
     componentResourceManager.ApplyResources(this.DgvApsChannel, "DgvApsChannel");
     this.DgvApsChannel.Name            = "DgvApsChannel";
     this.DgvApsChannel.ReadOnly        = true;
     this.DgvApsChannel.Resizable       = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvApsSignal.DataPropertyName = "RSSI";
     dataGridViewCellStyle4.Alignment   = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.DgvApsSignal.DefaultCellStyle = dataGridViewCellStyle4;
     componentResourceManager.ApplyResources(this.DgvApsSignal, "DgvApsSignal");
     this.DgvApsSignal.Name              = "DgvApsSignal";
     this.DgvApsSignal.ReadOnly          = true;
     this.DgvApsSignal.Resizable         = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvApsVersion.DataPropertyName = "Version";
     componentResourceManager.ApplyResources(this.DgvApsVersion, "DgvApsVersion");
     this.DgvApsVersion.Name            = "DgvApsVersion";
     this.DgvApsVersion.ReadOnly        = true;
     this.DgvApsLocked.DataPropertyName = "ApSetupLocked";
     componentResourceManager.ApplyResources(this.DgvApsLocked, "DgvApsLocked");
     this.DgvApsLocked.Name      = "DgvApsLocked";
     this.DgvApsLocked.ReadOnly  = true;
     this.DgvApsLocked.Resizable = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvApsLocked.SortMode  = global::System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     componentResourceManager.ApplyResources(this.ContextMenuPin, "ContextMenuPin");
     this.ContextMenuPin.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tbMenuPin_Checksum,
         this.ToolStripMenuItem1,
         this.tsMenuAlgorithms
     });
     this.ContextMenuPin.Name = "ContextMenuPin";
     this.ToolTip_0.SetToolTip(this.ContextMenuPin, componentResourceManager.GetString("ContextMenuPin.ToolTip"));
     componentResourceManager.ApplyResources(this.tbMenuPin_Checksum, "tbMenuPin_Checksum");
     this.tbMenuPin_Checksum.Image = global::GClass0.Bitmap_26;
     this.tbMenuPin_Checksum.Name  = "tbMenuPin_Checksum";
     componentResourceManager.ApplyResources(this.ToolStripMenuItem1, "ToolStripMenuItem1");
     this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
     componentResourceManager.ApplyResources(this.tsMenuAlgorithms, "tsMenuAlgorithms");
     this.tsMenuAlgorithms.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsMenuPin_EasyBox,
         this.tsMenuPin_LiveBox,
         this.tsMenuPin_Trend,
         this.tsMenuPin_Dlink,
         this.tsMenuPin_FTE,
         this.tsMenuPin_AiroCon,
         this.tsMenuPin_Asus,
         this.tsMenuPin_ZAO,
         this.XBitToolStripMenuItem,
         this.tsMenuPin_Null,
         this.AllToolStripMenuItem1,
         this.tsMenuPin_All
     });
     this.tsMenuAlgorithms.Image = global::GClass0.Bitmap_8;
     this.tsMenuAlgorithms.Name  = "tsMenuAlgorithms";
     componentResourceManager.ApplyResources(this.tsMenuPin_EasyBox, "tsMenuPin_EasyBox");
     this.tsMenuPin_EasyBox.Image = global::GClass0.Bitmap_28;
     this.tsMenuPin_EasyBox.Name  = "tsMenuPin_EasyBox";
     componentResourceManager.ApplyResources(this.tsMenuPin_LiveBox, "tsMenuPin_LiveBox");
     this.tsMenuPin_LiveBox.Image = global::GClass0.Bitmap_30;
     this.tsMenuPin_LiveBox.Name  = "tsMenuPin_LiveBox";
     componentResourceManager.ApplyResources(this.tsMenuPin_Trend, "tsMenuPin_Trend");
     this.tsMenuPin_Trend.Image = global::GClass0.Bitmap_32;
     this.tsMenuPin_Trend.Name  = "tsMenuPin_Trend";
     componentResourceManager.ApplyResources(this.tsMenuPin_Dlink, "tsMenuPin_Dlink");
     this.tsMenuPin_Dlink.Image = global::GClass0.Bitmap_27;
     this.tsMenuPin_Dlink.Name  = "tsMenuPin_Dlink";
     componentResourceManager.ApplyResources(this.tsMenuPin_FTE, "tsMenuPin_FTE");
     this.tsMenuPin_FTE.Image = global::GClass0.Bitmap_29;
     this.tsMenuPin_FTE.Name  = "tsMenuPin_FTE";
     componentResourceManager.ApplyResources(this.tsMenuPin_AiroCon, "tsMenuPin_AiroCon");
     this.tsMenuPin_AiroCon.Image = global::GClass0.Bitmap_24;
     this.tsMenuPin_AiroCon.Name  = "tsMenuPin_AiroCon";
     componentResourceManager.ApplyResources(this.tsMenuPin_Asus, "tsMenuPin_Asus");
     this.tsMenuPin_Asus.Image = global::GClass0.Bitmap_25;
     this.tsMenuPin_Asus.Name  = "tsMenuPin_Asus";
     componentResourceManager.ApplyResources(this.tsMenuPin_ZAO, "tsMenuPin_ZAO");
     this.tsMenuPin_ZAO.Image = global::GClass0.Bitmap_34;
     this.tsMenuPin_ZAO.Name  = "tsMenuPin_ZAO";
     componentResourceManager.ApplyResources(this.XBitToolStripMenuItem, "XBitToolStripMenuItem");
     this.XBitToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsMenuPin_28bit,
         this.tsMenuPin_32bit,
         this.tsMenuPin_36bit,
         this.tsMenuPin_40bit,
         this.tsMenuPin_44bit,
         this.tsMenuPin_48bit,
         this.AllToolStripMenuItem,
         this.tsMenuPin_24RHbit,
         this.tsMenuPin_32RHbit,
         this.tsMenuPin_48RHbit,
         this.ToolStripMenuItem3,
         this.tsMenuPin_24RNbit,
         this.tsMenuPin_32RNbit,
         this.tsMenuPin_48RNbit,
         this.ToolStripMenuItem2,
         this.tsMenuPin_Allxbit
     });
     this.XBitToolStripMenuItem.Image = global::GClass0.Bitmap_33;
     this.XBitToolStripMenuItem.Name  = "XBitToolStripMenuItem";
     componentResourceManager.ApplyResources(this.tsMenuPin_28bit, "tsMenuPin_28bit");
     this.tsMenuPin_28bit.Name = "tsMenuPin_28bit";
     componentResourceManager.ApplyResources(this.tsMenuPin_32bit, "tsMenuPin_32bit");
     this.tsMenuPin_32bit.Name = "tsMenuPin_32bit";
     componentResourceManager.ApplyResources(this.tsMenuPin_36bit, "tsMenuPin_36bit");
     this.tsMenuPin_36bit.Name = "tsMenuPin_36bit";
     componentResourceManager.ApplyResources(this.tsMenuPin_40bit, "tsMenuPin_40bit");
     this.tsMenuPin_40bit.Name = "tsMenuPin_40bit";
     componentResourceManager.ApplyResources(this.tsMenuPin_44bit, "tsMenuPin_44bit");
     this.tsMenuPin_44bit.Name = "tsMenuPin_44bit";
     componentResourceManager.ApplyResources(this.tsMenuPin_48bit, "tsMenuPin_48bit");
     this.tsMenuPin_48bit.Name = "tsMenuPin_48bit";
     componentResourceManager.ApplyResources(this.AllToolStripMenuItem, "AllToolStripMenuItem");
     this.AllToolStripMenuItem.Name = "AllToolStripMenuItem";
     componentResourceManager.ApplyResources(this.tsMenuPin_24RHbit, "tsMenuPin_24RHbit");
     this.tsMenuPin_24RHbit.Name = "tsMenuPin_24RHbit";
     componentResourceManager.ApplyResources(this.tsMenuPin_32RHbit, "tsMenuPin_32RHbit");
     this.tsMenuPin_32RHbit.Name = "tsMenuPin_32RHbit";
     componentResourceManager.ApplyResources(this.tsMenuPin_48RHbit, "tsMenuPin_48RHbit");
     this.tsMenuPin_48RHbit.Name = "tsMenuPin_48RHbit";
     componentResourceManager.ApplyResources(this.ToolStripMenuItem3, "ToolStripMenuItem3");
     this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
     componentResourceManager.ApplyResources(this.tsMenuPin_24RNbit, "tsMenuPin_24RNbit");
     this.tsMenuPin_24RNbit.Name = "tsMenuPin_24RNbit";
     componentResourceManager.ApplyResources(this.tsMenuPin_32RNbit, "tsMenuPin_32RNbit");
     this.tsMenuPin_32RNbit.Name = "tsMenuPin_32RNbit";
     componentResourceManager.ApplyResources(this.tsMenuPin_48RNbit, "tsMenuPin_48RNbit");
     this.tsMenuPin_48RNbit.Name = "tsMenuPin_48RNbit";
     componentResourceManager.ApplyResources(this.ToolStripMenuItem2, "ToolStripMenuItem2");
     this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
     componentResourceManager.ApplyResources(this.tsMenuPin_Allxbit, "tsMenuPin_Allxbit");
     this.tsMenuPin_Allxbit.Name = "tsMenuPin_Allxbit";
     componentResourceManager.ApplyResources(this.tsMenuPin_Null, "tsMenuPin_Null");
     this.tsMenuPin_Null.Image = global::GClass0.Bitmap_31;
     this.tsMenuPin_Null.Name  = "tsMenuPin_Null";
     componentResourceManager.ApplyResources(this.AllToolStripMenuItem1, "AllToolStripMenuItem1");
     this.AllToolStripMenuItem1.Name = "AllToolStripMenuItem1";
     componentResourceManager.ApplyResources(this.tsMenuPin_All, "tsMenuPin_All");
     this.tsMenuPin_All.Name = "tsMenuPin_All";
     componentResourceManager.ApplyResources(this.DgvAttributes, "DgvAttributes");
     this.DgvAttributes.AllowUserToAddRows              = false;
     this.DgvAttributes.AllowUserToDeleteRows           = false;
     this.DgvAttributes.AllowUserToResizeColumns        = false;
     this.DgvAttributes.AllowUserToResizeRows           = false;
     dataGridViewCellStyle5.BackColor                   = global::System.Drawing.Color.LemonChiffon;
     this.DgvAttributes.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
     this.DgvAttributes.BackgroundColor                 = global::System.Drawing.SystemColors.Info;
     this.DgvAttributes.ColumnHeadersHeightSizeMode     = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgvAttributes.ColumnHeadersVisible            = false;
     this.DgvAttributes.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.DgvDataCampo,
         this.DgvDataValor
     });
     dataGridViewCellStyle6.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = global::System.Drawing.Color.LightGoldenrodYellow;
     dataGridViewCellStyle6.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle6.ForeColor          = global::System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvAttributes.DefaultCellStyle       = dataGridViewCellStyle6;
     this.DgvAttributes.MultiSelect            = false;
     this.DgvAttributes.Name               = "DgvAttributes";
     this.DgvAttributes.ReadOnly           = true;
     this.DgvAttributes.RowHeadersVisible  = false;
     this.DgvAttributes.RowTemplate.Height = 20;
     this.DgvAttributes.ShowCellErrors     = false;
     this.ToolTip_0.SetToolTip(this.DgvAttributes, componentResourceManager.GetString("DgvAttributes.ToolTip"));
     dataGridViewCellStyle7.Font        = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.DgvDataCampo.DefaultCellStyle = dataGridViewCellStyle7;
     componentResourceManager.ApplyResources(this.DgvDataCampo, "DgvDataCampo");
     this.DgvDataCampo.Name         = "DgvDataCampo";
     this.DgvDataCampo.ReadOnly     = true;
     this.DgvDataValor.AutoSizeMode = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     componentResourceManager.ApplyResources(this.DgvDataValor, "DgvDataValor");
     this.DgvDataValor.Name     = "DgvDataValor";
     this.DgvDataValor.ReadOnly = true;
     componentResourceManager.ApplyResources(this.DgvPins, "DgvPins");
     this.DgvPins.AllowUserToResizeColumns        = false;
     this.DgvPins.AllowUserToResizeRows           = false;
     dataGridViewCellStyle8.BackColor             = global::System.Drawing.Color.WhiteSmoke;
     this.DgvPins.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
     this.DgvPins.ColumnHeadersHeightSizeMode     = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgvPins.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.DgvPinsPin,
         this.DgvPinsDescription
     });
     this.DgvPins.ContextMenuStrip             = this.ContextMenuPin;
     dataGridViewCellStyle9.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor          = global::System.Drawing.Color.White;
     dataGridViewCellStyle9.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle9.ForeColor          = global::System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle9.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.DgvPins.DefaultCellStyle             = dataGridViewCellStyle9;
     this.DgvPins.MultiSelect                   = false;
     this.DgvPins.Name                          = "DgvPins";
     dataGridViewCellStyle10.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor          = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle10.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle10.ForeColor          = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.DgvPins.RowHeadersDefaultCellStyle    = dataGridViewCellStyle10;
     this.DgvPins.RowHeadersVisible             = false;
     this.DgvPins.SelectionMode                 = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ToolTip_0.SetToolTip(this.DgvPins, componentResourceManager.GetString("DgvPins.ToolTip"));
     this.DgvPinsPin.DataPropertyName = "Pin";
     componentResourceManager.ApplyResources(this.DgvPinsPin, "DgvPinsPin");
     this.DgvPinsPin.MaxInputLength           = 50;
     this.DgvPinsPin.Name                     = "DgvPinsPin";
     this.DgvPinsDescription.AutoSizeMode     = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.DgvPinsDescription.DataPropertyName = "Description";
     componentResourceManager.ApplyResources(this.DgvPinsDescription, "DgvPinsDescription");
     this.DgvPinsDescription.Name     = "DgvPinsDescription";
     this.DgvPinsDescription.ReadOnly = true;
     componentResourceManager.ApplyResources(this.tsApToolMenu, "tsApToolMenu");
     this.tsApToolMenu.ImageScalingSize = new global::System.Drawing.Size(24, 24);
     this.tsApToolMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.TsbStop,
         this.TsbPin,
         this.TsbAllPin,
         this.TsbRandomPin,
         this.TsbPixie,
         this.tsbPButton
     });
     this.tsApToolMenu.Name = "tsApToolMenu";
     this.ToolTip_0.SetToolTip(this.tsApToolMenu, componentResourceManager.GetString("tsApToolMenu.ToolTip"));
     componentResourceManager.ApplyResources(this.TsbStop, "TsbStop");
     this.TsbStop.Image  = global::GClass0.Bitmap_51;
     this.TsbStop.Margin = new global::System.Windows.Forms.Padding(2);
     this.TsbStop.Name   = "TsbStop";
     componentResourceManager.ApplyResources(this.TsbPin, "TsbPin");
     this.TsbPin.Image  = global::GClass0.Bitmap_40;
     this.TsbPin.Margin = new global::System.Windows.Forms.Padding(2);
     this.TsbPin.Name   = "TsbPin";
     componentResourceManager.ApplyResources(this.TsbAllPin, "TsbAllPin");
     this.TsbAllPin.Image  = global::GClass0.Bitmap_41;
     this.TsbAllPin.Margin = new global::System.Windows.Forms.Padding(2);
     this.TsbAllPin.Name   = "TsbAllPin";
     componentResourceManager.ApplyResources(this.TsbRandomPin, "TsbRandomPin");
     this.TsbRandomPin.Image  = global::GClass0.Bitmap_47;
     this.TsbRandomPin.Margin = new global::System.Windows.Forms.Padding(2);
     this.TsbRandomPin.Name   = "TsbRandomPin";
     componentResourceManager.ApplyResources(this.TsbPixie, "TsbPixie");
     this.TsbPixie.DropDownButtonWidth = 22;
     this.TsbPixie.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.TsbPixieAdvance
     });
     this.TsbPixie.Image  = global::GClass0.Bitmap_56;
     this.TsbPixie.Margin = new global::System.Windows.Forms.Padding(2);
     this.TsbPixie.Name   = "TsbPixie";
     componentResourceManager.ApplyResources(this.TsbPixieAdvance, "TsbPixieAdvance");
     this.TsbPixieAdvance.Image = global::GClass0.Bitmap_57;
     this.TsbPixieAdvance.Name  = "TsbPixieAdvance";
     componentResourceManager.ApplyResources(this.tsbPButton, "tsbPButton");
     this.tsbPButton.Image = global::GClass0.Bitmap_59;
     this.tsbPButton.Name  = "tsbPButton";
     componentResourceManager.ApplyResources(this.btClearConsole, "btClearConsole");
     this.btClearConsole.BackColor                 = global::System.Drawing.Color.Black;
     this.btClearConsole.BackgroundImage           = global::GClass0.Bitmap_10;
     this.btClearConsole.FlatAppearance.BorderSize = 0;
     this.btClearConsole.Name = "btClearConsole";
     this.ToolTip_0.SetToolTip(this.btClearConsole, componentResourceManager.GetString("btClearConsole.ToolTip"));
     this.btClearConsole.UseVisualStyleBackColor = false;
     componentResourceManager.ApplyResources(this.BtExpandMessage, "BtExpandMessage");
     this.BtExpandMessage.BackColor                 = global::System.Drawing.Color.Black;
     this.BtExpandMessage.BackgroundImage           = global::GClass0.Bitmap_4;
     this.BtExpandMessage.FlatAppearance.BorderSize = 0;
     this.BtExpandMessage.Name = "BtExpandMessage";
     this.ToolTip_0.SetToolTip(this.BtExpandMessage, componentResourceManager.GetString("BtExpandMessage.ToolTip"));
     this.BtExpandMessage.UseVisualStyleBackColor = false;
     componentResourceManager.ApplyResources(this.RtbMessage, "RtbMessage");
     this.RtbMessage.BackColor = global::System.Drawing.Color.Black;
     this.RtbMessage.ForeColor = global::System.Drawing.Color.Lime;
     this.RtbMessage.Name      = "RtbMessage";
     this.RtbMessage.ReadOnly  = true;
     this.ToolTip_0.SetToolTip(this.RtbMessage, componentResourceManager.GetString("RtbMessage.ToolTip"));
     this.ImageList_0.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("ImageList1.ImageStream");
     this.ImageList_0.TransparentColor = global::System.Drawing.Color.Transparent;
     this.ImageList_0.Images.SetKeyName(0, "arrow-expand_24x24.png");
     this.ImageList_0.Images.SetKeyName(1, "arrow-contract_24x24.png");
     componentResourceManager.ApplyResources(this.PbLicense, "PbLicense");
     this.PbLicense.Image   = global::GClass0.Bitmap_7;
     this.PbLicense.Name    = "PbLicense";
     this.PbLicense.TabStop = false;
     this.ToolTip_0.SetToolTip(this.PbLicense, componentResourceManager.GetString("PbLicense.ToolTip"));
     componentResourceManager.ApplyResources(this.btDonate, "btDonate");
     this.btDonate.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.btDonate.FlatAppearance.BorderSize         = 0;
     this.btDonate.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(128, 255, 128);
     this.btDonate.Name = "btDonate";
     this.ToolTip_0.SetToolTip(this.btDonate, componentResourceManager.GetString("btDonate.ToolTip"));
     this.btDonate.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.StatusStrip1, "StatusStrip1");
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.TsCpyRigth
     });
     this.StatusStrip1.Name = "StatusStrip1";
     this.ToolTip_0.SetToolTip(this.StatusStrip1, componentResourceManager.GetString("StatusStrip1.ToolTip"));
     componentResourceManager.ApplyResources(this.TsCpyRigth, "TsCpyRigth");
     this.TsCpyRigth.Name = "TsCpyRigth";
     componentResourceManager.ApplyResources(this.tsInterfaces, "tsInterfaces");
     this.tsInterfaces.GripStyle        = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsInterfaces.ImageScalingSize = new global::System.Drawing.Size(24, 24);
     this.tsInterfaces.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.btRefresh,
         this.cbAdapters,
         this.tbScanTime,
         this.btScan,
         this.tsbPbcScan,
         this.ToolStripSeparator2,
         this.btAbout,
         this.btDataBase,
         this.ToolStripSeparator4,
         this.cbLanguage,
         this.btPrivateMode
     });
     this.tsInterfaces.Name = "tsInterfaces";
     this.ToolTip_0.SetToolTip(this.tsInterfaces, componentResourceManager.GetString("tsInterfaces.ToolTip"));
     componentResourceManager.ApplyResources(this.btRefresh, "btRefresh");
     this.btRefresh.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btRefresh.Image        = global::GClass0.Bitmap_48;
     this.btRefresh.Margin       = new global::System.Windows.Forms.Padding(2);
     this.btRefresh.Name         = "btRefresh";
     componentResourceManager.ApplyResources(this.cbAdapters, "cbAdapters");
     this.cbAdapters.DropDownWidth = 121;
     this.cbAdapters.Margin        = new global::System.Windows.Forms.Padding(2);
     this.cbAdapters.Name          = "cbAdapters";
     componentResourceManager.ApplyResources(this.tbScanTime, "tbScanTime");
     this.tbScanTime.Name = "tbScanTime";
     componentResourceManager.ApplyResources(this.btScan, "btScan");
     this.btScan.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsWPSOnly
     });
     this.btScan.Image  = global::GClass0.Bitmap_50;
     this.btScan.Margin = new global::System.Windows.Forms.Padding(2);
     this.btScan.Name   = "btScan";
     componentResourceManager.ApplyResources(this.tsWPSOnly, "tsWPSOnly");
     this.tsWPSOnly.Checked      = true;
     this.tsWPSOnly.CheckOnClick = true;
     this.tsWPSOnly.CheckState   = global::System.Windows.Forms.CheckState.Checked;
     this.tsWPSOnly.Name         = "tsWPSOnly";
     componentResourceManager.ApplyResources(this.tsbPbcScan, "tsbPbcScan");
     this.tsbPbcScan.Image = global::GClass0.Bitmap_59;
     this.tsbPbcScan.Name  = "tsbPbcScan";
     componentResourceManager.ApplyResources(this.ToolStripSeparator2, "ToolStripSeparator2");
     this.ToolStripSeparator2.Margin = new global::System.Windows.Forms.Padding(2);
     this.ToolStripSeparator2.Name   = "ToolStripSeparator2";
     componentResourceManager.ApplyResources(this.btAbout, "btAbout");
     this.btAbout.Alignment    = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.btAbout.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btAbout.Image        = global::GClass0.Bitmap_0;
     this.btAbout.Margin       = new global::System.Windows.Forms.Padding(2);
     this.btAbout.Name         = "btAbout";
     componentResourceManager.ApplyResources(this.btDataBase, "btDataBase");
     this.btDataBase.Alignment    = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.btDataBase.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btDataBase.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.btPinDb,
         this.btNetsBD
     });
     this.btDataBase.Image = global::GClass0.Bitmap_12;
     this.btDataBase.Name  = "btDataBase";
     componentResourceManager.ApplyResources(this.btPinDb, "btPinDb");
     this.btPinDb.Name = "btPinDb";
     componentResourceManager.ApplyResources(this.btNetsBD, "btNetsBD");
     this.btNetsBD.Name = "btNetsBD";
     componentResourceManager.ApplyResources(this.ToolStripSeparator4, "ToolStripSeparator4");
     this.ToolStripSeparator4.Alignment = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.ToolStripSeparator4.Name      = "ToolStripSeparator4";
     componentResourceManager.ApplyResources(this.cbLanguage, "cbLanguage");
     this.cbLanguage.Alignment = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.cbLanguage.Items.AddRange(new object[]
     {
         componentResourceManager.GetString("cbLanguage.Items"),
         componentResourceManager.GetString("cbLanguage.Items1"),
         componentResourceManager.GetString("cbLanguage.Items2"),
         componentResourceManager.GetString("cbLanguage.Items3")
     });
     this.cbLanguage.Margin = new global::System.Windows.Forms.Padding(2, 0, 2, 0);
     this.cbLanguage.Name   = "cbLanguage";
     componentResourceManager.ApplyResources(this.btPrivateMode, "btPrivateMode");
     this.btPrivateMode.BackColor    = global::System.Drawing.SystemColors.Control;
     this.btPrivateMode.CheckOnClick = true;
     this.btPrivateMode.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btPrivateMode.Image        = global::GClass0.Bitmap_45;
     this.btPrivateMode.Name         = "btPrivateMode";
     componentResourceManager.ApplyResources(this.ScrollLabel1, "ScrollLabel1");
     this.ScrollLabel1.ForeColor = global::System.Drawing.Color.DarkBlue;
     this.ScrollLabel1.Int32_0   = 14;
     this.ScrollLabel1.Name      = "ScrollLabel1";
     this.ScrollLabel1.GEnum7_0  = global::GClass14.GEnum7.horizontal;
     this.ToolTip_0.SetToolTip(this.ScrollLabel1, componentResourceManager.GetString("ScrollLabel1.ToolTip"));
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.ScrollLabel1);
     base.Controls.Add(this.btDonate);
     base.Controls.Add(this.PbLicense);
     base.Controls.Add(this.SplitContainer1);
     base.Controls.Add(this.StatusStrip1);
     base.Controls.Add(this.tsInterfaces);
     base.Name = "MainForm";
     this.ToolTip_0.SetToolTip(this, componentResourceManager.GetString("$this.ToolTip"));
     this.SplitContainer1.Panel1.ResumeLayout(false);
     this.SplitContainer1.Panel2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer1).EndInit();
     this.SplitContainer1.ResumeLayout(false);
     this.SplitContainer3.Panel1.ResumeLayout(false);
     this.SplitContainer3.Panel2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer3).EndInit();
     this.SplitContainer3.ResumeLayout(false);
     this.SplitContainer2.Panel1.ResumeLayout(false);
     this.SplitContainer2.Panel2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.SplitContainer2).EndInit();
     this.SplitContainer2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DgvAps).EndInit();
     this.ContextMenuPin.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.DgvAttributes).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.DgvPins).EndInit();
     this.tsApToolMenu.ResumeLayout(false);
     this.tsApToolMenu.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PbLicense).EndInit();
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.tsInterfaces.ResumeLayout(false);
     this.tsInterfaces.PerformLayout();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.UpdateForm));
     this.lbTitle       = new global::System.Windows.Forms.Label();
     this.Label1        = new global::System.Windows.Forms.Label();
     this.Label2        = new global::System.Windows.Forms.Label();
     this.lbVersion     = new global::System.Windows.Forms.Label();
     this.lbLastVersion = new global::System.Windows.Forms.Label();
     this.btDonate      = new global::System.Windows.Forms.Button();
     this.btDownload    = new global::System.Windows.Forms.Button();
     this.PictureBox1   = new global::System.Windows.Forms.PictureBox();
     this.Panel2        = new global::System.Windows.Forms.Panel();
     this.ScrollLabel1  = new global::GClass14();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.Panel2.SuspendLayout();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.lbTitle, "lbTitle");
     this.lbTitle.ForeColor = global::System.Drawing.Color.ForestGreen;
     this.lbTitle.Name      = "lbTitle";
     componentResourceManager.ApplyResources(this.Label1, "Label1");
     this.Label1.Name = "Label1";
     componentResourceManager.ApplyResources(this.Label2, "Label2");
     this.Label2.Name = "Label2";
     componentResourceManager.ApplyResources(this.lbVersion, "lbVersion");
     this.lbVersion.ForeColor = global::System.Drawing.Color.Red;
     this.lbVersion.Name      = "lbVersion";
     componentResourceManager.ApplyResources(this.lbLastVersion, "lbLastVersion");
     this.lbLastVersion.ForeColor = global::System.Drawing.Color.Green;
     this.lbLastVersion.Name      = "lbLastVersion";
     componentResourceManager.ApplyResources(this.btDonate, "btDonate");
     this.btDonate.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.btDonate.Image  = global::GClass0.Bitmap_43;
     this.btDonate.Name   = "btDonate";
     this.btDonate.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.btDownload, "btDownload");
     this.btDownload.Image = global::GClass0.Bitmap_14;
     this.btDownload.Name  = "btDownload";
     this.btDownload.UseVisualStyleBackColor = true;
     componentResourceManager.ApplyResources(this.PictureBox1, "PictureBox1");
     this.PictureBox1.Image   = global::GClass0.Bitmap_54;
     this.PictureBox1.Name    = "PictureBox1";
     this.PictureBox1.TabStop = false;
     componentResourceManager.ApplyResources(this.Panel2, "Panel2");
     this.Panel2.BackColor = global::System.Drawing.SystemColors.Window;
     this.Panel2.Controls.Add(this.btDonate);
     this.Panel2.Controls.Add(this.PictureBox1);
     this.Panel2.Controls.Add(this.Label2);
     this.Panel2.Controls.Add(this.lbLastVersion);
     this.Panel2.Controls.Add(this.Label1);
     this.Panel2.Controls.Add(this.lbVersion);
     this.Panel2.Name = "Panel2";
     componentResourceManager.ApplyResources(this.ScrollLabel1, "ScrollLabel1");
     this.ScrollLabel1.Int32_0  = 60;
     this.ScrollLabel1.Name     = "ScrollLabel1";
     this.ScrollLabel1.GEnum7_0 = global::GClass14.GEnum7.vertical;
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.ScrollLabel1);
     base.Controls.Add(this.Panel2);
     base.Controls.Add(this.btDownload);
     base.Controls.Add(this.lbTitle);
     this.DoubleBuffered  = true;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "UpdateForm";
     base.ShowIcon        = false;
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.Panel2.ResumeLayout(false);
     this.Panel2.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }