CenterQuery.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. 
  2. namespace PTMedicalInsurance.Forms
  3. {
  4. partial class CenterQuery
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tabQuery = new System.Windows.Forms.TabControl();
  35. this.tabPage1 = new System.Windows.Forms.TabPage();
  36. this.tabPage2 = new System.Windows.Forms.TabPage();
  37. this.pnlBottom1 = new Sunny.UI.UIPanel();
  38. this.btClose_1 = new Sunny.UI.UIButton();
  39. this.btnQuery_1 = new Sunny.UI.UIButton();
  40. this.dgvResult1 = new Sunny.UI.UIDataGridView();
  41. this.tbx_PsnNO_1 = new System.Windows.Forms.TextBox();
  42. this.lab_No = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.tbCertNO_1 = new System.Windows.Forms.TextBox();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.cbxMedType_1 = new System.Windows.Forms.ComboBox();
  49. this.dtBeginDate_1 = new System.Windows.Forms.DateTimePicker();
  50. this.cbxCertType_1 = new System.Windows.Forms.ComboBox();
  51. this.tabQuery.SuspendLayout();
  52. this.tabPage1.SuspendLayout();
  53. this.pnlBottom1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // tabQuery
  58. //
  59. this.tabQuery.Controls.Add(this.tabPage1);
  60. this.tabQuery.Controls.Add(this.tabPage2);
  61. this.tabQuery.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.tabQuery.Location = new System.Drawing.Point(0, 0);
  63. this.tabQuery.Name = "tabQuery";
  64. this.tabQuery.SelectedIndex = 0;
  65. this.tabQuery.Size = new System.Drawing.Size(1404, 683);
  66. this.tabQuery.TabIndex = 0;
  67. //
  68. // tabPage1
  69. //
  70. this.tabPage1.Controls.Add(this.dgvResult1);
  71. this.tabPage1.Controls.Add(this.pnlBottom1);
  72. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  73. this.tabPage1.Name = "tabPage1";
  74. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  75. this.tabPage1.Size = new System.Drawing.Size(1396, 657);
  76. this.tabPage1.TabIndex = 0;
  77. this.tabPage1.Text = "门诊结算信息查询";
  78. this.tabPage1.UseVisualStyleBackColor = true;
  79. //
  80. // tabPage2
  81. //
  82. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  83. this.tabPage2.Name = "tabPage2";
  84. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  85. this.tabPage2.Size = new System.Drawing.Size(1098, 521);
  86. this.tabPage2.TabIndex = 1;
  87. this.tabPage2.Text = "其他查询";
  88. this.tabPage2.UseVisualStyleBackColor = true;
  89. //
  90. // pnlBottom1
  91. //
  92. this.pnlBottom1.Controls.Add(this.cbxCertType_1);
  93. this.pnlBottom1.Controls.Add(this.dtBeginDate_1);
  94. this.pnlBottom1.Controls.Add(this.cbxMedType_1);
  95. this.pnlBottom1.Controls.Add(this.label4);
  96. this.pnlBottom1.Controls.Add(this.label3);
  97. this.pnlBottom1.Controls.Add(this.tbCertNO_1);
  98. this.pnlBottom1.Controls.Add(this.label2);
  99. this.pnlBottom1.Controls.Add(this.label1);
  100. this.pnlBottom1.Controls.Add(this.tbx_PsnNO_1);
  101. this.pnlBottom1.Controls.Add(this.lab_No);
  102. this.pnlBottom1.Controls.Add(this.btClose_1);
  103. this.pnlBottom1.Controls.Add(this.btnQuery_1);
  104. this.pnlBottom1.Dock = System.Windows.Forms.DockStyle.Bottom;
  105. this.pnlBottom1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.pnlBottom1.Location = new System.Drawing.Point(3, 531);
  107. this.pnlBottom1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.pnlBottom1.MinimumSize = new System.Drawing.Size(1, 1);
  109. this.pnlBottom1.Name = "pnlBottom1";
  110. this.pnlBottom1.Size = new System.Drawing.Size(1390, 123);
  111. this.pnlBottom1.TabIndex = 1;
  112. this.pnlBottom1.Text = null;
  113. this.pnlBottom1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  114. this.pnlBottom1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  115. //
  116. // btClose_1
  117. //
  118. this.btClose_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  119. this.btClose_1.Cursor = System.Windows.Forms.Cursors.Hand;
  120. this.btClose_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.btClose_1.Location = new System.Drawing.Point(1238, 28);
  122. this.btClose_1.Margin = new System.Windows.Forms.Padding(4);
  123. this.btClose_1.MinimumSize = new System.Drawing.Size(2, 2);
  124. this.btClose_1.Name = "btClose_1";
  125. this.btClose_1.Size = new System.Drawing.Size(100, 48);
  126. this.btClose_1.TabIndex = 18;
  127. this.btClose_1.Text = "退出";
  128. this.btClose_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.btClose_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  130. this.btClose_1.Click += new System.EventHandler(this.btClose_1_Click);
  131. //
  132. // btnQuery_1
  133. //
  134. this.btnQuery_1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  135. this.btnQuery_1.Cursor = System.Windows.Forms.Cursors.Hand;
  136. this.btnQuery_1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btnQuery_1.Location = new System.Drawing.Point(1091, 28);
  138. this.btnQuery_1.Margin = new System.Windows.Forms.Padding(4);
  139. this.btnQuery_1.MinimumSize = new System.Drawing.Size(2, 2);
  140. this.btnQuery_1.Name = "btnQuery_1";
  141. this.btnQuery_1.Size = new System.Drawing.Size(100, 48);
  142. this.btnQuery_1.TabIndex = 15;
  143. this.btnQuery_1.Text = "查询";
  144. this.btnQuery_1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btnQuery_1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  146. this.btnQuery_1.Click += new System.EventHandler(this.btnQuery_1_Click);
  147. //
  148. // dgvResult1
  149. //
  150. this.dgvResult1.AllowUserToAddRows = false;
  151. this.dgvResult1.AllowUserToDeleteRows = false;
  152. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  153. this.dgvResult1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  154. this.dgvResult1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  155. this.dgvResult1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  156. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  157. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  158. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  160. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  161. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  162. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  163. this.dgvResult1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  164. this.dgvResult1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  165. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  166. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  167. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  169. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  170. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  171. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  172. this.dgvResult1.DefaultCellStyle = dataGridViewCellStyle8;
  173. this.dgvResult1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.dgvResult1.EnableHeadersVisualStyles = false;
  175. this.dgvResult1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.dgvResult1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  177. this.dgvResult1.Location = new System.Drawing.Point(3, 3);
  178. this.dgvResult1.Name = "dgvResult1";
  179. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  180. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  181. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  183. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  184. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  185. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  186. this.dgvResult1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  187. this.dgvResult1.RowHeadersWidth = 51;
  188. this.dgvResult1.RowHeight = 30;
  189. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  190. dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  192. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  193. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  194. this.dgvResult1.RowsDefaultCellStyle = dataGridViewCellStyle10;
  195. this.dgvResult1.RowTemplate.Height = 30;
  196. this.dgvResult1.SelectedIndex = -1;
  197. this.dgvResult1.ShowGridLine = false;
  198. this.dgvResult1.ShowRect = false;
  199. this.dgvResult1.Size = new System.Drawing.Size(1390, 528);
  200. this.dgvResult1.TabIndex = 2;
  201. this.dgvResult1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
  202. //
  203. // tbx_PsnNO_1
  204. //
  205. this.tbx_PsnNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.tbx_PsnNO_1.Location = new System.Drawing.Point(108, 25);
  207. this.tbx_PsnNO_1.Name = "tbx_PsnNO_1";
  208. this.tbx_PsnNO_1.Size = new System.Drawing.Size(191, 23);
  209. this.tbx_PsnNO_1.TabIndex = 2096;
  210. this.tbx_PsnNO_1.Text = "65000001000000009905895097";
  211. //
  212. // lab_No
  213. //
  214. this.lab_No.AutoSize = true;
  215. this.lab_No.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.lab_No.ForeColor = System.Drawing.Color.Red;
  217. this.lab_No.Location = new System.Drawing.Point(36, 28);
  218. this.lab_No.Name = "lab_No";
  219. this.lab_No.Size = new System.Drawing.Size(77, 14);
  220. this.lab_No.TabIndex = 2095;
  221. this.lab_No.Text = "人员编号:";
  222. //
  223. // label1
  224. //
  225. this.label1.AutoSize = true;
  226. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.label1.ForeColor = System.Drawing.Color.Red;
  228. this.label1.Location = new System.Drawing.Point(36, 62);
  229. this.label1.Name = "label1";
  230. this.label1.Size = new System.Drawing.Size(77, 14);
  231. this.label1.TabIndex = 2097;
  232. this.label1.Text = "证件类型:";
  233. //
  234. // tbCertNO_1
  235. //
  236. this.tbCertNO_1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.tbCertNO_1.Location = new System.Drawing.Point(108, 92);
  238. this.tbCertNO_1.Name = "tbCertNO_1";
  239. this.tbCertNO_1.Size = new System.Drawing.Size(191, 23);
  240. this.tbCertNO_1.TabIndex = 2100;
  241. this.tbCertNO_1.Text = "65010319650306718X";
  242. //
  243. // label2
  244. //
  245. this.label2.AutoSize = true;
  246. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.label2.ForeColor = System.Drawing.Color.Red;
  248. this.label2.Location = new System.Drawing.Point(36, 95);
  249. this.label2.Name = "label2";
  250. this.label2.Size = new System.Drawing.Size(77, 14);
  251. this.label2.TabIndex = 2099;
  252. this.label2.Text = "证件号码:";
  253. //
  254. // label3
  255. //
  256. this.label3.AutoSize = true;
  257. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.label3.ForeColor = System.Drawing.Color.Red;
  259. this.label3.Location = new System.Drawing.Point(342, 28);
  260. this.label3.Name = "label3";
  261. this.label3.Size = new System.Drawing.Size(77, 14);
  262. this.label3.TabIndex = 2101;
  263. this.label3.Text = "医疗类别:";
  264. //
  265. // label4
  266. //
  267. this.label4.AutoSize = true;
  268. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.label4.ForeColor = System.Drawing.Color.Red;
  270. this.label4.Location = new System.Drawing.Point(342, 65);
  271. this.label4.Name = "label4";
  272. this.label4.Size = new System.Drawing.Size(77, 14);
  273. this.label4.TabIndex = 2103;
  274. this.label4.Text = "开始时间:";
  275. //
  276. // cbxMedType_1
  277. //
  278. this.cbxMedType_1.FormattingEnabled = true;
  279. this.cbxMedType_1.Items.AddRange(new object[] {
  280. "11.普通门诊",
  281. "1102.新冠门诊",
  282. "1106.儿科门诊",
  283. "12.门诊挂号",
  284. "13.急诊",
  285. "14.门诊慢特病",
  286. "16.中医特色门诊",
  287. "18.特药购药"});
  288. this.cbxMedType_1.Location = new System.Drawing.Point(414, 20);
  289. this.cbxMedType_1.Name = "cbxMedType_1";
  290. this.cbxMedType_1.Size = new System.Drawing.Size(200, 29);
  291. this.cbxMedType_1.TabIndex = 2105;
  292. //
  293. // dtBeginDate_1
  294. //
  295. this.dtBeginDate_1.Location = new System.Drawing.Point(414, 62);
  296. this.dtBeginDate_1.Name = "dtBeginDate_1";
  297. this.dtBeginDate_1.Size = new System.Drawing.Size(200, 29);
  298. this.dtBeginDate_1.TabIndex = 2106;
  299. //
  300. // cbxCertType_1
  301. //
  302. this.cbxCertType_1.FormattingEnabled = true;
  303. this.cbxCertType_1.Items.AddRange(new object[] {
  304. "01.居民身份证(户口簿)",
  305. "02.中国人民解放军军官证",
  306. "03.中国人民武装警察警官证",
  307. "04.香港特区护照/港澳居民来往内地通行证",
  308. "05.澳门特区护照/港澳居民来往内地通行证",
  309. "06.台湾居民来往大陆通行证",
  310. "07.外国人永久居留证",
  311. "08.外国人护照",
  312. "09.残疾人证",
  313. "10.军烈属证明",
  314. "11.外国人就业证",
  315. "12.外国专家证",
  316. "13.外国人常驻记者证",
  317. "14.台港澳人员就业证",
  318. "15.回国(来华)定居专家证",
  319. "16.中国护照",
  320. "17.港澳台居民居住证",
  321. "90.社会保障卡",
  322. "99.其他身份证件"});
  323. this.cbxCertType_1.Location = new System.Drawing.Point(108, 54);
  324. this.cbxCertType_1.Name = "cbxCertType_1";
  325. this.cbxCertType_1.Size = new System.Drawing.Size(191, 29);
  326. this.cbxCertType_1.TabIndex = 2107;
  327. //
  328. // CenterQuery
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.ClientSize = new System.Drawing.Size(1404, 683);
  333. this.Controls.Add(this.tabQuery);
  334. this.Name = "CenterQuery";
  335. this.Text = "中心查询";
  336. this.tabQuery.ResumeLayout(false);
  337. this.tabPage1.ResumeLayout(false);
  338. this.pnlBottom1.ResumeLayout(false);
  339. this.pnlBottom1.PerformLayout();
  340. ((System.ComponentModel.ISupportInitialize)(this.dgvResult1)).EndInit();
  341. this.ResumeLayout(false);
  342. }
  343. #endregion
  344. private System.Windows.Forms.TabControl tabQuery;
  345. private System.Windows.Forms.TabPage tabPage1;
  346. private System.Windows.Forms.TabPage tabPage2;
  347. private Sunny.UI.UIPanel pnlBottom1;
  348. private Sunny.UI.UIButton btClose_1;
  349. private Sunny.UI.UIButton btnQuery_1;
  350. private Sunny.UI.UIDataGridView dgvResult1;
  351. private System.Windows.Forms.DateTimePicker dtBeginDate_1;
  352. private System.Windows.Forms.ComboBox cbxMedType_1;
  353. private System.Windows.Forms.Label label4;
  354. private System.Windows.Forms.Label label3;
  355. private System.Windows.Forms.TextBox tbCertNO_1;
  356. private System.Windows.Forms.Label label2;
  357. private System.Windows.Forms.Label label1;
  358. private System.Windows.Forms.TextBox tbx_PsnNO_1;
  359. private System.Windows.Forms.Label lab_No;
  360. private System.Windows.Forms.ComboBox cbxCertType_1;
  361. }
  362. }