|
- namespace HKCardManager.UserPages
- {
- partial class CancellationPage
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.textBox1.Location = new System.Drawing.Point(104, 22);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(213, 28);
- this.textBox1.TabIndex = 22;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(330, 22);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(90, 32);
- this.button2.TabIndex = 26;
- this.button2.Text = "确认";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
- this.label1.Location = new System.Drawing.Point(21, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(90, 21);
- this.label1.TabIndex = 21;
- this.label1.Text = "输入姓名:";
- //
- // CancellationPage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.button2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.label1);
- this.Name = "CancellationPage";
- this.Size = new System.Drawing.Size(775, 606);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
- private Button button2;
- private Label label1;
- private TextBox textBox1;
- }
- }
|