QRFrm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace PacsView3D
  2. {
  3. partial class QRFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QRFrm));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.datetimeEnd = new System.Windows.Forms.DateTimePicker();
  31. this.datetimeStart = new System.Windows.Forms.DateTimePicker();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.txtModality = new System.Windows.Forms.TextBox();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.txtAccessNumber = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.txtName = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.txtPatientid = new System.Windows.Forms.TextBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.btnQuery = new System.Windows.Forms.Button();
  43. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.groupBox1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  48. this.panel1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // groupBox1
  52. //
  53. this.groupBox1.Controls.Add(this.datetimeEnd);
  54. this.groupBox1.Controls.Add(this.datetimeStart);
  55. this.groupBox1.Controls.Add(this.label4);
  56. this.groupBox1.Controls.Add(this.label5);
  57. this.groupBox1.Controls.Add(this.txtModality);
  58. this.groupBox1.Controls.Add(this.label6);
  59. this.groupBox1.Controls.Add(this.txtAccessNumber);
  60. this.groupBox1.Controls.Add(this.label3);
  61. this.groupBox1.Controls.Add(this.txtName);
  62. this.groupBox1.Controls.Add(this.label2);
  63. this.groupBox1.Controls.Add(this.txtPatientid);
  64. this.groupBox1.Controls.Add(this.label1);
  65. this.groupBox1.Controls.Add(this.btnQuery);
  66. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  68. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  69. this.groupBox1.Name = "groupBox1";
  70. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  71. this.groupBox1.Size = new System.Drawing.Size(1122, 136);
  72. this.groupBox1.TabIndex = 1;
  73. this.groupBox1.TabStop = false;
  74. this.groupBox1.Text = "查询条件";
  75. //
  76. // datetimeEnd
  77. //
  78. this.datetimeEnd.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.datetimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  80. this.datetimeEnd.Location = new System.Drawing.Point(733, 85);
  81. this.datetimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  82. this.datetimeEnd.Name = "datetimeEnd";
  83. this.datetimeEnd.Size = new System.Drawing.Size(251, 37);
  84. this.datetimeEnd.TabIndex = 13;
  85. //
  86. // datetimeStart
  87. //
  88. this.datetimeStart.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.datetimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  90. this.datetimeStart.Location = new System.Drawing.Point(448, 87);
  91. this.datetimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  92. this.datetimeStart.Name = "datetimeStart";
  93. this.datetimeStart.Size = new System.Drawing.Size(251, 37);
  94. this.datetimeStart.TabIndex = 12;
  95. //
  96. // label4
  97. //
  98. this.label4.AutoSize = true;
  99. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label4.Location = new System.Drawing.Point(704, 91);
  101. this.label4.Name = "label4";
  102. this.label4.Size = new System.Drawing.Size(24, 31);
  103. this.label4.TabIndex = 11;
  104. this.label4.Text = "-";
  105. //
  106. // label5
  107. //
  108. this.label5.AutoSize = true;
  109. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.label5.Location = new System.Drawing.Point(302, 91);
  111. this.label5.Name = "label5";
  112. this.label5.Size = new System.Drawing.Size(134, 31);
  113. this.label5.TabIndex = 9;
  114. this.label5.Text = "ExamDate:";
  115. //
  116. // txtModality
  117. //
  118. this.txtModality.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.txtModality.Location = new System.Drawing.Point(143, 85);
  120. this.txtModality.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  121. this.txtModality.Name = "txtModality";
  122. this.txtModality.Size = new System.Drawing.Size(144, 37);
  123. this.txtModality.TabIndex = 8;
  124. //
  125. // label6
  126. //
  127. this.label6.AutoSize = true;
  128. this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label6.Location = new System.Drawing.Point(11, 91);
  130. this.label6.Name = "label6";
  131. this.label6.Size = new System.Drawing.Size(120, 31);
  132. this.label6.TabIndex = 7;
  133. this.label6.Text = "Modality:";
  134. //
  135. // txtAccessNumber
  136. //
  137. this.txtAccessNumber.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.txtAccessNumber.Location = new System.Drawing.Point(733, 32);
  139. this.txtAccessNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  140. this.txtAccessNumber.Name = "txtAccessNumber";
  141. this.txtAccessNumber.Size = new System.Drawing.Size(251, 37);
  142. this.txtAccessNumber.TabIndex = 6;
  143. //
  144. // label3
  145. //
  146. this.label3.AutoSize = true;
  147. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.label3.Location = new System.Drawing.Point(620, 38);
  149. this.label3.Name = "label3";
  150. this.label3.Size = new System.Drawing.Size(105, 31);
  151. this.label3.TabIndex = 5;
  152. this.label3.Text = "ExamID:";
  153. //
  154. // txtName
  155. //
  156. this.txtName.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtName.Location = new System.Drawing.Point(448, 32);
  158. this.txtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  159. this.txtName.Name = "txtName";
  160. this.txtName.Size = new System.Drawing.Size(168, 37);
  161. this.txtName.TabIndex = 4;
  162. //
  163. // label2
  164. //
  165. this.label2.AutoSize = true;
  166. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.label2.Location = new System.Drawing.Point(302, 38);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(89, 31);
  170. this.label2.TabIndex = 3;
  171. this.label2.Text = "Name:";
  172. //
  173. // txtPatientid
  174. //
  175. this.txtPatientid.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.txtPatientid.Location = new System.Drawing.Point(143, 32);
  177. this.txtPatientid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.txtPatientid.Name = "txtPatientid";
  179. this.txtPatientid.Size = new System.Drawing.Size(144, 37);
  180. this.txtPatientid.TabIndex = 2;
  181. //
  182. // label1
  183. //
  184. this.label1.AutoSize = true;
  185. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.label1.Location = new System.Drawing.Point(11, 38);
  187. this.label1.Name = "label1";
  188. this.label1.Size = new System.Drawing.Size(126, 31);
  189. this.label1.TabIndex = 1;
  190. this.label1.Text = "PatientID:";
  191. //
  192. // btnQuery
  193. //
  194. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Right)));
  196. this.btnQuery.AutoSize = true;
  197. this.btnQuery.Image = global::PacsView3D.Properties.Resources.缩放;
  198. this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  199. this.btnQuery.Location = new System.Drawing.Point(1001, 22);
  200. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  201. this.btnQuery.Name = "btnQuery";
  202. this.btnQuery.Size = new System.Drawing.Size(111, 86);
  203. this.btnQuery.TabIndex = 0;
  204. this.btnQuery.Text = "查询";
  205. this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  206. this.btnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  207. this.btnQuery.UseVisualStyleBackColor = true;
  208. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  209. //
  210. // dataGridView1
  211. //
  212. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  213. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.dataGridView1.Location = new System.Drawing.Point(0, 136);
  215. this.dataGridView1.MultiSelect = false;
  216. this.dataGridView1.Name = "dataGridView1";
  217. this.dataGridView1.ReadOnly = true;
  218. this.dataGridView1.RowTemplate.Height = 27;
  219. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  220. this.dataGridView1.Size = new System.Drawing.Size(1122, 401);
  221. this.dataGridView1.TabIndex = 4;
  222. this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);
  223. //
  224. // panel1
  225. //
  226. this.panel1.Anchor = System.Windows.Forms.AnchorStyles.None;
  227. this.panel1.Controls.Add(this.label7);
  228. this.panel1.Location = new System.Drawing.Point(448, 282);
  229. this.panel1.Name = "panel1";
  230. this.panel1.Size = new System.Drawing.Size(304, 150);
  231. this.panel1.TabIndex = 5;
  232. this.panel1.UseWaitCursor = true;
  233. //
  234. // label7
  235. //
  236. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.label7.ForeColor = System.Drawing.Color.DodgerBlue;
  238. this.label7.Location = new System.Drawing.Point(35, 46);
  239. this.label7.Name = "label7";
  240. this.label7.Size = new System.Drawing.Size(169, 72);
  241. this.label7.TabIndex = 0;
  242. this.label7.Text = "正在回调图像请等候...";
  243. //
  244. // QRFrm
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(1122, 537);
  249. this.Controls.Add(this.panel1);
  250. this.Controls.Add(this.dataGridView1);
  251. this.Controls.Add(this.groupBox1);
  252. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  253. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  254. this.Name = "QRFrm";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  256. this.Text = "QueryRetrieve";
  257. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  258. this.Resize += new System.EventHandler(this.QRFrm_Resize);
  259. this.groupBox1.ResumeLayout(false);
  260. this.groupBox1.PerformLayout();
  261. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  262. this.panel1.ResumeLayout(false);
  263. this.ResumeLayout(false);
  264. }
  265. #endregion
  266. private System.Windows.Forms.GroupBox groupBox1;
  267. private System.Windows.Forms.DateTimePicker datetimeEnd;
  268. private System.Windows.Forms.DateTimePicker datetimeStart;
  269. private System.Windows.Forms.Label label4;
  270. private System.Windows.Forms.Label label5;
  271. private System.Windows.Forms.TextBox txtModality;
  272. private System.Windows.Forms.Label label6;
  273. private System.Windows.Forms.TextBox txtAccessNumber;
  274. private System.Windows.Forms.Label label3;
  275. private System.Windows.Forms.TextBox txtName;
  276. private System.Windows.Forms.Label label2;
  277. private System.Windows.Forms.TextBox txtPatientid;
  278. private System.Windows.Forms.Label label1;
  279. private System.Windows.Forms.Button btnQuery;
  280. private System.Windows.Forms.DataGridView dataGridView1;
  281. private System.Windows.Forms.Panel panel1;
  282. private System.Windows.Forms.Label label7;
  283. }
  284. }