-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
executable file
·153 lines (146 loc) · 7.68 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
namespace Paranoya
{
partial class Form1
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.arquivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.salvarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.parametrosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panoramizarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AjudaFocoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.arquivoToolStripMenuItem,
this.parametrosToolStripMenuItem,
this.panoramizarToolStripMenuItem,
this.AjudaFocoToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(609, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// arquivoToolStripMenuItem
//
this.arquivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.abrirToolStripMenuItem,
this.salvarToolStripMenuItem});
this.arquivoToolStripMenuItem.Name = "arquivoToolStripMenuItem";
this.arquivoToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.arquivoToolStripMenuItem.Text = "Arquivo";
//
// abrirToolStripMenuItem
//
this.abrirToolStripMenuItem.Name = "abrirToolStripMenuItem";
this.abrirToolStripMenuItem.ShortcutKeyDisplayString = "";
this.abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.abrirToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
this.abrirToolStripMenuItem.Text = "Abrir";
this.abrirToolStripMenuItem.Click += new System.EventHandler(this.abrirToolStripMenuItem_Click);
//
// salvarToolStripMenuItem
//
this.salvarToolStripMenuItem.Name = "salvarToolStripMenuItem";
this.salvarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.salvarToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
this.salvarToolStripMenuItem.Text = "Salvar";
this.salvarToolStripMenuItem.Click += new System.EventHandler(this.salvarToolStripMenuItem_Click);
//
// parametrosToolStripMenuItem
//
this.parametrosToolStripMenuItem.Name = "parametrosToolStripMenuItem";
this.parametrosToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
this.parametrosToolStripMenuItem.Text = "Parametros";
this.parametrosToolStripMenuItem.Click += new System.EventHandler(this.parametrosToolStripMenuItem_Click);
//
// panoramizarToolStripMenuItem
//
this.panoramizarToolStripMenuItem.Name = "panoramizarToolStripMenuItem";
this.panoramizarToolStripMenuItem.ShortcutKeyDisplayString = "Alt + P";
this.panoramizarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
this.panoramizarToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
this.panoramizarToolStripMenuItem.Text = "Panoramizar";
this.panoramizarToolStripMenuItem.Click += new System.EventHandler(this.panoramizarToolStripMenuItem_Click);
//
// AjudaFocoToolStripMenuItem
//
this.AjudaFocoToolStripMenuItem.Name = "AjudaFocoToolStripMenuItem";
this.AjudaFocoToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
this.AjudaFocoToolStripMenuItem.Text = "Ajuda";
this.AjudaFocoToolStripMenuItem.Click += new System.EventHandler(this.AjudaFocoToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(376, 7);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(58, 17);
this.checkBox1.TabIndex = 1;
this.checkBox1.Text = "Debug";
this.checkBox1.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(609, 436);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.menuStrip1);
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Panoroya";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem arquivoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem abrirToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem salvarToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem panoramizarToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem AjudaFocoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem parametrosToolStripMenuItem;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.CheckBox checkBox1;
}
}