/// <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(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginIFMS)); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnClose = new ns1.BunifuImageButton(); this.txtUsername = new ns1.BunifuMaterialTextbox(); this.btnLogin = new ns1.BunifuFlatButton(); ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(54, 227); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 24); this.label2.TabIndex = 12; this.label2.Text = "Password"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(54, 183); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 24); this.label1.TabIndex = 11; this.label1.Text = "Username"; // // txtPassword // this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247))))); this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.ForeColor = System.Drawing.Color.White; this.txtPassword.Location = new System.Drawing.Point(177, 227); this.txtPassword.Multiline = true; this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(206, 32); this.txtPassword.TabIndex = 10; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.ImageActive = null; this.btnClose.Location = new System.Drawing.Point(644, 6); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(20, 20); this.btnClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.btnClose.TabIndex = 9; this.btnClose.TabStop = false; this.btnClose.Zoom = 10; // // txtUsername // this.txtUsername.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247))))); this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtUsername.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtUsername.ForeColor = System.Drawing.Color.White; this.txtUsername.HintForeColor = System.Drawing.Color.White; this.txtUsername.HintText = ""; this.txtUsername.isPassword = false; this.txtUsername.LineFocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247))))); this.txtUsername.LineIdleColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(195)))), ((int)(((byte)(247))))); this.txtUsername.LineMouseHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(174)))), ((int)(((byte)(96))))); this.txtUsername.LineThickness = 3; this.txtUsername.Location = new System.Drawing.Point(177, 183); this.txtUsername.Margin = new System.Windows.Forms.Padding(4); this.txtUsername.Name = "txtUsername"; this.txtUsername.RightToLeft = System.Windows.Forms.RightToLeft.No; this.txtUsername.Size = new System.Drawing.Size(206, 32); this.txtUsername.TabIndex = 8; this.txtUsername.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; // // btnLogin // this.btnLogin.Activecolor = System.Drawing.Color.Transparent; this.btnLogin.BackColor = System.Drawing.Color.Transparent; this.btnLogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnLogin.BorderRadius = 5; this.btnLogin.ButtonText = "Login"; this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand; this.btnLogin.DisabledColor = System.Drawing.Color.Gray; this.btnLogin.Iconcolor = System.Drawing.Color.Transparent; this.btnLogin.Iconimage = ((System.Drawing.Image)(resources.GetObject("btnLogin.Iconimage"))); this.btnLogin.Iconimage_right = null; this.btnLogin.Iconimage_right_Selected = null; this.btnLogin.Iconimage_Selected = null; this.btnLogin.IconMarginLeft = 0; this.btnLogin.IconMarginRight = 0; this.btnLogin.IconRightVisible = true; this.btnLogin.IconRightZoom = 0D; this.btnLogin.IconVisible = true; this.btnLogin.IconZoom = 90D; this.btnLogin.IsTab = false; this.btnLogin.Location = new System.Drawing.Point(294, 334); this.btnLogin.Name = "btnLogin"; this.btnLogin.Normalcolor = System.Drawing.Color.Transparent; this.btnLogin.OnHovercolor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(152)))), ((int)(((byte)(219))))); this.btnLogin.OnHoverTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80))))); this.btnLogin.selected = false; this.btnLogin.Size = new System.Drawing.Size(89, 40); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "Login"; this.btnLogin.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.btnLogin.Textcolor = System.Drawing.Color.White; this.btnLogin.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click_1); // // LoginIFMS // this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(672, 448); this.ControlBox = false; this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtPassword); this.Controls.Add(this.btnClose); this.Controls.Add(this.txtUsername); this.Controls.Add(this.btnLogin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "LoginIFMS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.LoginIFMS_Load); ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }