-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.Designer.cs
171 lines (165 loc) · 8.77 KB
/
start.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
namespace SerialPortTerminal
{
partial class start
{
/// <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(start));
this.my_messages = new System.Windows.Forms.Button();
this.send_sms = new System.Windows.Forms.Button();
this.auto = new System.Windows.Forms.Button();
this.DATABASE = new System.Windows.Forms.Button();
this.Exit_1 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// my_messages
//
this.my_messages.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("my_messages.BackgroundImage")));
this.my_messages.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.my_messages.Location = new System.Drawing.Point(13, 102);
this.my_messages.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.my_messages.Name = "my_messages";
this.my_messages.Size = new System.Drawing.Size(140, 100);
this.my_messages.TabIndex = 0;
this.my_messages.Text = "my messages";
this.my_messages.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.my_messages.UseVisualStyleBackColor = true;
this.my_messages.Click += new System.EventHandler(this.my_messages_Click);
//
// send_sms
//
this.send_sms.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("send_sms.BackgroundImage")));
this.send_sms.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.send_sms.Location = new System.Drawing.Point(363, 103);
this.send_sms.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.send_sms.Name = "send_sms";
this.send_sms.Size = new System.Drawing.Size(140, 99);
this.send_sms.TabIndex = 1;
this.send_sms.Text = "send sms";
this.send_sms.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.send_sms.UseVisualStyleBackColor = true;
this.send_sms.Click += new System.EventHandler(this.send_sms_Click);
//
// auto
//
this.auto.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("auto.BackgroundImage")));
this.auto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.auto.Location = new System.Drawing.Point(13, 233);
this.auto.Name = "auto";
this.auto.Size = new System.Drawing.Size(140, 94);
this.auto.TabIndex = 3;
this.auto.Text = "automatic";
this.auto.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.auto.UseVisualStyleBackColor = true;
this.auto.Click += new System.EventHandler(this.auto_Click);
//
// DATABASE
//
this.DATABASE.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("DATABASE.BackgroundImage")));
this.DATABASE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.DATABASE.Location = new System.Drawing.Point(363, 226);
this.DATABASE.Name = "DATABASE";
this.DATABASE.Size = new System.Drawing.Size(141, 101);
this.DATABASE.TabIndex = 4;
this.DATABASE.Text = "Old Message";
this.DATABASE.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.DATABASE.UseVisualStyleBackColor = true;
this.DATABASE.Click += new System.EventHandler(this.DATABASE_Click);
//
// Exit_1
//
this.Exit_1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Exit_1.BackgroundImage")));
this.Exit_1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.Exit_1.Location = new System.Drawing.Point(415, 407);
this.Exit_1.Name = "Exit_1";
this.Exit_1.Size = new System.Drawing.Size(89, 77);
this.Exit_1.TabIndex = 5;
this.Exit_1.Text = "Exit";
this.Exit_1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.Exit_1.UseVisualStyleBackColor = true;
this.Exit_1.Click += new System.EventHandler(this.Exit_1_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.Location = new System.Drawing.Point(12, 407);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(98, 77);
this.button1.TabIndex = 6;
this.button1.Text = "read me";
this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Arial", 18F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label1.Location = new System.Drawing.Point(131, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(276, 28);
this.label1.TabIndex = 10;
this.label1.Text = "Mobile Message Center";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// start
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(516, 496);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.Exit_1);
this.Controls.Add(this.DATABASE);
this.Controls.Add(this.auto);
this.Controls.Add(this.send_sms);
this.Controls.Add(this.my_messages);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Lucida Calligraphy", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.SystemColors.MenuText;
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "start";
this.Text = "start";
this.Load += new System.EventHandler(this.start_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button my_messages;
private System.Windows.Forms.Button send_sms;
private System.Windows.Forms.Button auto;
private System.Windows.Forms.Button DATABASE;
private System.Windows.Forms.Button Exit_1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label1;
}
}