PreAndInProcessAnalysisLogQueryForm.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace PTMedicalInsurance.Forms
  2. {
  3. partial class PreAndInProcessAnalysisLogQueryForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelQuery = new System.Windows.Forms.Panel();
  32. this.gbQueryCondition = new System.Windows.Forms.GroupBox();
  33. this.txtItemName = new System.Windows.Forms.TextBox();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.txtPatientName = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.txtOperatorName = new System.Windows.Forms.TextBox();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.panelButtons = new System.Windows.Forms.Panel();
  44. this.btnClose = new System.Windows.Forms.Button();
  45. this.btnExport = new System.Windows.Forms.Button();
  46. this.btnClear = new System.Windows.Forms.Button();
  47. this.btnQuery = new System.Windows.Forms.Button();
  48. this.panelResult = new System.Windows.Forms.Panel();
  49. this.dgvLogs = new System.Windows.Forms.DataGridView();
  50. this.panelStatus = new System.Windows.Forms.Panel();
  51. this.lblTotalViolationAmount = new System.Windows.Forms.Label();
  52. this.lblTotalAmount = new System.Windows.Forms.Label();
  53. this.lblRecordCount = new System.Windows.Forms.Label();
  54. this.panelQuery.SuspendLayout();
  55. this.gbQueryCondition.SuspendLayout();
  56. this.panelButtons.SuspendLayout();
  57. this.panelResult.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).BeginInit();
  59. this.panelStatus.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // panelQuery
  63. //
  64. this.panelQuery.Controls.Add(this.gbQueryCondition);
  65. this.panelQuery.Controls.Add(this.panelButtons);
  66. this.panelQuery.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.panelQuery.Location = new System.Drawing.Point(0, 0);
  68. this.panelQuery.Name = "panelQuery";
  69. this.panelQuery.Size = new System.Drawing.Size(1400, 150);
  70. this.panelQuery.TabIndex = 0;
  71. //
  72. // gbQueryCondition
  73. //
  74. this.gbQueryCondition.Controls.Add(this.txtItemName);
  75. this.gbQueryCondition.Controls.Add(this.label5);
  76. this.gbQueryCondition.Controls.Add(this.txtPatientName);
  77. this.gbQueryCondition.Controls.Add(this.label4);
  78. this.gbQueryCondition.Controls.Add(this.txtOperatorName);
  79. this.gbQueryCondition.Controls.Add(this.label3);
  80. this.gbQueryCondition.Controls.Add(this.dtpEndDate);
  81. this.gbQueryCondition.Controls.Add(this.label2);
  82. this.gbQueryCondition.Controls.Add(this.dtpStartDate);
  83. this.gbQueryCondition.Controls.Add(this.label1);
  84. this.gbQueryCondition.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.gbQueryCondition.Location = new System.Drawing.Point(0, 0);
  86. this.gbQueryCondition.Name = "gbQueryCondition";
  87. this.gbQueryCondition.Size = new System.Drawing.Size(1000, 150);
  88. this.gbQueryCondition.TabIndex = 0;
  89. this.gbQueryCondition.TabStop = false;
  90. this.gbQueryCondition.Text = "查询条件";
  91. //
  92. // txtItemName
  93. //
  94. this.txtItemName.Location = new System.Drawing.Point(780, 35);
  95. this.txtItemName.Name = "txtItemName";
  96. this.txtItemName.Size = new System.Drawing.Size(200, 25);
  97. this.txtItemName.TabIndex = 9;
  98. //
  99. // label5
  100. //
  101. this.label5.AutoSize = true;
  102. this.label5.Location = new System.Drawing.Point(680, 40);
  103. this.label5.Name = "label5";
  104. this.label5.Size = new System.Drawing.Size(82, 15);
  105. this.label5.TabIndex = 8;
  106. this.label5.Text = "项目名称:";
  107. //
  108. // txtPatientName
  109. //
  110. this.txtPatientName.Location = new System.Drawing.Point(780, 75);
  111. this.txtPatientName.Name = "txtPatientName";
  112. this.txtPatientName.Size = new System.Drawing.Size(200, 25);
  113. this.txtPatientName.TabIndex = 7;
  114. //
  115. // label4
  116. //
  117. this.label4.AutoSize = true;
  118. this.label4.Location = new System.Drawing.Point(680, 80);
  119. this.label4.Name = "label4";
  120. this.label4.Size = new System.Drawing.Size(82, 15);
  121. this.label4.TabIndex = 6;
  122. this.label4.Text = "病人姓名:";
  123. //
  124. // txtOperatorName
  125. //
  126. this.txtOperatorName.Location = new System.Drawing.Point(440, 75);
  127. this.txtOperatorName.Name = "txtOperatorName";
  128. this.txtOperatorName.Size = new System.Drawing.Size(200, 25);
  129. this.txtOperatorName.TabIndex = 5;
  130. //
  131. // label3
  132. //
  133. this.label3.AutoSize = true;
  134. this.label3.Location = new System.Drawing.Point(340, 80);
  135. this.label3.Name = "label3";
  136. this.label3.Size = new System.Drawing.Size(82, 15);
  137. this.label3.TabIndex = 4;
  138. this.label3.Text = "操作员名:";
  139. //
  140. // dtpEndDate
  141. //
  142. this.dtpEndDate.Location = new System.Drawing.Point(440, 35);
  143. this.dtpEndDate.Name = "dtpEndDate";
  144. this.dtpEndDate.Size = new System.Drawing.Size(200, 25);
  145. this.dtpEndDate.TabIndex = 3;
  146. //
  147. // label2
  148. //
  149. this.label2.AutoSize = true;
  150. this.label2.Location = new System.Drawing.Point(340, 40);
  151. this.label2.Name = "label2";
  152. this.label2.Size = new System.Drawing.Size(82, 15);
  153. this.label2.TabIndex = 2;
  154. this.label2.Text = "结束日期:";
  155. //
  156. // dtpStartDate
  157. //
  158. this.dtpStartDate.Location = new System.Drawing.Point(100, 35);
  159. this.dtpStartDate.Name = "dtpStartDate";
  160. this.dtpStartDate.Size = new System.Drawing.Size(200, 25);
  161. this.dtpStartDate.TabIndex = 1;
  162. //
  163. // label1
  164. //
  165. this.label1.AutoSize = true;
  166. this.label1.Location = new System.Drawing.Point(20, 40);
  167. this.label1.Name = "label1";
  168. this.label1.Size = new System.Drawing.Size(82, 15);
  169. this.label1.TabIndex = 0;
  170. this.label1.Text = "开始日期:";
  171. //
  172. // panelButtons
  173. //
  174. this.panelButtons.Controls.Add(this.btnClose);
  175. this.panelButtons.Controls.Add(this.btnExport);
  176. this.panelButtons.Controls.Add(this.btnClear);
  177. this.panelButtons.Controls.Add(this.btnQuery);
  178. this.panelButtons.Dock = System.Windows.Forms.DockStyle.Right;
  179. this.panelButtons.Location = new System.Drawing.Point(1000, 0);
  180. this.panelButtons.Name = "panelButtons";
  181. this.panelButtons.Size = new System.Drawing.Size(400, 150);
  182. this.panelButtons.TabIndex = 1;
  183. //
  184. // btnClose
  185. //
  186. this.btnClose.Location = new System.Drawing.Point(280, 90);
  187. this.btnClose.Name = "btnClose";
  188. this.btnClose.Size = new System.Drawing.Size(100, 40);
  189. this.btnClose.TabIndex = 3;
  190. this.btnClose.Text = "关闭(&C)";
  191. this.btnClose.UseVisualStyleBackColor = true;
  192. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  193. //
  194. // btnExport
  195. //
  196. this.btnExport.Location = new System.Drawing.Point(150, 90);
  197. this.btnExport.Name = "btnExport";
  198. this.btnExport.Size = new System.Drawing.Size(100, 40);
  199. this.btnExport.TabIndex = 2;
  200. this.btnExport.Text = "导出(&E)";
  201. this.btnExport.UseVisualStyleBackColor = true;
  202. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  203. //
  204. // btnClear
  205. //
  206. this.btnClear.Location = new System.Drawing.Point(280, 30);
  207. this.btnClear.Name = "btnClear";
  208. this.btnClear.Size = new System.Drawing.Size(100, 40);
  209. this.btnClear.TabIndex = 1;
  210. this.btnClear.Text = "清空(&L)";
  211. this.btnClear.UseVisualStyleBackColor = true;
  212. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  213. //
  214. // btnQuery
  215. //
  216. this.btnQuery.Location = new System.Drawing.Point(150, 30);
  217. this.btnQuery.Name = "btnQuery";
  218. this.btnQuery.Size = new System.Drawing.Size(100, 40);
  219. this.btnQuery.TabIndex = 0;
  220. this.btnQuery.Text = "查询(&Q)";
  221. this.btnQuery.UseVisualStyleBackColor = true;
  222. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  223. //
  224. // panelResult
  225. //
  226. this.panelResult.Controls.Add(this.dgvLogs);
  227. this.panelResult.Controls.Add(this.panelStatus);
  228. this.panelResult.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.panelResult.Location = new System.Drawing.Point(0, 150);
  230. this.panelResult.Name = "panelResult";
  231. this.panelResult.Size = new System.Drawing.Size(1400, 550);
  232. this.panelResult.TabIndex = 1;
  233. //
  234. // dgvLogs
  235. //
  236. this.dgvLogs.AllowUserToAddRows = false;
  237. this.dgvLogs.AllowUserToDeleteRows = false;
  238. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
  239. this.dgvLogs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  240. this.dgvLogs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  241. this.dgvLogs.BackgroundColor = System.Drawing.Color.White;
  242. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  243. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  244. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  246. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  247. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  248. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  249. this.dgvLogs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  250. this.dgvLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  251. this.dgvLogs.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.dgvLogs.Location = new System.Drawing.Point(0, 0);
  253. this.dgvLogs.Name = "dgvLogs";
  254. this.dgvLogs.ReadOnly = true;
  255. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  256. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
  257. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
  259. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  260. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  261. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  262. this.dgvLogs.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
  263. this.dgvLogs.RowHeadersWidth = 51;
  264. this.dgvLogs.RowTemplate.Height = 27;
  265. this.dgvLogs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  266. this.dgvLogs.Size = new System.Drawing.Size(1400, 500);
  267. this.dgvLogs.TabIndex = 0;
  268. this.dgvLogs.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLogs_CellClick);
  269. //
  270. // panelStatus
  271. //
  272. this.panelStatus.Controls.Add(this.lblTotalViolationAmount);
  273. this.panelStatus.Controls.Add(this.lblTotalAmount);
  274. this.panelStatus.Controls.Add(this.lblRecordCount);
  275. this.panelStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
  276. this.panelStatus.Location = new System.Drawing.Point(0, 500);
  277. this.panelStatus.Name = "panelStatus";
  278. this.panelStatus.Size = new System.Drawing.Size(1400, 50);
  279. this.panelStatus.TabIndex = 1;
  280. //
  281. // lblTotalViolationAmount
  282. //
  283. this.lblTotalViolationAmount.AutoSize = true;
  284. this.lblTotalViolationAmount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
  285. this.lblTotalViolationAmount.ForeColor = System.Drawing.Color.Red;
  286. this.lblTotalViolationAmount.Location = new System.Drawing.Point(600, 15);
  287. this.lblTotalViolationAmount.Name = "lblTotalViolationAmount";
  288. this.lblTotalViolationAmount.Size = new System.Drawing.Size(120, 17);
  289. this.lblTotalViolationAmount.TabIndex = 2;
  290. this.lblTotalViolationAmount.Text = "违规金额:0元";
  291. //
  292. // lblTotalAmount
  293. //
  294. this.lblTotalAmount.AutoSize = true;
  295. this.lblTotalAmount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
  296. this.lblTotalAmount.ForeColor = System.Drawing.Color.Blue;
  297. this.lblTotalAmount.Location = new System.Drawing.Point(300, 15);
  298. this.lblTotalAmount.Name = "lblTotalAmount";
  299. this.lblTotalAmount.Size = new System.Drawing.Size(102, 17);
  300. this.lblTotalAmount.TabIndex = 1;
  301. this.lblTotalAmount.Text = "总金额:0元";
  302. //
  303. // lblRecordCount
  304. //
  305. this.lblRecordCount.AutoSize = true;
  306. this.lblRecordCount.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold);
  307. this.lblRecordCount.Location = new System.Drawing.Point(20, 15);
  308. this.lblRecordCount.Name = "lblRecordCount";
  309. this.lblRecordCount.Size = new System.Drawing.Size(144, 17);
  310. this.lblRecordCount.TabIndex = 0;
  311. this.lblRecordCount.Text = "查询结果:0条记录";
  312. //
  313. // PreAndInProcessAnalysisLogQueryForm
  314. //
  315. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  316. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  317. this.ClientSize = new System.Drawing.Size(1400, 700);
  318. this.Controls.Add(this.panelResult);
  319. this.Controls.Add(this.panelQuery);
  320. this.Name = "PreAndInProcessAnalysisLogQueryForm";
  321. this.Text = "事前事中分析日志查询";
  322. this.Load += new System.EventHandler(this.PreAndInProcessAnalysisLogQueryForm_Load);
  323. this.panelQuery.ResumeLayout(false);
  324. this.gbQueryCondition.ResumeLayout(false);
  325. this.gbQueryCondition.PerformLayout();
  326. this.panelButtons.ResumeLayout(false);
  327. this.panelResult.ResumeLayout(false);
  328. this.panelStatus.ResumeLayout(false);
  329. this.panelStatus.PerformLayout();
  330. this.ResumeLayout(false);
  331. }
  332. #endregion
  333. private System.Windows.Forms.Panel panelQuery;
  334. private System.Windows.Forms.GroupBox gbQueryCondition;
  335. private System.Windows.Forms.TextBox txtItemName;
  336. private System.Windows.Forms.Label label5;
  337. private System.Windows.Forms.TextBox txtPatientName;
  338. private System.Windows.Forms.Label label4;
  339. private System.Windows.Forms.TextBox txtOperatorName;
  340. private System.Windows.Forms.Label label3;
  341. private System.Windows.Forms.DateTimePicker dtpEndDate;
  342. private System.Windows.Forms.Label label2;
  343. private System.Windows.Forms.DateTimePicker dtpStartDate;
  344. private System.Windows.Forms.Label label1;
  345. private System.Windows.Forms.Panel panelButtons;
  346. private System.Windows.Forms.Button btnClose;
  347. private System.Windows.Forms.Button btnExport;
  348. private System.Windows.Forms.Button btnClear;
  349. private System.Windows.Forms.Button btnQuery;
  350. private System.Windows.Forms.Panel panelResult;
  351. private System.Windows.Forms.DataGridView dgvLogs;
  352. private System.Windows.Forms.Panel panelStatus;
  353. private System.Windows.Forms.Label lblTotalViolationAmount;
  354. private System.Windows.Forms.Label lblTotalAmount;
  355. private System.Windows.Forms.Label lblRecordCount;
  356. }
  357. }