WadoQueryFrm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. namespace PacsView3D
  2. {
  3. partial class WadoQueryFrm
  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(WadoQueryFrm));
  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.statusStrip1 = new System.Windows.Forms.StatusStrip();
  44. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  45. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  46. this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  47. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  48. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  49. this.logtxt = new System.Windows.Forms.RichTextBox();
  50. this.groupBox1.SuspendLayout();
  51. this.statusStrip1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // groupBox1
  56. //
  57. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.groupBox1.Controls.Add(this.datetimeEnd);
  60. this.groupBox1.Controls.Add(this.datetimeStart);
  61. this.groupBox1.Controls.Add(this.label4);
  62. this.groupBox1.Controls.Add(this.label5);
  63. this.groupBox1.Controls.Add(this.txtModality);
  64. this.groupBox1.Controls.Add(this.label6);
  65. this.groupBox1.Controls.Add(this.txtAccessNumber);
  66. this.groupBox1.Controls.Add(this.label3);
  67. this.groupBox1.Controls.Add(this.txtName);
  68. this.groupBox1.Controls.Add(this.label2);
  69. this.groupBox1.Controls.Add(this.txtPatientid);
  70. this.groupBox1.Controls.Add(this.label1);
  71. this.groupBox1.Controls.Add(this.btnQuery);
  72. this.groupBox1.Location = new System.Drawing.Point(11, 10);
  73. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  74. this.groupBox1.Name = "groupBox1";
  75. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  76. this.groupBox1.Size = new System.Drawing.Size(1107, 136);
  77. this.groupBox1.TabIndex = 0;
  78. this.groupBox1.TabStop = false;
  79. this.groupBox1.Text = "查询条件";
  80. //
  81. // datetimeEnd
  82. //
  83. this.datetimeEnd.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.datetimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  85. this.datetimeEnd.Location = new System.Drawing.Point(733, 85);
  86. this.datetimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  87. this.datetimeEnd.Name = "datetimeEnd";
  88. this.datetimeEnd.Size = new System.Drawing.Size(251, 37);
  89. this.datetimeEnd.TabIndex = 13;
  90. //
  91. // datetimeStart
  92. //
  93. this.datetimeStart.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.datetimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  95. this.datetimeStart.Location = new System.Drawing.Point(448, 87);
  96. this.datetimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.datetimeStart.Name = "datetimeStart";
  98. this.datetimeStart.Size = new System.Drawing.Size(251, 37);
  99. this.datetimeStart.TabIndex = 12;
  100. //
  101. // label4
  102. //
  103. this.label4.AutoSize = true;
  104. this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.label4.Location = new System.Drawing.Point(704, 91);
  106. this.label4.Name = "label4";
  107. this.label4.Size = new System.Drawing.Size(24, 31);
  108. this.label4.TabIndex = 11;
  109. this.label4.Text = "-";
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label5.Location = new System.Drawing.Point(302, 91);
  116. this.label5.Name = "label5";
  117. this.label5.Size = new System.Drawing.Size(134, 31);
  118. this.label5.TabIndex = 9;
  119. this.label5.Text = "ExamDate:";
  120. //
  121. // txtModality
  122. //
  123. this.txtModality.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.txtModality.Location = new System.Drawing.Point(143, 85);
  125. this.txtModality.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  126. this.txtModality.Name = "txtModality";
  127. this.txtModality.Size = new System.Drawing.Size(144, 37);
  128. this.txtModality.TabIndex = 8;
  129. //
  130. // label6
  131. //
  132. this.label6.AutoSize = true;
  133. this.label6.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.label6.Location = new System.Drawing.Point(11, 91);
  135. this.label6.Name = "label6";
  136. this.label6.Size = new System.Drawing.Size(120, 31);
  137. this.label6.TabIndex = 7;
  138. this.label6.Text = "Modality:";
  139. //
  140. // txtAccessNumber
  141. //
  142. this.txtAccessNumber.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.txtAccessNumber.Location = new System.Drawing.Point(733, 32);
  144. this.txtAccessNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.txtAccessNumber.Name = "txtAccessNumber";
  146. this.txtAccessNumber.Size = new System.Drawing.Size(251, 37);
  147. this.txtAccessNumber.TabIndex = 6;
  148. //
  149. // label3
  150. //
  151. this.label3.AutoSize = true;
  152. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.label3.Location = new System.Drawing.Point(620, 38);
  154. this.label3.Name = "label3";
  155. this.label3.Size = new System.Drawing.Size(105, 31);
  156. this.label3.TabIndex = 5;
  157. this.label3.Text = "ExamID:";
  158. //
  159. // txtName
  160. //
  161. this.txtName.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.txtName.Location = new System.Drawing.Point(448, 32);
  163. this.txtName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.txtName.Name = "txtName";
  165. this.txtName.Size = new System.Drawing.Size(168, 37);
  166. this.txtName.TabIndex = 4;
  167. //
  168. // label2
  169. //
  170. this.label2.AutoSize = true;
  171. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label2.Location = new System.Drawing.Point(302, 38);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(89, 31);
  175. this.label2.TabIndex = 3;
  176. this.label2.Text = "Name:";
  177. //
  178. // txtPatientid
  179. //
  180. this.txtPatientid.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.txtPatientid.Location = new System.Drawing.Point(143, 32);
  182. this.txtPatientid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  183. this.txtPatientid.Name = "txtPatientid";
  184. this.txtPatientid.Size = new System.Drawing.Size(144, 37);
  185. this.txtPatientid.TabIndex = 2;
  186. //
  187. // label1
  188. //
  189. this.label1.AutoSize = true;
  190. this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.label1.Location = new System.Drawing.Point(11, 38);
  192. this.label1.Name = "label1";
  193. this.label1.Size = new System.Drawing.Size(126, 31);
  194. this.label1.TabIndex = 1;
  195. this.label1.Text = "PatientID:";
  196. //
  197. // btnQuery
  198. //
  199. this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  200. | System.Windows.Forms.AnchorStyles.Right)));
  201. this.btnQuery.AutoSize = true;
  202. this.btnQuery.Image = global::PacsView3D.Properties.Resources.缩放;
  203. this.btnQuery.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  204. this.btnQuery.Location = new System.Drawing.Point(986, 22);
  205. this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  206. this.btnQuery.Name = "btnQuery";
  207. this.btnQuery.Size = new System.Drawing.Size(111, 86);
  208. this.btnQuery.TabIndex = 0;
  209. this.btnQuery.Text = "查询";
  210. this.btnQuery.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  211. this.btnQuery.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  212. this.btnQuery.UseVisualStyleBackColor = true;
  213. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  214. //
  215. // statusStrip1
  216. //
  217. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  218. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  219. this.toolStripStatusLabel1,
  220. this.toolStripStatusLabel2,
  221. this.toolStripProgressBar1,
  222. this.toolStripStatusLabel3});
  223. this.statusStrip1.Location = new System.Drawing.Point(0, 504);
  224. this.statusStrip1.Name = "statusStrip1";
  225. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0);
  226. this.statusStrip1.Size = new System.Drawing.Size(1118, 29);
  227. this.statusStrip1.TabIndex = 2;
  228. this.statusStrip1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.statusStrip1_MouseDoubleClick);
  229. //
  230. // toolStripStatusLabel1
  231. //
  232. this.toolStripStatusLabel1.AutoSize = false;
  233. this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
  234. | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
  235. | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
  236. this.toolStripStatusLabel1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  237. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  238. this.toolStripStatusLabel1.Size = new System.Drawing.Size(250, 24);
  239. this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  240. //
  241. // toolStripStatusLabel2
  242. //
  243. this.toolStripStatusLabel2.AutoSize = false;
  244. this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
  245. | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
  246. | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
  247. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  248. this.toolStripStatusLabel2.Size = new System.Drawing.Size(250, 24);
  249. this.toolStripStatusLabel2.Text = " ";
  250. this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  251. //
  252. // toolStripProgressBar1
  253. //
  254. this.toolStripProgressBar1.AutoSize = false;
  255. this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  256. this.toolStripProgressBar1.Size = new System.Drawing.Size(200, 23);
  257. //
  258. // toolStripStatusLabel3
  259. //
  260. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  261. this.toolStripStatusLabel3.Size = new System.Drawing.Size(0, 24);
  262. this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  263. //
  264. // dataGridView1
  265. //
  266. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  267. | System.Windows.Forms.AnchorStyles.Left)
  268. | System.Windows.Forms.AnchorStyles.Right)));
  269. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  270. this.dataGridView1.Location = new System.Drawing.Point(11, 151);
  271. this.dataGridView1.MultiSelect = false;
  272. this.dataGridView1.Name = "dataGridView1";
  273. this.dataGridView1.ReadOnly = true;
  274. this.dataGridView1.RowTemplate.Height = 27;
  275. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  276. this.dataGridView1.Size = new System.Drawing.Size(1097, 350);
  277. this.dataGridView1.TabIndex = 3;
  278. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);
  279. this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);
  280. //
  281. // logtxt
  282. //
  283. this.logtxt.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
  284. this.logtxt.ForeColor = System.Drawing.Color.Green;
  285. this.logtxt.Location = new System.Drawing.Point(0, 237);
  286. this.logtxt.Name = "logtxt";
  287. this.logtxt.Size = new System.Drawing.Size(1108, 264);
  288. this.logtxt.TabIndex = 4;
  289. this.logtxt.Text = "";
  290. this.logtxt.Visible = false;
  291. //
  292. // WadoQueryFrm
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.AutoSize = true;
  297. this.ClientSize = new System.Drawing.Size(1118, 533);
  298. this.Controls.Add(this.logtxt);
  299. this.Controls.Add(this.dataGridView1);
  300. this.Controls.Add(this.statusStrip1);
  301. this.Controls.Add(this.groupBox1);
  302. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  303. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  304. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  305. this.Name = "WadoQueryFrm";
  306. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  307. this.Text = "Query";
  308. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  309. this.Load += new System.EventHandler(this.WadoQueryFrm_Load);
  310. this.groupBox1.ResumeLayout(false);
  311. this.groupBox1.PerformLayout();
  312. this.statusStrip1.ResumeLayout(false);
  313. this.statusStrip1.PerformLayout();
  314. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  315. this.ResumeLayout(false);
  316. this.PerformLayout();
  317. }
  318. #endregion
  319. private System.Windows.Forms.GroupBox groupBox1;
  320. private System.Windows.Forms.Button btnQuery;
  321. private System.Windows.Forms.TextBox txtName;
  322. private System.Windows.Forms.Label label2;
  323. private System.Windows.Forms.TextBox txtPatientid;
  324. private System.Windows.Forms.Label label1;
  325. private System.Windows.Forms.DateTimePicker datetimeEnd;
  326. private System.Windows.Forms.DateTimePicker datetimeStart;
  327. private System.Windows.Forms.Label label4;
  328. private System.Windows.Forms.Label label5;
  329. private System.Windows.Forms.TextBox txtModality;
  330. private System.Windows.Forms.Label label6;
  331. private System.Windows.Forms.TextBox txtAccessNumber;
  332. private System.Windows.Forms.Label label3;
  333. private System.Windows.Forms.StatusStrip statusStrip1;
  334. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  335. private System.Windows.Forms.DataGridView dataGridView1;
  336. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  337. private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  338. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  339. private System.Windows.Forms.RichTextBox logtxt;
  340. }
  341. }