Ejemplo n.º 1
0
        TextBox addTextBox(int i, int x, int y)
        {
            TextBox textbox = new WindowsFormsControlLibrary1.BunifuCustomTextbox();

            textbox.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            //textbox.BorderColor = System.Drawing.Color.SeaGreen;
            textbox.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            textbox.ForeColor = System.Drawing.SystemColors.Menu;
            textbox.Location  = new System.Drawing.Point(x, y);
            textbox.Multiline = true;
            textbox.Name      = "txt_AmtCharge" + i.ToString();
            textbox.Size      = new System.Drawing.Size(121, 31);
            textbox.TabIndex  = i + 1;
            return(textbox);
        }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
     this.elipseBorder          = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.gradientpanelUpperBar = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.buttonClose           = new Bunifu.Framework.UI.BunifuImageButton();
     this.dragcontrolUpperPanel = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panelInfor            = new System.Windows.Forms.Panel();
     this.panelImage            = new System.Windows.Forms.Panel();
     this.pictureboxImage       = new System.Windows.Forms.PictureBox();
     this.labelAuthor           = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.labelContact          = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.labelDescription      = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.textboxAuthor         = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuCustomTextbox2  = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.textboxDescription    = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.separator2            = new Bunifu.Framework.UI.BunifuSeparator();
     this.separator1            = new Bunifu.Framework.UI.BunifuSeparator();
     this.gradientpanelUpperBar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).BeginInit();
     this.panelInfor.SuspendLayout();
     this.panelImage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxImage)).BeginInit();
     this.SuspendLayout();
     //
     // elipseBorder
     //
     this.elipseBorder.ElipseRadius  = 3;
     this.elipseBorder.TargetControl = this.gradientpanelUpperBar;
     //
     // gradientpanelUpperBar
     //
     this.gradientpanelUpperBar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gradientpanelUpperBar.BackgroundImage")));
     this.gradientpanelUpperBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.gradientpanelUpperBar.Controls.Add(this.buttonClose);
     this.gradientpanelUpperBar.Dock = System.Windows.Forms.DockStyle.Top;
     this.gradientpanelUpperBar.GradientBottomLeft  = System.Drawing.Color.DeepSkyBlue;
     this.gradientpanelUpperBar.GradientBottomRight = System.Drawing.Color.LightSeaGreen;
     this.gradientpanelUpperBar.GradientTopLeft     = System.Drawing.Color.DeepSkyBlue;
     this.gradientpanelUpperBar.GradientTopRight    = System.Drawing.Color.LightSeaGreen;
     this.gradientpanelUpperBar.Location            = new System.Drawing.Point(0, 0);
     this.gradientpanelUpperBar.Name     = "gradientpanelUpperBar";
     this.gradientpanelUpperBar.Quality  = 10;
     this.gradientpanelUpperBar.Size     = new System.Drawing.Size(384, 32);
     this.gradientpanelUpperBar.TabIndex = 1;
     //
     // buttonClose
     //
     this.buttonClose.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.BackColor   = System.Drawing.Color.Transparent;
     this.buttonClose.Image       = global::UIDesign.Properties.Resources.button_close_background;
     this.buttonClose.ImageActive = null;
     this.buttonClose.Location    = new System.Drawing.Point(352, 0);
     this.buttonClose.Name        = "buttonClose";
     this.buttonClose.Size        = new System.Drawing.Size(32, 32);
     this.buttonClose.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.buttonClose.TabIndex    = 0;
     this.buttonClose.TabStop     = false;
     this.buttonClose.Zoom        = 0;
     this.buttonClose.Click      += new System.EventHandler(this.buttonClose_Click);
     this.buttonClose.MouseLeave += new System.EventHandler(this.buttonClose_MouseLeave);
     this.buttonClose.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.buttonClose_MouseMove);
     //
     // dragcontrolUpperPanel
     //
     this.dragcontrolUpperPanel.Fixed         = true;
     this.dragcontrolUpperPanel.Horizontal    = true;
     this.dragcontrolUpperPanel.TargetControl = this.gradientpanelUpperBar;
     this.dragcontrolUpperPanel.Vertical      = true;
     //
     // panelInfor
     //
     this.panelInfor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.panelInfor.BackColor = System.Drawing.Color.White;
     this.panelInfor.Controls.Add(this.separator1);
     this.panelInfor.Controls.Add(this.separator2);
     this.panelInfor.Controls.Add(this.textboxDescription);
     this.panelInfor.Controls.Add(this.bunifuCustomTextbox2);
     this.panelInfor.Controls.Add(this.textboxAuthor);
     this.panelInfor.Controls.Add(this.labelDescription);
     this.panelInfor.Controls.Add(this.labelContact);
     this.panelInfor.Controls.Add(this.labelAuthor);
     this.panelInfor.Location = new System.Drawing.Point(144, 31);
     this.panelInfor.Name     = "panelInfor";
     this.panelInfor.Size     = new System.Drawing.Size(239, 225);
     this.panelInfor.TabIndex = 5;
     //
     // panelImage
     //
     this.panelImage.BackColor = System.Drawing.Color.Transparent;
     this.panelImage.Controls.Add(this.pictureboxImage);
     this.panelImage.Location = new System.Drawing.Point(0, 32);
     this.panelImage.Name     = "panelImage";
     this.panelImage.Size     = new System.Drawing.Size(142, 224);
     this.panelImage.TabIndex = 6;
     //
     // pictureboxImage
     //
     this.pictureboxImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureboxImage.Image    = global::UIDesign.Properties.Resources.form_about_background;
     this.pictureboxImage.Location = new System.Drawing.Point(1, 12);
     this.pictureboxImage.Name     = "pictureboxImage";
     this.pictureboxImage.Size     = new System.Drawing.Size(133, 212);
     this.pictureboxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureboxImage.TabIndex = 0;
     this.pictureboxImage.TabStop  = false;
     //
     // labelAuthor
     //
     this.labelAuthor.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelAuthor.AutoSize  = true;
     this.labelAuthor.ForeColor = System.Drawing.Color.Red;
     this.labelAuthor.Location  = new System.Drawing.Point(11, 25);
     this.labelAuthor.Name      = "labelAuthor";
     this.labelAuthor.Size      = new System.Drawing.Size(43, 14);
     this.labelAuthor.TabIndex  = 0;
     this.labelAuthor.Text      = "Author";
     //
     // labelContact
     //
     this.labelContact.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelContact.AutoSize  = true;
     this.labelContact.ForeColor = System.Drawing.Color.Red;
     this.labelContact.Location  = new System.Drawing.Point(11, 59);
     this.labelContact.Name      = "labelContact";
     this.labelContact.Size      = new System.Drawing.Size(47, 14);
     this.labelContact.TabIndex  = 1;
     this.labelContact.Text      = "Contact";
     //
     // labelDescription
     //
     this.labelDescription.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.labelDescription.AutoSize  = true;
     this.labelDescription.ForeColor = System.Drawing.Color.Red;
     this.labelDescription.Location  = new System.Drawing.Point(11, 102);
     this.labelDescription.Name      = "labelDescription";
     this.labelDescription.Size      = new System.Drawing.Size(69, 14);
     this.labelDescription.TabIndex  = 2;
     this.labelDescription.Text      = "Description";
     //
     // textboxAuthor
     //
     this.textboxAuthor.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textboxAuthor.BackColor   = System.Drawing.Color.White;
     this.textboxAuthor.BorderColor = System.Drawing.Color.Transparent;
     this.textboxAuthor.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textboxAuthor.Font        = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textboxAuthor.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.textboxAuthor.Location    = new System.Drawing.Point(83, 24);
     this.textboxAuthor.Name        = "textboxAuthor";
     this.textboxAuthor.ReadOnly    = true;
     this.textboxAuthor.Size        = new System.Drawing.Size(145, 16);
     this.textboxAuthor.TabIndex    = 3;
     this.textboxAuthor.TabStop     = false;
     this.textboxAuthor.Text        = "Trần   Văn   Sơn";
     //
     // bunifuCustomTextbox2
     //
     this.bunifuCustomTextbox2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuCustomTextbox2.BackColor   = System.Drawing.Color.White;
     this.bunifuCustomTextbox2.BorderColor = System.Drawing.Color.Transparent;
     this.bunifuCustomTextbox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.bunifuCustomTextbox2.Font        = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomTextbox2.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.bunifuCustomTextbox2.Location    = new System.Drawing.Point(83, 54);
     this.bunifuCustomTextbox2.Multiline   = true;
     this.bunifuCustomTextbox2.Name        = "bunifuCustomTextbox2";
     this.bunifuCustomTextbox2.ReadOnly    = true;
     this.bunifuCustomTextbox2.Size        = new System.Drawing.Size(145, 48);
     this.bunifuCustomTextbox2.TabIndex    = 4;
     this.bunifuCustomTextbox2.TabStop     = false;
     this.bunifuCustomTextbox2.Text        = "[email protected]\r\nfb:transon1812\r\nskype:kingson1812";
     //
     // textboxDescription
     //
     this.textboxDescription.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textboxDescription.BackColor   = System.Drawing.Color.White;
     this.textboxDescription.BorderColor = System.Drawing.Color.Transparent;
     this.textboxDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textboxDescription.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(84)))), ((int)(((byte)(90)))));
     this.textboxDescription.Location    = new System.Drawing.Point(14, 124);
     this.textboxDescription.Multiline   = true;
     this.textboxDescription.Name        = "textboxDescription";
     this.textboxDescription.ReadOnly    = true;
     this.textboxDescription.Size        = new System.Drawing.Size(214, 89);
     this.textboxDescription.TabIndex    = 5;
     this.textboxDescription.TabStop     = false;
     this.textboxDescription.Text        = "Media Play     is      a      product     of    entertainment. Hope  you  loved  " +
                                           "it.\r\n\r\n\r\n\r\n>_< Copyright © 2017 -_- Tran V. Son ._.";
     //
     // separator2
     //
     this.separator2.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.separator2.BackColor     = System.Drawing.Color.Transparent;
     this.separator2.LineColor     = System.Drawing.Color.BurlyWood;
     this.separator2.LineThickness = 1;
     this.separator2.Location      = new System.Drawing.Point(1, 101);
     this.separator2.Name          = "separator2";
     this.separator2.Size          = new System.Drawing.Size(236, 1);
     this.separator2.TabIndex      = 1;
     this.separator2.TabStop       = false;
     this.separator2.Transparency  = 255;
     this.separator2.Vertical      = false;
     //
     // separator1
     //
     this.separator1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.separator1.BackColor     = System.Drawing.Color.Transparent;
     this.separator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(184)))), ((int)(((byte)(135)))));
     this.separator1.LineThickness = 1;
     this.separator1.Location      = new System.Drawing.Point(1, 44);
     this.separator1.Name          = "separator1";
     this.separator1.Size          = new System.Drawing.Size(236, 1);
     this.separator1.TabIndex      = 6;
     this.separator1.TabStop       = false;
     this.separator1.Transparency  = 255;
     this.separator1.Vertical      = false;
     //
     // frmAbout
     //
     this.BackColor  = System.Drawing.Color.Magenta;
     this.ClientSize = new System.Drawing.Size(384, 256);
     this.Controls.Add(this.panelImage);
     this.Controls.Add(this.panelInfor);
     this.Controls.Add(this.gradientpanelUpperBar);
     this.Font            = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximumSize     = new System.Drawing.Size(384, 256);
     this.Name            = "frmAbout";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.TransparencyKey = System.Drawing.Color.Magenta;
     this.gradientpanelUpperBar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.buttonClose)).EndInit();
     this.panelInfor.ResumeLayout(false);
     this.panelInfor.PerformLayout();
     this.panelImage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureboxImage)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 private void warningMessage(String warning, WindowsFormsControlLibrary1.BunifuCustomTextbox txt)
 {
     lblWarning.Text = warning;
     txt.BorderColor = Color.Red;
     txt.Focus();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddProjectForm));
     this.panel1 = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new ns1.BunifuImageButton();
     this.Close_Button = new ns1.BunifuImageButton();
     this.bunifuCustomLabel1 = new ns1.BunifuCustomLabel();
     this.bunifuCustomLabel2 = new ns1.BunifuCustomLabel();
     this.titletextbox = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.discriptiontextbox = new WindowsFormsControlLibrary1.BunifuCustomTextbox();
     this.bunifuFlatButton2 = new ns1.BunifuFlatButton();
     this.bunifuCustomLabel3 = new ns1.BunifuCustomLabel();
     this.videotextbox = new System.Windows.Forms.TextBox();
     this.bunifuCustomLabel4 = new ns1.BunifuCustomLabel();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.bunifuDragControl1 = new ns1.BunifuDragControl(this.components);
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.bunifuCustomLabel5 = new ns1.BunifuCustomLabel();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Close_Button)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
     this.panel1.Controls.Add(this.bunifuImageButton2);
     this.panel1.Controls.Add(this.Close_Button);
     this.panel1.Location = new System.Drawing.Point(-7, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(608, 37);
     this.panel1.TabIndex = 0;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.bunifuImageButton2.Image = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.bunifuImageButton2.Location = new System.Drawing.Point(536, 5);
     this.bunifuImageButton2.Margin = new System.Windows.Forms.Padding(2);
     this.bunifuImageButton2.Name = "bunifuImageButton2";
     this.bunifuImageButton2.Size = new System.Drawing.Size(37, 24);
     this.bunifuImageButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex = 6;
     this.bunifuImageButton2.TabStop = false;
     this.bunifuImageButton2.Zoom = 10;
     this.bunifuImageButton2.Click += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // Close_Button
     //
     this.Close_Button.BackColor = System.Drawing.Color.Transparent;
     this.Close_Button.Image = ((System.Drawing.Image)(resources.GetObject("Close_Button.Image")));
     this.Close_Button.ImageActive = null;
     this.Close_Button.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Close_Button.Location = new System.Drawing.Point(571, 4);
     this.Close_Button.Margin = new System.Windows.Forms.Padding(2);
     this.Close_Button.Name = "Close_Button";
     this.Close_Button.Size = new System.Drawing.Size(34, 26);
     this.Close_Button.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Close_Button.TabIndex = 5;
     this.Close_Button.TabStop = false;
     this.Close_Button.Zoom = 10;
     this.Close_Button.Click += new System.EventHandler(this.Close_Button_Click);
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.Location = new System.Drawing.Point(12, 123);
     this.bunifuCustomLabel1.Name = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size = new System.Drawing.Size(115, 34);
     this.bunifuCustomLabel1.TabIndex = 0;
     this.bunifuCustomLabel1.Text = "Discription:";
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel2.Location = new System.Drawing.Point(12, 73);
     this.bunifuCustomLabel2.Name = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size = new System.Drawing.Size(166, 34);
     this.bunifuCustomLabel2.TabIndex = 1;
     this.bunifuCustomLabel2.Text = "Project Title:";
     //
     // titletextbox
     //
     this.titletextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.titletextbox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.titletextbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.titletextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titletextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.titletextbox.Location = new System.Drawing.Point(133, 70);
     this.titletextbox.MaxLength = 200;
     this.titletextbox.Multiline = true;
     this.titletextbox.Name = "titletextbox";
     this.titletextbox.Size = new System.Drawing.Size(408, 37);
     this.titletextbox.TabIndex = 2;
     //
     // discriptiontextbox
     //
     this.discriptiontextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.discriptiontextbox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.discriptiontextbox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.discriptiontextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.discriptiontextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.discriptiontextbox.Location = new System.Drawing.Point(133, 123);
     this.discriptiontextbox.MaxLength = 1000;
     this.discriptiontextbox.Multiline = true;
     this.discriptiontextbox.Name = "discriptiontextbox";
     this.discriptiontextbox.Size = new System.Drawing.Size(408, 104);
     this.discriptiontextbox.TabIndex = 3;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius = 5;
     this.bunifuFlatButton2.ButtonText = "Publish";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.bunifuFlatButton2.DisabledColor = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage = null;
     this.bunifuFlatButton2.Iconimage_right = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected = null;
     this.bunifuFlatButton2.IconMarginLeft = 0;
     this.bunifuFlatButton2.IconMarginRight = 0;
     this.bunifuFlatButton2.IconRightVisible = true;
     this.bunifuFlatButton2.IconRightZoom = 0D;
     this.bunifuFlatButton2.IconVisible = true;
     this.bunifuFlatButton2.IconZoom = 90D;
     this.bunifuFlatButton2.IsTab = false;
     this.bunifuFlatButton2.Location = new System.Drawing.Point(133, 371);
     this.bunifuFlatButton2.Name = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected = false;
     this.bunifuFlatButton2.Size = new System.Drawing.Size(199, 48);
     this.bunifuFlatButton2.TabIndex = 5;
     this.bunifuFlatButton2.Text = "Publish";
     this.bunifuFlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuFlatButton2.Textcolor = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuCustomLabel3
     //
     this.bunifuCustomLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel3.Location = new System.Drawing.Point(13, 250);
     this.bunifuCustomLabel3.Name = "bunifuCustomLabel3";
     this.bunifuCustomLabel3.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel3.TabIndex = 6;
     this.bunifuCustomLabel3.Text = "Video link:";
     //
     // videotextbox
     //
     this.videotextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.videotextbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.videotextbox.ForeColor = System.Drawing.Color.YellowGreen;
     this.videotextbox.Location = new System.Drawing.Point(133, 250);
     this.videotextbox.Name = "videotextbox";
     this.videotextbox.Size = new System.Drawing.Size(408, 22);
     this.videotextbox.TabIndex = 7;
     //
     // bunifuCustomLabel4
     //
     this.bunifuCustomLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel4.Location = new System.Drawing.Point(13, 324);
     this.bunifuCustomLabel4.Name = "bunifuCustomLabel4";
     this.bunifuCustomLabel4.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel4.TabIndex = 8;
     this.bunifuCustomLabel4.Text = "Category:";
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.ForeColor = System.Drawing.Color.YellowGreen;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(133, 329);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(199, 24);
     this.comboBox1.TabIndex = 9;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed = true;
     this.bunifuDragControl1.Horizontal = true;
     this.bunifuDragControl1.TargetControl = this.panel1;
     this.bunifuDragControl1.Vertical = true;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor = System.Drawing.Color.YellowGreen;
     this.textBox1.Location = new System.Drawing.Point(133, 292);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(408, 22);
     this.textBox1.TabIndex = 11;
     //
     // bunifuCustomLabel5
     //
     this.bunifuCustomLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel5.Location = new System.Drawing.Point(13, 290);
     this.bunifuCustomLabel5.Name = "bunifuCustomLabel5";
     this.bunifuCustomLabel5.Size = new System.Drawing.Size(138, 22);
     this.bunifuCustomLabel5.TabIndex = 10;
     this.bunifuCustomLabel5.Text = "File link:";
     //
     // AddProjectForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(46)))), ((int)(((byte)(59)))));
     this.ClientSize = new System.Drawing.Size(599, 441);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.bunifuCustomLabel5);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.bunifuCustomLabel4);
     this.Controls.Add(this.videotextbox);
     this.Controls.Add(this.bunifuCustomLabel3);
     this.Controls.Add(this.bunifuFlatButton2);
     this.Controls.Add(this.discriptiontextbox);
     this.Controls.Add(this.titletextbox);
     this.Controls.Add(this.bunifuCustomLabel2);
     this.Controls.Add(this.bunifuCustomLabel1);
     this.Controls.Add(this.panel1);
     this.ForeColor = System.Drawing.Color.YellowGreen;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "AddProjectForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "AddProjectForm";
     this.Load += new System.EventHandler(this.AddProjectForm_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Close_Button)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }