Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.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();
     this.datagridFixedDep = new Moshi_Bank.Controls.Datagrid();
     this.Column1          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFixedDep)).BeginInit();
     this.SuspendLayout();
     //
     // datagridFixedDep
     //
     this.datagridFixedDep.AllowUserToAddRows       = false;
     this.datagridFixedDep.AllowUserToDeleteRows    = false;
     this.datagridFixedDep.AllowUserToResizeColumns = false;
     this.datagridFixedDep.AllowUserToResizeRows    = false;
     dataGridViewCellStyle7.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle7.ForeColor = global::System.Drawing.Color.Black;
     this.datagridFixedDep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
     this.datagridFixedDep.Anchor = ((global::System.Windows.Forms.AnchorStyles)((((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                                   | global::System.Windows.Forms.AnchorStyles.Left)
                                                                                  | global::System.Windows.Forms.AnchorStyles.Right)));
     this.datagridFixedDep.AutoSizeColumnsMode      = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridFixedDep.AutoSizeRowsMode         = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridFixedDep.BackgroundColor          = global::System.Drawing.Color.White;
     this.datagridFixedDep.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.datagridFixedDep.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle8.Alignment                    = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor                    = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle8.Font                         = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle8.ForeColor                    = global::System.Drawing.Color.Black;
     dataGridViewCellStyle8.SelectionBackColor           = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor           = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode                     = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridFixedDep.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
     this.datagridFixedDep.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridFixedDep.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column5
     });
     dataGridViewCellStyle9.Alignment                = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor                = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle9.Font                     = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 12F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle9.ForeColor                = global::System.Drawing.Color.Black;
     dataGridViewCellStyle9.SelectionBackColor       = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle9.SelectionForeColor       = global::System.Drawing.Color.Black;
     dataGridViewCellStyle9.WrapMode                 = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridFixedDep.DefaultCellStyle          = dataGridViewCellStyle9;
     this.datagridFixedDep.EditMode                  = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridFixedDep.EnableHeadersVisualStyles = false;
     this.datagridFixedDep.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridFixedDep.Location              = new global::System.Drawing.Point((System.Int32) 34, (System.Int32) 29);
     this.datagridFixedDep.MultiSelect           = false;
     this.datagridFixedDep.Name                  = "datagridFixedDep";
     this.datagridFixedDep.ReadOnly              = true;
     this.datagridFixedDep.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridFixedDep.RowHeadersVisible     = false;
     this.datagridFixedDep.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridFixedDep.Size                  = new global::System.Drawing.Size((System.Int32) 737, (System.Int32) 426);
     this.datagridFixedDep.TabIndex              = 102;
     //
     // Column1
     //
     this.Column1.HeaderText = "Period (Months)";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "Amount";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "Interest";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     //
     // Column5
     //
     this.Column5.HeaderText = "Loan Balance";
     this.Column5.Name       = "Column5";
     this.Column5.ReadOnly   = true;
     //
     // LoanDetails
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 6F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 783, (System.Int32) 510);
     this.Controls.Add(this.datagridFixedDep);
     this.Font = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 8.25F);
     this.Name = "LoanDetails";
     this.Text = "LoanDetails";
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFixedDep)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
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();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.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();
     this.panel1                    = new global::System.Windows.Forms.Panel();
     this.panel2                    = new global::System.Windows.Forms.Panel();
     this.label1                    = new global::System.Windows.Forms.Label();
     this.label2                    = new global::System.Windows.Forms.Label();
     this.txtUNames                 = new global::System.Windows.Forms.TextBox();
     this.label3                    = new global::System.Windows.Forms.Label();
     this.label4                    = new global::System.Windows.Forms.Label();
     this.txtNatId                  = new global::System.Windows.Forms.TextBox();
     this.btnSearch                 = new global::System.Windows.Forms.Button();
     this.txtPhoneNo                = new global::System.Windows.Forms.TextBox();
     this.panel3                    = new global::System.Windows.Forms.Panel();
     this.panel4                    = new global::System.Windows.Forms.Panel();
     this.label6                    = new global::System.Windows.Forms.Label();
     this.button1                   = new global::System.Windows.Forms.Button();
     this.lblNoAccountMessage       = new global::System.Windows.Forms.Label();
     this.panel5                    = new global::System.Windows.Forms.Panel();
     this.btnProceedToCreateAccount = new global::System.Windows.Forms.Button();
     this.cboAccountType            = new global::System.Windows.Forms.ComboBox();
     this.panel6                    = new global::System.Windows.Forms.Panel();
     this.label8                    = new global::System.Windows.Forms.Label();
     this.label9                    = new global::System.Windows.Forms.Label();
     this.label5                    = new global::System.Windows.Forms.Label();
     this.picDS                      = new global::System.Windows.Forms.PictureBox();
     this.picUserPhoto               = new global::System.Windows.Forms.PictureBox();
     this.linkLblCreateUser          = new global::System.Windows.Forms.LinkLabel();
     this.dgvRelatedAccounts         = new Moshi_Bank.Controls.Datagrid();
     this.dataGridViewTextBoxColumn1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Names                      = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label7                     = new global::System.Windows.Forms.Label();
     this.label10                    = new global::System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel5.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPhoto)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRelatedAccounts)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 1057, (System.Int32) 67);
     this.panel1.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 1057, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label1.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size((System.Int32) 157, (System.Int32) 47);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Accounts";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 144);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 20);
     this.label2.TabIndex = 3;
     this.label2.Text     = "National Id";
     //
     // txtUNames
     //
     this.txtUNames.Location         = new global::System.Drawing.Point((System.Int32) 29, (System.Int32) 224);
     this.txtUNames.Name             = "txtUNames";
     this.txtUNames.ReadOnly         = true;
     this.txtUNames.ShortcutsEnabled = false;
     this.txtUNames.Size             = new global::System.Drawing.Size((System.Int32) 251, (System.Int32) 22);
     this.txtUNames.TabIndex         = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 84);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 116, (System.Int32) 35);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Find User";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 201);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 53, (System.Int32) 20);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Names";
     //
     // txtNatId
     //
     this.txtNatId.Location = new global::System.Drawing.Point((System.Int32) 29, (System.Int32) 167);
     this.txtNatId.Name     = "txtNatId";
     this.txtNatId.Size     = new global::System.Drawing.Size((System.Int32) 169, (System.Int32) 22);
     this.txtNatId.TabIndex = 4;
     this.txtNatId.KeyDown += new global::System.Windows.Forms.KeyEventHandler(this.txtNatId_KeyDown);
     //
     // btnSearch
     //
     this.btnSearch.Location = new global::System.Drawing.Point((System.Int32) 205, (System.Int32) 165);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 27);
     this.btnSearch.TabIndex = 7;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new global::System.EventHandler(this.btnSearch_Click);
     //
     // txtPhoneNo
     //
     this.txtPhoneNo.Location         = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 513);
     this.txtPhoneNo.Name             = "txtPhoneNo";
     this.txtPhoneNo.ReadOnly         = true;
     this.txtPhoneNo.ShortcutsEnabled = false;
     this.txtPhoneNo.Size             = new global::System.Drawing.Size((System.Int32) 251, (System.Int32) 22);
     this.txtPhoneNo.TabIndex         = 9;
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 20, (System.Int32) 122);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 240, (System.Int32) 1);
     this.panel3.TabIndex  = 11;
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 355, (System.Int32) 122);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 340, (System.Int32) 1);
     this.panel4.TabIndex  = 13;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.label6.Location = new global::System.Drawing.Point((System.Int32) 360, (System.Int32) 84);
     this.label6.Name     = "label6";
     this.label6.Size     = new global::System.Drawing.Size((System.Int32) 235, (System.Int32) 35);
     this.label6.TabIndex = 12;
     this.label6.Text     = "Associated Accounts";
     //
     // button1
     //
     this.button1.Location = new global::System.Drawing.Point((System.Int32) 177, (System.Int32) 541);
     this.button1.Name     = "button1";
     this.button1.Size     = new global::System.Drawing.Size((System.Int32) 103, (System.Int32) 34);
     this.button1.TabIndex = 16;
     this.button1.Text     = "More Details";
     this.button1.UseVisualStyleBackColor = true;
     //
     // lblNoAccountMessage
     //
     this.lblNoAccountMessage.AutoSize  = true;
     this.lblNoAccountMessage.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.lblNoAccountMessage.ForeColor = global::System.Drawing.Color.Firebrick;
     this.lblNoAccountMessage.Location  = new global::System.Drawing.Point((System.Int32) 373, (System.Int32) 224);
     this.lblNoAccountMessage.Name      = "lblNoAccountMessage";
     this.lblNoAccountMessage.Size      = new global::System.Drawing.Size((System.Int32) 363, (System.Int32) 35);
     this.lblNoAccountMessage.TabIndex  = 0;
     this.lblNoAccountMessage.Text      = "No Associated Accounts Found !";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnProceedToCreateAccount);
     this.panel5.Controls.Add(this.cboAccountType);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Controls.Add(this.label8);
     this.panel5.Controls.Add(this.label9);
     this.panel5.Location = new global::System.Drawing.Point((System.Int32) 355, (System.Int32) 418);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new global::System.Drawing.Size((System.Int32) 481, (System.Int32) 157);
     this.panel5.TabIndex = 17;
     //
     // btnProceedToCreateAccount
     //
     this.btnProceedToCreateAccount.Location = new global::System.Drawing.Point((System.Int32) 24, (System.Int32) 114);
     this.btnProceedToCreateAccount.Name     = "btnProceedToCreateAccount";
     this.btnProceedToCreateAccount.Size     = new global::System.Drawing.Size((System.Int32) 83, (System.Int32) 34);
     this.btnProceedToCreateAccount.TabIndex = 23;
     this.btnProceedToCreateAccount.Text     = "Proceed";
     this.btnProceedToCreateAccount.UseVisualStyleBackColor = true;
     this.btnProceedToCreateAccount.Click += new global::System.EventHandler(this.btnProceedToCreateAccount_Click);
     //
     // cboAccountType
     //
     this.cboAccountType.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAccountType.FormattingEnabled = true;
     this.cboAccountType.Items.AddRange(new object[] {
         "Current Account",
         "Fixed Deposit"
     });
     this.cboAccountType.Location              = new global::System.Drawing.Point((System.Int32) 24, (System.Int32) 86);
     this.cboAccountType.Name                  = "cboAccountType";
     this.cboAccountType.Size                  = new global::System.Drawing.Size((System.Int32) 244, (System.Int32) 21);
     this.cboAccountType.TabIndex              = 22;
     this.cboAccountType.SelectedIndexChanged += new global::System.EventHandler(this.cboAccountType_SelectedIndexChanged);
     //
     // panel6
     //
     this.panel6.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel6.Location  = new global::System.Drawing.Point((System.Int32)(-2), (System.Int32) 46);
     this.panel6.Name      = "panel6";
     this.panel6.Size      = new global::System.Drawing.Size((System.Int32) 440, (System.Int32) 1);
     this.panel6.TabIndex  = 21;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.label8.Location = new global::System.Drawing.Point((System.Int32) 3, (System.Int32) 8);
     this.label8.Name     = "label8";
     this.label8.Size     = new global::System.Drawing.Size((System.Int32) 343, (System.Int32) 35);
     this.label8.TabIndex = 20;
     this.label8.Text     = "Proceed To Create An Account";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label9.Location = new global::System.Drawing.Point((System.Int32) 20, (System.Int32) 63);
     this.label9.Name     = "label9";
     this.label9.Size     = new global::System.Drawing.Size((System.Int32) 113, (System.Int32) 20);
     this.label9.TabIndex = 19;
     this.label9.Text     = "Type Of Account";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 490);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 49, (System.Int32) 20);
     this.label5.TabIndex = 19;
     this.label5.Text     = "Phone";
     //
     // picDS
     //
     this.picDS.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picDS.Location    = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 440);
     this.picDS.Name        = "picDS";
     this.picDS.Size        = new global::System.Drawing.Size((System.Int32) 249, (System.Int32) 43);
     this.picDS.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picDS.TabIndex    = 10;
     this.picDS.TabStop     = false;
     //
     // picUserPhoto
     //
     this.picUserPhoto.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picUserPhoto.Location    = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 262);
     this.picUserPhoto.Name        = "picUserPhoto";
     this.picUserPhoto.Size        = new global::System.Drawing.Size((System.Int32) 249, (System.Int32) 171);
     this.picUserPhoto.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picUserPhoto.TabIndex    = 6;
     this.picUserPhoto.TabStop     = false;
     //
     // linkLblCreateUser
     //
     this.linkLblCreateUser.AutoSize     = true;
     this.linkLblCreateUser.Font         = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.linkLblCreateUser.Location     = new global::System.Drawing.Point((System.Int32) 173, (System.Int32) 98);
     this.linkLblCreateUser.Name         = "linkLblCreateUser";
     this.linkLblCreateUser.Size         = new global::System.Drawing.Size((System.Int32) 87, (System.Int32) 21);
     this.linkLblCreateUser.TabIndex     = 20;
     this.linkLblCreateUser.TabStop      = true;
     this.linkLblCreateUser.Text         = "Create User";
     this.linkLblCreateUser.LinkClicked += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLblCreateUser_LinkClicked);
     //
     // dgvRelatedAccounts
     //
     this.dgvRelatedAccounts.AllowUserToAddRows    = false;
     this.dgvRelatedAccounts.AllowUserToDeleteRows = false;
     dataGridViewCellStyle4.BackColor = global::System.Drawing.Color.Linen;
     dataGridViewCellStyle4.ForeColor = global::System.Drawing.Color.Black;
     this.dgvRelatedAccounts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvRelatedAccounts.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvRelatedAccounts.BackgroundColor          = global::System.Drawing.Color.White;
     this.dgvRelatedAccounts.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.dgvRelatedAccounts.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment                      = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor                      = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle5.Font                           = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle5.ForeColor                      = global::System.Drawing.Color.Black;
     dataGridViewCellStyle5.Padding                        = new global::System.Windows.Forms.Padding((System.Int32) 5);
     dataGridViewCellStyle5.SelectionBackColor             = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor             = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode                       = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRelatedAccounts.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvRelatedAccounts.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRelatedAccounts.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5
     });
     dataGridViewCellStyle6.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor                  = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font                       = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle6.ForeColor                  = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.SelectionBackColor         = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle6.SelectionForeColor         = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.WrapMode                   = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvRelatedAccounts.DefaultCellStyle          = dataGridViewCellStyle6;
     this.dgvRelatedAccounts.EnableHeadersVisualStyles = false;
     this.dgvRelatedAccounts.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvRelatedAccounts.Location                  = new global::System.Drawing.Point((System.Int32) 369, (System.Int32) 144);
     this.dgvRelatedAccounts.MultiSelect               = false;
     this.dgvRelatedAccounts.Name                      = "dgvRelatedAccounts";
     this.dgvRelatedAccounts.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvRelatedAccounts.RowHeadersVisible         = false;
     this.dgvRelatedAccounts.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRelatedAccounts.Size                      = new global::System.Drawing.Size((System.Int32) 676, (System.Int32) 268);
     this.dgvRelatedAccounts.TabIndex                  = 0;
     this.dgvRelatedAccounts.CellDoubleClick          += new global::System.Windows.Forms.DataGridViewCellEventHandler(this.gvRelatedAccounts_CellDoubleClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Number";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly   = true;
     this.dataGridViewTextBoxColumn1.Width      = 87;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Names";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly   = true;
     this.dataGridViewTextBoxColumn2.Width      = 81;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Type";
     this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly   = true;
     this.dataGridViewTextBoxColumn3.Width      = 68;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Balance";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.Width      = 86;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "DateCreated";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly   = true;
     this.dataGridViewTextBoxColumn5.Width      = 113;
     //
     // Column1
     //
     this.Column1.HeaderText = "Number";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     this.Column1.Width      = 87;
     //
     // Names
     //
     this.Names.HeaderText = "Names";
     this.Names.Name       = "Names";
     this.Names.ReadOnly   = true;
     this.Names.Width      = 81;
     //
     // Column4
     //
     this.Column4.HeaderText = "Type";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     this.Column4.Width      = 68;
     //
     // Column2
     //
     this.Column2.HeaderText = "Balance";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     this.Column2.Width      = 86;
     //
     // Column3
     //
     this.Column3.HeaderText = "DateCreated";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     this.Column3.Width      = 113;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label7.Location = new global::System.Drawing.Point((System.Int32) 169, (System.Int32) 9);
     this.label7.Name     = "label7";
     this.label7.Size     = new global::System.Drawing.Size((System.Int32) 33, (System.Int32) 47);
     this.label7.TabIndex = 0;
     this.label7.Text     = "\\";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 16.25F);
     this.label10.Location = new global::System.Drawing.Point((System.Int32) 205, (System.Int32) 23);
     this.label10.Name     = "label10";
     this.label10.Size     = new global::System.Drawing.Size((System.Int32) 55, (System.Int32) 30);
     this.label10.TabIndex = 0;
     this.label10.Text     = "New";
     //
     // Accounts
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 6F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 1057, (System.Int32) 607);
     this.Controls.Add(this.linkLblCreateUser);
     this.Controls.Add(this.lblNoAccountMessage);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.picDS);
     this.Controls.Add(this.txtPhoneNo);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.picUserPhoto);
     this.Controls.Add(this.txtNatId);
     this.Controls.Add(this.txtUNames);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.dgvRelatedAccounts);
     this.Font            = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 8.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Accounts";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Accounts";
     this.Load           += new global::System.EventHandler(this.Accounts_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPhoto)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRelatedAccounts)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 4
0
 // Token: 0x06000509 RID: 1289 RVA: 0x0001D81C File Offset: 0x0001BA1C
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     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.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::PS3SaveEditor.MainForm));
     this.contextMenuStrip1                  = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.simpleToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.advancedToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new global::System.Windows.Forms.ToolStripSeparator();
     this.resignToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.registerPSNIDToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                = new global::System.Windows.Forms.ToolStripSeparator();
     this.restoreFromBackupToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.deleteSaveToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btnHome       = new global::System.Windows.Forms.Button();
     this.btnHelp       = new global::System.Windows.Forms.Button();
     this.btnOptions    = new global::System.Windows.Forms.Button();
     this.pnlHome       = new global::System.Windows.Forms.Panel();
     this.chkShowAll    = new global::System.Windows.Forms.CheckBox();
     this.dgServerGames = new global::CSUST.Data.CustomDataGridView();
     this.Choose        = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn1 = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn5  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnlNoSaves        = new global::System.Windows.Forms.Panel();
     this.lblNoSaves        = new global::System.Windows.Forms.Label();
     this.btnGamesInServer  = new global::System.Windows.Forms.Button();
     this.panel1            = new global::System.Windows.Forms.Panel();
     this.cbDrives          = new global::System.Windows.Forms.ComboBox();
     this.pnlBackup         = new global::System.Windows.Forms.Panel();
     this.gbManageProfile   = new global::PS3SaveEditor.CustomGroupBox();
     this.gbProfiles        = new global::PS3SaveEditor.CustomGroupBox();
     this.lblManageProfiles = new global::System.Windows.Forms.Label();
     this.btnManageProfiles = new global::System.Windows.Forms.Button();
     this.groupBox2         = new global::PS3SaveEditor.CustomGroupBox();
     this.lblDeactivate     = new global::System.Windows.Forms.Label();
     this.btnDeactivate     = new global::System.Windows.Forms.Button();
     this.groupBox1         = new global::PS3SaveEditor.CustomGroupBox();
     this.lblRSSSection     = new global::System.Windows.Forms.Label();
     this.btnRss            = new global::System.Windows.Forms.Button();
     this.gbBackupLocation  = new global::PS3SaveEditor.CustomGroupBox();
     this.btnOpenFolder     = new global::System.Windows.Forms.Button();
     this.lblBackup         = new global::System.Windows.Forms.Label();
     this.btnBrowse         = new global::System.Windows.Forms.Button();
     this.txtBackupLocation = new global::System.Windows.Forms.TextBox();
     this.chkBackup         = new global::System.Windows.Forms.CheckBox();
     this.btnApply          = new global::System.Windows.Forms.Button();
     this.Multi             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2            = new global::System.Windows.Forms.Panel();
     this.panel3            = new global::System.Windows.Forms.Panel();
     this.picVersion        = new global::System.Windows.Forms.PictureBox();
     this.pictureBox2       = new global::System.Windows.Forms.PictureBox();
     this.picTraffic        = new global::System.Windows.Forms.PictureBox();
     this.contextMenuStrip1.SuspendLayout();
     this.pnlHome.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgServerGames).BeginInit();
     this.pnlNoSaves.SuspendLayout();
     this.panel1.SuspendLayout();
     this.pnlBackup.SuspendLayout();
     this.gbManageProfile.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.gbBackupLocation.SuspendLayout();
     this.panel3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.picVersion).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.picTraffic).BeginInit();
     base.SuspendLayout();
     this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.simpleToolStripMenuItem,
         this.advancedToolStripMenuItem,
         this.toolStripSeparator1,
         this.resignToolStripMenuItem,
         this.registerPSNIDToolStripMenuItem,
         this.toolStripSeparator2,
         this.restoreFromBackupToolStripMenuItem,
         this.deleteSaveToolStripMenuItem
     });
     this.contextMenuStrip1.Name                    = "contextMenuStrip1";
     this.contextMenuStrip1.Size                    = new global::System.Drawing.Size(185, 148);
     this.contextMenuStrip1.Opening                += new global::System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.simpleToolStripMenuItem.Name              = "simpleToolStripMenuItem";
     this.simpleToolStripMenuItem.Size              = new global::System.Drawing.Size(184, 22);
     this.simpleToolStripMenuItem.Text              = "Simple";
     this.simpleToolStripMenuItem.Click            += new global::System.EventHandler(this.simpleToolStripMenuItem_Click);
     this.advancedToolStripMenuItem.Name            = "advancedToolStripMenuItem";
     this.advancedToolStripMenuItem.Size            = new global::System.Drawing.Size(184, 22);
     this.advancedToolStripMenuItem.Text            = "Advanced";
     this.advancedToolStripMenuItem.Click          += new global::System.EventHandler(this.advancedToolStripMenuItem_Click);
     this.toolStripSeparator1.Name                  = "toolStripSeparator1";
     this.toolStripSeparator1.Size                  = new global::System.Drawing.Size(181, 6);
     this.resignToolStripMenuItem.Name              = "resignToolStripMenuItem";
     this.resignToolStripMenuItem.Size              = new global::System.Drawing.Size(184, 22);
     this.resignToolStripMenuItem.Text              = "Re-sign...";
     this.resignToolStripMenuItem.Click            += new global::System.EventHandler(this.resignToolStripMenuItem_Click);
     this.registerPSNIDToolStripMenuItem.Name       = "registerPSNIDToolStripMenuItem";
     this.registerPSNIDToolStripMenuItem.Size       = new global::System.Drawing.Size(184, 22);
     this.registerPSNIDToolStripMenuItem.Text       = "Register PSN ID...";
     this.registerPSNIDToolStripMenuItem.Click     += new global::System.EventHandler(this.registerPSNIDToolStripMenuItem_Click);
     this.toolStripSeparator2.Name                  = "toolStripSeparator2";
     this.toolStripSeparator2.Size                  = new global::System.Drawing.Size(181, 6);
     this.restoreFromBackupToolStripMenuItem.Name   = "restoreFromBackupToolStripMenuItem";
     this.restoreFromBackupToolStripMenuItem.Size   = new global::System.Drawing.Size(184, 22);
     this.restoreFromBackupToolStripMenuItem.Text   = "Restore from Backup";
     this.restoreFromBackupToolStripMenuItem.Click += new global::System.EventHandler(this.restoreFromBackupToolStripMenuItem_Click);
     this.deleteSaveToolStripMenuItem.Name          = "deleteSaveToolStripMenuItem";
     this.deleteSaveToolStripMenuItem.Size          = new global::System.Drawing.Size(184, 22);
     this.deleteSaveToolStripMenuItem.Text          = "Delete Save";
     this.deleteSaveToolStripMenuItem.Click        += new global::System.EventHandler(this.deleteSaveToolStripMenuItem_Click);
     this.btnHome.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnHome.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnHome.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnHome.FlatAppearance.BorderSize         = 0;
     this.btnHome.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnHome.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnHome.Location = new global::System.Drawing.Point(15, 15);
     this.btnHome.Name     = "btnHome";
     this.btnHome.Size     = new global::System.Drawing.Size(237, 61);
     this.btnHome.TabIndex = 3;
     this.btnHome.UseVisualStyleBackColor = false;
     this.btnHome.Click                            += new global::System.EventHandler(this.btnHome_Click);
     this.btnHelp.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnHelp.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnHelp.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnHelp.FlatAppearance.BorderSize         = 0;
     this.btnHelp.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnHelp.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnHelp.Location                          = new global::System.Drawing.Point(15, 143);
     this.btnHelp.Name     = "btnHelp";
     this.btnHelp.Size     = new global::System.Drawing.Size(237, 61);
     this.btnHelp.TabIndex = 6;
     this.btnHelp.UseVisualStyleBackColor = false;
     this.btnHelp.Click                               += new global::System.EventHandler(this.btnHelp_Click);
     this.btnOptions.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnOptions.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnOptions.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnOptions.FlatAppearance.BorderSize         = 0;
     this.btnOptions.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnOptions.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnOptions.Location                          = new global::System.Drawing.Point(15, 79);
     this.btnOptions.Name                              = "btnOptions";
     this.btnOptions.Size                              = new global::System.Drawing.Size(237, 61);
     this.btnOptions.TabIndex                          = 5;
     this.btnOptions.UseVisualStyleBackColor           = false;
     this.btnOptions.Click                            += new global::System.EventHandler(this.btnBackup_Click);
     this.pnlHome.Anchor                               = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlHome.BackColor                            = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.pnlHome.Controls.Add(this.chkShowAll);
     this.pnlHome.Controls.Add(this.dgServerGames);
     this.pnlHome.Controls.Add(this.pnlNoSaves);
     this.pnlHome.Location    = new global::System.Drawing.Point(257, 15);
     this.pnlHome.Name        = "pnlHome";
     this.pnlHome.Size        = new global::System.Drawing.Size(508, 347);
     this.pnlHome.TabIndex    = 8;
     this.chkShowAll.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.chkShowAll.Location = new global::System.Drawing.Point(11, 324);
     this.chkShowAll.Name     = "chkShowAll";
     this.chkShowAll.Size     = new global::System.Drawing.Size(97, 16);
     this.chkShowAll.TabIndex = 11;
     this.chkShowAll.Text     = "Show All";
     this.chkShowAll.UseVisualStyleBackColor  = true;
     this.dgServerGames.AllowUserToAddRows    = false;
     this.dgServerGames.AllowUserToDeleteRows = false;
     this.dgServerGames.AllowUserToResizeRows = false;
     this.dgServerGames.Anchor                        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.dgServerGames.ClipboardCopyMode             = global::System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     dataGridViewCellStyle.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor                  = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                       = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor                  = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor         = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor         = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                   = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgServerGames.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dgServerGames.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgServerGames.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Choose,
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewCheckBoxColumn1,
         this.dataGridViewTextBoxColumn5
     });
     this.dgServerGames.ContextMenuStrip       = this.contextMenuStrip1;
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.SystemColors.Window;
     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.dgServerGames.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dgServerGames.Location               = new global::System.Drawing.Point(12, 12);
     this.dgServerGames.Name                       = "dgServerGames";
     dataGridViewCellStyle3.Alignment              = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor              = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                   = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle3.ForeColor              = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor     = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor     = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode               = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgServerGames.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgServerGames.RowHeadersVisible          = false;
     this.dgServerGames.RowHeadersWidth            = 25;
     this.dgServerGames.RowTemplate.Height         = 24;
     this.dgServerGames.SelectionMode              = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgServerGames.Size                       = new global::System.Drawing.Size(484, 304);
     this.dgServerGames.TabIndex                   = 1;
     this.Choose.Frozen     = true;
     this.Choose.HeaderText = "Choose";
     this.Choose.Name       = "Choose";
     this.Choose.ReadOnly   = true;
     this.Choose.Width      = 20;
     this.dataGridViewTextBoxColumn1.FillWeight       = 20f;
     this.dataGridViewTextBoxColumn1.Frozen           = true;
     this.dataGridViewTextBoxColumn1.HeaderText       = "Game Name";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Width            = 240;
     dataGridViewCellStyle4.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridViewTextBoxColumn2.Frozen           = true;
     this.dataGridViewTextBoxColumn2.HeaderText       = "Cheats";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     this.dataGridViewTextBoxColumn2.Width            = 60;
     dataGridViewCellStyle5.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridViewTextBoxColumn3.HeaderText       = "GameCode";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     this.dataGridViewTextBoxColumn3.Width            = 80;
     this.dataGridViewTextBoxColumn4.HeaderText       = "Client";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Width            = 80;
     this.dataGridViewCheckBoxColumn1.HeaderText      = "Local Save Exist";
     this.dataGridViewCheckBoxColumn1.Name            = "dataGridViewCheckBoxColumn1";
     this.dataGridViewCheckBoxColumn1.ReadOnly        = true;
     this.dataGridViewCheckBoxColumn1.Visible         = false;
     this.dataGridViewTextBoxColumn5.HeaderText       = "Client";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     this.dataGridViewTextBoxColumn5.Visible          = false;
     this.pnlNoSaves.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlNoSaves.Controls.Add(this.lblNoSaves);
     this.pnlNoSaves.Location          = new global::System.Drawing.Point(12, 12);
     this.pnlNoSaves.Name              = "pnlNoSaves";
     this.pnlNoSaves.Size              = new global::System.Drawing.Size(485, 311);
     this.pnlNoSaves.TabIndex          = 7;
     this.pnlNoSaves.Visible           = false;
     this.lblNoSaves.Anchor            = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.lblNoSaves.BackColor         = global::System.Drawing.Color.Transparent;
     this.lblNoSaves.ForeColor         = global::System.Drawing.Color.White;
     this.lblNoSaves.Location          = new global::System.Drawing.Point(0, 100);
     this.lblNoSaves.Name              = "lblNoSaves";
     this.lblNoSaves.Size              = new global::System.Drawing.Size(480, 13);
     this.lblNoSaves.TabIndex          = 10;
     this.lblNoSaves.Text              = "No PS4 saves were found on this USB drive.";
     this.lblNoSaves.TextAlign         = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.btnGamesInServer.Location    = new global::System.Drawing.Point(0, 0);
     this.btnGamesInServer.Name        = "btnGamesInServer";
     this.btnGamesInServer.Size        = new global::System.Drawing.Size(75, 23);
     this.btnGamesInServer.TabIndex    = 0;
     this.panel1.Anchor                = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel1.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.cbDrives);
     this.panel1.Location            = new global::System.Drawing.Point(15, 332);
     this.panel1.Name                = "panel1";
     this.panel1.Size                = new global::System.Drawing.Size(237, 30);
     this.panel1.TabIndex            = 11;
     this.cbDrives.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDrives.FormattingEnabled = true;
     this.cbDrives.Location          = new global::System.Drawing.Point(190, 6);
     this.cbDrives.Name              = "cbDrives";
     this.cbDrives.Size              = new global::System.Drawing.Size(40, 21);
     this.cbDrives.TabIndex          = 3;
     this.pnlBackup.Anchor           = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlBackup.BackColor        = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.pnlBackup.Controls.Add(this.gbManageProfile);
     this.pnlBackup.Controls.Add(this.groupBox2);
     this.pnlBackup.Controls.Add(this.groupBox1);
     this.pnlBackup.Controls.Add(this.gbBackupLocation);
     this.pnlBackup.Location = new global::System.Drawing.Point(257, 15);
     this.pnlBackup.Name     = "pnlBackup";
     this.pnlBackup.Size     = new global::System.Drawing.Size(508, 347);
     this.pnlBackup.TabIndex = 9;
     this.gbManageProfile.Controls.Add(this.gbProfiles);
     this.gbManageProfile.Controls.Add(this.lblManageProfiles);
     this.gbManageProfile.Controls.Add(this.btnManageProfiles);
     this.gbManageProfile.Location    = new global::System.Drawing.Point(12, 270);
     this.gbManageProfile.Name        = "gbManageProfile";
     this.gbManageProfile.Size        = new global::System.Drawing.Size(483, 65);
     this.gbManageProfile.TabIndex    = 10;
     this.gbManageProfile.TabStop     = false;
     this.gbProfiles.Location         = new global::System.Drawing.Point(134, 30);
     this.gbProfiles.Name             = "gbProfiles";
     this.gbProfiles.Size             = new global::System.Drawing.Size(80, 27);
     this.gbProfiles.TabIndex         = 9;
     this.gbProfiles.TabStop          = false;
     this.lblManageProfiles.AutoSize  = true;
     this.lblManageProfiles.ForeColor = global::System.Drawing.Color.White;
     this.lblManageProfiles.Location  = new global::System.Drawing.Point(10, 15);
     this.lblManageProfiles.Name      = "lblManageProfiles";
     this.lblManageProfiles.Size      = new global::System.Drawing.Size(106, 13);
     this.lblManageProfiles.TabIndex  = 8;
     this.lblManageProfiles.Text      = "Manage PS4 Profiles";
     this.btnManageProfiles.AutoSize  = true;
     this.btnManageProfiles.ForeColor = global::System.Drawing.Color.White;
     this.btnManageProfiles.Location  = new global::System.Drawing.Point(10, 33);
     this.btnManageProfiles.Name      = "btnManageProfiles";
     this.btnManageProfiles.Size      = new global::System.Drawing.Size(115, 23);
     this.btnManageProfiles.TabIndex  = 0;
     this.btnManageProfiles.Text      = "Manage Profiles";
     this.btnManageProfiles.UseVisualStyleBackColor = false;
     this.btnManageProfiles.Click += new global::System.EventHandler(this.btnManageProfiles_Click);
     this.groupBox2.Controls.Add(this.lblDeactivate);
     this.groupBox2.Controls.Add(this.btnDeactivate);
     this.groupBox2.Location      = new global::System.Drawing.Point(12, 200);
     this.groupBox2.Name          = "groupBox2";
     this.groupBox2.Size          = new global::System.Drawing.Size(483, 65);
     this.groupBox2.TabIndex      = 9;
     this.groupBox2.TabStop       = false;
     this.lblDeactivate.AutoSize  = true;
     this.lblDeactivate.ForeColor = global::System.Drawing.Color.White;
     this.lblDeactivate.Location  = new global::System.Drawing.Point(10, 15);
     this.lblDeactivate.Name      = "lblDeactivate";
     this.lblDeactivate.Size      = new global::System.Drawing.Size(42, 13);
     this.lblDeactivate.TabIndex  = 8;
     this.lblDeactivate.Text      = "Testing";
     this.btnDeactivate.AutoSize  = true;
     this.btnDeactivate.ForeColor = global::System.Drawing.Color.White;
     this.btnDeactivate.Location  = new global::System.Drawing.Point(10, 35);
     this.btnDeactivate.Name      = "btnDeactivate";
     this.btnDeactivate.Size      = new global::System.Drawing.Size(115, 23);
     this.btnDeactivate.TabIndex  = 0;
     this.btnDeactivate.Text      = "Deactivate";
     this.btnDeactivate.UseVisualStyleBackColor = false;
     this.btnDeactivate.Click += new global::System.EventHandler(this.btnDeactivate_Click);
     this.groupBox1.Controls.Add(this.lblRSSSection);
     this.groupBox1.Controls.Add(this.btnRss);
     this.groupBox1.Location             = new global::System.Drawing.Point(12, 128);
     this.groupBox1.Name                 = "groupBox1";
     this.groupBox1.Size                 = new global::System.Drawing.Size(483, 67);
     this.groupBox1.TabIndex             = 8;
     this.groupBox1.TabStop              = false;
     this.lblRSSSection.AutoSize         = true;
     this.lblRSSSection.ForeColor        = global::System.Drawing.Color.White;
     this.lblRSSSection.Location         = new global::System.Drawing.Point(10, 15);
     this.lblRSSSection.Name             = "lblRSSSection";
     this.lblRSSSection.Size             = new global::System.Drawing.Size(295, 13);
     this.lblRSSSection.TabIndex         = 6;
     this.lblRSSSection.Text             = "Select below button to check the availability of latest version.";
     this.btnRss.ForeColor               = global::System.Drawing.Color.White;
     this.btnRss.Location                = new global::System.Drawing.Point(10, 37);
     this.btnRss.Name                    = "btnRss";
     this.btnRss.Size                    = new global::System.Drawing.Size(115, 23);
     this.btnRss.TabIndex                = 0;
     this.btnRss.Text                    = "Update";
     this.btnRss.UseVisualStyleBackColor = false;
     this.btnRss.Click                  += new global::System.EventHandler(this.btnRss_Click);
     this.gbBackupLocation.Controls.Add(this.btnOpenFolder);
     this.gbBackupLocation.Controls.Add(this.lblBackup);
     this.gbBackupLocation.Controls.Add(this.btnBrowse);
     this.gbBackupLocation.Controls.Add(this.txtBackupLocation);
     this.gbBackupLocation.Controls.Add(this.chkBackup);
     this.gbBackupLocation.Controls.Add(this.btnApply);
     this.gbBackupLocation.ForeColor            = global::System.Drawing.Color.White;
     this.gbBackupLocation.Location             = new global::System.Drawing.Point(12, 8);
     this.gbBackupLocation.Margin               = new global::System.Windows.Forms.Padding(0);
     this.gbBackupLocation.Name                 = "gbBackupLocation";
     this.gbBackupLocation.Padding              = new global::System.Windows.Forms.Padding(0);
     this.gbBackupLocation.Size                 = new global::System.Drawing.Size(483, 115);
     this.gbBackupLocation.TabIndex             = 3;
     this.gbBackupLocation.TabStop              = false;
     this.btnOpenFolder.ForeColor               = global::System.Drawing.Color.White;
     this.btnOpenFolder.Location                = new global::System.Drawing.Point(11, 85);
     this.btnOpenFolder.Name                    = "btnOpenFolder";
     this.btnOpenFolder.Size                    = new global::System.Drawing.Size(123, 23);
     this.btnOpenFolder.TabIndex                = 3;
     this.btnOpenFolder.Text                    = "Open Folder";
     this.btnOpenFolder.UseVisualStyleBackColor = false;
     this.btnOpenFolder.Click                  += new global::System.EventHandler(this.btnOpenFolder_Click);
     this.lblBackup.AutoSize                    = true;
     this.lblBackup.Location                    = new global::System.Drawing.Point(10, 40);
     this.lblBackup.Name      = "lblBackup";
     this.lblBackup.Size      = new global::System.Drawing.Size(0, 13);
     this.lblBackup.TabIndex  = 5;
     this.btnBrowse.ForeColor = global::System.Drawing.Color.White;
     this.btnBrowse.Location  = new global::System.Drawing.Point(281, 60);
     this.btnBrowse.Name      = "btnBrowse";
     this.btnBrowse.Size      = new global::System.Drawing.Size(75, 23);
     this.btnBrowse.TabIndex  = 1;
     this.btnBrowse.Text      = "Browse...";
     this.btnBrowse.UseVisualStyleBackColor = false;
     this.btnBrowse.Click                  += new global::System.EventHandler(this.btnBrowse_Click);
     this.txtBackupLocation.Location        = new global::System.Drawing.Point(11, 61);
     this.txtBackupLocation.Name            = "txtBackupLocation";
     this.txtBackupLocation.Size            = new global::System.Drawing.Size(264, 20);
     this.txtBackupLocation.TabIndex        = 0;
     this.chkBackup.AutoSize                = true;
     this.chkBackup.ForeColor               = global::System.Drawing.Color.White;
     this.chkBackup.Location                = new global::System.Drawing.Point(10, 15);
     this.chkBackup.Name                    = "chkBackup";
     this.chkBackup.Size                    = new global::System.Drawing.Size(96, 17);
     this.chkBackup.TabIndex                = 0;
     this.chkBackup.Text                    = "Backup Saves";
     this.chkBackup.UseVisualStyleBackColor = true;
     this.chkBackup.CheckedChanged         += new global::System.EventHandler(this.chkBackup_CheckedChanged);
     this.chkBackup.Click                  += new global::System.EventHandler(this.chkBackup_Click);
     this.btnApply.BackColor                = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.btnApply.ForeColor                = global::System.Drawing.Color.White;
     this.btnApply.Location                 = new global::System.Drawing.Point(11, 85);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new global::System.Drawing.Size(75, 23);
     this.btnApply.TabIndex = 2;
     this.btnApply.Text     = "Apply";
     this.btnApply.UseVisualStyleBackColor = false;
     this.btnApply.Visible             = false;
     this.btnApply.Click              += new global::System.EventHandler(this.btnApply_Click);
     this.Multi.FillWeight             = 20f;
     this.Multi.Frozen                 = true;
     this.Multi.Name                   = "Multi";
     this.Multi.ReadOnly               = true;
     this.Multi.Width                  = 20;
     this.panel2.Anchor                = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel2.BackColor             = global::System.Drawing.Color.FromArgb(51, 51, 51);
     this.panel2.Location              = new global::System.Drawing.Point(15, 215);
     this.panel2.Name                  = "panel2";
     this.panel2.Size                  = new global::System.Drawing.Size(237, 3);
     this.panel2.TabIndex              = 12;
     this.panel3.Anchor                = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel3.BackgroundImage       = (global::System.Drawing.Image)componentResourceManager.GetObject("panel3.BackgroundImage");
     this.panel3.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.panel3.Controls.Add(this.picVersion);
     this.panel3.Controls.Add(this.pictureBox2);
     this.panel3.Controls.Add(this.picTraffic);
     this.panel3.Location = new global::System.Drawing.Point(16, 207);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new global::System.Drawing.Size(237, 122);
     this.panel3.TabIndex = 13;
     this.picVersion.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.picVersion.Location = new global::System.Drawing.Point(0, 24);
     this.picVersion.Name     = "picVersion";
     this.picVersion.Size     = new global::System.Drawing.Size(237, 26);
     this.picVersion.TabIndex = 13;
     this.picVersion.TabStop  = false;
     this.pictureBox2.Anchor  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.pictureBox2.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.pictureBox2.Location             = new global::System.Drawing.Point(0, 78);
     this.pictureBox2.Name                 = "pictureBox2";
     this.pictureBox2.Size                 = new global::System.Drawing.Size(237, 45);
     this.pictureBox2.TabIndex             = 12;
     this.pictureBox2.TabStop              = false;
     this.picTraffic.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.picTraffic.Location              = new global::System.Drawing.Point(0, 0);
     this.picTraffic.Name     = "picTraffic";
     this.picTraffic.Size     = new global::System.Drawing.Size(237, 26);
     this.picTraffic.TabIndex = 11;
     this.picTraffic.TabStop  = false;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(96f, 96f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = global::System.Drawing.Color.FromArgb(0, 44, 101);
     base.ClientSize          = new global::System.Drawing.Size(780, 377);
     base.Controls.Add(this.panel3);
     base.Controls.Add(this.pnlBackup);
     base.Controls.Add(this.pnlHome);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.btnOptions);
     base.Controls.Add(this.btnHome);
     base.Controls.Add(this.btnHelp);
     this.DoubleBuffered = true;
     this.MinimumSize    = new global::System.Drawing.Size(780, 377);
     base.Name           = "MainForm";
     this.Text           = "PS4 Save Editor";
     base.FormClosed    += new global::System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.contextMenuStrip1.ResumeLayout(false);
     this.pnlHome.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.dgServerGames).EndInit();
     this.pnlNoSaves.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.pnlBackup.ResumeLayout(false);
     this.gbManageProfile.ResumeLayout(false);
     this.gbManageProfile.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbBackupLocation.ResumeLayout(false);
     this.gbBackupLocation.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.picVersion).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.picTraffic).EndInit();
     base.ResumeLayout(false);
 }
Exemplo n.º 5
0
 // Token: 0x06000163 RID: 355 RVA: 0x0000E960 File Offset: 0x0000CB60
 private void InitializeComponent()
 {
     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.grdStations   = new global::System.Windows.Forms.DataGridView();
     this.txtMaxStation = new global::System.Windows.Forms.TextBox();
     this.label1        = new global::System.Windows.Forms.Label();
     this.chkFreq       = new global::System.Windows.Forms.CheckBox();
     this.chkDate       = new global::System.Windows.Forms.CheckBox();
     ((global::System.ComponentModel.ISupportInitialize) this.grdStations).BeginInit();
     base.SuspendLayout();
     this.grdStations.AllowUserToAddRows              = false;
     this.grdStations.AllowUserToDeleteRows           = false;
     this.grdStations.AllowUserToResizeRows           = false;
     dataGridViewCellStyle.BackColor                  = global::System.Drawing.Color.FromArgb(240, 240, 240);
     this.grdStations.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.grdStations.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.grdStations.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment             = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor             = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 7.8f, 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.grdStations.DefaultCellStyle         = dataGridViewCellStyle2;
     this.grdStations.Location              = new global::System.Drawing.Point(0, 3);
     this.grdStations.Margin                = new global::System.Windows.Forms.Padding(2);
     this.grdStations.MultiSelect           = false;
     this.grdStations.Name                  = "grdStations";
     this.grdStations.ReadOnly              = true;
     this.grdStations.RowHeadersVisible     = false;
     this.grdStations.RowTemplate.Height    = 24;
     this.grdStations.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.grdStations.Size                  = new global::System.Drawing.Size(444, 184);
     this.grdStations.TabIndex              = 0;
     this.grdStations.CellMouseDoubleClick += new global::System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdStations_CellMouseDoubleClick);
     this.txtMaxStation.Anchor              = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.txtMaxStation.Location            = new global::System.Drawing.Point(136, 191);
     this.txtMaxStation.Name                = "txtMaxStation";
     this.txtMaxStation.Size                = new global::System.Drawing.Size(39, 20);
     this.txtMaxStation.TabIndex            = 2;
     this.txtMaxStation.Validated          += new global::System.EventHandler(this.txtMaxStation_Validated);
     this.label1.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.label1.AutoSize    = true;
     this.label1.Location    = new global::System.Drawing.Point(2, 194);
     this.label1.Name        = "label1";
     this.label1.Size        = new global::System.Drawing.Size(129, 13);
     this.label1.TabIndex    = 3;
     this.label1.Text        = "Max Nr of station per freq:";
     this.chkFreq.Anchor     = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.chkFreq.AutoSize   = true;
     this.chkFreq.CheckAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.chkFreq.Location   = new global::System.Drawing.Point(194, 192);
     this.chkFreq.Name       = "chkFreq";
     this.chkFreq.Size       = new global::System.Drawing.Size(104, 17);
     this.chkFreq.TabIndex   = 4;
     this.chkFreq.Text       = "show Frequency";
     this.chkFreq.UseVisualStyleBackColor = true;
     this.chkDate.Anchor     = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.chkDate.AutoSize   = true;
     this.chkDate.CheckAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.chkDate.Location   = new global::System.Drawing.Point(302, 192);
     this.chkDate.Name       = "chkDate";
     this.chkDate.Size       = new global::System.Drawing.Size(105, 17);
     this.chkDate.TabIndex   = 5;
     this.chkDate.Text       = "show Date/Time";
     this.chkDate.UseVisualStyleBackColor = true;
     base.AutoScaleDimensions             = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize    = new global::System.Drawing.Size(444, 210);
     base.Controls.Add(this.chkDate);
     base.Controls.Add(this.chkFreq);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.txtMaxStation);
     base.Controls.Add(this.grdStations);
     base.Margin       = new global::System.Windows.Forms.Padding(2);
     base.Name         = "frmStationList";
     this.Text         = "StationList";
     base.FormClosing += new global::System.Windows.Forms.FormClosingEventHandler(this.frmStationList_FormClosing);
     ((global::System.ComponentModel.ISupportInitialize) this.grdStations).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 6
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();
 }
Exemplo n.º 7
0
 // Token: 0x06000B01 RID: 2817 RVA: 0x0003D168 File Offset: 0x0003B368
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     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();
     this.lblGameName                 = new global::System.Windows.Forms.Label();
     this.contextMenuStrip1           = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.addCodeToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.editCodeToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.deleteCodeToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.panel1        = new global::System.Windows.Forms.Panel();
     this.lblProfile    = new global::System.Windows.Forms.Label();
     this.cbProfile     = new global::System.Windows.Forms.ComboBox();
     this.btnApplyCodes = new global::System.Windows.Forms.Button();
     this.dgCheatCodes  = new global::CSUST.Data.CustomDataGridView();
     this.Location      = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label1        = new global::System.Windows.Forms.Label();
     this.dgCheats      = new global::CSUST.Data.CustomDataGridView();
     this.Select        = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Description   = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Comment       = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnClose      = new global::System.Windows.Forms.Button();
     this.btnApply      = new global::System.Windows.Forms.Button();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgCheatCodes).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.dgCheats).BeginInit();
     base.SuspendLayout();
     this.lblGameName.AutoSize = true;
     this.lblGameName.Location = new global::System.Drawing.Point(17, 9);
     this.lblGameName.Name     = "lblGameName";
     this.lblGameName.Size     = new global::System.Drawing.Size(0, 13);
     this.lblGameName.TabIndex = 0;
     this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.addCodeToolStripMenuItem,
         this.editCodeToolStripMenuItem,
         this.deleteCodeToolStripMenuItem
     });
     this.contextMenuStrip1.Name             = "contextMenuStrip1";
     this.contextMenuStrip1.Size             = new global::System.Drawing.Size(139, 70);
     this.contextMenuStrip1.Opening         += new global::System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.addCodeToolStripMenuItem.Name      = "addCodeToolStripMenuItem";
     this.addCodeToolStripMenuItem.Size      = new global::System.Drawing.Size(138, 22);
     this.addCodeToolStripMenuItem.Text      = "Add Code";
     this.addCodeToolStripMenuItem.Click    += new global::System.EventHandler(this.addCodeToolStripMenuItem_Click);
     this.editCodeToolStripMenuItem.Name     = "editCodeToolStripMenuItem";
     this.editCodeToolStripMenuItem.Size     = new global::System.Drawing.Size(138, 22);
     this.editCodeToolStripMenuItem.Text     = "Edit Code";
     this.editCodeToolStripMenuItem.Click   += new global::System.EventHandler(this.editCodeToolStripMenuItem_Click);
     this.deleteCodeToolStripMenuItem.Name   = "deleteCodeToolStripMenuItem";
     this.deleteCodeToolStripMenuItem.Size   = new global::System.Drawing.Size(138, 22);
     this.deleteCodeToolStripMenuItem.Text   = "Delete Code";
     this.deleteCodeToolStripMenuItem.Click += new global::System.EventHandler(this.deleteCodeToolStripMenuItem_Click);
     this.panel1.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.panel1.BackColor = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.panel1.Controls.Add(this.lblProfile);
     this.panel1.Controls.Add(this.cbProfile);
     this.panel1.Controls.Add(this.btnApplyCodes);
     this.panel1.Controls.Add(this.dgCheatCodes);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.dgCheats);
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Controls.Add(this.btnApply);
     this.panel1.Location                            = new global::System.Drawing.Point(10, 11);
     this.panel1.Name                                = "panel1";
     this.panel1.Size                                = new global::System.Drawing.Size(634, 277);
     this.panel1.TabIndex                            = 1;
     this.lblProfile.Anchor                          = global::System.Windows.Forms.AnchorStyles.Bottom;
     this.lblProfile.AutoSize                        = true;
     this.lblProfile.ForeColor                       = global::System.Drawing.Color.White;
     this.lblProfile.Location                        = new global::System.Drawing.Point(72, 250);
     this.lblProfile.Name                            = "lblProfile";
     this.lblProfile.Size                            = new global::System.Drawing.Size(39, 13);
     this.lblProfile.TabIndex                        = 17;
     this.lblProfile.Text                            = "Profile:";
     this.cbProfile.Anchor                           = global::System.Windows.Forms.AnchorStyles.Bottom;
     this.cbProfile.DropDownStyle                    = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProfile.FormattingEnabled                = true;
     this.cbProfile.Location                         = new global::System.Drawing.Point(118, 246);
     this.cbProfile.Name                             = "cbProfile";
     this.cbProfile.Size                             = new global::System.Drawing.Size(112, 21);
     this.cbProfile.TabIndex                         = 16;
     this.btnApplyCodes.Anchor                       = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnApplyCodes.Location                     = new global::System.Drawing.Point(551, 175);
     this.btnApplyCodes.Name                         = "btnApplyCodes";
     this.btnApplyCodes.Size                         = new global::System.Drawing.Size(75, 23);
     this.btnApplyCodes.TabIndex                     = 15;
     this.btnApplyCodes.Text                         = "Apply";
     this.btnApplyCodes.UseVisualStyleBackColor      = true;
     this.btnApplyCodes.Visible                      = false;
     this.dgCheatCodes.AllowUserToAddRows            = false;
     this.dgCheatCodes.AllowUserToDeleteRows         = false;
     this.dgCheatCodes.Anchor                        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.dgCheatCodes.ClipboardCopyMode             = global::System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     dataGridViewCellStyle.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor                 = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                      = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor                 = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor        = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor        = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                  = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgCheatCodes.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dgCheatCodes.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgCheatCodes.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Location,
         this.Value
     });
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.SystemColors.Window;
     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.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgCheatCodes.DefaultCellStyle        = dataGridViewCellStyle2;
     this.dgCheatCodes.Location                   = new global::System.Drawing.Point(539, 37);
     this.dgCheatCodes.Name                       = "dgCheatCodes";
     dataGridViewCellStyle3.Alignment             = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor             = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                  = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle3.ForeColor             = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor    = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor    = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode              = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgCheatCodes.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgCheatCodes.Size                       = new global::System.Drawing.Size(35, 48);
     this.dgCheatCodes.TabIndex                   = 14;
     this.dgCheatCodes.Visible                    = false;
     this.Location.HeaderText                     = "Location";
     this.Location.Name                          = "Location";
     this.Location.Width                         = 70;
     this.Value.HeaderText                       = "Value";
     this.Value.MaxInputLength                   = 13;
     this.Value.Name                             = "Value";
     this.Value.Width                            = 70;
     this.label1.Anchor                          = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.label1.AutoSize                        = true;
     this.label1.Location                        = new global::System.Drawing.Point(452, -1);
     this.label1.Name                            = "label1";
     this.label1.Size                            = new global::System.Drawing.Size(71, 13);
     this.label1.TabIndex                        = 13;
     this.label1.Text                            = "Cheat Codes:";
     this.label1.Visible                         = false;
     this.dgCheats.AllowUserToAddRows            = false;
     this.dgCheats.AllowUserToDeleteRows         = false;
     this.dgCheats.AllowUserToResizeRows         = false;
     this.dgCheats.Anchor                        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.dgCheats.BackgroundColor               = global::System.Drawing.Color.FromArgb(175, 175, 175);
     this.dgCheats.BorderStyle                   = global::System.Windows.Forms.BorderStyle.None;
     this.dgCheats.ClipboardCopyMode             = global::System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     dataGridViewCellStyle4.Alignment            = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor            = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font                 = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle4.ForeColor            = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor   = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor   = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode             = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgCheats.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgCheats.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgCheats.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Select,
         this.Description,
         this.Comment
     });
     this.dgCheats.ContextMenuStrip            = this.contextMenuStrip1;
     dataGridViewCellStyle5.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle5.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgCheats.DefaultCellStyle            = dataGridViewCellStyle5;
     this.dgCheats.GridColor                   = global::System.Drawing.Color.FromArgb(175, 175, 175);
     this.dgCheats.Location                    = new global::System.Drawing.Point(12, 13);
     this.dgCheats.Name                        = "dgCheats";
     dataGridViewCellStyle6.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = global::System.Drawing.SystemColors.Control;
     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.WindowText;
     dataGridViewCellStyle6.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgCheats.RowHeadersDefaultCellStyle  = dataGridViewCellStyle6;
     this.dgCheats.RowHeadersVisible           = false;
     this.dgCheats.RowHeadersWidth             = 25;
     this.dgCheats.SelectionMode               = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgCheats.Size                        = new global::System.Drawing.Size(610, 222);
     this.dgCheats.TabIndex                    = 12;
     this.Select.HeaderText                    = global::PS3SaveEditor.Resources.Resources.btnSaves;
     this.Select.Name                      = "Select";
     this.Select.Width                     = 30;
     this.Description.HeaderText           = "Description";
     this.Description.Name                 = "Description";
     this.Description.ReadOnly             = true;
     this.Description.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Description.Width                = 240;
     this.Comment.HeaderText               = "Comment";
     this.Comment.Name                     = "Comment";
     this.Comment.ReadOnly                 = true;
     this.Comment.SortMode                 = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Comment.Width                    = 340;
     this.btnClose.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnClose.BackColor               = global::System.Drawing.Color.FromArgb(246, 128, 31);
     this.btnClose.ForeColor               = global::System.Drawing.Color.White;
     this.btnClose.Location                = new global::System.Drawing.Point(318, 246);
     this.btnClose.MaximumSize             = new global::System.Drawing.Size(60, 23);
     this.btnClose.MinimumSize             = new global::System.Drawing.Size(60, 23);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new global::System.Drawing.Size(60, 23);
     this.btnClose.TabIndex                = 11;
     this.btnClose.Text                    = "Close";
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnApply.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnApply.BackColor               = global::System.Drawing.Color.FromArgb(246, 128, 31);
     this.btnApply.ForeColor               = global::System.Drawing.Color.White;
     this.btnApply.Location                = new global::System.Drawing.Point(254, 246);
     this.btnApply.MaximumSize             = new global::System.Drawing.Size(60, 23);
     this.btnApply.MinimumSize             = new global::System.Drawing.Size(60, 23);
     this.btnApply.Name                    = "btnApply";
     this.btnApply.Size                    = new global::System.Drawing.Size(60, 23);
     this.btnApply.TabIndex                = 10;
     this.btnApply.Text                    = "Patch && Download Save";
     this.btnApply.UseVisualStyleBackColor = false;
     base.AutoScaleDimensions              = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                    = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor  = global::System.Drawing.Color.Black;
     base.ClientSize = new global::System.Drawing.Size(654, 298);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.lblGameName);
     this.ForeColor     = global::System.Drawing.Color.Black;
     base.Icon          = global::PS3SaveEditor.Resources.Resources.ps3se;
     this.MinimumSize   = new global::System.Drawing.Size(550, 336);
     base.Name          = "SimpleEdit";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = global::System.Windows.Forms.SizeGripStyle.Hide;
     this.Text          = "Simple Edit";
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgCheatCodes).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.dgCheats).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.panel2     = new global::System.Windows.Forms.Panel();
     this.button1    = new global::System.Windows.Forms.Button();
     this.txtPhoneNo = new global::System.Windows.Forms.TextBox();
     this.dataGridViewTextBoxColumn1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Names               = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblNoAccountMessage = new global::System.Windows.Forms.Label();
     this.label5              = new global::System.Windows.Forms.Label();
     this.panel4              = new global::System.Windows.Forms.Panel();
     this.label6              = new global::System.Windows.Forms.Label();
     this.panel3              = new global::System.Windows.Forms.Panel();
     this.picDS               = new global::System.Windows.Forms.PictureBox();
     this.btnSearch           = new global::System.Windows.Forms.Button();
     this.txtNatId            = new global::System.Windows.Forms.TextBox();
     this.txtUNames           = new global::System.Windows.Forms.TextBox();
     this.label3              = new global::System.Windows.Forms.Label();
     this.label4              = new global::System.Windows.Forms.Label();
     this.label2              = new global::System.Windows.Forms.Label();
     this.panel1              = new global::System.Windows.Forms.Panel();
     this.label1              = new global::System.Windows.Forms.Label();
     this.dgvRelatedAccounts  = new Moshi_Bank.Controls.Datagrid();
     this.picUserPhoto        = new global::System.Windows.Forms.PictureBox();
     this.button2             = new global::System.Windows.Forms.Button();
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).BeginInit();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRelatedAccounts)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPhoto)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 1043, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // button1
     //
     this.button1.Location = new global::System.Drawing.Point((System.Int32) 177, (System.Int32) 544);
     this.button1.Name     = "button1";
     this.button1.Size     = new global::System.Drawing.Size((System.Int32) 103, (System.Int32) 34);
     this.button1.TabIndex = 36;
     this.button1.Text     = "More Details";
     this.button1.UseVisualStyleBackColor = true;
     //
     // txtPhoneNo
     //
     this.txtPhoneNo.Location         = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 516);
     this.txtPhoneNo.Name             = "txtPhoneNo";
     this.txtPhoneNo.ReadOnly         = true;
     this.txtPhoneNo.ShortcutsEnabled = false;
     this.txtPhoneNo.Size             = new global::System.Drawing.Size((System.Int32) 251, (System.Int32) 20);
     this.txtPhoneNo.TabIndex         = 31;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Number";
     this.dataGridViewTextBoxColumn1.Name       = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly   = true;
     this.dataGridViewTextBoxColumn1.Width      = 87;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Names";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly   = true;
     this.dataGridViewTextBoxColumn2.Width      = 81;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Type";
     this.dataGridViewTextBoxColumn3.Name       = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly   = true;
     this.dataGridViewTextBoxColumn3.Width      = 68;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = "Balance";
     this.dataGridViewTextBoxColumn4.Name       = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly   = true;
     this.dataGridViewTextBoxColumn4.Width      = 86;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.HeaderText = "DateCreated";
     this.dataGridViewTextBoxColumn5.Name       = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly   = true;
     this.dataGridViewTextBoxColumn5.Width      = 113;
     //
     // Column1
     //
     this.Column1.HeaderText = "Number";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     this.Column1.Width      = 87;
     //
     // Names
     //
     this.Names.HeaderText = "Names";
     this.Names.Name       = "Names";
     this.Names.ReadOnly   = true;
     this.Names.Width      = 81;
     //
     // Column4
     //
     this.Column4.HeaderText = "Type";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     this.Column4.Width      = 68;
     //
     // Column2
     //
     this.Column2.HeaderText = "Balance";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     this.Column2.Width      = 86;
     //
     // Column3
     //
     this.Column3.HeaderText = "DateCreated";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     this.Column3.Width      = 113;
     //
     // lblNoAccountMessage
     //
     this.lblNoAccountMessage.AutoSize  = true;
     this.lblNoAccountMessage.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.lblNoAccountMessage.ForeColor = global::System.Drawing.Color.Firebrick;
     this.lblNoAccountMessage.Location  = new global::System.Drawing.Point((System.Int32) 357, (System.Int32) 228);
     this.lblNoAccountMessage.Name      = "lblNoAccountMessage";
     this.lblNoAccountMessage.Size      = new global::System.Drawing.Size((System.Int32) 363, (System.Int32) 35);
     this.lblNoAccountMessage.TabIndex  = 21;
     this.lblNoAccountMessage.Text      = "No Associated Accounts Found !";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 493);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 49, (System.Int32) 20);
     this.label5.TabIndex = 38;
     this.label5.Text     = "Phone";
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 339, (System.Int32) 126);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 340, (System.Int32) 1);
     this.panel4.TabIndex  = 35;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.label6.Location = new global::System.Drawing.Point((System.Int32) 344, (System.Int32) 88);
     this.label6.Name     = "label6";
     this.label6.Size     = new global::System.Drawing.Size((System.Int32) 235, (System.Int32) 35);
     this.label6.TabIndex = 34;
     this.label6.Text     = "Associated Accounts";
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 20, (System.Int32) 125);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 240, (System.Int32) 1);
     this.panel3.TabIndex  = 33;
     //
     // picDS
     //
     this.picDS.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picDS.Location    = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 443);
     this.picDS.Name        = "picDS";
     this.picDS.Size        = new global::System.Drawing.Size((System.Int32) 249, (System.Int32) 43);
     this.picDS.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picDS.TabIndex    = 32;
     this.picDS.TabStop     = false;
     //
     // btnSearch
     //
     this.btnSearch.Location = new global::System.Drawing.Point((System.Int32) 205, (System.Int32) 168);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 27);
     this.btnSearch.TabIndex = 30;
     this.btnSearch.Text     = "Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new global::System.EventHandler(this.btnSearch_Click);
     //
     // txtNatId
     //
     this.txtNatId.Location = new global::System.Drawing.Point((System.Int32) 29, (System.Int32) 170);
     this.txtNatId.Name     = "txtNatId";
     this.txtNatId.Size     = new global::System.Drawing.Size((System.Int32) 169, (System.Int32) 20);
     this.txtNatId.TabIndex = 28;
     //
     // txtUNames
     //
     this.txtUNames.Location         = new global::System.Drawing.Point((System.Int32) 29, (System.Int32) 227);
     this.txtUNames.Name             = "txtUNames";
     this.txtUNames.ReadOnly         = true;
     this.txtUNames.ShortcutsEnabled = false;
     this.txtUNames.Size             = new global::System.Drawing.Size((System.Int32) 251, (System.Int32) 20);
     this.txtUNames.TabIndex         = 27;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 87);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 116, (System.Int32) 35);
     this.label3.TabIndex = 22;
     this.label3.Text     = "Find User";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 204);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 53, (System.Int32) 20);
     this.label4.TabIndex = 26;
     this.label4.Text     = "Names";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 147);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 20);
     this.label2.TabIndex = 25;
     this.label2.Text     = "National Id";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 1043, (System.Int32) 67);
     this.panel1.TabIndex = 24;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label1.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size((System.Int32) 173, (System.Int32) 47);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Guarantor";
     //
     // dgvRelatedAccounts
     //
     this.dgvRelatedAccounts.AllowUserToAddRows              = false;
     this.dgvRelatedAccounts.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle52.BackColor                       = global::System.Drawing.Color.Linen;
     dataGridViewCellStyle52.ForeColor                       = global::System.Drawing.Color.Black;
     this.dgvRelatedAccounts.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle52;
     this.dgvRelatedAccounts.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvRelatedAccounts.BackgroundColor                 = global::System.Drawing.Color.White;
     this.dgvRelatedAccounts.BorderStyle                     = global::System.Windows.Forms.BorderStyle.None;
     this.dgvRelatedAccounts.ColumnHeadersBorderStyle        = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle53.Alignment                       = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle53.BackColor                       = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle53.Font                          = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle53.ForeColor                     = global::System.Drawing.Color.Black;
     dataGridViewCellStyle53.Padding                       = new global::System.Windows.Forms.Padding((System.Int32) 5);
     dataGridViewCellStyle53.SelectionBackColor            = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle53.SelectionForeColor            = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle53.WrapMode                      = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRelatedAccounts.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle53;
     this.dgvRelatedAccounts.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRelatedAccounts.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5
     });
     dataGridViewCellStyle54.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle54.BackColor                 = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle54.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle54.ForeColor                 = global::System.Drawing.Color.Black;
     dataGridViewCellStyle54.SelectionBackColor        = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle54.SelectionForeColor        = global::System.Drawing.Color.Black;
     dataGridViewCellStyle54.WrapMode                  = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvRelatedAccounts.DefaultCellStyle          = dataGridViewCellStyle54;
     this.dgvRelatedAccounts.EnableHeadersVisualStyles = false;
     this.dgvRelatedAccounts.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvRelatedAccounts.Location                  = new global::System.Drawing.Point((System.Int32) 353, (System.Int32) 148);
     this.dgvRelatedAccounts.MultiSelect               = false;
     this.dgvRelatedAccounts.Name                      = "dgvRelatedAccounts";
     this.dgvRelatedAccounts.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvRelatedAccounts.RowHeadersVisible         = false;
     this.dgvRelatedAccounts.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRelatedAccounts.Size                      = new global::System.Drawing.Size((System.Int32) 676, (System.Int32) 268);
     this.dgvRelatedAccounts.TabIndex                  = 23;
     //
     // picUserPhoto
     //
     this.picUserPhoto.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picUserPhoto.Location    = new global::System.Drawing.Point((System.Int32) 31, (System.Int32) 265);
     this.picUserPhoto.Name        = "picUserPhoto";
     this.picUserPhoto.Size        = new global::System.Drawing.Size((System.Int32) 249, (System.Int32) 171);
     this.picUserPhoto.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picUserPhoto.TabIndex    = 29;
     this.picUserPhoto.TabStop     = false;
     //
     // button2
     //
     this.button2.BackColor = global::System.Drawing.Color.PaleGreen;
     this.button2.FlatAppearance.BorderColor = global::System.Drawing.Color.DarkOliveGreen;
     this.button2.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 12F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.button2.ForeColor = global::System.Drawing.Color.DarkGreen;
     this.button2.Location  = new global::System.Drawing.Point((System.Int32) 890, (System.Int32) 540);
     this.button2.Name      = "button2";
     this.button2.Size      = new global::System.Drawing.Size((System.Int32) 139, (System.Int32) 37);
     this.button2.TabIndex  = 39;
     this.button2.Text      = "Select Guarantor";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new global::System.EventHandler(this.button2_Click);
     //
     // Guarantor
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 6F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 1043, (System.Int32) 589);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.txtPhoneNo);
     this.Controls.Add(this.lblNoAccountMessage);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.picDS);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtNatId);
     this.Controls.Add(this.txtUNames);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.dgvRelatedAccounts);
     this.Controls.Add(this.picUserPhoto);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Guarantor";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Guarantor";
     this.Load           += new global::System.EventHandler(this.Guarantor_Load);
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRelatedAccounts)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPhoto)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 9
0
 // Token: 0x060000D5 RID: 213 RVA: 0x000132EC File Offset: 0x000114EC
 private void InitializeComponent()
 {
     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.tableLayoutPanel1    = new global::System.Windows.Forms.TableLayoutPanel();
     this.label1               = new global::System.Windows.Forms.Label();
     this.rdCreateNewData      = new global::System.Windows.Forms.RadioButton();
     this.rdReOpenData         = new global::System.Windows.Forms.RadioButton();
     this.dtgData              = new global::System.Windows.Forms.DataGridView();
     this.DBName               = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FilePath             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.chkDonotShow         = new global::System.Windows.Forms.CheckBox();
     this.tableLayoutPanel3    = new global::System.Windows.Forms.TableLayoutPanel();
     this.btnCancel            = new global::System.Windows.Forms.Button();
     this.btnSellect           = new global::System.Windows.Forms.Button();
     this.tableLayoutPanel2    = new global::System.Windows.Forms.TableLayoutPanel();
     this.btnOpenFile          = new global::System.Windows.Forms.Button();
     this.btnEditFile          = new global::System.Windows.Forms.Button();
     this.btnDeletedFile       = new global::System.Windows.Forms.Button();
     this.openFileDialog1      = new global::System.Windows.Forms.OpenFileDialog();
     this.folderBrowserDialog1 = new global::System.Windows.Forms.FolderBrowserDialog();
     this.tableLayoutPanel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dtgData).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     base.SuspendLayout();
     this.tableLayoutPanel1.BackColor   = global::System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.tableLayoutPanel1.Location = new global::System.Drawing.Point(-1, 1);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel1.Size     = new global::System.Drawing.Size(776, 56);
     this.tableLayoutPanel1.TabIndex = 0;
     this.label1.AutoSize            = true;
     this.label1.BackColor           = global::System.Drawing.Color.White;
     this.label1.Dock              = global::System.Windows.Forms.DockStyle.Fill;
     this.label1.Font              = new global::System.Drawing.Font("Microsoft Sans Serif", 14.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label1.ForeColor         = global::System.Drawing.Color.Blue;
     this.label1.Location          = new global::System.Drawing.Point(3, 0);
     this.label1.Name              = "label1";
     this.label1.Size              = new global::System.Drawing.Size(770, 56);
     this.label1.TabIndex          = 0;
     this.label1.Text              = "Tạo dữ liệu mới hoặc mở dữ liệu đã có";
     this.label1.TextAlign         = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.rdCreateNewData.AutoSize = true;
     this.rdCreateNewData.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.rdCreateNewData.Location = new global::System.Drawing.Point(7, 63);
     this.rdCreateNewData.Name     = "rdCreateNewData";
     this.rdCreateNewData.Size     = new global::System.Drawing.Size(478, 22);
     this.rdCreateNewData.TabIndex = 1;
     this.rdCreateNewData.Text     = "Tạo dữ liệu trắng( khi bạn muốn tạo dữ liệu để sử dụng cho riêng bạn)";
     this.rdCreateNewData.UseVisualStyleBackColor = true;
     this.rdReOpenData.AutoSize = true;
     this.rdReOpenData.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.rdReOpenData.Location = new global::System.Drawing.Point(7, 97);
     this.rdReOpenData.Name     = "rdReOpenData";
     this.rdReOpenData.Size     = new global::System.Drawing.Size(413, 22);
     this.rdReOpenData.TabIndex = 2;
     this.rdReOpenData.Text     = "Mở lại dữ liệu demo hoặc dữ liệu đã mở( nháy đúp để chọn)";
     this.rdReOpenData.UseVisualStyleBackColor = true;
     this.dtgData.AllowUserToAddRows           = false;
     this.dtgData.AllowUserToDeleteRows        = false;
     this.dtgData.AllowUserToResizeColumns     = false;
     this.dtgData.AllowUserToResizeRows        = false;
     this.dtgData.BackgroundColor               = global::System.Drawing.Color.White;
     dataGridViewCellStyle.Alignment            = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor            = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                 = new global::System.Drawing.Font("Microsoft Sans Serif", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor            = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor   = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor   = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode             = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dtgData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dtgData.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgData.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.DBName,
         this.FilePath
     });
     this.dtgData.Location          = new global::System.Drawing.Point(7, 127);
     this.dtgData.MultiSelect       = false;
     this.dtgData.Name              = "dtgData";
     this.dtgData.ReadOnly          = true;
     this.dtgData.RowHeadersVisible = false;
     this.dtgData.RowTemplate.DefaultCellStyle.SelectionForeColor = global::System.Drawing.Color.Blue;
     this.dtgData.RowTemplate.Height = 25;
     this.dtgData.Size                         = new global::System.Drawing.Size(759, 233);
     this.dtgData.TabIndex                     = 3;
     this.dtgData.CellMouseClick              += new global::System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dtgData_CellMouseClick);
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.DBName.DefaultCellStyle              = dataGridViewCellStyle2;
     this.DBName.HeaderText                    = "Tên CSDL";
     this.DBName.Name                          = "DBName";
     this.DBName.ReadOnly                      = true;
     this.DBName.Width                         = 200;
     dataGridViewCellStyle3.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.FilePath.DefaultCellStyle            = dataGridViewCellStyle3;
     this.FilePath.HeaderText                  = "Đường dẫn";
     this.FilePath.Name                        = "FilePath";
     this.FilePath.ReadOnly                    = true;
     this.FilePath.Width                       = 549;
     this.chkDonotShow.AutoSize                = true;
     this.chkDonotShow.Font                    = new global::System.Drawing.Font("Microsoft Sans Serif", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.chkDonotShow.Location                = new global::System.Drawing.Point(7, 387);
     this.chkDonotShow.Name                    = "chkDonotShow";
     this.chkDonotShow.Size                    = new global::System.Drawing.Size(155, 20);
     this.chkDonotShow.TabIndex                = 4;
     this.chkDonotShow.Text                    = "Không hiển thị lần sau";
     this.chkDonotShow.UseVisualStyleBackColor = true;
     this.tableLayoutPanel3.ColumnCount        = 2;
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.Controls.Add(this.btnCancel, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.btnSellect, 0, 0);
     this.tableLayoutPanel3.Dock     = global::System.Windows.Forms.DockStyle.Right;
     this.tableLayoutPanel3.Location = new global::System.Drawing.Point(559, 3);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel3.Size             = new global::System.Drawing.Size(211, 39);
     this.tableLayoutPanel3.TabIndex         = 0;
     this.btnCancel.Dock                     = global::System.Windows.Forms.DockStyle.Fill;
     this.btnCancel.Font                     = new global::System.Drawing.Font("Microsoft Sans Serif", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnCancel.Location                 = new global::System.Drawing.Point(108, 3);
     this.btnCancel.Name                     = "btnCancel";
     this.btnCancel.Size                     = new global::System.Drawing.Size(100, 33);
     this.btnCancel.TabIndex                 = 1;
     this.btnCancel.Text                     = "Hủy bỏ";
     this.btnCancel.UseVisualStyleBackColor  = true;
     this.btnSellect.Dock                    = global::System.Windows.Forms.DockStyle.Fill;
     this.btnSellect.Font                    = new global::System.Drawing.Font("Microsoft Sans Serif", 11.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btnSellect.Location                = new global::System.Drawing.Point(3, 3);
     this.btnSellect.Name                    = "btnSellect";
     this.btnSellect.Size                    = new global::System.Drawing.Size(99, 33);
     this.btnSellect.TabIndex                = 0;
     this.btnSellect.Text                    = "Chọn";
     this.btnSellect.UseVisualStyleBackColor = true;
     this.btnSellect.Click                  += new global::System.EventHandler(this.btnSellect_Click);
     this.tableLayoutPanel2.BackColor        = global::System.Drawing.Color.White;
     this.tableLayoutPanel2.ColumnCount      = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
     this.tableLayoutPanel2.Location = new global::System.Drawing.Point(-1, 421);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.tableLayoutPanel2.Size                 = new global::System.Drawing.Size(773, 45);
     this.tableLayoutPanel2.TabIndex             = 5;
     this.btnOpenFile.FlatStyle                  = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnOpenFile.Location                   = new global::System.Drawing.Point(493, 96);
     this.btnOpenFile.Name                       = "btnOpenFile";
     this.btnOpenFile.Size                       = new global::System.Drawing.Size(75, 23);
     this.btnOpenFile.TabIndex                   = 6;
     this.btnOpenFile.Text                       = "Mở file";
     this.btnOpenFile.UseVisualStyleBackColor    = true;
     this.btnOpenFile.Click                     += new global::System.EventHandler(this.btnOpenFile_Click);
     this.btnOpenFile.MouseLeave                += new global::System.EventHandler(this.btnOpenFile_MouseLeave);
     this.btnOpenFile.MouseMove                 += new global::System.Windows.Forms.MouseEventHandler(this.btnOpenFile_MouseMove);
     this.btnEditFile.FlatStyle                  = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnEditFile.Location                   = new global::System.Drawing.Point(585, 96);
     this.btnEditFile.Name                       = "btnEditFile";
     this.btnEditFile.Size                       = new global::System.Drawing.Size(75, 23);
     this.btnEditFile.TabIndex                   = 7;
     this.btnEditFile.Text                       = "Sửa";
     this.btnEditFile.UseVisualStyleBackColor    = true;
     this.btnEditFile.MouseLeave                += new global::System.EventHandler(this.btnEditFile_MouseLeave);
     this.btnEditFile.MouseMove                 += new global::System.Windows.Forms.MouseEventHandler(this.btnEditFile_MouseMove);
     this.btnDeletedFile.FlatStyle               = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnDeletedFile.Location                = new global::System.Drawing.Point(681, 96);
     this.btnDeletedFile.Name                    = "btnDeletedFile";
     this.btnDeletedFile.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnDeletedFile.TabIndex                = 8;
     this.btnDeletedFile.Text                    = "Xóa";
     this.btnDeletedFile.UseVisualStyleBackColor = true;
     this.btnDeletedFile.MouseLeave             += new global::System.EventHandler(this.btnDeletedFile_MouseLeave);
     this.btnDeletedFile.MouseMove              += new global::System.Windows.Forms.MouseEventHandler(this.btnDeletedFile_MouseMove);
     this.openFileDialog1.FileName               = "openFileDialog1";
     base.AutoScaleDimensions                    = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = global::System.Drawing.SystemColors.GradientActiveCaption;
     base.ClientSize    = new global::System.Drawing.Size(768, 468);
     base.Controls.Add(this.btnDeletedFile);
     base.Controls.Add(this.btnEditFile);
     base.Controls.Add(this.btnOpenFile);
     base.Controls.Add(this.tableLayoutPanel2);
     base.Controls.Add(this.chkDonotShow);
     base.Controls.Add(this.dtgData);
     base.Controls.Add(this.rdReOpenData);
     base.Controls.Add(this.rdCreateNewData);
     base.Controls.Add(this.tableLayoutPanel1);
     base.MaximizeBox = false;
     this.MaximumSize = new global::System.Drawing.Size(784, 529);
     base.MinimizeBox = false;
     base.Name        = "frmDatabase";
     this.Text        = "Dữ liệu chương trình";
     base.Load       += new global::System.EventHandler(this.frmMain_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dtgData).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 10
0
 // Token: 0x0600054D RID: 1357 RVA: 0x00020B34 File Offset: 0x0001ED34
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.dgProfiles              = new global::System.Windows.Forms.DataGridView();
     this._Name                   = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ID                      = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip1       = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.renameToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btnSave                 = new global::System.Windows.Forms.Button();
     this.btnClose                = new global::System.Windows.Forms.Button();
     this.panel1                  = new global::System.Windows.Forms.Panel();
     ((global::System.ComponentModel.ISupportInitialize) this.dgProfiles).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.dgProfiles.AllowUserToAddRows              = false;
     this.dgProfiles.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle.SelectionBackColor        = global::System.Drawing.Color.FromArgb(0, 175, 255);
     this.dgProfiles.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle;
     this.dgProfiles.AutoSizeRowsMode            = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgProfiles.BackgroundColor             = global::System.Drawing.Color.FromArgb(175, 175, 175);
     this.dgProfiles.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgProfiles.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this._Name,
         this.ID
     });
     this.dgProfiles.ContextMenuStrip  = this.contextMenuStrip1;
     this.dgProfiles.Location          = new global::System.Drawing.Point(12, 12);
     this.dgProfiles.Name              = "dgProfiles";
     this.dgProfiles.RowHeadersVisible = false;
     this.dgProfiles.SelectionMode     = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgProfiles.ShowEditingIcon   = false;
     this.dgProfiles.Size              = new global::System.Drawing.Size(218, 202);
     this.dgProfiles.TabIndex          = 0;
     this._Name.HeaderText             = "Name";
     this._Name.Name           = "_Name";
     this._Name.Width          = 114;
     this._Name.MaxInputLength = 32;
     this.ID.HeaderText        = "PSN ID";
     this.ID.Name     = "ID";
     this.ID.ReadOnly = true;
     this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.deleteToolStripMenuItem,
         this.renameToolStripMenuItem
     });
     this.contextMenuStrip1.Name         = "contextMenuStrip1";
     this.contextMenuStrip1.Size         = new global::System.Drawing.Size(118, 48);
     this.contextMenuStrip1.Opening     += new global::System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new global::System.Drawing.Size(117, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new global::System.EventHandler(this.deleteToolStripMenuItem_Click);
     this.renameToolStripMenuItem.Name   = "renameToolStripMenuItem";
     this.renameToolStripMenuItem.Size   = new global::System.Drawing.Size(117, 22);
     this.renameToolStripMenuItem.Text   = "Rename";
     this.renameToolStripMenuItem.Click += new global::System.EventHandler(this.renameToolStripMenuItem_Click);
     this.btnSave.ForeColor              = global::System.Drawing.Color.White;
     this.btnSave.Location = new global::System.Drawing.Point(42, 217);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new global::System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 2;
     this.btnSave.Text     = "Apply";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click                   += new global::System.EventHandler(this.btnSave_Click);
     this.btnClose.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.ForeColor               = global::System.Drawing.Color.White;
     this.btnClose.Location                = new global::System.Drawing.Point(121, 217);
     this.btnClose.Name                    = "btnClose";
     this.btnClose.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnClose.TabIndex                = 3;
     this.btnClose.Text                    = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click                  += new global::System.EventHandler(this.btnClose_Click);
     this.panel1.BackColor                 = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.panel1.Controls.Add(this.dgProfiles);
     this.panel1.Controls.Add(this.btnClose);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Location     = new global::System.Drawing.Point(10, 10);
     this.panel1.Name         = "panel1";
     this.panel1.Size         = new global::System.Drawing.Size(242, 244);
     this.panel1.TabIndex     = 4;
     base.AcceptButton        = this.btnSave;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     base.CancelButton        = this.btnClose;
     base.ClientSize          = new global::System.Drawing.Size(262, 264);
     base.Controls.Add(this.panel1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "ManageProfiles";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.SizeGripStyle   = global::System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "Manage Profiles";
     base.Load           += new global::System.EventHandler(this.ManageProfiles_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.dgProfiles).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.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();
     this.panel1 = new global::System.Windows.Forms.Panel();
     this.panel2 = new global::System.Windows.Forms.Panel();
     this.label1 = new global::System.Windows.Forms.Label();
     this.panel3 = new global::System.Windows.Forms.Panel();
     this.btnSearchTransactionCode = new global::System.Windows.Forms.Button();
     this.btnSearchTransactions    = new global::System.Windows.Forms.Button();
     this.lblAccountNames          = new global::System.Windows.Forms.Label();
     this.lblAccountBalance        = new global::System.Windows.Forms.Label();
     this.txtTransactionCode       = new global::System.Windows.Forms.TextBox();
     this.txtAccountNumber         = new global::System.Windows.Forms.TextBox();
     this.panel4          = new global::System.Windows.Forms.Panel();
     this.label4          = new global::System.Windows.Forms.Label();
     this.label5          = new global::System.Windows.Forms.Label();
     this.label3          = new global::System.Windows.Forms.Label();
     this.label2          = new global::System.Windows.Forms.Label();
     this.dgvTransactions = new Moshi_Bank.Controls.Datagrid();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactions)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 961, (System.Int32) 67);
     this.panel1.TabIndex = 12;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 961, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label1.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size((System.Int32) 337, (System.Int32) 47);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Account Transactions";
     //
     // panel3
     //
     this.panel3.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left)
                                                                        | global::System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.btnSearchTransactionCode);
     this.panel3.Controls.Add(this.btnSearchTransactions);
     this.panel3.Controls.Add(this.lblAccountNames);
     this.panel3.Controls.Add(this.lblAccountBalance);
     this.panel3.Controls.Add(this.txtTransactionCode);
     this.panel3.Controls.Add(this.txtAccountNumber);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 67);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new global::System.Drawing.Size((System.Int32) 961, (System.Int32) 169);
     this.panel3.TabIndex = 13;
     //
     // btnSearchTransactionCode
     //
     this.btnSearchTransactionCode.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnSearchTransactionCode.Location = new global::System.Drawing.Point((System.Int32) 251, (System.Int32) 104);
     this.btnSearchTransactionCode.Name     = "btnSearchTransactionCode";
     this.btnSearchTransactionCode.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 34);
     this.btnSearchTransactionCode.TabIndex = 4;
     this.btnSearchTransactionCode.Text     = "Search";
     this.btnSearchTransactionCode.UseVisualStyleBackColor = true;
     this.btnSearchTransactionCode.Click += new global::System.EventHandler(this.btnSearchTransactionCode_Click);
     //
     // btnSearchTransactions
     //
     this.btnSearchTransactions.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnSearchTransactions.Location = new global::System.Drawing.Point((System.Int32) 251, (System.Int32) 43);
     this.btnSearchTransactions.Name     = "btnSearchTransactions";
     this.btnSearchTransactions.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 34);
     this.btnSearchTransactions.TabIndex = 2;
     this.btnSearchTransactions.Text     = "Search";
     this.btnSearchTransactions.UseVisualStyleBackColor = true;
     this.btnSearchTransactions.Click += new global::System.EventHandler(this.btnSearchTransactions_Click);
     //
     // lblAccountNames
     //
     this.lblAccountNames.AutoSize  = true;
     this.lblAccountNames.BackColor = global::System.Drawing.Color.WhiteSmoke;
     this.lblAccountNames.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 24F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.lblAccountNames.ForeColor = global::System.Drawing.Color.SandyBrown;
     this.lblAccountNames.Location  = new global::System.Drawing.Point((System.Int32) 352, (System.Int32) 38);
     this.lblAccountNames.Name      = "lblAccountNames";
     this.lblAccountNames.Size      = new global::System.Drawing.Size((System.Int32) 29, (System.Int32) 45);
     this.lblAccountNames.TabIndex  = 3;
     this.lblAccountNames.Text      = " ";
     //
     // lblAccountBalance
     //
     this.lblAccountBalance.AutoSize  = true;
     this.lblAccountBalance.BackColor = global::System.Drawing.Color.WhiteSmoke;
     this.lblAccountBalance.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 24F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.lblAccountBalance.ForeColor = global::System.Drawing.Color.SandyBrown;
     this.lblAccountBalance.Location  = new global::System.Drawing.Point((System.Int32) 356, (System.Int32) 117);
     this.lblAccountBalance.Name      = "lblAccountBalance";
     this.lblAccountBalance.Size      = new global::System.Drawing.Size((System.Int32) 29, (System.Int32) 45);
     this.lblAccountBalance.TabIndex  = 3;
     this.lblAccountBalance.Text      = " ";
     //
     // txtTransactionCode
     //
     this.txtTransactionCode.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 15F);
     this.txtTransactionCode.Location  = new global::System.Drawing.Point((System.Int32) 16, (System.Int32) 104);
     this.txtTransactionCode.Name      = "txtTransactionCode";
     this.txtTransactionCode.Size      = new global::System.Drawing.Size((System.Int32) 229, (System.Int32) 34);
     this.txtTransactionCode.TabIndex  = 3;
     this.txtTransactionCode.KeyDown  += new global::System.Windows.Forms.KeyEventHandler(this.txtTransactionCode_KeyDown);
     this.txtTransactionCode.KeyPress += new global::System.Windows.Forms.KeyPressEventHandler(this.txtTransactionCode_KeyPress);
     //
     // txtAccountNumber
     //
     this.txtAccountNumber.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 15F);
     this.txtAccountNumber.Location = new global::System.Drawing.Point((System.Int32) 16, (System.Int32) 43);
     this.txtAccountNumber.Name     = "txtAccountNumber";
     this.txtAccountNumber.Size     = new global::System.Drawing.Size((System.Int32) 229, (System.Int32) 34);
     this.txtAccountNumber.TabIndex = 1;
     this.txtAccountNumber.KeyDown += new global::System.Windows.Forms.KeyEventHandler(this.txtAccountNumber_KeyDown);
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 168);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 961, (System.Int32) 1);
     this.panel4.TabIndex  = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 10F);
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 353, (System.Int32) 13);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 104, (System.Int32) 19);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Account Names";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 10F);
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 82);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 113, (System.Int32) 19);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Transaction Code";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 10F);
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 356, (System.Int32) 92);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 55, (System.Int32) 19);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Balance";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 10F);
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 112, (System.Int32) 19);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Account Number";
     //
     // dgvTransactions
     //
     this.dgvTransactions.AllowUserToAddRows       = false;
     this.dgvTransactions.AllowUserToDeleteRows    = false;
     this.dgvTransactions.AllowUserToResizeColumns = false;
     this.dgvTransactions.AllowUserToResizeRows    = false;
     dataGridViewCellStyle4.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle4.ForeColor = global::System.Drawing.Color.Black;
     this.dgvTransactions.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvTransactions.Anchor = ((global::System.Windows.Forms.AnchorStyles)((((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | global::System.Windows.Forms.AnchorStyles.Left)
                                                                                 | global::System.Windows.Forms.AnchorStyles.Right)));
     this.dgvTransactions.AutoSizeColumnsMode      = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvTransactions.BackgroundColor          = global::System.Drawing.Color.WhiteSmoke;
     this.dgvTransactions.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.dgvTransactions.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment              = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor              = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle5.Font                        = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle5.ForeColor                   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor          = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor          = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvTransactions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvTransactions.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle6.Alignment                   = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor                   = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font                        = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle6.ForeColor                   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.SelectionBackColor          = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle6.SelectionForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvTransactions.DefaultCellStyle              = dataGridViewCellStyle6;
     this.dgvTransactions.EditMode                      = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvTransactions.EnableHeadersVisualStyles     = false;
     this.dgvTransactions.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvTransactions.Location              = new global::System.Drawing.Point((System.Int32) 5, (System.Int32) 242);
     this.dgvTransactions.MultiSelect           = false;
     this.dgvTransactions.Name                  = "dgvTransactions";
     this.dgvTransactions.ReadOnly              = true;
     this.dgvTransactions.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvTransactions.RowHeadersVisible     = false;
     this.dgvTransactions.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvTransactions.Size                  = new global::System.Drawing.Size((System.Int32) 951, (System.Int32) 247);
     this.dgvTransactions.TabIndex              = 35;
     this.dgvTransactions.CellDoubleClick      += new global::System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTransactions_CellDoubleClick);
     //
     // AccountTransactions
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 6F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 961, (System.Int32) 495);
     this.Controls.Add(this.dgvTransactions);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.MinimizeBox   = false;
     this.Name          = "AccountTransactions";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "AccountTransactions";
     this.Load         += new global::System.EventHandler(this.AccountTransactions_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactions)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.panel1            = new global::System.Windows.Forms.Panel();
     this.panel2            = new global::System.Windows.Forms.Panel();
     this.label5            = new global::System.Windows.Forms.Label();
     this.panel3            = new global::System.Windows.Forms.Panel();
     this.label4            = new global::System.Windows.Forms.Label();
     this.label3            = new global::System.Windows.Forms.Label();
     this.label2            = new global::System.Windows.Forms.Label();
     this.panel4            = new global::System.Windows.Forms.Panel();
     this.dgvTransactions   = new Moshi_Bank.Controls.Datagrid();
     this.dtpStartDate      = new global::System.Windows.Forms.DateTimePicker();
     this.dtpEndDate        = new global::System.Windows.Forms.DateTimePicker();
     this.findUser1         = new Moshi_Bank.Controls.FindUser();
     this.btnProcess        = new global::System.Windows.Forms.Button();
     this.checkBox1         = new global::System.Windows.Forms.CheckBox();
     this.txtAccountNames   = new global::System.Windows.Forms.Label();
     this.txtAccountBalance = new global::System.Windows.Forms.Label();
     this.cboType           = new global::System.Windows.Forms.ComboBox();
     this.panel5            = new global::System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactions)).BeginInit();
     this.panel5.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 1071, (System.Int32) 55);
     this.panel1.TabIndex = 9;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 54);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 1071, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 23F);
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 285, (System.Int32) 42);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Account Statements";
     //
     // panel3
     //
     this.panel3.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left)
                                                                        | global::System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Controls.Add(this.cboType);
     this.panel3.Controls.Add(this.btnProcess);
     this.panel3.Controls.Add(this.checkBox1);
     this.panel3.Controls.Add(this.dtpEndDate);
     this.panel3.Controls.Add(this.dtpStartDate);
     this.panel3.Controls.Add(this.label4);
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Location = new global::System.Drawing.Point((System.Int32) 331, (System.Int32) 57);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new global::System.Drawing.Size((System.Int32) 728, (System.Int32) 151);
     this.panel3.TabIndex = 10;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 12F);
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 465, (System.Int32) 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 123, (System.Int32) 21);
     this.label4.TabIndex = 0;
     this.label4.Text     = "Transaction Type";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 12F);
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 247, (System.Int32) 14);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 72, (System.Int32) 21);
     this.label3.TabIndex = 0;
     this.label3.Text     = "End Date";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 12F);
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 19, (System.Int32) 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 76, (System.Int32) 21);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Start Date";
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 150);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 728, (System.Int32) 1);
     this.panel4.TabIndex  = 1;
     //
     // dgvTransactions
     //
     this.dgvTransactions.AllowUserToAddRows       = false;
     this.dgvTransactions.AllowUserToDeleteRows    = false;
     this.dgvTransactions.AllowUserToResizeColumns = false;
     this.dgvTransactions.AllowUserToResizeRows    = false;
     dataGridViewCellStyle1.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle1.ForeColor = global::System.Drawing.Color.Black;
     this.dgvTransactions.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvTransactions.Anchor = ((global::System.Windows.Forms.AnchorStyles)((((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                                  | global::System.Windows.Forms.AnchorStyles.Left)
                                                                                 | global::System.Windows.Forms.AnchorStyles.Right)));
     this.dgvTransactions.AutoSizeColumnsMode      = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvTransactions.BackgroundColor          = global::System.Drawing.Color.White;
     this.dgvTransactions.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.dgvTransactions.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment              = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor              = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle2.Font                        = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle2.ForeColor                   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor          = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor          = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvTransactions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvTransactions.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment                   = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                   = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                        = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle3.ForeColor                   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor          = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle3.SelectionForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvTransactions.DefaultCellStyle              = dataGridViewCellStyle3;
     this.dgvTransactions.EditMode                      = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvTransactions.EnableHeadersVisualStyles     = false;
     this.dgvTransactions.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvTransactions.Location              = new global::System.Drawing.Point((System.Int32) 331, (System.Int32) 214);
     this.dgvTransactions.MultiSelect           = false;
     this.dgvTransactions.Name                  = "dgvTransactions";
     this.dgvTransactions.ReadOnly              = true;
     this.dgvTransactions.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvTransactions.RowHeadersVisible     = false;
     this.dgvTransactions.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvTransactions.Size                  = new global::System.Drawing.Size((System.Int32) 725, (System.Int32) 400);
     this.dgvTransactions.TabIndex              = 6;
     //
     // dtpStartDate
     //
     this.dtpStartDate.CalendarFont           = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.75F);
     this.dtpStartDate.CalendarTitleBackColor = global::System.Drawing.Color.MistyRose;
     this.dtpStartDate.CustomFormat           = "yyyy-MM-dd";
     this.dtpStartDate.Font     = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.75F);
     this.dtpStartDate.Format   = global::System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new global::System.Drawing.Point((System.Int32) 23, (System.Int32) 47);
     this.dtpStartDate.Name     = "dtpStartDate";
     this.dtpStartDate.Size     = new global::System.Drawing.Size((System.Int32) 211, (System.Int32) 22);
     this.dtpStartDate.TabIndex = 1;
     //
     // dtpEndDate
     //
     this.dtpEndDate.CalendarFont           = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.75F);
     this.dtpEndDate.CalendarTitleBackColor = global::System.Drawing.Color.MistyRose;
     this.dtpEndDate.CustomFormat           = "yyyy-MM-dd";
     this.dtpEndDate.Font     = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.75F);
     this.dtpEndDate.Format   = global::System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEndDate.Location = new global::System.Drawing.Point((System.Int32) 251, (System.Int32) 47);
     this.dtpEndDate.Name     = "dtpEndDate";
     this.dtpEndDate.Size     = new global::System.Drawing.Size((System.Int32) 211, (System.Int32) 22);
     this.dtpEndDate.TabIndex = 2;
     //
     // findUser1
     //
     this.findUser1.Account    = null;
     this.findUser1.BackColor  = global::System.Drawing.Color.Ivory;
     this.findUser1.Connection = null;
     this.findUser1.Font       = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 8.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.findUser1.Location   = new global::System.Drawing.Point((System.Int32) 7, (System.Int32) 57);
     this.findUser1.Name       = "findUser1";
     this.findUser1.Size       = new global::System.Drawing.Size((System.Int32) 318, (System.Int32) 551);
     this.findUser1.TabIndex   = 0;
     this.findUser1.User       = null;
     this.findUser1.FoundUser += new Moshi_Bank.Controls.FindUser.FindUserEvents(this.findUser1_FoundUser);
     //
     // btnProcess
     //
     this.btnProcess.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnProcess.Location = new global::System.Drawing.Point((System.Int32) 121, (System.Int32) 97);
     this.btnProcess.Name     = "btnProcess";
     this.btnProcess.Size     = new global::System.Drawing.Size((System.Int32) 113, (System.Int32) 32);
     this.btnProcess.TabIndex = 5;
     this.btnProcess.Text     = "Search";
     this.btnProcess.UseVisualStyleBackColor = true;
     this.btnProcess.Click += new global::System.EventHandler(this.btnProcess_Click);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new global::System.Drawing.Point((System.Int32) 23, (System.Int32) 105);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new global::System.Drawing.Size((System.Int32) 81, (System.Int32) 17);
     this.checkBox1.TabIndex = 4;
     this.checkBox1.Text     = "Date & Type";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // txtAccountNames
     //
     this.txtAccountNames.Dock      = global::System.Windows.Forms.DockStyle.Fill;
     this.txtAccountNames.Font      = new global::System.Drawing.Font((System.String) "Raleway", (System.Single) 12F);
     this.txtAccountNames.ForeColor = global::System.Drawing.Color.DarkGreen;
     this.txtAccountNames.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.txtAccountNames.Name      = "txtAccountNames";
     this.txtAccountNames.Size      = new global::System.Drawing.Size((System.Int32) 174, (System.Int32) 52);
     this.txtAccountNames.TabIndex  = 0;
     this.txtAccountNames.Text      = "Empty";
     this.txtAccountNames.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtAccountBalance
     //
     this.txtAccountBalance.Dock      = global::System.Windows.Forms.DockStyle.Right;
     this.txtAccountBalance.Font      = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 15F);
     this.txtAccountBalance.ForeColor = global::System.Drawing.Color.MediumVioletRed;
     this.txtAccountBalance.Location  = new global::System.Drawing.Point((System.Int32) 174, (System.Int32) 0);
     this.txtAccountBalance.Name      = "txtAccountBalance";
     this.txtAccountBalance.Size      = new global::System.Drawing.Size((System.Int32) 298, (System.Int32) 52);
     this.txtAccountBalance.TabIndex  = 0;
     this.txtAccountBalance.Text      = "0.00";
     this.txtAccountBalance.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboType
     //
     this.cboType.BackColor         = global::System.Drawing.Color.WhiteSmoke;
     this.cboType.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboType.Font              = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.cboType.FormattingEnabled = true;
     this.cboType.Items.AddRange(new object[] {
         "All",
         "Deposits",
         "Withdrawals",
         "SentReceived"
     });
     this.cboType.Location = new global::System.Drawing.Point((System.Int32) 469, (System.Int32) 47);
     this.cboType.Name     = "cboType";
     this.cboType.Size     = new global::System.Drawing.Size((System.Int32) 181, (System.Int32) 23);
     this.cboType.TabIndex = 6;
     //
     // panel5
     //
     this.panel5.Anchor = ((global::System.Windows.Forms.AnchorStyles)((((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | global::System.Windows.Forms.AnchorStyles.Left)
                                                                        | global::System.Windows.Forms.AnchorStyles.Right)));
     this.panel5.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.txtAccountNames);
     this.panel5.Controls.Add(this.txtAccountBalance);
     this.panel5.Location = new global::System.Drawing.Point((System.Int32) 251, (System.Int32) 90);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new global::System.Drawing.Size((System.Int32) 474, (System.Int32) 54);
     this.panel5.TabIndex = 11;
     //
     // Statements
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 7F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 1071, (System.Int32) 615);
     this.Controls.Add(this.findUser1);
     this.Controls.Add(this.dgvTransactions);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Font          = new global::System.Drawing.Font((System.String) "Raleway", (System.Single) 8.249999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.MinimizeBox   = false;
     this.Name          = "Statements";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Statements";
     this.WindowState   = global::System.Windows.Forms.FormWindowState.Maximized;
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactions)).EndInit();
     this.panel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new global::System.Windows.Forms.DataGridViewCellStyle();
            global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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 dataGridViewCellStyle3 = new global::System.Windows.Forms.DataGridViewCellStyle();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            this.GridIO = new global::System.Windows.Forms.DataGridView();
            this.BGW = new global::System.ComponentModel.BackgroundWorker();
            this.Row = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Description = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Number = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalPrice = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            ((global::System.ComponentModel.ISupportInitialize)(this.GridIO)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // GridIO
            // 
            this.GridIO.AllowUserToAddRows = false;
            this.GridIO.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = global::System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new global::System.Drawing.Font("B Nazanin", 12F, global::System.Drawing.FontStyle.Bold);
            this.GridIO.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.GridIO.AutoSizeColumnsMode = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.GridIO.BackgroundColor = global::System.Drawing.Color.White;
            dataGridViewCellStyle2.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = global::System.Drawing.Color.Salmon;
            dataGridViewCellStyle2.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle2.ForeColor = global::System.Drawing.SystemColors.ActiveCaptionText;
            dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = global::System.Windows.Forms.DataGridViewTriState.True;
            this.GridIO.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.GridIO.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridIO.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
            this.Row,
            this.Description,
            this.Number,
            this.TotalPrice,
            this.Column1});
            dataGridViewCellStyle4.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = global::System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle4.ForeColor = global::System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle4.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = global::System.Windows.Forms.DataGridViewTriState.False;
            this.GridIO.DefaultCellStyle = dataGridViewCellStyle4;
            this.GridIO.Dock = global::System.Windows.Forms.DockStyle.Fill;
            this.GridIO.EnableHeadersVisualStyles = false;
            this.GridIO.GridColor = global::System.Drawing.SystemColors.AppWorkspace;
            this.GridIO.Location = new global::System.Drawing.Point(0, 0);
            this.GridIO.Margin = new global::System.Windows.Forms.Padding(3, 2, 3, 2);
            this.GridIO.MultiSelect = false;
            this.GridIO.Name = "GridIO";
            this.GridIO.ReadOnly = true;
            this.GridIO.RightToLeft = global::System.Windows.Forms.RightToLeft.Yes;
            this.GridIO.RowHeadersVisible = false;
            dataGridViewCellStyle5.BackColor = global::System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new global::System.Drawing.Font("Adobe Arabic", 15F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridIO.RowsDefaultCellStyle = dataGridViewCellStyle5;
            this.GridIO.RowTemplate.DefaultCellStyle.Font = new global::System.Drawing.Font("Adobe Arabic", 15F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridIO.RowTemplate.Height = 30;
            this.GridIO.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.GridIO.Size = new global::System.Drawing.Size(754, 419);
            this.GridIO.TabIndex = 62;
            this.GridIO.TabStop = false;
            // 
            // BGW
            // 
            this.BGW.DoWork += new global::System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new global::System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Row
            // 
            this.Row.FillWeight = 12F;
            this.Row.HeaderText = "ردیف";
            this.Row.Name = "Row";
            this.Row.ReadOnly = true;
            // 
            // Description
            // 
            this.Description.FillWeight = 40F;
            this.Description.HeaderText = "نام و نام خانوادگی";
            this.Description.Name = "Description";
            this.Description.ReadOnly = true;
            // 
            // Number
            // 
            dataGridViewCellStyle3.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.Number.DefaultCellStyle = dataGridViewCellStyle3;
            this.Number.FillWeight = 30F;
            this.Number.HeaderText = "تاریخ";
            this.Number.Name = "Number";
            this.Number.ReadOnly = true;
            // 
            // TotalPrice
            // 
            this.TotalPrice.FillWeight = 30F;
            this.TotalPrice.HeaderText = "ساعت ورود";
            this.TotalPrice.Name = "TotalPrice";
            this.TotalPrice.ReadOnly = true;
            // 
            // Column1
            // 
            this.Column1.FillWeight = 30F;
            this.Column1.HeaderText = "ساعت خروج";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Form_UserIO
            // 
            this.AutoScaleDimensions = new global::System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new global::System.Drawing.Size(754, 419);
            this.Controls.Add(this.GridIO);
            this.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            this.Name = "Form_UserIO";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon = false;
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "";
            this.ThemeName = "Office2007Silver";
            this.Load += new global::System.EventHandler(this.Form_UserIO_Load);
            ((global::System.ComponentModel.ISupportInitialize)(this.GridIO)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
 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();
 }
 // Token: 0x06000096 RID: 150 RVA: 0x0000848C File Offset: 0x0000668C
 private void InitializeComponent()
 {
     this.components = 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::SessionManagement.frmMultiCommands));
     this.groupBox1     = new global::System.Windows.Forms.GroupBox();
     this.label1        = new global::System.Windows.Forms.Label();
     this.txtFileName   = new global::System.Windows.Forms.TextBox();
     this.btFileBrowser = new global::System.Windows.Forms.Button();
     this.contextForDataGridCommands = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.contextDeleteRow           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.contextInsertRow           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btCancel         = new global::System.Windows.Forms.Button();
     this.btOK             = new global::System.Windows.Forms.Button();
     this.groupBox2        = new global::System.Windows.Forms.GroupBox();
     this.btSaveFileAs     = new global::System.Windows.Forms.Button();
     this.btSaveFile       = new global::System.Windows.Forms.Button();
     this.btNewFile        = new global::System.Windows.Forms.Button();
     this.dataGridCommands = new global::System.Windows.Forms.DataGridView();
     this.colCommand       = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTimeout       = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     this.contextForDataGridCommands.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dataGridCommands).BeginInit();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtFileName);
     this.groupBox1.Controls.Add(this.btFileBrowser);
     this.groupBox1.Location   = new global::System.Drawing.Point(8, -1);
     this.groupBox1.Name       = "groupBox1";
     this.groupBox1.Size       = new global::System.Drawing.Size(572, 48);
     this.groupBox1.TabIndex   = 0;
     this.groupBox1.TabStop    = false;
     this.label1.AutoSize      = true;
     this.label1.Location      = new global::System.Drawing.Point(4, 19);
     this.label1.Name          = "label1";
     this.label1.Size          = new global::System.Drawing.Size(97, 17);
     this.label1.TabIndex      = 5;
     this.label1.Text          = "Commands File";
     this.txtFileName.Location = new global::System.Drawing.Point(104, 16);
     this.txtFileName.Name     = "txtFileName";
     this.txtFileName.ReadOnly = true;
     this.txtFileName.Size     = new global::System.Drawing.Size(374, 25);
     this.txtFileName.TabIndex = 4;
     this.btFileBrowser.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btFileBrowser.Location = new global::System.Drawing.Point(484, 16);
     this.btFileBrowser.Name     = "btFileBrowser";
     this.btFileBrowser.Size     = new global::System.Drawing.Size(80, 25);
     this.btFileBrowser.TabIndex = 3;
     this.btFileBrowser.Text     = "Open";
     this.btFileBrowser.UseVisualStyleBackColor = true;
     this.btFileBrowser.Click += new global::System.EventHandler(this.btFileBrowser_Click);
     this.contextForDataGridCommands.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.contextDeleteRow,
         this.contextInsertRow
     });
     this.contextForDataGridCommands.Name     = "contextForDataGridCommands";
     this.contextForDataGridCommands.Size     = new global::System.Drawing.Size(134, 48);
     this.contextForDataGridCommands.Opening += new global::System.ComponentModel.CancelEventHandler(this.contextForDataGridCommands_Opening);
     this.contextDeleteRow.Name            = "contextDeleteRow";
     this.contextDeleteRow.Size            = new global::System.Drawing.Size(133, 22);
     this.contextDeleteRow.Text            = "Delete Row";
     this.contextDeleteRow.Click          += new global::System.EventHandler(this.contextDeleteRow_Click);
     this.contextInsertRow.Name            = "contextInsertRow";
     this.contextInsertRow.Size            = new global::System.Drawing.Size(133, 22);
     this.contextInsertRow.Text            = "Insert Row";
     this.contextInsertRow.Click          += new global::System.EventHandler(this.contextInsertRow_Click);
     this.btCancel.Font                    = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btCancel.Location                = new global::System.Drawing.Point(492, 387);
     this.btCancel.Name                    = "btCancel";
     this.btCancel.Size                    = new global::System.Drawing.Size(88, 27);
     this.btCancel.TabIndex                = 4;
     this.btCancel.Text                    = "Cancel";
     this.btCancel.UseVisualStyleBackColor = true;
     this.btCancel.Click                  += new global::System.EventHandler(this.btCancel_Click);
     this.btOK.Font     = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.btOK.Location = new global::System.Drawing.Point(398, 387);
     this.btOK.Name     = "btOK";
     this.btOK.Size     = new global::System.Drawing.Size(88, 27);
     this.btOK.TabIndex = 3;
     this.btOK.Text     = "Run";
     this.btOK.UseVisualStyleBackColor = true;
     this.btOK.Click += new global::System.EventHandler(this.btOK_Click);
     this.groupBox2.Controls.Add(this.btSaveFileAs);
     this.groupBox2.Controls.Add(this.btSaveFile);
     this.groupBox2.Controls.Add(this.btNewFile);
     this.groupBox2.Controls.Add(this.dataGridCommands);
     this.groupBox2.Location = new global::System.Drawing.Point(8, 49);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new global::System.Drawing.Size(572, 333);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.btSaveFileAs.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btSaveFileAs.Location = new global::System.Drawing.Point(168, 302);
     this.btSaveFileAs.Name     = "btSaveFileAs";
     this.btSaveFileAs.Size     = new global::System.Drawing.Size(80, 25);
     this.btSaveFileAs.TabIndex = 4;
     this.btSaveFileAs.Text     = "Save As";
     this.btSaveFileAs.UseVisualStyleBackColor = true;
     this.btSaveFileAs.Click += new global::System.EventHandler(this.btSaveFileAs_Click);
     this.btSaveFile.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btSaveFile.Location = new global::System.Drawing.Point(87, 302);
     this.btSaveFile.Name     = "btSaveFile";
     this.btSaveFile.Size     = new global::System.Drawing.Size(80, 25);
     this.btSaveFile.TabIndex = 4;
     this.btSaveFile.Text     = "Save";
     this.btSaveFile.UseVisualStyleBackColor = true;
     this.btSaveFile.Click += new global::System.EventHandler(this.btSaveFile_Click);
     this.btNewFile.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btNewFile.Location = new global::System.Drawing.Point(6, 302);
     this.btNewFile.Name     = "btNewFile";
     this.btNewFile.Size     = new global::System.Drawing.Size(80, 25);
     this.btNewFile.TabIndex = 4;
     this.btNewFile.Text     = "New";
     this.btNewFile.UseVisualStyleBackColor = true;
     this.btNewFile.Click += new global::System.EventHandler(this.btNewFile_Click);
     this.dataGridCommands.AllowUserToResizeRows = false;
     dataGridViewCellStyle.Alignment             = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor             = global::System.Drawing.Color.FromArgb(224, 224, 224);
     dataGridViewCellStyle.Font                          = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor                     = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor            = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor            = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                      = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridCommands.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dataGridCommands.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridCommands.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.colCommand,
         this.colTimeout
     });
     this.dataGridCommands.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGridCommands.EnableHeadersVisualStyles = false;
     this.dataGridCommands.Location              = new global::System.Drawing.Point(4, 15);
     this.dataGridCommands.MultiSelect           = false;
     this.dataGridCommands.Name                  = "dataGridCommands";
     this.dataGridCommands.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGridCommands.RowHeadersWidth       = 30;
     this.dataGridCommands.Size                  = new global::System.Drawing.Size(562, 281);
     this.dataGridCommands.TabIndex              = 2;
     this.dataGridCommands.CellEnter            += new global::System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridCommands_CellEnter);
     this.dataGridCommands.RowHeaderMouseClick  += new global::System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridCommands_RowHeaderMouseClick);
     this.dataGridCommands.RowsAdded            += new global::System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridCommands_RowsAdded);
     this.colCommand.Frozen     = true;
     this.colCommand.HeaderText = "Command";
     this.colCommand.Name       = "colCommand";
     this.colCommand.SortMode   = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colCommand.Width      = 430;
     this.colTimeout.HeaderText = "Timeout (ms)";
     this.colTimeout.Name       = "colTimeout";
     this.colTimeout.SortMode   = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(7f, 17f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize            = new global::System.Drawing.Size(592, 420);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.btOK);
     base.Controls.Add(this.groupBox1);
     this.Font            = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmMultiCommands";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Multi Commands";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.contextForDataGridCommands.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.dataGridCommands).EndInit();
     base.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.panel1    = new global::System.Windows.Forms.Panel();
     this.panel2    = new global::System.Windows.Forms.Panel();
     this.label5    = new global::System.Windows.Forms.Label();
     this.cboAction = new global::System.Windows.Forms.ComboBox();
     this.panel4    = new global::System.Windows.Forms.Panel();
     this.label3    = new global::System.Windows.Forms.Label();
     this.label1    = new global::System.Windows.Forms.Label();
     this.panel3    = new global::System.Windows.Forms.Panel();
     this.panel5    = new global::System.Windows.Forms.Panel();
     this.label2    = new global::System.Windows.Forms.Label();
     this.panel6    = new global::System.Windows.Forms.Panel();
     this.txtAccNo  = new global::System.Windows.Forms.TextBox();
     this.txtLoanNo = new global::System.Windows.Forms.TextBox();
     this.btnAccNo  = new global::System.Windows.Forms.Button();
     this.btnLoanNo = new global::System.Windows.Forms.Button();
     this.dgvLoans  = new Moshi_Bank.Controls.Datagrid();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvLoans)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = global::System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 790, (System.Int32) 67);
     this.panel1.TabIndex = 11;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 790, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 23F);
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 168, (System.Int32) 42);
     this.label5.TabIndex = 0;
     this.label5.Text     = "View Loans";
     //
     // cboAction
     //
     this.cboAction.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAction.FormattingEnabled = true;
     this.cboAction.Items.AddRange(new object[] {
         "ALL",
         "PENDING",
         "APPROVED",
         "REJECTED",
         "COMPLETED",
         "NOT_COMPLETED",
         "CRITICAL"
     });
     this.cboAction.Location              = new global::System.Drawing.Point((System.Int32) 19, (System.Int32) 113);
     this.cboAction.Name                  = "cboAction";
     this.cboAction.Size                  = new global::System.Drawing.Size((System.Int32) 226, (System.Int32) 28);
     this.cboAction.TabIndex              = 1;
     this.cboAction.SelectedIndexChanged += new global::System.EventHandler(this.cboAction_SelectedIndexChanged);
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 267, (System.Int32) 106);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 200, (System.Int32) 1);
     this.panel4.TabIndex  = 103;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.label3.ForeColor = global::System.Drawing.Color.Gray;
     this.label3.Location  = new global::System.Drawing.Point((System.Int32) 272, (System.Int32) 82);
     this.label3.Name      = "label3";
     this.label3.Size      = new global::System.Drawing.Size((System.Int32) 125, (System.Int32) 21);
     this.label3.TabIndex  = 102;
     this.label3.Text      = "Account Number";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.label1.ForeColor = global::System.Drawing.Color.Gray;
     this.label1.Location  = new global::System.Drawing.Point((System.Int32) 539, (System.Int32) 82);
     this.label1.Name      = "label1";
     this.label1.Size      = new global::System.Drawing.Size((System.Int32) 102, (System.Int32) 21);
     this.label1.TabIndex  = 102;
     this.label1.Text      = "Loan Number";
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 534, (System.Int32) 106);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 200, (System.Int32) 1);
     this.panel3.TabIndex  = 103;
     //
     // panel5
     //
     this.panel5.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel5.Location  = new global::System.Drawing.Point((System.Int32) 19, (System.Int32) 160);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new global::System.Drawing.Size((System.Int32) 742, (System.Int32) 1);
     this.panel5.TabIndex  = 104;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.label2.ForeColor = global::System.Drawing.Color.Gray;
     this.label2.Location  = new global::System.Drawing.Point((System.Int32) 24, (System.Int32) 82);
     this.label2.Name      = "label2";
     this.label2.Size      = new global::System.Drawing.Size((System.Int32) 51, (System.Int32) 21);
     this.label2.TabIndex  = 102;
     this.label2.Text      = "Status";
     //
     // panel6
     //
     this.panel6.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel6.Location  = new global::System.Drawing.Point((System.Int32) 19, (System.Int32) 106);
     this.panel6.Name      = "panel6";
     this.panel6.Size      = new global::System.Drawing.Size((System.Int32) 200, (System.Int32) 1);
     this.panel6.TabIndex  = 103;
     //
     // txtAccNo
     //
     this.txtAccNo.Location = new global::System.Drawing.Point((System.Int32) 276, (System.Int32) 113);
     this.txtAccNo.Name     = "txtAccNo";
     this.txtAccNo.Size     = new global::System.Drawing.Size((System.Int32) 167, (System.Int32) 27);
     this.txtAccNo.TabIndex = 2;
     //
     // txtLoanNo
     //
     this.txtLoanNo.Location = new global::System.Drawing.Point((System.Int32) 543, (System.Int32) 113);
     this.txtLoanNo.Name     = "txtLoanNo";
     this.txtLoanNo.Size     = new global::System.Drawing.Size((System.Int32) 157, (System.Int32) 27);
     this.txtLoanNo.TabIndex = 4;
     //
     // btnAccNo
     //
     this.btnAccNo.Location = new global::System.Drawing.Point((System.Int32) 449, (System.Int32) 113);
     this.btnAccNo.Name     = "btnAccNo";
     this.btnAccNo.Size     = new global::System.Drawing.Size((System.Int32) 42, (System.Int32) 26);
     this.btnAccNo.TabIndex = 3;
     this.btnAccNo.Text     = "GO";
     this.btnAccNo.UseVisualStyleBackColor = true;
     this.btnAccNo.Click += new global::System.EventHandler(this.btnAccNo_Click);
     //
     // btnLoanNo
     //
     this.btnLoanNo.Location = new global::System.Drawing.Point((System.Int32) 704, (System.Int32) 113);
     this.btnLoanNo.Name     = "btnLoanNo";
     this.btnLoanNo.Size     = new global::System.Drawing.Size((System.Int32) 42, (System.Int32) 26);
     this.btnLoanNo.TabIndex = 5;
     this.btnLoanNo.Text     = "GO";
     this.btnLoanNo.UseVisualStyleBackColor = true;
     this.btnLoanNo.Click += new global::System.EventHandler(this.btnLoanNo_Click);
     //
     // dgvLoans
     //
     this.dgvLoans.AllowUserToAddRows              = false;
     this.dgvLoans.AllowUserToDeleteRows           = false;
     this.dgvLoans.AllowUserToResizeColumns        = false;
     this.dgvLoans.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor              = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle1.ForeColor              = global::System.Drawing.Color.Black;
     this.dgvLoans.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvLoans.Anchor = ((global::System.Windows.Forms.AnchorStyles)((((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | global::System.Windows.Forms.AnchorStyles.Left)
                                                                          | global::System.Windows.Forms.AnchorStyles.Right)));
     this.dgvLoans.AutoSizeColumnsMode           = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dgvLoans.AutoSizeRowsMode              = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvLoans.BackgroundColor               = global::System.Drawing.Color.White;
     this.dgvLoans.BorderStyle                   = global::System.Windows.Forms.BorderStyle.None;
     this.dgvLoans.ColumnHeadersBorderStyle      = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment            = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor            = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle2.Font                 = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle2.ForeColor            = global::System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor   = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor   = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode             = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvLoans.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvLoans.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment            = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor            = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                 = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.749999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle3.ForeColor            = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor   = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle3.SelectionForeColor   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode             = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvLoans.DefaultCellStyle              = dataGridViewCellStyle3;
     this.dgvLoans.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvLoans.EnableHeadersVisualStyles = false;
     this.dgvLoans.Font                    = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvLoans.Location                = new global::System.Drawing.Point((System.Int32) 37, (System.Int32) 167);
     this.dgvLoans.MultiSelect             = false;
     this.dgvLoans.Name                    = "dgvLoans";
     this.dgvLoans.ReadOnly                = true;
     this.dgvLoans.RowHeadersBorderStyle   = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvLoans.RowHeadersVisible       = false;
     this.dgvLoans.SelectionMode           = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvLoans.Size                    = new global::System.Drawing.Size((System.Int32) 709, (System.Int32) 378);
     this.dgvLoans.TabIndex                = 93;
     this.dgvLoans.CellContentDoubleClick += new global::System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLoans_CellContentDoubleClick);
     //
     // ViewLoans
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 8F, (System.Single) 20F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 790, (System.Int32) 544);
     this.Controls.Add(this.btnLoanNo);
     this.Controls.Add(this.btnAccNo);
     this.Controls.Add(this.txtLoanNo);
     this.Controls.Add(this.txtAccNo);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cboAction);
     this.Controls.Add(this.dgvLoans);
     this.Controls.Add(this.panel1);
     this.Font          = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.Margin        = new global::System.Windows.Forms.Padding((System.Int32) 4, (System.Int32) 5, (System.Int32) 4, (System.Int32) 5);
     this.MinimizeBox   = false;
     this.Name          = "ViewLoans";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "View Loans";
     this.Load         += new global::System.EventHandler(this.ViewLoans_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvLoans)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.panel1                     = new global::System.Windows.Forms.Panel();
     this.panel2                     = new global::System.Windows.Forms.Panel();
     this.label5                     = new global::System.Windows.Forms.Label();
     this.label8                     = new global::System.Windows.Forms.Label();
     this.label7                     = new global::System.Windows.Forms.Label();
     this.label6                     = new global::System.Windows.Forms.Label();
     this.txtRate                    = new global::System.Windows.Forms.TextBox();
     this.txtLoanDescription         = new global::System.Windows.Forms.TextBox();
     this.txtPrincipal               = new global::System.Windows.Forms.TextBox();
     this.panel4                     = new global::System.Windows.Forms.Panel();
     this.label3                     = new global::System.Windows.Forms.Label();
     this.label4                     = new global::System.Windows.Forms.Label();
     this.panel3                     = new global::System.Windows.Forms.Panel();
     this.lnkAddGuarantor            = new global::System.Windows.Forms.LinkLabel();
     this.lnkAddSD                   = new global::System.Windows.Forms.LinkLabel();
     this.txtStandingCharge          = new global::System.Windows.Forms.TextBox();
     this.lblStandingCharge          = new global::System.Windows.Forms.Label();
     this.label10                    = new global::System.Windows.Forms.Label();
     this.numericUpDown1             = new global::System.Windows.Forms.NumericUpDown();
     this.panel5                     = new global::System.Windows.Forms.Panel();
     this.txtAccBalance              = new global::System.Windows.Forms.TextBox();
     this.label12                    = new global::System.Windows.Forms.Label();
     this.txtAccNames                = new global::System.Windows.Forms.TextBox();
     this.label11                    = new global::System.Windows.Forms.Label();
     this.btnApply                   = new global::System.Windows.Forms.Button();
     this.panel6                     = new global::System.Windows.Forms.Panel();
     this.datagridSI                 = new Moshi_Bank.Controls.Datagrid();
     this.dataGridViewTextBoxColumn2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.datagridSupportDocs        = new Moshi_Bank.Controls.Datagrid();
     this.Column6                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dgvGuarantors              = new Moshi_Bank.Controls.Datagrid();
     this.Column1                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3                    = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.findUser1                  = new Moshi_Bank.Controls.FindUser();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSI)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSupportDocs)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvGuarantors)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = global::System.Drawing.Color.White;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 1164, (System.Int32) 67);
     this.panel1.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 1164, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 23F);
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 169, (System.Int32) 42);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Apply Loan";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label8.ForeColor = global::System.Drawing.Color.Gray;
     this.label8.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 319);
     this.label8.Name      = "label8";
     this.label8.Size      = new global::System.Drawing.Size((System.Int32) 82, (System.Int32) 20);
     this.label8.TabIndex  = 85;
     this.label8.Text      = "Rate(P.A) %";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label7.ForeColor = global::System.Drawing.Color.Gray;
     this.label7.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 220);
     this.label7.Name      = "label7";
     this.label7.Size      = new global::System.Drawing.Size((System.Int32) 137, (System.Int32) 20);
     this.label7.TabIndex  = 83;
     this.label7.Text      = "Description Of Loan";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label6.ForeColor = global::System.Drawing.Color.Gray;
     this.label6.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 162);
     this.label6.Name      = "label6";
     this.label6.Size      = new global::System.Drawing.Size((System.Int32) 63, (System.Int32) 20);
     this.label6.TabIndex  = 82;
     this.label6.Text      = "Principal";
     //
     // txtRate
     //
     this.txtRate.BackColor = global::System.Drawing.Color.Snow;
     this.txtRate.Enabled   = false;
     this.txtRate.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.txtRate.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 342);
     this.txtRate.Name      = "txtRate";
     this.txtRate.ReadOnly  = true;
     this.txtRate.Size      = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 27);
     this.txtRate.TabIndex  = 3;
     this.txtRate.TabStop   = false;
     this.txtRate.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtLoanDescription
     //
     this.txtLoanDescription.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.txtLoanDescription.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 244);
     this.txtLoanDescription.Multiline = true;
     this.txtLoanDescription.Name      = "txtLoanDescription";
     this.txtLoanDescription.Size      = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 66);
     this.txtLoanDescription.TabIndex  = 2;
     //
     // txtPrincipal
     //
     this.txtPrincipal.Font         = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.txtPrincipal.Location     = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 185);
     this.txtPrincipal.Name         = "txtPrincipal";
     this.txtPrincipal.Size         = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 27);
     this.txtPrincipal.TabIndex     = 1;
     this.txtPrincipal.Text         = "0";
     this.txtPrincipal.TextAlign    = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.txtPrincipal.TextChanged += new global::System.EventHandler(this.txtPrincipal_TextChanged);
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 742, (System.Int32) 194);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 1);
     this.panel4.TabIndex  = 91;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 17F);
     this.label3.ForeColor = global::System.Drawing.Color.Gray;
     this.label3.Location  = new global::System.Drawing.Point((System.Int32) 747, (System.Int32) 162);
     this.label3.Name      = "label3";
     this.label3.Size      = new global::System.Drawing.Size((System.Int32) 120, (System.Int32) 31);
     this.label3.TabIndex  = 90;
     this.label3.Text      = "Guarantors";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 17F);
     this.label4.ForeColor = global::System.Drawing.Color.Gray;
     this.label4.Location  = new global::System.Drawing.Point((System.Int32) 747, (System.Int32) 366);
     this.label4.Name      = "label4";
     this.label4.Size      = new global::System.Drawing.Size((System.Int32) 207, (System.Int32) 31);
     this.label4.TabIndex  = 90;
     this.label4.Text      = "Support Documents";
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 742, (System.Int32) 401);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 1);
     this.panel3.TabIndex  = 91;
     //
     // lnkAddGuarantor
     //
     this.lnkAddGuarantor.AutoSize     = true;
     this.lnkAddGuarantor.Location     = new global::System.Drawing.Point((System.Int32) 1108, (System.Int32) 171);
     this.lnkAddGuarantor.Name         = "lnkAddGuarantor";
     this.lnkAddGuarantor.Size         = new global::System.Drawing.Size((System.Int32) 34, (System.Int32) 20);
     this.lnkAddGuarantor.TabIndex     = 93;
     this.lnkAddGuarantor.TabStop      = true;
     this.lnkAddGuarantor.Text         = "Add";
     this.lnkAddGuarantor.LinkClicked += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAddGuarantor_LinkClicked);
     //
     // lnkAddSD
     //
     this.lnkAddSD.AutoSize     = true;
     this.lnkAddSD.Location     = new global::System.Drawing.Point((System.Int32) 1108, (System.Int32) 378);
     this.lnkAddSD.Name         = "lnkAddSD";
     this.lnkAddSD.Size         = new global::System.Drawing.Size((System.Int32) 34, (System.Int32) 20);
     this.lnkAddSD.TabIndex     = 93;
     this.lnkAddSD.TabStop      = true;
     this.lnkAddSD.Text         = "Add";
     this.lnkAddSD.LinkClicked += new global::System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkAddSD_LinkClicked);
     //
     // txtStandingCharge
     //
     this.txtStandingCharge.BackColor = global::System.Drawing.Color.Snow;
     this.txtStandingCharge.Enabled   = false;
     this.txtStandingCharge.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.txtStandingCharge.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 401);
     this.txtStandingCharge.Name      = "txtStandingCharge";
     this.txtStandingCharge.ReadOnly  = true;
     this.txtStandingCharge.Size      = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 27);
     this.txtStandingCharge.TabIndex  = 7;
     this.txtStandingCharge.TabStop   = false;
     this.txtStandingCharge.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblStandingCharge
     //
     this.lblStandingCharge.AutoSize  = true;
     this.lblStandingCharge.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.lblStandingCharge.ForeColor = global::System.Drawing.Color.Gray;
     this.lblStandingCharge.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 377);
     this.lblStandingCharge.Name      = "lblStandingCharge";
     this.lblStandingCharge.Size      = new global::System.Drawing.Size((System.Int32) 118, (System.Int32) 20);
     this.lblStandingCharge.TabIndex  = 85;
     this.lblStandingCharge.Text      = "Standing Charge";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label10.ForeColor = global::System.Drawing.Color.Gray;
     this.label10.Location  = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 445);
     this.label10.Name      = "label10";
     this.label10.Size      = new global::System.Drawing.Size((System.Int32) 129, (System.Int32) 20);
     this.label10.TabIndex  = 85;
     this.label10.Text      = "Repayment Period";
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new global::System.Drawing.Point((System.Int32) 550, (System.Int32) 443);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new global::System.Drawing.Size((System.Int32) 162, (System.Int32) 27);
     this.numericUpDown1.TabIndex = 8;
     this.numericUpDown1.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new global::System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // panel5
     //
     this.panel5.BackColor   = global::System.Drawing.Color.Beige;
     this.panel5.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel5.Controls.Add(this.txtAccBalance);
     this.panel5.Controls.Add(this.label12);
     this.panel5.Controls.Add(this.txtAccNames);
     this.panel5.Controls.Add(this.label11);
     this.panel5.Location = new global::System.Drawing.Point((System.Int32) 377, (System.Int32) 74);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new global::System.Drawing.Size((System.Int32) 775, (System.Int32) 68);
     this.panel5.TabIndex = 94;
     //
     // txtAccBalance
     //
     this.txtAccBalance.BackColor = global::System.Drawing.Color.Ivory;
     this.txtAccBalance.Font      = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 11F);
     this.txtAccBalance.Location  = new global::System.Drawing.Point((System.Int32) 375, (System.Int32) 29);
     this.txtAccBalance.Name      = "txtAccBalance";
     this.txtAccBalance.ReadOnly  = true;
     this.txtAccBalance.Size      = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 25);
     this.txtAccBalance.TabIndex  = 1;
     this.txtAccBalance.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label12.ForeColor = global::System.Drawing.Color.Black;
     this.label12.Location  = new global::System.Drawing.Point((System.Int32) 375, (System.Int32) 6);
     this.label12.Name      = "label12";
     this.label12.Size      = new global::System.Drawing.Size((System.Int32) 117, (System.Int32) 20);
     this.label12.TabIndex  = 82;
     this.label12.Text      = "Account Balance";
     //
     // txtAccNames
     //
     this.txtAccNames.BackColor = global::System.Drawing.Color.Ivory;
     this.txtAccNames.Font      = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 11F);
     this.txtAccNames.Location  = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 29);
     this.txtAccNames.Name      = "txtAccNames";
     this.txtAccNames.ReadOnly  = true;
     this.txtAccNames.Size      = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 25);
     this.txtAccNames.TabIndex  = 1;
     this.txtAccNames.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 11F);
     this.label11.ForeColor = global::System.Drawing.Color.Black;
     this.label11.Location  = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 6);
     this.label11.Name      = "label11";
     this.label11.Size      = new global::System.Drawing.Size((System.Int32) 113, (System.Int32) 20);
     this.label11.TabIndex  = 82;
     this.label11.Text      = "Account Names";
     //
     // btnApply
     //
     this.btnApply.BackColor = global::System.Drawing.Color.DarkTurquoise;
     this.btnApply.FlatAppearance.BorderColor = global::System.Drawing.Color.SaddleBrown;
     this.btnApply.FlatAppearance.BorderSize  = 2;
     this.btnApply.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnApply.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semibold", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Bold, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.btnApply.ForeColor = global::System.Drawing.Color.White;
     this.btnApply.Location  = new global::System.Drawing.Point((System.Int32) 298, (System.Int32) 3);
     this.btnApply.Name      = "btnApply";
     this.btnApply.Size      = new global::System.Drawing.Size((System.Int32) 96, (System.Int32) 36);
     this.btnApply.TabIndex  = 95;
     this.btnApply.Text      = "Apply";
     this.btnApply.UseVisualStyleBackColor = false;
     this.btnApply.Click += new global::System.EventHandler(this.btnApply_Click);
     //
     // panel6
     //
     this.panel6.BackColor   = global::System.Drawing.Color.Honeydew;
     this.panel6.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.btnApply);
     this.panel6.Location = new global::System.Drawing.Point((System.Int32) 753, (System.Int32) 580);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new global::System.Drawing.Size((System.Int32) 399, (System.Int32) 45);
     this.panel6.TabIndex = 95;
     //
     // datagridSI
     //
     this.datagridSI.AllowUserToAddRows              = false;
     this.datagridSI.AllowUserToDeleteRows           = false;
     this.datagridSI.AllowUserToResizeColumns        = false;
     this.datagridSI.AllowUserToResizeRows           = false;
     dataGridViewCellStyle10.BackColor               = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle10.ForeColor               = global::System.Drawing.Color.Black;
     this.datagridSI.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
     this.datagridSI.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridSI.AutoSizeRowsMode              = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridSI.BackgroundColor               = global::System.Drawing.Color.WhiteSmoke;
     this.datagridSI.BorderStyle                   = global::System.Windows.Forms.BorderStyle.None;
     this.datagridSI.ColumnHeadersBorderStyle      = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle11.Alignment             = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor             = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle11.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle11.ForeColor             = global::System.Drawing.Color.Black;
     dataGridViewCellStyle11.SelectionBackColor    = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle11.SelectionForeColor    = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode              = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridSI.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
     this.datagridSI.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridSI.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2,
         this.Column4
     });
     dataGridViewCellStyle12.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor          = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle12.Font               = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.749999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle12.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle12.SelectionBackColor = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle12.SelectionForeColor = global::System.Drawing.Color.Black;
     dataGridViewCellStyle12.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridSI.DefaultCellStyle           = dataGridViewCellStyle12;
     this.datagridSI.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridSI.EnableHeadersVisualStyles = false;
     this.datagridSI.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridSI.Location              = new global::System.Drawing.Point((System.Int32) 381, (System.Int32) 486);
     this.datagridSI.MultiSelect           = false;
     this.datagridSI.Name                  = "datagridSI";
     this.datagridSI.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridSI.RowHeadersVisible     = false;
     this.datagridSI.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridSI.Size                  = new global::System.Drawing.Size((System.Int32) 335, (System.Int32) 139);
     this.datagridSI.TabIndex              = 92;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Key";
     this.dataGridViewTextBoxColumn2.Name       = "dataGridViewTextBoxColumn2";
     //
     // Column4
     //
     this.Column4.HeaderText = "Value";
     this.Column4.Name       = "Column4";
     //
     // datagridSupportDocs
     //
     this.datagridSupportDocs.AllowUserToAddRows       = false;
     this.datagridSupportDocs.AllowUserToDeleteRows    = false;
     this.datagridSupportDocs.AllowUserToResizeColumns = false;
     this.datagridSupportDocs.AllowUserToResizeRows    = false;
     dataGridViewCellStyle13.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle13.ForeColor = global::System.Drawing.Color.Black;
     this.datagridSupportDocs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
     this.datagridSupportDocs.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridSupportDocs.AutoSizeRowsMode         = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridSupportDocs.BackgroundColor          = global::System.Drawing.Color.WhiteSmoke;
     this.datagridSupportDocs.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.datagridSupportDocs.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle14.Alignment                      = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle14.BackColor                      = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle14.Font                           = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle14.ForeColor                      = global::System.Drawing.Color.Black;
     dataGridViewCellStyle14.SelectionBackColor             = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle14.SelectionForeColor             = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle14.WrapMode                       = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridSupportDocs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
     this.datagridSupportDocs.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridSupportDocs.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.Column6,
         this.Column7
     });
     dataGridViewCellStyle15.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle15.BackColor                  = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle15.Font                       = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.749999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle15.ForeColor                  = global::System.Drawing.Color.Black;
     dataGridViewCellStyle15.SelectionBackColor         = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle15.SelectionForeColor         = global::System.Drawing.Color.Black;
     dataGridViewCellStyle15.WrapMode                   = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridSupportDocs.DefaultCellStyle          = dataGridViewCellStyle15;
     this.datagridSupportDocs.EditMode                  = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridSupportDocs.EnableHeadersVisualStyles = false;
     this.datagridSupportDocs.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridSupportDocs.Location                  = new global::System.Drawing.Point((System.Int32) 753, (System.Int32) 420);
     this.datagridSupportDocs.MultiSelect               = false;
     this.datagridSupportDocs.Name                      = "datagridSupportDocs";
     this.datagridSupportDocs.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridSupportDocs.RowHeadersVisible         = false;
     this.datagridSupportDocs.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridSupportDocs.Size                      = new global::System.Drawing.Size((System.Int32) 399, (System.Int32) 154);
     this.datagridSupportDocs.TabIndex                  = 92;
     //
     // Column6
     //
     this.Column6.HeaderText = "#";
     this.Column6.Name       = "Column6";
     //
     // Column7
     //
     this.Column7.HeaderText = "Description";
     this.Column7.Name       = "Column7";
     //
     // dgvGuarantors
     //
     this.dgvGuarantors.AllowUserToAddRows              = false;
     this.dgvGuarantors.AllowUserToDeleteRows           = false;
     this.dgvGuarantors.AllowUserToResizeColumns        = false;
     this.dgvGuarantors.AllowUserToResizeRows           = false;
     dataGridViewCellStyle16.BackColor                  = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle16.ForeColor                  = global::System.Drawing.Color.Black;
     this.dgvGuarantors.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
     this.dgvGuarantors.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvGuarantors.AutoSizeRowsMode                = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvGuarantors.BackgroundColor                 = global::System.Drawing.Color.WhiteSmoke;
     this.dgvGuarantors.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.dgvGuarantors.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle17.Alignment           = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle17.BackColor           = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle17.Font                     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle17.ForeColor                = global::System.Drawing.Color.Black;
     dataGridViewCellStyle17.SelectionBackColor       = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle17.SelectionForeColor       = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle17.WrapMode                 = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGuarantors.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
     this.dgvGuarantors.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvGuarantors.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3
     });
     dataGridViewCellStyle18.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle18.BackColor          = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle18.Font               = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.749999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle18.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle18.SelectionBackColor = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle18.SelectionForeColor = global::System.Drawing.Color.Black;
     dataGridViewCellStyle18.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGuarantors.DefaultCellStyle        = dataGridViewCellStyle18;
     this.dgvGuarantors.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvGuarantors.EnableHeadersVisualStyles = false;
     this.dgvGuarantors.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvGuarantors.Location              = new global::System.Drawing.Point((System.Int32) 753, (System.Int32) 209);
     this.dgvGuarantors.MultiSelect           = false;
     this.dgvGuarantors.Name                  = "dgvGuarantors";
     this.dgvGuarantors.ReadOnly              = true;
     this.dgvGuarantors.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvGuarantors.RowHeadersVisible     = false;
     this.dgvGuarantors.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvGuarantors.Size                  = new global::System.Drawing.Size((System.Int32) 399, (System.Int32) 154);
     this.dgvGuarantors.TabIndex              = 92;
     //
     // Column1
     //
     this.Column1.HeaderText = "#";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "Names";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "National Id";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     //
     // findUser1
     //
     this.findUser1.Account      = null;
     this.findUser1.AdvancedFind = true;
     this.findUser1.BackColor    = global::System.Drawing.Color.Honeydew;
     this.findUser1.BorderStyle  = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.findUser1.Connection   = null;
     this.findUser1.Font         = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 8.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.findUser1.Location     = new global::System.Drawing.Point((System.Int32) 9, (System.Int32) 73);
     this.findUser1.Name         = "findUser1";
     this.findUser1.Size         = new global::System.Drawing.Size((System.Int32) 318, (System.Int32) 551);
     this.findUser1.TabIndex     = 0;
     this.findUser1.User         = null;
     this.findUser1.FoundUser   += new Moshi_Bank.Controls.FindUser.FindUserEvents(this.findUser1_FoundUser);
     //
     // ApplyLoan
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 8F, (System.Single) 20F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 1164, (System.Int32) 631);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.lnkAddSD);
     this.Controls.Add(this.lnkAddGuarantor);
     this.Controls.Add(this.datagridSI);
     this.Controls.Add(this.datagridSupportDocs);
     this.Controls.Add(this.dgvGuarantors);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.findUser1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.lblStandingCharge);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtPrincipal);
     this.Controls.Add(this.txtStandingCharge);
     this.Controls.Add(this.txtRate);
     this.Controls.Add(this.txtLoanDescription);
     this.Controls.Add(this.panel1);
     this.Font            = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11F);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin          = new global::System.Windows.Forms.Padding((System.Int32) 4, (System.Int32) 5, (System.Int32) 4, (System.Int32) 5);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ApplyLoan";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Apply Loan";
     this.Load           += new global::System.EventHandler(this.ApplyLoan_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel6.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSI)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSupportDocs)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvGuarantors)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
     this.panel1                = new global::System.Windows.Forms.Panel();
     this.panel2                = new global::System.Windows.Forms.Panel();
     this.label5                = new global::System.Windows.Forms.Label();
     this.label3                = new global::System.Windows.Forms.Label();
     this.label10               = new global::System.Windows.Forms.Label();
     this.txtAccType            = new global::System.Windows.Forms.TextBox();
     this.txtAccBal             = new global::System.Windows.Forms.TextBox();
     this.label9                = new global::System.Windows.Forms.Label();
     this.label2                = new global::System.Windows.Forms.Label();
     this.txtAccountNumber      = new global::System.Windows.Forms.TextBox();
     this.txtAccName            = new global::System.Windows.Forms.TextBox();
     this.picUserPic            = new global::System.Windows.Forms.PictureBox();
     this.picDS                 = new global::System.Windows.Forms.PictureBox();
     this.txtUAddr              = new global::System.Windows.Forms.TextBox();
     this.txtUEmail             = new global::System.Windows.Forms.TextBox();
     this.txtUNId               = new global::System.Windows.Forms.TextBox();
     this.txtUP                 = new global::System.Windows.Forms.TextBox();
     this.txtUN                 = new global::System.Windows.Forms.TextBox();
     this.label7                = new global::System.Windows.Forms.Label();
     this.label4                = new global::System.Windows.Forms.Label();
     this.label11               = new global::System.Windows.Forms.Label();
     this.label8                = new global::System.Windows.Forms.Label();
     this.label6                = new global::System.Windows.Forms.Label();
     this.label1                = new global::System.Windows.Forms.Label();
     this.panel3                = new global::System.Windows.Forms.Panel();
     this.label12               = new global::System.Windows.Forms.Label();
     this.panel4                = new global::System.Windows.Forms.Panel();
     this.label13               = new global::System.Windows.Forms.Label();
     this.panel5                = new global::System.Windows.Forms.Panel();
     this.label14               = new global::System.Windows.Forms.Label();
     this.dgvRecentTransactions = new Moshi_Bank.Controls.Datagrid();
     this.lblNoAccountMessage   = new global::System.Windows.Forms.Label();
     this.panel6                = new global::System.Windows.Forms.Panel();
     this.datagridFixedDep      = new Moshi_Bank.Controls.Datagrid();
     this.Column1               = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2               = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label15               = new global::System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPic)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRecentTransactions)).BeginInit();
     this.panel6.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFixedDep)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 906, (System.Int32) 67);
     this.panel1.TabIndex = 7;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 906, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 23F);
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 240, (System.Int32) 42);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Acccount Details";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 348, (System.Int32) 385);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 36, (System.Int32) 19);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Type";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label10.Location = new global::System.Drawing.Point((System.Int32) 35, (System.Int32) 385);
     this.label10.Name     = "label10";
     this.label10.Size     = new global::System.Drawing.Size((System.Int32) 54, (System.Int32) 19);
     this.label10.TabIndex = 10;
     this.label10.Text     = "Balance";
     //
     // txtAccType
     //
     this.txtAccType.BackColor = global::System.Drawing.Color.Snow;
     this.txtAccType.Enabled   = false;
     this.txtAccType.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtAccType.Location  = new global::System.Drawing.Point((System.Int32) 352, (System.Int32) 407);
     this.txtAccType.Name      = "txtAccType";
     this.txtAccType.ReadOnly  = true;
     this.txtAccType.Size      = new global::System.Drawing.Size((System.Int32) 243, (System.Int32) 25);
     this.txtAccType.TabIndex  = 13;
     this.txtAccType.TabStop   = false;
     //
     // txtAccBal
     //
     this.txtAccBal.BackColor = global::System.Drawing.Color.Snow;
     this.txtAccBal.Enabled   = false;
     this.txtAccBal.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtAccBal.Location  = new global::System.Drawing.Point((System.Int32) 39, (System.Int32) 407);
     this.txtAccBal.Name      = "txtAccBal";
     this.txtAccBal.ReadOnly  = true;
     this.txtAccBal.Size      = new global::System.Drawing.Size((System.Int32) 293, (System.Int32) 25);
     this.txtAccBal.TabIndex  = 14;
     this.txtAccBal.TabStop   = false;
     //
     // label9
     //
     this.label9.BackColor = global::System.Drawing.Color.Maroon;
     this.label9.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.label9.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 13F);
     this.label9.ForeColor = global::System.Drawing.Color.White;
     this.label9.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.label9.Name      = "label9";
     this.label9.Size      = new global::System.Drawing.Size((System.Int32) 238, (System.Int32) 28);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Constrains";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 33, (System.Int32) 328);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 50, (System.Int32) 19);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Names";
     //
     // txtAccountNumber
     //
     this.txtAccountNumber.BackColor = global::System.Drawing.Color.Snow;
     this.txtAccountNumber.Enabled   = false;
     this.txtAccountNumber.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtAccountNumber.Location  = new global::System.Drawing.Point((System.Int32) 352, (System.Int32) 350);
     this.txtAccountNumber.Name      = "txtAccountNumber";
     this.txtAccountNumber.ReadOnly  = true;
     this.txtAccountNumber.Size      = new global::System.Drawing.Size((System.Int32) 243, (System.Int32) 25);
     this.txtAccountNumber.TabIndex  = 15;
     this.txtAccountNumber.TabStop   = false;
     //
     // txtAccName
     //
     this.txtAccName.BackColor = global::System.Drawing.Color.Snow;
     this.txtAccName.Enabled   = false;
     this.txtAccName.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtAccName.Location  = new global::System.Drawing.Point((System.Int32) 37, (System.Int32) 350);
     this.txtAccName.Name      = "txtAccName";
     this.txtAccName.ReadOnly  = true;
     this.txtAccName.Size      = new global::System.Drawing.Size((System.Int32) 293, (System.Int32) 25);
     this.txtAccName.TabIndex  = 16;
     this.txtAccName.TabStop   = false;
     //
     // picUserPic
     //
     this.picUserPic.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picUserPic.Location    = new global::System.Drawing.Point((System.Int32) 33, (System.Int32) 129);
     this.picUserPic.Name        = "picUserPic";
     this.picUserPic.Size        = new global::System.Drawing.Size((System.Int32) 141, (System.Int32) 149);
     this.picUserPic.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picUserPic.TabIndex    = 28;
     this.picUserPic.TabStop     = false;
     //
     // picDS
     //
     this.picDS.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.picDS.Location    = new global::System.Drawing.Point((System.Int32) 651, (System.Int32) 151);
     this.picDS.Name        = "picDS";
     this.picDS.Size        = new global::System.Drawing.Size((System.Int32) 179, (System.Int32) 72);
     this.picDS.SizeMode    = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picDS.TabIndex    = 29;
     this.picDS.TabStop     = false;
     //
     // txtUAddr
     //
     this.txtUAddr.BackColor = global::System.Drawing.Color.Snow;
     this.txtUAddr.Enabled   = false;
     this.txtUAddr.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtUAddr.Location  = new global::System.Drawing.Point((System.Int32) 425, (System.Int32) 148);
     this.txtUAddr.Name      = "txtUAddr";
     this.txtUAddr.ReadOnly  = true;
     this.txtUAddr.Size      = new global::System.Drawing.Size((System.Int32) 199, (System.Int32) 25);
     this.txtUAddr.TabIndex  = 23;
     this.txtUAddr.TabStop   = false;
     //
     // txtUEmail
     //
     this.txtUEmail.BackColor = global::System.Drawing.Color.Snow;
     this.txtUEmail.Enabled   = false;
     this.txtUEmail.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtUEmail.Location  = new global::System.Drawing.Point((System.Int32) 190, (System.Int32) 198);
     this.txtUEmail.Name      = "txtUEmail";
     this.txtUEmail.ReadOnly  = true;
     this.txtUEmail.Size      = new global::System.Drawing.Size((System.Int32) 205, (System.Int32) 25);
     this.txtUEmail.TabIndex  = 24;
     this.txtUEmail.TabStop   = false;
     //
     // txtUNId
     //
     this.txtUNId.BackColor = global::System.Drawing.Color.Snow;
     this.txtUNId.Enabled   = false;
     this.txtUNId.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtUNId.Location  = new global::System.Drawing.Point((System.Int32) 425, (System.Int32) 198);
     this.txtUNId.Name      = "txtUNId";
     this.txtUNId.ReadOnly  = true;
     this.txtUNId.Size      = new global::System.Drawing.Size((System.Int32) 199, (System.Int32) 25);
     this.txtUNId.TabIndex  = 25;
     this.txtUNId.TabStop   = false;
     //
     // txtUP
     //
     this.txtUP.BackColor = global::System.Drawing.Color.Snow;
     this.txtUP.Enabled   = false;
     this.txtUP.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtUP.Location  = new global::System.Drawing.Point((System.Int32) 190, (System.Int32) 253);
     this.txtUP.Name      = "txtUP";
     this.txtUP.ReadOnly  = true;
     this.txtUP.Size      = new global::System.Drawing.Size((System.Int32) 205, (System.Int32) 25);
     this.txtUP.TabIndex  = 26;
     this.txtUP.TabStop   = false;
     //
     // txtUN
     //
     this.txtUN.BackColor = global::System.Drawing.Color.Snow;
     this.txtUN.Enabled   = false;
     this.txtUN.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.txtUN.Location  = new global::System.Drawing.Point((System.Int32) 190, (System.Int32) 148);
     this.txtUN.Name      = "txtUN";
     this.txtUN.ReadOnly  = true;
     this.txtUN.Size      = new global::System.Drawing.Size((System.Int32) 205, (System.Int32) 25);
     this.txtUN.TabIndex  = 27;
     this.txtUN.TabStop   = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label7.Location = new global::System.Drawing.Point((System.Int32) 421, (System.Int32) 126);
     this.label7.Name     = "label7";
     this.label7.Size     = new global::System.Drawing.Size((System.Int32) 56, (System.Int32) 19);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Address";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 186, (System.Int32) 176);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 41, (System.Int32) 19);
     this.label4.TabIndex = 18;
     this.label4.Text     = "Email";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label11.Location = new global::System.Drawing.Point((System.Int32) 647, (System.Int32) 129);
     this.label11.Name     = "label11";
     this.label11.Size     = new global::System.Drawing.Size((System.Int32) 64, (System.Int32) 19);
     this.label11.TabIndex = 19;
     this.label11.Text     = "Signature";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label8.Location = new global::System.Drawing.Point((System.Int32) 421, (System.Int32) 176);
     this.label8.Name     = "label8";
     this.label8.Size     = new global::System.Drawing.Size((System.Int32) 73, (System.Int32) 19);
     this.label8.TabIndex = 20;
     this.label8.Text     = "National id";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label6.Location = new global::System.Drawing.Point((System.Int32) 186, (System.Int32) 231);
     this.label6.Name     = "label6";
     this.label6.Size     = new global::System.Drawing.Size((System.Int32) 46, (System.Int32) 19);
     this.label6.TabIndex = 21;
     this.label6.Text     = "Phone";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label1.Location = new global::System.Drawing.Point((System.Int32) 186, (System.Int32) 126);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size((System.Int32) 50, (System.Int32) 19);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Names";
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 14, (System.Int32) 108);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 840, (System.Int32) 1);
     this.panel3.TabIndex  = 31;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 14F);
     this.label12.ForeColor = global::System.Drawing.Color.DimGray;
     this.label12.Location  = new global::System.Drawing.Point((System.Int32) 20, (System.Int32) 80);
     this.label12.Name      = "label12";
     this.label12.Size      = new global::System.Drawing.Size((System.Int32) 136, (System.Int32) 25);
     this.label12.TabIndex  = 30;
     this.label12.Text      = "Personal Details";
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 15, (System.Int32) 324);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 840, (System.Int32) 1);
     this.panel4.TabIndex  = 33;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 14F);
     this.label13.ForeColor = global::System.Drawing.Color.DimGray;
     this.label13.Location  = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 296);
     this.label13.Name      = "label13";
     this.label13.Size      = new global::System.Drawing.Size((System.Int32) 135, (System.Int32) 25);
     this.label13.TabIndex  = 32;
     this.label13.Text      = "Account Details";
     //
     // panel5
     //
     this.panel5.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel5.Location  = new global::System.Drawing.Point((System.Int32) 15, (System.Int32) 474);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new global::System.Drawing.Size((System.Int32) 840, (System.Int32) 1);
     this.panel5.TabIndex  = 36;
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 14F);
     this.label14.ForeColor = global::System.Drawing.Color.DimGray;
     this.label14.Location  = new global::System.Drawing.Point((System.Int32) 32, (System.Int32) 446);
     this.label14.Name      = "label14";
     this.label14.Size      = new global::System.Drawing.Size((System.Int32) 166, (System.Int32) 25);
     this.label14.TabIndex  = 35;
     this.label14.Text      = "Recent Transactions";
     //
     // dgvRecentTransactions
     //
     this.dgvRecentTransactions.AllowUserToAddRows    = false;
     this.dgvRecentTransactions.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = global::System.Drawing.Color.Linen;
     dataGridViewCellStyle1.ForeColor = global::System.Drawing.Color.Black;
     this.dgvRecentTransactions.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvRecentTransactions.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvRecentTransactions.BackgroundColor          = global::System.Drawing.Color.White;
     this.dgvRecentTransactions.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.dgvRecentTransactions.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvRecentTransactions.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvRecentTransactions.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment                     = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                     = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                          = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle3.ForeColor                     = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor            = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle3.SelectionForeColor            = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode                      = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvRecentTransactions.DefaultCellStyle          = dataGridViewCellStyle3;
     this.dgvRecentTransactions.EnableHeadersVisualStyles = false;
     this.dgvRecentTransactions.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvRecentTransactions.Location                  = new global::System.Drawing.Point((System.Int32) 39, (System.Int32) 487);
     this.dgvRecentTransactions.MultiSelect               = false;
     this.dgvRecentTransactions.Name                      = "dgvRecentTransactions";
     this.dgvRecentTransactions.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvRecentTransactions.RowHeadersVisible         = false;
     this.dgvRecentTransactions.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRecentTransactions.Size                      = new global::System.Drawing.Size((System.Int32) 791, (System.Int32) 121);
     this.dgvRecentTransactions.TabIndex                  = 34;
     //
     // lblNoAccountMessage
     //
     this.lblNoAccountMessage.AutoSize  = true;
     this.lblNoAccountMessage.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 18.25F);
     this.lblNoAccountMessage.ForeColor = global::System.Drawing.Color.Firebrick;
     this.lblNoAccountMessage.Location  = new global::System.Drawing.Point((System.Int32) 275, (System.Int32) 536);
     this.lblNoAccountMessage.Name      = "lblNoAccountMessage";
     this.lblNoAccountMessage.Size      = new global::System.Drawing.Size((System.Int32) 354, (System.Int32) 35);
     this.lblNoAccountMessage.TabIndex  = 38;
     this.lblNoAccountMessage.Text      = "No Recent Transactions Found !";
     //
     // panel6
     //
     this.panel6.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel6.Controls.Add(this.datagridFixedDep);
     this.panel6.Controls.Add(this.label9);
     this.panel6.Location = new global::System.Drawing.Point((System.Int32) 615, (System.Int32) 340);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new global::System.Drawing.Size((System.Int32) 240, (System.Int32) 119);
     this.panel6.TabIndex = 39;
     //
     // datagridFixedDep
     //
     this.datagridFixedDep.AllowUserToAddRows       = false;
     this.datagridFixedDep.AllowUserToDeleteRows    = false;
     this.datagridFixedDep.AllowUserToResizeColumns = false;
     this.datagridFixedDep.AllowUserToResizeRows    = false;
     dataGridViewCellStyle4.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle4.ForeColor = global::System.Drawing.Color.Black;
     this.datagridFixedDep.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.datagridFixedDep.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridFixedDep.AutoSizeRowsMode         = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridFixedDep.BackgroundColor          = global::System.Drawing.Color.White;
     this.datagridFixedDep.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.datagridFixedDep.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment                    = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor                    = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle5.Font                         = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle5.ForeColor                    = global::System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor           = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor           = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode                     = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridFixedDep.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.datagridFixedDep.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridFixedDep.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     dataGridViewCellStyle6.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font               = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 12F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle6.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.SelectionBackColor = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle6.SelectionForeColor = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridFixedDep.DefaultCellStyle    = dataGridViewCellStyle6;
     this.datagridFixedDep.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.datagridFixedDep.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridFixedDep.EnableHeadersVisualStyles = false;
     this.datagridFixedDep.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridFixedDep.Location              = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 28);
     this.datagridFixedDep.MultiSelect           = false;
     this.datagridFixedDep.Name                  = "datagridFixedDep";
     this.datagridFixedDep.ReadOnly              = true;
     this.datagridFixedDep.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridFixedDep.RowHeadersVisible     = false;
     this.datagridFixedDep.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridFixedDep.Size                  = new global::System.Drawing.Size((System.Int32) 238, (System.Int32) 89);
     this.datagridFixedDep.TabIndex              = 42;
     //
     // Column1
     //
     this.Column1.HeaderText = "Time";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "Amount";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 10F);
     this.label15.Location = new global::System.Drawing.Point((System.Int32) 348, (System.Int32) 328);
     this.label15.Name     = "label15";
     this.label15.Size     = new global::System.Drawing.Size((System.Int32) 58, (System.Int32) 19);
     this.label15.TabIndex = 9;
     this.label15.Text     = "Number";
     //
     // AccountDetails
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 6F, (System.Single) 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 906, (System.Int32) 620);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.lblNoAccountMessage);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.dgvRecentTransactions);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.picUserPic);
     this.Controls.Add(this.picDS);
     this.Controls.Add(this.txtUAddr);
     this.Controls.Add(this.txtUEmail);
     this.Controls.Add(this.txtUNId);
     this.Controls.Add(this.txtUP);
     this.Controls.Add(this.txtUN);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtAccType);
     this.Controls.Add(this.txtAccBal);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtAccountNumber);
     this.Controls.Add(this.txtAccName);
     this.Controls.Add(this.panel1);
     this.Font          = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 8.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "AccountDetails";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.SizeGripStyle = global::System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "AccountDetails";
     this.Load         += new global::System.EventHandler(this.AccountDetails_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.picUserPic)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.picDS)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvRecentTransactions)).EndInit();
     this.panel6.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFixedDep)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 19
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Swav2Swar.Principal));
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     this.Tab            = new global::System.Windows.Forms.TabControl();
     this.Tab1           = new global::System.Windows.Forms.TabPage();
     this.Abrir          = new global::System.Windows.Forms.Button();
     this.Ayuda          = new global::System.Windows.Forms.Button();
     this.CrearSwar      = new global::System.Windows.Forms.Button();
     this.Subir          = new global::System.Windows.Forms.Button();
     this.Bajar          = new global::System.Windows.Forms.Button();
     this.Grid1          = new global::System.Windows.Forms.DataGridView();
     this.Ruta           = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.indice         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nombre         = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Tab2           = new global::System.Windows.Forms.TabPage();
     this.GroupBox2      = new global::System.Windows.Forms.GroupBox();
     this.PCM8           = new global::System.Windows.Forms.RadioButton();
     this.IMA            = new global::System.Windows.Forms.RadioButton();
     this.PCM16          = new global::System.Windows.Forms.RadioButton();
     this.AbrirWav       = new global::System.Windows.Forms.Button();
     this.CrearSwav      = new global::System.Windows.Forms.Button();
     this.NombreFichero  = new global::System.Windows.Forms.TextBox();
     this.GroupBox1      = new global::System.Windows.Forms.GroupBox();
     this.Canales        = new global::System.Windows.Forms.Label();
     this.Label2         = new global::System.Windows.Forms.Label();
     this.Frecuencia     = new global::System.Windows.Forms.Label();
     this.Label1         = new global::System.Windows.Forms.Label();
     this.TipoOnda       = new global::System.Windows.Forms.Label();
     this.Label3         = new global::System.Windows.Forms.Label();
     this.ObjetoOpenFile = new global::System.Windows.Forms.OpenFileDialog();
     this.ObjetoSaveFile = new global::System.Windows.Forms.SaveFileDialog();
     this.Tab.SuspendLayout();
     this.Tab1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).BeginInit();
     this.Tab2.SuspendLayout();
     this.GroupBox2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.Tab.Controls.Add(this.Tab1);
     this.Tab.Controls.Add(this.Tab2);
     global::System.Windows.Forms.Control tab      = this.Tab;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(12, 12);
     tab.Location           = location;
     this.Tab.Name          = "Tab";
     this.Tab.SelectedIndex = 0;
     global::System.Windows.Forms.Control tab2 = this.Tab;
     global::System.Drawing.Size          size = new global::System.Drawing.Size(311, 270);
     tab2.Size         = size;
     this.Tab.TabIndex = 18;
     this.Tab1.Controls.Add(this.Abrir);
     this.Tab1.Controls.Add(this.Ayuda);
     this.Tab1.Controls.Add(this.CrearSwar);
     this.Tab1.Controls.Add(this.Subir);
     this.Tab1.Controls.Add(this.Bajar);
     this.Tab1.Controls.Add(this.Grid1);
     global::System.Windows.Forms.TabPage tab3 = this.Tab1;
     location       = new global::System.Drawing.Point(4, 22);
     tab3.Location  = location;
     this.Tab1.Name = "Tab1";
     global::System.Windows.Forms.Control tab4    = this.Tab1;
     global::System.Windows.Forms.Padding padding = new global::System.Windows.Forms.Padding(3);
     tab4.Padding = padding;
     global::System.Windows.Forms.Control tab5 = this.Tab1;
     size               = new global::System.Drawing.Size(303, 244);
     tab5.Size          = size;
     this.Tab1.TabIndex = 0;
     this.Tab1.Text     = "SWAV -> SWAR";
     this.Tab1.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrir = this.Abrir;
     location        = new global::System.Drawing.Point(6, 215);
     abrir.Location  = location;
     this.Abrir.Name = "Abrir";
     global::System.Windows.Forms.Control abrir2 = this.Abrir;
     size                = new global::System.Drawing.Size(34, 22);
     abrir2.Size         = size;
     this.Abrir.TabIndex = 72;
     this.Abrir.Text     = "&Add";
     this.Abrir.UseVisualStyleBackColor = true;
     this.Ayuda.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Ayuda.Image");
     global::System.Windows.Forms.Control ayuda = this.Ayuda;
     location        = new global::System.Drawing.Point(273, 6);
     ayuda.Location  = location;
     this.Ayuda.Name = "Ayuda";
     global::System.Windows.Forms.Control ayuda2 = this.Ayuda;
     size                = new global::System.Drawing.Size(24, 24);
     ayuda2.Size         = size;
     this.Ayuda.TabIndex = 71;
     this.Ayuda.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control crearSwar = this.CrearSwar;
     location            = new global::System.Drawing.Point(87, 215);
     crearSwar.Location  = location;
     this.CrearSwar.Name = "CrearSwar";
     global::System.Windows.Forms.Control crearSwar2 = this.CrearSwar;
     size                    = new global::System.Drawing.Size(128, 23);
     crearSwar2.Size         = size;
     this.CrearSwar.TabIndex = 70;
     this.CrearSwar.Text     = "&Create SWAR";
     this.CrearSwar.UseVisualStyleBackColor = true;
     this.Subir.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Subir.Image");
     global::System.Windows.Forms.Control subir = this.Subir;
     location        = new global::System.Drawing.Point(273, 155);
     subir.Location  = location;
     this.Subir.Name = "Subir";
     global::System.Windows.Forms.Control subir2 = this.Subir;
     size                = new global::System.Drawing.Size(24, 24);
     subir2.Size         = size;
     this.Subir.TabIndex = 68;
     this.Subir.TabStop  = false;
     this.Subir.UseVisualStyleBackColor = true;
     this.Bajar.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("Bajar.Image");
     global::System.Windows.Forms.Control bajar = this.Bajar;
     location        = new global::System.Drawing.Point(273, 185);
     bajar.Location  = location;
     this.Bajar.Name = "Bajar";
     global::System.Windows.Forms.Control bajar2 = this.Bajar;
     size                = new global::System.Drawing.Size(24, 24);
     bajar2.Size         = size;
     this.Bajar.TabIndex = 69;
     this.Bajar.TabStop  = false;
     this.Bajar.UseVisualStyleBackColor = true;
     this.Grid1.AllowDrop                     = true;
     this.Grid1.AllowUserToAddRows            = false;
     this.Grid1.AllowUserToResizeColumns      = false;
     this.Grid1.AllowUserToResizeRows         = false;
     dataGridViewCellStyle.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle.BackColor          = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor          = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.Grid1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.Grid1.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Grid1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Ruta,
         this.indice,
         this.Nombre
     });
     global::System.Windows.Forms.Control grid = this.Grid1;
     location                     = new global::System.Drawing.Point(6, 6);
     grid.Location                = location;
     this.Grid1.MultiSelect       = false;
     this.Grid1.Name              = "Grid1";
     this.Grid1.ReadOnly          = true;
     this.Grid1.RowHeadersVisible = false;
     this.Grid1.SelectionMode     = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     global::System.Windows.Forms.Control grid2 = this.Grid1;
     size                             = new global::System.Drawing.Size(261, 203);
     grid2.Size                       = size;
     this.Grid1.TabIndex              = 0;
     this.Ruta.HeaderText             = "Ruta";
     this.Ruta.Name                   = "Ruta";
     this.Ruta.ReadOnly               = true;
     this.Ruta.Resizable              = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Ruta.SortMode               = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ruta.Visible                = false;
     dataGridViewCellStyle2.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.indice.DefaultCellStyle     = dataGridViewCellStyle2;
     this.indice.HeaderText           = "Index";
     this.indice.Name                 = "indice";
     this.indice.ReadOnly             = true;
     this.indice.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.indice.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.indice.Width                = 45;
     this.Nombre.AutoSizeMode         = global::System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Nombre.HeaderText           = "Name";
     this.Nombre.Name                 = "Nombre";
     this.Nombre.ReadOnly             = true;
     this.Nombre.Resizable            = global::System.Windows.Forms.DataGridViewTriState.False;
     this.Nombre.SortMode             = global::System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Tab2.Controls.Add(this.GroupBox2);
     this.Tab2.Controls.Add(this.AbrirWav);
     this.Tab2.Controls.Add(this.CrearSwav);
     this.Tab2.Controls.Add(this.NombreFichero);
     this.Tab2.Controls.Add(this.GroupBox1);
     global::System.Windows.Forms.TabPage tab6 = this.Tab2;
     location       = new global::System.Drawing.Point(4, 22);
     tab6.Location  = location;
     this.Tab2.Name = "Tab2";
     global::System.Windows.Forms.Control tab7 = this.Tab2;
     padding      = new global::System.Windows.Forms.Padding(3);
     tab7.Padding = padding;
     global::System.Windows.Forms.Control tab8 = this.Tab2;
     size               = new global::System.Drawing.Size(303, 244);
     tab8.Size          = size;
     this.Tab2.TabIndex = 1;
     this.Tab2.Text     = "WAV -> SWAV";
     this.Tab2.UseVisualStyleBackColor = true;
     this.GroupBox2.Controls.Add(this.PCM8);
     this.GroupBox2.Controls.Add(this.IMA);
     this.GroupBox2.Controls.Add(this.PCM16);
     global::System.Windows.Forms.Control groupBox = this.GroupBox2;
     location            = new global::System.Drawing.Point(35, 156);
     groupBox.Location   = location;
     this.GroupBox2.Name = "GroupBox2";
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox2;
     size                    = new global::System.Drawing.Size(227, 29);
     groupBox2.Size          = size;
     this.GroupBox2.TabIndex = 14;
     this.GroupBox2.TabStop  = false;
     this.PCM8.AutoSize      = true;
     global::System.Windows.Forms.Control pcm = this.PCM8;
     location       = new global::System.Drawing.Point(101, 8);
     pcm.Location   = location;
     this.PCM8.Name = "PCM8";
     global::System.Windows.Forms.Control pcm2 = this.PCM8;
     size               = new global::System.Drawing.Size(54, 17);
     pcm2.Size          = size;
     this.PCM8.TabIndex = 9;
     this.PCM8.Text     = "PCM8";
     this.PCM8.UseVisualStyleBackColor = true;
     this.IMA.AutoSize = true;
     this.IMA.Checked  = true;
     global::System.Windows.Forms.Control ima = this.IMA;
     location      = new global::System.Drawing.Point(10, 8);
     ima.Location  = location;
     this.IMA.Name = "IMA";
     global::System.Windows.Forms.Control ima2 = this.IMA;
     size              = new global::System.Drawing.Size(85, 17);
     ima2.Size         = size;
     this.IMA.TabIndex = 11;
     this.IMA.TabStop  = true;
     this.IMA.Text     = "IMA-ADPCM";
     this.IMA.UseVisualStyleBackColor = true;
     this.PCM16.AutoSize = true;
     global::System.Windows.Forms.Control pcm3 = this.PCM16;
     location        = new global::System.Drawing.Point(161, 8);
     pcm3.Location   = location;
     this.PCM16.Name = "PCM16";
     global::System.Windows.Forms.Control pcm4 = this.PCM16;
     size                = new global::System.Drawing.Size(60, 17);
     pcm4.Size           = size;
     this.PCM16.TabIndex = 10;
     this.PCM16.Text     = "PCM16";
     this.PCM16.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control abrirWav = this.AbrirWav;
     location           = new global::System.Drawing.Point(226, 10);
     abrirWav.Location  = location;
     this.AbrirWav.Name = "AbrirWav";
     global::System.Windows.Forms.Control abrirWav2 = this.AbrirWav;
     size                   = new global::System.Drawing.Size(71, 24);
     abrirWav2.Size         = size;
     this.AbrirWav.TabIndex = 9;
     this.AbrirWav.Text     = "&Open WAV";
     this.AbrirWav.UseVisualStyleBackColor = true;
     this.CrearSwav.Enabled = false;
     global::System.Windows.Forms.Control crearSwav = this.CrearSwav;
     location            = new global::System.Drawing.Point(106, 197);
     crearSwav.Location  = location;
     this.CrearSwav.Name = "CrearSwav";
     global::System.Windows.Forms.Control crearSwav2 = this.CrearSwav;
     size                    = new global::System.Drawing.Size(79, 24);
     crearSwav2.Size         = size;
     this.CrearSwav.TabIndex = 8;
     this.CrearSwav.Text     = "&Save";
     this.CrearSwav.UseVisualStyleBackColor = true;
     global::System.Windows.Forms.Control nombreFichero = this.NombreFichero;
     location = new global::System.Drawing.Point(6, 12);
     nombreFichero.Location      = location;
     this.NombreFichero.Name     = "NombreFichero";
     this.NombreFichero.ReadOnly = true;
     global::System.Windows.Forms.Control nombreFichero2 = this.NombreFichero;
     size = new global::System.Drawing.Size(214, 20);
     nombreFichero2.Size         = size;
     this.NombreFichero.TabIndex = 8;
     this.GroupBox1.Controls.Add(this.Canales);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Controls.Add(this.Frecuencia);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Controls.Add(this.TipoOnda);
     this.GroupBox1.Controls.Add(this.Label3);
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     location            = new global::System.Drawing.Point(6, 48);
     groupBox3.Location  = location;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(291, 92);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 7;
     this.GroupBox1.TabStop  = false;
     this.GroupBox1.Text     = "WAV Info";
     this.Canales.AutoSize   = true;
     global::System.Windows.Forms.Control canales = this.Canales;
     location          = new global::System.Drawing.Point(72, 66);
     canales.Location  = location;
     this.Canales.Name = "Canales";
     global::System.Windows.Forms.Control canales2 = this.Canales;
     size                  = new global::System.Drawing.Size(16, 13);
     canales2.Size         = size;
     this.Canales.TabIndex = 5;
     this.Canales.Text     = "...";
     this.Label2.AutoSize  = true;
     global::System.Windows.Forms.Control label = this.Label2;
     location         = new global::System.Drawing.Point(15, 44);
     label.Location   = location;
     this.Label2.Name = "Label2";
     global::System.Windows.Forms.Control label2 = this.Label2;
     size                     = new global::System.Drawing.Size(74, 13);
     label2.Size              = size;
     this.Label2.TabIndex     = 1;
     this.Label2.Text         = "Sample Rate :";
     this.Frecuencia.AutoSize = true;
     global::System.Windows.Forms.Control frecuencia = this.Frecuencia;
     location             = new global::System.Drawing.Point(95, 44);
     frecuencia.Location  = location;
     this.Frecuencia.Name = "Frecuencia";
     global::System.Windows.Forms.Control frecuencia2 = this.Frecuencia;
     size                     = new global::System.Drawing.Size(16, 13);
     frecuencia2.Size         = size;
     this.Frecuencia.TabIndex = 4;
     this.Frecuencia.Text     = "...";
     this.Label1.AutoSize     = true;
     global::System.Windows.Forms.Control label3 = this.Label1;
     location         = new global::System.Drawing.Point(15, 22);
     label3.Location  = location;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label4 = this.Label1;
     size                   = new global::System.Drawing.Size(78, 13);
     label4.Size            = size;
     this.Label1.TabIndex   = 0;
     this.Label1.Text       = "Audio Format  :";
     this.TipoOnda.AutoSize = true;
     global::System.Windows.Forms.Control tipoOnda = this.TipoOnda;
     location           = new global::System.Drawing.Point(94, 22);
     tipoOnda.Location  = location;
     this.TipoOnda.Name = "TipoOnda";
     global::System.Windows.Forms.Control tipoOnda2 = this.TipoOnda;
     size                   = new global::System.Drawing.Size(16, 13);
     tipoOnda2.Size         = size;
     this.TipoOnda.TabIndex = 3;
     this.TipoOnda.Text     = "...";
     this.Label3.AutoSize   = true;
     global::System.Windows.Forms.Control label5 = this.Label3;
     location         = new global::System.Drawing.Point(15, 66);
     label5.Location  = location;
     this.Label3.Name = "Label3";
     global::System.Windows.Forms.Control label6 = this.Label3;
     size                         = new global::System.Drawing.Size(57, 13);
     label6.Size                  = size;
     this.Label3.TabIndex         = 2;
     this.Label3.Text             = "Channels :";
     this.ObjetoOpenFile.FileName = "OpenFileDialog1";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(334, 295);
     this.ClientSize = size;
     this.Controls.Add(this.Tab);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.Name            = "Principal";
     this.Text            = "Swav2Swar Converter v0.1";
     this.Tab.ResumeLayout(false);
     this.Tab1.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.Grid1).EndInit();
     this.Tab2.ResumeLayout(false);
     this.Tab2.PerformLayout();
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     this.panel4              = new global::System.Windows.Forms.Panel();
     this.label3              = new global::System.Windows.Forms.Label();
     this.panel1              = new global::System.Windows.Forms.Panel();
     this.label1              = new global::System.Windows.Forms.Label();
     this.panel2              = new global::System.Windows.Forms.Panel();
     this.panel3              = new global::System.Windows.Forms.Panel();
     this.label5              = new global::System.Windows.Forms.Label();
     this.txtLIR              = new global::System.Windows.Forms.TextBox();
     this.txtLSC              = new global::System.Windows.Forms.TextBox();
     this.btnUpdateLIR        = new global::System.Windows.Forms.Button();
     this.btnUpdateLSC        = new global::System.Windows.Forms.Button();
     this.datagridSupportDocs = new Moshi_Bank.Controls.Datagrid();
     this.label2              = new global::System.Windows.Forms.Label();
     this.panel5              = new global::System.Windows.Forms.Panel();
     this.Column6             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSupportDocs)).BeginInit();
     this.SuspendLayout();
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.Gainsboro;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 137);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 1);
     this.panel4.TabIndex  = 93;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15F);
     this.label3.ForeColor = global::System.Drawing.Color.Gray;
     this.label3.Location  = new global::System.Drawing.Point((System.Int32) 32, (System.Int32) 103);
     this.label3.Name      = "label3";
     this.label3.Size      = new global::System.Drawing.Size((System.Int32) 219, (System.Int32) 28);
     this.label3.TabIndex  = 92;
     this.label3.Text      = "Loan Standing Charge %";
     //
     // panel1
     //
     this.panel1.BackColor = global::System.Drawing.Color.Gainsboro;
     this.panel1.Location  = new global::System.Drawing.Point((System.Int32) 34, (System.Int32) 252);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 1);
     this.panel1.TabIndex  = 93;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15F);
     this.label1.ForeColor = global::System.Drawing.Color.Gray;
     this.label1.Location  = new global::System.Drawing.Point((System.Int32) 32, (System.Int32) 218);
     this.label1.Name      = "label1";
     this.label1.Size      = new global::System.Drawing.Size((System.Int32) 184, (System.Int32) 28);
     this.label1.TabIndex  = 92;
     this.label1.Text      = "Loan Interest Rate %";
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.White;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new global::System.Drawing.Size((System.Int32) 486, (System.Int32) 67);
     this.panel2.TabIndex = 94;
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 486, (System.Int32) 1);
     this.panel3.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 23F);
     this.label5.ForeColor = global::System.Drawing.Color.Black;
     this.label5.Location  = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label5.Name      = "label5";
     this.label5.Size      = new global::System.Drawing.Size((System.Int32) 125, (System.Int32) 42);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "Settings";
     //
     // txtLIR
     //
     this.txtLIR.Location = new global::System.Drawing.Point((System.Int32) 52, (System.Int32) 268);
     this.txtLIR.Name     = "txtLIR";
     this.txtLIR.Size     = new global::System.Drawing.Size((System.Int32) 263, (System.Int32) 29);
     this.txtLIR.TabIndex = 3;
     //
     // txtLSC
     //
     this.txtLSC.Location = new global::System.Drawing.Point((System.Int32) 52, (System.Int32) 153);
     this.txtLSC.Name     = "txtLSC";
     this.txtLSC.Size     = new global::System.Drawing.Size((System.Int32) 263, (System.Int32) 29);
     this.txtLSC.TabIndex = 1;
     //
     // btnUpdateLIR
     //
     this.btnUpdateLIR.Location = new global::System.Drawing.Point((System.Int32) 321, (System.Int32) 268);
     this.btnUpdateLIR.Name     = "btnUpdateLIR";
     this.btnUpdateLIR.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 29);
     this.btnUpdateLIR.TabIndex = 4;
     this.btnUpdateLIR.Text     = "Update";
     this.btnUpdateLIR.UseVisualStyleBackColor = true;
     this.btnUpdateLIR.Click += new global::System.EventHandler(this.btnUpdateLIR_Click);
     //
     // btnUpdateLSC
     //
     this.btnUpdateLSC.Location = new global::System.Drawing.Point((System.Int32) 321, (System.Int32) 152);
     this.btnUpdateLSC.Name     = "btnUpdateLSC";
     this.btnUpdateLSC.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 29);
     this.btnUpdateLSC.TabIndex = 2;
     this.btnUpdateLSC.Text     = "Update";
     this.btnUpdateLSC.UseVisualStyleBackColor = true;
     this.btnUpdateLSC.Click += new global::System.EventHandler(this.btnUpdateLSC_Click);
     //
     // datagridSupportDocs
     //
     this.datagridSupportDocs.AllowUserToAddRows       = false;
     this.datagridSupportDocs.AllowUserToDeleteRows    = false;
     this.datagridSupportDocs.AllowUserToResizeColumns = false;
     this.datagridSupportDocs.AllowUserToResizeRows    = false;
     dataGridViewCellStyle7.BackColor = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle7.ForeColor = global::System.Drawing.Color.Black;
     this.datagridSupportDocs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
     this.datagridSupportDocs.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridSupportDocs.AutoSizeRowsMode         = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridSupportDocs.BackgroundColor          = global::System.Drawing.Color.White;
     this.datagridSupportDocs.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.datagridSupportDocs.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle8.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor          = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle8.Font               = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle8.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle8.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridSupportDocs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
     this.datagridSupportDocs.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.datagridSupportDocs.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
         this.Column6,
         this.Column7
     });
     dataGridViewCellStyle9.Alignment                   = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor                   = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle9.Font                        = new global::System.Drawing.Font((System.String) "Microsoft Sans Serif", (System.Single) 9.749999F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle9.ForeColor                   = global::System.Drawing.Color.Black;
     dataGridViewCellStyle9.SelectionBackColor          = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle9.SelectionForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle9.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridSupportDocs.DefaultCellStyle          = dataGridViewCellStyle9;
     this.datagridSupportDocs.EditMode                  = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridSupportDocs.EnableHeadersVisualStyles = false;
     this.datagridSupportDocs.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridSupportDocs.Location                  = new global::System.Drawing.Point((System.Int32) 37, (System.Int32) 373);
     this.datagridSupportDocs.MultiSelect               = false;
     this.datagridSupportDocs.Name                      = "datagridSupportDocs";
     this.datagridSupportDocs.ReadOnly                  = true;
     this.datagridSupportDocs.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridSupportDocs.RowHeadersVisible         = false;
     this.datagridSupportDocs.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridSupportDocs.Size                      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 94);
     this.datagridSupportDocs.TabIndex                  = 97;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15F);
     this.label2.ForeColor = global::System.Drawing.Color.Gray;
     this.label2.Location  = new global::System.Drawing.Point((System.Int32) 32, (System.Int32) 325);
     this.label2.Name      = "label2";
     this.label2.Size      = new global::System.Drawing.Size((System.Int32) 92, (System.Int32) 28);
     this.label2.TabIndex  = 92;
     this.label2.Text      = "Summary";
     //
     // panel5
     //
     this.panel5.BackColor = global::System.Drawing.Color.Gainsboro;
     this.panel5.Location  = new global::System.Drawing.Point((System.Int32) 27, (System.Int32) 357);
     this.panel5.Name      = "panel5";
     this.panel5.Size      = new global::System.Drawing.Size((System.Int32) 400, (System.Int32) 1);
     this.panel5.TabIndex  = 93;
     //
     // Column6
     //
     this.Column6.FillWeight = 40F;
     this.Column6.HeaderText = "#";
     this.Column6.Name       = "Column6";
     this.Column6.ReadOnly   = true;
     //
     // Column7
     //
     this.Column7.HeaderText = "Description";
     this.Column7.Name       = "Column7";
     this.Column7.ReadOnly   = true;
     //
     // LoanSettings
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 8F, (System.Single) 21F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 486, (System.Int32) 499);
     this.Controls.Add(this.datagridSupportDocs);
     this.Controls.Add(this.btnUpdateLSC);
     this.Controls.Add(this.btnUpdateLIR);
     this.Controls.Add(this.txtLSC);
     this.Controls.Add(this.txtLIR);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label3);
     this.Font          = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.Margin        = new global::System.Windows.Forms.Padding((System.Int32) 4, (System.Int32) 5, (System.Int32) 4, (System.Int32) 5);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "LoanSettings";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "LoanSettings";
     this.Load         += new global::System.EventHandler(this.LoanSettings_Load);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridSupportDocs)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            this.groupBox1 = new global::System.Windows.Forms.GroupBox();
            this.Btn_Register = new Telerik.WinControls.UI.RadButton();
            this.label2 = new global::System.Windows.Forms.Label();
            this.Txt_UserName = new global::System.Windows.Forms.TextBox();
            this.label1 = new global::System.Windows.Forms.Label();
            this.Txt_Fname = new global::System.Windows.Forms.TextBox();
            this.GridAcess = new global::System.Windows.Forms.DataGridView();
            this.Column1 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.BGW = new global::System.ComponentModel.BackgroundWorker();
            this.aquaTheme1 = new Telerik.WinControls.Themes.AquaTheme();
            this.groupBox1.SuspendLayout();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Register)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.GridAcess)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left) 
            | global::System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.Btn_Register);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.Txt_UserName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.Txt_Fname);
            this.groupBox1.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            this.groupBox1.Location = new global::System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = global::System.Windows.Forms.RightToLeft.Yes;
            this.groupBox1.Size = new global::System.Drawing.Size(785, 89);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "مشخصات";
            // 
            // Btn_Register
            // 
            this.Btn_Register.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            this.Btn_Register.Location = new global::System.Drawing.Point(41, 35);
            this.Btn_Register.Name = "Btn_Register";
            this.Btn_Register.Size = new global::System.Drawing.Size(146, 35);
            this.Btn_Register.TabIndex = 8;
            this.Btn_Register.Text = "ثبت";
            this.Btn_Register.ThemeName = "Office2007Silver";
            // 
            // label2
            // 
            this.label2.Anchor = ((global::System.Windows.Forms.AnchorStyles)((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new global::System.Drawing.Point(391, 38);
            this.label2.Name = "label2";
            this.label2.Size = new global::System.Drawing.Size(86, 30);
            this.label2.TabIndex = 7;
            this.label2.Text = "نام کاربری :";
            this.label2.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Txt_UserName
            // 
            this.Txt_UserName.Anchor = ((global::System.Windows.Forms.AnchorStyles)((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right)));
            this.Txt_UserName.Font = new global::System.Drawing.Font("B Nazanin", 12F);
            this.Txt_UserName.Location = new global::System.Drawing.Point(238, 35);
            this.Txt_UserName.Multiline = true;
            this.Txt_UserName.Name = "Txt_UserName";
            this.Txt_UserName.ReadOnly = true;
            this.Txt_UserName.Size = new global::System.Drawing.Size(145, 35);
            this.Txt_UserName.TabIndex = 6;
            // 
            // label1
            // 
            this.label1.Anchor = ((global::System.Windows.Forms.AnchorStyles)((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new global::System.Drawing.Point(641, 37);
            this.label1.Name = "label1";
            this.label1.Size = new global::System.Drawing.Size(133, 30);
            this.label1.TabIndex = 5;
            this.label1.Text = "نام و نام خانوادگی :";
            this.label1.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Txt_Fname
            // 
            this.Txt_Fname.Anchor = ((global::System.Windows.Forms.AnchorStyles)((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right)));
            this.Txt_Fname.Font = new global::System.Drawing.Font("B Nazanin", 12F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Txt_Fname.Location = new global::System.Drawing.Point(487, 35);
            this.Txt_Fname.Multiline = true;
            this.Txt_Fname.Name = "Txt_Fname";
            this.Txt_Fname.ReadOnly = true;
            this.Txt_Fname.Size = new global::System.Drawing.Size(145, 35);
            this.Txt_Fname.TabIndex = 4;
            // 
            // GridAcess
            // 
            this.GridAcess.AllowUserToAddRows = false;
            this.GridAcess.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = global::System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new global::System.Drawing.Font("B Nazanin", 12F, global::System.Drawing.FontStyle.Bold);
            this.GridAcess.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.GridAcess.AutoSizeColumnsMode = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.GridAcess.BackgroundColor = global::System.Drawing.Color.White;
            dataGridViewCellStyle2.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = global::System.Drawing.Color.Salmon;
            dataGridViewCellStyle2.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle2.ForeColor = global::System.Drawing.SystemColors.ActiveCaptionText;
            dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = global::System.Windows.Forms.DataGridViewTriState.True;
            this.GridAcess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.GridAcess.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridAcess.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3});
            dataGridViewCellStyle3.Alignment = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = global::System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle3.ForeColor = global::System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = global::System.Windows.Forms.DataGridViewTriState.False;
            this.GridAcess.DefaultCellStyle = dataGridViewCellStyle3;
            this.GridAcess.Dock = global::System.Windows.Forms.DockStyle.Bottom;
            this.GridAcess.EnableHeadersVisualStyles = false;
            this.GridAcess.GridColor = global::System.Drawing.SystemColors.AppWorkspace;
            this.GridAcess.Location = new global::System.Drawing.Point(0, 122);
            this.GridAcess.Margin = new global::System.Windows.Forms.Padding(3, 2, 3, 2);
            this.GridAcess.MultiSelect = false;
            this.GridAcess.Name = "GridAcess";
            this.GridAcess.RightToLeft = global::System.Windows.Forms.RightToLeft.Yes;
            this.GridAcess.RowHeadersVisible = false;
            dataGridViewCellStyle4.BackColor = global::System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new global::System.Drawing.Font("Adobe Arabic", 15F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridAcess.RowsDefaultCellStyle = dataGridViewCellStyle4;
            this.GridAcess.RowTemplate.DefaultCellStyle.Font = new global::System.Drawing.Font("Adobe Arabic", 15F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridAcess.RowTemplate.Height = 30;
            this.GridAcess.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.GridAcess.Size = new global::System.Drawing.Size(809, 358);
            this.GridAcess.TabIndex = 62;
            this.GridAcess.TabStop = false;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "ردیف";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.HeaderText = "شرح";
            this.Column2.Name = "Column2";
            // 
            // Column3
            // 
            this.Column3.HeaderText = "حق دسترسی";
            this.Column3.Name = "Column3";
            // 
            // BGW
            // 
            this.BGW.DoWork += new global::System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new global::System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Form_Acess
            // 
            this.AutoScaleDimensions = new global::System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = global::System.Drawing.Color.Linen;
            this.ClientSize = new global::System.Drawing.Size(809, 480);
            this.Controls.Add(this.GridAcess);
            this.Controls.Add(this.groupBox1);
            this.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Bold);
            this.Name = "Form_Acess";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon = false;
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "";
            this.ThemeName = "Office2007Silver";
            this.Load += new global::System.EventHandler(this.Form_Acess_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Register)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.GridAcess)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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.panel1       = new global::System.Windows.Forms.Panel();
     this.panel2       = new global::System.Windows.Forms.Panel();
     this.label5       = new global::System.Windows.Forms.Label();
     this.label1       = new global::System.Windows.Forms.Label();
     this.cboAccType   = new global::System.Windows.Forms.ComboBox();
     this.label2       = new global::System.Windows.Forms.Label();
     this.txtFee       = new global::System.Windows.Forms.TextBox();
     this.btnSaveFee   = new global::System.Windows.Forms.Button();
     this.panel3       = new global::System.Windows.Forms.Panel();
     this.panel4       = new global::System.Windows.Forms.Panel();
     this.datagridFees = new Moshi_Bank.Controls.Datagrid();
     this.panel1.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFees)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 796, (System.Int32) 85);
     this.panel1.TabIndex = 8;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 84);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 796, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 23F);
     this.label5.ForeColor = global::System.Drawing.Color.Black;
     this.label5.Location  = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 21);
     this.label5.Name      = "label5";
     this.label5.Size      = new global::System.Drawing.Size((System.Int32) 186, (System.Int32) 42);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "Opening Fee";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = global::System.Drawing.Color.White;
     this.label1.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15.75F);
     this.label1.ForeColor = global::System.Drawing.Color.Gray;
     this.label1.Location  = new global::System.Drawing.Point((System.Int32) 44, (System.Int32) 119);
     this.label1.Name      = "label1";
     this.label1.Size      = new global::System.Drawing.Size((System.Int32) 132, (System.Int32) 30);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Account Type";
     //
     // cboAccType
     //
     this.cboAccType.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAccType.Font              = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 13F);
     this.cboAccType.FormattingEnabled = true;
     this.cboAccType.Location          = new global::System.Drawing.Point((System.Int32) 47, (System.Int32) 174);
     this.cboAccType.Name              = "cboAccType";
     this.cboAccType.Size              = new global::System.Drawing.Size((System.Int32) 308, (System.Int32) 31);
     this.cboAccType.TabIndex          = 10;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = global::System.Drawing.Color.White;
     this.label2.Font      = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15.75F);
     this.label2.ForeColor = global::System.Drawing.Color.Gray;
     this.label2.Location  = new global::System.Drawing.Point((System.Int32) 40, (System.Int32) 227);
     this.label2.Name      = "label2";
     this.label2.Size      = new global::System.Drawing.Size((System.Int32) 128, (System.Int32) 30);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "Opening Fee";
     //
     // txtFee
     //
     this.txtFee.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 15F);
     this.txtFee.Location = new global::System.Drawing.Point((System.Int32) 49, (System.Int32) 293);
     this.txtFee.Name     = "txtFee";
     this.txtFee.Size     = new global::System.Drawing.Size((System.Int32) 308, (System.Int32) 34);
     this.txtFee.TabIndex = 12;
     //
     // btnSaveFee
     //
     this.btnSaveFee.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnSaveFee.Location = new global::System.Drawing.Point((System.Int32) 253, (System.Int32) 364);
     this.btnSaveFee.Name     = "btnSaveFee";
     this.btnSaveFee.Size     = new global::System.Drawing.Size((System.Int32) 102, (System.Int32) 38);
     this.btnSaveFee.TabIndex = 13;
     this.btnSaveFee.Text     = "Save";
     this.btnSaveFee.UseVisualStyleBackColor = true;
     this.btnSaveFee.Click += new global::System.EventHandler(this.btnSaveFee_Click);
     //
     // panel3
     //
     this.panel3.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel3.Location  = new global::System.Drawing.Point((System.Int32) 28, (System.Int32) 156);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new global::System.Drawing.Size((System.Int32) 340, (System.Int32) 1);
     this.panel3.TabIndex  = 32;
     //
     // panel4
     //
     this.panel4.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel4.Location  = new global::System.Drawing.Point((System.Int32) 28, (System.Int32) 269);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new global::System.Drawing.Size((System.Int32) 340, (System.Int32) 1);
     this.panel4.TabIndex  = 32;
     //
     // datagridFees
     //
     this.datagridFees.AllowUserToAddRows              = false;
     this.datagridFees.AllowUserToDeleteRows           = false;
     this.datagridFees.AllowUserToResizeColumns        = false;
     this.datagridFees.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor                  = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle1.ForeColor                  = global::System.Drawing.Color.Black;
     this.datagridFees.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.datagridFees.AutoSizeColumnsMode             = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.datagridFees.AutoSizeRowsMode                = global::System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.datagridFees.BackgroundColor                 = global::System.Drawing.Color.White;
     this.datagridFees.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.datagridFees.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment           = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor           = global::System.Drawing.Color.Bisque;
     dataGridViewCellStyle2.Font                     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle2.ForeColor                = global::System.Drawing.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor       = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor       = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                 = global::System.Windows.Forms.DataGridViewTriState.True;
     this.datagridFees.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.datagridFees.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment                = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font                     = new global::System.Drawing.Font((System.String) "Consolas", (System.Single) 12F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle3.ForeColor                = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor       = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle3.SelectionForeColor       = global::System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode                 = global::System.Windows.Forms.DataGridViewTriState.False;
     this.datagridFees.DefaultCellStyle              = dataGridViewCellStyle3;
     this.datagridFees.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.datagridFees.EnableHeadersVisualStyles = false;
     this.datagridFees.Font                  = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.datagridFees.Location              = new global::System.Drawing.Point((System.Int32) 400, (System.Int32) 119);
     this.datagridFees.MultiSelect           = false;
     this.datagridFees.Name                  = "datagridFees";
     this.datagridFees.ReadOnly              = true;
     this.datagridFees.RowHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.datagridFees.RowHeadersVisible     = false;
     this.datagridFees.SelectionMode         = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.datagridFees.Size                  = new global::System.Drawing.Size((System.Int32) 362, (System.Int32) 283);
     this.datagridFees.TabIndex              = 42;
     //
     // AccountOpeningFee
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 7F, (System.Single) 17F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 796, (System.Int32) 436);
     this.Controls.Add(this.datagridFees);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.btnSaveFee);
     this.Controls.Add(this.txtFee);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cboAccType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Font            = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin          = new global::System.Windows.Forms.Padding((System.Int32) 3, (System.Int32) 4, (System.Int32) 3, (System.Int32) 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AccountOpeningFee";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Account Fee";
     this.Load           += new global::System.EventHandler(this.AccountOpeningFee_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.datagridFees)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 23
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);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     global::System.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();
     this.panel1                  = new global::System.Windows.Forms.Panel();
     this.panel2                  = new global::System.Windows.Forms.Panel();
     this.label10                 = new global::System.Windows.Forms.Label();
     this.lblSystem               = new global::System.Windows.Forms.Label();
     this.label1                  = new global::System.Windows.Forms.Label();
     this.cboTransactionType      = new global::System.Windows.Forms.ComboBox();
     this.label9                  = new global::System.Windows.Forms.Label();
     this.label2                  = new global::System.Windows.Forms.Label();
     this.label3                  = new global::System.Windows.Forms.Label();
     this.label4                  = new global::System.Windows.Forms.Label();
     this.txtMinVal               = new global::System.Windows.Forms.TextBox();
     this.txtMaxVal               = new global::System.Windows.Forms.TextBox();
     this.txtCharge               = new global::System.Windows.Forms.TextBox();
     this.btnNewCharge            = new global::System.Windows.Forms.Button();
     this.btnUpdateExisting       = new global::System.Windows.Forms.Button();
     this.tabControl1             = new global::System.Windows.Forms.TabControl();
     this.tabPage1                = new global::System.Windows.Forms.TabPage();
     this.tabPage2                = new global::System.Windows.Forms.TabPage();
     this.label6                  = new global::System.Windows.Forms.Label();
     this.label5                  = new global::System.Windows.Forms.Label();
     this.cboPercentageRange      = new global::System.Windows.Forms.ComboBox();
     this.btnSavePercentage       = new global::System.Windows.Forms.Button();
     this.numPercentage           = new global::System.Windows.Forms.NumericUpDown();
     this.cboChargingSystem       = new global::System.Windows.Forms.ComboBox();
     this.label7                  = new global::System.Windows.Forms.Label();
     this.btnUpdateChargingSystem = new global::System.Windows.Forms.Button();
     this.dgvTransactionCharges   = new Moshi_Bank.Controls.Datagrid();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.numPercentage)).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactionCharges)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.lblSystem);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size((System.Int32) 919, (System.Int32) 67);
     this.panel1.TabIndex = 36;
     //
     // panel2
     //
     this.panel2.BackColor = global::System.Drawing.Color.DarkGray;
     this.panel2.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location  = new global::System.Drawing.Point((System.Int32) 0, (System.Int32) 66);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new global::System.Drawing.Size((System.Int32) 919, (System.Int32) 1);
     this.panel2.TabIndex  = 1;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label10.Location = new global::System.Drawing.Point((System.Int32) 332, (System.Int32) 9);
     this.label10.Name     = "label10";
     this.label10.Size     = new global::System.Drawing.Size((System.Int32) 33, (System.Int32) 47);
     this.label10.TabIndex = 0;
     this.label10.Text     = "/";
     //
     // lblSystem
     //
     this.lblSystem.AutoSize = true;
     this.lblSystem.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 18F);
     this.lblSystem.Location = new global::System.Drawing.Point((System.Int32) 371, (System.Int32) 21);
     this.lblSystem.Name     = "lblSystem";
     this.lblSystem.Size     = new global::System.Drawing.Size((System.Int32) 216, (System.Int32) 32);
     this.lblSystem.TabIndex = 0;
     this.lblSystem.Text     = "Transaction Charges";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 26.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label1.Location = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size((System.Int32) 323, (System.Int32) 47);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Transaction Charges";
     //
     // cboTransactionType
     //
     this.cboTransactionType.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTransactionType.FormattingEnabled = true;
     this.cboTransactionType.Location          = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 40);
     this.cboTransactionType.Name     = "cboTransactionType";
     this.cboTransactionType.Size     = new global::System.Drawing.Size((System.Int32) 317, (System.Int32) 25);
     this.cboTransactionType.TabIndex = 38;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label9.Location = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 17);
     this.label9.Name     = "label9";
     this.label9.Size     = new global::System.Drawing.Size((System.Int32) 112, (System.Int32) 20);
     this.label9.TabIndex = 37;
     this.label9.Text     = "Transaction Type";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label2.Location = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size((System.Int32) 67, (System.Int32) 20);
     this.label2.TabIndex = 37;
     this.label2.Text     = "Minimum";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label3.Location = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 212);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size((System.Int32) 54, (System.Int32) 20);
     this.label3.TabIndex = 37;
     this.label3.Text     = "Charge";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label4.Location = new global::System.Drawing.Point((System.Int32) 21, (System.Int32) 145);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size((System.Int32) 69, (System.Int32) 20);
     this.label4.TabIndex = 37;
     this.label4.Text     = "Maximum";
     //
     // txtMinVal
     //
     this.txtMinVal.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 13F);
     this.txtMinVal.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 105);
     this.txtMinVal.Name     = "txtMinVal";
     this.txtMinVal.Size     = new global::System.Drawing.Size((System.Int32) 317, (System.Int32) 31);
     this.txtMinVal.TabIndex = 39;
     //
     // txtMaxVal
     //
     this.txtMaxVal.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 13F);
     this.txtMaxVal.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 168);
     this.txtMaxVal.Name     = "txtMaxVal";
     this.txtMaxVal.Size     = new global::System.Drawing.Size((System.Int32) 317, (System.Int32) 31);
     this.txtMaxVal.TabIndex = 40;
     //
     // txtCharge
     //
     this.txtCharge.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 13F);
     this.txtCharge.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 235);
     this.txtCharge.Name     = "txtCharge";
     this.txtCharge.Size     = new global::System.Drawing.Size((System.Int32) 317, (System.Int32) 31);
     this.txtCharge.TabIndex = 41;
     //
     // btnNewCharge
     //
     this.btnNewCharge.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnNewCharge.Location = new global::System.Drawing.Point((System.Int32) 25, (System.Int32) 286);
     this.btnNewCharge.Name     = "btnNewCharge";
     this.btnNewCharge.Size     = new global::System.Drawing.Size((System.Int32) 156, (System.Int32) 34);
     this.btnNewCharge.TabIndex = 42;
     this.btnNewCharge.Text     = "Create New";
     this.btnNewCharge.UseVisualStyleBackColor = true;
     this.btnNewCharge.Click += new global::System.EventHandler(this.btnNewCharge_Click);
     //
     // btnUpdateExisting
     //
     this.btnUpdateExisting.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnUpdateExisting.Location = new global::System.Drawing.Point((System.Int32) 211, (System.Int32) 286);
     this.btnUpdateExisting.Name     = "btnUpdateExisting";
     this.btnUpdateExisting.Size     = new global::System.Drawing.Size((System.Int32) 131, (System.Int32) 34);
     this.btnUpdateExisting.TabIndex = 43;
     this.btnUpdateExisting.Text     = "Update Existing";
     this.btnUpdateExisting.UseVisualStyleBackColor = true;
     this.btnUpdateExisting.Click += new global::System.EventHandler(this.btnUpdateExisting_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new global::System.Drawing.Point((System.Int32) 526, (System.Int32) 73);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new global::System.Drawing.Size((System.Int32) 381, (System.Int32) 367);
     this.tabControl1.TabIndex      = 44;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.btnUpdateExisting);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.btnNewCharge);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.txtCharge);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.txtMaxVal);
     this.tabPage1.Controls.Add(this.cboTransactionType);
     this.tabPage1.Controls.Add(this.txtMinVal);
     this.tabPage1.Location = new global::System.Drawing.Point((System.Int32) 4, (System.Int32) 26);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new global::System.Windows.Forms.Padding((System.Int32) 3);
     this.tabPage1.Size     = new global::System.Drawing.Size((System.Int32) 373, (System.Int32) 337);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Value";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.cboPercentageRange);
     this.tabPage2.Controls.Add(this.btnSavePercentage);
     this.tabPage2.Controls.Add(this.numPercentage);
     this.tabPage2.Location = new global::System.Drawing.Point((System.Int32) 4, (System.Int32) 26);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new global::System.Windows.Forms.Padding((System.Int32) 3);
     this.tabPage2.Size     = new global::System.Drawing.Size((System.Int32) 373, (System.Int32) 337);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Percentage";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label6.Location = new global::System.Drawing.Point((System.Int32) 39, (System.Int32) 127);
     this.label6.Name     = "label6";
     this.label6.Size     = new global::System.Drawing.Size((System.Int32) 79, (System.Int32) 20);
     this.label6.TabIndex = 38;
     this.label6.Text     = "Percentage";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label5.Location = new global::System.Drawing.Point((System.Int32) 39, (System.Int32) 66);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size((System.Int32) 89, (System.Int32) 20);
     this.label5.TabIndex = 38;
     this.label5.Text     = "Select Range";
     //
     // cboPercentageRange
     //
     this.cboPercentageRange.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPercentageRange.FormattingEnabled = true;
     this.cboPercentageRange.Location          = new global::System.Drawing.Point((System.Int32) 43, (System.Int32) 89);
     this.cboPercentageRange.Name                  = "cboPercentageRange";
     this.cboPercentageRange.Size                  = new global::System.Drawing.Size((System.Int32) 299, (System.Int32) 25);
     this.cboPercentageRange.TabIndex              = 2;
     this.cboPercentageRange.SelectedIndexChanged += new global::System.EventHandler(this.cboPercentageRange_SelectedIndexChanged);
     //
     // btnSavePercentage
     //
     this.btnSavePercentage.Location = new global::System.Drawing.Point((System.Int32) 267, (System.Int32) 191);
     this.btnSavePercentage.Name     = "btnSavePercentage";
     this.btnSavePercentage.Size     = new global::System.Drawing.Size((System.Int32) 75, (System.Int32) 32);
     this.btnSavePercentage.TabIndex = 1;
     this.btnSavePercentage.Text     = "Save";
     this.btnSavePercentage.UseVisualStyleBackColor = true;
     this.btnSavePercentage.Click += new global::System.EventHandler(this.btnSavePercentage_Click);
     //
     // numPercentage
     //
     this.numPercentage.DecimalPlaces = 4;
     this.numPercentage.Location      = new global::System.Drawing.Point((System.Int32) 43, (System.Int32) 150);
     this.numPercentage.Name          = "numPercentage";
     this.numPercentage.Size          = new global::System.Drawing.Size((System.Int32) 299, (System.Int32) 25);
     this.numPercentage.TabIndex      = 0;
     //
     // cboChargingSystem
     //
     this.cboChargingSystem.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboChargingSystem.FormattingEnabled = true;
     this.cboChargingSystem.Items.AddRange(new object[] {
         "Value",
         "Percentage"
     });
     this.cboChargingSystem.Location = new global::System.Drawing.Point((System.Int32) 526, (System.Int32) 477);
     this.cboChargingSystem.Name     = "cboChargingSystem";
     this.cboChargingSystem.Size     = new global::System.Drawing.Size((System.Int32) 230, (System.Int32) 25);
     this.cboChargingSystem.TabIndex = 38;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 11.25F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.label7.Location = new global::System.Drawing.Point((System.Int32) 526, (System.Int32) 454);
     this.label7.Name     = "label7";
     this.label7.Size     = new global::System.Drawing.Size((System.Int32) 164, (System.Int32) 20);
     this.label7.TabIndex = 37;
     this.label7.Text     = "Current Charging System";
     //
     // btnUpdateChargingSystem
     //
     this.btnUpdateChargingSystem.Font     = new global::System.Drawing.Font((System.String) "Segoe UI Light", (System.Single) 12F);
     this.btnUpdateChargingSystem.Location = new global::System.Drawing.Point((System.Int32) 772, (System.Int32) 470);
     this.btnUpdateChargingSystem.Name     = "btnUpdateChargingSystem";
     this.btnUpdateChargingSystem.Size     = new global::System.Drawing.Size((System.Int32) 131, (System.Int32) 34);
     this.btnUpdateChargingSystem.TabIndex = 43;
     this.btnUpdateChargingSystem.Text     = "Update";
     this.btnUpdateChargingSystem.UseVisualStyleBackColor = true;
     this.btnUpdateChargingSystem.Click += new global::System.EventHandler(this.btnUpdateChargingSystem_Click);
     //
     // dgvTransactionCharges
     //
     this.dgvTransactionCharges.AllowUserToAddRows    = false;
     this.dgvTransactionCharges.AllowUserToDeleteRows = false;
     dataGridViewCellStyle4.BackColor = global::System.Drawing.Color.Linen;
     dataGridViewCellStyle4.ForeColor = global::System.Drawing.Color.Black;
     this.dgvTransactionCharges.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvTransactionCharges.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom)
                                                                                       | global::System.Windows.Forms.AnchorStyles.Left)));
     this.dgvTransactionCharges.AutoSizeColumnsMode      = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvTransactionCharges.BackgroundColor          = global::System.Drawing.Color.WhiteSmoke;
     this.dgvTransactionCharges.BorderStyle              = global::System.Windows.Forms.BorderStyle.None;
     this.dgvTransactionCharges.ColumnHeadersBorderStyle = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = global::System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle5.Font               = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle5.ForeColor          = global::System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgvTransactionCharges.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvTransactionCharges.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle6.Alignment                     = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor                     = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font                          = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     dataGridViewCellStyle6.ForeColor                     = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.SelectionBackColor            = global::System.Drawing.Color.Silver;
     dataGridViewCellStyle6.SelectionForeColor            = global::System.Drawing.Color.Black;
     dataGridViewCellStyle6.WrapMode                      = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgvTransactionCharges.DefaultCellStyle          = dataGridViewCellStyle6;
     this.dgvTransactionCharges.EnableHeadersVisualStyles = false;
     this.dgvTransactionCharges.Font                      = new global::System.Drawing.Font((System.String) "Segoe UI", (System.Single) 10F);
     this.dgvTransactionCharges.Location                  = new global::System.Drawing.Point((System.Int32) 12, (System.Int32) 73);
     this.dgvTransactionCharges.MultiSelect               = false;
     this.dgvTransactionCharges.Name                      = "dgvTransactionCharges";
     this.dgvTransactionCharges.RowHeadersBorderStyle     = global::System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgvTransactionCharges.RowHeadersVisible         = false;
     this.dgvTransactionCharges.SelectionMode             = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvTransactionCharges.Size                      = new global::System.Drawing.Size((System.Int32) 508, (System.Int32) 463);
     this.dgvTransactionCharges.TabIndex                  = 35;
     this.dgvTransactionCharges.RowEnter                 += new global::System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTransactionCharges_RowEnter);
     //
     // TransactionCharges
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF((System.Single) 7F, (System.Single) 17F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     this.ClientSize          = new global::System.Drawing.Size((System.Int32) 919, (System.Int32) 548);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btnUpdateChargingSystem);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.dgvTransactionCharges);
     this.Controls.Add(this.cboChargingSystem);
     this.Font            = new global::System.Drawing.Font((System.String) "Segoe UI Semilight", (System.Single) 9.75F, (global::System.Drawing.FontStyle)global::System.Drawing.FontStyle.Regular, (global::System.Drawing.GraphicsUnit)global::System.Drawing.GraphicsUnit.Point, (System.Byte)((byte)(0)));
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Margin          = new global::System.Windows.Forms.Padding((System.Int32) 3, (System.Int32) 4, (System.Int32) 3, (System.Int32) 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TransactionCharges";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Transaction Charges";
     this.Load           += new global::System.EventHandler(this.TransactionCharges_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize)(this.numPercentage)).EndInit();
     ((global::System.ComponentModel.ISupportInitialize)(this.dgvTransactionCharges)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new GSystem.ComponentModel.Container();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.ComponentModel.ComponentResourceManager resources = new GSystem.ComponentModel.ComponentResourceManager(typeof(frmDisplayManager));
     this.lstEventLogs        = new GSystem.Windows.Forms.ListBox();
     this.dgvMachines         = new GSystem.Windows.Forms.DataGridView();
     this.btnStart            = new GSystem.Windows.Forms.Button();
     this.btnStop             = new GSystem.Windows.Forms.Button();
     this.btnAddMachine       = new GSystem.Windows.Forms.Button();
     this.tmrCheck            = new GSystem.Windows.Forms.Timer(this.components);
     this.tlpDisplayManager   = new GSystem.Windows.Forms.TableLayoutPanel();
     this.pnlBottom           = new GSystem.Windows.Forms.Panel();
     this.lblResolution       = new GSystem.Windows.Forms.Label();
     this.txtHeight           = new GSystem.Windows.Forms.TextBox();
     this.txtWidth            = new GSystem.Windows.Forms.TextBox();
     this.chkStartMinimized   = new GSystem.Windows.Forms.CheckBox();
     this.chkHideScreen       = new GSystem.Windows.Forms.CheckBox();
     this.pnlTop              = new GSystem.Windows.Forms.Panel();
     this.lblScheduledScripts = new GSystem.Windows.Forms.Label();
     this.lblHeader           = new GSystem.Windows.Forms.Label();
     ((GSystem.ComponentModel.ISupportInitialize)(this.dgvMachines)).BeginInit();
     this.tlpDisplayManager.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // lstEventLogs
     //
     this.tlpDisplayManager.SetColumnSpan(this.lstEventLogs, 2);
     this.lstEventLogs.Dock = GSystem.Windows.Forms.DockStyle.Fill;
     this.lstEventLogs.Font = new GSystem.Drawing.Font("Consolas", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstEventLogs.FormattingEnabled = true;
     this.lstEventLogs.ItemHeight        = 15;
     this.lstEventLogs.Location          = new GSystem.Drawing.Point(3, 411);
     this.lstEventLogs.Name     = "lstEventLogs";
     this.lstEventLogs.Size     = new GSystem.Drawing.Size(1011, 240);
     this.lstEventLogs.TabIndex = 0;
     //
     // dgvMachines
     //
     this.dgvMachines.AutoSizeColumnsMode           = GSystem.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle1.Alignment               = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor               = GSystem.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                    = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor               = GSystem.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor      = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor      = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                = GSystem.Windows.Forms.DataGridViewTriState.True;
     this.dgvMachines.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMachines.ColumnHeadersHeightSizeMode   = GSystem.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tlpDisplayManager.SetColumnSpan(this.dgvMachines, 2);
     dataGridViewCellStyle2.Alignment          = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = GSystem.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = GSystem.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = GSystem.Windows.Forms.DataGridViewTriState.False;
     this.dgvMachines.DefaultCellStyle         = dataGridViewCellStyle2;
     this.dgvMachines.Dock                       = GSystem.Windows.Forms.DockStyle.Fill;
     this.dgvMachines.Location                   = new GSystem.Drawing.Point(3, 75);
     this.dgvMachines.Name                       = "dgvMachines";
     dataGridViewCellStyle3.Alignment            = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor            = GSystem.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                 = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor            = GSystem.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor   = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor   = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode             = GSystem.Windows.Forms.DataGridViewTriState.True;
     this.dgvMachines.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgvMachines.Size                       = new GSystem.Drawing.Size(1011, 290);
     this.dgvMachines.TabIndex                   = 1;
     //
     // btnStart
     //
     this.btnStart.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.Location = new GSystem.Drawing.Point(10, 3);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new GSystem.Drawing.Size(75, 27);
     this.btnStart.TabIndex = 2;
     this.btnStart.Text     = "Start";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new GSystem.EventHandler(this.btnStart_Click);
     //
     // btnStop
     //
     this.btnStop.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStop.Location = new GSystem.Drawing.Point(90, 3);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new GSystem.Drawing.Size(75, 27);
     this.btnStop.TabIndex = 3;
     this.btnStop.Text     = "Stop";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new GSystem.EventHandler(this.btnStop_Click);
     //
     // btnAddMachine
     //
     this.btnAddMachine.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddMachine.Location = new GSystem.Drawing.Point(240, 12);
     this.btnAddMachine.Name     = "btnAddMachine";
     this.btnAddMachine.Size     = new GSystem.Drawing.Size(126, 27);
     this.btnAddMachine.TabIndex = 4;
     this.btnAddMachine.Text     = "Add Machine";
     this.btnAddMachine.UseVisualStyleBackColor = true;
     this.btnAddMachine.Click += new GSystem.EventHandler(this.btnAddMachine_Click);
     //
     // tmrCheck
     //
     this.tmrCheck.Interval = 5000;
     this.tmrCheck.Tick    += new GSystem.EventHandler(this.tmrCheck_Tick);
     //
     // tlpDisplayManager
     //
     this.tlpDisplayManager.BackColor   = GSystem.Drawing.Color.DimGray;
     this.tlpDisplayManager.ColumnCount = 2;
     this.tlpDisplayManager.ColumnStyles.Add(new GSystem.Windows.Forms.ColumnStyle(GSystem.Windows.Forms.SizeType.Percent, 50F));
     this.tlpDisplayManager.ColumnStyles.Add(new GSystem.Windows.Forms.ColumnStyle(GSystem.Windows.Forms.SizeType.Percent, 50F));
     this.tlpDisplayManager.Controls.Add(this.pnlBottom, 0, 2);
     this.tlpDisplayManager.Controls.Add(this.dgvMachines, 0, 1);
     this.tlpDisplayManager.Controls.Add(this.lstEventLogs, 0, 3);
     this.tlpDisplayManager.Controls.Add(this.pnlTop, 0, 0);
     this.tlpDisplayManager.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.tlpDisplayManager.Location = new GSystem.Drawing.Point(0, 0);
     this.tlpDisplayManager.Name     = "tlpDisplayManager";
     this.tlpDisplayManager.RowCount = 4;
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Percent, 19.52862F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Percent, 80.47138F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Absolute, 40F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Absolute, 245F));
     this.tlpDisplayManager.Size     = new GSystem.Drawing.Size(1017, 654);
     this.tlpDisplayManager.TabIndex = 5;
     //
     // pnlBottom
     //
     this.tlpDisplayManager.SetColumnSpan(this.pnlBottom, 2);
     this.pnlBottom.Controls.Add(this.lblResolution);
     this.pnlBottom.Controls.Add(this.txtHeight);
     this.pnlBottom.Controls.Add(this.txtWidth);
     this.pnlBottom.Controls.Add(this.chkStartMinimized);
     this.pnlBottom.Controls.Add(this.chkHideScreen);
     this.pnlBottom.Controls.Add(this.btnStart);
     this.pnlBottom.Controls.Add(this.btnStop);
     this.pnlBottom.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.pnlBottom.Location = new GSystem.Drawing.Point(3, 371);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new GSystem.Drawing.Size(1011, 34);
     this.pnlBottom.TabIndex = 6;
     //
     // lblResolution
     //
     this.lblResolution.AutoSize  = true;
     this.lblResolution.Font      = new GSystem.Drawing.Font("Segoe UI", 9F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblResolution.ForeColor = GSystem.Drawing.Color.White;
     this.lblResolution.Location  = new GSystem.Drawing.Point(427, 9);
     this.lblResolution.Name      = "lblResolution";
     this.lblResolution.Size      = new GSystem.Drawing.Size(123, 15);
     this.lblResolution.TabIndex  = 9;
     this.lblResolution.Text      = "Desktop Window Size:";
     //
     // txtHeight
     //
     this.txtHeight.Font     = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHeight.Location = new GSystem.Drawing.Point(590, 6);
     this.txtHeight.Name     = "txtHeight";
     this.txtHeight.Size     = new GSystem.Drawing.Size(32, 22);
     this.txtHeight.TabIndex = 8;
     this.txtHeight.Text     = "1080";
     //
     // txtWidth
     //
     this.txtWidth.Font     = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWidth.Location = new GSystem.Drawing.Point(552, 6);
     this.txtWidth.Name     = "txtWidth";
     this.txtWidth.Size     = new GSystem.Drawing.Size(32, 22);
     this.txtWidth.TabIndex = 7;
     this.txtWidth.Text     = "1920";
     //
     // chkStartMinimized
     //
     this.chkStartMinimized.AutoSize  = true;
     this.chkStartMinimized.Font      = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkStartMinimized.ForeColor = GSystem.Drawing.Color.White;
     this.chkStartMinimized.Location  = new GSystem.Drawing.Point(274, 6);
     this.chkStartMinimized.Name      = "chkStartMinimized";
     this.chkStartMinimized.Size      = new GSystem.Drawing.Size(118, 21);
     this.chkStartMinimized.TabIndex  = 6;
     this.chkStartMinimized.Text      = "Start Minimized";
     this.chkStartMinimized.UseVisualStyleBackColor = true;
     //
     // chkHideScreen
     //
     this.chkHideScreen.AutoSize  = true;
     this.chkHideScreen.Font      = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkHideScreen.ForeColor = GSystem.Drawing.Color.White;
     this.chkHideScreen.Location  = new GSystem.Drawing.Point(171, 6);
     this.chkHideScreen.Name      = "chkHideScreen";
     this.chkHideScreen.Size      = new GSystem.Drawing.Size(97, 21);
     this.chkHideScreen.TabIndex  = 5;
     this.chkHideScreen.Text      = "Hide Screen";
     this.chkHideScreen.UseVisualStyleBackColor = true;
     //
     // pnlTop
     //
     this.pnlTop.BackColor = GSystem.Drawing.Color.Transparent;
     this.tlpDisplayManager.SetColumnSpan(this.pnlTop, 2);
     this.pnlTop.Controls.Add(this.lblScheduledScripts);
     this.pnlTop.Controls.Add(this.lblHeader);
     this.pnlTop.Controls.Add(this.btnAddMachine);
     this.pnlTop.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.pnlTop.Location = new GSystem.Drawing.Point(0, 0);
     this.pnlTop.Margin   = new GSystem.Windows.Forms.Padding(0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new GSystem.Drawing.Size(1017, 72);
     this.pnlTop.TabIndex = 7;
     //
     // lblScheduledScripts
     //
     this.lblScheduledScripts.AutoSize  = true;
     this.lblScheduledScripts.BackColor = GSystem.Drawing.Color.Transparent;
     this.lblScheduledScripts.Font      = new GSystem.Drawing.Font("Segoe UI", 12F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScheduledScripts.ForeColor = GSystem.Drawing.Color.White;
     this.lblScheduledScripts.Location  = new GSystem.Drawing.Point(6, 44);
     this.lblScheduledScripts.Name      = "lblScheduledScripts";
     this.lblScheduledScripts.Size      = new GSystem.Drawing.Size(598, 21);
     this.lblScheduledScripts.TabIndex  = 7;
     this.lblScheduledScripts.Text      = "Automatically invoke remote desktop connections which keep virtual desktops activ" +
                                          "e.";
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.Font      = new GSystem.Drawing.Font("Segoe UI", 21.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = GSystem.Drawing.Color.White;
     this.lblHeader.Location  = new GSystem.Drawing.Point(3, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new GSystem.Drawing.Size(231, 40);
     this.lblHeader.TabIndex  = 0;
     this.lblHeader.Text      = "Display Manager";
     //
     // frmDisplayManager
     //
     this.AutoScaleDimensions = new GSystem.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = GSystem.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new GSystem.Drawing.Size(1017, 654);
     this.Controls.Add(this.tlpDisplayManager);
     this.Icon          = OpenBots.Core.Properties.Resources.OpenBots_ico;
     this.Name          = "frmDisplayManager";
     this.Text          = "Display Manager for VMs";
     this.StartPosition = GSystem.Windows.Forms.FormStartPosition.CenterParent;
     this.Load         += new GSystem.EventHandler(this.frmDisplayManager_Load);
     ((GSystem.ComponentModel.ISupportInitialize)(this.dgvMachines)).EndInit();
     this.tlpDisplayManager.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 26
0
 // Token: 0x0600001F RID: 31 RVA: 0x000034F8 File Offset: 0x000016F8
 private void InitializeComponent()
 {
     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.txtDescription = new global::System.Windows.Forms.TextBox();
     this.dataGridView1  = new global::System.Windows.Forms.DataGridView();
     this.Location       = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value          = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSave        = new global::System.Windows.Forms.Button();
     this.btnCancel      = new global::System.Windows.Forms.Button();
     this.txtCode        = new global::System.Windows.Forms.TextBox();
     this.lblCodes       = new global::System.Windows.Forms.Label();
     this.txtComment     = new global::System.Windows.Forms.TextBox();
     this.lblComment     = new global::System.Windows.Forms.Label();
     this.panel1         = new global::System.Windows.Forms.Panel();
     this.lblDescription = new global::System.Windows.Forms.Label();
     ((global::System.ComponentModel.ISupportInitialize) this.dataGridView1).BeginInit();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.txtDescription.Location                     = new global::System.Drawing.Point(12, 28);
     this.txtDescription.Name                         = "txtDescription";
     this.txtDescription.Size                         = new global::System.Drawing.Size(181, 20);
     this.txtDescription.TabIndex                     = 0;
     dataGridViewCellStyle.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor                  = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                       = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor                  = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor         = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor         = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                   = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Location,
         this.Value
     });
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.SystemColors.Window;
     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.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new global::System.Drawing.Point(265, 52);
     this.dataGridView1.Name                       = "dataGridView1";
     dataGridViewCellStyle3.Alignment              = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor              = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                   = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle3.ForeColor              = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor     = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor     = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode               = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridView1.Size                       = new global::System.Drawing.Size(12, 10);
     this.dataGridView1.TabIndex                   = 2;
     this.dataGridView1.Visible                    = false;
     this.Location.HeaderText                      = "Location";
     this.Location.Name    = "Location";
     this.Value.HeaderText = "Value";
     this.Value.Name       = "Value";
     this.btnSave.Location = new global::System.Drawing.Point(25, 282);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new global::System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text     = "Save";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click     += new global::System.EventHandler(this.btnSave_Click);
     this.btnCancel.Location = new global::System.Drawing.Point(104, 282);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new global::System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click        += new global::System.EventHandler(this.btnCancel_Click);
     this.txtCode.CharacterCasing = global::System.Windows.Forms.CharacterCasing.Upper;
     this.txtCode.Font            = new global::System.Drawing.Font("Courier New", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.txtCode.Location        = new global::System.Drawing.Point(12, 112);
     this.txtCode.Multiline       = true;
     this.txtCode.Name            = "txtCode";
     this.txtCode.ScrollBars      = global::System.Windows.Forms.ScrollBars.Vertical;
     this.txtCode.Size            = new global::System.Drawing.Size(181, 165);
     this.txtCode.TabIndex        = 2;
     this.txtCode.TextChanged    += new global::System.EventHandler(this.txtCheatCode_TextChanged);
     this.txtCode.KeyDown        += new global::System.Windows.Forms.KeyEventHandler(this.txtCheatCode_KeyDown);
     this.txtCode.KeyPress       += new global::System.Windows.Forms.KeyPressEventHandler(this.txtCode_KeyPress);
     this.lblCodes.BackColor      = global::System.Drawing.Color.Transparent;
     this.lblCodes.ForeColor      = global::System.Drawing.Color.White;
     this.lblCodes.Location       = new global::System.Drawing.Point(12, 97);
     this.lblCodes.Name           = "lblCodes";
     this.lblCodes.Size           = new global::System.Drawing.Size(111, 13);
     this.lblCodes.TabIndex       = 6;
     this.lblCodes.Text           = "Cheat Codes:";
     this.txtComment.Location     = new global::System.Drawing.Point(12, 70);
     this.txtComment.Name         = "txtComment";
     this.txtComment.Size         = new global::System.Drawing.Size(181, 20);
     this.txtComment.TabIndex     = 1;
     this.lblComment.BackColor    = global::System.Drawing.Color.Transparent;
     this.lblComment.ForeColor    = global::System.Drawing.Color.White;
     this.lblComment.Location     = new global::System.Drawing.Point(12, 55);
     this.lblComment.Name         = "lblComment";
     this.lblComment.Size         = new global::System.Drawing.Size(93, 13);
     this.lblComment.TabIndex     = 7;
     this.lblComment.Text         = "Comment:";
     this.panel1.AutoScroll       = true;
     this.panel1.BackColor        = global::System.Drawing.Color.FromArgb(127, 204, 204, 204);
     this.panel1.Controls.Add(this.lblDescription);
     this.panel1.Controls.Add(this.txtComment);
     this.panel1.Controls.Add(this.btnSave);
     this.panel1.Controls.Add(this.lblComment);
     this.panel1.Controls.Add(this.lblCodes);
     this.panel1.Controls.Add(this.txtCode);
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.txtDescription);
     this.panel1.Location          = new global::System.Drawing.Point(10, 11);
     this.panel1.Name              = "panel1";
     this.panel1.Size              = new global::System.Drawing.Size(205, 315);
     this.panel1.TabIndex          = 8;
     this.lblDescription.BackColor = global::System.Drawing.Color.Transparent;
     this.lblDescription.ForeColor = global::System.Drawing.Color.White;
     this.lblDescription.Location  = new global::System.Drawing.Point(12, 13);
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.Size      = new global::System.Drawing.Size(93, 13);
     this.lblDescription.TabIndex  = 8;
     this.lblDescription.Text      = "Description:";
     base.AutoScaleDimensions      = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode            = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor  = global::System.Drawing.Color.Black;
     base.ClientSize = new global::System.Drawing.Size(225, 337);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.dataGridView1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "AddCode";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     this.Text            = "Add Cheat";
     ((global::System.ComponentModel.ISupportInitialize) this.dataGridView1).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
Exemplo n.º 27
0
 // Token: 0x060001B3 RID: 435 RVA: 0x00006D98 File Offset: 0x00004F98
 private void InitializeComponent()
 {
     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.allRegisterDGV              = new global::System.Windows.Forms.DataGridView();
     this.groupBox1                   = new global::System.Windows.Forms.GroupBox();
     this.label9                      = new global::System.Windows.Forms.Label();
     this.priceTypeCB                 = new global::System.Windows.Forms.ComboBox();
     this.label6                      = new global::System.Windows.Forms.Label();
     this.userTypeCB                  = new global::System.Windows.Forms.ComboBox();
     this.label11                     = new global::System.Windows.Forms.Label();
     this.usrePersonsTB               = new global::System.Windows.Forms.TextBox();
     this.label10                     = new global::System.Windows.Forms.Label();
     this.userAreaNumTB               = new global::System.Windows.Forms.TextBox();
     this.label4                      = new global::System.Windows.Forms.Label();
     this.label8                      = new global::System.Windows.Forms.Label();
     this.label7                      = new global::System.Windows.Forms.Label();
     this.label14                     = new global::System.Windows.Forms.Label();
     this.label3                      = new global::System.Windows.Forms.Label();
     this.clearAllBtn                 = new global::System.Windows.Forms.Button();
     this.label2                      = new global::System.Windows.Forms.Label();
     this.label5                      = new global::System.Windows.Forms.Label();
     this.label1                      = new global::System.Windows.Forms.Label();
     this.addressTB                   = new global::System.Windows.Forms.TextBox();
     this.identityCardNumTB           = new global::System.Windows.Forms.TextBox();
     this.phoneNumTB                  = new global::System.Windows.Forms.TextBox();
     this.nameTB                      = new global::System.Windows.Forms.TextBox();
     this.createUserInNumberAddBtn    = new global::System.Windows.Forms.Button();
     this.createUserInNumberModifyBtn = new global::System.Windows.Forms.Button();
     this.createUserInNumberCloseBtn  = new global::System.Windows.Forms.Button();
     this.groupBox2                   = new global::System.Windows.Forms.GroupBox();
     ((global::System.ComponentModel.ISupportInitialize) this.allRegisterDGV).BeginInit();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.allRegisterDGV.AllowUserToAddRows  = false;
     this.allRegisterDGV.AutoSizeColumnsMode = global::System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.allRegisterDGV.BackgroundColor     = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Alignment         = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor         = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                        = new global::System.Drawing.Font("SimSun", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     dataGridViewCellStyle.ForeColor                   = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor          = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor          = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                    = global::System.Windows.Forms.DataGridViewTriState.True;
     this.allRegisterDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.allRegisterDGV.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                  = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                       = new global::System.Drawing.Font("SimSun", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
     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.allRegisterDGV.DefaultCellStyle              = dataGridViewCellStyle2;
     this.allRegisterDGV.Location                      = new global::System.Drawing.Point(19, 199);
     this.allRegisterDGV.Name               = "allRegisterDGV";
     this.allRegisterDGV.ReadOnly           = true;
     this.allRegisterDGV.RowTemplate.Height = 23;
     this.allRegisterDGV.SelectionMode      = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.allRegisterDGV.Size               = new global::System.Drawing.Size(670, 189);
     this.allRegisterDGV.TabIndex           = 4;
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.priceTypeCB);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.userTypeCB);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.usrePersonsTB);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.userAreaNumTB);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.clearAllBtn);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.addressTB);
     this.groupBox1.Controls.Add(this.identityCardNumTB);
     this.groupBox1.Controls.Add(this.phoneNumTB);
     this.groupBox1.Controls.Add(this.nameTB);
     this.groupBox1.Location                  = new global::System.Drawing.Point(12, 12);
     this.groupBox1.Name                      = "groupBox1";
     this.groupBox1.Size                      = new global::System.Drawing.Size(686, 174);
     this.groupBox1.TabIndex                  = 3;
     this.groupBox1.TabStop                   = false;
     this.groupBox1.Text                      = "用户资料";
     this.label9.AutoSize                     = true;
     this.label9.ForeColor                    = global::System.Drawing.Color.Red;
     this.label9.Location                     = new global::System.Drawing.Point(153, 141);
     this.label9.Name                         = "label9";
     this.label9.Size                         = new global::System.Drawing.Size(35, 12);
     this.label9.TabIndex                     = 9;
     this.label9.Text                         = "(*)";
     this.priceTypeCB.DropDownStyle           = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.priceTypeCB.FormattingEnabled       = true;
     this.priceTypeCB.Location                = new global::System.Drawing.Point(461, 51);
     this.priceTypeCB.Name                    = "priceTypeCB";
     this.priceTypeCB.Size                    = new global::System.Drawing.Size(100, 20);
     this.priceTypeCB.TabIndex                = 7;
     this.label6.AutoSize                     = true;
     this.label6.Location                     = new global::System.Drawing.Point(397, 56);
     this.label6.Name                         = "label6";
     this.label6.Size                         = new global::System.Drawing.Size(53, 12);
     this.label6.TabIndex                     = 8;
     this.label6.Text                         = "价格类型";
     this.userTypeCB.DropDownStyle            = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.userTypeCB.FormattingEnabled        = true;
     this.userTypeCB.Location                 = new global::System.Drawing.Point(461, 21);
     this.userTypeCB.Name                     = "userTypeCB";
     this.userTypeCB.Size                     = new global::System.Drawing.Size(100, 20);
     this.userTypeCB.TabIndex                 = 6;
     this.label11.AutoSize                    = true;
     this.label11.Location                    = new global::System.Drawing.Point(194, 141);
     this.label11.Name                        = "label11";
     this.label11.Size                        = new global::System.Drawing.Size(41, 12);
     this.label11.TabIndex                    = 6;
     this.label11.Text                        = "人口数";
     this.usrePersonsTB.Location              = new global::System.Drawing.Point(250, 137);
     this.usrePersonsTB.Name                  = "usrePersonsTB";
     this.usrePersonsTB.Size                  = new global::System.Drawing.Size(51, 21);
     this.usrePersonsTB.TabIndex              = 5;
     this.usrePersonsTB.KeyPress             += new global::System.Windows.Forms.KeyPressEventHandler(this.usrePersonsTB_KeyPress);
     this.label10.AutoSize                    = true;
     this.label10.Location                    = new global::System.Drawing.Point(22, 140);
     this.label10.Name                        = "label10";
     this.label10.Size                        = new global::System.Drawing.Size(53, 12);
     this.label10.TabIndex                    = 4;
     this.label10.Text                        = "用户面积";
     this.userAreaNumTB.Location              = new global::System.Drawing.Point(91, 136);
     this.userAreaNumTB.Name                  = "userAreaNumTB";
     this.userAreaNumTB.Size                  = new global::System.Drawing.Size(58, 21);
     this.userAreaNumTB.TabIndex              = 4;
     this.userAreaNumTB.KeyPress             += new global::System.Windows.Forms.KeyPressEventHandler(this.userAreaNumTB_KeyPress);
     this.label4.AutoSize                     = true;
     this.label4.Location                     = new global::System.Drawing.Point(22, 111);
     this.label4.Name                         = "label4";
     this.label4.Size                         = new global::System.Drawing.Size(53, 12);
     this.label4.TabIndex                     = 1;
     this.label4.Text                         = "用户住址";
     this.label8.AutoSize                     = true;
     this.label8.ForeColor                    = global::System.Drawing.Color.Red;
     this.label8.Location                     = new global::System.Drawing.Point(201, 25);
     this.label8.Name                         = "label8";
     this.label8.Size                         = new global::System.Drawing.Size(35, 12);
     this.label8.TabIndex                     = 1;
     this.label8.Text                         = "(*)";
     this.label7.AutoSize                     = true;
     this.label7.ForeColor                    = global::System.Drawing.Color.Red;
     this.label7.Location                     = new global::System.Drawing.Point(201, 55);
     this.label7.Name                         = "label7";
     this.label7.Size                         = new global::System.Drawing.Size(35, 12);
     this.label7.TabIndex                     = 1;
     this.label7.Text                         = "(*)";
     this.label14.AutoSize                    = true;
     this.label14.ForeColor                   = global::System.Drawing.Color.Red;
     this.label14.Location                    = new global::System.Drawing.Point(296, 82);
     this.label14.Name                        = "label14";
     this.label14.Size                        = new global::System.Drawing.Size(35, 12);
     this.label14.TabIndex                    = 1;
     this.label14.Text                        = "(*)";
     this.label3.AutoSize                     = true;
     this.label3.Location                     = new global::System.Drawing.Point(22, 82);
     this.label3.Name                         = "label3";
     this.label3.Size                         = new global::System.Drawing.Size(53, 12);
     this.label3.TabIndex                     = 1;
     this.label3.Text                         = "证件号码";
     this.clearAllBtn.Image                   = global::HeatMeterPrePay.Properties.Resources.edit_clear_3_16px_539680_easyicon_net;
     this.clearAllBtn.ImageAlign              = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.clearAllBtn.Location                = new global::System.Drawing.Point(554, 128);
     this.clearAllBtn.Name                    = "clearAllBtn";
     this.clearAllBtn.Size                    = new global::System.Drawing.Size(87, 29);
     this.clearAllBtn.TabIndex                = 8;
     this.clearAllBtn.Text                    = "清空";
     this.clearAllBtn.UseVisualStyleBackColor = true;
     this.clearAllBtn.Click                  += new global::System.EventHandler(this.clearAllBtn_Click);
     this.label2.AutoSize                     = true;
     this.label2.Location                     = new global::System.Drawing.Point(22, 54);
     this.label2.Name                         = "label2";
     this.label2.Size                         = new global::System.Drawing.Size(53, 12);
     this.label2.TabIndex                     = 1;
     this.label2.Text                         = "联系方式";
     this.label5.AutoSize                     = true;
     this.label5.Location                     = new global::System.Drawing.Point(397, 26);
     this.label5.Name                         = "label5";
     this.label5.Size                         = new global::System.Drawing.Size(53, 12);
     this.label5.TabIndex                     = 1;
     this.label5.Text                         = "用户类别";
     this.label1.AutoSize                     = true;
     this.label1.Location                     = new global::System.Drawing.Point(22, 25);
     this.label1.Name                         = "label1";
     this.label1.Size                         = new global::System.Drawing.Size(53, 12);
     this.label1.TabIndex                     = 1;
     this.label1.Text                         = "用户姓名";
     this.addressTB.Location                  = new global::System.Drawing.Point(91, 107);
     this.addressTB.Name                      = "addressTB";
     this.addressTB.Size                      = new global::System.Drawing.Size(310, 21);
     this.addressTB.TabIndex                  = 3;
     this.identityCardNumTB.Location          = new global::System.Drawing.Point(91, 78);
     this.identityCardNumTB.Name              = "identityCardNumTB";
     this.identityCardNumTB.Size              = new global::System.Drawing.Size(187, 21);
     this.identityCardNumTB.TabIndex          = 2;
     this.identityCardNumTB.TextChanged      += new global::System.EventHandler(this.identityCardNumTB_TextChanged);
     this.phoneNumTB.Location                 = new global::System.Drawing.Point(91, 50);
     this.phoneNumTB.Name                     = "phoneNumTB";
     this.phoneNumTB.Size                     = new global::System.Drawing.Size(97, 21);
     this.phoneNumTB.TabIndex                 = 1;
     this.nameTB.Location                     = new global::System.Drawing.Point(91, 21);
     this.nameTB.Name                         = "nameTB";
     this.nameTB.Size                         = new global::System.Drawing.Size(97, 21);
     this.nameTB.TabIndex                     = 0;
     this.createUserInNumberAddBtn.Image      = global::HeatMeterPrePay.Properties.Resources.and;
     this.createUserInNumberAddBtn.ImageAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.createUserInNumberAddBtn.Location   = new global::System.Drawing.Point(360, 412);
     this.createUserInNumberAddBtn.Name       = "createUserInNumberAddBtn";
     this.createUserInNumberAddBtn.Size       = new global::System.Drawing.Size(87, 29);
     this.createUserInNumberAddBtn.TabIndex   = 9;
     this.createUserInNumberAddBtn.Text       = "添加";
     this.createUserInNumberAddBtn.UseVisualStyleBackColor = true;
     this.createUserInNumberAddBtn.Click        += new global::System.EventHandler(this.createUserInNumberAddBtn_Click);
     this.createUserInNumberModifyBtn.Image      = global::HeatMeterPrePay.Properties.Resources.modify;
     this.createUserInNumberModifyBtn.ImageAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.createUserInNumberModifyBtn.Location   = new global::System.Drawing.Point(473, 412);
     this.createUserInNumberModifyBtn.Name       = "createUserInNumberModifyBtn";
     this.createUserInNumberModifyBtn.Size       = new global::System.Drawing.Size(87, 29);
     this.createUserInNumberModifyBtn.TabIndex   = 10;
     this.createUserInNumberModifyBtn.Text       = "修改";
     this.createUserInNumberModifyBtn.UseVisualStyleBackColor = true;
     this.createUserInNumberModifyBtn.Click    += new global::System.EventHandler(this.createUserInNumberModifyBtn_Click);
     this.createUserInNumberCloseBtn.Image      = global::HeatMeterPrePay.Properties.Resources.cancel;
     this.createUserInNumberCloseBtn.ImageAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.createUserInNumberCloseBtn.Location   = new global::System.Drawing.Point(592, 412);
     this.createUserInNumberCloseBtn.Name       = "createUserInNumberCloseBtn";
     this.createUserInNumberCloseBtn.Size       = new global::System.Drawing.Size(87, 29);
     this.createUserInNumberCloseBtn.TabIndex   = 11;
     this.createUserInNumberCloseBtn.Text       = "取消";
     this.createUserInNumberCloseBtn.UseVisualStyleBackColor = true;
     this.createUserInNumberCloseBtn.Click += new global::System.EventHandler(this.createUserInNumberCloseBtn_Click);
     this.groupBox2.Location  = new global::System.Drawing.Point(13, 184);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new global::System.Drawing.Size(685, 211);
     this.groupBox2.TabIndex  = 6;
     this.groupBox2.TabStop   = false;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(709, 456);
     base.Controls.Add(this.createUserInNumberCloseBtn);
     base.Controls.Add(this.createUserInNumberModifyBtn);
     base.Controls.Add(this.createUserInNumberAddBtn);
     base.Controls.Add(this.allRegisterDGV);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox2);
     base.MaximizeBox   = false;
     base.MinimizeBox   = false;
     base.Name          = "CreateUserInNumbersForm";
     base.ShowIcon      = false;
     base.ShowInTaskbar = false;
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "批量录入用户";
     ((global::System.ComponentModel.ISupportInitialize) this.allRegisterDGV).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }