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.

135 lines
5.5 KiB

  1. namespace HKCardManager
  2. {
  3. partial class Cancellation
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button2 = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // button2
  38. //
  39. this.button2.Location = new System.Drawing.Point(231, 121);
  40. this.button2.Name = "button2";
  41. this.button2.Size = new System.Drawing.Size(90, 32);
  42. this.button2.TabIndex = 20;
  43. this.button2.Text = "确认";
  44. this.button2.UseVisualStyleBackColor = true;
  45. //
  46. // button1
  47. //
  48. this.button1.Location = new System.Drawing.Point(108, 121);
  49. this.button1.Name = "button1";
  50. this.button1.Size = new System.Drawing.Size(95, 32);
  51. this.button1.TabIndex = 19;
  52. this.button1.Text = "取消";
  53. this.button1.UseVisualStyleBackColor = true;
  54. //
  55. // textBox2
  56. //
  57. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  58. this.textBox2.Location = new System.Drawing.Point(108, 70);
  59. this.textBox2.Name = "textBox2";
  60. this.textBox2.Size = new System.Drawing.Size(213, 28);
  61. this.textBox2.TabIndex = 18;
  62. //
  63. // label4
  64. //
  65. this.label4.AutoSize = true;
  66. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  67. this.label4.Location = new System.Drawing.Point(7, 70);
  68. this.label4.Name = "label4";
  69. this.label4.Size = new System.Drawing.Size(106, 21);
  70. this.label4.TabIndex = 17;
  71. this.label4.Text = "输入手机号:";
  72. //
  73. // textBox1
  74. //
  75. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  76. this.textBox1.Location = new System.Drawing.Point(108, 21);
  77. this.textBox1.Name = "textBox1";
  78. this.textBox1.Size = new System.Drawing.Size(213, 28);
  79. this.textBox1.TabIndex = 12;
  80. //
  81. // label1
  82. //
  83. this.label1.AutoSize = true;
  84. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  85. this.label1.Location = new System.Drawing.Point(23, 21);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(90, 21);
  88. this.label1.TabIndex = 11;
  89. this.label1.Text = "输入姓名:";
  90. //
  91. // label5
  92. //
  93. this.label5.AutoSize = true;
  94. this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
  95. this.label5.Location = new System.Drawing.Point(0, 163);
  96. this.label5.Name = "label5";
  97. this.label5.Size = new System.Drawing.Size(43, 17);
  98. this.label5.TabIndex = 21;
  99. this.label5.Text = "label5";
  100. //
  101. // Cancellation
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.ClientSize = new System.Drawing.Size(338, 180);
  106. this.Controls.Add(this.label5);
  107. this.Controls.Add(this.button2);
  108. this.Controls.Add(this.button1);
  109. this.Controls.Add(this.textBox2);
  110. this.Controls.Add(this.label4);
  111. this.Controls.Add(this.textBox1);
  112. this.Controls.Add(this.label1);
  113. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  114. this.Name = "Cancellation";
  115. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  116. this.Text = "销户";
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private Button button2;
  122. private Button button1;
  123. private TextBox textBox2;
  124. private Label label4;
  125. private TextBox textBox1;
  126. private Label label1;
  127. private Label label5;
  128. }
  129. }