Form1.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. namespace ChengDuMedInsu2
  2. {
  3. partial class Form1
  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.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // button1
  38. //
  39. this.button1.Location = new System.Drawing.Point(544, 12);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(171, 37);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "下载药品";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(635, 94);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(99, 61);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "下载诊疗";
  54. this.button2.UseVisualStyleBackColor = true;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // textBox1
  58. //
  59. this.textBox1.Location = new System.Drawing.Point(67, 21);
  60. this.textBox1.Name = "textBox1";
  61. this.textBox1.Size = new System.Drawing.Size(230, 28);
  62. this.textBox1.TabIndex = 2;
  63. this.textBox1.Text = "519900G0000001954844";
  64. //
  65. // button3
  66. //
  67. this.button3.Location = new System.Drawing.Point(330, 86);
  68. this.button3.Name = "button3";
  69. this.button3.Size = new System.Drawing.Size(171, 76);
  70. this.button3.TabIndex = 3;
  71. this.button3.Text = "下载";
  72. this.button3.UseVisualStyleBackColor = true;
  73. this.button3.Click += new System.EventHandler(this.button3_Click);
  74. //
  75. // button4
  76. //
  77. this.button4.Location = new System.Drawing.Point(330, 12);
  78. this.button4.Name = "button4";
  79. this.button4.Size = new System.Drawing.Size(171, 37);
  80. this.button4.TabIndex = 4;
  81. this.button4.Text = "设置SIGNNO";
  82. this.button4.UseVisualStyleBackColor = true;
  83. this.button4.Click += new System.EventHandler(this.button4_Click);
  84. //
  85. // textBox2
  86. //
  87. this.textBox2.Location = new System.Drawing.Point(67, 84);
  88. this.textBox2.Name = "textBox2";
  89. this.textBox2.Size = new System.Drawing.Size(230, 28);
  90. this.textBox2.TabIndex = 5;
  91. this.textBox2.Text = "1305";
  92. //
  93. // textBox3
  94. //
  95. this.textBox3.Location = new System.Drawing.Point(67, 143);
  96. this.textBox3.Name = "textBox3";
  97. this.textBox3.Size = new System.Drawing.Size(230, 28);
  98. this.textBox3.TabIndex = 6;
  99. this.textBox3.Text = "0";
  100. //
  101. // Form1
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.ClientSize = new System.Drawing.Size(800, 450);
  106. this.Controls.Add(this.textBox3);
  107. this.Controls.Add(this.textBox2);
  108. this.Controls.Add(this.button4);
  109. this.Controls.Add(this.button3);
  110. this.Controls.Add(this.textBox1);
  111. this.Controls.Add(this.button2);
  112. this.Controls.Add(this.button1);
  113. this.Name = "Form1";
  114. this.Text = "Form1";
  115. this.Load += new System.EventHandler(this.Form1_Load);
  116. this.ResumeLayout(false);
  117. this.PerformLayout();
  118. }
  119. #endregion
  120. private System.Windows.Forms.Button button1;
  121. private System.Windows.Forms.Button button2;
  122. private System.Windows.Forms.TextBox textBox1;
  123. private System.Windows.Forms.Button button3;
  124. private System.Windows.Forms.Button button4;
  125. private System.Windows.Forms.TextBox textBox2;
  126. private System.Windows.Forms.TextBox textBox3;
  127. }
  128. }