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.

InstitutionalEntry.Designer.cs 4.5 KiB

2 年之前
2 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace HKCardManager
  2. {
  3. partial class InstitutionalEntry
  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.label1 = new System.Windows.Forms.Label();
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  39. this.label1.Location = new System.Drawing.Point(23, 43);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(122, 21);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "输入机构名称:";
  44. //
  45. // textBox1
  46. //
  47. this.textBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  48. this.textBox1.Location = new System.Drawing.Point(133, 40);
  49. this.textBox1.Name = "textBox1";
  50. this.textBox1.Size = new System.Drawing.Size(209, 28);
  51. this.textBox1.TabIndex = 1;
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(59, 102);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(92, 40);
  58. this.button1.TabIndex = 2;
  59. this.button1.Text = "取消";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.button1_Click);
  62. //
  63. // button2
  64. //
  65. this.button2.Location = new System.Drawing.Point(197, 102);
  66. this.button2.Name = "button2";
  67. this.button2.Size = new System.Drawing.Size(92, 40);
  68. this.button2.TabIndex = 3;
  69. this.button2.Text = "确认";
  70. this.button2.UseVisualStyleBackColor = true;
  71. this.button2.Click += new System.EventHandler(this.button2_Click);
  72. //
  73. // label2
  74. //
  75. this.label2.AutoSize = true;
  76. this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
  77. this.label2.Location = new System.Drawing.Point(0, 152);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(32, 17);
  80. this.label2.TabIndex = 4;
  81. this.label2.Text = "信息";
  82. //
  83. // InstitutionalEntry
  84. //
  85. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  86. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  87. this.ClientSize = new System.Drawing.Size(354, 169);
  88. this.Controls.Add(this.label2);
  89. this.Controls.Add(this.button2);
  90. this.Controls.Add(this.button1);
  91. this.Controls.Add(this.textBox1);
  92. this.Controls.Add(this.label1);
  93. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  94. this.Name = "InstitutionalEntry";
  95. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  96. this.Text = "机构录入";
  97. this.ResumeLayout(false);
  98. this.PerformLayout();
  99. }
  100. #endregion
  101. private Label label1;
  102. private TextBox textBox1;
  103. private Button button1;
  104. private Button button2;
  105. private Label label2;
  106. }
  107. }