Commit 84305b28 authored by VihangiSalgado's avatar VihangiSalgado

Scene Assembler

parent 7f866d01
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
this.panel4.SuspendLayout(); this.panel4.SuspendLayout();
...@@ -49,6 +52,9 @@ ...@@ -49,6 +52,9 @@
// //
this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(12, 71); this.panel1.Location = new System.Drawing.Point(12, 71);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
...@@ -65,7 +71,7 @@ ...@@ -65,7 +71,7 @@
this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.panel3); this.panel2.Controls.Add(this.panel3);
this.panel2.Location = new System.Drawing.Point(-11, -11); this.panel2.Location = new System.Drawing.Point(-11, -11);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel2.Margin = new System.Windows.Forms.Padding(4);
this.panel2.Name = "panel2"; this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(867, 49); this.panel2.Size = new System.Drawing.Size(867, 49);
this.panel2.TabIndex = 0; this.panel2.TabIndex = 0;
...@@ -76,7 +82,7 @@ ...@@ -76,7 +82,7 @@
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label3); this.panel4.Controls.Add(this.label3);
this.panel4.Location = new System.Drawing.Point(633, -20); this.panel4.Location = new System.Drawing.Point(633, -20);
this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel4.Margin = new System.Windows.Forms.Padding(4);
this.panel4.Name = "panel4"; this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(233, 80); this.panel4.Size = new System.Drawing.Size(233, 80);
this.panel4.TabIndex = 2; this.panel4.TabIndex = 2;
...@@ -112,7 +118,7 @@ ...@@ -112,7 +118,7 @@
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.Date); this.panel3.Controls.Add(this.Date);
this.panel3.Location = new System.Drawing.Point(461, -20); this.panel3.Location = new System.Drawing.Point(461, -20);
this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panel3.Margin = new System.Windows.Forms.Padding(4);
this.panel3.Name = "panel3"; this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(373, 84); this.panel3.Size = new System.Drawing.Size(373, 84);
this.panel3.TabIndex = 1; this.panel3.TabIndex = 1;
...@@ -170,6 +176,36 @@ ...@@ -170,6 +176,36 @@
this.label1.Text = "Recent :"; this.label1.Text = "Recent :";
this.label1.Click += new System.EventHandler(this.Label1_Click); this.label1.Click += new System.EventHandler(this.Label1_Click);
// //
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(455, 42);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(80, 17);
this.label4.TabIndex = 1;
this.label4.Text = "08/08/2020";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Location = new System.Drawing.Point(3, 42);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 17);
this.label5.TabIndex = 2;
this.label5.Text = "Test 01";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(627, 42);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 17);
this.label6.TabIndex = 3;
this.label6.Text = "VihangiS";
//
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
...@@ -188,6 +224,7 @@ ...@@ -188,6 +224,7 @@
this.Text = "Assist "; this.Text = "Assist ";
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.panel1.PerformLayout();
this.panel2.ResumeLayout(false); this.panel2.ResumeLayout(false);
this.panel2.PerformLayout(); this.panel2.PerformLayout();
this.panel4.ResumeLayout(false); this.panel4.ResumeLayout(false);
...@@ -211,6 +248,9 @@ ...@@ -211,6 +248,9 @@
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label Date; private System.Windows.Forms.Label Date;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
} }
} }
...@@ -27,6 +27,11 @@ namespace WindowsFormsApp1 ...@@ -27,6 +27,11 @@ namespace WindowsFormsApp1
} }
OpenFileDialog ofd = new OpenFileDialog(); OpenFileDialog ofd = new OpenFileDialog();
internal bool paintButtomFirst;
internal object listBox1;
internal object checkBoxDraw;
internal object checkBoxShowCalc;
internal object checkBoxShow3Dcube;
private void Button1_Click(object sender, EventArgs e) private void Button1_Click(object sender, EventArgs e)
{ {
...@@ -69,5 +74,10 @@ namespace WindowsFormsApp1 ...@@ -69,5 +74,10 @@ namespace WindowsFormsApp1
{ {
} }
internal Point calculate3Dto2D(int x, int y, int z)
{
throw new NotImplementedException();
}
} }
} }
This diff is collapsed.
...@@ -87,6 +87,7 @@ namespace WindowsFormsApp1 ...@@ -87,6 +87,7 @@ namespace WindowsFormsApp1
private void Button3_Click(object sender, EventArgs e) private void Button3_Click(object sender, EventArgs e)
{ {
ActiveButton(sender, Colours.color1); ActiveButton(sender, Colours.color1);
OpenChildForm(new Form8());
} }
private void Panel1_Paint(object sender, PaintEventArgs e) private void Panel1_Paint(object sender, PaintEventArgs e)
......
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel();
this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.createFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel6 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.createStepToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createStepToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
...@@ -64,6 +66,7 @@ ...@@ -64,6 +66,7 @@
this.label4 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel8.SuspendLayout(); this.panel8.SuspendLayout();
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStrip2.SuspendLayout(); this.contextMenuStrip2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
...@@ -186,12 +189,28 @@ ...@@ -186,12 +189,28 @@
// panel7 // panel7
// //
this.panel7.BackColor = System.Drawing.Color.LightSlateGray; this.panel7.BackColor = System.Drawing.Color.LightSlateGray;
this.panel7.ContextMenuStrip = this.contextMenuStrip3;
this.panel7.Location = new System.Drawing.Point(287, 51); this.panel7.Location = new System.Drawing.Point(287, 51);
this.panel7.Name = "panel7"; this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(450, 177); this.panel7.Size = new System.Drawing.Size(450, 177);
this.panel7.TabIndex = 2; this.panel7.TabIndex = 2;
this.panel7.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel7_Paint); this.panel7.Paint += new System.Windows.Forms.PaintEventHandler(this.Panel7_Paint);
// //
// contextMenuStrip3
//
this.contextMenuStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createFileToolStripMenuItem});
this.contextMenuStrip3.Name = "contextMenuStrip3";
this.contextMenuStrip3.Size = new System.Drawing.Size(149, 28);
//
// createFileToolStripMenuItem
//
this.createFileToolStripMenuItem.Name = "createFileToolStripMenuItem";
this.createFileToolStripMenuItem.Size = new System.Drawing.Size(148, 24);
this.createFileToolStripMenuItem.Text = "Create File";
this.createFileToolStripMenuItem.Click += new System.EventHandler(this.CreateFileToolStripMenuItem_Click);
//
// panel6 // panel6
// //
this.panel6.BackColor = System.Drawing.Color.LightSlateGray; this.panel6.BackColor = System.Drawing.Color.LightSlateGray;
...@@ -210,12 +229,12 @@ ...@@ -210,12 +229,12 @@
this.openInExplorerToolStripMenuItem1, this.openInExplorerToolStripMenuItem1,
this.copyPathToolStripMenuItem1}); this.copyPathToolStripMenuItem1});
this.contextMenuStrip2.Name = "contextMenuStrip2"; this.contextMenuStrip2.Name = "contextMenuStrip2";
this.contextMenuStrip2.Size = new System.Drawing.Size(211, 104); this.contextMenuStrip2.Size = new System.Drawing.Size(190, 76);
// //
// createStepToolStripMenuItem // createStepToolStripMenuItem
// //
this.createStepToolStripMenuItem.Name = "createStepToolStripMenuItem"; this.createStepToolStripMenuItem.Name = "createStepToolStripMenuItem";
this.createStepToolStripMenuItem.Size = new System.Drawing.Size(210, 24); this.createStepToolStripMenuItem.Size = new System.Drawing.Size(189, 24);
this.createStepToolStripMenuItem.Text = "Create Step "; this.createStepToolStripMenuItem.Text = "Create Step ";
this.createStepToolStripMenuItem.Click += new System.EventHandler(this.CreateStepToolStripMenuItem_Click); this.createStepToolStripMenuItem.Click += new System.EventHandler(this.CreateStepToolStripMenuItem_Click);
// //
...@@ -254,20 +273,20 @@ ...@@ -254,20 +273,20 @@
// createEntryToolStripMenuItem // createEntryToolStripMenuItem
// //
this.createEntryToolStripMenuItem.Name = "createEntryToolStripMenuItem"; this.createEntryToolStripMenuItem.Name = "createEntryToolStripMenuItem";
this.createEntryToolStripMenuItem.Size = new System.Drawing.Size(210, 24); this.createEntryToolStripMenuItem.Size = new System.Drawing.Size(189, 24);
this.createEntryToolStripMenuItem.Text = "Create Entry"; this.createEntryToolStripMenuItem.Text = "Create Entry";
this.createEntryToolStripMenuItem.Click += new System.EventHandler(this.CreateEntryToolStripMenuItem_Click); this.createEntryToolStripMenuItem.Click += new System.EventHandler(this.CreateEntryToolStripMenuItem_Click);
// //
// openInExplorerToolStripMenuItem // openInExplorerToolStripMenuItem
// //
this.openInExplorerToolStripMenuItem.Name = "openInExplorerToolStripMenuItem"; this.openInExplorerToolStripMenuItem.Name = "openInExplorerToolStripMenuItem";
this.openInExplorerToolStripMenuItem.Size = new System.Drawing.Size(210, 24); this.openInExplorerToolStripMenuItem.Size = new System.Drawing.Size(189, 24);
this.openInExplorerToolStripMenuItem.Text = "Open in Explorer"; this.openInExplorerToolStripMenuItem.Text = "Open in Explorer";
// //
// copyPathToolStripMenuItem // copyPathToolStripMenuItem
// //
this.copyPathToolStripMenuItem.Name = "copyPathToolStripMenuItem"; this.copyPathToolStripMenuItem.Name = "copyPathToolStripMenuItem";
this.copyPathToolStripMenuItem.Size = new System.Drawing.Size(210, 24); this.copyPathToolStripMenuItem.Size = new System.Drawing.Size(189, 24);
this.copyPathToolStripMenuItem.Text = "Copy Path"; this.copyPathToolStripMenuItem.Text = "Copy Path";
// //
// panel2 // panel2
...@@ -447,11 +466,12 @@ ...@@ -447,11 +466,12 @@
this.Controls.Add(this.panel2); this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.Name = "Form4"; this.Name = "Form4";
this.Text = "Form4"; this.Text = "Asset";
this.Load += new System.EventHandler(this.Form4_Load); this.Load += new System.EventHandler(this.Form4_Load);
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.panel1.PerformLayout(); this.panel1.PerformLayout();
this.panel8.ResumeLayout(false); this.panel8.ResumeLayout(false);
this.contextMenuStrip3.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false); this.contextMenuStrip2.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false);
this.panel3.ResumeLayout(false); this.panel3.ResumeLayout(false);
...@@ -498,5 +518,7 @@ ...@@ -498,5 +518,7 @@
private System.Windows.Forms.ToolStripMenuItem createEntryToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createEntryToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyPathToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyPathToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip3;
private System.Windows.Forms.ToolStripMenuItem createFileToolStripMenuItem;
} }
} }
\ No newline at end of file
...@@ -19,6 +19,7 @@ namespace WindowsFormsApp1 ...@@ -19,6 +19,7 @@ namespace WindowsFormsApp1
Entry Entry = new Entry(); Entry Entry = new Entry();
Step Step = new Step(); Step Step = new Step();
Form6 comment = new Form6();
private void Button1_Click(object sender, EventArgs e) private void Button1_Click(object sender, EventArgs e)
{ {
...@@ -154,5 +155,20 @@ namespace WindowsFormsApp1 ...@@ -154,5 +155,20 @@ namespace WindowsFormsApp1
{ {
Step.Show(); Step.Show();
} }
private void ToolStripMenuItem1_Click(object sender, EventArgs e)
{
}
private void CreateFileToolStripMenuItem_Click(object sender, EventArgs e)
{
comment.Show();
}
private void Label10_Click(object sender, EventArgs e)
{
}
} }
} }
...@@ -117,6 +117,9 @@ ...@@ -117,6 +117,9 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<metadata name="contextMenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>389, 17</value>
</metadata>
<metadata name="contextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="contextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>203, 17</value> <value>203, 17</value>
</metadata> </metadata>
......
...@@ -39,6 +39,8 @@ ...@@ -39,6 +39,8 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel(); this.panel7 = new System.Windows.Forms.Panel();
this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.createFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel6 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.createStepToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.createStepToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
...@@ -64,6 +66,7 @@ ...@@ -64,6 +66,7 @@
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel8.SuspendLayout(); this.panel8.SuspendLayout();
this.contextMenuStrip3.SuspendLayout();
this.contextMenuStrip2.SuspendLayout(); this.contextMenuStrip2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
...@@ -108,6 +111,7 @@ ...@@ -108,6 +111,7 @@
this.button5.TabIndex = 3; this.button5.TabIndex = 3;
this.button5.Text = "Comment"; this.button5.Text = "Comment";
this.button5.UseVisualStyleBackColor = false; this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.Button5_Click);
// //
// button4 // button4
// //
...@@ -179,11 +183,27 @@ ...@@ -179,11 +183,27 @@
// panel7 // panel7
// //
this.panel7.BackColor = System.Drawing.Color.LightSlateGray; this.panel7.BackColor = System.Drawing.Color.LightSlateGray;
this.panel7.ContextMenuStrip = this.contextMenuStrip3;
this.panel7.Location = new System.Drawing.Point(287, 51); this.panel7.Location = new System.Drawing.Point(287, 51);
this.panel7.Name = "panel7"; this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(450, 177); this.panel7.Size = new System.Drawing.Size(450, 177);
this.panel7.TabIndex = 2; this.panel7.TabIndex = 2;
// //
// contextMenuStrip3
//
this.contextMenuStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createFileToolStripMenuItem});
this.contextMenuStrip3.Name = "contextMenuStrip3";
this.contextMenuStrip3.Size = new System.Drawing.Size(149, 28);
//
// createFileToolStripMenuItem
//
this.createFileToolStripMenuItem.Name = "createFileToolStripMenuItem";
this.createFileToolStripMenuItem.Size = new System.Drawing.Size(210, 24);
this.createFileToolStripMenuItem.Text = "Create File";
this.createFileToolStripMenuItem.Click += new System.EventHandler(this.CreateFileToolStripMenuItem_Click_1);
//
// panel6 // panel6
// //
this.panel6.BackColor = System.Drawing.Color.LightSlateGray; this.panel6.BackColor = System.Drawing.Color.LightSlateGray;
...@@ -424,10 +444,11 @@ ...@@ -424,10 +444,11 @@
this.Controls.Add(this.panel2); this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1); this.Controls.Add(this.panel1);
this.Name = "Form5"; this.Name = "Form5";
this.Text = "Form5"; this.Text = "Shot";
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.panel1.PerformLayout(); this.panel1.PerformLayout();
this.panel8.ResumeLayout(false); this.panel8.ResumeLayout(false);
this.contextMenuStrip3.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false); this.contextMenuStrip2.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false);
this.panel3.ResumeLayout(false); this.panel3.ResumeLayout(false);
...@@ -474,5 +495,7 @@ ...@@ -474,5 +495,7 @@
private System.Windows.Forms.ToolStripMenuItem createShotToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem createShotToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openInExplorerToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyPathToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyPathToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip3;
private System.Windows.Forms.ToolStripMenuItem createFileToolStripMenuItem;
} }
} }
\ No newline at end of file
...@@ -19,6 +19,7 @@ namespace WindowsFormsApp1 ...@@ -19,6 +19,7 @@ namespace WindowsFormsApp1
Shot Shot = new Shot(); Shot Shot = new Shot();
Step Step = new Step(); Step Step = new Step();
Form7 form7 = new Form7();
private void Label1_Click(object sender, EventArgs e) private void Label1_Click(object sender, EventArgs e)
...@@ -35,5 +36,20 @@ namespace WindowsFormsApp1 ...@@ -35,5 +36,20 @@ namespace WindowsFormsApp1
{ {
Step.Show(); Step.Show();
} }
private void Button5_Click(object sender, EventArgs e)
{
}
private void CreateFileToolStripMenuItem_Click(object sender, EventArgs e)
{
}
private void CreateFileToolStripMenuItem_Click_1(object sender, EventArgs e)
{
form7.Show();
}
} }
} }
...@@ -117,6 +117,9 @@ ...@@ -117,6 +117,9 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<metadata name="contextMenuStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>389, 17</value>
</metadata>
<metadata name="contextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="contextMenuStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>203, 17</value> <value>203, 17</value>
</metadata> </metadata>
......
namespace WindowsFormsApp1
{
partial class Form6
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.Comment = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// Comment
//
this.Comment.AutoSize = true;
this.Comment.Location = new System.Drawing.Point(35, 40);
this.Comment.Name = "Comment";
this.Comment.Size = new System.Drawing.Size(79, 17);
this.Comment.TabIndex = 0;
this.Comment.Text = "Comment : ";
this.Comment.Click += new System.EventHandler(this.Label1_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(38, 78);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(472, 22);
this.textBox1.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(38, 134);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(86, 29);
this.button1.TabIndex = 2;
this.button1.Text = "Ok";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// Form6
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(557, 245);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.Comment);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form6";
this.Text = "Form6";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label Comment;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
}
}
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public partial class Form6 : Form
{
public Form6()
{
InitializeComponent();
}
private void Label1_Click(object sender, EventArgs e)
{
}
private void Button1_Click(object sender, EventArgs e)
{
this.Close();
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
namespace WindowsFormsApp1
{
partial class Form7
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 17);
this.label1.TabIndex = 0;
this.label1.Text = "Comment :";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(48, 86);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(450, 22);
this.textBox1.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(48, 146);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(90, 30);
this.button1.TabIndex = 2;
this.button1.Text = "Ok";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// Form7
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(532, 281);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form7";
this.Text = "Form7";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
}
}
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public partial class Form7 : Form
{
public Form7()
{
InitializeComponent();
}
private void Button1_Click(object sender, EventArgs e)
{
this.Close();
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
</root>
\ No newline at end of file
...@@ -102,6 +102,24 @@ ...@@ -102,6 +102,24 @@
<Compile Include="Form5.Designer.cs"> <Compile Include="Form5.Designer.cs">
<DependentUpon>Form5.cs</DependentUpon> <DependentUpon>Form5.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Form6.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form6.Designer.cs">
<DependentUpon>Form6.cs</DependentUpon>
</Compile>
<Compile Include="Form7.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form7.Designer.cs">
<DependentUpon>Form7.cs</DependentUpon>
</Compile>
<Compile Include="Form8.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form8.Designer.cs">
<DependentUpon>Form8.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" /> <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Shot.cs"> <Compile Include="Shot.cs">
...@@ -134,6 +152,15 @@ ...@@ -134,6 +152,15 @@
<EmbeddedResource Include="Form5.resx"> <EmbeddedResource Include="Form5.resx">
<DependentUpon>Form5.cs</DependentUpon> <DependentUpon>Form5.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Form6.resx">
<DependentUpon>Form6.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form7.resx">
<DependentUpon>Form7.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form8.resx">
<DependentUpon>Form8.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx"> <EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator> <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput> <LastGenOutput>Resources.Designer.cs</LastGenOutput>
......
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