Commit fc88d1bc authored by VihangiSalgado's avatar VihangiSalgado

Abbrevition

parent 08d9896d
...@@ -36,8 +36,14 @@ ...@@ -36,8 +36,14 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.Date = new System.Windows.Forms.Label(); this.Date = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// panel1 // panel1
...@@ -53,14 +59,14 @@ ...@@ -53,14 +59,14 @@
// //
// tableLayoutPanel1 // tableLayoutPanel1
// //
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.17603F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 76.17603F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.82398F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.82398F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 134F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 134F));
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panel4, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.Date, 1, 0); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0); this.tableLayoutPanel1.Controls.Add(this.panel3, 1, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.Name = "tableLayoutPanel1";
...@@ -114,24 +120,23 @@ ...@@ -114,24 +120,23 @@
// label2 // label2
// //
this.label2.AutoSize = true; this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White; this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(4, 1); this.label2.Location = new System.Drawing.Point(3, -3);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(364, 18); this.label2.Size = new System.Drawing.Size(99, 18);
this.label2.TabIndex = 0; this.label2.TabIndex = 0;
this.label2.Text = "Project Name"; this.label2.Text = "Project Name";
this.label2.Click += new System.EventHandler(this.Label2_Click);
// //
// Date // Date
// //
this.Date.AutoSize = true; this.Date.AutoSize = true;
this.Date.Dock = System.Windows.Forms.DockStyle.Left;
this.Date.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Date.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Date.ForeColor = System.Drawing.Color.White; this.Date.ForeColor = System.Drawing.Color.White;
this.Date.Location = new System.Drawing.Point(375, 1); this.Date.Location = new System.Drawing.Point(3, -2);
this.Date.Name = "Date"; this.Date.Name = "Date";
this.Date.Size = new System.Drawing.Size(39, 25); this.Date.Size = new System.Drawing.Size(39, 18);
this.Date.TabIndex = 1; this.Date.TabIndex = 1;
this.Date.Text = "Date"; this.Date.Text = "Date";
this.Date.Click += new System.EventHandler(this.Date_Click); this.Date.Click += new System.EventHandler(this.Date_Click);
...@@ -141,12 +146,40 @@ ...@@ -141,12 +146,40 @@
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White; this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(492, 1); this.label3.Location = new System.Drawing.Point(3, -2);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 18); this.label3.Size = new System.Drawing.Size(40, 18);
this.label3.TabIndex = 2; this.label3.TabIndex = 2;
this.label3.Text = "User"; this.label3.Text = "User";
// //
// panel2
//
this.panel2.BackColor = System.Drawing.Color.MidnightBlue;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel2.Controls.Add(this.label2);
this.panel2.Location = new System.Drawing.Point(3, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(368, 20);
this.panel2.TabIndex = 0;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel3.Controls.Add(this.Date);
this.panel3.Location = new System.Drawing.Point(377, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(110, 20);
this.panel3.TabIndex = 1;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel4.Controls.Add(this.label3);
this.panel4.Location = new System.Drawing.Point(493, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(129, 20);
this.panel4.TabIndex = 2;
//
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
...@@ -165,7 +198,12 @@ ...@@ -165,7 +198,12 @@
this.Load += new System.EventHandler(this.Form1_Load); this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout(); this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
...@@ -181,6 +219,9 @@ ...@@ -181,6 +219,9 @@
private System.Windows.Forms.Label Date; private System.Windows.Forms.Label Date;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
} }
} }
...@@ -57,5 +57,10 @@ namespace WindowsFormsApp1 ...@@ -57,5 +57,10 @@ namespace WindowsFormsApp1
{ {
} }
private void Label2_Click(object sender, EventArgs e)
{
}
} }
} }
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.textBox5 = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
...@@ -94,6 +96,7 @@ ...@@ -94,6 +96,7 @@
// //
this.button1.BackColor = System.Drawing.Color.LavenderBlush; this.button1.BackColor = System.Drawing.Color.LavenderBlush;
this.button1.Font = new System.Drawing.Font("Calibri", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Font = new System.Drawing.Font("Calibri", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.Color.Black;
this.button1.Location = new System.Drawing.Point(819, 159); this.button1.Location = new System.Drawing.Point(819, 159);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1"; this.button1.Name = "button1";
...@@ -109,11 +112,12 @@ ...@@ -109,11 +112,12 @@
this.panel1.Controls.Add(this.checkBox3); this.panel1.Controls.Add(this.checkBox3);
this.panel1.Controls.Add(this.checkBox2); this.panel1.Controls.Add(this.checkBox2);
this.panel1.Controls.Add(this.checkBox1); this.panel1.Controls.Add(this.checkBox1);
this.panel1.Location = new System.Drawing.Point(146, 202); this.panel1.Location = new System.Drawing.Point(146, 250);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1"; this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(657, 182); this.panel1.Size = new System.Drawing.Size(657, 134);
this.panel1.TabIndex = 5; this.panel1.TabIndex = 5;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel1_Paint);
// //
// button2 // button2
// //
...@@ -176,9 +180,11 @@ ...@@ -176,9 +180,11 @@
// checkBox1 // checkBox1
// //
this.checkBox1.AutoSize = true; this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox1.ForeColor = System.Drawing.Color.White; this.checkBox1.ForeColor = System.Drawing.Color.White;
this.checkBox1.Location = new System.Drawing.Point(23, 15); this.checkBox1.Location = new System.Drawing.Point(18, 20);
this.checkBox1.Name = "checkBox1"; this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 28); this.checkBox1.Size = new System.Drawing.Size(84, 28);
this.checkBox1.TabIndex = 0; this.checkBox1.TabIndex = 0;
...@@ -188,9 +194,11 @@ ...@@ -188,9 +194,11 @@
// checkBox2 // checkBox2
// //
this.checkBox2.AutoSize = true; this.checkBox2.AutoSize = true;
this.checkBox2.Checked = true;
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox2.ForeColor = System.Drawing.Color.White; this.checkBox2.ForeColor = System.Drawing.Color.White;
this.checkBox2.Location = new System.Drawing.Point(23, 64); this.checkBox2.Location = new System.Drawing.Point(18, 54);
this.checkBox2.Name = "checkBox2"; this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(76, 28); this.checkBox2.Size = new System.Drawing.Size(76, 28);
this.checkBox2.TabIndex = 1; this.checkBox2.TabIndex = 1;
...@@ -200,21 +208,52 @@ ...@@ -200,21 +208,52 @@
// checkBox3 // checkBox3
// //
this.checkBox3.AutoSize = true; this.checkBox3.AutoSize = true;
this.checkBox3.Checked = true;
this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.checkBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkBox3.ForeColor = System.Drawing.Color.White; this.checkBox3.ForeColor = System.Drawing.Color.White;
this.checkBox3.Location = new System.Drawing.Point(23, 112); this.checkBox3.Location = new System.Drawing.Point(18, 88);
this.checkBox3.Name = "checkBox3"; this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(93, 28); this.checkBox3.Size = new System.Drawing.Size(93, 28);
this.checkBox3.TabIndex = 2; this.checkBox3.TabIndex = 2;
this.checkBox3.Text = "Scenes"; this.checkBox3.Text = "Scenes";
this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.UseVisualStyleBackColor = true;
// //
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Century Schoolbook", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label5.Location = new System.Drawing.Point(23, 195);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(109, 17);
this.label5.TabIndex = 11;
this.label5.Text = "Abbreviation:";
this.label5.Click += new System.EventHandler(this.Label5_Click_1);
//
// textBox5
//
this.textBox5.BackColor = System.Drawing.Color.MidnightBlue;
this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox5.Font = new System.Drawing.Font("Century Schoolbook", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox5.ForeColor = System.Drawing.Color.White;
this.textBox5.Location = new System.Drawing.Point(146, 195);
this.textBox5.Margin = new System.Windows.Forms.Padding(2);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new System.Drawing.Size(657, 13);
this.textBox5.TabIndex = 12;
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5_TextChanged_1);
//
// Form2 // Form2
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MidnightBlue; this.BackColor = System.Drawing.Color.MidnightBlue;
this.ClientSize = new System.Drawing.Size(893, 464); this.ClientSize = new System.Drawing.Size(893, 464);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.label5);
this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox4);
this.Controls.Add(this.label3); this.Controls.Add(this.label3);
...@@ -226,9 +265,10 @@ ...@@ -226,9 +265,10 @@
this.Controls.Add(this.textBox1); this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.ForeColor = System.Drawing.Color.Black;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form2"; this.Name = "Form2";
this.Text = " "; this.Text = " Create Project";
this.Load += new System.EventHandler(this.Form2_Load); this.Load += new System.EventHandler(this.Form2_Load);
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.panel1.PerformLayout(); this.panel1.PerformLayout();
...@@ -253,5 +293,7 @@ ...@@ -253,5 +293,7 @@
private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBox5;
} }
} }
\ No newline at end of file
...@@ -32,11 +32,19 @@ namespace WindowsFormsApp1 ...@@ -32,11 +32,19 @@ namespace WindowsFormsApp1
{ {
textBox2.Text = fbd.SelectedPath; textBox2.Text = fbd.SelectedPath;
} }
string word1 = textBox4.Text;
string word2 = textBox3.Text;
string output = word1 + word2.Substring(0, 1);
textBox5.Text = output.ToString();
} }
private void Form2_Load(object sender, EventArgs e) private void Form2_Load(object sender, EventArgs e)
{ {
textBox5.ReadOnly = true;
} }
private void Button2_Click(object sender, EventArgs e) private void Button2_Click(object sender, EventArgs e)
...@@ -95,8 +103,7 @@ namespace WindowsFormsApp1 ...@@ -95,8 +103,7 @@ namespace WindowsFormsApp1
private void Label6_Click(object sender, EventArgs e) private void Label6_Click(object sender, EventArgs e)
{ {
String abbrivation = textBox4.Text;
Console.WriteLine(" bla bla bla" + abbrivation);
} }
private void Label5_Click(object sender, EventArgs e) private void Label5_Click(object sender, EventArgs e)
...@@ -106,9 +113,7 @@ namespace WindowsFormsApp1 ...@@ -106,9 +113,7 @@ namespace WindowsFormsApp1
private void TextBox5_TextChanged(object sender, EventArgs e) private void TextBox5_TextChanged(object sender, EventArgs e)
{ {
String abbrivation = textBox4.Text;
Console.WriteLine(" bla bla bla" + abbrivation);
Console.WriteLine("utrgrguwuifwui");
} }
private void RadioButton2_CheckedChanged(object sender, EventArgs e) private void RadioButton2_CheckedChanged(object sender, EventArgs e)
...@@ -120,6 +125,21 @@ namespace WindowsFormsApp1 ...@@ -120,6 +125,21 @@ namespace WindowsFormsApp1
{ {
} }
private void Panel1_Paint(object sender, PaintEventArgs e)
{
}
private void Label5_Click_1(object sender, EventArgs e)
{
}
private void TextBox5_TextChanged_1(object sender, EventArgs e)
{
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment