-
Notifications
You must be signed in to change notification settings - Fork 0
/
alterForm.Designer.cs
173 lines (167 loc) · 7.91 KB
/
alterForm.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
namespace DataGridView
{
partial class alterForm
{
/// <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.lblCourID = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.lblCourName = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox();
this.lblCourCredit = new System.Windows.Forms.Label();
this.textBox3 = new System.Windows.Forms.TextBox();
this.lblCourRemark = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblCourID
//
this.lblCourID.AutoSize = true;
this.lblCourID.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCourID.Location = new System.Drawing.Point(22, 39);
this.lblCourID.Name = "lblCourID";
this.lblCourID.Size = new System.Drawing.Size(88, 25);
this.lblCourID.TabIndex = 0;
this.lblCourID.Text = "课程编号";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(121, 40);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(259, 25);
this.textBox1.TabIndex = 1;
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// lblCourName
//
this.lblCourName.AutoSize = true;
this.lblCourName.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCourName.Location = new System.Drawing.Point(22, 93);
this.lblCourName.Name = "lblCourName";
this.lblCourName.Size = new System.Drawing.Size(88, 25);
this.lblCourName.TabIndex = 0;
this.lblCourName.Text = "课程名称";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(121, 93);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(259, 25);
this.textBox2.TabIndex = 1;
this.textBox2.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// lblCourCredit
//
this.lblCourCredit.AutoSize = true;
this.lblCourCredit.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCourCredit.Location = new System.Drawing.Point(22, 153);
this.lblCourCredit.Name = "lblCourCredit";
this.lblCourCredit.Size = new System.Drawing.Size(50, 25);
this.lblCourCredit.TabIndex = 0;
this.lblCourCredit.Text = "学分";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(121, 153);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(259, 25);
this.textBox3.TabIndex = 1;
this.textBox3.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// lblCourRemark
//
this.lblCourRemark.AutoSize = true;
this.lblCourRemark.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCourRemark.Location = new System.Drawing.Point(22, 211);
this.lblCourRemark.Name = "lblCourRemark";
this.lblCourRemark.Size = new System.Drawing.Size(50, 25);
this.lblCourRemark.TabIndex = 0;
this.lblCourRemark.Text = "备注";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(121, 211);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(259, 118);
this.textBox4.TabIndex = 1;
this.textBox4.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// btnOk
//
this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOk.Location = new System.Drawing.Point(121, 374);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(98, 30);
this.btnOk.TabIndex = 2;
this.btnOk.Text = "确认";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.BtnOk_Click);
//
// btnCancel
//
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.Location = new System.Drawing.Point(282, 374);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(98, 30);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// alterForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.lblCourRemark);
this.Controls.Add(this.lblCourCredit);
this.Controls.Add(this.lblCourName);
this.Controls.Add(this.lblCourID);
this.Name = "alterForm";
this.Text = "alterForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblCourID;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label lblCourName;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label lblCourCredit;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label lblCourRemark;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
}
}