-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainForm.Designer.cs
More file actions
152 lines (148 loc) · 6.75 KB
/
MainForm.Designer.cs
File metadata and controls
152 lines (148 loc) · 6.75 KB
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
/*
* 由SharpDevelop创建。
* 用户: rsa
* 日期: 2016/11/2
* 时间: 22:27
*
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
*/
namespace SharpLearn
{
partial class MainForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button buttonRomove;
private System.Windows.Forms.Button buttonThreadTest;
private System.Windows.Forms.Button buttonFormatStr;
private System.Windows.Forms.Button openFile;
private System.Windows.Forms.Button tempTest;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.buttonRomove = new System.Windows.Forms.Button();
this.buttonThreadTest = new System.Windows.Forms.Button();
this.buttonFormatStr = new System.Windows.Forms.Button();
this.openFile = new System.Windows.Forms.Button();
this.tempTest = new System.Windows.Forms.Button();
this.geneQRCode = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(16, 15);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(140, 29);
this.button1.TabIndex = 0;
this.button1.Text = "send message";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1Click);
//
// buttonRomove
//
this.buttonRomove.Location = new System.Drawing.Point(16, 51);
this.buttonRomove.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonRomove.Name = "buttonRomove";
this.buttonRomove.Size = new System.Drawing.Size(139, 29);
this.buttonRomove.TabIndex = 1;
this.buttonRomove.Text = "remove space";
this.buttonRomove.UseVisualStyleBackColor = true;
this.buttonRomove.Click += new System.EventHandler(this.ButtonRomoveClick);
//
// buttonThreadTest
//
this.buttonThreadTest.Location = new System.Drawing.Point(16, 125);
this.buttonThreadTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonThreadTest.Name = "buttonThreadTest";
this.buttonThreadTest.Size = new System.Drawing.Size(139, 29);
this.buttonThreadTest.TabIndex = 2;
this.buttonThreadTest.Text = "thread test";
this.buttonThreadTest.UseVisualStyleBackColor = true;
this.buttonThreadTest.Click += new System.EventHandler(this.ButtonThreadTestClick);
//
// buttonFormatStr
//
this.buttonFormatStr.Location = new System.Drawing.Point(17, 174);
this.buttonFormatStr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonFormatStr.Name = "buttonFormatStr";
this.buttonFormatStr.Size = new System.Drawing.Size(139, 29);
this.buttonFormatStr.TabIndex = 3;
this.buttonFormatStr.Text = "format string";
this.buttonFormatStr.UseVisualStyleBackColor = true;
this.buttonFormatStr.Click += new System.EventHandler(this.ButtonFormatStrClick);
//
// openFile
//
this.openFile.Location = new System.Drawing.Point(17, 238);
this.openFile.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.openFile.Name = "openFile";
this.openFile.Size = new System.Drawing.Size(137, 39);
this.openFile.TabIndex = 4;
this.openFile.Text = "open file";
this.openFile.UseVisualStyleBackColor = true;
this.openFile.Click += new System.EventHandler(this.OpenFileClick);
//
// tempTest
//
this.tempTest.Location = new System.Drawing.Point(17, 285);
this.tempTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tempTest.Name = "tempTest";
this.tempTest.Size = new System.Drawing.Size(137, 38);
this.tempTest.TabIndex = 5;
this.tempTest.Text = "Temp Test";
this.tempTest.UseVisualStyleBackColor = true;
this.tempTest.Click += new System.EventHandler(this.TempTestClick);
//
// geneQRCode
//
this.geneQRCode.Location = new System.Drawing.Point(189, 10);
this.geneQRCode.Margin = new System.Windows.Forms.Padding(4);
this.geneQRCode.Name = "geneQRCode";
this.geneQRCode.Size = new System.Drawing.Size(137, 38);
this.geneQRCode.TabIndex = 6;
this.geneQRCode.Text = "Gene QRCode";
this.geneQRCode.UseVisualStyleBackColor = true;
this.geneQRCode.Click += new System.EventHandler(this.geneQRCode_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(796, 448);
this.Controls.Add(this.geneQRCode);
this.Controls.Add(this.tempTest);
this.Controls.Add(this.openFile);
this.Controls.Add(this.buttonFormatStr);
this.Controls.Add(this.buttonThreadTest);
this.Controls.Add(this.buttonRomove);
this.Controls.Add(this.button1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "MainForm";
this.Text = "SharpLearn";
this.ResumeLayout(false);
}
private System.Windows.Forms.Button geneQRCode;
}
}