Form1.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace wadoClient
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnQuery = new System.Windows.Forms.Button();
  29. this.btnDownload = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.textBox5 = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.richTextBox2 = new System.Windows.Forms.RichTextBox();
  42. this.SuspendLayout();
  43. //
  44. // btnQuery
  45. //
  46. this.btnQuery.Location = new System.Drawing.Point(675, 12);
  47. this.btnQuery.Name = "btnQuery";
  48. this.btnQuery.Size = new System.Drawing.Size(113, 55);
  49. this.btnQuery.TabIndex = 0;
  50. this.btnQuery.Text = "Query";
  51. this.btnQuery.UseVisualStyleBackColor = true;
  52. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  53. //
  54. // btnDownload
  55. //
  56. this.btnDownload.Location = new System.Drawing.Point(675, 73);
  57. this.btnDownload.Name = "btnDownload";
  58. this.btnDownload.Size = new System.Drawing.Size(113, 55);
  59. this.btnDownload.TabIndex = 1;
  60. this.btnDownload.Text = "DownLoad";
  61. this.btnDownload.UseVisualStyleBackColor = true;
  62. this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Location = new System.Drawing.Point(25, 69);
  68. this.label1.Name = "label1";
  69. this.label1.Size = new System.Drawing.Size(135, 15);
  70. this.label1.TabIndex = 2;
  71. this.label1.Text = "accessionNumber:";
  72. //
  73. // textBox1
  74. //
  75. this.textBox1.Location = new System.Drawing.Point(177, 59);
  76. this.textBox1.Name = "textBox1";
  77. this.textBox1.Size = new System.Drawing.Size(319, 25);
  78. this.textBox1.TabIndex = 3;
  79. //
  80. // richTextBox1
  81. //
  82. this.richTextBox1.BackColor = System.Drawing.SystemColors.InfoText;
  83. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  84. this.richTextBox1.ForeColor = System.Drawing.Color.Green;
  85. this.richTextBox1.Location = new System.Drawing.Point(0, 312);
  86. this.richTextBox1.Name = "richTextBox1";
  87. this.richTextBox1.Size = new System.Drawing.Size(810, 242);
  88. this.richTextBox1.TabIndex = 5;
  89. this.richTextBox1.Text = "";
  90. //
  91. // textBox2
  92. //
  93. this.textBox2.Location = new System.Drawing.Point(177, 103);
  94. this.textBox2.Name = "textBox2";
  95. this.textBox2.Size = new System.Drawing.Size(492, 25);
  96. this.textBox2.TabIndex = 7;
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Location = new System.Drawing.Point(25, 113);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(79, 15);
  104. this.label2.TabIndex = 6;
  105. this.label2.Text = "queryURL:";
  106. //
  107. // textBox3
  108. //
  109. this.textBox3.Location = new System.Drawing.Point(177, 147);
  110. this.textBox3.Name = "textBox3";
  111. this.textBox3.Size = new System.Drawing.Size(492, 25);
  112. this.textBox3.TabIndex = 9;
  113. //
  114. // label3
  115. //
  116. this.label3.AutoSize = true;
  117. this.label3.Location = new System.Drawing.Point(25, 157);
  118. this.label3.Name = "label3";
  119. this.label3.Size = new System.Drawing.Size(103, 15);
  120. this.label3.TabIndex = 8;
  121. this.label3.Text = "DownloadURL:";
  122. //
  123. // textBox4
  124. //
  125. this.textBox4.Location = new System.Drawing.Point(177, 188);
  126. this.textBox4.Name = "textBox4";
  127. this.textBox4.Size = new System.Drawing.Size(492, 25);
  128. this.textBox4.TabIndex = 11;
  129. //
  130. // label4
  131. //
  132. this.label4.AutoSize = true;
  133. this.label4.Location = new System.Drawing.Point(25, 198);
  134. this.label4.Name = "label4";
  135. this.label4.Size = new System.Drawing.Size(87, 15);
  136. this.label4.TabIndex = 10;
  137. this.label4.Text = "localPath:";
  138. //
  139. // textBox5
  140. //
  141. this.textBox5.Location = new System.Drawing.Point(177, 12);
  142. this.textBox5.Name = "textBox5";
  143. this.textBox5.Size = new System.Drawing.Size(319, 25);
  144. this.textBox5.TabIndex = 13;
  145. //
  146. // label5
  147. //
  148. this.label5.AutoSize = true;
  149. this.label5.Location = new System.Drawing.Point(25, 22);
  150. this.label5.Name = "label5";
  151. this.label5.Size = new System.Drawing.Size(79, 15);
  152. this.label5.TabIndex = 12;
  153. this.label5.Text = "patientid";
  154. //
  155. // richTextBox2
  156. //
  157. this.richTextBox2.BackColor = System.Drawing.SystemColors.InfoText;
  158. this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  159. this.richTextBox2.ForeColor = System.Drawing.Color.Green;
  160. this.richTextBox2.Location = new System.Drawing.Point(0, 217);
  161. this.richTextBox2.Name = "richTextBox2";
  162. this.richTextBox2.Size = new System.Drawing.Size(810, 95);
  163. this.richTextBox2.TabIndex = 14;
  164. this.richTextBox2.Text = "";
  165. //
  166. // Form1
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.ClientSize = new System.Drawing.Size(810, 554);
  171. this.Controls.Add(this.richTextBox2);
  172. this.Controls.Add(this.textBox5);
  173. this.Controls.Add(this.label5);
  174. this.Controls.Add(this.textBox4);
  175. this.Controls.Add(this.label4);
  176. this.Controls.Add(this.textBox3);
  177. this.Controls.Add(this.label3);
  178. this.Controls.Add(this.textBox2);
  179. this.Controls.Add(this.label2);
  180. this.Controls.Add(this.richTextBox1);
  181. this.Controls.Add(this.textBox1);
  182. this.Controls.Add(this.label1);
  183. this.Controls.Add(this.btnDownload);
  184. this.Controls.Add(this.btnQuery);
  185. this.Name = "Form1";
  186. this.Text = "Form1";
  187. this.Load += new System.EventHandler(this.Form1_Load);
  188. this.ResumeLayout(false);
  189. this.PerformLayout();
  190. }
  191. #endregion
  192. private System.Windows.Forms.Button btnQuery;
  193. private System.Windows.Forms.Button btnDownload;
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.TextBox textBox1;
  196. private System.Windows.Forms.RichTextBox richTextBox1;
  197. private System.Windows.Forms.TextBox textBox2;
  198. private System.Windows.Forms.Label label2;
  199. private System.Windows.Forms.TextBox textBox3;
  200. private System.Windows.Forms.Label label3;
  201. private System.Windows.Forms.TextBox textBox4;
  202. private System.Windows.Forms.Label label4;
  203. private System.Windows.Forms.TextBox textBox5;
  204. private System.Windows.Forms.Label label5;
  205. private System.Windows.Forms.RichTextBox richTextBox2;
  206. }
  207. }