Exemplo n.º 1
0
        public BunifuCustomTextbox CreateTextBoxInput(ref int t)
        {
            BunifuCustomTextbox i = new BunifuCustomTextbox
            {
                Location    = new Point(17, t),
                Multiline   = true,
                BackColor   = Color.FromArgb(26, 26, 26),
                BorderColor = Color.FromArgb(2, 186, 255),
                ForeColor   = Color.FromArgb(64, 64, 64),
                Font        = new Font("Consolas", 11),
                BorderStyle = BorderStyle.FixedSingle,
                Width       = 370,
                Height      = 200
            };

            t += i.Height + 10;
            Controls.Add(i);
            return(i);
        }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     linkLabel1           = new LinkLabel();
     linkLabel3           = new LinkLabel();
     linkLabel4           = new LinkLabel();
     linkLabel5           = new LinkLabel();
     linkLabel6           = new LinkLabel();
     linkLabel8           = new LinkLabel();
     linkLabel9           = new LinkLabel();
     linkLabel10          = new LinkLabel();
     linkLabel11          = new LinkLabel();
     base.SuspendLayout();
     bunifuCustomTextbox1.BorderColor = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font        = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location    = new Point(296, 12);
     bunifuCustomTextbox1.Multiline   = true;
     bunifuCustomTextbox1.Name        = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.Size        = new Size(400, 402);
     bunifuCustomTextbox1.TabIndex    = 28;
     linkLabel1.AutoSize          = true;
     linkLabel1.LinkColor         = Color.Black;
     linkLabel1.Location          = new Point(44, 60);
     linkLabel1.Name              = "linkLabel1";
     linkLabel1.Size              = new Size(145, 13);
     linkLabel1.TabIndex          = 29;
     linkLabel1.TabStop           = true;
     linkLabel1.Text              = "How can I get a FUD result ?";
     linkLabel1.VisitedLinkColor  = Color.Black;
     linkLabel1.LinkClicked      += linkLabel1_LinkClicked;
     linkLabel3.AutoSize          = true;
     linkLabel3.LinkColor         = Color.Black;
     linkLabel3.Location          = new Point(44, 91);
     linkLabel3.Name              = "linkLabel3";
     linkLabel3.Size              = new Size(208, 13);
     linkLabel3.TabIndex          = 31;
     linkLabel3.TabStop           = true;
     linkLabel3.Text              = "How can I use the custom code function ?";
     linkLabel3.VisitedLinkColor  = Color.Black;
     linkLabel3.LinkClicked      += linkLabel3_LinkClicked;
     linkLabel4.AutoSize          = true;
     linkLabel4.LinkColor         = Color.Black;
     linkLabel4.Location          = new Point(44, 126);
     linkLabel4.Name              = "linkLabel4";
     linkLabel4.Size              = new Size(125, 13);
     linkLabel4.TabIndex          = 32;
     linkLabel4.TabStop           = true;
     linkLabel4.Text              = "Why use a downloader ?";
     linkLabel4.VisitedLinkColor  = Color.Black;
     linkLabel4.LinkClicked      += linkLabel4_LinkClicked;
     linkLabel5.AutoSize          = true;
     linkLabel5.LinkColor         = Color.Black;
     linkLabel5.Location          = new Point(44, 163);
     linkLabel5.Name              = "linkLabel5";
     linkLabel5.Size              = new Size(144, 13);
     linkLabel5.TabIndex          = 33;
     linkLabel5.TabStop           = true;
     linkLabel5.Text              = ".NET itself won't work, why ?";
     linkLabel5.VisitedLinkColor  = Color.Black;
     linkLabel5.LinkClicked      += linkLabel5_LinkClicked;
     linkLabel6.AutoSize          = true;
     linkLabel6.LinkColor         = Color.Black;
     linkLabel6.Location          = new Point(44, 197);
     linkLabel6.Name              = "linkLabel6";
     linkLabel6.Size              = new Size(105, 13);
     linkLabel6.TabIndex          = 34;
     linkLabel6.TabStop           = true;
     linkLabel6.Text              = "Scantime Detections";
     linkLabel6.VisitedLinkColor  = Color.Black;
     linkLabel6.LinkClicked      += linkLabel6_LinkClicked;
     linkLabel8.AutoSize          = true;
     linkLabel8.LinkColor         = Color.Black;
     linkLabel8.Location          = new Point(44, 233);
     linkLabel8.Name              = "linkLabel8";
     linkLabel8.Size              = new Size(123, 13);
     linkLabel8.TabIndex          = 36;
     linkLabel8.TabStop           = true;
     linkLabel8.Text              = "Auto Pump Stub Method";
     linkLabel8.VisitedLinkColor  = Color.Black;
     linkLabel8.LinkClicked      += linkLabel8_LinkClicked;
     linkLabel9.AutoSize          = true;
     linkLabel9.LinkColor         = Color.Black;
     linkLabel9.Location          = new Point(44, 270);
     linkLabel9.Name              = "linkLabel9";
     linkLabel9.Size              = new Size(163, 13);
     linkLabel9.TabIndex          = 37;
     linkLabel9.TabStop           = true;
     linkLabel9.Text              = "My crypted file won't work, why ?";
     linkLabel9.VisitedLinkColor  = Color.Black;
     linkLabel9.LinkClicked      += linkLabel9_LinkClicked;
     linkLabel10.AutoSize         = true;
     linkLabel10.LinkColor        = Color.Black;
     linkLabel10.Location         = new Point(44, 307);
     linkLabel10.Name             = "linkLabel10";
     linkLabel10.Size             = new Size(165, 13);
     linkLabel10.TabIndex         = 38;
     linkLabel10.TabStop          = true;
     linkLabel10.Text             = "Found a bug, how can I repport ?";
     linkLabel10.VisitedLinkColor = Color.Black;
     linkLabel10.LinkClicked     += linkLabel10_LinkClicked;
     linkLabel11.AutoSize         = true;
     linkLabel11.LinkColor        = Color.Black;
     linkLabel11.Location         = new Point(44, 342);
     linkLabel11.Name             = "linkLabel11";
     linkLabel11.Size             = new Size(99, 13);
     linkLabel11.TabIndex         = 39;
     linkLabel11.TabStop          = true;
     linkLabel11.Text             = "Settings description";
     linkLabel11.VisitedLinkColor = Color.Black;
     linkLabel11.LinkClicked     += linkLabel11_LinkClicked;
     base.AutoScaleDimensions     = new SizeF(6f, 13f);
     base.AutoScaleMode           = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(710, 426);
     base.Controls.Add(linkLabel11);
     base.Controls.Add(linkLabel10);
     base.Controls.Add(linkLabel9);
     base.Controls.Add(linkLabel8);
     base.Controls.Add(linkLabel6);
     base.Controls.Add(linkLabel5);
     base.Controls.Add(linkLabel4);
     base.Controls.Add(linkLabel3);
     base.Controls.Add(linkLabel1);
     base.Controls.Add(bunifuCustomTextbox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "HelpFrm";
     Text       = "HelpFrm";
     base.Load += HelpFrm_Load;
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     components           = new Container();
     bunifuElipse1        = new BunifuElipse(components);
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCustomLabel2   = new BunifuCustomLabel();
     btnRegister          = new BunifuFlatButton();
     btnLogin             = new BunifuFlatButton();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     label1             = new Label();
     pictureBox2        = new PictureBox();
     bunifuCustomLabel3 = new BunifuCustomLabel();
     bunifuDragControl1 = new BunifuDragControl(components);
     ((ISupportInitialize)pictureBox2).BeginInit();
     base.SuspendLayout();
     bunifuElipse1.ElipseRadius        = 5;
     bunifuElipse1.TargetControl       = this;
     bunifuCustomLabel1.AutoSize       = true;
     bunifuCustomLabel1.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location       = new Point(12, 99);
     bunifuCustomLabel1.Name           = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size           = new Size(77, 16);
     bunifuCustomLabel1.TabIndex       = 3;
     bunifuCustomLabel1.Text           = "Username :"******"Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel2.Location       = new Point(12, 150);
     bunifuCustomLabel2.Name           = "bunifuCustomLabel2";
     bunifuCustomLabel2.Size           = new Size(74, 16);
     bunifuCustomLabel2.TabIndex       = 4;
     bunifuCustomLabel2.Text           = "Password :"******"Register";
     btnRegister.Cursor                   = Cursors.Hand;
     btnRegister.Iconcolor                = Color.Transparent;
     btnRegister.Iconimage                = Resources._null;
     btnRegister.Iconimage_right          = null;
     btnRegister.Iconimage_right_Selected = null;
     btnRegister.Iconimage_Selected       = null;
     btnRegister.IconZoom                 = 130.0;
     btnRegister.IsTab              = false;
     btnRegister.Location           = new Point(175, 195);
     btnRegister.Name               = "btnRegister";
     btnRegister.Normalcolor        = Color.FromArgb(23, 27, 35);
     btnRegister.OnHovercolor       = Color.FromArgb(23, 27, 35);
     btnRegister.OnHoverTextColor   = Color.White;
     btnRegister.selected           = false;
     btnRegister.Size               = new Size(154, 29);
     btnRegister.TabIndex           = 73;
     btnRegister.Textcolor          = Color.White;
     btnRegister.TextFont           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     btnRegister.Click             += btnRegister_Click;
     btnLogin.Activecolor           = Color.FromArgb(23, 27, 35);
     btnLogin.BackColor             = Color.FromArgb(23, 27, 35);
     btnLogin.BackgroundImageLayout = ImageLayout.Stretch;
     btnLogin.BorderRadius          = 0;
     btnLogin.ButtonText            = "Login";
     btnLogin.Cursor                   = Cursors.Hand;
     btnLogin.Iconcolor                = Color.Transparent;
     btnLogin.Iconimage                = Resources._null;
     btnLogin.Iconimage_right          = null;
     btnLogin.Iconimage_right_Selected = null;
     btnLogin.Iconimage_Selected       = null;
     btnLogin.IconZoom                 = 170.0;
     btnLogin.IsTab                             = false;
     btnLogin.Location                          = new Point(12, 195);
     btnLogin.Name                              = "btnLogin";
     btnLogin.Normalcolor                       = Color.FromArgb(23, 27, 35);
     btnLogin.OnHovercolor                      = Color.FromArgb(23, 27, 35);
     btnLogin.OnHoverTextColor                  = Color.White;
     btnLogin.selected                          = false;
     btnLogin.Size                              = new Size(154, 29);
     btnLogin.TabIndex                          = 74;
     btnLogin.Textcolor                         = Color.White;
     btnLogin.TextFont                          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     btnLogin.Click                            += btnLogin_Click;
     bunifuCustomTextbox2.AllowDrop             = true;
     bunifuCustomTextbox2.BorderColor           = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle           = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font                  = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location              = new Point(95, 146);
     bunifuCustomTextbox2.Multiline             = true;
     bunifuCustomTextbox2.Name                  = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size                  = new Size(234, 29);
     bunifuCustomTextbox2.TabIndex              = 75;
     bunifuCustomTextbox2.TextAlign             = HorizontalAlignment.Center;
     bunifuCustomTextbox2.UseSystemPasswordChar = true;
     bunifuCustomTextbox1.AllowDrop             = true;
     bunifuCustomTextbox1.BorderColor           = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle           = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font                  = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location              = new Point(95, 97);
     bunifuCustomTextbox1.Multiline             = true;
     bunifuCustomTextbox1.Name                  = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.Size                  = new Size(234, 29);
     bunifuCustomTextbox1.TabIndex              = 76;
     bunifuCustomTextbox1.TextAlign             = HorizontalAlignment.Center;
     label1.AutoSize                            = true;
     label1.BackColor                           = Color.FromArgb(229, 74, 78);
     label1.Font                      = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     label1.ForeColor                 = Color.White;
     label1.Location                  = new Point(314, 10);
     label1.Name                      = "label1";
     label1.Size                      = new Size(15, 13);
     label1.TabIndex                  = 77;
     label1.Text                      = "X";
     label1.Click                    += label1_Click;
     pictureBox2.BackColor            = Color.FromArgb(229, 74, 78);
     pictureBox2.Location             = new Point(311, 7);
     pictureBox2.Name                 = "pictureBox2";
     pictureBox2.Size                 = new Size(20, 20);
     pictureBox2.SizeMode             = PictureBoxSizeMode.StretchImage;
     pictureBox2.TabIndex             = 78;
     pictureBox2.TabStop              = false;
     bunifuCustomLabel3.AutoSize      = true;
     bunifuCustomLabel3.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel3.Location      = new Point(12, 10);
     bunifuCustomLabel3.Name          = "bunifuCustomLabel3";
     bunifuCustomLabel3.Size          = new Size(118, 16);
     bunifuCustomLabel3.TabIndex      = 79;
     bunifuCustomLabel3.Text          = "Static Crypt - Login";
     bunifuDragControl1.Fixed         = true;
     bunifuDragControl1.Horizontal    = true;
     bunifuDragControl1.TargetControl = this;
     bunifuDragControl1.Vertical      = true;
     base.AutoScaleDimensions         = new SizeF(6f, 13f);
     base.AutoScaleMode               = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(344, 243);
     base.Controls.Add(bunifuCustomLabel3);
     base.Controls.Add(label1);
     base.Controls.Add(pictureBox2);
     base.Controls.Add(bunifuCustomTextbox1);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(btnLogin);
     base.Controls.Add(btnRegister);
     base.Controls.Add(bunifuCustomLabel2);
     base.Controls.Add(bunifuCustomLabel1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "Login";
     base.StartPosition   = FormStartPosition.CenterScreen;
     Text = "Login";
     ((ISupportInitialize)pictureBox2).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     components           = new Container();
     bunifuElipse1        = new BunifuElipse(components);
     label1               = new Label();
     pictureBox2          = new PictureBox();
     bunifuFlatButton3    = new BunifuFlatButton();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     ((ISupportInitialize)pictureBox2).BeginInit();
     base.SuspendLayout();
     bunifuElipse1.ElipseRadius  = 5;
     bunifuElipse1.TargetControl = this;
     label1.AutoSize             = true;
     label1.BackColor            = Color.FromArgb(229, 74, 78);
     label1.Font                                = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     label1.ForeColor                           = Color.White;
     label1.Location                            = new Point(360, 10);
     label1.Name                                = "label1";
     label1.Size                                = new Size(15, 13);
     label1.TabIndex                            = 78;
     label1.Text                                = "X";
     label1.Click                              += label1_Click;
     pictureBox2.BackColor                      = Color.FromArgb(229, 74, 78);
     pictureBox2.Location                       = new Point(357, 7);
     pictureBox2.Name                           = "pictureBox2";
     pictureBox2.Size                           = new Size(20, 20);
     pictureBox2.SizeMode                       = PictureBoxSizeMode.StretchImage;
     pictureBox2.TabIndex                       = 79;
     pictureBox2.TabStop                        = false;
     bunifuFlatButton3.Activecolor              = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.BackColor                = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.BackgroundImageLayout    = ImageLayout.Stretch;
     bunifuFlatButton3.BorderRadius             = 0;
     bunifuFlatButton3.ButtonText               = " Enter";
     bunifuFlatButton3.Cursor                   = Cursors.Hand;
     bunifuFlatButton3.Iconcolor                = Color.Transparent;
     bunifuFlatButton3.Iconimage                = Resources._null;
     bunifuFlatButton3.Iconimage_right          = null;
     bunifuFlatButton3.Iconimage_right_Selected = null;
     bunifuFlatButton3.Iconimage_Selected       = null;
     bunifuFlatButton3.IconZoom                 = 500.0;
     bunifuFlatButton3.IsTab                    = false;
     bunifuFlatButton3.Location                 = new Point(15, 105);
     bunifuFlatButton3.Name                     = "bunifuFlatButton3";
     bunifuFlatButton3.Normalcolor              = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.OnHovercolor             = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.OnHoverTextColor         = Color.White;
     bunifuFlatButton3.selected                 = false;
     bunifuFlatButton3.Size                     = new Size(362, 29);
     bunifuFlatButton3.TabIndex                 = 77;
     bunifuFlatButton3.Textcolor                = Color.White;
     bunifuFlatButton3.TextFont                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuFlatButton3.Click                   += bunifuFlatButton3_Click;
     bunifuCustomTextbox2.AllowDrop             = true;
     bunifuCustomTextbox2.BorderColor           = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle           = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font                  = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location              = new Point(15, 63);
     bunifuCustomTextbox2.Multiline             = true;
     bunifuCustomTextbox2.Name                  = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size                  = new Size(362, 29);
     bunifuCustomTextbox2.TabIndex              = 76;
     bunifuCustomTextbox2.TextAlign             = HorizontalAlignment.Center;
     bunifuCustomLabel1.AutoSize                = true;
     bunifuCustomLabel1.Font                    = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location                = new Point(12, 37);
     bunifuCustomLabel1.Name                    = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size                    = new Size(362, 16);
     bunifuCustomLabel1.TabIndex                = 75;
     bunifuCustomLabel1.Text                    = "Your HWID has changed. Please send a request for a reset.";
     base.AutoScaleDimensions                   = new SizeF(6f, 13f);
     base.AutoScaleMode                         = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(386, 145);
     base.Controls.Add(label1);
     base.Controls.Add(pictureBox2);
     base.Controls.Add(bunifuFlatButton3);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(bunifuCustomLabel1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "HWID";
     Text       = "HWID";
     base.Load += HWID_Load;
     ((ISupportInitialize)pictureBox2).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 5
0
 public void InitializeComponent()
 {
     bunifuCustomLabel7   = new BunifuCustomLabel();
     bunifuCheckbox5      = new BunifuCheckbox();
     bunifuCustomLabel6   = new BunifuCustomLabel();
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuCustomTextbox3 = new BunifuCustomTextbox();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCustomLabel2   = new BunifuCustomLabel();
     bunifuCheckbox1      = new BunifuCheckbox();
     bunifuCustomLabel3   = new BunifuCustomLabel();
     bunifuCheckbox2      = new BunifuCheckbox();
     bunifuCustomLabel4   = new BunifuCustomLabel();
     bunifuCheckbox3      = new BunifuCheckbox();
     bunifuCustomTextbox4 = new BunifuCustomTextbox();
     bunifuCustomLabel5   = new BunifuCustomLabel();
     bunifuCheckbox4      = new BunifuCheckbox();
     bunifuCustomLabel12  = new BunifuCustomLabel();
     bunifuCheckbox9      = new BunifuCheckbox();
     thirteenComboBox3    = new ThirteenComboBox();
     chromeRadioButton4   = new ChromeRadioButton();
     chromeRadioButton3   = new ChromeRadioButton();
     thirteenComboBox2    = new ThirteenComboBox();
     thirteenComboBox1    = new ThirteenComboBox();
     bunifuCustomLabel8   = new BunifuCustomLabel();
     bunifuCustomLabel9   = new BunifuCustomLabel();
     bunifuCustomLabel10  = new BunifuCustomLabel();
     bunifuCustomLabel11  = new BunifuCustomLabel();
     base.SuspendLayout();
     bunifuCustomLabel7.AutoSize         = true;
     bunifuCustomLabel7.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel7.Location         = new Point(57, 45);
     bunifuCustomLabel7.Name             = "bunifuCustomLabel7";
     bunifuCustomLabel7.Size             = new Size(104, 16);
     bunifuCustomLabel7.TabIndex         = 37;
     bunifuCustomLabel7.Text             = "Add To Startup :";
     bunifuCheckbox5.BackColor           = Color.SeaGreen;
     bunifuCheckbox5.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox5.Checked             = false;
     bunifuCheckbox5.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox5.ForeColor           = Color.White;
     bunifuCheckbox5.Location            = new Point(31, 43);
     bunifuCheckbox5.Name                = "bunifuCheckbox5";
     bunifuCheckbox5.Size                = new Size(20, 20);
     bunifuCheckbox5.TabIndex            = 36;
     bunifuCheckbox5.OnChange           += bunifuCheckbox5_OnChange;
     bunifuCustomLabel6.AutoSize         = true;
     bunifuCustomLabel6.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel6.Location         = new Point(8, 9);
     bunifuCustomLabel6.Name             = "bunifuCustomLabel6";
     bunifuCustomLabel6.Size             = new Size(48, 16);
     bunifuCustomLabel6.TabIndex         = 35;
     bunifuCustomLabel6.Text             = "Install :";
     bunifuCustomTextbox1.BorderColor    = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle    = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location       = new Point(161, 177);
     bunifuCustomTextbox1.Multiline      = true;
     bunifuCustomTextbox1.Name           = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.Size           = new Size(137, 23);
     bunifuCustomTextbox1.TabIndex       = 38;
     bunifuCustomTextbox1.Text           = "Registry Name";
     bunifuCustomTextbox1.TextAlign      = HorizontalAlignment.Center;
     bunifuCustomTextbox2.BorderColor    = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle    = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location       = new Point(161, 222);
     bunifuCustomTextbox2.Multiline      = true;
     bunifuCustomTextbox2.Name           = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size           = new Size(137, 23);
     bunifuCustomTextbox2.TabIndex       = 39;
     bunifuCustomTextbox2.Text           = "Folder Name";
     bunifuCustomTextbox2.TextAlign      = HorizontalAlignment.Center;
     bunifuCustomTextbox3.BorderColor    = Color.SeaGreen;
     bunifuCustomTextbox3.BorderStyle    = BorderStyle.FixedSingle;
     bunifuCustomTextbox3.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox3.Location       = new Point(161, 262);
     bunifuCustomTextbox3.Multiline      = true;
     bunifuCustomTextbox3.Name           = "bunifuCustomTextbox3";
     bunifuCustomTextbox3.Size           = new Size(137, 23);
     bunifuCustomTextbox3.TabIndex       = 40;
     bunifuCustomTextbox3.Text           = "File Name";
     bunifuCustomTextbox3.TextAlign      = HorizontalAlignment.Center;
     bunifuCustomLabel1.AutoSize         = true;
     bunifuCustomLabel1.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location         = new Point(48, 317);
     bunifuCustomLabel1.Name             = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size             = new Size(109, 16);
     bunifuCustomLabel1.TabIndex         = 45;
     bunifuCustomLabel1.Text             = "Install Extension :";
     bunifuCustomLabel2.AutoSize         = true;
     bunifuCustomLabel2.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel2.Location         = new Point(393, 45);
     bunifuCustomLabel2.Name             = "bunifuCustomLabel2";
     bunifuCustomLabel2.Size             = new Size(121, 16);
     bunifuCustomLabel2.TabIndex         = 47;
     bunifuCustomLabel2.Text             = "Hide Parent Folder";
     bunifuCheckbox1.BackColor           = Color.SeaGreen;
     bunifuCheckbox1.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox1.Checked             = false;
     bunifuCheckbox1.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox1.Enabled             = false;
     bunifuCheckbox1.ForeColor           = Color.White;
     bunifuCheckbox1.Location            = new Point(367, 43);
     bunifuCheckbox1.Name                = "bunifuCheckbox1";
     bunifuCheckbox1.Size                = new Size(20, 20);
     bunifuCheckbox1.TabIndex            = 46;
     bunifuCustomLabel3.AutoSize         = true;
     bunifuCustomLabel3.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel3.Location         = new Point(393, 91);
     bunifuCustomLabel3.Name             = "bunifuCustomLabel3";
     bunifuCustomLabel3.Size             = new Size(62, 16);
     bunifuCustomLabel3.TabIndex         = 49;
     bunifuCustomLabel3.Text             = "Hide File";
     bunifuCheckbox2.BackColor           = Color.SeaGreen;
     bunifuCheckbox2.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox2.Checked             = false;
     bunifuCheckbox2.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox2.Enabled             = false;
     bunifuCheckbox2.ForeColor           = Color.White;
     bunifuCheckbox2.Location            = new Point(367, 89);
     bunifuCheckbox2.Name                = "bunifuCheckbox2";
     bunifuCheckbox2.Size                = new Size(20, 20);
     bunifuCheckbox2.TabIndex            = 48;
     bunifuCustomLabel4.AutoSize         = true;
     bunifuCustomLabel4.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel4.Location         = new Point(393, 279);
     bunifuCustomLabel4.Name             = "bunifuCustomLabel4";
     bunifuCustomLabel4.Size             = new Size(151, 16);
     bunifuCustomLabel4.TabIndex         = 51;
     bunifuCustomLabel4.Text             = "Enable Startup Backup :";
     bunifuCheckbox3.BackColor           = Color.SeaGreen;
     bunifuCheckbox3.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox3.Checked             = false;
     bunifuCheckbox3.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox3.ForeColor           = Color.White;
     bunifuCheckbox3.Location            = new Point(367, 277);
     bunifuCheckbox3.Name                = "bunifuCheckbox3";
     bunifuCheckbox3.Size                = new Size(20, 20);
     bunifuCheckbox3.TabIndex            = 50;
     bunifuCustomTextbox4.BorderColor    = Color.SeaGreen;
     bunifuCustomTextbox4.BorderStyle    = BorderStyle.FixedSingle;
     bunifuCustomTextbox4.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox4.Location       = new Point(532, 317);
     bunifuCustomTextbox4.Multiline      = true;
     bunifuCustomTextbox4.Name           = "bunifuCustomTextbox4";
     bunifuCustomTextbox4.Size           = new Size(144, 23);
     bunifuCustomTextbox4.TabIndex       = 52;
     bunifuCustomTextbox4.Text           = "File Name";
     bunifuCustomTextbox4.TextAlign      = HorizontalAlignment.Center;
     bunifuCustomLabel5.AutoSize         = true;
     bunifuCustomLabel5.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel5.Location         = new Point(393, 135);
     bunifuCustomLabel5.Name             = "bunifuCustomLabel5";
     bunifuCustomLabel5.Size             = new Size(133, 16);
     bunifuCustomLabel5.TabIndex         = 56;
     bunifuCustomLabel5.Text             = "Exit At First Execution";
     bunifuCheckbox4.BackColor           = Color.SeaGreen;
     bunifuCheckbox4.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox4.Checked             = false;
     bunifuCheckbox4.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox4.Enabled             = false;
     bunifuCheckbox4.ForeColor           = Color.White;
     bunifuCheckbox4.Location            = new Point(367, 133);
     bunifuCheckbox4.Name                = "bunifuCheckbox4";
     bunifuCheckbox4.Size                = new Size(20, 20);
     bunifuCheckbox4.TabIndex            = 55;
     bunifuCustomLabel12.AutoSize        = true;
     bunifuCustomLabel12.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel12.Location        = new Point(559, 45);
     bunifuCustomLabel12.Name            = "bunifuCustomLabel12";
     bunifuCustomLabel12.Size            = new Size(110, 16);
     bunifuCustomLabel12.TabIndex        = 70;
     bunifuCustomLabel12.Text            = "Remove Zone ID";
     bunifuCheckbox9.BackColor           = Color.SeaGreen;
     bunifuCheckbox9.ChechedOffColor     = Color.SeaGreen;
     bunifuCheckbox9.Checked             = false;
     bunifuCheckbox9.CheckedOnColor      = Color.SeaGreen;
     bunifuCheckbox9.Enabled             = false;
     bunifuCheckbox9.ForeColor           = Color.White;
     bunifuCheckbox9.Location            = new Point(536, 43);
     bunifuCheckbox9.Name                = "bunifuCheckbox9";
     bunifuCheckbox9.Size                = new Size(20, 20);
     bunifuCheckbox9.TabIndex            = 69;
     thirteenComboBox3.AccentColor       = Color.White;
     thirteenComboBox3.BackColor         = Color.FromArgb(255, 255, 255);
     thirteenComboBox3.ColorScheme       = ThirteenComboBox.ColorSchemes.Dark;
     thirteenComboBox3.DrawMode          = DrawMode.OwnerDrawFixed;
     thirteenComboBox3.DropDownStyle     = ComboBoxStyle.DropDownList;
     thirteenComboBox3.Font              = new Font("Microsoft Sans Serif", 9.75f);
     thirteenComboBox3.ForeColor         = Color.Black;
     thirteenComboBox3.FormattingEnabled = true;
     thirteenComboBox3.Items.AddRange(new object[3]
     {
         "AppData",
         "ProgramData",
         "Temp"
     });
     thirteenComboBox3.Location          = new Point(382, 317);
     thirteenComboBox3.Name              = "thirteenComboBox3";
     thirteenComboBox3.Size              = new Size(144, 23);
     thirteenComboBox3.TabIndex          = 57;
     chromeRadioButton4.Checked          = false;
     chromeRadioButton4.Customization    = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton4.Field            = 23;
     chromeRadioButton4.Font             = new Font("Microsoft Sans Serif", 9.75f);
     chromeRadioButton4.Image            = null;
     chromeRadioButton4.Location         = new Point(169, 89);
     chromeRadioButton4.Name             = "chromeRadioButton4";
     chromeRadioButton4.NoRounding       = false;
     chromeRadioButton4.Size             = new Size(128, 23);
     chromeRadioButton4.TabIndex         = 54;
     chromeRadioButton4.Text             = "File Shortcut";
     chromeRadioButton4.Transparent      = false;
     chromeRadioButton3.Checked          = false;
     chromeRadioButton3.Customization    = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton3.Field            = 23;
     chromeRadioButton3.Font             = new Font("Microsoft Sans Serif", 9.75f);
     chromeRadioButton3.Image            = null;
     chromeRadioButton3.Location         = new Point(51, 89);
     chromeRadioButton3.Name             = "chromeRadioButton3";
     chromeRadioButton3.NoRounding       = false;
     chromeRadioButton3.Size             = new Size(112, 23);
     chromeRadioButton3.TabIndex         = 53;
     chromeRadioButton3.Text             = "Registry Key";
     chromeRadioButton3.Transparent      = false;
     thirteenComboBox2.AccentColor       = Color.White;
     thirteenComboBox2.BackColor         = Color.FromArgb(255, 255, 255);
     thirteenComboBox2.ColorScheme       = ThirteenComboBox.ColorSchemes.Dark;
     thirteenComboBox2.DrawMode          = DrawMode.OwnerDrawFixed;
     thirteenComboBox2.DropDownStyle     = ComboBoxStyle.DropDownList;
     thirteenComboBox2.Font              = new Font("Microsoft Sans Serif", 9.75f);
     thirteenComboBox2.ForeColor         = Color.Black;
     thirteenComboBox2.FormattingEnabled = true;
     thirteenComboBox2.Items.AddRange(new object[3]
     {
         ".exe",
         ".scr",
         ".com"
     });
     thirteenComboBox2.Location          = new Point(161, 314);
     thirteenComboBox2.Name              = "thirteenComboBox2";
     thirteenComboBox2.Size              = new Size(56, 23);
     thirteenComboBox2.TabIndex          = 44;
     thirteenComboBox1.AccentColor       = Color.White;
     thirteenComboBox1.BackColor         = Color.FromArgb(255, 255, 255);
     thirteenComboBox1.ColorScheme       = ThirteenComboBox.ColorSchemes.Dark;
     thirteenComboBox1.DrawMode          = DrawMode.OwnerDrawFixed;
     thirteenComboBox1.DropDownStyle     = ComboBoxStyle.DropDownList;
     thirteenComboBox1.Font              = new Font("Microsoft Sans Serif", 9.75f);
     thirteenComboBox1.ForeColor         = Color.Black;
     thirteenComboBox1.FormattingEnabled = true;
     thirteenComboBox1.Items.AddRange(new object[3]
     {
         "AppData",
         "ProgramData",
         "Temp"
     });
     thirteenComboBox1.Location   = new Point(161, 136);
     thirteenComboBox1.Name       = "thirteenComboBox1";
     thirteenComboBox1.Size       = new Size(137, 23);
     thirteenComboBox1.TabIndex   = 41;
     bunifuCustomLabel8.AutoSize  = true;
     bunifuCustomLabel8.Font      = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel8.Location  = new Point(49, 264);
     bunifuCustomLabel8.Name      = "bunifuCustomLabel8";
     bunifuCustomLabel8.Size      = new Size(70, 16);
     bunifuCustomLabel8.TabIndex  = 71;
     bunifuCustomLabel8.Text      = "Filename :";
     bunifuCustomLabel9.AutoSize  = true;
     bunifuCustomLabel9.Font      = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel9.Location  = new Point(49, 225);
     bunifuCustomLabel9.Name      = "bunifuCustomLabel9";
     bunifuCustomLabel9.Size      = new Size(87, 16);
     bunifuCustomLabel9.TabIndex  = 72;
     bunifuCustomLabel9.Text      = "Foldername :";
     bunifuCustomLabel10.AutoSize = true;
     bunifuCustomLabel10.Font     = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel10.Location = new Point(49, 180);
     bunifuCustomLabel10.Name     = "bunifuCustomLabel10";
     bunifuCustomLabel10.Size     = new Size(98, 16);
     bunifuCustomLabel10.TabIndex = 73;
     bunifuCustomLabel10.Text     = "Registryname :";
     bunifuCustomLabel11.AutoSize = true;
     bunifuCustomLabel11.Font     = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel11.Location = new Point(49, 139);
     bunifuCustomLabel11.Name     = "bunifuCustomLabel11";
     bunifuCustomLabel11.Size     = new Size(68, 16);
     bunifuCustomLabel11.TabIndex = 74;
     bunifuCustomLabel11.Text     = "Directory :";
     base.AutoScaleDimensions     = new SizeF(6f, 13f);
     base.AutoScaleMode           = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(710, 370);
     base.Controls.Add(bunifuCustomLabel11);
     base.Controls.Add(bunifuCustomLabel10);
     base.Controls.Add(bunifuCustomLabel9);
     base.Controls.Add(bunifuCustomLabel8);
     base.Controls.Add(bunifuCustomLabel12);
     base.Controls.Add(bunifuCheckbox9);
     base.Controls.Add(thirteenComboBox3);
     base.Controls.Add(bunifuCustomLabel5);
     base.Controls.Add(bunifuCheckbox4);
     base.Controls.Add(chromeRadioButton4);
     base.Controls.Add(chromeRadioButton3);
     base.Controls.Add(bunifuCustomTextbox4);
     base.Controls.Add(bunifuCustomLabel4);
     base.Controls.Add(bunifuCheckbox3);
     base.Controls.Add(bunifuCustomLabel3);
     base.Controls.Add(bunifuCheckbox2);
     base.Controls.Add(bunifuCustomLabel2);
     base.Controls.Add(bunifuCheckbox1);
     base.Controls.Add(bunifuCustomLabel1);
     base.Controls.Add(thirteenComboBox2);
     base.Controls.Add(thirteenComboBox1);
     base.Controls.Add(bunifuCustomTextbox3);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(bunifuCustomTextbox1);
     base.Controls.Add(bunifuCustomLabel7);
     base.Controls.Add(bunifuCheckbox5);
     base.Controls.Add(bunifuCustomLabel6);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "FileFrm";
     Text       = "FileFrm";
     base.Load += FileFrm_Load;
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 6
0
 public void InitializeComponent()
 {
     groupBox1            = new GroupBox();
     chromeRadioButton8   = new ChromeRadioButton();
     chromeRadioButton7   = new ChromeRadioButton();
     chromeRadioButton6   = new ChromeRadioButton();
     chromeRadioButton5   = new ChromeRadioButton();
     chromeRadioButton4   = new ChromeRadioButton();
     bunifuCheckbox1      = new BunifuCheckbox();
     bunifuCustomLabel5   = new BunifuCustomLabel();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCustomLabel2   = new BunifuCustomLabel();
     bunifuCheckbox2      = new BunifuCheckbox();
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     bunifuCustomLabel3   = new BunifuCustomLabel();
     bunifuCheckbox3      = new BunifuCheckbox();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuCustomLabel4   = new BunifuCustomLabel();
     bunifuCheckbox4      = new BunifuCheckbox();
     bunifuCustomLabel6   = new BunifuCustomLabel();
     bunifuCustomLabel7   = new BunifuCustomLabel();
     bunifuCheckbox5      = new BunifuCheckbox();
     bunifuCustomLabel8   = new BunifuCustomLabel();
     bunifuCheckbox6      = new BunifuCheckbox();
     bunifuCustomLabel9   = new BunifuCustomLabel();
     bunifuCheckbox7      = new BunifuCheckbox();
     bunifuCustomLabel10  = new BunifuCustomLabel();
     bunifuCustomLabel11  = new BunifuCustomLabel();
     groupBox2            = new GroupBox();
     chromeRadioButton13  = new ChromeRadioButton();
     chromeRadioButton12  = new ChromeRadioButton();
     chromeRadioButton11  = new ChromeRadioButton();
     chromeRadioButton10  = new ChromeRadioButton();
     chromeRadioButton9   = new ChromeRadioButton();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     base.SuspendLayout();
     groupBox1.Controls.Add(chromeRadioButton8);
     groupBox1.Controls.Add(chromeRadioButton7);
     groupBox1.Controls.Add(chromeRadioButton6);
     groupBox1.Controls.Add(chromeRadioButton5);
     groupBox1.Controls.Add(chromeRadioButton4);
     groupBox1.Location                 = new Point(129, 10);
     groupBox1.Name                     = "groupBox1";
     groupBox1.Size                     = new Size(127, 156);
     groupBox1.TabIndex                 = 3;
     groupBox1.TabStop                  = false;
     chromeRadioButton8.Checked         = false;
     chromeRadioButton8.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton8.Field           = 23;
     chromeRadioButton8.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton8.Image           = null;
     chromeRadioButton8.Location        = new Point(17, 70);
     chromeRadioButton8.Name            = "chromeRadioButton8";
     chromeRadioButton8.NoRounding      = false;
     chromeRadioButton8.Size            = new Size(81, 23);
     chromeRadioButton8.TabIndex        = 4;
     chromeRadioButton8.Text            = "Dllhost";
     chromeRadioButton8.Transparent     = false;
     chromeRadioButton8.Visible         = false;
     chromeRadioButton8.CheckedChanged += chromeRadioButton8_CheckedChanged;
     chromeRadioButton7.Checked         = false;
     chromeRadioButton7.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton7.Field           = 23;
     chromeRadioButton7.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton7.Image           = null;
     chromeRadioButton7.Location        = new Point(17, 38);
     chromeRadioButton7.Name            = "chromeRadioButton7";
     chromeRadioButton7.NoRounding      = false;
     chromeRadioButton7.Size            = new Size(81, 23);
     chromeRadioButton7.TabIndex        = 3;
     chromeRadioButton7.Text            = "Svchost";
     chromeRadioButton7.Transparent     = false;
     chromeRadioButton7.Visible         = false;
     chromeRadioButton7.CheckedChanged += chromeRadioButton7_CheckedChanged;
     chromeRadioButton6.Checked         = false;
     chromeRadioButton6.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton6.Field           = 23;
     chromeRadioButton6.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton6.Image           = null;
     chromeRadioButton6.Location        = new Point(17, 103);
     chromeRadioButton6.Name            = "chromeRadioButton6";
     chromeRadioButton6.NoRounding      = false;
     chromeRadioButton6.Size            = new Size(81, 23);
     chromeRadioButton6.TabIndex        = 2;
     chromeRadioButton6.Text            = "ItSelf";
     chromeRadioButton6.Transparent     = false;
     chromeRadioButton6.Visible         = false;
     chromeRadioButton6.CheckedChanged += chromeRadioButton6_CheckedChanged;
     chromeRadioButton5.Checked         = false;
     chromeRadioButton5.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton5.Field           = 23;
     chromeRadioButton5.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton5.Image           = null;
     chromeRadioButton5.Location        = new Point(17, 70);
     chromeRadioButton5.Name            = "chromeRadioButton5";
     chromeRadioButton5.NoRounding      = false;
     chromeRadioButton5.Size            = new Size(81, 23);
     chromeRadioButton5.TabIndex        = 1;
     chromeRadioButton5.Text            = "MSBuild";
     chromeRadioButton5.Transparent     = false;
     chromeRadioButton5.Visible         = false;
     chromeRadioButton5.CheckedChanged += chromeRadioButton5_CheckedChanged;
     chromeRadioButton4.Checked         = false;
     chromeRadioButton4.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton4.Field           = 23;
     chromeRadioButton4.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton4.Image           = null;
     chromeRadioButton4.Location        = new Point(17, 38);
     chromeRadioButton4.Name            = "chromeRadioButton4";
     chromeRadioButton4.NoRounding      = false;
     chromeRadioButton4.Size            = new Size(81, 23);
     chromeRadioButton4.TabIndex        = 0;
     chromeRadioButton4.Text            = "RegAsm";
     chromeRadioButton4.Transparent     = false;
     chromeRadioButton4.Visible         = false;
     chromeRadioButton4.CheckedChanged += chromeRadioButton4_CheckedChanged;
     bunifuCheckbox1.BackColor          = Color.SeaGreen;
     bunifuCheckbox1.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox1.Checked            = false;
     bunifuCheckbox1.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox1.ForeColor          = Color.White;
     bunifuCheckbox1.Location           = new Point(413, 52);
     bunifuCheckbox1.Name               = "bunifuCheckbox1";
     bunifuCheckbox1.Size               = new Size(20, 20);
     bunifuCheckbox1.TabIndex           = 4;
     bunifuCustomLabel5.AutoSize        = true;
     bunifuCustomLabel5.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel5.Location        = new Point(28, 14);
     bunifuCustomLabel5.Name            = "bunifuCustomLabel5";
     bunifuCustomLabel5.Size            = new Size(63, 16);
     bunifuCustomLabel5.TabIndex        = 22;
     bunifuCustomLabel5.Text            = "Injection :";
     bunifuCustomLabel1.AutoSize        = true;
     bunifuCustomLabel1.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location        = new Point(439, 53);
     bunifuCustomLabel1.Name            = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size            = new Size(132, 16);
     bunifuCustomLabel1.TabIndex        = 23;
     bunifuCustomLabel1.Text            = "Process Persistence";
     bunifuCustomLabel2.AutoSize        = true;
     bunifuCustomLabel2.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel2.Location        = new Point(439, 97);
     bunifuCustomLabel2.Name            = "bunifuCustomLabel2";
     bunifuCustomLabel2.Size            = new Size(77, 16);
     bunifuCustomLabel2.TabIndex        = 25;
     bunifuCustomLabel2.Text            = "Use Mutex :";
     bunifuCheckbox2.BackColor          = Color.SeaGreen;
     bunifuCheckbox2.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox2.Checked            = false;
     bunifuCheckbox2.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox2.ForeColor          = Color.White;
     bunifuCheckbox2.Location           = new Point(413, 96);
     bunifuCheckbox2.Name               = "bunifuCheckbox2";
     bunifuCheckbox2.Size               = new Size(20, 20);
     bunifuCheckbox2.TabIndex           = 24;
     bunifuCheckbox2.OnChange          += bunifuCheckbox2_OnChange;
     bunifuCustomTextbox1.BorderColor   = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle   = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location      = new Point(441, 133);
     bunifuCustomTextbox1.Multiline     = true;
     bunifuCustomTextbox1.Name          = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.Size          = new Size(208, 23);
     bunifuCustomTextbox1.TabIndex      = 26;
     bunifuCustomTextbox1.Text          = "** Key **";
     bunifuCustomTextbox1.TextAlign     = HorizontalAlignment.Center;
     bunifuCustomLabel3.AutoSize        = true;
     bunifuCustomLabel3.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel3.Location        = new Point(439, 175);
     bunifuCustomLabel3.Name            = "bunifuCustomLabel3";
     bunifuCustomLabel3.Size            = new Size(85, 16);
     bunifuCustomLabel3.TabIndex        = 28;
     bunifuCustomLabel3.Text            = "Bypass UAC";
     bunifuCheckbox3.BackColor          = Color.SeaGreen;
     bunifuCheckbox3.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox3.Checked            = false;
     bunifuCheckbox3.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox3.ForeColor          = Color.White;
     bunifuCheckbox3.Location           = new Point(413, 174);
     bunifuCheckbox3.Name               = "bunifuCheckbox3";
     bunifuCheckbox3.Size               = new Size(20, 20);
     bunifuCheckbox3.TabIndex           = 27;
     bunifuCustomTextbox2.BorderColor   = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle   = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location      = new Point(522, 223);
     bunifuCustomTextbox2.Multiline     = true;
     bunifuCustomTextbox2.Name          = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size          = new Size(41, 23);
     bunifuCustomTextbox2.TabIndex      = 31;
     bunifuCustomTextbox2.Text          = "5";
     bunifuCustomTextbox2.TextAlign     = HorizontalAlignment.Center;
     bunifuCustomLabel4.AutoSize        = true;
     bunifuCustomLabel4.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel4.Location        = new Point(439, 225);
     bunifuCustomLabel4.Name            = "bunifuCustomLabel4";
     bunifuCustomLabel4.Size            = new Size(78, 16);
     bunifuCustomLabel4.TabIndex        = 30;
     bunifuCustomLabel4.Text            = "Use Delay :";
     bunifuCheckbox4.BackColor          = Color.SeaGreen;
     bunifuCheckbox4.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox4.Checked            = false;
     bunifuCheckbox4.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox4.ForeColor          = Color.White;
     bunifuCheckbox4.Location           = new Point(413, 223);
     bunifuCheckbox4.Name               = "bunifuCheckbox4";
     bunifuCheckbox4.Size               = new Size(20, 20);
     bunifuCheckbox4.TabIndex           = 29;
     bunifuCustomLabel6.AutoSize        = true;
     bunifuCustomLabel6.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel6.Location        = new Point(28, 221);
     bunifuCustomLabel6.Name            = "bunifuCustomLabel6";
     bunifuCustomLabel6.Size            = new Size(43, 16);
     bunifuCustomLabel6.TabIndex        = 32;
     bunifuCustomLabel6.Text            = "Antis :";
     bunifuCustomLabel7.AutoSize        = true;
     bunifuCustomLabel7.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel7.Location        = new Point(77, 261);
     bunifuCustomLabel7.Name            = "bunifuCustomLabel7";
     bunifuCustomLabel7.Size            = new Size(73, 16);
     bunifuCustomLabel7.TabIndex        = 34;
     bunifuCustomLabel7.Text            = "Sandboxie";
     bunifuCheckbox5.BackColor          = Color.SeaGreen;
     bunifuCheckbox5.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox5.Checked            = false;
     bunifuCheckbox5.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox5.ForeColor          = Color.White;
     bunifuCheckbox5.Location           = new Point(51, 259);
     bunifuCheckbox5.Name               = "bunifuCheckbox5";
     bunifuCheckbox5.Size               = new Size(20, 20);
     bunifuCheckbox5.TabIndex           = 33;
     bunifuCustomLabel8.AutoSize        = true;
     bunifuCustomLabel8.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel8.Location        = new Point(77, 298);
     bunifuCustomLabel8.Name            = "bunifuCustomLabel8";
     bunifuCustomLabel8.Size            = new Size(137, 16);
     bunifuCustomLabel8.TabIndex        = 36;
     bunifuCustomLabel8.Text            = "Virtual Environnement";
     bunifuCheckbox6.BackColor          = Color.SeaGreen;
     bunifuCheckbox6.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox6.Checked            = false;
     bunifuCheckbox6.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox6.ForeColor          = Color.White;
     bunifuCheckbox6.Location           = new Point(51, 296);
     bunifuCheckbox6.Name               = "bunifuCheckbox6";
     bunifuCheckbox6.Size               = new Size(20, 20);
     bunifuCheckbox6.TabIndex           = 35;
     bunifuCustomLabel9.AutoSize        = true;
     bunifuCustomLabel9.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel9.Location        = new Point(77, 334);
     bunifuCustomLabel9.Name            = "bunifuCustomLabel9";
     bunifuCustomLabel9.Size            = new Size(69, 16);
     bunifuCustomLabel9.TabIndex        = 38;
     bunifuCustomLabel9.Text            = "Wireshark";
     bunifuCheckbox7.BackColor          = Color.SeaGreen;
     bunifuCheckbox7.ChechedOffColor    = Color.SeaGreen;
     bunifuCheckbox7.Checked            = false;
     bunifuCheckbox7.CheckedOnColor     = Color.SeaGreen;
     bunifuCheckbox7.ForeColor          = Color.White;
     bunifuCheckbox7.Location           = new Point(51, 332);
     bunifuCheckbox7.Name               = "bunifuCheckbox7";
     bunifuCheckbox7.Size               = new Size(20, 20);
     bunifuCheckbox7.TabIndex           = 37;
     bunifuCustomLabel10.AutoSize       = true;
     bunifuCustomLabel10.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel10.Location       = new Point(393, 14);
     bunifuCustomLabel10.Name           = "bunifuCustomLabel10";
     bunifuCustomLabel10.Size           = new Size(115, 16);
     bunifuCustomLabel10.TabIndex       = 39;
     bunifuCustomLabel10.Text           = "Process Settings :";
     bunifuCustomLabel11.AutoSize       = true;
     bunifuCustomLabel11.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel11.Location       = new Point(393, 263);
     bunifuCustomLabel11.Name           = "bunifuCustomLabel11";
     bunifuCustomLabel11.Size           = new Size(144, 16);
     bunifuCustomLabel11.TabIndex       = 40;
     bunifuCustomLabel11.Text           = "Stub Runtime Method : ";
     groupBox2.Controls.Add(chromeRadioButton13);
     groupBox2.Controls.Add(chromeRadioButton12);
     groupBox2.Controls.Add(chromeRadioButton11);
     groupBox2.Controls.Add(groupBox1);
     groupBox2.Location                  = new Point(31, 36);
     groupBox2.Name                      = "groupBox2";
     groupBox2.Size                      = new Size(271, 175);
     groupBox2.TabIndex                  = 43;
     groupBox2.TabStop                   = false;
     chromeRadioButton13.Checked         = false;
     chromeRadioButton13.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton13.Field           = 23;
     chromeRadioButton13.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton13.Image           = null;
     chromeRadioButton13.Location        = new Point(20, 125);
     chromeRadioButton13.Name            = "chromeRadioButton13";
     chromeRadioButton13.NoRounding      = false;
     chromeRadioButton13.Size            = new Size(95, 23);
     chromeRadioButton13.TabIndex        = 6;
     chromeRadioButton13.Text            = " Native";
     chromeRadioButton13.Transparent     = false;
     chromeRadioButton13.CheckedChanged += chromeRadioButton13_CheckedChanged;
     chromeRadioButton12.Checked         = false;
     chromeRadioButton12.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton12.Field           = 23;
     chromeRadioButton12.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton12.Image           = null;
     chromeRadioButton12.Location        = new Point(19, 81);
     chromeRadioButton12.Name            = "chromeRadioButton12";
     chromeRadioButton12.NoRounding      = false;
     chromeRadioButton12.Size            = new Size(95, 23);
     chromeRadioButton12.TabIndex        = 5;
     chromeRadioButton12.Text            = " .NET 4.0";
     chromeRadioButton12.Transparent     = false;
     chromeRadioButton12.CheckedChanged += chromeRadioButton12_CheckedChanged;
     chromeRadioButton11.Checked         = false;
     chromeRadioButton11.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton11.Field           = 23;
     chromeRadioButton11.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton11.Image           = null;
     chromeRadioButton11.Location        = new Point(20, 32);
     chromeRadioButton11.Name            = "chromeRadioButton11";
     chromeRadioButton11.NoRounding      = false;
     chromeRadioButton11.Size            = new Size(95, 23);
     chromeRadioButton11.TabIndex        = 4;
     chromeRadioButton11.Text            = " .NET 2.0";
     chromeRadioButton11.Transparent     = false;
     chromeRadioButton11.CheckedChanged += chromeRadioButton11_CheckedChanged;
     chromeRadioButton10.Checked         = false;
     chromeRadioButton10.Customization   = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton10.Field           = 23;
     chromeRadioButton10.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton10.Image           = null;
     chromeRadioButton10.Location        = new Point(413, 327);
     chromeRadioButton10.Name            = "chromeRadioButton10";
     chromeRadioButton10.NoRounding      = false;
     chromeRadioButton10.Size            = new Size(95, 23);
     chromeRadioButton10.TabIndex        = 44;
     chromeRadioButton10.Text            = " Auto Pump";
     chromeRadioButton10.Transparent     = false;
     chromeRadioButton9.Checked          = false;
     chromeRadioButton9.Customization    = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton9.Field            = 23;
     chromeRadioButton9.Font             = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton9.Image            = null;
     chromeRadioButton9.Location         = new Point(413, 298);
     chromeRadioButton9.Name             = "chromeRadioButton9";
     chromeRadioButton9.NoRounding       = false;
     chromeRadioButton9.Size             = new Size(95, 23);
     chromeRadioButton9.TabIndex         = 7;
     chromeRadioButton9.Text             = " Simple";
     chromeRadioButton9.Transparent      = false;
     base.AutoScaleDimensions            = new SizeF(6f, 13f);
     base.AutoScaleMode                  = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(710, 370);
     base.Controls.Add(chromeRadioButton10);
     base.Controls.Add(chromeRadioButton9);
     base.Controls.Add(groupBox2);
     base.Controls.Add(bunifuCustomLabel11);
     base.Controls.Add(bunifuCustomLabel10);
     base.Controls.Add(bunifuCustomLabel9);
     base.Controls.Add(bunifuCheckbox7);
     base.Controls.Add(bunifuCustomLabel8);
     base.Controls.Add(bunifuCheckbox6);
     base.Controls.Add(bunifuCustomLabel7);
     base.Controls.Add(bunifuCheckbox5);
     base.Controls.Add(bunifuCustomLabel6);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(bunifuCustomLabel4);
     base.Controls.Add(bunifuCheckbox4);
     base.Controls.Add(bunifuCustomLabel3);
     base.Controls.Add(bunifuCheckbox3);
     base.Controls.Add(bunifuCustomTextbox1);
     base.Controls.Add(bunifuCustomLabel2);
     base.Controls.Add(bunifuCheckbox2);
     base.Controls.Add(bunifuCustomLabel1);
     base.Controls.Add(bunifuCustomLabel5);
     base.Controls.Add(bunifuCheckbox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "Injections";
     Text       = "Injections";
     base.Load += Injections_Load;
     groupBox1.ResumeLayout(false);
     groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 7
0
        public void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(ScannerFrm));

            listView1            = new ListView();
            columnHeader1        = new ColumnHeader();
            columnHeader2        = new ColumnHeader();
            bunifuCustomLabel5   = new BunifuCustomLabel();
            bunifuCustomTextbox1 = new BunifuCustomTextbox();
            bunifuCustomLabel1   = new BunifuCustomLabel();
            bunifuCustomLabel2   = new BunifuCustomLabel();
            bunifuCustomLabel3   = new BunifuCustomLabel();
            bunifuFlatButton1    = new BunifuFlatButton();
            bunifuFlatButton2    = new BunifuFlatButton();
            bunifuTextbox2       = new BunifuTextbox();
            bunifuFlatButton3    = new BunifuFlatButton();
            pictureBox1          = new PictureBox();
            ((ISupportInitialize)pictureBox1).BeginInit();
            base.SuspendLayout();
            listView1.Columns.AddRange(new ColumnHeader[2]
            {
                columnHeader1,
                columnHeader2
            });
            listView1.Location = new Point(12, 12);
            listView1.Name     = "listView1";
            listView1.Size     = new Size(338, 402);
            listView1.TabIndex = 0;
            listView1.UseCompatibleStateImageBehavior = false;
            listView1.View                          = View.Details;
            columnHeader1.Text                      = "AntiVirus";
            columnHeader1.Width                     = 159;
            columnHeader2.Text                      = "Result";
            columnHeader2.Width                     = 174;
            bunifuCustomLabel5.AutoSize             = true;
            bunifuCustomLabel5.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel5.Location             = new Point(393, 12);
            bunifuCustomLabel5.Name                 = "bunifuCustomLabel5";
            bunifuCustomLabel5.Size                 = new Size(158, 16);
            bunifuCustomLabel5.TabIndex             = 65;
            bunifuCustomLabel5.Text                 = "Select The File To Scan :";
            bunifuCustomTextbox1.BorderColor        = Color.SeaGreen;
            bunifuCustomTextbox1.BorderStyle        = BorderStyle.FixedSingle;
            bunifuCustomTextbox1.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox1.Location           = new Point(396, 190);
            bunifuCustomTextbox1.Multiline          = true;
            bunifuCustomTextbox1.Name               = "bunifuCustomTextbox1";
            bunifuCustomTextbox1.Size               = new Size(285, 23);
            bunifuCustomTextbox1.TabIndex           = 66;
            bunifuCustomLabel1.AutoSize             = true;
            bunifuCustomLabel1.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel1.Location             = new Point(393, 151);
            bunifuCustomLabel1.Name                 = "bunifuCustomLabel1";
            bunifuCustomLabel1.Size                 = new Size(86, 16);
            bunifuCustomLabel1.TabIndex             = 67;
            bunifuCustomLabel1.Text                 = "Scan Result :";
            bunifuCustomLabel2.AutoSize             = true;
            bunifuCustomLabel2.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel2.Location             = new Point(393, 280);
            bunifuCustomLabel2.Name                 = "bunifuCustomLabel2";
            bunifuCustomLabel2.Size                 = new Size(52, 16);
            bunifuCustomLabel2.TabIndex             = 69;
            bunifuCustomLabel2.Text                 = "Result :";
            bunifuCustomLabel3.AutoSize             = true;
            bunifuCustomLabel3.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel3.Location             = new Point(451, 280);
            bunifuCustomLabel3.Name                 = "bunifuCustomLabel3";
            bunifuCustomLabel3.Size                 = new Size(40, 16);
            bunifuCustomLabel3.TabIndex             = 70;
            bunifuCustomLabel3.Text                 = "-- / 35";
            bunifuFlatButton1.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton1.BorderRadius          = 0;
            bunifuFlatButton1.ButtonText            = "Copy";
            bunifuFlatButton1.Cursor                = Cursors.Hand;
            bunifuFlatButton1.Iconcolor             = Color.Transparent;
//			bunifuFlatButton1.Iconimage = Resources._null;
            bunifuFlatButton1.Iconimage_right          = null;
            bunifuFlatButton1.Iconimage_right_Selected = null;
            bunifuFlatButton1.Iconimage_Selected       = null;
            bunifuFlatButton1.IconZoom              = 470.0;
            bunifuFlatButton1.IsTab                 = false;
            bunifuFlatButton1.Location              = new Point(396, 229);
            bunifuFlatButton1.Name                  = "bunifuFlatButton1";
            bunifuFlatButton1.Normalcolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.OnHovercolor          = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.OnHoverTextColor      = Color.White;
            bunifuFlatButton1.selected              = false;
            bunifuFlatButton1.Size                  = new Size(285, 29);
            bunifuFlatButton1.TabIndex              = 68;
            bunifuFlatButton1.Textcolor             = Color.White;
            bunifuFlatButton1.TextFont              = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton1.Click                += bunifuFlatButton1_Click;
            bunifuFlatButton2.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton2.BorderRadius          = 0;
            bunifuFlatButton2.ButtonText            = "...";
            bunifuFlatButton2.Cursor                = Cursors.Hand;
            bunifuFlatButton2.Iconcolor             = Color.Transparent;
//			bunifuFlatButton2.Iconimage = Resources._null;
            bunifuFlatButton2.Iconimage_right          = null;
            bunifuFlatButton2.Iconimage_right_Selected = null;
            bunifuFlatButton2.Iconimage_Selected       = null;
            bunifuFlatButton2.IconZoom         = 60.0;
            bunifuFlatButton2.IsTab            = false;
            bunifuFlatButton2.Location         = new Point(609, 50);
            bunifuFlatButton2.Name             = "bunifuFlatButton2";
            bunifuFlatButton2.Normalcolor      = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHovercolor     = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHoverTextColor = Color.White;
            bunifuFlatButton2.selected         = false;
            bunifuFlatButton2.Size             = new Size(73, 29);
            bunifuFlatButton2.TabIndex         = 64;
            bunifuFlatButton2.Textcolor        = Color.White;
            bunifuFlatButton2.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton2.Click           += bunifuFlatButton2_Click;
            bunifuTextbox2.AllowDrop           = true;
            bunifuTextbox2.BackColor           = Color.White;
//			bunifuTextbox2.BackgroundImage = (Image)componentResourceManager.GetObject("bunifuTextbox2.BackgroundImage");
            bunifuTextbox2.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuTextbox2.BorderStyle           = BorderStyle.FixedSingle;
            bunifuTextbox2.ForeColor             = Color.Black;
//			bunifuTextbox2.Icon = (Image)componentResourceManager.GetObject("bunifuTextbox2.Icon");
            bunifuTextbox2.Location                 = new Point(397, 50);
            bunifuTextbox2.Name                     = "bunifuTextbox2";
            bunifuTextbox2.Size                     = new Size(206, 29);
            bunifuTextbox2.TabIndex                 = 63;
            bunifuTextbox2.text                     = "";
            bunifuFlatButton3.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton3.BorderRadius          = 0;
            bunifuFlatButton3.ButtonText            = "Scan";
            bunifuFlatButton3.Cursor                = Cursors.Hand;
            bunifuFlatButton3.Iconcolor             = Color.Transparent;
//			bunifuFlatButton3.Iconimage = Resources._null;
            bunifuFlatButton3.Iconimage_right          = null;
            bunifuFlatButton3.Iconimage_right_Selected = null;
            bunifuFlatButton3.Iconimage_Selected       = null;
            bunifuFlatButton3.IconZoom         = 470.0;
            bunifuFlatButton3.IsTab            = false;
            bunifuFlatButton3.Location         = new Point(397, 97);
            bunifuFlatButton3.Name             = "bunifuFlatButton3";
            bunifuFlatButton3.Normalcolor      = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.OnHovercolor     = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.OnHoverTextColor = Color.White;
            bunifuFlatButton3.selected         = false;
            bunifuFlatButton3.Size             = new Size(285, 29);
            bunifuFlatButton3.TabIndex         = 71;
            bunifuFlatButton3.Textcolor        = Color.White;
            bunifuFlatButton3.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton3.Click           += bunifuFlatButton3_Click;
            pictureBox1.Location     = new Point(504, 322);
            pictureBox1.Name         = "pictureBox1";
            pictureBox1.Size         = new Size(58, 58);
            pictureBox1.TabIndex     = 72;
            pictureBox1.TabStop      = false;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = AutoScaleMode.Font;
            BackColor       = Color.White;
            base.ClientSize = new Size(710, 426);
            base.Controls.Add(pictureBox1);
            base.Controls.Add(bunifuFlatButton3);
            base.Controls.Add(bunifuCustomLabel3);
            base.Controls.Add(bunifuCustomLabel2);
            base.Controls.Add(bunifuFlatButton1);
            base.Controls.Add(bunifuCustomLabel1);
            base.Controls.Add(bunifuCustomTextbox1);
            base.Controls.Add(bunifuCustomLabel5);
            base.Controls.Add(bunifuFlatButton2);
            base.Controls.Add(bunifuTextbox2);
            base.Controls.Add(listView1);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Name            = "ScannerFrm";
            Text       = "ScannerFrm";
            base.Load += ScannerFrm_Load;
            ((ISupportInitialize)pictureBox1).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Exemplo n.º 8
0
 public void InitializeComponent()
 {
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     bunifuCustomLabel7   = new BunifuCustomLabel();
     bunifuCheckbox5      = new BunifuCheckbox();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCheckbox1      = new BunifuCheckbox();
     chromeRadioButton4   = new ChromeRadioButton();
     chromeRadioButton3   = new ChromeRadioButton();
     chromeRadioButton2   = new ChromeRadioButton();
     chromeRadioButton8   = new ChromeRadioButton();
     base.SuspendLayout();
     bunifuCustomTextbox1.AllowDrop    = true;
     bunifuCustomTextbox1.BackColor    = Color.White;
     bunifuCustomTextbox1.BorderColor  = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle  = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location     = new Point(12, 48);
     bunifuCustomTextbox1.Multiline    = true;
     bunifuCustomTextbox1.Name         = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.ScrollBars   = ScrollBars.Horizontal;
     bunifuCustomTextbox1.Size         = new Size(686, 265);
     bunifuCustomTextbox1.TabIndex     = 1;
     bunifuCustomTextbox1.TextChanged += bunifuCustomTextbox1_TextChanged;
     bunifuCustomLabel7.AutoSize       = true;
     bunifuCustomLabel7.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel7.Location       = new Point(39, 17);
     bunifuCustomLabel7.Name           = "bunifuCustomLabel7";
     bunifuCustomLabel7.Size           = new Size(125, 16);
     bunifuCustomLabel7.TabIndex       = 39;
     bunifuCustomLabel7.Text           = "Add Custome Code";
     bunifuCheckbox5.BackColor         = Color.SeaGreen;
     bunifuCheckbox5.ChechedOffColor   = Color.SeaGreen;
     bunifuCheckbox5.Checked           = false;
     bunifuCheckbox5.CheckedOnColor    = Color.SeaGreen;
     bunifuCheckbox5.ForeColor         = Color.White;
     bunifuCheckbox5.Location          = new Point(13, 15);
     bunifuCheckbox5.Name              = "bunifuCheckbox5";
     bunifuCheckbox5.Size              = new Size(20, 20);
     bunifuCheckbox5.TabIndex          = 38;
     bunifuCustomLabel1.AutoSize       = true;
     bunifuCustomLabel1.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location       = new Point(492, 332);
     bunifuCustomLabel1.Name           = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size           = new Size(69, 16);
     bunifuCustomLabel1.TabIndex       = 46;
     bunifuCustomLabel1.Text           = "Obfuscate";
     bunifuCustomLabel1.Visible        = false;
     bunifuCheckbox1.BackColor         = Color.SeaGreen;
     bunifuCheckbox1.ChechedOffColor   = Color.SeaGreen;
     bunifuCheckbox1.Checked           = false;
     bunifuCheckbox1.CheckedOnColor    = Color.SeaGreen;
     bunifuCheckbox1.ForeColor         = Color.White;
     bunifuCheckbox1.Location          = new Point(467, 330);
     bunifuCheckbox1.Name              = "bunifuCheckbox1";
     bunifuCheckbox1.Size              = new Size(20, 20);
     bunifuCheckbox1.TabIndex          = 45;
     bunifuCheckbox1.Visible           = false;
     chromeRadioButton4.Checked        = false;
     chromeRadioButton4.Customization  = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton4.Field          = 23;
     chromeRadioButton4.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton4.Image          = null;
     chromeRadioButton4.Location       = new Point(131, 330);
     chromeRadioButton4.Name           = "chromeRadioButton4";
     chromeRadioButton4.NoRounding     = false;
     chromeRadioButton4.Size           = new Size(97, 23);
     chromeRadioButton4.TabIndex       = 44;
     chromeRadioButton4.Text           = "After Delay";
     chromeRadioButton4.Transparent    = false;
     chromeRadioButton3.Checked        = false;
     chromeRadioButton3.Customization  = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton3.Field          = 23;
     chromeRadioButton3.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton3.Image          = null;
     chromeRadioButton3.Location       = new Point(234, 330);
     chromeRadioButton3.Name           = "chromeRadioButton3";
     chromeRadioButton3.NoRounding     = false;
     chromeRadioButton3.Size           = new Size(114, 23);
     chromeRadioButton3.TabIndex       = 43;
     chromeRadioButton3.Text           = "Before Startup";
     chromeRadioButton3.Transparent    = false;
     chromeRadioButton2.Checked        = false;
     chromeRadioButton2.Customization  = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton2.Field          = 23;
     chromeRadioButton2.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton2.Image          = null;
     chromeRadioButton2.Location       = new Point(354, 330);
     chromeRadioButton2.Name           = "chromeRadioButton2";
     chromeRadioButton2.NoRounding     = false;
     chromeRadioButton2.Size           = new Size(104, 23);
     chromeRadioButton2.TabIndex       = 42;
     chromeRadioButton2.Text           = "After Startup";
     chromeRadioButton2.Transparent    = false;
     chromeRadioButton8.Checked        = false;
     chromeRadioButton8.Customization  = "AAAA////////////AAAA/wAAAP8=";
     chromeRadioButton8.Field          = 23;
     chromeRadioButton8.Font           = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     chromeRadioButton8.Image          = null;
     chromeRadioButton8.Location       = new Point(13, 330);
     chromeRadioButton8.Name           = "chromeRadioButton8";
     chromeRadioButton8.NoRounding     = false;
     chromeRadioButton8.Size           = new Size(112, 23);
     chromeRadioButton8.TabIndex       = 40;
     chromeRadioButton8.Text           = " Script Header";
     chromeRadioButton8.Transparent    = false;
     base.AutoScaleDimensions          = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     BackColor          = Color.White;
     base.ClientSize    = new Size(710, 370);
     base.Controls.Add(bunifuCustomLabel1);
     base.Controls.Add(bunifuCheckbox1);
     base.Controls.Add(chromeRadioButton4);
     base.Controls.Add(chromeRadioButton3);
     base.Controls.Add(chromeRadioButton2);
     base.Controls.Add(chromeRadioButton8);
     base.Controls.Add(bunifuCustomLabel7);
     base.Controls.Add(bunifuCheckbox5);
     base.Controls.Add(bunifuCustomTextbox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "CustomCodeFrm";
     Text       = "v";
     base.Load += CustomCodeFrm_Load;
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 9
0
        private void InitializeComponent()
        {
            bunifuCustomTextbox1 = new BunifuCustomTextbox();
            bunifuCustomLabel1   = new BunifuCustomLabel();
            bunifuFlatButton2    = new BunifuFlatButton();
            bunifuCustomLabel2   = new BunifuCustomLabel();
            bunifuCustomTextbox2 = new BunifuCustomTextbox();
            bunifuFlatButton1    = new BunifuFlatButton();
            bunifuFlatButton3    = new BunifuFlatButton();
            bunifuFlatButton4    = new BunifuFlatButton();
            bunifuCustomTextbox3 = new BunifuCustomTextbox();
            bunifuCustomLabel3   = new BunifuCustomLabel();
            bunifuCustomLabel4   = new BunifuCustomLabel();
            chromeRadioButton1   = new ChromeRadioButton();
            chromeRadioButton11  = new ChromeRadioButton();
            chromeRadioButton2   = new ChromeRadioButton();
            chromeRadioButton3   = new ChromeRadioButton();
            bunifuCustomLabel5   = new BunifuCustomLabel();
            bunifuFlatButton5    = new BunifuFlatButton();
            bunifuCustomTextbox4 = new BunifuCustomTextbox();
            bunifuCheckbox5      = new BunifuCheckbox();
            bunifuFlatButton6    = new BunifuFlatButton();
            base.SuspendLayout();
            bunifuCustomTextbox1.BorderColor        = Color.SeaGreen;
            bunifuCustomTextbox1.BorderStyle        = BorderStyle.FixedSingle;
            bunifuCustomTextbox1.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox1.Location           = new Point(77, 38);
            bunifuCustomTextbox1.Multiline          = true;
            bunifuCustomTextbox1.Name               = "bunifuCustomTextbox1";
            bunifuCustomTextbox1.Size               = new Size(391, 28);
            bunifuCustomTextbox1.TabIndex           = 28;
            bunifuCustomTextbox1.Text               = "URL";
            bunifuCustomTextbox1.TextAlign          = HorizontalAlignment.Center;
            bunifuCustomLabel1.AutoSize             = true;
            bunifuCustomLabel1.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel1.Location             = new Point(58, 14);
            bunifuCustomLabel1.Name                 = "bunifuCustomLabel1";
            bunifuCustomLabel1.Size                 = new Size(87, 16);
            bunifuCustomLabel1.TabIndex             = 66;
            bunifuCustomLabel1.Text                 = "Downloader :";
            bunifuFlatButton2.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton2.BorderRadius          = 0;
            bunifuFlatButton2.ButtonText            = " Build";
            bunifuFlatButton2.Cursor                = Cursors.Hand;
            bunifuFlatButton2.Iconcolor             = Color.Transparent;
//			bunifuFlatButton2.Iconimage = Resources._null;
            bunifuFlatButton2.Iconimage_right          = null;
            bunifuFlatButton2.Iconimage_right_Selected = null;
            bunifuFlatButton2.Iconimage_Selected       = null;
            bunifuFlatButton2.IconZoom              = 1050.0;
            bunifuFlatButton2.IsTab                 = false;
            bunifuFlatButton2.Location              = new Point(77, 169);
            bunifuFlatButton2.Name                  = "bunifuFlatButton2";
            bunifuFlatButton2.Normalcolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHovercolor          = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHoverTextColor      = Color.White;
            bunifuFlatButton2.selected              = false;
            bunifuFlatButton2.Size                  = new Size(572, 29);
            bunifuFlatButton2.TabIndex              = 67;
            bunifuFlatButton2.Textcolor             = Color.White;
            bunifuFlatButton2.TextFont              = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton2.Click                += bunifuFlatButton2_Click;
            bunifuCustomLabel2.AutoSize             = true;
            bunifuCustomLabel2.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel2.Location             = new Point(58, 209);
            bunifuCustomLabel2.Name                 = "bunifuCustomLabel2";
            bunifuCustomLabel2.Size                 = new Size(138, 16);
            bunifuCustomLabel2.TabIndex             = 69;
            bunifuCustomLabel2.Text                 = "Version Info Changer :";
            bunifuCustomTextbox2.AllowDrop          = true;
            bunifuCustomTextbox2.BorderColor        = Color.SeaGreen;
            bunifuCustomTextbox2.BorderStyle        = BorderStyle.FixedSingle;
            bunifuCustomTextbox2.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox2.Location           = new Point(86, 266);
            bunifuCustomTextbox2.Multiline          = true;
            bunifuCustomTextbox2.Name               = "bunifuCustomTextbox2";
            bunifuCustomTextbox2.Size               = new Size(475, 29);
            bunifuCustomTextbox2.TabIndex           = 68;
            bunifuCustomTextbox2.TextAlign          = HorizontalAlignment.Center;
            bunifuFlatButton1.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton1.BorderRadius          = 0;
            bunifuFlatButton1.ButtonText            = "...";
            bunifuFlatButton1.Cursor                = Cursors.Hand;
            bunifuFlatButton1.Iconcolor             = Color.Transparent;
//			bunifuFlatButton1.Iconimage = Resources._null;
            bunifuFlatButton1.Iconimage_right          = null;
            bunifuFlatButton1.Iconimage_right_Selected = null;
            bunifuFlatButton1.Iconimage_Selected       = null;
            bunifuFlatButton1.IconZoom              = 60.0;
            bunifuFlatButton1.IsTab                 = false;
            bunifuFlatButton1.Location              = new Point(576, 266);
            bunifuFlatButton1.Name                  = "bunifuFlatButton1";
            bunifuFlatButton1.Normalcolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.OnHovercolor          = Color.FromArgb(23, 27, 35);
            bunifuFlatButton1.OnHoverTextColor      = Color.White;
            bunifuFlatButton1.selected              = false;
            bunifuFlatButton1.Size                  = new Size(73, 29);
            bunifuFlatButton1.TabIndex              = 70;
            bunifuFlatButton1.Textcolor             = Color.White;
            bunifuFlatButton1.TextFont              = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton1.Click                += bunifuFlatButton1_Click;
            bunifuFlatButton3.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton3.BorderRadius          = 0;
            bunifuFlatButton3.ButtonText            = " Change";
            bunifuFlatButton3.Cursor                = Cursors.Hand;
            bunifuFlatButton3.Iconcolor             = Color.Transparent;
//			bunifuFlatButton3.Iconimage = Resources._null;
            bunifuFlatButton3.Iconimage_right          = null;
            bunifuFlatButton3.Iconimage_right_Selected = null;
            bunifuFlatButton3.Iconimage_Selected       = null;
            bunifuFlatButton3.IconZoom              = 600.0;
            bunifuFlatButton3.IsTab                 = false;
            bunifuFlatButton3.Location              = new Point(275, 376);
            bunifuFlatButton3.Name                  = "bunifuFlatButton3";
            bunifuFlatButton3.Normalcolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.OnHovercolor          = Color.FromArgb(23, 27, 35);
            bunifuFlatButton3.OnHoverTextColor      = Color.White;
            bunifuFlatButton3.selected              = false;
            bunifuFlatButton3.Size                  = new Size(374, 29);
            bunifuFlatButton3.TabIndex              = 71;
            bunifuFlatButton3.Textcolor             = Color.White;
            bunifuFlatButton3.TextFont              = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton3.Click                += bunifuFlatButton3_Click;
            bunifuFlatButton4.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton4.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton4.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton4.BorderRadius          = 0;
            bunifuFlatButton4.ButtonText            = "...";
            bunifuFlatButton4.Cursor                = Cursors.Hand;
            bunifuFlatButton4.Iconcolor             = Color.Transparent;
//			bunifuFlatButton4.Iconimage = Resources._null;
            bunifuFlatButton4.Iconimage_right          = null;
            bunifuFlatButton4.Iconimage_right_Selected = null;
            bunifuFlatButton4.Iconimage_Selected       = null;
            bunifuFlatButton4.IconZoom              = 60.0;
            bunifuFlatButton4.IsTab                 = false;
            bunifuFlatButton4.Location              = new Point(576, 333);
            bunifuFlatButton4.Name                  = "bunifuFlatButton4";
            bunifuFlatButton4.Normalcolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton4.OnHovercolor          = Color.FromArgb(23, 27, 35);
            bunifuFlatButton4.OnHoverTextColor      = Color.White;
            bunifuFlatButton4.selected              = false;
            bunifuFlatButton4.Size                  = new Size(73, 29);
            bunifuFlatButton4.TabIndex              = 73;
            bunifuFlatButton4.Textcolor             = Color.White;
            bunifuFlatButton4.TextFont              = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton4.Click                += bunifuFlatButton4_Click;
            bunifuCustomTextbox3.AllowDrop          = true;
            bunifuCustomTextbox3.BorderColor        = Color.SeaGreen;
            bunifuCustomTextbox3.BorderStyle        = BorderStyle.FixedSingle;
            bunifuCustomTextbox3.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox3.Location           = new Point(86, 333);
            bunifuCustomTextbox3.Multiline          = true;
            bunifuCustomTextbox3.Name               = "bunifuCustomTextbox3";
            bunifuCustomTextbox3.Size               = new Size(475, 29);
            bunifuCustomTextbox3.TabIndex           = 72;
            bunifuCustomTextbox3.TextAlign          = HorizontalAlignment.Center;
            bunifuCustomLabel3.AutoSize             = true;
            bunifuCustomLabel3.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel3.Location             = new Point(83, 305);
            bunifuCustomLabel3.Name                 = "bunifuCustomLabel3";
            bunifuCustomLabel3.Size                 = new Size(142, 16);
            bunifuCustomLabel3.TabIndex             = 76;
            bunifuCustomLabel3.Text                 = "Version Info To Clone :";
            bunifuCustomLabel4.AutoSize             = true;
            bunifuCustomLabel4.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel4.Location             = new Point(83, 239);
            bunifuCustomLabel4.Name                 = "bunifuCustomLabel4";
            bunifuCustomLabel4.Size                 = new Size(36, 16);
            bunifuCustomLabel4.TabIndex             = 77;
            bunifuCustomLabel4.Text                 = "File :";
            chromeRadioButton1.Checked              = false;
            chromeRadioButton1.Customization        = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton1.Field                = 23;
            chromeRadioButton1.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            chromeRadioButton1.Image                = null;
            chromeRadioButton1.Location             = new Point(166, 379);
            chromeRadioButton1.Name                 = "chromeRadioButton1";
            chromeRadioButton1.NoRounding           = false;
            chromeRadioButton1.Size                 = new Size(95, 23);
            chromeRadioButton1.TabIndex             = 75;
            chromeRadioButton1.Text                 = "Random";
            chromeRadioButton1.Transparent          = false;
            chromeRadioButton11.Checked             = false;
            chromeRadioButton11.Customization       = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton11.Field               = 23;
            chromeRadioButton11.Font                = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            chromeRadioButton11.Image               = null;
            chromeRadioButton11.Location            = new Point(86, 379);
            chromeRadioButton11.Name                = "chromeRadioButton11";
            chromeRadioButton11.NoRounding          = false;
            chromeRadioButton11.Size                = new Size(95, 23);
            chromeRadioButton11.TabIndex            = 74;
            chromeRadioButton11.Text                = "Clone";
            chromeRadioButton11.Transparent         = false;
            chromeRadioButton2.Checked              = false;
            chromeRadioButton2.Customization        = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton2.Field                = 23;
            chromeRadioButton2.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            chromeRadioButton2.Image                = null;
            chromeRadioButton2.Location             = new Point(211, 138);
            chromeRadioButton2.Name                 = "chromeRadioButton2";
            chromeRadioButton2.NoRounding           = false;
            chromeRadioButton2.Size                 = new Size(125, 23);
            chromeRadioButton2.TabIndex             = 79;
            chromeRadioButton2.Text                 = "Frameworks 4.0";
            chromeRadioButton2.Transparent          = false;
            chromeRadioButton3.Checked              = false;
            chromeRadioButton3.Customization        = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton3.Field                = 23;
            chromeRadioButton3.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            chromeRadioButton3.Image                = null;
            chromeRadioButton3.Location             = new Point(77, 138);
            chromeRadioButton3.Name                 = "chromeRadioButton3";
            chromeRadioButton3.NoRounding           = false;
            chromeRadioButton3.Size                 = new Size(119, 23);
            chromeRadioButton3.TabIndex             = 78;
            chromeRadioButton3.Text                 = "Frameworks 2.0";
            chromeRadioButton3.Transparent          = false;
            bunifuCustomLabel5.AutoSize             = true;
            bunifuCustomLabel5.Font                 = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel5.Location             = new Point(102, 75);
            bunifuCustomLabel5.Name                 = "bunifuCustomLabel5";
            bunifuCustomLabel5.Size                 = new Size(78, 16);
            bunifuCustomLabel5.TabIndex             = 82;
            bunifuCustomLabel5.Text                 = "Bind A File :";
            bunifuFlatButton5.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton5.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton5.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton5.BorderRadius          = 0;
            bunifuFlatButton5.ButtonText            = "...";
            bunifuFlatButton5.Cursor                = Cursors.Hand;
            bunifuFlatButton5.Iconcolor             = Color.Transparent;
//			bunifuFlatButton5.Iconimage = Resources._null;
            bunifuFlatButton5.Iconimage_right          = null;
            bunifuFlatButton5.Iconimage_right_Selected = null;
            bunifuFlatButton5.Iconimage_Selected       = null;
            bunifuFlatButton5.IconZoom         = 60.0;
            bunifuFlatButton5.IsTab            = false;
            bunifuFlatButton5.Location         = new Point(567, 101);
            bunifuFlatButton5.Name             = "bunifuFlatButton5";
            bunifuFlatButton5.Normalcolor      = Color.FromArgb(23, 27, 35);
            bunifuFlatButton5.OnHovercolor     = Color.FromArgb(23, 27, 35);
            bunifuFlatButton5.OnHoverTextColor = Color.White;
            bunifuFlatButton5.selected         = false;
            bunifuFlatButton5.Size             = new Size(73, 29);
            bunifuFlatButton5.TabIndex         = 81;
            bunifuFlatButton5.Textcolor        = Color.White;
            bunifuFlatButton5.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton5.Click           += bunifuFlatButton5_Click;
            bunifuCustomTextbox4.AllowDrop     = true;
            bunifuCustomTextbox4.BorderColor   = Color.SeaGreen;
            bunifuCustomTextbox4.BorderStyle   = BorderStyle.FixedSingle;
            bunifuCustomTextbox4.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox4.Location      = new Point(77, 101);
            bunifuCustomTextbox4.Multiline     = true;
            bunifuCustomTextbox4.Name          = "bunifuCustomTextbox4";
            bunifuCustomTextbox4.Size          = new Size(475, 29);
            bunifuCustomTextbox4.TabIndex      = 80;
            bunifuCustomTextbox4.TextAlign     = HorizontalAlignment.Center;
            bunifuCheckbox5.BackColor          = Color.SeaGreen;
            bunifuCheckbox5.ChechedOffColor    = Color.SeaGreen;
            bunifuCheckbox5.Checked            = false;
            bunifuCheckbox5.CheckedOnColor     = Color.SeaGreen;
            bunifuCheckbox5.ForeColor          = Color.White;
            bunifuCheckbox5.Location           = new Point(77, 74);
            bunifuCheckbox5.Name                    = "bunifuCheckbox5";
            bunifuCheckbox5.Size                    = new Size(20, 20);
            bunifuCheckbox5.TabIndex                = 83;
            bunifuFlatButton6.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton6.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton6.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton6.BorderRadius          = 0;
            bunifuFlatButton6.ButtonText            = "Encrypt Your File";
            bunifuFlatButton6.Cursor                = Cursors.Hand;
            bunifuFlatButton6.Iconcolor             = Color.Transparent;
//			bunifuFlatButton6.Iconimage = Resources._null;
            bunifuFlatButton6.Iconimage_right          = null;
            bunifuFlatButton6.Iconimage_right_Selected = null;
            bunifuFlatButton6.Iconimage_Selected       = null;
            bunifuFlatButton6.IconZoom         = 50.0;
            bunifuFlatButton6.IsTab            = false;
            bunifuFlatButton6.Location         = new Point(474, 38);
            bunifuFlatButton6.Name             = "bunifuFlatButton6";
            bunifuFlatButton6.Normalcolor      = Color.FromArgb(23, 27, 35);
            bunifuFlatButton6.OnHovercolor     = Color.FromArgb(23, 27, 35);
            bunifuFlatButton6.OnHoverTextColor = Color.White;
            bunifuFlatButton6.selected         = false;
            bunifuFlatButton6.Size             = new Size(166, 29);
            bunifuFlatButton6.TabIndex         = 84;
            bunifuFlatButton6.Textcolor        = Color.White;
            bunifuFlatButton6.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton6.Click           += bunifuFlatButton6_Click;
            base.AutoScaleDimensions           = new SizeF(6f, 13f);
            base.AutoScaleMode = AutoScaleMode.Font;
            BackColor          = Color.White;
            base.ClientSize    = new Size(710, 426);
            base.Controls.Add(bunifuFlatButton6);
            base.Controls.Add(bunifuCheckbox5);
            base.Controls.Add(bunifuCustomLabel5);
            base.Controls.Add(bunifuFlatButton5);
            base.Controls.Add(bunifuCustomTextbox4);
            base.Controls.Add(chromeRadioButton2);
            base.Controls.Add(chromeRadioButton3);
            base.Controls.Add(bunifuCustomLabel4);
            base.Controls.Add(bunifuCustomLabel3);
            base.Controls.Add(chromeRadioButton1);
            base.Controls.Add(chromeRadioButton11);
            base.Controls.Add(bunifuFlatButton4);
            base.Controls.Add(bunifuCustomTextbox3);
            base.Controls.Add(bunifuFlatButton3);
            base.Controls.Add(bunifuFlatButton1);
            base.Controls.Add(bunifuCustomLabel2);
            base.Controls.Add(bunifuCustomTextbox2);
            base.Controls.Add(bunifuFlatButton2);
            base.Controls.Add(bunifuCustomLabel1);
            base.Controls.Add(bunifuCustomTextbox1);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Name            = "ExtraFrm";
            Text       = "ExtraFrm";
            base.Load += ExtraFrm_Load;
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Exemplo n.º 10
0
 public void InitializeComponent()
 {
     bunifuCustomTextbox1 = new BunifuCustomTextbox();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCustomLabel2   = new BunifuCustomLabel();
     bunifuCustomLabel3   = new BunifuCustomLabel();
     bunifuCustomLabel4   = new BunifuCustomLabel();
     bunifuSeparator1     = new BunifuSeparator();
     pictureBox1          = new PictureBox();
     bunifuCustomLabel5   = new BunifuCustomLabel();
     bunifuSeparator2     = new BunifuSeparator();
     ((ISupportInitialize)pictureBox1).BeginInit();
     base.SuspendLayout();
     bunifuCustomTextbox1.BackColor   = Color.White;
     bunifuCustomTextbox1.BorderColor = Color.SeaGreen;
     bunifuCustomTextbox1.BorderStyle = BorderStyle.FixedSingle;
     bunifuCustomTextbox1.Font        = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox1.Location    = new Point(16, 12);
     bunifuCustomTextbox1.Multiline   = true;
     bunifuCustomTextbox1.Name        = "bunifuCustomTextbox1";
     bunifuCustomTextbox1.ScrollBars  = ScrollBars.Horizontal;
     bunifuCustomTextbox1.Size        = new Size(345, 402);
     bunifuCustomTextbox1.TabIndex    = 0;
     bunifuCustomLabel1.AutoSize      = true;
     bunifuCustomLabel1.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location      = new Point(390, 54);
     bunifuCustomLabel1.Name          = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size          = new Size(117, 16);
     bunifuCustomLabel1.TabIndex      = 1;
     bunifuCustomLabel1.Text          = "Last Stub Update :";
     bunifuCustomLabel2.AutoSize      = true;
     bunifuCustomLabel2.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel2.Location      = new Point(525, 54);
     bunifuCustomLabel2.Name          = "bunifuCustomLabel2";
     bunifuCustomLabel2.Size          = new Size(70, 16);
     bunifuCustomLabel2.TabIndex      = 2;
     bunifuCustomLabel2.Text          = "25 - 11 - 16";
     bunifuCustomLabel2.Click        += bunifuCustomLabel2_Click;
     bunifuCustomLabel3.AutoSize      = true;
     bunifuCustomLabel3.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel3.Location      = new Point(525, 16);
     bunifuCustomLabel3.Name          = "bunifuCustomLabel3";
     bunifuCustomLabel3.Size          = new Size(70, 16);
     bunifuCustomLabel3.TabIndex      = 4;
     bunifuCustomLabel3.Text          = "25 - 11 - 16";
     bunifuCustomLabel4.AutoSize      = true;
     bunifuCustomLabel4.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel4.Location      = new Point(390, 16);
     bunifuCustomLabel4.Name          = "bunifuCustomLabel4";
     bunifuCustomLabel4.Size          = new Size(132, 16);
     bunifuCustomLabel4.TabIndex      = 3;
     bunifuCustomLabel4.Text          = "Last Builder Update :";
     bunifuSeparator1.BackColor       = Color.Transparent;
     bunifuSeparator1.LineColor       = Color.FromArgb(105, 105, 105);
     bunifuSeparator1.LineThickness   = 1;
     bunifuSeparator1.Location        = new Point(393, 241);
     bunifuSeparator1.Name            = "bunifuSeparator1";
     bunifuSeparator1.Size            = new Size(273, 35);
     bunifuSeparator1.TabIndex        = 5;
     bunifuSeparator1.Transparency    = 255;
     bunifuSeparator1.Vertical        = false;
     //	pictureBox1.Image = Resources.user_icon;
     pictureBox1.Location           = new Point(393, 285);
     pictureBox1.Name               = "pictureBox1";
     pictureBox1.Size               = new Size(100, 100);
     pictureBox1.SizeMode           = PictureBoxSizeMode.StretchImage;
     pictureBox1.TabIndex           = 6;
     pictureBox1.TabStop            = false;
     bunifuCustomLabel5.AutoSize    = true;
     bunifuCustomLabel5.Font        = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel5.Location    = new Point(502, 287);
     bunifuCustomLabel5.Name        = "bunifuCustomLabel5";
     bunifuCustomLabel5.Size        = new Size(109, 16);
     bunifuCustomLabel5.TabIndex    = 7;
     bunifuCustomLabel5.Text        = "User : Username";
     bunifuSeparator2.BackColor     = Color.Transparent;
     bunifuSeparator2.LineColor     = Color.FromArgb(105, 105, 105);
     bunifuSeparator2.LineThickness = 1;
     bunifuSeparator2.Location      = new Point(393, 391);
     bunifuSeparator2.Name          = "bunifuSeparator2";
     bunifuSeparator2.Size          = new Size(273, 35);
     bunifuSeparator2.TabIndex      = 10;
     bunifuSeparator2.Transparency  = 255;
     bunifuSeparator2.Vertical      = false;
     base.AutoScaleDimensions       = new SizeF(6f, 13f);
     base.AutoScaleMode             = AutoScaleMode.Font;
     AutoScroll      = true;
     BackColor       = Color.White;
     base.ClientSize = new Size(710, 426);
     base.Controls.Add(bunifuSeparator2);
     base.Controls.Add(bunifuCustomLabel5);
     base.Controls.Add(pictureBox1);
     base.Controls.Add(bunifuSeparator1);
     base.Controls.Add(bunifuCustomLabel3);
     base.Controls.Add(bunifuCustomLabel4);
     base.Controls.Add(bunifuCustomLabel2);
     base.Controls.Add(bunifuCustomLabel1);
     base.Controls.Add(bunifuCustomTextbox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "HomeFrm";
     Text       = "HomeFrm";
     base.Load += HomeFrm_Load;
     ((ISupportInitialize)pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 11
0
 private void InitializeComponent()
 {
     components           = new Container();
     bunifuElipse1        = new BunifuElipse(components);
     bunifuCustomLabel1   = new BunifuCustomLabel();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuFlatButton3    = new BunifuFlatButton();
     label1             = new Label();
     pictureBox2        = new PictureBox();
     bunifuDragControl1 = new BunifuDragControl(components);
     ((ISupportInitialize)pictureBox2).BeginInit();
     base.SuspendLayout();
     bunifuElipse1.ElipseRadius                 = 5;
     bunifuElipse1.TargetControl                = this;
     bunifuCustomLabel1.AutoSize                = true;
     bunifuCustomLabel1.Font                    = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location                = new Point(16, 36);
     bunifuCustomLabel1.Name                    = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size                    = new Size(352, 16);
     bunifuCustomLabel1.TabIndex                = 2;
     bunifuCustomLabel1.Text                    = "Your License has expired, please enter a new valid serial :";
     bunifuCustomTextbox2.AllowDrop             = true;
     bunifuCustomTextbox2.BorderColor           = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle           = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font                  = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location              = new Point(19, 66);
     bunifuCustomTextbox2.Multiline             = true;
     bunifuCustomTextbox2.Name                  = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size                  = new Size(349, 29);
     bunifuCustomTextbox2.TabIndex              = 69;
     bunifuCustomTextbox2.TextAlign             = HorizontalAlignment.Center;
     bunifuFlatButton3.Activecolor              = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.BackColor                = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.BackgroundImageLayout    = ImageLayout.Stretch;
     bunifuFlatButton3.BorderRadius             = 0;
     bunifuFlatButton3.ButtonText               = " Enter";
     bunifuFlatButton3.Cursor                   = Cursors.Hand;
     bunifuFlatButton3.Iconcolor                = Color.Transparent;
     bunifuFlatButton3.Iconimage                = Resources._null;
     bunifuFlatButton3.Iconimage_right          = null;
     bunifuFlatButton3.Iconimage_right_Selected = null;
     bunifuFlatButton3.Iconimage_Selected       = null;
     bunifuFlatButton3.IconZoom                 = 500.0;
     bunifuFlatButton3.IsTab                    = false;
     bunifuFlatButton3.Location                 = new Point(19, 108);
     bunifuFlatButton3.Name             = "bunifuFlatButton3";
     bunifuFlatButton3.Normalcolor      = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.OnHovercolor     = Color.FromArgb(23, 27, 35);
     bunifuFlatButton3.OnHoverTextColor = Color.White;
     bunifuFlatButton3.selected         = false;
     bunifuFlatButton3.Size             = new Size(349, 29);
     bunifuFlatButton3.TabIndex         = 72;
     bunifuFlatButton3.Textcolor        = Color.White;
     bunifuFlatButton3.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuFlatButton3.Click           += bunifuFlatButton3_Click;
     label1.AutoSize                  = true;
     label1.BackColor                 = Color.FromArgb(229, 74, 78);
     label1.Font                      = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     label1.ForeColor                 = Color.White;
     label1.Location                  = new Point(364, 9);
     label1.Name                      = "label1";
     label1.Size                      = new Size(15, 13);
     label1.TabIndex                  = 73;
     label1.Text                      = "X";
     label1.Click                    += label1_Click;
     pictureBox2.BackColor            = Color.FromArgb(229, 74, 78);
     pictureBox2.Location             = new Point(361, 6);
     pictureBox2.Name                 = "pictureBox2";
     pictureBox2.Size                 = new Size(20, 20);
     pictureBox2.SizeMode             = PictureBoxSizeMode.StretchImage;
     pictureBox2.TabIndex             = 74;
     pictureBox2.TabStop              = false;
     bunifuDragControl1.Fixed         = true;
     bunifuDragControl1.Horizontal    = true;
     bunifuDragControl1.TargetControl = this;
     bunifuDragControl1.Vertical      = true;
     base.AutoScaleDimensions         = new SizeF(6f, 13f);
     base.AutoScaleMode               = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(391, 158);
     base.Controls.Add(label1);
     base.Controls.Add(pictureBox2);
     base.Controls.Add(bunifuFlatButton3);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(bunifuCustomLabel1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "NewSerial";
     base.StartPosition   = FormStartPosition.CenterScreen;
     Text = "NewSerial";
     ((ISupportInitialize)pictureBox2).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 12
0
        public void InitializeComponent()
        {
            bunifuCustomTextbox1 = new BunifuCustomTextbox();
            bunifuFlatButton2    = new BunifuFlatButton();
            bunifuCustomLabel2   = new BunifuCustomLabel();
            bunifuProgressBar1   = new BunifuProgressBar();
            bunifuCustomLabel5   = new BunifuCustomLabel();
            bunifuCheckbox4      = new BunifuCheckbox();
            chromeRadioButton2   = new ChromeRadioButton();
            chromeRadioButton1   = new ChromeRadioButton();
            randomPool1          = new RandomPool();
            base.SuspendLayout();
            bunifuCustomTextbox1.BorderColor        = Color.SeaGreen;
            bunifuCustomTextbox1.BorderStyle        = BorderStyle.FixedSingle;
            bunifuCustomTextbox1.Font               = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomTextbox1.Location           = new Point(11, 226);
            bunifuCustomTextbox1.Multiline          = true;
            bunifuCustomTextbox1.Name               = "bunifuCustomTextbox1";
            bunifuCustomTextbox1.Size               = new Size(686, 23);
            bunifuCustomTextbox1.TabIndex           = 27;
            bunifuCustomTextbox1.TextAlign          = HorizontalAlignment.Center;
            bunifuFlatButton2.Activecolor           = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackColor             = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.BackgroundImageLayout = ImageLayout.Stretch;
            bunifuFlatButton2.BorderRadius          = 0;
            bunifuFlatButton2.ButtonText            = " Crypt";
            bunifuFlatButton2.Cursor    = Cursors.Hand;
            bunifuFlatButton2.Iconcolor = Color.Transparent;
//			bunifuFlatButton2.Iconimage = Resources._null;
            bunifuFlatButton2.Iconimage_right          = null;
            bunifuFlatButton2.Iconimage_right_Selected = null;
            bunifuFlatButton2.Iconimage_Selected       = null;
            bunifuFlatButton2.IconZoom         = 1300.0;
            bunifuFlatButton2.IsTab            = false;
            bunifuFlatButton2.Location         = new Point(12, 329);
            bunifuFlatButton2.Name             = "bunifuFlatButton2";
            bunifuFlatButton2.Normalcolor      = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHovercolor     = Color.FromArgb(23, 27, 35);
            bunifuFlatButton2.OnHoverTextColor = Color.White;
            bunifuFlatButton2.selected         = false;
            bunifuFlatButton2.Size             = new Size(685, 29);
            bunifuFlatButton2.TabIndex         = 63;
            bunifuFlatButton2.Textcolor        = Color.White;
            bunifuFlatButton2.TextFont         = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuFlatButton2.Click           += bunifuFlatButton2_Click;
            bunifuCustomLabel2.AutoSize        = true;
            bunifuCustomLabel2.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel2.Location        = new Point(15, 267);
            bunifuCustomLabel2.Name            = "bunifuCustomLabel2";
            bunifuCustomLabel2.Size            = new Size(139, 16);
            bunifuCustomLabel2.TabIndex        = 66;
            bunifuCustomLabel2.Text            = "Encryption Algorithm : ";
            bunifuProgressBar1.BackColor       = Color.Silver;
            bunifuProgressBar1.BorderRadius    = 5;
            bunifuProgressBar1.Location        = new Point(11, 306);
            bunifuProgressBar1.MaximumValue    = 100;
            bunifuProgressBar1.Name            = "bunifuProgressBar1";
            bunifuProgressBar1.ProgressColor   = Color.SeaGreen;
            bunifuProgressBar1.Size            = new Size(686, 10);
            bunifuProgressBar1.TabIndex        = 28;
            bunifuProgressBar1.Value           = 0;
            bunifuCustomLabel5.AutoSize        = true;
            bunifuCustomLabel5.Font            = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
            bunifuCustomLabel5.Location        = new Point(318, 267);
            bunifuCustomLabel5.Name            = "bunifuCustomLabel5";
            bunifuCustomLabel5.Size            = new Size(287, 16);
            bunifuCustomLabel5.TabIndex        = 70;
            bunifuCustomLabel5.Text            = "Compress With UPX (reduce the size by 400kb)";
            bunifuCheckbox4.BackColor          = Color.SeaGreen;
            bunifuCheckbox4.ChechedOffColor    = Color.SeaGreen;
            bunifuCheckbox4.Checked            = false;
            bunifuCheckbox4.CheckedOnColor     = Color.SeaGreen;
            bunifuCheckbox4.ForeColor          = Color.White;
            bunifuCheckbox4.Location           = new Point(292, 265);
            bunifuCheckbox4.Name             = "bunifuCheckbox4";
            bunifuCheckbox4.Size             = new Size(20, 20);
            bunifuCheckbox4.TabIndex         = 69;
            bunifuCheckbox4.OnChange        += bunifuCheckbox4_OnChange;
            chromeRadioButton2.Checked       = false;
            chromeRadioButton2.Customization = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton2.Field         = 23;
            chromeRadioButton2.Font          = new Font("Microsoft Sans Serif", 9.75f);
            chromeRadioButton2.Image         = null;
            chromeRadioButton2.Location      = new Point(218, 265);
            chromeRadioButton2.Name          = "chromeRadioButton2";
            chromeRadioButton2.NoRounding    = false;
            chromeRadioButton2.Size          = new Size(66, 23);
            chromeRadioButton2.TabIndex      = 68;
            chromeRadioButton2.Text          = "RC4";
            chromeRadioButton2.Transparent   = false;
            chromeRadioButton1.Checked       = false;
            chromeRadioButton1.Customization = "AAAA////////////AAAA/wAAAP8=";
            chromeRadioButton1.Field         = 23;
            chromeRadioButton1.Font          = new Font("Microsoft Sans Serif", 9.75f);
            chromeRadioButton1.Image         = null;
            chromeRadioButton1.Location      = new Point(159, 265);
            chromeRadioButton1.Name          = "chromeRadioButton1";
            chromeRadioButton1.NoRounding    = false;
            chromeRadioButton1.Size          = new Size(57, 23);
            chromeRadioButton1.TabIndex      = 67;
            chromeRadioButton1.Text          = "Xor";
            chromeRadioButton1.Transparent   = false;
            randomPool1.Font                = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            randomPool1.Image               = null;
            randomPool1.Location            = new Point(11, 10);
            randomPool1.Name                = "randomPool1";
            randomPool1.NoRounding          = false;
            randomPool1.Range               = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
            randomPool1.RangePadding        = 2;
            randomPool1.Size                = new Size(686, 206);
            randomPool1.TabIndex            = 0;
            randomPool1.Text                = "randomPool1";
            randomPool1.CharacterSelection += randomPool1_CharacterSelection;
            randomPool1.Click              += randomPool1_Click;
            base.AutoScaleDimensions        = new SizeF(6f, 13f);
            base.AutoScaleMode              = AutoScaleMode.Font;
            BackColor       = Color.White;
            base.ClientSize = new Size(710, 370);
            base.Controls.Add(bunifuCustomLabel5);
            base.Controls.Add(bunifuCheckbox4);
            base.Controls.Add(chromeRadioButton2);
            base.Controls.Add(chromeRadioButton1);
            base.Controls.Add(bunifuCustomLabel2);
            base.Controls.Add(bunifuFlatButton2);
            base.Controls.Add(bunifuProgressBar1);
            base.Controls.Add(bunifuCustomTextbox1);
            base.Controls.Add(randomPool1);
            base.FormBorderStyle = FormBorderStyle.None;
            base.Name            = "BuildFrm";
            Text       = "BuildFrm";
            base.Load += BuildFrm_Load;
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Exemplo n.º 13
0
        //function for retreaving posts from post table
        private void loadPost()
        {
            MySqlConnection con = new MySqlConnection();
            con.ConnectionString = login.dbConnection;
            MySqlDataAdapter ad;

            //reading data query
            string readImage = "select * from post";

            //read the comments 
            string loadcomments = "select post_id,comment,user_name,user_id from comments";
            MySqlCommand com1 = new MySqlCommand(loadcomments, con);
            DataTable table = new DataTable();
            MySqlDataReader rd;
            try
            {
                con.Open();
                //taking the comments
                rd = com1.ExecuteReader();
                table.Load(rd);
                rd.Close();

                MySqlCommand com = new MySqlCommand(readImage, con);
                ad = new MySqlDataAdapter(com);
                DataTable table1 = new DataTable();
                ad.Fill(table1);



                bt = new BunifuFlatButton[table1.Rows.Count];
                phot = new PictureBox[table1.Rows.Count];
                btnName = new string[table1.Rows.Count];
                comPanel = new FlowLayoutPanel[table1.Rows.Count];
                count = table1.Rows.Count;
                dbCount = table1.Rows.Count;
                for (int j = 0; j < table1.Rows.Count; j++)
                {

                    i++;
                    string post_id = table1.Rows[j][0].ToString();
                    //Image
                    phot[j] = new PictureBox();
                    phot[j].Width = 300;
                    phot[j].Height = 172;
                    phot[j].Name = post_id;
                    phot[j].SizeMode = PictureBoxSizeMode.Zoom;
                    phot[j].Cursor = Cursors.Hand;
                    phot[j].Click += new EventHandler(photoClickBtn_Click);
                    //takking photo to the panel
                    try
                    {
                        byte[] img = (byte[])table1.Rows[j][1];
                        MemoryStream ms = new MemoryStream(img);
                        phot[j].Image = Image.FromStream(ms);


                    }
                    catch
                    {

                    }

                    //Label
                    lb = new Label();
                    lb.Name = "lable" + k;
                    lb.AutoSize = true;
                    lb.Font = new Font("Cambria", 16);
                    try
                    {
                        lb.Text = table1.Rows[j][2].ToString();

                    }
                    catch
                    {

                    }
                    //User Full name
                    string fullname = table1.Rows[j][5].ToString();
                    Label uname = new Label();
                    uname = new Label();
                    uname.Name = table1.Rows[j][3].ToString();
                    uname.AutoSize = true;
                    uname.ForeColor = Color.DarkGreen;
                    uname.Cursor = Cursors.Hand;
                    uname.Font = new Font("Cambria", 14);
                    uname.Text = "Posted by: " + fullname;
                    uname.Click += new EventHandler(uname_Click);
                    //Button

                    bt[j] = new BunifuFlatButton();
                    bt[j].Text = "Comment";
                    bt[j].Name = post_id;
                    bt[j].Height = 25;
                    bt[j].Width = 100;
                    bt[j].Normalcolor = Color.FromArgb(0, 122, 204);
                    bt[j].OnHovercolor = Color.FromArgb(32, 9, 191);
                    bt[j].Activecolor = Color.FromArgb(0, 122, 204);
                    bt[j].Iconimage = null;
                    bt[j].TextAlign = ContentAlignment.MiddleCenter;
                    bt[j].BorderRadius = 5;
                    bt[j].Click += new EventHandler(commentPostBtn_Click);

                    //TextBox
                    txt = new BunifuCustomTextbox();
                    txt.Name = post_id;
                    txt.Width = 300;
                    txt.Height = 25;
                    txt.Multiline = true;
                    txt.Font = new Font("Cambria", 11);
                    txt.BackColor = Color.FromArgb(240, 240, 240);
                    txt.BorderStyle = BorderStyle.FixedSingle;
                    txt.ForeColor = Color.Black;
                    txt.BorderColor = Color.FromArgb(32, 9, 191);
                    txt.TextChanged += new EventHandler(txt_TextChanged);

                    //a panel for photo
                    FlowLayoutPanel photoPanel = new FlowLayoutPanel();

                    photoPanel.AutoSize = true;
                    photoPanel.Controls.Add(phot[j]);

                    ////a panel forcomments
                    comPanel[j] = new FlowLayoutPanel();
                    comPanel[j].AutoSize = true;
                    comPanel[j].Name = post_id;
                    comPanel[j].BackColor = Color.LightGray;
                    comPanel[j].FlowDirection = FlowDirection.TopDown;
                    //adding data to comment panel

                    for (int i = 0; i < table.Rows.Count; i++)
                    {
                        if (comPanel[j].Name == table.Rows[i][0].ToString())
                        {
                            //label
                            Label coomm = new Label();
                            coomm.Font = new Font("Sitka Small", 11, FontStyle.Bold);
                            coomm.ForeColor = Color.FromArgb(30, 0, 40);
                            coomm.Text = ": " + table.Rows[i][1].ToString();
                            coomm.AutoSize = true;

                            //LinkLable for username
                            LinkLabel userbt = new LinkLabel();
                           userbt.Text = table.Rows[i][2].ToString();
                           userbt.Name = table.Rows[i][3].ToString();
                            userbt.ActiveLinkColor = Color.Gray;
                           userbt.LinkColor = Color.Gray;
                           userbt.AutoSize = true;
                            userbt.LinkBehavior = LinkBehavior.NeverUnderline;
                            userbt.Cursor = Cursors.Hand;
                            userbt.BackColor = Color.Transparent;
                           userbt.Font = new Font("Lucida Fax", 9, FontStyle.Bold);
                           userbt.TextAlign = ContentAlignment.MiddleLeft;
                           userbt.Click += new EventHandler(buttonBtn_Click);

                            //flowlayout to add comment and name 
                            FlowLayoutPanel content = new FlowLayoutPanel();
                            content.FlowDirection = FlowDirection.LeftToRight;
                            content.WrapContents = false;
                            content.AutoSize = true;

                            //ading the comment to the panel
                            content.Controls.Add(userbt);
                            content.Controls.Add(coomm);

                            //adding the panel to the main panel
                            comPanel[j].AutoSize = true;
                            comPanel[j].Controls.Add(content);
                        }
                        else
                        {

                        }

                    }

                    //a panel for comment text and button
                    FlowLayoutPanel commentPanel = new FlowLayoutPanel();
                    commentPanel.AutoSize = true;
                    commentPanel.FlowDirection = FlowDirection.LeftToRight;
                    commentPanel.WrapContents = false;
                    commentPanel.Controls.Add(txt);
                    commentPanel.Controls.Add(bt[j]);

                    //a panel for caption
                    FlowLayoutPanel captionPanel = new FlowLayoutPanel();
                    captionPanel.AutoSize = true;

                    captionPanel.Controls.Add(lb);

                    //a panel for caption
                    FlowLayoutPanel unamePanel = new FlowLayoutPanel();
                    unamePanel.AutoSize = true;

                    unamePanel.Controls.Add(uname);

                    ////adding comment and button to the panel
                    flowLayoutPanel1.Controls.Add(commentPanel);

                    //taking comments to panel
                    flowLayoutPanel1.Controls.Add(comPanel[j]);

                    ////taking photo to panel
                    flowLayoutPanel1.Controls.Add(photoPanel);

                    ////taking lable to the panel
                    flowLayoutPanel1.Controls.Add(captionPanel);

                    //adding user name to the panel
                    flowLayoutPanel1.Controls.Add(unamePanel);

                }

                ad.Dispose();
            }
            catch(MySqlException ex)
            {
                MessageBox.Show(ex.Message);
            }
            con.Close();
           

        }
Exemplo n.º 14
0
        //boolean for activating the instant post
       
        //add posted post at instant
        private void instLoadPost()
        {
            MySqlConnection con = new MySqlConnection();
            con.ConnectionString = login.dbConnection;
            MySqlDataAdapter ad;

            //query to check if the post is added at instant
            string readpost = "SELECT * FROM  post where chek = 'New' order by post_id DESC LIMIT 1";

            MySqlCommand com = new MySqlCommand(readpost, con);
            ad = new MySqlDataAdapter(com);
            DataTable table1 = new DataTable();
            ad.Fill(table1);
            ad.Dispose();

            bt = new BunifuFlatButton[table1.Rows.Count];
            phot = new PictureBox[table1.Rows.Count];
            btnName = new string[table1.Rows.Count];
            try
            {
                con.Open();
                if (table1.Rows.Count > 0)
                {
                    
                    for (int j = 0; j < table1.Rows.Count; j++)
                    {
                        i++;
                        string post_id = table1.Rows[j][0].ToString();
                        //Image
                        phot[j] = new PictureBox();
                        phot[j].Width = 300;
                        phot[j].Height = 172;
                        phot[j].Name = post_id;
                        phot[j].SizeMode = PictureBoxSizeMode.Zoom;
                        phot[j].Cursor = Cursors.Hand;
                        phot[j].Click += new EventHandler(photoClickBtn_Click);
                        //takking photo to the panel
                        try
                        {
                            byte[] img = (byte[])table1.Rows[j][1];
                            MemoryStream ms = new MemoryStream(img);
                            phot[j].Image = Image.FromStream(ms);


                        }
                        catch
                        {

                        }

                        //Label
                        lb = new Label();
                        lb.Name = "lable" + k;
                        lb.AutoSize = true;
                        lb.Font = new Font("Cambria", 16);
                        try
                        {
                            lb.Text = table1.Rows[j][2].ToString();

                        }
                        catch
                        {

                        }
                        //User Full name
                        string fullname = table1.Rows[j][5].ToString();
                        Label uname = new Label();
                        uname = new Label();
                        uname.Name = table1.Rows[j][3].ToString();
                        uname.AutoSize = true;
                        uname.ForeColor = Color.DarkGreen;
                        uname.Font = new Font("Cambria", 14);
                        uname.Cursor = Cursors.Hand;
                        uname.Text = "Posted by: " + fullname;
                        uname.Click += new EventHandler(uname_Click);
                        //Button

                        bt[j] = new BunifuFlatButton();
                        bt[j].Text = "Comment";
                        bt[j].Name = post_id;
                        bt[j].Height = 25;
                        bt[j].Width = 100;
                        bt[j].Normalcolor = Color.FromArgb(0, 122, 204);
                        bt[j].OnHovercolor = Color.FromArgb(32, 9, 191);
                        bt[j].Activecolor = Color.FromArgb(0, 122, 204);
                        bt[j].Iconimage = null;
                        bt[j].TextAlign = ContentAlignment.MiddleCenter;
                        bt[j].BorderRadius = 5;
                        bt[j].Click += new EventHandler(commentPostBtn_Click);

                        //TextBox
                        txt = new BunifuCustomTextbox();
                        txt.Name = post_id;
                        txt.Width = 300;
                        txt.Height = 25;
                        txt.Multiline = true;
                        txt.Font = new Font("Cambria", 11);
                        txt.BackColor = Color.FromArgb(240, 240, 240);
                        txt.BorderStyle = BorderStyle.FixedSingle;
                        txt.ForeColor = Color.Black;
                        txt.BorderColor = Color.FromArgb(32, 9, 191);
                        txt.TextChanged += new EventHandler(txt_TextChanged);

                        //a panel for photo
                        FlowLayoutPanel photoPanel = new FlowLayoutPanel();

                        photoPanel.AutoSize = true;
                        photoPanel.Controls.Add(phot[j]);

                        ////a panel forcomments
                        comPanel[j] = new FlowLayoutPanel();
                        comPanel[j].AutoSize = true;
                        comPanel[j].Name = post_id;
                        comPanel[j].BackColor = Color.LightGray;
                        comPanel[j].FlowDirection = FlowDirection.TopDown;

                        //a panel for comment and button
                        FlowLayoutPanel commentPanel = new FlowLayoutPanel();
                        commentPanel.AutoSize = true;
                        commentPanel.FlowDirection = FlowDirection.LeftToRight;
                        commentPanel.WrapContents = false;
                        commentPanel.Controls.Add(txt);
                        commentPanel.Controls.Add(bt[j]);

                        //a panel for caption
                        FlowLayoutPanel captionPanel = new FlowLayoutPanel();
                        captionPanel.AutoSize = true;

                        captionPanel.Controls.Add(lb);

                        //a panel for caption
                        FlowLayoutPanel unamePanel = new FlowLayoutPanel();
                        unamePanel.AutoSize = true;

                        unamePanel.Controls.Add(uname);

                        ////adding comment and button to the panel
                        flowLayoutPanel1.Controls.Add(commentPanel);

                        //taking comments to panel
                        flowLayoutPanel1.Controls.Add(comPanel[j]);

                        ////taking photo to panel
                        flowLayoutPanel1.Controls.Add(photoPanel);

                        ////taking lable to the panel
                        flowLayoutPanel1.Controls.Add(captionPanel);

                        //adding user name to the panel
                        flowLayoutPanel1.Controls.Add(unamePanel);


                        //update the poast
                        string update = "update post set chek = 'Posted' where post_id = '" + post_id + "'";
                        MySqlCommand com1 = new MySqlCommand(update, con);
                        MySqlDataReader rd;

                        rd = com1.ExecuteReader();
                        rd.Close();

                    }
                   
                }

            }
            catch (MySqlException ex)
            {
                MessageBox.Show(ex.Message);
            }
            con.Close();





        }
Exemplo n.º 15
0
 private void InitializeComponent()
 {
     components           = new Container();
     bunifuElipse1        = new BunifuElipse(components);
     label1               = new Label();
     pictureBox2          = new PictureBox();
     bunifuCustomTextbox2 = new BunifuCustomTextbox();
     bunifuCustomLabel1   = new BunifuCustomLabel();
     ((ISupportInitialize)pictureBox2).BeginInit();
     base.SuspendLayout();
     bunifuElipse1.ElipseRadius  = 5;
     bunifuElipse1.TargetControl = this;
     label1.AutoSize             = true;
     label1.BackColor            = Color.FromArgb(229, 74, 78);
     label1.Font                      = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     label1.ForeColor                 = Color.White;
     label1.Location                  = new Point(360, 12);
     label1.Name                      = "label1";
     label1.Size                      = new Size(15, 13);
     label1.TabIndex                  = 82;
     label1.Text                      = "X";
     label1.Click                    += label1_Click;
     pictureBox2.BackColor            = Color.FromArgb(229, 74, 78);
     pictureBox2.Location             = new Point(357, 9);
     pictureBox2.Name                 = "pictureBox2";
     pictureBox2.Size                 = new Size(20, 20);
     pictureBox2.SizeMode             = PictureBoxSizeMode.StretchImage;
     pictureBox2.TabIndex             = 83;
     pictureBox2.TabStop              = false;
     bunifuCustomTextbox2.AllowDrop   = true;
     bunifuCustomTextbox2.BorderColor = Color.SeaGreen;
     bunifuCustomTextbox2.BorderStyle = BorderStyle.FixedSingle;
     bunifuCustomTextbox2.Font        = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomTextbox2.Location    = new Point(12, 126);
     bunifuCustomTextbox2.Multiline   = true;
     bunifuCustomTextbox2.Name        = "bunifuCustomTextbox2";
     bunifuCustomTextbox2.Size        = new Size(362, 188);
     bunifuCustomTextbox2.TabIndex    = 81;
     bunifuCustomTextbox2.TextAlign   = HorizontalAlignment.Center;
     bunifuCustomLabel1.AutoSize      = true;
     bunifuCustomLabel1.Font          = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     bunifuCustomLabel1.Location      = new Point(12, 39);
     bunifuCustomLabel1.Name          = "bunifuCustomLabel1";
     bunifuCustomLabel1.Size          = new Size(335, 80);
     bunifuCustomLabel1.TabIndex      = 80;
     bunifuCustomLabel1.Text          = "Your access to our software has been revoked. You've \r\nviolate something of our terms of using. Please take the\r\ntime to read the ban reason.\r\n\r\nBan reason :";
     bunifuCustomLabel1.Click        += bunifuCustomLabel1_Click;
     base.AutoScaleDimensions         = new SizeF(6f, 13f);
     base.AutoScaleMode               = AutoScaleMode.Font;
     BackColor       = Color.White;
     base.ClientSize = new Size(392, 330);
     base.Controls.Add(label1);
     base.Controls.Add(pictureBox2);
     base.Controls.Add(bunifuCustomTextbox2);
     base.Controls.Add(bunifuCustomLabel1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name            = "Banned";
     Text       = "Banned";
     base.Load += Banned_Load;
     ((ISupportInitialize)pictureBox2).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }