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.

136 lines
5.6 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. this.button2.Click += new System.EventHandler(this.button2_Click);
  46. //
  47. // button1
  48. //
  49. this.button1.Location = new System.Drawing.Point(108, 121);
  50. this.button1.Name = "button1";
  51. this.button1.Size = new System.Drawing.Size(95, 32);
  52. this.button1.TabIndex = 19;
  53. this.button1.Text = "取消";
  54. this.button1.UseVisualStyleBackColor = true;
  55. //
  56. // textBox2
  57. //
  58. this.textBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  59. this.textBox2.Location = new System.Drawing.Point(108, 70);
  60. this.textBox2.Name = "textBox2";
  61. this.textBox2.Size = new System.Drawing.Size(213, 28);
  62. this.textBox2.TabIndex = 18;
  63. //
  64. // label4
  65. //
  66. this.label4.AutoSize = true;
  67. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  68. this.label4.Location = new System.Drawing.Point(7, 70);
  69. this.label4.Name = "label4";
  70. this.label4.Size = new System.Drawing.Size(106, 21);
  71. this.label4.TabIndex = 17;
  72. this.label4.Text = "输入手机号:";
  73. //
  74. // textBox1
  75. //
  76. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  77. this.textBox1.Location = new System.Drawing.Point(108, 21);
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.Size = new System.Drawing.Size(213, 28);
  80. this.textBox1.TabIndex = 12;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  86. this.label1.Location = new System.Drawing.Point(23, 21);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(90, 21);
  89. this.label1.TabIndex = 11;
  90. this.label1.Text = "输入姓名:";
  91. //
  92. // label5
  93. //
  94. this.label5.AutoSize = true;
  95. this.label5.Dock = System.Windows.Forms.DockStyle.Bottom;
  96. this.label5.Location = new System.Drawing.Point(0, 163);
  97. this.label5.Name = "label5";
  98. this.label5.Size = new System.Drawing.Size(43, 17);
  99. this.label5.TabIndex = 21;
  100. this.label5.Text = "label5";
  101. //
  102. // Cancellation
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.ClientSize = new System.Drawing.Size(338, 180);
  107. this.Controls.Add(this.label5);
  108. this.Controls.Add(this.button2);
  109. this.Controls.Add(this.button1);
  110. this.Controls.Add(this.textBox2);
  111. this.Controls.Add(this.label4);
  112. this.Controls.Add(this.textBox1);
  113. this.Controls.Add(this.label1);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  115. this.Name = "Cancellation";
  116. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  117. this.Text = "销户";
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120. }
  121. #endregion
  122. private Button button2;
  123. private Button button1;
  124. private TextBox textBox2;
  125. private Label label4;
  126. private TextBox textBox1;
  127. private Label label1;
  128. private Label label5;
  129. }
  130. }