-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm2.Designer.cs
173 lines (163 loc) · 7.6 KB
/
Form2.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
using System.Security.Cryptography.Xml;
using System.Windows.Forms;
using System.Windows.Input;
namespace Project
{
partial class IniPedido
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IniPedido));
this.avançar = new System.Windows.Forms.Button();
this.voltar = new System.Windows.Forms.Button();
this.pesquisar = new System.Windows.Forms.Button();
this.escrita = new System.Windows.Forms.Label();
this.TextoCliente = new System.Windows.Forms.TextBox();
this.Telefone = new System.Windows.Forms.MaskedTextBox();
this.Alterar = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// avançar
//
this.avançar.Font = new System.Drawing.Font("Nirmala UI Semilight", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.avançar.Location = new System.Drawing.Point(796, 622);
this.avançar.Margin = new System.Windows.Forms.Padding(4);
this.avançar.Name = "avançar";
this.avançar.Size = new System.Drawing.Size(220, 88);
this.avançar.TabIndex = 3;
this.avançar.Text = "button1";
this.avançar.UseVisualStyleBackColor = true;
this.avançar.Click += new System.EventHandler(this.Procurar_Click);
//
// voltar
//
this.voltar.Font = new System.Drawing.Font("Nirmala UI Semilight", 15F);
this.voltar.Location = new System.Drawing.Point(1021, 622);
this.voltar.Margin = new System.Windows.Forms.Padding(4);
this.voltar.Name = "voltar";
this.voltar.Size = new System.Drawing.Size(150, 88);
this.voltar.TabIndex = 5;
this.voltar.Text = "button1";
this.voltar.UseVisualStyleBackColor = true;
this.voltar.Click += new System.EventHandler(this.Voltar_Click);
//
// pesquisar
//
this.pesquisar.Font = new System.Drawing.Font("Nirmala UI Semilight", 15F);
this.pesquisar.Image = global::Project.Properties.Resources.lupa__1_;
this.pesquisar.Location = new System.Drawing.Point(436, 102);
this.pesquisar.Margin = new System.Windows.Forms.Padding(4);
this.pesquisar.Name = "pesquisar";
this.pesquisar.Size = new System.Drawing.Size(40, 40);
this.pesquisar.TabIndex = 2;
this.pesquisar.UseVisualStyleBackColor = true;
this.pesquisar.Click += new System.EventHandler(this.Pesquisar_Click);
//
// escrita
//
this.escrita.AutoSize = true;
this.escrita.Font = new System.Drawing.Font("Nirmala UI Semilight", 15F);
this.escrita.Location = new System.Drawing.Point(18, 108);
this.escrita.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.escrita.Name = "escrita";
this.escrita.Size = new System.Drawing.Size(86, 28);
this.escrita.TabIndex = 0;
this.escrita.Text = "Telefone:";
//
// TextoCliente
//
this.TextoCliente.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TextoCliente.ForeColor = System.Drawing.Color.Black;
this.TextoCliente.Location = new System.Drawing.Point(112, 195);
this.TextoCliente.Margin = new System.Windows.Forms.Padding(6);
this.TextoCliente.Multiline = true;
this.TextoCliente.Name = "TextoCliente";
this.TextoCliente.ReadOnly = true;
this.TextoCliente.Size = new System.Drawing.Size(537, 250);
this.TextoCliente.TabIndex = 6;
this.TextoCliente.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form2_KeyDown);
//
// Telefone
//
this.Telefone.Location = new System.Drawing.Point(111, 105);
this.Telefone.Mask = "(00) 99999-0000";
this.Telefone.Name = "Telefone";
this.Telefone.Size = new System.Drawing.Size(318, 34);
this.Telefone.TabIndex = 1;
this.Telefone.Click += new System.EventHandler(this.Telefone_Click);
//
// Alterar
//
this.Alterar.CausesValidation = false;
this.Alterar.Location = new System.Drawing.Point(621, 622);
this.Alterar.Name = "Alterar";
this.Alterar.Size = new System.Drawing.Size(168, 88);
this.Alterar.TabIndex = 7;
this.Alterar.Text = "button1";
this.Alterar.UseVisualStyleBackColor = true;
//
// IniPedido
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 28F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(1214, 771);
this.Controls.Add(this.Alterar);
this.Controls.Add(this.Telefone);
this.Controls.Add(this.TextoCliente);
this.Controls.Add(this.escrita);
this.Controls.Add(this.voltar);
this.Controls.Add(this.pesquisar);
this.Controls.Add(this.avançar);
this.Font = new System.Drawing.Font("Nirmala UI Semilight", 15F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "IniPedido";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form2_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
private void press(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
if(e.KeyChar.ToString() == Keys.Enter.ToString())
{
}
}
private void enter(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
throw new System.NotImplementedException();
}
#endregion
private System.Windows.Forms.Button avançar;
private System.Windows.Forms.Button pesquisar;
private System.Windows.Forms.Button voltar;
private System.Windows.Forms.Label escrita;
private System.Windows.Forms.TextBox TextoCliente;
private System.Windows.Forms.MaskedTextBox Telefone;
public System.Windows.Forms.Button Alterar;
}
}