You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.1 KiB

  1. namespace HKCardManager.UserPages
  2. {
  3. partial class CancellationPage
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // textBox1
  34. //
  35. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  36. this.textBox1.Location = new System.Drawing.Point(104, 22);
  37. this.textBox1.Name = "textBox1";
  38. this.textBox1.Size = new System.Drawing.Size(213, 28);
  39. this.textBox1.TabIndex = 22;
  40. //
  41. // button2
  42. //
  43. this.button2.Location = new System.Drawing.Point(330, 22);
  44. this.button2.Name = "button2";
  45. this.button2.Size = new System.Drawing.Size(90, 32);
  46. this.button2.TabIndex = 26;
  47. this.button2.Text = "确认";
  48. this.button2.UseVisualStyleBackColor = true;
  49. this.button2.Click += new System.EventHandler(this.button2_Click);
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  55. this.label1.Location = new System.Drawing.Point(21, 25);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(90, 21);
  58. this.label1.TabIndex = 21;
  59. this.label1.Text = "输入姓名:";
  60. //
  61. // CancellationPage
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.Controls.Add(this.button2);
  66. this.Controls.Add(this.textBox1);
  67. this.Controls.Add(this.label1);
  68. this.Name = "CancellationPage";
  69. this.Size = new System.Drawing.Size(775, 606);
  70. this.ResumeLayout(false);
  71. this.PerformLayout();
  72. }
  73. #endregion
  74. private Button button2;
  75. private Label label1;
  76. private TextBox textBox1;
  77. }
  78. }